How to Install and Uninstall acpica Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "acpica" package

This is a short guide on how to install acpica on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install acpica

2. Uninstall "acpica" package

This is a short guide on how to uninstall acpica on openSuSE Tumbleweed:

$ sudo zypper remove acpica

3. Information about the acpica package on openSuSE Tumbleweed

Information for package acpica:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : acpica
Version : 20230628-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.1 MiB
Installed : No
Status : not installed
Source package : acpica-20230628-1.1.src
Upstream URL : https://acpica.org
Summary : A set of tools to display and debug BIOS ACPI tables
Description :
The included tools share the same code as it is used in the ACPI
implementation of the kernel. The code of the acpica project is exactly
the same as the ACPI parser and interpreter code of the kernel and the
code gets synced regularly from the acpica project into the kernel.
E.g. if you identify bugs in the kernel's ACPI implementation it might
be easier to debug them in userspace if possible. If the bug is part of
the acpica code, it has to be submitted to the acpica project to get
merged into the mainline kernel sources.
iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine
Language). This AML is suitable for inclusion as a DSDT in system
firmware. It also can disassemble AML, for debugging purposes.