Davide Cittaro wrote:
> Hi all,
> Is there a way to dump the current packages installed on a machine and  
> use it do install/uninstall packages on other machines? I've configured 
> one at install time but to speed up other installations I would like to 
> install default packages and then install/uninstall some starting from my 
> first machine configuration...

rpm -qa > foobar

scp foobar machine2:/var/tmp

ssh machine2

sudo yum install $(cat /var/tmp/foobar)

Ralph

Attachment: pgpfC3fOnEJWu.pgp
Description: PGP signature

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to