Presumably you will want to learn the common commands for the package manager, dnf. Answer from zardvark on reddit.com
🌐
Fedora Wiki
fedora.fandom.com › wiki › Package_Management
Package Management | Fedora Wiki | Fandom
DNF is Fedora's default package manager, which replaced yum in Fedora 22. DNF is used along with RPM to do the bulk of software management in Fedora. DNF can be run from the command line with simple syntax.
🌐
GeeksforGeeks
geeksforgeeks.org › linux-unix › what-is-fedoras-dnf-package-manager-and-how-to-use-it
Fedora’s DNF Package Management System - GeeksforGeeks
May 18, 2026 - To search for a package, you need to Use the dnf search command with the package that you want and it will show you all available packages matching that query: ... RPM is the low-level package management system used in Fedora, while DNF works on top of RPM.
🌐
GeeksforGeeks
geeksforgeeks.org › what-is-fedoras-dnf-package-manager-and-how-to-use-it
What is Fedora's DNF package manager and how to use it? - GeeksforGeeks
April 25, 2024 - Fedora's documentation pushes users towards DNF instead of using RPM, as it is not capable of automatically finding and installing dependencies of a package, which means users will have to manually find and install them. Today we will learn how to use the DNF package manager; i.e. You would learn how to install, search, uninstall, and do more things using it. ... This command is used when you want to search Fedora repositories for a given package, after entering this command it will show all the available packages in the repository which match the search term, it searches within the name first, then searches for matches in name and summary.
🌐
Reddit
reddit.com › r/fedora › fedora package management
r/Fedora on Reddit: Fedora Package Management
January 9, 2023 -

Hi,

I am very close to switching to Fedora. But I have a question in advance.

As I understand, there is no solid GUI for dnf (comparable to Synaptic or Yast Packages for example). I have been using Linux for quite a while, but always enjoyed the ability to quickly search through packages, read their descriptions, in short, do package managing completely in a GUI.

But I want to be open to new approaches. How do you use dnf? How do you go about package management? Maybe I could be convinced, otherwise this would be a major counter argument for me. It seems ultra slow to, for example, first do "dnf search" for the package, then not having the ability to read descriptions, and then typing all the package names you want to do "dnf install".

[EDIT: I am not taking about software that is typically shown in GNOME Software.]

