How to Install and Uninstall npm.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "npm.x86_64" package

Please follow the guidelines below to install npm.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install npm.x86_64

2. Uninstall "npm.x86_64" package

Please follow the step by step instructions below to uninstall npm.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove npm.x86_64 $ sudo dnf autoremove

3. Information about the npm.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : npm
Epoch : 1
Version : 8.19.4
Release : 1.16.20.2.3.el9_2
Architecture : x86_64
Size : 2.2 M
Source : nodejs-16.20.2-3.el9_2.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Node.js Package Manager
URL : http://nodejs.org/
License : MIT and ASL 2.0 and ISC and BSD
Description : npm is a package manager for node.js. You can use it to install and publish
: your node programs. It manages dependencies and does other cool stuff.