Created
July 13, 2019 08:53
-
-
Save swobspace/a7e5f6601d6bd5ec0aed2f19fb4f3295 to your computer and use it in GitHub Desktop.
Save fedora package list
This file contains hidden or 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
#!/bin/bash | |
RELEASE=`cat /etc/fedora-release | sed 's/ /_/g'` | |
rpm --queryformat=%{NAME}"\n" -qa | sort > /var/lib/dnf/packages.$RELEASE.list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment