Update fedora from 29 to 31,but getting 29 conflicting requests

,

By the way, if anyone comes across this looking for help on exporting a list of user instaleld packages, here is an easier way for achiving this:

dnf repoquery --qf "%{name}" --userinstalled > my_treasures.txt

2 Likes

any difference between --installed and --userinstalled?

$ repoquery --help
…
  --installed           Display only installed packages.
…
  --userinstalled       Display only packages that were installed by user.
3 Likes