How To Install nodejs-packaging-bundler on Fedora 36

In this tutorial we learn how to install nodejs-packaging-bundler in Fedora 36. nodejs-packaging-bundler is Bundle a node.js application dependencies

Introduction

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

What is nodejs-packaging-bundler

nodejs-packaging-bundler bundles a node.js application node_module dependencies It gathers the application tarball. It generates a runtime (prod) tarball with runtime node_module dependencies It generates a testing (dev) tarball with node_module dependencies for testing It generates a bundled license file that gets the licenses in the runtime dependency tarball

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

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

sudo dnf -y install nodejs-packaging-bundler

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

sudo yum -y install nodejs-packaging-bundler

How To Uninstall nodejs-packaging-bundler on Fedora 36

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

sudo dnf remove nodejs-packaging-bundler

nodejs-packaging-bundler Package Contents on Fedora 36

/usr/bin/nodejs-packaging-bundler

References

Summary

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