How To Install radeontop on Fedora 36
Introduction
In this tutorial we learn how to install radeontop on Fedora 36.
What is radeontop
RadeonTop is a monitoring utility for AMD Radeon cards from R600 and up.
We can use yum or dnf to install radeontop on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radeontop.
Install radeontop on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install radeontop using dnf by running the following command:
sudo dnf -y install radeontop
Install radeontop on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install radeontop using yum by running the following command:
sudo yum -y install radeontop
How To Uninstall radeontop on Fedora 36
To uninstall only the radeontop package we can use the following command:
sudo dnf remove radeontop
radeontop Package Contents on Fedora 36
/usr/bin/radeontop
/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/dca57c01e066ff326fc76eca52116088cf3c34
/usr/lib/.build-id/98
/usr/lib/.build-id/98/008acc824e03b1bb8135fbb72a0e85385497a7
/usr/lib64/libradeontop_xcb.so
/usr/share/doc/radeontop
/usr/share/doc/radeontop/README.md
/usr/share/licenses/radeontop
/usr/share/licenses/radeontop/COPYING
/usr/share/locale/cs/LC_MESSAGES/radeontop.mo
/usr/share/locale/de/LC_MESSAGES/radeontop.mo
/usr/share/locale/el/LC_MESSAGES/radeontop.mo
/usr/share/locale/es/LC_MESSAGES/radeontop.mo
/usr/share/locale/fi/LC_MESSAGES/radeontop.mo
/usr/share/locale/fr/LC_MESSAGES/radeontop.mo
/usr/share/locale/ru/LC_MESSAGES/radeontop.mo
/usr/share/locale/sl/LC_MESSAGES/radeontop.mo
/usr/share/locale/tr/LC_MESSAGES/radeontop.mo
/usr/share/locale/zh_CN/LC_MESSAGES/radeontop.mo
/usr/share/man/man1/radeontop.1.gz
/usr/share/metainfo/radeontop.metainfo.xml
References
Summary
In this tutorial we learn how to install radeontop on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).