How To Install origin-hyperkube on Fedora 36

In this tutorial we learn how to install origin-hyperkube in Fedora 36. origin-hyperkube is Origin Kubernetes server commands

Introduction

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

What is origin-hyperkube

Origin Kubernetes server commands

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

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

sudo dnf -y install origin-hyperkube

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

sudo yum -y install origin-hyperkube

How To Uninstall origin-hyperkube on Fedora 36

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

sudo dnf remove origin-hyperkube

origin-hyperkube Package Contents on Fedora 36

/usr/bin/hyperkube
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/47f43f55bc70b767a08ca0afbc7cce45fc2a0c

References

Summary

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