How To Install fedora-workstation-repositories on Fedora 36

In this tutorial we learn how to install fedora-workstation-repositories in Fedora 36. fedora-workstation-repositories is Repository files for searchable repositories

Introduction

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

What is fedora-workstation-repositories

Repository files that make some select non-Fedora software available via search in gnome-software.

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

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

sudo dnf -y install fedora-workstation-repositories

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

sudo yum -y install fedora-workstation-repositories

How To Uninstall fedora-workstation-repositories on Fedora 36

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

sudo dnf remove fedora-workstation-repositories

fedora-workstation-repositories Package Contents on Fedora 36

/etc/yum.repos.d/_copr_phracek-PyCharm.repo
/etc/yum.repos.d/google-chrome.repo
/etc/yum.repos.d/rpmfusion-nonfree-nvidia-driver.repo
/etc/yum.repos.d/rpmfusion-nonfree-steam.repo
/usr/lib/fedora-third-party/conf.d/fedora-workstation.conf

References

Summary

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