How To Install conmon on Fedora 36

In this tutorial we learn how to install conmon in Fedora 36. conmon is OCI container runtime monitor

Introduction

In this tutorial we learn how to install conmon on Fedora 36.

What is conmon

OCI container runtime monitor.

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

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

sudo dnf -y install conmon

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

sudo yum -y install conmon

How To Uninstall conmon on Fedora 36

To uninstall only the conmon package we can use the following command:

sudo dnf remove conmon

conmon Package Contents on Fedora 36

/usr/bin/conmon
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/3a0d8cfe90094b14506d41e8ae62b353ffb0bd
/usr/lib/.build-id/62/3a0d8cfe90094b14506d41e8ae62b353ffb0bd.1
/usr/libexec/crio
/usr/libexec/crio/conmon
/usr/share/doc/conmon
/usr/share/doc/conmon/README.md
/usr/share/licenses/conmon
/usr/share/licenses/conmon/LICENSE
/usr/share/man/man8/conmon.8.gz

References

Summary

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