Linux Mint

How to Install Conky System Monitoring Tool on Linux Mint 21

If you are new to Linux and do not know how to monitor your system or find it difficult to get information on the resource usage of the system, then you need to install a tool that gives all the data about status on the system resources.

There are several tools one can find to monitor the Linux system resources, but Conky seems to be the one. In other words, it’s just like that of a Task Manager in the Windows operating system, read this guide to install conky on Linux mint 21.

Installing Conky on Linux Mint 21

To use the resources of your Linux system effectively it is imperative to monitor the usage of system resources. Conky as mentioned above is Linux system monitoring tool which is quite easy to install by following the subsequent steps:

Step 1: First update the package list of your Linux Mint system using:

$ sudo apt update

Next install the updates of the packages that whose updates are available using:

$ sudo apt upgrade

Step 2: Now install the Conky monitoring tool on Linux mint 21 using:

$ sudo apt-get install conky

To verify the installation of Conky on your system check its version using:

$ conky --version

Step 3: Next to run Conky monitoring tool using:

$ conky

Now a window will pop-up showing the stats on the resource usage of the system:

This window will be displaying the status about filesystem, RAM usage, CPU usage, system up time and information about the Conky version along with the system username.

Removing Conky from Linux mint 21

If you no longer need this monitoring tool, then simply uninstall it using:

$ sudo apt remove --autoremove conky -y

Conclusion

Monitoring your Linux system resource usage can contribute to the effective use of resources, Conky is one of the best suited monitoring tools for Linux systems as it gives the detailed stats on the usage of resources. The process to install this tool is simple as one needs to just use the apt packet manager.

About the author

Aaliyan Javaid

I am an electrical engineer and a technical blogger. My keen interest in embedded systems has led me to write and share my knowledge about them.