How to Install and Uninstall npm.x86_64 Package on AlmaLinux 8
Last updated: November 26,2024
1. Install "npm.x86_64" package
In this section, we are going to explain the necessary steps to install npm.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
npm.x86_64
Copied
2. Uninstall "npm.x86_64" package
Please follow the instructions below to uninstall npm.x86_64 on AlmaLinux 8:
$
sudo dnf remove
npm.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the npm.x86_64 package on AlmaLinux 8
Last metadata expiration check: 1:10:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : npm
Epoch : 1
Version : 6.14.11
Release : 1.10.24.0.1.module_el8.3.0+2047+b07ac28e
Architecture : x86_64
Size : 3.7 M
Source : nodejs-10.24.0-1.module_el8.3.0+2047+b07ac28e.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.
Available Packages
Name : npm
Epoch : 1
Version : 6.14.11
Release : 1.10.24.0.1.module_el8.3.0+2047+b07ac28e
Architecture : x86_64
Size : 3.7 M
Source : nodejs-10.24.0-1.module_el8.3.0+2047+b07ac28e.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.