How To Install drm-utils on Fedora 36

In this tutorial we learn how to install drm-utils in Fedora 36. drm-utils is Direct Rendering Manager utilities

Introduction

In this tutorial we learn how to install drm-utils on Fedora 36.

What is drm-utils

Utility programs for the kernel DRM interface. Will void your warranty.

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

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

sudo dnf -y install drm-utils

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

sudo yum -y install drm-utils

How To Uninstall drm-utils on Fedora 36

To uninstall only the drm-utils package we can use the following command:

sudo dnf remove drm-utils

drm-utils Package Contents on Fedora 36

/usr/bin/amdgpu_stress
/usr/bin/drmdevice
/usr/bin/kms-steal-crtc
/usr/bin/kms-universal-planes
/usr/bin/kmstest
/usr/bin/modeprint
/usr/bin/modetest
/usr/bin/proptest
/usr/bin/vbltest
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/f3a1bccffd1d1d7d1c1aa8854be216d2240db6
/usr/lib/.build-id/07
/usr/lib/.build-id/07/b9dcc73bd9705f00af050d23286e3f1b658ef6
/usr/lib/.build-id/16
/usr/lib/.build-id/16/df32a9d240b68405b2fde86212a71f1c42fcb4
/usr/lib/.build-id/39
/usr/lib/.build-id/39/86c670e8108d46c6aaee791679f23e57573a6a
/usr/lib/.build-id/64
/usr/lib/.build-id/64/715c0723ca9a7fcffffbdbeafe76db909105ab
/usr/lib/.build-id/73
/usr/lib/.build-id/73/02bc1068605d26f4fe0192c51d47151fc9bf45
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/412384dcbd803764f26662d121781bc8fcb5d2
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/4d75431e0554a5f7f32f37ea3738e78717afc6
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/4bd54d13719495a13d1d3a34dcaebd20c7ea64

References

Summary

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