How To Install bubblemon on Fedora 34

bubblemon is A system monitoring dockapp

Introduction

In this tutorial we learn how to install bubblemon on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install bubblemon.

Install bubblemon on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install bubblemon using dnf by running the following command:

sudo dnf -y install bubblemon

Install bubblemon on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove bubblemon

bubblemon Package Contents on Fedora 34

/usr/bin/bubblemon
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/07fc081e050df1a05700910c6d62e818e10c8a
/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 34 using yum and dnf.