How To Install qt6-linguist on Fedora 36

In this tutorial we learn how to install qt6-linguist in Fedora 36. qt6-linguist is Qt6 Linguist Tools

Introduction

In this tutorial we learn how to install qt6-linguist on Fedora 36.

What is qt6-linguist

Tools to add translations to Qt6 applications.

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

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

sudo dnf -y install qt6-linguist

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

sudo yum -y install qt6-linguist

How To Uninstall qt6-linguist on Fedora 36

To uninstall only the qt6-linguist package we can use the following command:

sudo dnf remove qt6-linguist

qt6-linguist Package Contents on Fedora 36

/usr/bin/lconvert-qt6
/usr/bin/linguist-qt6
/usr/bin/lrelease-qt6
/usr/bin/lupdate-qt6
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/967e7d505aeb65ae0619eb6699f522b81498e0
/usr/lib/.build-id/1c/967e7d505aeb65ae0619eb6699f522b81498e0.1
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/b1b7eadbcbfc871c05c5da867c8dc210fd7a4f
/usr/lib/.build-id/1d/b1b7eadbcbfc871c05c5da867c8dc210fd7a4f.1
/usr/lib/.build-id/47
/usr/lib/.build-id/47/9d686963ac593ffb90536691960e069f6add49
/usr/lib/.build-id/47/9d686963ac593ffb90536691960e069f6add49.1
/usr/lib/.build-id/69
/usr/lib/.build-id/69/a5d4871bd3bae771c6d86fff948bd70cb57efe
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/b3079be3eed370ad1a91d9f2160973771f4ac2
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/b91c9ee500c601ddde73f6529e4192234708ff
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/809bef9f8859aae57b215c7e322dcff6d7735b
/usr/lib/.build-id/f4/809bef9f8859aae57b215c7e322dcff6d7735b.1
/usr/lib64/qt6/bin/lconvert
/usr/lib64/qt6/bin/lconvert-qt6
/usr/lib64/qt6/bin/linguist
/usr/lib64/qt6/bin/linguist-qt6
/usr/lib64/qt6/bin/lrelease
/usr/lib64/qt6/bin/lrelease-qt6
/usr/lib64/qt6/bin/lupdate
/usr/lib64/qt6/bin/lupdate-qt6
/usr/lib64/qt6/libexec/lprodump
/usr/lib64/qt6/libexec/lrelease-pro
/usr/lib64/qt6/libexec/lupdate-pro
/usr/share/applications/qt6-linguist.desktop
/usr/share/icons/hicolor/128x128/apps/linguist-qt6.png
/usr/share/icons/hicolor/16x16/apps/linguist-qt6.png
/usr/share/icons/hicolor/32x32/apps/linguist-qt6.png
/usr/share/icons/hicolor/48x48/apps/linguist-qt6.png
/usr/share/icons/hicolor/64x64/apps/linguist-qt6.png
/usr/share/qt6/phrasebooks/danish.qph
/usr/share/qt6/phrasebooks/dutch.qph
/usr/share/qt6/phrasebooks/finnish.qph
/usr/share/qt6/phrasebooks/french.qph
/usr/share/qt6/phrasebooks/german.qph
/usr/share/qt6/phrasebooks/hungarian.qph
/usr/share/qt6/phrasebooks/italian.qph
/usr/share/qt6/phrasebooks/japanese.qph
/usr/share/qt6/phrasebooks/norwegian.qph
/usr/share/qt6/phrasebooks/polish.qph
/usr/share/qt6/phrasebooks/russian.qph
/usr/share/qt6/phrasebooks/spanish.qph
/usr/share/qt6/phrasebooks/swedish.qph

References

Summary

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