How to Install and Uninstall nodejs.x86_64 Package on CentOS Stream 9

Last updated: November 30,2024

1. Install "nodejs.x86_64" package

Here is a brief guide to show you how to install nodejs.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install nodejs.x86_64

2. Uninstall "nodejs.x86_64" package

Learn how to uninstall nodejs.x86_64 on CentOS Stream 9:

$ sudo dnf remove nodejs.x86_64 $ sudo dnf autoremove

3. Information about the nodejs.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:08:40 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : nodejs
Epoch : 1
Version : 16.20.2
Release : 3.el9
Architecture : x86_64
Size : 113 k
Source : nodejs-16.20.2-3.el9.src.rpm
Repository : appstream
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.