| View previous topic :: View next topic |
| Author |
Message |
capybara Xplorer
Joined: 05 Jun 2004 Posts: 1
|
Posted: Sat Apr 01, 2006 3:18 pm Post subject: driven nuts by apt and /var/lib/apt/lists |
|
|
i either download a deb package and enter into my sources.list
deb file:/path/dir stable main
or
deb file:/path/dir/packagename.deb/
or
i really carefully enter the
http or ftp addresses where i got the deb package from
or both
BUT
when i go
#apt-get update
#apt-get install packagename.deb
i have been unsuccessful in get the package installed 3 times in a row
1. official bittorent, 2. mplayer, and 3. pyslsk.
MAYBE the reason is, the package or https or ftps never make it into
/var/lib/apt/lists.
what should i do? what am i doing wrong?
i tried commenting out
/etc/apt/deb.conf.d/70* but that didnt help.
thx, capybara  _________________ email=
capybara [at] linuxmail [dot] org |
|
| Back to top |
|
 |
Arne Anka Xanspiration

Joined: 21 Mar 2004 Posts: 4186 Location: Stockholm, Sweden
|
Posted: Sat Apr 01, 2006 3:44 pm Post subject: |
|
|
If you download a DEB package, use
dpkg -i <package>
to install. The command apt-get only works with repositories (if you want, I can show how to set up one on your local disk). |
|
| Back to top |
|
 |
bryantrv Xandrosianschwing
Joined: 24 Mar 2005 Posts: 2898 Location: DeLand, Florida US
|
|
| Back to top |
|
 |
|