Re: Download debs of installed packages

2007-07-31 Thread Bob Proulx
Rage Callao wrote: > How do I download the .debs of packages already installed in my system > without having to reinstall them first via apt? > > The command I'm using right now is: > > apt-get --yes --reinstall install `cat package_list.txt` > > where package_list.txt contains the package names

Re: Download debs of installed packages

2007-07-30 Thread Hugo Vanwoerkom
Rage Callao wrote: Hi, How do I download the .debs of packages already installed in my system without having to reinstall them first via apt? The command I'm using right now is: apt-get --yes --reinstall install `cat package_list.txt` where package_list.txt contains the package names per line

Re: Download debs of installed packages

2007-07-30 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/30/07 01:12, Rage Callao wrote: > Hi, > > How do I download the .debs of packages already installed in my system > without having to reinstall them first via apt? > > The command I'm using right now is: > > apt-get --yes --reinstall install `c