How To Install wmacpi on Fedora 36

In this tutorial we learn how to install wmacpi in Fedora 36. wmacpi is Dockapp for laptop acpi/apm information

Introduction

In this tutorial we learn how to install wmacpi on Fedora 36.

What is wmacpi

Dockapp which displays acpi/apm information. his is a typical laptop ACPI dockapp. One interesting feature is the “timer” mode, where you can keep track of how long the laptop has been “on battery”. This is opposite of the information usually provided by the BIOS, which is “time remaining”, and in many cases wrong. This option can be toggled at run-time. System messages scroll on the bottom of the window, AC plug flashes when battery is charging, and green LED inside the big button flashes red if battery level is critical low.

We can use yum or dnf to install wmacpi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wmacpi.

Install wmacpi 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 wmacpi using dnf by running the following command:

sudo dnf -y install wmacpi

Install wmacpi 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 wmacpi using yum by running the following command:

sudo yum -y install wmacpi

How To Uninstall wmacpi on Fedora 36

To uninstall only the wmacpi package we can use the following command:

sudo dnf remove wmacpi

wmacpi Package Contents on Fedora 36

/usr/bin/wmacpi
/usr/bin/wmacpi-cli
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/a9771a9417e40fdb1a52c6f28c90d421d05c94
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/5632d446e4ca80e2213623a3a8b9e4f2a55408
/usr/share/doc/wmacpi
/usr/share/doc/wmacpi/AUTHORS
/usr/share/doc/wmacpi/COPYING
/usr/share/doc/wmacpi/ChangeLog
/usr/share/doc/wmacpi/README
/usr/share/man/man1/wmacpi-cli.1.gz
/usr/share/man/man1/wmacpi.1.gz

References

Summary

In this tutorial we learn how to install wmacpi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).