How To Install lxqt-powermanagement on Fedora 36

In this tutorial we learn how to install lxqt-powermanagement in Fedora 36. lxqt-powermanagement is Powermanagement daemon for LXQt desktop suite

Introduction

In this tutorial we learn how to install lxqt-powermanagement on Fedora 36.

What is lxqt-powermanagement

Powermanagement daemon for LXQt desktop suite.

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

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

sudo dnf -y install lxqt-powermanagement

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

sudo yum -y install lxqt-powermanagement

How To Uninstall lxqt-powermanagement on Fedora 36

To uninstall only the lxqt-powermanagement package we can use the following command:

sudo dnf remove lxqt-powermanagement

lxqt-powermanagement Package Contents on Fedora 36

/etc/xdg/autostart/lxqt-powermanagement.desktop
/usr/bin/lxqt-config-powermanagement
/usr/bin/lxqt-powermanagement
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/9801d15910d1e9b437b2dc258857adc9c2c87e
/usr/lib/.build-id/71
/usr/lib/.build-id/71/7f012b26a1f993d28c26017f807bc434d842dd
/usr/share/applications/lxqt-config-powermanagement.desktop
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/devices
/usr/share/icons/hicolor/scalable/devices/laptop-lid.svg

References

Summary

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