How To Install duktape on Fedora 36

In this tutorial we learn how to install duktape in Fedora 36. duktape is Embeddable Javascript engine

Introduction

In this tutorial we learn how to install duktape on Fedora 36.

What is duktape

Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.

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

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

sudo dnf -y install duktape

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

sudo yum -y install duktape

How To Uninstall duktape on Fedora 36

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

sudo dnf remove duktape

duktape Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/54fc25523f048b77a0598875a88dfe86104070
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/335a314daf967d4f8a07c676a01caf29285877
/usr/lib/libduktape.so.206
/usr/lib/libduktape.so.206.20600
/usr/lib/libduktaped.so.206
/usr/lib/libduktaped.so.206.20600
/usr/share/doc/duktape
/usr/share/doc/duktape/AUTHORS.rst
/usr/share/licenses/duktape
/usr/share/licenses/duktape/LICENSE.txt

References

Summary

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


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

Introduction

In this tutorial we learn how to install duktape on Fedora 36.

What is duktape

Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.

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

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

sudo dnf -y install duktape

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

sudo yum -y install duktape

How To Uninstall duktape on Fedora 36

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

sudo dnf remove duktape

duktape Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/56586029374242731dd1b3a33f886a3bd94f43
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/3090fe9b3d6987f6eaf81f9a74655e379f9352
/usr/lib64/libduktape.so.206
/usr/lib64/libduktape.so.206.20600
/usr/lib64/libduktaped.so.206
/usr/lib64/libduktaped.so.206.20600
/usr/share/doc/duktape
/usr/share/doc/duktape/AUTHORS.rst
/usr/share/licenses/duktape
/usr/share/licenses/duktape/LICENSE.txt

References

Summary

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