Skip to content

Instantly share code, notes, and snippets.

@swobspace
Created July 13, 2019 08:53
Show Gist options
  • Save swobspace/a7e5f6601d6bd5ec0aed2f19fb4f3295 to your computer and use it in GitHub Desktop.
Save swobspace/a7e5f6601d6bd5ec0aed2f19fb4f3295 to your computer and use it in GitHub Desktop.
Save fedora package list
#!/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