While
dnf
has worked really well for in-place upgrades, this time I went with a migration into a clean install on new hardware.This is what I used to get a list of all RPM packages installed, so that I can reinstall on the new system:
sudo dnf --disableexcludes=all repoquery --qf '%{name}' --installed | sort
No comments:
Post a Comment