RE: Backup Package names currently installed

2003-11-05 Thread Ron Johnson
On Tue, 2003-11-04 at 13:08, Jochen Daum wrote: > Hi! > > > on Wed, Oct 29, 2003 at 12:26:46PM +1300, Jochen Daum > > ([EMAIL PROTECTED]) wrote: > > > Hi! > > > > > > I have a debian woody machine which I installed via FTP. > > > > > > I would like to dump the names of all installed packages > > i

RE: Backup Package names currently installed

2003-11-04 Thread Jochen Daum
Hi! > on Wed, Oct 29, 2003 at 12:26:46PM +1300, Jochen Daum > ([EMAIL PROTECTED]) wrote: > > Hi! > > > > I have a debian woody machine which I installed via FTP. > > > > I would like to dump the names of all installed packages > into a file, > > so that I can install them automatically with dpkg.

Re: Backup Package names currently installed

2003-11-04 Thread Karsten M. Self
on Wed, Oct 29, 2003 at 12:26:46PM +1300, Jochen Daum ([EMAIL PROTECTED]) wrote: > Hi! > > I have a debian woody machine which I installed via FTP. > > I would like to dump the names of all installed packages into a file, > so that I can install them automatically with dpkg. > > I tried > > dpk

RE: Backup Package names currently installed

2003-11-03 Thread Jochen Daum
Hi ! > On Wed, Oct 29, 2003 at 04:05:10PM +0100, Michael Dominok wrote: > > On Wed, 2003-10-29 at 10:12, Michael Dominok wrote: > > > dpkg -l |grep --extended-regexp > --regexp='^[uirph]c|^[uirph]i'|awk {' > > > print $2 "=" $3'} >/tmp/p_list > > I have to correct myself. Just noticed that package

Re: Backup Package names currently installed

2003-11-03 Thread Graeme Tank
On Wed, Oct 29, 2003 at 04:05:10PM +0100, Michael Dominok wrote: > On Wed, 2003-10-29 at 10:12, Michael Dominok wrote: > > dpkg -l |grep --extended-regexp --regexp='^[uirph]c|^[uirph]i'|awk {' > > print $2 "=" $3'} >/tmp/p_list > I have to correct myself. Just noticed that packages with long names

RE: Backup Package names currently installed

2003-11-02 Thread Jochen Daum
> On Wed, 2003-10-29 at 10:12, Michael Dominok wrote: > > dpkg -l |grep --extended-regexp > --regexp='^[uirph]c|^[uirph]i'|awk {' > > print $2 "=" $3'} >/tmp/p_list > I have to correct myself. Just noticed that packages with long names > could get chopped this way. > A better way of getting a p_lis

RE: Backup Package names currently installed

2003-10-29 Thread Michael Dominok
On Wed, 2003-10-29 at 10:12, Michael Dominok wrote: > dpkg -l |grep --extended-regexp --regexp='^[uirph]c|^[uirph]i'|awk {' > print $2 "=" $3'} >/tmp/p_list I have to correct myself. Just noticed that packages with long names could get chopped this way. A better way of getting a p_list: cat /var/l

Re: Backup Package names currently installed

2003-10-29 Thread Werner Mahr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > but I don't know how to import it. try apt-get install [-s] 'cat p_list' - -- MfG usw Werner Mahr GPG-Key-ID 44B53C40 Registered-Linux-User: 303822 (http://counter.li.org) ICQ-Nr. 317910541 -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GN

RE: Backup Package names currently installed

2003-10-29 Thread Michael Dominok
On Wed, 2003-10-29 at 16:51, Jochen Daum wrote: > Thanks Haim! > > > > I have a debian woody machine which I installed via FTP. > > > > > > I would like to dump the names of all installed packages > > into a file, > > > so that I can install them automatically with dpkg. > > > > > > I tried > >

RE: Backup Package names currently installed

2003-10-28 Thread Jochen Daum
Thanks Haim! > > I have a debian woody machine which I installed via FTP. > > > > I would like to dump the names of all installed packages > into a file, > > so that I can install them automatically with dpkg. > > > > I tried > > > > dpkg --get-selections > > > > but the file doesn't contain

Re: Backup Package names currently installed

2003-10-28 Thread Haim Ashkenazi
Jochen Daum wrote: > Hi! > > I have a debian woody machine which I installed via FTP. > > I would like to dump the names of all installed packages into a file, > so that I can install them automatically with dpkg. > > I tried > > dpkg --get-selections > > but the file doesn't contain any pack