How To Install autorandr on Fedora 36

In this tutorial we learn how to install autorandr in Fedora 36. autorandr is Automatically select a display configuration based on connected devices

Introduction

In this tutorial we learn how to install autorandr on Fedora 36.

What is autorandr

Automatically select a display configuration based on connected devices.

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

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

sudo dnf -y install autorandr

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

sudo yum -y install autorandr

How To Uninstall autorandr on Fedora 36

To uninstall only the autorandr package we can use the following command:

sudo dnf remove autorandr

autorandr Package Contents on Fedora 36

/etc/xdg/autostart/autorandr.desktop
/usr/bin/autorandr
/usr/lib/systemd/system/autorandr.service
/usr/lib/udev/rules.d/40-monitor-hotplug.rules
/usr/share/doc/autorandr
/usr/share/doc/autorandr/README.md
/usr/share/licenses/autorandr
/usr/share/licenses/autorandr/gpl-3.0.txt
/usr/share/man/man1/autorandr.1.gz

References

Summary

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