How To Install origin-master on Fedora 36

In this tutorial we learn how to install origin-master in Fedora 36. origin-master is Origin Master

Introduction

In this tutorial we learn how to install origin-master on Fedora 36.

What is origin-master

Origin Master

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

Install origin-master 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 origin-master using dnf by running the following command:

sudo dnf -y install origin-master

Install origin-master 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 origin-master using yum by running the following command:

sudo yum -y install origin-master

How To Uninstall origin-master on Fedora 36

To uninstall only the origin-master package we can use the following command:

sudo dnf remove origin-master

origin-master Package Contents on Fedora 36

/etc/origin/master
/usr/share/licenses/origin-master
/usr/share/licenses/origin-master/LICENSE

References

Summary

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