How to Install and Uninstall acpica Package on openSUSE Leap

Last updated: May 02,2024

1. Install "acpica" package

Please follow the guidelines below to install acpica on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install acpica

2. Uninstall "acpica" package

Please follow the steps below to uninstall acpica on openSUSE Leap:

$ sudo zypper remove acpica

3. Information about the acpica package on openSUSE Leap

Information for package acpica:
-------------------------------
Repository : Main Repository
Name : acpica
Version : 20220331-150500.1.3
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 3.2 MiB
Installed : No
Status : not installed
Source package : acpica-20220331-150500.1.3.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.