How To Install qt5-qtwebsockets-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install qt5-qtwebsockets-devel.x86_64 in Amazon Linux 2. qt5-qtwebsockets-devel.x86_64 is Development files for qt5-qtwebsockets

Introduction

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

What is qt5-qtwebsockets-devel.x86_64

Development files for qt5-qtwebsockets.

We can use yum to install qt5-qtwebsockets-devel.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-qtwebsockets-devel.x86_64.

Install qt5-qtwebsockets-devel.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-qtwebsockets-devel.x86_64 using yum by running the following command:

sudo yum -y install qt5-qtwebsockets-devel.x86_64

How To Uninstall qt5-qtwebsockets-devel.x86_64 on Amazon Linux 2

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

sudo yum remove qt5-qtwebsockets-devel.x86_64

qt5-qtwebsockets-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/qt5/QtWebSockets
/usr/include/qt5/QtWebSockets/5.9.2
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qdefaultmaskgenerator_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qsslserver_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsocket_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsocketcorsauthenticator_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsocketdataprocessor_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsocketframe_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsockethandshakerequest_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsockethandshakeresponse_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsocketprotocol_p.h
/usr/include/qt5/QtWebSockets/5.9.2/QtWebSockets/private/qwebsocketserver_p.h
/usr/include/qt5/QtWebSockets/QMaskGenerator
/usr/include/qt5/QtWebSockets/QWebSocket
/usr/include/qt5/QtWebSockets/QWebSocketCorsAuthenticator
/usr/include/qt5/QtWebSockets/QWebSocketProtocol
/usr/include/qt5/QtWebSockets/QWebSocketServer
/usr/include/qt5/QtWebSockets/QtWebSockets
/usr/include/qt5/QtWebSockets/QtWebSocketsDepends
/usr/include/qt5/QtWebSockets/QtWebSocketsVersion
/usr/include/qt5/QtWebSockets/qmaskgenerator.h
/usr/include/qt5/QtWebSockets/qtwebsocketsversion.h
/usr/include/qt5/QtWebSockets/qwebsocket.h
/usr/include/qt5/QtWebSockets/qwebsocketcorsauthenticator.h
/usr/include/qt5/QtWebSockets/qwebsocketprotocol.h
/usr/include/qt5/QtWebSockets/qwebsockets_global.h
/usr/include/qt5/QtWebSockets/qwebsocketserver.h
/usr/lib64/cmake/Qt5WebSockets
/usr/lib64/cmake/Qt5WebSockets/Qt5WebSocketsConfig.cmake
/usr/lib64/cmake/Qt5WebSockets/Qt5WebSocketsConfigVersion.cmake
/usr/lib64/libQt5WebSockets.prl
/usr/lib64/libQt5WebSockets.so
/usr/lib64/pkgconfig/Qt5WebSockets.pc
/usr/lib64/qt5/mkspecs/modules/qt_lib_websockets.pri
/usr/lib64/qt5/mkspecs/modules/qt_lib_websockets_private.pri
/usr/lib64/qt5/qml/QtWebSockets
/usr/lib64/qt5/qml/QtWebSockets/libdeclarative_qmlwebsockets.so
/usr/lib64/qt5/qml/QtWebSockets/plugins.qmltypes
/usr/lib64/qt5/qml/QtWebSockets/qmldir

References

Summary

In this tutorial we learn how to install qt5-qtwebsockets-devel.x86_64 on Amazon Linux 2 using yum.