On Mon, Dec 22, 2003 at 02:59:19PM -0800, David G. Schlecht wrote: > It looks like my apt-get doesn't work like that. > > Jamin W. Collins wrote: > > >Here's my version: > > $ apt-get --version > > apt 0.5.4 for linux i386 compiled on Aug 19 2001 01:02:26 > > Supported Modules: > > > Ah, perhaps the crux -- I'm running apt-get version 0.3.11 compiled July > 8 1999 > > I'd be glad to try a newer version, but how do I get one without apt-get?
wget (or other web retrieval application) and dpkg. Assuming your on an x86 system the apt package you want is: ftp://ftp.debian.org/debian/pool/main/a/apt/apt_0.5.4_i386.deb It has the following dependancies that you may need to manually retrieve: Depends: libc6 (>= 2.2.3-7), libstdc++2.10-glibc2.2 Once you have the files, use "dpkg -i $filename" to install them. -- Jamin W. Collins Facts do not cease to exist because they are ignored. --Aldous Huxley, "Proper Studies", 1927 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

