How To Install qt5-linguist on Rocky Linux 8

In this tutorial we learn how to install qt5-linguist on Rocky Linux 8. qt5-linguist is Qt5 Linguist Tools

Introduction

In this tutorial we learn how to install qt5-linguist on Rocky Linux 8.

What is qt5-linguist

Tools to add translations to Qt5 applications.

We can use yum or dnf to install qt5-linguist on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-linguist.

Install qt5-linguist on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install qt5-linguist

Install qt5-linguist on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qt5-linguist using yum by running the following command:

sudo yum -y install qt5-linguist

How To Uninstall qt5-linguist on Rocky Linux 8

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

sudo dnf remove qt5-linguist

qt5-linguist Package Contents on Rocky Linux 8

/usr/bin/lconvert-qt5
/usr/bin/linguist-qt5
/usr/bin/lrelease-qt5
/usr/bin/lupdate-qt5
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/714430887d5b01efaf798ea2fd7a0dd7ea6f33
/usr/lib/.build-id/34/714430887d5b01efaf798ea2fd7a0dd7ea6f33.1
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/925d209623a6eed891e200da19753904d59490
/usr/lib/.build-id/3c/925d209623a6eed891e200da19753904d59490.1
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/20f2f81e861a418798266125e78bfc6e3369ba
/usr/lib/.build-id/6f/20f2f81e861a418798266125e78bfc6e3369ba.1
/usr/lib/.build-id/de
/usr/lib/.build-id/de/0154018792c8da25b56a41db7360255a9fefca
/usr/lib/.build-id/de/0154018792c8da25b56a41db7360255a9fefca.1
/usr/lib64/cmake/Qt5LinguistTools
/usr/lib64/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake
/usr/lib64/cmake/Qt5LinguistTools/Qt5LinguistToolsConfigVersion.cmake
/usr/lib64/cmake/Qt5LinguistTools/Qt5LinguistToolsMacros.cmake
/usr/lib64/qt5/bin/lconvert
/usr/lib64/qt5/bin/lconvert-qt5
/usr/lib64/qt5/bin/linguist
/usr/lib64/qt5/bin/linguist-qt5
/usr/lib64/qt5/bin/lrelease
/usr/lib64/qt5/bin/lrelease-qt5
/usr/lib64/qt5/bin/lupdate
/usr/lib64/qt5/bin/lupdate-qt5
/usr/share/applications/qt5-linguist.desktop
/usr/share/icons/hicolor/128x128/apps/linguist-qt5.png
/usr/share/icons/hicolor/16x16/apps/linguist-qt5.png
/usr/share/icons/hicolor/32x32/apps/linguist-qt5.png
/usr/share/icons/hicolor/48x48/apps/linguist-qt5.png
/usr/share/icons/hicolor/64x64/apps/linguist-qt5.png
/usr/share/qt5/phrasebooks
/usr/share/qt5/phrasebooks/danish.qph
/usr/share/qt5/phrasebooks/dutch.qph
/usr/share/qt5/phrasebooks/finnish.qph
/usr/share/qt5/phrasebooks/french.qph
/usr/share/qt5/phrasebooks/german.qph
/usr/share/qt5/phrasebooks/hungarian.qph
/usr/share/qt5/phrasebooks/italian.qph
/usr/share/qt5/phrasebooks/japanese.qph
/usr/share/qt5/phrasebooks/norwegian.qph
/usr/share/qt5/phrasebooks/polish.qph
/usr/share/qt5/phrasebooks/russian.qph
/usr/share/qt5/phrasebooks/spanish.qph
/usr/share/qt5/phrasebooks/swedish.qph

References

Summary

In this tutorial we learn how to install qt5-linguist on Rocky Linux 8 using yum and dnf.