How To Install qt5-designer.i686 on Amazon Linux 2
In this tutorial we learn how to install qt5-designer.i686 in Amazon Linux 2. qt5-designer.i686 is Design GUIs for Qt5 applications
Introduction
In this tutorial we learn how to install qt5-designer.i686 on Amazon Linux 2.
What is qt5-designer.i686
Design GUIs for Qt5 applications.
We can use yum to install qt5-designer.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-designer.i686.
Install qt5-designer.i686 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.i686 using yum by running the following command:
sudo yum -y install qt5-designer.i686
How To Uninstall qt5-designer.i686 on Amazon Linux 2
To uninstall only the qt5-designer.i686 package we can use the following command:
sudo yum remove qt5-designer.i686
qt5-designer.i686 Package Contents on Amazon Linux 2
/usr/bin/designer-qt5
/usr/lib/cmake/Qt5Designer
/usr/lib/cmake/Qt5Designer/Qt5Designer_AnalogClockPlugin.cmake
/usr/lib/cmake/Qt5Designer/Qt5Designer_MultiPageWidgetPlugin.cmake
/usr/lib/cmake/Qt5Designer/Qt5Designer_QQuickWidgetPlugin.cmake
/usr/lib/cmake/Qt5Designer/Qt5Designer_TicTacToePlugin.cmake
/usr/lib/cmake/Qt5Designer/Qt5Designer_WorldTimeClockPlugin.cmake
/usr/lib/qt5/bin/designer
/usr/lib/qt5/bin/designer-qt5
/usr/lib/qt5/plugins/designer/libcontainerextension.so
/usr/lib/qt5/plugins/designer/libcustomwidgetplugin.so
/usr/lib/qt5/plugins/designer/libqquickwidget.so
/usr/lib/qt5/plugins/designer/libtaskmenuextension.so
/usr/lib/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.i686 on Amazon Linux 2 using yum.