How To Install radeon-profile on Fedora 36

In this tutorial we learn how to install radeon-profile in Fedora 36. radeon-profile is Application to read current clocks of ATi Radeon cards

Introduction

In this tutorial we learn how to install radeon-profile on Fedora 36.

What is radeon-profile

Simple application to read current clocks of ATi Radeon cards (xf86-video-ati, xf86-video-amdgpu). Functionality - Monitoring of basic GPU parameters (frequencies, voltages, usage, temperature, fan speed) - DPM profiles and power levels - Fan control (HD 7000+), definition of multiple custom curves or fixed speed - Overclocking (amdgpu) (Wattman, Overdrive, PowerPlay etc) - Per app profiles/Event definitions (i.e. change fan profile when temp above defined or set DPM to high when selected binary executed) - Define binaries to run with set of environment variablees (i.e. GALLIUM_HUD, MESA, LIBGL etc)

We can use yum or dnf to install radeon-profile on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radeon-profile.

Install radeon-profile 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 radeon-profile using dnf by running the following command:

sudo dnf -y install radeon-profile

Install radeon-profile 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 radeon-profile using yum by running the following command:

sudo yum -y install radeon-profile

How To Uninstall radeon-profile on Fedora 36

To uninstall only the radeon-profile package we can use the following command:

sudo dnf remove radeon-profile

radeon-profile Package Contents on Fedora 36

/usr/bin/radeon-profile
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/ee95b179ea4bf184d72d016626009bcbdbf0c0
/usr/share/applications/radeon-profile.desktop
/usr/share/doc/radeon-profile
/usr/share/doc/radeon-profile/README.md
/usr/share/icons/hicolor/512x512/apps/radeon-profile.png
/usr/share/licenses/radeon-profile
/usr/share/licenses/radeon-profile/LICENSE
/usr/share/metainfo/com.github.marazmista.radeon-profile.appdata.xml
/usr/share/radeon-profile
/usr/share/radeon-profile/strings.hr.qm
/usr/share/radeon-profile/strings.it.qm
/usr/share/radeon-profile/strings.pl.qm
/usr/share/radeon-profile/strings.ru.qm

References

Summary

In this tutorial we learn how to install radeon-profile on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).