Installing Common Software
Below you’ll find guides for common software you may be looking for, and how to install and set them up. You should look at the guides below, but generally, software can be installed like this:
sudo dnf in <package_name>
The package name is usually intuitive, but you can also search for packages using
sudo dnf se <package name>
Checking for understanding
sudois a very powerful command, but when run plainly, it allows the user to run a command as root (administrator)While you should avoid running graphical apps as root, always use
sudo -Hwhen doing so. Most KDE apps have built in Polkit integration and do not need to be ran as root, ever.
dnfis the package manager for Fedora. It manages all RPM software on your system. Flatpak applications are managed with theflatpakcommand.inis short forinstall, and this argument tells dnf to install the package provided.seis short forsearch, and this argument tells dnf to search for a package with this name.