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

Last updated: October 05,2024

1. Install "nodejs.x86_64" package

Please follow the guidelines below to install nodejs.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install nodejs.x86_64

2. Uninstall "nodejs.x86_64" package

Please follow the guidelines below to uninstall nodejs.x86_64 on Fedora 34:

$ sudo dnf remove nodejs.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:21:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : nodejs
Epoch : 1
Version : 14.19.0
Release : 3.fc34
Architecture : x86_64
Size : 199 k
Source : nodejs-14.19.0-3.fc34.src.rpm
Repository : updates
Summary : JavaScript runtime
URL : http://nodejs.org/
License : MIT and ASL 2.0 and ISC and BSD
Description : Node.js is a platform built on Chrome's JavaScript runtime
: for easily building fast, scalable network applications.
: Node.js uses an event-driven, non-blocking I/O model that
: makes it lightweight and efficient, perfect for data-intensive
: real-time applications that run across distributed devices.