How To Install fedora-repos-rawhide on Fedora 36

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

Introduction

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

What is fedora-repos-rawhide

This package provides the rawhide repo definitions.

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

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

sudo dnf -y install fedora-repos-rawhide

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

sudo yum -y install fedora-repos-rawhide

How To Uninstall fedora-repos-rawhide on Fedora 36

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

sudo dnf remove fedora-repos-rawhide

fedora-repos-rawhide Package Contents on Fedora 36

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

References

Summary

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