How To Install nodejs-libs on Fedora 36

In this tutorial we learn how to install nodejs-libs in Fedora 36. nodejs-libs is Node.js and v8 libraries

Introduction

In this tutorial we learn how to install nodejs-libs on Fedora 36.

What is nodejs-libs

Libraries to support Node.js and provide stable v8 interfaces.

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

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

sudo dnf -y install nodejs-libs

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

sudo yum -y install nodejs-libs

How To Uninstall nodejs-libs on Fedora 36

To uninstall only the nodejs-libs package we can use the following command:

sudo dnf remove nodejs-libs

nodejs-libs Package Contents on Fedora 36

---
title: "How To Install nodejs-libs on Fedora 36"
linkTitle: "nodejs-libs"
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/5215784b8e72400dde97fff4d6c9d9b22e719e
/usr/lib/libnode.so.93
/usr/lib/libv8.so.9
/usr/lib/libv8_libbase.so.9
/usr/lib/libv8_libplatform.so.9
/usr/share/licenses/nodejs-libs
/usr/share/licenses/nodejs-libs/LICENSE
/usr/share/nodejs
type: "docs"
description: "In this tutorial we learn how to install nodejs-libs in Fedora 36. nodejs-libs is Node.js and v8 libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/nodejs-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `nodejs-libs` on Fedora 36.

What is nodejs-libs

References

Libraries to support Node.js and provide stable v8 interfaces.

Summary

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

Install nodejs-libs on Fedora 36 Using dnf

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install nodejs-libs

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

sudo yum -y install nodejs-libs

How To Uninstall nodejs-libs on Fedora 36

To uninstall only the nodejs-libs package we can use the following command:

sudo dnf remove nodejs-libs

nodejs-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/c02c126d87bbe386a980f66cb2ca813bb8a4c2
/usr/lib64/libnode.so.93
/usr/lib64/libv8.so.9
/usr/lib64/libv8_libbase.so.9
/usr/lib64/libv8_libplatform.so.9
/usr/share/licenses/nodejs-libs
/usr/share/licenses/nodejs-libs/LICENSE
/usr/share/nodejs

References

Summary

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