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

Last updated: October 06,2024

1. Install "nodejs.x86_64" package

In this section, we are going to explain the necessary steps to install nodejs.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install nodejs.x86_64

2. Uninstall "nodejs.x86_64" package

Please follow the step by step instructions below to uninstall nodejs.x86_64 on CentOS Stream 8:

$ sudo dnf remove nodejs.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:38:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : nodejs
Epoch : 1
Version : 10.23.1
Release : 1.module_el8.4.0+645+9ce14ba2
Architecture : x86_64
Size : 8.9 M
Source : nodejs-10.23.1-1.module_el8.4.0+645+9ce14ba2.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.