How To Install fedora-repos-eln on Fedora 36

In this tutorial we learn how to install fedora-repos-eln in Fedora 36. fedora-repos-eln is ELN repo definitions

Introduction

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

What is fedora-repos-eln

This package provides repository files for ELN (Enterprise Linux Next) packages that can be installed atop Rawhide. Note that these packages are experimental and should not be used in a production environment.

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

Install fedora-repos-eln 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 fedora-repos-eln using dnf by running the following command:

sudo dnf -y install fedora-repos-eln

Install fedora-repos-eln 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 fedora-repos-eln using yum by running the following command:

sudo yum -y install fedora-repos-eln

How To Uninstall fedora-repos-eln on Fedora 36

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

sudo dnf remove fedora-repos-eln

fedora-repos-eln Package Contents on Fedora 36

/etc/yum.repos.d/fedora-eln.repo

References

Summary

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