You may also find this helpful: [image] APT command equivalents on Fedora with DNF APT is the package manager/dependency solver for the Debian ecosystem, i.e. it manages .deb packages installed by the DPKG program. Fedora software is based on .rpm packages, and thus uses… … Answer from mattdm on discussion.fedoraproject.org
🌐
Camera Tim
cameratim.com › computing › linux › installing-software-on-fedora
Generic information on installing software on Fedora
Type other command lines, as ... install a program that's in one of the Fedora file repositories, you can use the “yum” command, followed by the name of the package you want to install (e.g....
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Installing new packages on Fedora? - Fedora Discussion
January 30, 2023 - I have previously used apt-get ... is also snap and flatpak as alternative ways of installing software. Is dnf the official command line way of installing packages on Fedora? How compr......
Discussions

package management - Different ways to download and install an application in Fedora - Unix & Linux Stack Exchange
RPMFusion is a popular one because ... that Fedora can't ship due to licensing issues. Some applications are also available as flatpaks, this includes some popular proprietary applications like Steam, Spotify or VS Code. GNOME Software also allows you to install and manage Flatpak applications or you can use the flatpak command from the command line... More on unix.stackexchange.com
🌐 unix.stackexchange.com
August 1, 2021
what is the best way to install apps in fedora?
Dnf upgrade should update anything installed through dnf install $package. I think it updates stuff installed from a downloaded rpm package. It doesn't update flatpaks, appimages, or tar files installed with make or a script, though. Flatpak stuff can be updated with flatpak update or through Gnome Software (which will also update rpms). I honestly don't know how appimages and updates work, outside of downloading the new update. For apps installed through scripts, check the individual repos for update instructions. More on reddit.com
🌐 r/Fedora
69
65
March 1, 2023
Installing Packages on Fedora
Well the fedora packages repos are pre installed and those are the ones you use out of the box and they are safe, how to know the repo: when you type "sudo dnf install" dnf shows you the source before you enter y More on reddit.com
🌐 r/Fedora
6
1
November 24, 2024
Confusion on how to install some packages
I am new to Fedora. I recently tried out a couple of atomic Fedora versions, as well as other companies versions. However I can not seem to be able to locate/install additional software, such as usbguard, fail2ban, etc, that are not readily in the Appimage/Flatpak/Snap gui PM’s in these atomic ... More on discussion.fedoraproject.org
🌐 discussion.fedoraproject.org
15
0
August 21, 2024
🌐
TecMint
tecmint.com › home › linux distros › fedora › how to find and install software applications in fedora linux
How to Find and Install Software Applications in Fedora Linux
April 5, 2019 - The second and advanced means of installing software packages in Fedora is via the command line using the DNF utility, which is used to manage (install, remove and update) packages in Fedora (since version 22), it is a higher level application built on top of RPM.
🌐
GeeksforGeeks
geeksforgeeks.org › linux-unix › what-is-fedoras-dnf-package-manager-and-how-to-use-it
Fedora’s DNF Package Management System - GeeksforGeeks
1 month ago - DNF (Dandified YUM) is the default package manager used in Fedora to install, update, remove and manage software packages. RPM installs local packages and does not resolve dependencies automatically and dependency handling is done by DNF. DNF provides a command-line interface to manage RPM packages efficiently in Fedora-based Linux distributions.
🌐
TutorialsPoint
tutorialspoint.com › article › how-to-find-and-install-software-applications-in-fedora-linux
How to Find and Install Software Applications in Fedora Linux?
March 17, 2026 - Unlike traditional app stores, ... and control over software installation while maintaining system integrity through dependency management and automated updates. The DNF (Dandified YUM) package manager is Fedora's primary command-line tool for software managem...
🌐
Reddit
reddit.com › r/fedora › what is the best way to install apps in fedora?
r/Fedora on Reddit: what is the best way to install apps in fedora?
March 1, 2023 -

I'm new to Fedora and so far I knew a few ways of installing application:

  • Use the "dnf install $appname"

  • Download the RPM package then "dnf install $the-rpm-package"

  • Use the flatpak

  • Use the tarball, extract then run the .sh file

  • And using appimage (Yup, I know this is not technically called an "install")

I'm pretty sure the dnf upgrade won't affect the appimage, but does it helps upgrade the apps from flatpak, tarball and rpm? if there are options available in all of them what method should I choose to install an app

