How To Install qt5-qtwebsockets on Fedora 36

In this tutorial we learn how to install qt5-qtwebsockets in Fedora 36. qt5-qtwebsockets is Qt5 - WebSockets component

Introduction

In this tutorial we learn how to install qt5-qtwebsockets on Fedora 36.

What is qt5-qtwebsockets

The QtWebSockets module implements the WebSocket protocol as specified in RFC 6455. It solely depends on Qt (no external dependencies).

We can use yum or dnf to install qt5-qtwebsockets on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-qtwebsockets.

Install qt5-qtwebsockets on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install qt5-qtwebsockets using dnf by running the following command:

sudo dnf -y install qt5-qtwebsockets

Install qt5-qtwebsockets on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install qt5-qtwebsockets

How To Uninstall qt5-qtwebsockets on Fedora 36

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

sudo dnf remove qt5-qtwebsockets

qt5-qtwebsockets Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/272c7cc619837e5df12d129cba27aed8562cb4
/usr/lib/libQt5WebSockets.so.5
/usr/lib/libQt5WebSockets.so.5.15
/usr/lib/libQt5WebSockets.so.5.15.3
/usr/lib/qt5/qml/Qt/WebSockets
/usr/lib/qt5/qml/Qt/WebSockets/qmldir
/usr/share/licenses/qt5-qtwebsockets
/usr/share/licenses/qt5-qtwebsockets/LICENSE.GPL2
/usr/share/licenses/qt5-qtwebsockets/LICENSE.GPL3
/usr/share/licenses/qt5-qtwebsockets/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt5-qtwebsockets/LICENSE.LGPL3

References

Summary

In this tutorial we learn how to install qt5-qtwebsockets on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install qt5-qtwebsockets on Fedora 36” linkTitle: “qt5-qtwebsockets” type: “docs” description: “In this tutorial we learn how to install qt5-qtwebsockets in Fedora 36. qt5-qtwebsockets is Qt5 - WebSockets component” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qt5-qtwebsockets-featured.png

Introduction

In this tutorial we learn how to install qt5-qtwebsockets on Fedora 36.

What is qt5-qtwebsockets

The QtWebSockets module implements the WebSocket protocol as specified in RFC 6455. It solely depends on Qt (no external dependencies).

We can use yum or dnf to install qt5-qtwebsockets on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-qtwebsockets.

Install qt5-qtwebsockets on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install qt5-qtwebsockets using dnf by running the following command:

sudo dnf -y install qt5-qtwebsockets

Install qt5-qtwebsockets on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install qt5-qtwebsockets

How To Uninstall qt5-qtwebsockets on Fedora 36

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

sudo dnf remove qt5-qtwebsockets

qt5-qtwebsockets Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/ba5c59f81b34426576d61910f50127d16fbf60
/usr/lib64/libQt5WebSockets.so.5
/usr/lib64/libQt5WebSockets.so.5.15
/usr/lib64/libQt5WebSockets.so.5.15.3
/usr/lib64/qt5/qml/Qt/WebSockets
/usr/lib64/qt5/qml/Qt/WebSockets/qmldir
/usr/share/licenses/qt5-qtwebsockets
/usr/share/licenses/qt5-qtwebsockets/LICENSE.GPL2
/usr/share/licenses/qt5-qtwebsockets/LICENSE.GPL3
/usr/share/licenses/qt5-qtwebsockets/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt5-qtwebsockets/LICENSE.LGPL3

References

Summary

In this tutorial we learn how to install qt5-qtwebsockets on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).