How To Install webkitgtk4-jsc.x86_64 on Amazon Linux 2

In this tutorial we learn how to install webkitgtk4-jsc.x86_64 in Amazon Linux 2. webkitgtk4-jsc.x86_64 is JavaScript engine from webkitgtk4

Introduction

In this tutorial we learn how to install webkitgtk4-jsc.x86_64 on Amazon Linux 2.

What is webkitgtk4-jsc.x86_64

This package contains JavaScript engine from webkitgtk4.

We can use yum to install webkitgtk4-jsc.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install webkitgtk4-jsc.x86_64.

Install webkitgtk4-jsc.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install webkitgtk4-jsc.x86_64

How To Uninstall webkitgtk4-jsc.x86_64 on Amazon Linux 2

To uninstall only the webkitgtk4-jsc.x86_64 package we can use the following command:

sudo yum remove webkitgtk4-jsc.x86_64

webkitgtk4-jsc.x86_64 Package Contents on Amazon Linux 2

/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.16.5
/usr/share/licenses/webkitgtk4-jsc-2.28.2
/usr/share/licenses/webkitgtk4-jsc-2.28.2/Source.JavaScriptCore.COPYING.LIB

References

Summary

In this tutorial we learn how to install webkitgtk4-jsc.x86_64 on Amazon Linux 2 using yum.