On 06/21/2016 11:05 PM, Michael D. Setzer II wrote:
Question on setup machine after clean install? This is the process I've been using.
rpm --qf "%{NAME}\n" -qa | sort | grep -v gpg-pubkey | grep -v kmod-V |
After putting copied files on new machine run dnf install `cat installed_pkgs.txt`
This will cause you some issues as occasionally packages are renamed, replaced, or retired. The better process would be to keep track of packages as you install them over time. Or as someone else mentioned, automate it.