This plasmoid uses the top command to obtain the information displayed, most Linux distributions include it by default, however if your distribution does not have the command it is easily installable, below I share some commands to install the command top in some distributions:
ubuntu/debian
sudo apt-get update
sudo apt-get install procps
Red Hat/Fedora
sudo yum install procps
openSUSE
sudo zypper install procps
Ratings & Comments
0 Comments