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
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.
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
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
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
> 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
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
-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
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
> >
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
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
11 matches
Mail list logo