Transfering installed package list to another computer

2006-09-20 Thread Micha Feigin
I want to setup another computer (and later reinstall the current one) with the
same package list currently installed.

Is this possible to do with aptitude (I know that it is possible to some
extent with dpkg but that looses the automatically installed flag).

Thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Transfering installed package list to another computer

2006-09-20 Thread Owen Heisler
On Tue, 2006-09-19 at 22:10 +0300, Micha Feigin wrote:
 I want to setup another computer (and later reinstall the current one) with 
 the
 same package list currently installed.
 
 Is this possible to do with aptitude (I know that it is possible to some
 extent with dpkg but that looses the automatically installed flag).

I use aptitude -F %p search \!~M~i~T to retrieve a list of
non-automatically installed packages for this purpose.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Transfering installed package list to another computer

2006-09-20 Thread Roberto C. Sanchez
On Tue, Sep 19, 2006 at 10:10:46PM +0300, Micha Feigin wrote:
 I want to setup another computer (and later reinstall the current one) with 
 the
 same package list currently installed.
 
 Is this possible to do with aptitude (I know that it is possible to some
 extent with dpkg but that looses the automatically installed flag).
 

Use `dpkg --get-selections somefile.txt` on the configured machine.
Then do `dpkg --set-selections somefile.txt` on the target.  Obviously,
you need to get somefile.txt to the target.

Regards,

-Roberto
-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Transfering installed package list to another computer

2006-09-20 Thread Jason Stelzer


On Sep 20, 2006, at 1:36 PM, Roberto C. Sanchez wrote:


On Tue, Sep 19, 2006 at 10:10:46PM +0300, Micha Feigin wrote:
I want to setup another computer (and later reinstall the current  
one) with the

same package list currently installed.

Is this possible to do with aptitude (I know that it is possible  
to some

extent with dpkg but that looses the automatically installed flag).



Use `dpkg --get-selections somefile.txt` on the configured machine.
Then do `dpkg --set-selections somefile.txt` on the target.   
Obviously,

you need to get somefile.txt to the target.



Also, then do an 'apt-get dselect-upgrade'


--
J.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]