sudo vim /etc/apt/sources.list
- Uncomment all
deb-src
sudo apt-get update
sudo apt-get build-dep radeontop
sudo apt-get install libxcb-dri2-0-dev
3. Download and install Radeontop
git clone https://github.com/clbr/radeontop && cd radeontop
make
sudo make install
thank you thank you