How To Install qt6-qtwebchannel-examples on Fedora 36
Introduction
In this tutorial we learn how to install qt6-qtwebchannel-examples
on Fedora 36.
What is qt6-qtwebchannel-examples
Programming examples for qt6-qtwebchannel.
We can use yum
or dnf
to install qt6-qtwebchannel-examples
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt6-qtwebchannel-examples.
Install qt6-qtwebchannel-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-qtwebchannel-examples
using dnf
by running the following command:
sudo dnf -y install qt6-qtwebchannel-examples
Install qt6-qtwebchannel-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-qtwebchannel-examples
using yum
by running the following command:
sudo yum -y install qt6-qtwebchannel-examples
How To Uninstall qt6-qtwebchannel-examples on Fedora 36
To uninstall only the qt6-qtwebchannel-examples
package we can use the following command:
sudo dnf remove qt6-qtwebchannel-examples
qt6-qtwebchannel-examples Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/1e363e85289cc954dc1bb7763fb73525ea7972
/usr/lib64/qt6/examples
/usr/lib64/qt6/examples/webchannel
/usr/lib64/qt6/examples/webchannel/chatserver-cpp
/usr/lib64/qt6/examples/webchannel/chatserver-cpp/chatserver
References
Summary
In this tutorial we learn how to install qt6-qtwebchannel-examples
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).