Instructions for speeding up Fedora Linux application installers

Fedora is a Linux distribution favored by many users because it is constantly updated with new packages, advanced systems, open source commitment, . . However, the biggest drawback of Fedora Linux is that the DNF package manager is slower than Ubuntu and Debian's Apt, Arch's Pacman and even OpenSUSE's Zypper. The article below TipsMake will show you how to speed up the Fedora Linux application installer.

Instructions for speeding up Fedora Linux application installers

Follow the steps below to speed up the Fedora Linux application installer:

Step 1: Upgrade Fedora

Fedora Linux distributions are released every 6 months, improving and adding better features than older distributions. So if you're experiencing performance issues while installing packages in Fedora's DNF application installer, your first step should be to upgrade to the latest Fedora release.

To upgrade Fedora, open Gnome Software, then click the release icon and follow the on-screen instructions to update and upgrade to the latest version of Fedora Linux.

Instructions for speeding up Fedora Linux application installers Picture 1

Step 2: Install the latest update

The latest versions of Fedora Linux add important features and improvements. Also run the latest versions to ensure you are running the latest installation packages.

To run the latest version of Fedora, open Gnome Software then click the Updates button and follow the onscreen instructions to install the latest updates. Or alternatively, open a Terminal window using the key combination Ctrl + Alt + T or Ctrl + Shift + T , then run the dnf update command below:

sudo dnf update -y

Step 3: Set up DNF using the latest mirror

Fedora Package Manager (DNF) does not select the latest mirror when installing packages. Instead, it takes random packets wherever possible. Because DNF does not prioritize fast mirrors, software installation takes longer.

If you want the DNF batch manager to run faster, you can adjust the configuration using the "fastestmirror" feature. It's a simple tweak that forces Fedora to use the fastest mirror, saving download time during the installation process.

To add the "fastestmirror" feature, first open a Terminal window on your Fedora Linux computer using the key combination Ctrl + Alt + T or Ctrl + Shift + T. From there open the file "dnf.conf" "dnf. conf" in Nano.

Note: Since Fedora Linux does not include Nano by default, you will have to install it manually.

sudo nano -w /etc/dnf/dnf.conf

In the "dnf.conf" file opened in the Nano text editor, use the down arrow key on the keyboard to move to the bottom corner of the file. Next copy and paste the code below at the bottom of the file using the key combination Ctrl + Shift + V:

fastestmirror=true

Instructions for speeding up Fedora Linux application installers Picture 2

After pasting the above code into Nano, save the edited image by pressing Ctrl + O.

Step 4: Tweak DNF to download multiple packages at the same time

By tweaking DNF to handle the latest mirrors will help improve the installer's download speed. However, just having this one tweak is not enough. Also the ideal solution is to change the number of files that the package manager can download from the Internet at the same time.

To add the number of files that the DNF package manager can download at the same time, we will add " max_paralel_downloads " to the configuration file. To do this, reopen the Nano editor using the command below:

sudo nano -w /etc/dnf/dnf.conf

Inside Nano, use the down arrow key to move to the bottom corner of the file. Then paste " max_paralel_downloads " into the " dnf.conf " code.

max_parallel_downloads=10

Instructions for speeding up Fedora Linux application installers Picture 3

If you feel that downloading 10 files at the same time is a bit much, you can change the number of files as desired, such as 5 files:

max_parallel_downloads=5

After inserting "max_parallel_downloads" into DNF, use the keyboard shortcut Ctrl + O to save the edit, and close the editor by pressing Ctrl + X .


The above article TipsMake has just shown you how to speed up the Fedora Linux application installer. In addition, readers can refer to some other articles available on TipsMake to learn more about how to compress and decompress ZIP files on Linux .

4 ★ | 1 Vote

May be interested

  • Compare the most popular Linux distributions todayCompare the most popular Linux distributions today
    it can be said that linux is not a complete operating system, it is just a kernel operating system, which is the foundation for developing other operating systems.
  • 10 reasons to switch to Linux right in 201210 reasons to switch to Linux right in 2012
    some people 'denigrate' the diversity of linux to cause fragmentation problems, but in fact this is one of the best strengths of linux. users have numerous linux distributions (distros) to choose from, whether it's mint or ubuntu, which is top-notch, or fedora with a variety of features for businesses and especially security.
  • How to speed up web browsing, block out virtual money on SafariHow to speed up web browsing, block out virtual money on Safari
    quiet application speeds up web browsing in safari, blocks virtual currency exploitation, protects user privacy.
  • Which Linux distros will Windows 10 put into Windows 10?Which Linux distros will Windows 10 put into Windows 10?
    microsoft is trying to support linux by announcing three of the most popular linux distros will be available in the windows store. that means ubuntu, fedora and opensuse will soon appear in windows 10.
  • 8 main differences between Windows and Linux8 main differences between Windows and Linux
    is linux and windows the same? linux is different from windows? that is the question that many people wonder when they first come into contact with the linux operating system. in this article we will help you answer that question.
  • 12 best Linux server operating systems12 best Linux server operating systems
    although linux operating systems provide a great desktop environment, linux can also successfully complete the task of a server. linux often provides advanced permissions, increasing flexibility and stability.
  • Linux distro for new, easy to use, beautifulLinux distro for new, easy to use, beautiful
    unlike windows or mac, linux has multiple versions with different names. if you are new to this operating system, you will be lost between countless versions and wondering what version of linux to start using?
  • 7 Enterprise Linux Server Distributions7 Enterprise Linux Server Distributions
    the newest entrants to the linux team are businesses looking for stable and secure distributions to enhance their production cycles.
  • What is the difference between Linux distributions?What is the difference between Linux distributions?
    the following article points out the differences between linux distributions like ubuntu, fedora, linux mint, debian, opensuse and many others. why are there so many linux distributions and what are the differences between them?
  • How to set up Bluetooth in LinuxHow to set up Bluetooth in Linux
    other distributions like fedora and arch linux require you to do some setup before you can fully enjoy the benefits of bluetooth on your computer. here is how you can set up bluetooth in linux.