How to Install and Uninstall npm.x86_64 Package on CentOS Stream 8

Last updated: July 01,2024

1. Install "npm.x86_64" package

Please follow the guidance below to install npm.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install npm.x86_64

2. Uninstall "npm.x86_64" package

This guide let you learn how to uninstall npm.x86_64 on CentOS Stream 8:

$ sudo dnf remove npm.x86_64 $ sudo dnf autoremove

3. Information about the npm.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:16:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : npm
Epoch : 1
Version : 6.14.10
Release : 1.10.23.1.1.module_el8.4.0+645+9ce14ba2
Architecture : x86_64
Size : 3.7 M
Source : nodejs-10.23.1-1.module_el8.4.0+645+9ce14ba2.src.rpm
Repository : appstream
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.