How To Install qt5-qttools-common.noarch on Amazon Linux 2
In this tutorial we learn how to install qt5-qttools-common.noarch in Amazon Linux 2. qt5-qttools-common.noarch is Common files for qt5-qttools
Introduction
In this tutorial we learn how to install qt5-qttools-common.noarch on Amazon Linux 2.
What is qt5-qttools-common.noarch
Common files for qt5-qttools.
We can use yum to install qt5-qttools-common.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-qttools-common.noarch.
Install qt5-qttools-common.noarch 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-qttools-common.noarch using yum by running the following command:
sudo yum -y install qt5-qttools-common.noarch
How To Uninstall qt5-qttools-common.noarch on Amazon Linux 2
To uninstall only the qt5-qttools-common.noarch package we can use the following command:
sudo yum remove qt5-qttools-common.noarch
qt5-qttools-common.noarch Package Contents on Amazon Linux 2
/usr/share/licenses/qt5-qttools-common-5.9.2
/usr/share/licenses/qt5-qttools-common-5.9.2/LICENSE.LGPL3
References
Summary
In this tutorial we learn how to install qt5-qttools-common.noarch on Amazon Linux 2 using yum.