View Full Version : Downloading updates offline
marbleheadman
April 8th, 2005, 06:01 PM
I'm running Ubuntu on a relatively old i386 laptop (300 MHz) that I'm not connecting to the Internet. I'd like to run KDE on it (or at least get libraries that will allow me to run KDE apps on it) for both usability and efficiency reasons. I'm still using 4.10; which packages/libraries should I download from archive.ubuntu.com and copy onto the machine in order to run KDE?
mendicant
April 8th, 2005, 06:22 PM
I think the KDE stuff is only available under hoary. If you'd like to run it anyhow, go to a hoary machine, and download/use apt-rdepends to generate a list of the dependencies of kubuntu-desktop. Something like:
% apt-rdepends kubuntu-desktop | cut -f 4 | sort | uniq
Note that apt-rdepends is in universe.
mendicant
April 8th, 2005, 06:24 PM
Oh, I forgot to add: then use aptitude download to download everything. I just ran it, and it actually looks like you want:
% apt-rdepends kubuntu-desktop | cut -d ' ' -f 4 | sort | uniq
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.