Brainscape DNF Flashcards
with dnf, uninstall a package
dnf remove PACKAGE
with dnf, update a specific package
dnf update PACKAGE
with dnf, update all packages and security updates
dnf update
with dnf, find out what package a specific file belongs to
dnf provides FILEPATH
with dnf, list all installed packages
dnf list installed [| less]
with dnf, look for a package even if you don’t know the exact name
dnf search PACKAGE
with dnf, show information and details about a specific package (before installing it)
dnf info PACKAGE
with dnf, show all enabled repositories on your system, show all enabled and disabled
dnf repolist dnf repolist all (you can also use the –enabled or –disabled flags to specify which you want to see, default is just to show you enabled)
with dnf, clean up cache to free up space
dnf clean all