How To Install libqtxdg on Fedora 34

libqtxdg is QtXdg, a Qt5 implementation of XDG standards QtXdg, a Qt5 implementation of XDG standards

Introduction

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

What is libqtxdg

QtXdg, a Qt5 implementation of XDG standards. libqtxdg 3.6.0 2.fc34 x86_64 155 k libqtxdg-3.6.0-2.fc34.src.rpm fedora QtXdg, a Qt5 implementation of XDG standards http LGPLv2+ QtXdg, a Qt5 implementation of XDG standards.

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

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

sudo dnf -y install libqtxdg

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

sudo yum -y install libqtxdg

How To Uninstall libqtxdg on Fedora 34

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

sudo dnf remove libqtxdg

libqtxdg Package Contents on Fedora 34

/usr/bin/qtxdg-mat
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/78971d803d25f87f144e4d650cdb07f0b9ab74
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/7acfc8eedc158539ea2a71fa7031c77ba14166
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/eb37ee342d8de12562fc73d8579a5a06e339fb
/usr/lib64/libQt5Xdg.so.3
/usr/lib64/libQt5Xdg.so.3.6.0
/usr/lib64/libQt5XdgIconLoader.so.3
/usr/lib64/libQt5XdgIconLoader.so.3.6.0
/usr/share/doc/libqtxdg
/usr/share/doc/libqtxdg/AUTHORS
/usr/share/licenses/libqtxdg
/usr/share/licenses/libqtxdg/COPYING
/usr/bin/qtxdg-mat
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/f024fc3e4dec27ba85ff2fa4b5b8080defedc5
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/5028f6f6ffe5a867d92c64ab7d75b05d597b8b
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/0912b6bca13f543e49e311b72d2bf03d72df8a
/usr/lib/libQt5Xdg.so.3
/usr/lib/libQt5Xdg.so.3.6.0
/usr/lib/libQt5XdgIconLoader.so.3
/usr/lib/libQt5XdgIconLoader.so.3.6.0
/usr/share/doc/libqtxdg
/usr/share/doc/libqtxdg/AUTHORS
/usr/share/licenses/libqtxdg
/usr/share/licenses/libqtxdg/COPYING

References

Summary

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