How to Install and Uninstall acpica-tools.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "acpica-tools.x86_64" package

Here is a brief guide to show you how to install acpica-tools.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install acpica-tools.x86_64

2. Uninstall "acpica-tools.x86_64" package

In this section, we are going to explain the necessary steps to uninstall acpica-tools.x86_64 on Fedora 36:

$ sudo dnf remove acpica-tools.x86_64 $ sudo dnf autoremove

3. Information about the acpica-tools.x86_64 package on Fedora 36

Last metadata expiration check: 2:49:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : acpica-tools
Version : 20220331
Release : 3.fc36
Architecture : x86_64
Size : 981 k
Source : acpica-tools-20220331-3.fc36.src.rpm
Repository : updates
Summary : ACPICA tools for the development and debug of ACPI tables
URL : https://www.acpica.org/
License : GPLv2
Description : The ACPI Component Architecture (ACPICA) project provides an OS-independent
: reference implementation of the Advanced Configuration and Power Interface
: Specification (ACPI). ACPICA code contains those portions of ACPI meant to
: be directly integrated into the host OS as a kernel-resident subsystem, and
: a small set of tools to assist in developing and debugging ACPI tables.
:
: This package contains only the user-space tools needed for ACPI table
: development, not the kernel implementation of ACPI. The following commands
: are installed:
: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine
: Language), suitable for inclusion as a DSDT in system firmware.
: It also can disassemble AML, for debugging purposes.
: -- acpibin: performs basic operations on binary AML files (e.g.,
: comparison, data extraction)
: -- acpidump: write out the current contents of ACPI tables
: -- acpiexec: simulate AML execution in order to debug method definitions
: -- acpihelp: display help messages describing ASL keywords and op-codes
: -- acpisrc: manipulate the ACPICA source tree and format source files
: for specific environments
: -- acpixtract: extract binary ACPI tables from acpidump output (see
: also the pmtools package)
:
: This version of the tools is being released under GPLv2 license.