How To Install qt5-designer.x86_64 on Amazon Linux 2
In this tutorial we learn how to install qt5-designer.x86_64 in Amazon Linux 2. qt5-designer.x86_64 is Design GUIs for Qt5 applications
Introduction
In this tutorial we learn how to install qt5-designer.x86_64
on Amazon Linux 2.
What is qt5-designer.x86_64
Design GUIs for Qt5 applications.
We can use yum
to install qt5-designer.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-designer.x86_64.
Install qt5-designer.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-designer.x86_64
using yum
by running the following command:
sudo yum -y install qt5-designer.x86_64
How To Uninstall qt5-designer.x86_64 on Amazon Linux 2
To uninstall only the qt5-designer.x86_64
package we can use the following command:
sudo yum remove qt5-designer.x86_64
qt5-designer.x86_64 Package Contents on Amazon Linux 2
/usr/bin/designer-qt5
/usr/lib64/cmake/Qt5Designer
/usr/lib64/cmake/Qt5Designer/Qt5Designer_AnalogClockPlugin.cmake
/usr/lib64/cmake/Qt5Designer/Qt5Designer_MultiPageWidgetPlugin.cmake
/usr/lib64/cmake/Qt5Designer/Qt5Designer_QQuickWidgetPlugin.cmake
/usr/lib64/cmake/Qt5Designer/Qt5Designer_TicTacToePlugin.cmake
/usr/lib64/cmake/Qt5Designer/Qt5Designer_WorldTimeClockPlugin.cmake
/usr/lib64/qt5/bin/designer
/usr/lib64/qt5/bin/designer-qt5
/usr/lib64/qt5/plugins/designer/libcontainerextension.so
/usr/lib64/qt5/plugins/designer/libcustomwidgetplugin.so
/usr/lib64/qt5/plugins/designer/libqquickwidget.so
/usr/lib64/qt5/plugins/designer/libtaskmenuextension.so
/usr/lib64/qt5/plugins/designer/libworldtimeclockplugin.so
/usr/share/applications/qt5-designer.desktop
/usr/share/icons/hicolor/32x32/apps/designer-qt5.png
References
Summary
In this tutorial we learn how to install qt5-designer.x86_64
on Amazon Linux 2 using yum.