How To Install qtwebkit on Fedora 34

qtwebkit is Qt WebKit bindings Qt WebKit bindings

Introduction

In this tutorial we learn how to install qtwebkit on Fedora 34.

What is qtwebkit

Qt WebKit bindings qtwebkit 2.3.4 33.fc34 x86_64 10 M qtwebkit-2.3.4-33.fc34.src.rpm fedora Qt WebKit bindings http LGPLv2 with exceptions or GPLv3 with exceptions Qt WebKit bindings

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

Install qtwebkit on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install qtwebkit

Install qtwebkit on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install qtwebkit using yum by running the following command:

sudo yum -y install qtwebkit

How To Uninstall qtwebkit on Fedora 34

To uninstall only the qtwebkit package we can use the following command:

sudo dnf remove qtwebkit

qtwebkit Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/e74b2b53681d77b584404b93d2eb5c829f3ce4
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/dbda63c95b474b2ef79570972952dca23ade51
/usr/lib/libQtWebKit.so.4
/usr/lib/libQtWebKit.so.4.10
/usr/lib/libQtWebKit.so.4.10.4
/usr/lib/qt4/imports/QtWebKit
/usr/lib/qt4/imports/QtWebKit/libqmlwebkitplugin.so
/usr/lib/qt4/imports/QtWebKit/qmldir
/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/a7d0af6e6b13e6b7d578c6e87fd91e33d8eb8f
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/df73209773be65fd50d4d6cdcb7d256cf6d8aa
/usr/lib64/libQtWebKit.so.4
/usr/lib64/libQtWebKit.so.4.10
/usr/lib64/libQtWebKit.so.4.10.4
/usr/lib64/qt4/imports/QtWebKit
/usr/lib64/qt4/imports/QtWebKit/libqmlwebkitplugin.so
/usr/lib64/qt4/imports/QtWebKit/qmldir

References

Summary

In this tutorial we learn how to install qtwebkit on Fedora 34 using yum and dnf.