How To Install ibmonitor on Fedora 36

In this tutorial we learn how to install ibmonitor in Fedora 36. ibmonitor is Interactive bandwidth monitor

Introduction

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

What is ibmonitor

The program ibmonitor is an interactive linux console application which shows bandwidth consumed and total data transferred on all interfaces.

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

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

sudo dnf -y install ibmonitor

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

sudo yum -y install ibmonitor

How To Uninstall ibmonitor on Fedora 36

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

sudo dnf remove ibmonitor

ibmonitor Package Contents on Fedora 36

/usr/bin/ibmonitor
/usr/share/doc/ibmonitor
/usr/share/doc/ibmonitor/AUTHORS
/usr/share/doc/ibmonitor/COPYING
/usr/share/doc/ibmonitor/ChangeLog
/usr/share/doc/ibmonitor/README
/usr/share/doc/ibmonitor/TODO

References

Summary

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