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
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
any difference between --installed
and --userinstalled
?
$ repoquery --help
…
--installed Display only installed packages.
…
--userinstalled Display only packages that were installed by user.