How To Install liblxqt on Fedora 34

liblxqt is Core shared library for LXQt desktop suite Core shared library for LXQt desktop suite

Introduction

In this tutorial we learn how to install liblxqt on Fedora 34.

What is liblxqt

Core utility library for all LXQT components liblxqt 0.16.0 3.fc34 x86_64 111 k liblxqt-0.16.0-3.fc34.src.rpm fedora Core shared library for LXQt desktop suite http LGPLv2 Core utility library for all LXQT components

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

Install liblxqt on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install liblxqt using dnf by running the following command:

sudo dnf -y install liblxqt

Install liblxqt on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install liblxqt using yum by running the following command:

sudo yum -y install liblxqt

How To Uninstall liblxqt on Fedora 34

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

sudo dnf remove liblxqt

liblxqt Package Contents on Fedora 34

/usr/bin/lxqt-backlight_backend
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/d3d25988bf4ea84fdebc2a2b9b4ee194a7a80e
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/5236e83345090fcb0479d0e798c0a2a2d2f31d
/usr/lib64/liblxqt.so.0
/usr/lib64/liblxqt.so.0.16.0
/usr/share/doc/liblxqt
/usr/share/doc/liblxqt/AUTHORS
/usr/share/doc/liblxqt/COPYING
/usr/share/lxqt/power.conf
/usr/share/polkit-1/actions/org.lxqt.backlight.pkexec.policy
/usr/bin/lxqt-backlight_backend
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/11b79162a4f8cc3479161f08eb12df470ee093
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/941e1c7b36680f61e825526ca694a1461b98d8
/usr/lib/liblxqt.so.0
/usr/lib/liblxqt.so.0.16.0
/usr/share/doc/liblxqt
/usr/share/doc/liblxqt/AUTHORS
/usr/share/doc/liblxqt/COPYING
/usr/share/lxqt/power.conf
/usr/share/polkit-1/actions/org.lxqt.backlight.pkexec.policy

References

Summary

In this tutorial we learn how to install liblxqt on Fedora 34 using yum and dnf.