How To Install webkit2gtk3-jsc on Rocky Linux 8

In this tutorial we learn how to install webkit2gtk3-jsc on Rocky Linux 8. webkit2gtk3-jsc is JavaScript engine from webkit2gtk3

Introduction

In this tutorial we learn how to install webkit2gtk3-jsc on Rocky Linux 8.

What is webkit2gtk3-jsc

This package contains JavaScript engine from webkit2gtk3.

We can use yum or dnf to install webkit2gtk3-jsc on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install webkit2gtk3-jsc.

Install webkit2gtk3-jsc on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install webkit2gtk3-jsc

Install webkit2gtk3-jsc on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install webkit2gtk3-jsc

How To Uninstall webkit2gtk3-jsc on Rocky Linux 8

To uninstall only the webkit2gtk3-jsc package we can use the following command:

sudo dnf remove webkit2gtk3-jsc

webkit2gtk3-jsc Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/dd7f5f37fd314c5fd7ec8ec722627e8fb364b8
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/JavaScriptCore-4.0.typelib
/usr/lib/libjavascriptcoregtk-4.0.so.18
/usr/lib/libjavascriptcoregtk-4.0.so.18.17.12
/usr/share/licenses/webkit2gtk3-jsc
/usr/share/licenses/webkit2gtk3-jsc/Source.JavaScriptCore.COPYING.LIB
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/3b116f14df49e620a35e1ff4b0f834f00e537c
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/JavaScriptCore-4.0.typelib
/usr/lib64/libjavascriptcoregtk-4.0.so.18
/usr/lib64/libjavascriptcoregtk-4.0.so.18.17.12
/usr/share/licenses/webkit2gtk3-jsc
/usr/share/licenses/webkit2gtk3-jsc/Source.JavaScriptCore.COPYING.LIB

References

Summary

In this tutorial we learn how to install webkit2gtk3-jsc on Rocky Linux 8 using yum and dnf.