Re: undo the command "apt-get clean"

2006-01-17 Thread Michelle Konzack
Am 2005-12-30 02:44:46, schrieb [EMAIL PROTECTED]: > Hello, > > Unfortunatly I have done an "apt-get clean", which removes all > downloaded files from /var/cache/apt/archives. > How can I download these files again? cd /var/lib/dpkg/info/ apt-get -d --reinstall install `ls *.list |sed s/\

Re: undo the command "apt-get clean"

2006-01-02 Thread Bill Marcum
On Fri, Dec 30, 2005 at 06:14:49PM +0200, Yuri Pakhomov wrote: > there are way to restore deb files from installed packages. But i dont't > know command exactly. > dpkg-repack -- Real programs don't eat cache. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Re: undo the command "apt-get clean"

2005-12-31 Thread Yuri Pakhomov
В Птн, 30/12/2005 в 18:11 +0530, Srinidhi B S пишет: > Hi, > > On 30 Dec 2005 02:44:46 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > How can I download these files again? > > (I want to set up a second linux box, without internet connection. > > Therefore I want to reuse these cached fil

Re: undo the command "apt-get clean"

2005-12-30 Thread Chris Howie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are somehow able to mount the other box's / on your box, say over NFS, you can apt-get install debootstrap and do something like: debootstrap sarge /mnt/whatever You'll get a *very* minimal install of sarge. Then chroot to it (chroot /mnt/wha

Re: undo the command "apt-get clean"

2005-12-30 Thread Srinidhi B S
Hi, On 30 Dec 2005 02:44:46 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How can I download these files again? > (I want to set up a second linux box, without internet connection. > Therefore I want to reuse these cached files) If you have the list of packages that you want to download,

undo the command "apt-get clean"

2005-12-30 Thread mastrasser
Hello, Unfortunatly I have done an "apt-get clean", which removes all downloaded files from /var/cache/apt/archives. How can I download these files again? (I want to set up a second linux box, without internet connection. Therefore I want to reuse these cached files) Thanks Martin -- To UNSUBSC