How To Install liblxqt on Fedora 36
Introduction
In this tutorial we learn how to install liblxqt
on Fedora 36.
What is liblxqt
Core utility library for all LXQT components
We can use yum
or dnf
to install liblxqt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblxqt.
Install liblxqt 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 liblxqt
using dnf
by running the following command:
sudo dnf -y install liblxqt
Install liblxqt 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 liblxqt
using yum
by running the following command:
sudo yum -y install liblxqt
How To Uninstall liblxqt on Fedora 36
To uninstall only the liblxqt
package we can use the following command:
sudo dnf remove liblxqt
liblxqt Package Contents on Fedora 36
---
title: "How To Install liblxqt on Fedora 36"
linkTitle: "liblxqt"
type: "docs"
description: "In this tutorial we learn how to install liblxqt in Fedora 36. liblxqt is Core shared library for LXQt desktop suite"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/liblxqt-featured.png
---
## Introduction
In this tutorial we learn how to install `liblxqt` on Fedora 36.
### What is `liblxqt`
> Core utility library for all LXQT components
We can use `yum` or `dnf` to install `liblxqt` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblxqt.
## Install liblxqt on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install liblxqt
using dnf
by running the following command:
sudo dnf -y install liblxqt
Install liblxqt 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 liblxqt
using yum
by running the following command:
sudo yum -y install liblxqt
How To Uninstall liblxqt on Fedora 36
To uninstall only the liblxqt
package we can use the following command:
sudo dnf remove liblxqt
liblxqt Package Contents on Fedora 36
/usr/bin/lxqt-backlight_backend
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/3897e4d2d86f892fe3f904a1a8dc05e97561a1
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/1b0fa7c13d0199f94a52372b6fde963875eab6
/usr/lib64/liblxqt.so.1
/usr/lib64/liblxqt.so.1.0.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 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/lxqt-backlight_backend /usr/lib/.build-id /usr/lib/.build-id/48 /usr/lib/.build-id/48/89ae83b7e9424cba2c46923bcbff002084294e /usr/lib/.build-id/8e /usr/lib/.build-id/8e/54067d2398962a74b6635cf73a14c5239f0cff /usr/lib/liblxqt.so.1 /usr/lib/liblxqt.so.1.0.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
* [liblxqt website](http://lxqt.org/)
## Summary
In this tutorial we learn how to install `liblxqt` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).