How To Install qt6-qtwebsockets on Fedora 36

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

Introduction

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

What is qt6-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 qt6-qtwebsockets on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt6-qtwebsockets.

Install qt6-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 qt6-qtwebsockets using dnf by running the following command:

sudo dnf -y install qt6-qtwebsockets

Install qt6-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 qt6-qtwebsockets using yum by running the following command:

sudo yum -y install qt6-qtwebsockets

How To Uninstall qt6-qtwebsockets on Fedora 36

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

sudo dnf remove qt6-qtwebsockets

qt6-qtwebsockets Package Contents on Fedora 36

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

## Introduction

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

### What is `qt6-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 `qt6-qtwebsockets` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt6-qtwebsockets.

## Install qt6-qtwebsockets on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install qt6-qtwebsockets

Install qt6-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 qt6-qtwebsockets using yum by running the following command:

sudo yum -y install qt6-qtwebsockets

How To Uninstall qt6-qtwebsockets on Fedora 36

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

sudo dnf remove qt6-qtwebsockets

qt6-qtwebsockets Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/15ff9d91a2904ebb9cb0a43826888f71a875d7
/usr/lib/libQt6WebSockets.so.6
/usr/lib/libQt6WebSockets.so.6.2.3
/usr/share/licenses/qt6-qtwebsockets
/usr/share/licenses/qt6-qtwebsockets/LICENSE.FDL
/usr/share/licenses/qt6-qtwebsockets/LICENSE.GPL2
/usr/share/licenses/qt6-qtwebsockets/LICENSE.GPL3
/usr/share/licenses/qt6-qtwebsockets/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt6-qtwebsockets/LICENSE.LGPL3

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/66 /usr/lib/.build-id/66/df2a5f54133679b7db00977fe0a62325badd08 /usr/lib64/libQt6WebSockets.so.6 /usr/lib64/libQt6WebSockets.so.6.2.3 /usr/share/licenses/qt6-qtwebsockets /usr/share/licenses/qt6-qtwebsockets/LICENSE.FDL /usr/share/licenses/qt6-qtwebsockets/LICENSE.GPL2 /usr/share/licenses/qt6-qtwebsockets/LICENSE.GPL3 /usr/share/licenses/qt6-qtwebsockets/LICENSE.GPL3-EXCEPT /usr/share/licenses/qt6-qtwebsockets/LICENSE.LGPL3


## References

* [qt6-qtwebsockets website](http://qt-project.org/)

## Summary

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