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

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

Introduction

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

What is webkitgtk4-jsc.i686

This package contains JavaScript engine from webkitgtk4.

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

Install webkitgtk4-jsc.i686 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.i686 using yum by running the following command:

sudo yum -y install webkitgtk4-jsc.i686

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

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

sudo yum remove webkitgtk4-jsc.i686

webkitgtk4-jsc.i686 Package Contents on Amazon Linux 2

/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.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.i686 on Amazon Linux 2 using yum.