How To Install dl-fedora on Fedora 36

In this tutorial we learn how to install dl-fedora in Fedora 36. dl-fedora is Fedora image download tool

Introduction

In this tutorial we learn how to install dl-fedora on Fedora 36.

What is dl-fedora

Tool to download Fedora iso and image files.

We can use yum or dnf to install dl-fedora on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dl-fedora.

Install dl-fedora on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install dl-fedora using dnf by running the following command:

sudo dnf -y install dl-fedora

Install dl-fedora on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dl-fedora using yum by running the following command:

sudo yum -y install dl-fedora

How To Uninstall dl-fedora on Fedora 36

To uninstall only the dl-fedora package we can use the following command:

sudo dnf remove dl-fedora

dl-fedora Package Contents on Fedora 36

/usr/bin/dl-fedora
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/071e2392cf200e51040a9d92463f223c10945d
/usr/share/bash-completion/completions/dl-fedora
/usr/share/doc/dl-fedora
/usr/share/doc/dl-fedora/CHANGELOG.md
/usr/share/doc/dl-fedora/README.md
/usr/share/licenses/dl-fedora
/usr/share/licenses/dl-fedora/LICENSE

References

Summary

In this tutorial we learn how to install dl-fedora on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).