How To Install origin-pod on Fedora 36

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

Introduction

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

What is origin-pod

Origin Pod

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

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

sudo dnf -y install origin-pod

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

sudo yum -y install origin-pod

How To Uninstall origin-pod on Fedora 36

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

sudo dnf remove origin-pod

origin-pod Package Contents on Fedora 36

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

References

Summary

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