How to Install and Uninstall nodejs-npm.x86_64 Package on Fedora 39

Last updated: January 15,2025

1. Install "nodejs-npm.x86_64" package

This guide let you learn how to install nodejs-npm.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install nodejs-npm.x86_64

2. Uninstall "nodejs-npm.x86_64" package

Learn how to uninstall nodejs-npm.x86_64 on Fedora 39:

$ sudo dnf remove nodejs-npm.x86_64 $ sudo dnf autoremove

3. Information about the nodejs-npm.x86_64 package on Fedora 39

Last metadata expiration check: 4:27:47 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : nodejs-npm
Epoch : 1
Version : 10.2.3
Release : 1.20.10.0.3.fc39
Architecture : x86_64
Size : 2.2 M
Source : nodejs20-20.10.0-3.fc39.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.