How To Install acpid on Fedora 36
In this tutorial we learn how to install acpid in Fedora 36. acpid is ACPI Event Daemon
Introduction
In this tutorial we learn how to install acpid on Fedora 36.
What is acpid
acpid is a daemon that dispatches ACPI events to user-space programs.
We can use yum or dnf to install acpid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install acpid.
Install acpid 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 acpid using dnf by running the following command:
sudo dnf -y install acpid
Install acpid 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 acpid using yum by running the following command:
sudo yum -y install acpid
How To Uninstall acpid on Fedora 36
To uninstall only the acpid package we can use the following command:
sudo dnf remove acpid
acpid Package Contents on Fedora 36
/etc/acpi
/etc/acpi/actions
/etc/acpi/actions/power.sh
/etc/acpi/events
/etc/acpi/events/powerconf
/etc/acpi/events/videoconf
/etc/sysconfig/acpid
/usr/bin/acpi_listen
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/d0d4dd8b3411a873accec0e5b1fe5f6251df88
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/ebadcb8bbd1255a32cb153a602cfeab0460f8f
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/d93511c108d87eb587b2749defcce13d6d9606
/usr/lib/systemd/system/acpid.service
/usr/lib/systemd/system/acpid.socket
/usr/sbin/acpid
/usr/sbin/kacpimon
/usr/share/doc/acpid
/usr/share/doc/acpid/COPYING
/usr/share/doc/acpid/Changelog
/usr/share/doc/acpid/README
/usr/share/doc/acpid/TESTPLAN
/usr/share/doc/acpid/TODO
/usr/share/man/man8/acpi_listen.8.gz
/usr/share/man/man8/acpid.8.gz
/usr/share/man/man8/kacpimon.8.gz
References
Summary
In this tutorial we learn how to install acpid on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).