radeontop command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
radeontop: command not found
or when using sudo you get the following error message
sudo: radeontop: command not found
Solutions to radeontop: command not found
How To Fix radeontop: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu radeontop is provided by radeontop package.
radeontop is:
radeontop is a small utility which allows one to monitor the utilization of Radeon GPUs starting from the R600 series and newer using undocumented performance counters in the hardware. The utility works with the free drivers.
It displays the utilization of the graphics pipe, event engine, vertex cache, vertex group and tesselator, texture addresser and cache, the shader units and more, both with a relative percent value as well as a colorful bar diagram.
To fix this problem, we can install more using the command below.
sudo apt-get -y install radeontop
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install radeontop.
sudo apt -y install radeontop
Or if you have aptitude installed you can use the following command.
sudo aptitude install radeontop
Summary
In this tutorial we learn how to fix radeontop command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.