Find elsewhere
🌐
AddictiveTips
addictivetips.com › home › how to install software on fedora linux
How to install software on Fedora Linux
March 5, 2020 - In this tutorial, we’ll take the mystery out of installing programs on it by showing you how to use the DNF package manager to install software on Fedora. We’ll also cover how to install apps through Gnome Software and KDE Discover. Installing programs on Fedora Linux through the terminal is a two-step process. First, you must search for the program you want with the search command.
🌐
It's FOSS
itsfoss.com › install-rpm-files-fedora
How to Install RPM Files on Fedora and Red Hat Linux
July 29, 2023 - When it is opened in the software center, you should see the installation option. Just hit the install button and enter your account’s password when prompted for it. ... This is the command line method. Fedora uses the new DNF package manager and you can use it to install downloaded RPM files ...
🌐
Fedora Wiki
fedora.fandom.com › wiki › Package_Management
Package Management | Fedora Wiki | Fandom
Usually, DNF is used to "fetch" and install packages from available public mirrors. Alternatively, one can set up local repositories that don't require an active internet connection. 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 ...
🌐
Reddit
reddit.com › r/fedora › installing packages on fedora
r/Fedora on Reddit: Installing Packages on Fedora
November 24, 2024 -

Hi everyone,

so I'm pretty new to Fedora and Linux in general and I have some questions in regard to how packages and package installation work.

Firstly, when using #dnf install packagename can you assume that whatever repository the package is being sourced from, is safe to install from and how do I check which repositories that are being searched for the package.

Secondly, is it ok to assume that packages from online sites like koji.fedoraproject.org or src.fedoraproject.org are safe. It seems to me like not just anyone can upload packages there, but I haven't found a definitive answer yet.

Thanks in advance for the help!

🌐
Fedora Docs
asamalik.fedorapeople.org › tmp-docs-preview › quick-docs › installing-software-from-source
Installing software from source code :: Fedora Docs Site
In fact, for most Linux distributions, ... by installing various packages. Security updates and upgrades to a next release are performed entirely by package management tools. Fedora’s package management system uses the RPM package format. The application that manages packages in Fedora (since version 22) is DNF. Graphical package management is provided by the Gnome Software utility. For automatic updates, Fedora uses the PackageKit utility. Command-line and graphical ...
🌐
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 - There are lots of package managers for various Linux distros, for example, apt (Ubuntu), yum (legacy Fedora), dnf (Fedora) but remembering them all is quite a headache. So for that reason, there is a utility called sysget, which is a front-end for every package manager in Unix-like operating systems · 2 min read How to Uninstall Packages With Apt Package Manager in Linux · The apt command is a sophisticated command-line tool that interacts with Ubuntu's Advanced Packaging Tool (APT) to execute tasks including installing new software packages, updating the package list index, and even upgrading the whole Ubuntu system.
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
Confusion on how to install some packages - Fedora Discussion
August 21, 2024 - I am new to Fedora. I recently tried out a couple of atomic Fedora versions, as well as other companies versions. However I can not seem to be able to locate/install additional software, such as usbguard, fail2ban, etc, that are not readily in the Appimage/Flatpak/Snap gui PM’s in these atomic ...
🌐
Atlantic.Net
atlantic.net › home › blog › how to install and use pip package manager on fedora
How to Install and Use PIP Package Manager on Fedora Atlantic.Net
June 4, 2024 - PIP provides a simple and easiest way to install locally user-defined projects using a setup.py file. PIP is a command line utility that helps you to install, reinstall, or uninstall packages with a single command. This post will show you how to install and manage Python packages using PIP on Fedora.
🌐
Medium
medium.com › @codelancingg › fedora-package-management-5c518c16d259
Fedora Package Management. Introduction: | by Codelancing | Medium
February 15, 2024 - Installing software in Fedora using DNF is straightforward. Users can simply run the dnf install command followed by the name of the package they wish to install.
🌐
Fedora Project
fedoraproject.org › wiki › Package_management_system
Package management system - Fedora Project Wiki
This system is based on rpm , the ... (default gui) and yum (command line tool). As of Fedora 22, yum has been replaced by dnf. The Gnome Package Manager is another GUI package manager. ... It's easy to query what version of a package is installed or available....
🌐
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 - It proves useful when you want to install some packages that are not available in Fedora Linux rpm repositories for some reason. So, it does not replace dnf. Before starting to install Homebrew, make sure you have glibc and gcc installed. These tools can be installed on Fedora with: ... Then, manually examine the install.sh script, and if it appears safe, install Homebrew by running the following command in a terminal:
🌐
Fedora Discussion
discussion.fedoraproject.org › ask fedora
How to install and uninstall in Terminal - Fedora Discussion
May 13, 2024 - For example I install nexcloud-client sudo dnf install nexcloud-client When I wan’t to remove it, what I need to do? sudo dnf purge nextcloud-client or should I use erase or remove instead of purge?
🌐
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 run the following command to install a package, in this case, nano: ... Some other basic commands that remain the same are: remove, update, distro-sync, check-update, info, history, reinstall, provides, repolist, list, downgrade, clean, and makecache. Even the corresponding commands pertaining to package groups remain the same: group info, group install, group remove.