How To Install bubblemon on Fedora 36
Introduction
In this tutorial we learn how to install bubblemon
on Fedora 36.
What is bubblemon
his is a system monitoring dockapp, visually based on the GNOME “BubbleMon” applet (here). Basically, it displays CPU and memory load as bubbles in a jar of water. But that’s where similarity ends. New bubblemon-dockapp features translucent CPU load meter (for accurate CPU load measurement), yellow duck swimming back and forth on the water surface (just for fun), and fading load average and memory usage screens. Either of the info screens can be locked to stay on top of water/duck/cpu screen, so that you can see both statistics at once. Pretty nifty toy for your desktop. Supports Linux, FreeBSD, OpenBSD, and Solaris 2.6, 7 and 8. Code has been thoroughly optimized since version 1.0, and even with all the features compiled in, BubbleMon still uses very little CPU time. Load Average screen locked at about 20% looks particularly sexy. All the extra “bloated” features can be compiled out or disabled on command-line, if you prefer original “BubbleMon” look.
We can use yum
or dnf
to install bubblemon
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bubblemon.
Install bubblemon 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 bubblemon
using dnf
by running the following command:
sudo dnf -y install bubblemon
Install bubblemon 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 bubblemon
using yum
by running the following command:
sudo yum -y install bubblemon
How To Uninstall bubblemon on Fedora 36
To uninstall only the bubblemon
package we can use the following command:
sudo dnf remove bubblemon
bubblemon Package Contents on Fedora 36
/usr/bin/bubblemon
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/20ee0d5e1736bc4d61bbf76b5cac573305c2f6
/usr/share/doc/bubblemon
/usr/share/doc/bubblemon/COPYING
/usr/share/doc/bubblemon/ChangeLog
/usr/share/doc/bubblemon/README
/usr/share/doc/bubblemon/Xdefaults.sample
References
Summary
In this tutorial we learn how to install bubblemon
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).