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

Last updated: January 11,2025

1. Install "npm.x86_64" package

This is a short guide on how to install npm.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install npm.x86_64

2. Uninstall "npm.x86_64" package

Here is a brief guide to show you how to uninstall npm.x86_64 on Fedora 36:

$ sudo dnf remove npm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:46:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : npm
Epoch : 1
Version : 8.3.1
Release : 1.16.14.0.2.fc36
Architecture : x86_64
Size : 1.7 M
Source : nodejs-16.14.0-2.fc36.src.rpm
Repository : fedora
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.