Install Sysmonitor Indicator program on Ubuntu

If you want to check your CPU Load, RAM usages and batteries capacity without open any program on your Ubuntu system.

You can install Sysmonitor indicator utility program for tracking all above information. You need to follow the simple commands for installing sys monitor indicator on your Ubuntu Systems.

Follow the steps to install Sysmonitor indicator in Ubuntu

Follow the below steps for installing sysmonitor indicator on Ubuntu.

  1. Open your Ubuntu system’s terminal.
  2. If you don’t have any program repository of sysmonitor indicator, then you can add program repository by using the below command.

    sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor

  3. If you have already, then you can update your package manager by using the below command.

    sudo apt-get update 

  4. If you want to install sysmonitor indicator program on your Ubuntu system, then you need to run below command.

    sudo apt-get install indicator-sysmonitor

How to uninstall sys monitor indicator on Ubuntu

if you want to no longer use sys monitor indicator program on your Ubuntu system. You can use the below command for uninstalling system monitor on Ubuntu.

sudo add-apt-repository ppa:fossfreedom/indicator-sysmonitor -r -y

sudo apt-get remove indicator-sysmonitor –autoremove