How To Install qt5-linguist.x86_64 on Amazon Linux 2

In this tutorial we learn how to install qt5-linguist.x86_64 in Amazon Linux 2. qt5-linguist.x86_64 is Qt5 Linguist Tools

Introduction

In this tutorial we learn how to install qt5-linguist.x86_64 on Amazon Linux 2.

What is qt5-linguist.x86_64

Tools to add translations to Qt5 applications.

We can use yum to install qt5-linguist.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-linguist.x86_64.

Install qt5-linguist.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install qt5-linguist.x86_64

How To Uninstall qt5-linguist.x86_64 on Amazon Linux 2

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

sudo yum remove qt5-linguist.x86_64

qt5-linguist.x86_64 Package Contents on Amazon Linux 2

/usr/bin/lconvert-qt5
/usr/bin/linguist-qt5
/usr/bin/lrelease-qt5
/usr/bin/lupdate-qt5
/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.x86_64 on Amazon Linux 2 using yum.