Installeren Package #
Sudo dnf install packagename
Zoeken Package #
dnf search packagename
Voorbeeld: dnf search proton

Verwijderen Package #
sudo dnf remove packagename
autoremove
– removes packages installed as dependencies that are no longer required by currently installed programs.check-update
– checks for updates, but does not download or install the packages.downgrade
– reverts to the previous version of a package.info
– provides basic information about the package including name, version, release, and description.reinstall
– reinstalls the currently installed package.upgrade
– checks the repositories for newer packages and updates them.exclude
– exclude a package from the transaction.
Package Info #
dnf info package_name
Lijst van geïnstalleerde packages #
dnf list installed