How To Install icemon on Fedora 36

In this tutorial we learn how to install icemon in Fedora 36. icemon is Icecream GUI monitor

Introduction

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

What is icemon

A GUI monitor for Icecream, a distributed compiler system.

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

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

sudo dnf -y install icemon

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

sudo yum -y install icemon

How To Uninstall icemon on Fedora 36

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

sudo dnf remove icemon

icemon Package Contents on Fedora 36

/usr/bin/icemon
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/e5419d8e2bdb85b5bad268050bec4b2a018bd6
/usr/share/applications/icemon.desktop
/usr/share/doc/icemon
/usr/share/doc/icemon/CHANGELOG.md
/usr/share/doc/icemon/README.md
/usr/share/icons/hicolor/128x128/apps/icemon.png
/usr/share/icons/hicolor/16x16/apps/icemon.png
/usr/share/icons/hicolor/22x22/apps/icemon.png
/usr/share/icons/hicolor/32x32/apps/icemon.png
/usr/share/icons/hicolor/48x48/apps/icemon.png
/usr/share/licenses/icemon
/usr/share/licenses/icemon/COPYING
/usr/share/man/man1/icemon.1.gz
/usr/share/metainfo/icemon.metainfo.xml

References

Summary

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