How To Install brightnessctl on Fedora 36
Introduction
In this tutorial we learn how to install brightnessctl
on Fedora 36.
What is brightnessctl
This program allows you read and control device brightness. Devices, by default, include back-light and LEDs (searched for in corresponding classes). It can also preserve current brightness before applying the operation, allowing for use cases like disabling back-light on lid close.
We can use yum
or dnf
to install brightnessctl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install brightnessctl.
Install brightnessctl 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 brightnessctl
using dnf
by running the following command:
sudo dnf -y install brightnessctl
Install brightnessctl 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 brightnessctl
using yum
by running the following command:
sudo yum -y install brightnessctl
How To Uninstall brightnessctl on Fedora 36
To uninstall only the brightnessctl
package we can use the following command:
sudo dnf remove brightnessctl
brightnessctl Package Contents on Fedora 36
/usr/bin/brightnessctl
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/0fbc84115b22ecbbde49b0baaadef7722eae5e
/usr/share/doc/brightnessctl
/usr/share/doc/brightnessctl/README.md
/usr/share/licenses/brightnessctl
/usr/share/licenses/brightnessctl/LICENSE
/usr/share/man/man1/brightnessctl.1.gz
References
Summary
In this tutorial we learn how to install brightnessctl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).