🌐
LinuxTechi
linuxtechi.com › home › commands › 26 dnf command examples in fedora / centos / rhel
26 DNF Command Examples in Fedora / CentOS / RHEL
May 31, 2021 - The syntax for using DNF command is pretty similar to using YUM, so you will find lots of similarity between the two commands. To list all the enabled repositories on the system, run · [linuxtechi@fedora ~]$ sudo dnf repolist [sudo] password for linuxtechi: repo id repo name status *epel Extra Packages for Enterprise Linux 7 - x86_64 11,989 *fedora Fedora 26 - x86_64 53,912 *updates Fedora 26 - x86_64 - Updates 9,405 virtualbox Fedora 26 - x86_64 - VirtualBox 10 [linuxtechi@fedora ~]$
🌐
Medium
medium.com › @codelancingg › fedora-package-management-5c518c16d259
Fedora Package Management. Introduction: | by Codelancing | Medium
February 15, 2024 - ... Users can enable additional repositories in Fedora to access a broader selection of software. This can be done using the dnf config-manager command or by editing repository configuration files directly.
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Installing new packages on Fedora? - Fedora Discussion
January 30, 2023 - I am a new Fedora user and most of my prior experience is with Ubuntu. I was wondering what package manager options I have. I have previously used apt-get on Ubuntu and mainly command-line interface because of the long-standing issues I seem to have with using the Ubuntu graphical user interface f…
Find elsewhere
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
What is the GUI for package management in Fedora? - Fedora Discussion
March 5, 2025 - Hello Friends About to install packages in Ubuntu/Debian I use the apt command, and of course in Fedora I use the dnf command. For a better presentation about package management through GUI for Debian and Ubuntu I use Synaptic Package Manager ...
🌐
Fedora Magazine
fedoramagazine.org › home › using software › managing packages on fedora with dnf
Managing packages on Fedora with DNF - Fedora Magazine
December 14, 2017 - With YUM, for instance, one would ... that remain the same are: remove, update, distro-sync, check-update, info, history, reinstall, provides, repolist, list, downgrade, clean, and makecache....
🌐
Fedora Project
fedoraproject.org › wiki › Package_management_system
Package management system - Fedora Project Wiki
Fedora is a distribution that uses a package management system. This system is based on rpm , the RPM Package Manager, with several higher level tools built on top of it, most notably PackageKit (default gui) and yum (command line tool). As of Fedora 22, yum has been replaced by dnf.
🌐
Shells
shells.com › l › en-US › tutorial › Using-DNF-to-install-remove-and-update-packages-on-Fedora
Using DNF to install, remove, and update packages on Fedora
January 22, 2021 - In the article, we will go through installing, removing, and upgrading packages for Fedora OS using DNF. To install a package with DNF use the syntax dnf install package_name. For example: ... To remove a package, use the following syntax dnf remove package_name.
🌐
OSTechNix
ostechnix.com › home › package management › dnf5 commands examples for managing packages in linux
DNF5 Commands Examples For Managing Packages In Linux - OSTechNix
June 19, 2025 - Now, we will learn some useful dnf5 commands with practical examples for the most common software management tasks in Fedora, CentOS Stream, RHEL and its clones such as AlmaLinux, Rocky Linux. To install a new package, for example Vim, you would type:
🌐
Readthedocs
lym.readthedocs.io › en › latest › packages.html
Package management — Linux command line for you and me 0.1 documentation
dnf is the package management system in Fedora. The actual packages come in the rpm format. dnf helps you search, install or uninstall any package from the Fedora package repositories. You can also use the same command to update packages in your system.
🌐
Fedora Magazine
fedoramagazine.org › home › using software › using homebrew package manager on fedora linux
Using Homebrew Package Manager on Fedora Linux - Fedora Magazine
March 20, 2025 - Once finished, run the following commands to add brew to your PATH: echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bash_profile eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" To install a package using a formula on Homebrew, simply run: ... Replace <formula> with the name of the formula you want to install. For example, to install Minikube, simply run: ... Homebrew is a simple package manager that can be a helpful tool alongside dnf (The two are not related at all).
🌐
LinuxVox
linuxvox.com › linux-tutorial › fedora-package-management
Fedora Package Management: A Comprehensive Guide — linuxvox.com
RPM is useful for performing low-level package tasks. Here are some basic commands: ... DNF is the recommended tool for regular package management tasks due to its simplicity and dependency resolution features:
🌐
O'Reilly
oreilly.com › library › view › fedora-linux › 0596526822 › ch05.html
5. Package Management - Fedora Linux [Book]
October 20, 2006 - In this chapter, the sections Lab 5.1, “Querying the Package Management Database” and Lab 5.2, “Installing and Removing Software Using RPM” deal with individual package management from the command line.
Author   Chris Tyler
Published   2006
Pages   658
🌐
TecMint
tecmint.com › home › linux distros › fedora › 27 ‘dnf’ (fork of yum) commands for rpm package management in linux
27 'DNF' (Fork of Yum) Commands for RPM Package Management in Linux
July 14, 2023 - I have Already covered – Idea to replace yum with DNF, DNF Development,… which you may find in the link below. https://www.tecmint.com/dnf-next-generation-package-management-utility-for-linux/ Practically there is nothing to compare between yum and dnf. Both serves the same purpose. In Fedora 22 yum is deprecated and if you fired yum as a habit, your command will be redirected to dnf automatically and you will get a warning that yum is deprecated.
🌐
DebugPoint
debugpoint.com › home › tutorials › essential dnf commands for linux users [with examples]
17 Essential DNF Commands for Linux Users [With Examples]
October 7, 2022 - > Another way to install a local .rpm package is using the dnf install command. ... Reinstalling a package is simple using the reinstallation switch of DNF. ... In an RPM-based system (such as Fedora, Red Hat Linux, etc.), the DNF package manager primarily handles the update.