How To Install nodejs-devel on Fedora 36

In this tutorial we learn how to install nodejs-devel in Fedora 36. nodejs-devel is JavaScript runtime - development headers

Introduction

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

What is nodejs-devel

Development headers for the Node.js JavaScript runtime.

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

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

sudo dnf -y install nodejs-devel

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

sudo yum -y install nodejs-devel

How To Uninstall nodejs-devel on Fedora 36

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

sudo dnf remove nodejs-devel

nodejs-devel Package Contents on Fedora 36

/usr/include/node
/usr/include/node/common.gypi
/usr/include/node/config.gypi
/usr/include/node/cppgc
/usr/include/node/cppgc/common.h
/usr/include/node/js_native_api.h
/usr/include/node/js_native_api_types.h
/usr/include/node/libplatform
/usr/include/node/libplatform/libplatform-export.h
/usr/include/node/libplatform/libplatform.h
/usr/include/node/libplatform/v8-tracing.h
/usr/include/node/node.h
/usr/include/node/node_api.h
/usr/include/node/node_api_types.h
/usr/include/node/node_buffer.h
/usr/include/node/node_object_wrap.h
/usr/include/node/node_version.h
/usr/include/node/v8-internal.h
/usr/include/node/v8-platform.h
/usr/include/node/v8-profiler.h
/usr/include/node/v8-version.h
/usr/include/node/v8.h
/usr/include/node/v8config.h
/usr/lib/libnode.so
/usr/share/doc/nodejs/gdbinit
/usr/share/node/common.gypi

References

Summary

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


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

Introduction

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

What is nodejs-devel

Development headers for the Node.js JavaScript runtime.

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

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

sudo dnf -y install nodejs-devel

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

sudo yum -y install nodejs-devel

How To Uninstall nodejs-devel on Fedora 36

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

sudo dnf remove nodejs-devel

nodejs-devel Package Contents on Fedora 36

/usr/include/node
/usr/include/node/common.gypi
/usr/include/node/config.gypi
/usr/include/node/cppgc
/usr/include/node/cppgc/common.h
/usr/include/node/js_native_api.h
/usr/include/node/js_native_api_types.h
/usr/include/node/libplatform
/usr/include/node/libplatform/libplatform-export.h
/usr/include/node/libplatform/libplatform.h
/usr/include/node/libplatform/v8-tracing.h
/usr/include/node/node.h
/usr/include/node/node_api.h
/usr/include/node/node_api_types.h
/usr/include/node/node_buffer.h
/usr/include/node/node_object_wrap.h
/usr/include/node/node_version.h
/usr/include/node/v8-internal.h
/usr/include/node/v8-platform.h
/usr/include/node/v8-profiler.h
/usr/include/node/v8-version.h
/usr/include/node/v8.h
/usr/include/node/v8config.h
/usr/lib64/libnode.so
/usr/share/doc/nodejs/gdbinit
/usr/share/node/common.gypi

References

Summary

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