How To Install qt6-qtwebsockets-examples on Fedora 36
Introduction
In this tutorial we learn how to install qt6-qtwebsockets-examples
on Fedora 36.
What is qt6-qtwebsockets-examples
Programming examples for qt6-qtwebsockets.
We can use yum
or dnf
to install qt6-qtwebsockets-examples
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt6-qtwebsockets-examples.
Install qt6-qtwebsockets-examples 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-examples
using dnf
by running the following command:
sudo dnf -y install qt6-qtwebsockets-examples
Install qt6-qtwebsockets-examples 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-examples
using yum
by running the following command:
sudo yum -y install qt6-qtwebsockets-examples
How To Uninstall qt6-qtwebsockets-examples on Fedora 36
To uninstall only the qt6-qtwebsockets-examples
package we can use the following command:
sudo dnf remove qt6-qtwebsockets-examples
qt6-qtwebsockets-examples Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/4f4e257ccb5d6bc3efe8b43f0712109021cbb9
/usr/lib/.build-id/42
/usr/lib/.build-id/42/9bde3d96ef89f47bcad4bd8e926a4318eb4fd1
/usr/lib/.build-id/43
/usr/lib/.build-id/43/4e8afd41643f6610033a354b1ef47a2c7ca6f4
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/65403499a49bc71ff9e12d332a641388aa0abf
/usr/lib/.build-id/50
/usr/lib/.build-id/50/6316a98030f84f928f525336e0b26b0a036a2e
/usr/lib/.build-id/83
/usr/lib/.build-id/83/d6bf037a0b0e5e1902aad15154d8ac54b5d969
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/3c0a72539b52d7826f574f35e9b66734770023
/usr/lib64/qt6/examples
/usr/lib64/qt6/examples/websockets
/usr/lib64/qt6/examples/websockets/echoclient
/usr/lib64/qt6/examples/websockets/echoclient/echoclient
/usr/lib64/qt6/examples/websockets/echoserver
/usr/lib64/qt6/examples/websockets/echoserver/echoserver
/usr/lib64/qt6/examples/websockets/qmlwebsocketclient
/usr/lib64/qt6/examples/websockets/qmlwebsocketclient/qmlwebsocketclient
/usr/lib64/qt6/examples/websockets/qmlwebsocketserver
/usr/lib64/qt6/examples/websockets/qmlwebsocketserver/qmlwebsocketserver
/usr/lib64/qt6/examples/websockets/simplechat
/usr/lib64/qt6/examples/websockets/simplechat/simplechatserver
/usr/lib64/qt6/examples/websockets/sslechoclient
/usr/lib64/qt6/examples/websockets/sslechoclient/sslechoclient
/usr/lib64/qt6/examples/websockets/sslechoserver
/usr/lib64/qt6/examples/websockets/sslechoserver/sslechoserver
References
Summary
In this tutorial we learn how to install qt6-qtwebsockets-examples
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).