How To Install lxqt-config on Fedora 36

In this tutorial we learn how to install lxqt-config in Fedora 36. lxqt-config is Config tools for LXQt desktop suite

Introduction

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

What is lxqt-config

Config tools for LXQt desktop suite.

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

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

sudo dnf -y install lxqt-config

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

sudo yum -y install lxqt-config

How To Uninstall lxqt-config on Fedora 36

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

sudo dnf remove lxqt-config

lxqt-config Package Contents on Fedora 36

/etc/xdg/menus/lxqt-config.menu
/usr/bin/lxqt-config
/usr/bin/lxqt-config-appearance
/usr/bin/lxqt-config-brightness
/usr/bin/lxqt-config-file-associations
/usr/bin/lxqt-config-input
/usr/bin/lxqt-config-locale
/usr/bin/lxqt-config-monitor
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/889b07b910701adc821c67e15a9d5256501870
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/0f0fe428d01852b7492664f5aaf6f16fe327c5
/usr/lib/.build-id/71
/usr/lib/.build-id/71/0feae04ccbde25387e232d7e760a400df2efcc
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/1fa8d1c78660e38c8854cc8f72311c704ae074
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/d1c023b0b0c96643605d33ba7214c644b1e0f8
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/6712743e39e1b92c27f30ef6c8fcd4df8cec90
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/82b340ab04d0b4c9923582e6a81243b02a90b7
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/a1069160577c1e6e8b64b120dab0f179ff23d3
/usr/lib64/lxqt-config/liblxqt-config-cursor.so
/usr/share/applications/lxqt-config-appearance.desktop
/usr/share/applications/lxqt-config-brightness.desktop
/usr/share/applications/lxqt-config-file-associations.desktop
/usr/share/applications/lxqt-config-input.desktop
/usr/share/applications/lxqt-config-locale.desktop
/usr/share/applications/lxqt-config-monitor.desktop
/usr/share/applications/lxqt-config.desktop
/usr/share/doc/lxqt-config
/usr/share/doc/lxqt-config/AUTHORS
/usr/share/doc/lxqt-config/CHANGELOG
/usr/share/doc/lxqt-config/README.md
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/usr/share/icons/hicolor/48x48/apps/brightnesssettings.svg
/usr/share/licenses/lxqt-config
/usr/share/licenses/lxqt-config/LICENSE
/usr/share/lxqt/icons/monitor.svg
/usr/share/man/man1/lxqt-config-appearance.1.gz
/usr/share/man/man1/lxqt-config-mouse.1.gz
/usr/share/man/man1/lxqt-config.1.gz

References

Summary

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