Click to See Complete Forum and Search --> : OH NO! I can't get apt-get started -- please help!


cotfessi
01-28-2001, 02:55 PM
Ok, here's the situation... I installed debian 2.2 this week from 17 floppies - a real base system. My plan was to add packages that I want as I go along with apt-get. One little problem. There is a package that I need, pppoe, to get myself started using the internet with my dsl line. The problem is that this package appears under the list of packages available from the debian website but is not on my debian CD1 that I've been using to install some other packages. What can I do? I'm really stuck because all of the other packages I need will need to be from ftp/http apt-get's. I tried to download the pppoe deb file on my winbloze box and transfer it via floppy, but I'm having trouble seeing my floppy drive!!


Please help!?!

mka
01-28-2001, 03:06 PM
Can't you dl the file from Windoze and then have your Windoze partitions mounted in Linux?

Might want to check the NHFs on how to mount partitions if they aren't already mounted.



------------------
mka

George W. Bush: "I know how hard it is for you to put food on your families."

cotfessi
01-28-2001, 03:32 PM
my linux box is completely dedicated to linux

I actually now have my deb file in my home directory... I copied it down from my floppy drive.

When i edit my sources.list file

deb file:/path/to/deb/file/


do I have to create the same directory structure that exists on a cd...

.../dists/stable/main/binary-i386/Packages/net


and place my deb file in that directory?

Strike
01-28-2001, 05:11 PM
If you have the deb file, just

dpkg --install name-of-deb-file.deb

cotfessi
01-28-2001, 05:29 PM
oh man... I'm an idiot. I never thought of that... thanks.