How To Install origin-dockerregistry on Fedora 36

In this tutorial we learn how to install origin-dockerregistry in Fedora 36. origin-dockerregistry is Docker Registry v2 for Origin

Introduction

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

What is origin-dockerregistry

Docker Registry v2 for Origin

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

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

sudo dnf -y install origin-dockerregistry

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

sudo yum -y install origin-dockerregistry

How To Uninstall origin-dockerregistry on Fedora 36

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

sudo dnf remove origin-dockerregistry

origin-dockerregistry Package Contents on Fedora 36

/usr/bin/dockerregistry
/usr/share/licenses/origin-dockerregistry
/usr/share/licenses/origin-dockerregistry/LICENSE

References

Summary

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