Created
November 30, 2012 00:15
-
-
Save soal/4172838 to your computer and use it in GitHub Desktop.
Save list of installed packages on Fedora and RHEL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Save list: | |
rpm --queryformat=%{NAME}" " -qa > package.list | |
#Install from list: | |
sudo yum install $(cat packages.list) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment