Re: Can I pass dselect a list of packages?

1998-02-08 Thread Henry Hollenberg

Thanks guysI guess I was looking at the man page rather than 
dpkg --help

Thanks!

Henry Hollenberg [EMAIL PROTECTED] 



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Can I pass dselect a list of packages?

1998-02-07 Thread Henry Hollenberg

Hello,

I was wondering if it was possible to pass
dselect a _custom_ list of packages that has been previously compiled.

ie:

`cat pkg-list`

where pkg-list is a file containing the names of a _custom_ set of
packages I want to install.

If I need to select packages to install one at a time
that's OKjust wondering if there is a short cut

[EMAIL PROTECTED] speed]$ cat pkglist

ae joe mc

Thanks
Henry Hollenberg
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Can I pass dselect a list of packages?

1998-02-07 Thread Alex Yukhimets
 I was wondering if it was possible to pass
 dselect a _custom_ list of packages that has been previously compiled.
 
 ie:
 
 `cat pkg-list`

If you already have a debian system with desired set of packages installed
you could do:
dpkg --get-selections  pkg-list
and then on a new system 
dpkg --set-selections pkg-list

The file pkg-list is an ascii file and I think you can customize it to
your need.

Alex Y.
-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \()|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Can I pass dselect a list of packages?

1998-02-07 Thread Will Lowe
On Sat, 7 Feb 1998, Henry Hollenberg wrote:
 I was wondering if it was possible to pass
 dselect a _custom_ list of packages that has been previously compiled.

dpkg --set-selections  filename

you can also _get_ the list of currently selected stuff with 

dpkg --get-selections  filename 

so you can get and then set them to do backups or copy a system ...

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
|PGP Public Key:  http://www.cis.udel.edu/~lowe/index.html#pgpkey|
--
|   So don't beg,  and don't plead.  |
|   You can't have the heart you make bleed. |
|-- The Beautiful South,  Love is...   |
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .