Re: replicate package installation on multiple machines

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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: pgpRBVcLMilIn.pgp
Description: PGP signature

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

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux