Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Linux » What are the differences between dnf and apt package managers?

What are the differences between dnf and apt package managers?

Posted on 19/11/202120/11/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on What are the differences between dnf and apt package managers?
Feature-Image-DNF-vs-APT

If you have used Fedora before, I didn’t entirely surprise you, but for Centos or RHEL users, DNF (Dandified Yum) is an updated and better version of yum. DNF is a software package manager for Red Hat Package Management -based Linux distro that installs, updates, and removes packages. In this guide, we shall discuss the differences between dnf and apt package managers. Please see How to deploy Ansible AWX on centos 8, and 5 Steps to Fix Outlook continually prompts for passwords on Windows 10 and 11.

Meanwhile, APT, the acronym for advanced packaging tool, is the primary package manager for Debian-based distributions like Ubuntu. At the end of the day, whether it is APT or DNF you are using, they both help us achieve the same objective, which is to be able to install, update, and remove packages.

Therefore, if everything is new to you and you don’t know what yum stands for, it is the acronym for YellowDog Updater Modified. You can find other guides in the link:

DNF tries to keep Yum's CLI compatibility and specifies a tight API for extensions and plugins. Plugins can change or extend DNF's capabilities, as well as give more CLI commands

My issues with YellowDog Updater Modified

Built with Python and as such has its own performance issues. It is very memory-intensive

Not enough information especially when one runs into issues and decides documentation is the next resort. Dependency-reliant and most often throws its own issues

Why you Should use DNF Package

DNF has more robust features and functionalities than yum. For DNF there are a lot of repositories to get help and support from.

Not as memory intensive as yum. It is compatible with Python 2 & 3. It has all the beautiful behaviors that you know with RPM

Can be located in  /etc/dnf/dnf.conf, and it is faster than yum

Also, see Creating an offline local repository in Linux, How to solve Errno 256, and how to fix “The package python-virtualenv has no installation candidate error“.

Installation of DNF Package

To install DNF on RHEL/CentOS 7 systems, you need to set up and enable Epel YUM REPO before installing DNF.

1.# yum install epel-release
2.#yum install DNF

Some useful information about the Apt command

On Ubuntu Debian and associated Linux distributions, apt is a command-line tool for installing, updating, removing, and managing deb packages. It combines the most common commands from the apt-get and apt-cache tools, as well as alternative default values for the several choices.

Apt works for user interactivity. In your shell scripts, users can still use apt-get and apt-cache although apt alone will still get the job done because they are backward compatible

Some examples of dnf vs apt use case

#dnf install <package name>

e.g dnf install httpd

dnf-install-httpd-1

So as you can see you all you need do is just type dnf in place of where you used to type yum

#apt install <package name>

e.g apt install nmap

apt-install-nmap
#dnf upradge <package name >

For example, dnf upgrade nmap

updated
#apt upgrade <package name >

e.g apt upgrade nmap

dnf search httpd
dnf-search

Interesting differences between DNF & APT

DNF APT
Dandified YumAdvanced Package Tool
works with .rpm package formatworks with .deb package format
dnf is the front-end of RPM apt is the front end of DPKG
dnf updates the repo lists automaticallyapt update gets all information from configured source
dnf is used in RHEL, Fedora, CentOS, and other derivatives pf RHELapt is used in Debian and all its derivatives like Ubuntu, Knoppix, etc.
can download and install from URLs directlycannot download and install from URLs directly, it needs .deb packages
doesn’t support one-click installssupports one-click install
dnf remove <software name>apt remove <software name>
dnf upgradeapt upgrade
dnf was first introduced in Fedora in the year 2013first stable version of apt was released in the year 2014
dnf vs apt table

Summary

In conclusion, Dnf and apt are package managers as they help with the update, installation, and removal of packages. These two package managers, being the most popular, basically mimic eachother’ss most essential syntactical elements, allowing transitioning between them a breeze.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Linux Tags:Package Management, Ubuntu

Post navigation

Previous Post: How to use the DigiCert certificate utility for Windows to create a CSR
Next Post: How to import SSL Certificate to Windows Server using DigiCert Utility

Related Posts

  • Webp.net resizeimage 1
    Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines AWS/Azure/OpenShift
  • nextcloudfeature 1
    How To Install Nextcloud on a Linux system Backup
  • redisf
    How to install Redis on Linux System Linux
  • FEATURE IMAGE
    SSH into a VM created using Azure CLI or GUI Linux
  • featurekube
    How to Install and Use Minikube on a Linux System Containers
  • Screenshot 2022 03 15 at 10.05.53
    VMware Workstation states: What are the differences between Suspend, Power Off, and Run in Background Linux

More Related Articles

Webp.net resizeimage 1 Automate Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines AWS/Azure/OpenShift
nextcloudfeature 1 How To Install Nextcloud on a Linux system Backup
redisf How to install Redis on Linux System Linux
FEATURE IMAGE SSH into a VM created using Azure CLI or GUI Linux
featurekube How to Install and Use Minikube on a Linux System Containers
Screenshot 2022 03 15 at 10.05.53 VMware Workstation states: What are the differences between Suspend, Power Off, and Run in Background Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Screenshot 2021 02 09 at 16.10.30
    Download and install Fujitsu DeskUpdate & DeskUpdate Manager Windows Server
  • image 16
    How to Fix Windows Error 0x80070057 Windows
  • Convert PEM to PPK 1
    Convert a PEM Key to a PPK Key on a Linux and Windows AWS/Azure/OpenShift
  • image 64
    How to install Fax Server on a Windows Server Windows
  • 111615smarthomeNG
    Unspecified GSS failure: How to fix Clock skew too great Web Server
  • SQL Loves Linux 2 Twitter 002 640x358 1
    Install Microsoft SQL Server 2019 and MSSQL Command line tools on Ubuntu Linux Oracle/MSSQL/MySQL
  • powershell
    How to install the Microsoft PSWindowsUpdate module silently Scripts
  • Mimikatz hacktool Trillix
    Windows Defender detects Endpoint Security HipHandlers.dll Security | Vulnerability Scans and Assessment

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,819 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.