How to Install and Uninstall npm.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "npm.x86_64" package

Please follow the steps below to install npm.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install npm.x86_64

2. Uninstall "npm.x86_64" package

This guide covers the steps necessary to uninstall npm.x86_64 on Fedora 34:

$ sudo dnf remove npm.x86_64 $ sudo dnf autoremove

3. Information about the npm.x86_64 package on Fedora 34

Last metadata expiration check: 3:15:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : npm
Epoch : 1
Version : 6.14.16
Release : 1.14.19.0.3.fc34
Architecture : x86_64
Size : 3.3 M
Source : nodejs-14.19.0-3.fc34.src.rpm
Repository : updates
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.