How To Install v8-314 on Fedora 36

In this tutorial we learn how to install v8-314 in Fedora 36. v8-314 is JavaScript Engine

Introduction

In this tutorial we learn how to install v8-314 on Fedora 36.

What is v8-314

V8 is Google’s open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 3rd edition. This is version 3.14, which is no longer maintained by Google, but was adopted by a lot of other software.

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

Install v8-314 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 v8-314 using dnf by running the following command:

sudo dnf -y install v8-314

Install v8-314 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 v8-314 using yum by running the following command:

sudo yum -y install v8-314

How To Uninstall v8-314 on Fedora 36

To uninstall only the v8-314 package we can use the following command:

sudo dnf remove v8-314

v8-314 Package Contents on Fedora 36

/usr/bin/d8-314
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/55a58fd92063e660a34f8f17f71362bf4ea4b9
/usr/lib/.build-id/55
/usr/lib/.build-id/55/d0529a35fc691a6a10b4485427153c76d1a654
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/f495856bb47239d43835eb1847a4debc5534eb
/usr/lib/libv8.so.3
/usr/lib/libv8.so.3.14
/usr/lib/libv8.so.3.14.5
/usr/lib/libv8preparser.so.3
/usr/lib/libv8preparser.so.3.14
/usr/lib/libv8preparser.so.3.14.5
/usr/share/doc/v8-314
/usr/share/doc/v8-314/AUTHORS
/usr/share/doc/v8-314/ChangeLog
/usr/share/licenses/v8-314
/usr/share/licenses/v8-314/LICENSE

References

Summary

In this tutorial we learn how to install v8-314 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install v8-314 on Fedora 36” linkTitle: “v8-314” type: “docs” description: “In this tutorial we learn how to install v8-314 in Fedora 36. v8-314 is JavaScript Engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/v8-314-featured.png

Introduction

In this tutorial we learn how to install v8-314 on Fedora 36.

What is v8-314

V8 is Google’s open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 3rd edition. This is version 3.14, which is no longer maintained by Google, but was adopted by a lot of other software.

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

Install v8-314 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 v8-314 using dnf by running the following command:

sudo dnf -y install v8-314

Install v8-314 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 v8-314 using yum by running the following command:

sudo yum -y install v8-314

How To Uninstall v8-314 on Fedora 36

To uninstall only the v8-314 package we can use the following command:

sudo dnf remove v8-314

v8-314 Package Contents on Fedora 36

/usr/bin/d8-314
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/eb872b8235799b4f7adfedaed1aca6329a32cf
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/55a55759c82293f6c6ea02adc3a5e083617474
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/e7ce82670a57a68883f335ced0540560506997
/usr/lib64/libv8.so.3
/usr/lib64/libv8.so.3.14
/usr/lib64/libv8.so.3.14.5
/usr/lib64/libv8preparser.so.3
/usr/lib64/libv8preparser.so.3.14
/usr/lib64/libv8preparser.so.3.14.5
/usr/share/doc/v8-314
/usr/share/doc/v8-314/AUTHORS
/usr/share/doc/v8-314/ChangeLog
/usr/share/licenses/v8-314
/usr/share/licenses/v8-314/LICENSE

References

Summary

In this tutorial we learn how to install v8-314 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).