How to Install and Uninstall nodejs.src Package on Oracle Linux 9

Last updated: November 26,2024

1. Install "nodejs.src" package

Here is a brief guide to show you how to install nodejs.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install nodejs.src

2. Uninstall "nodejs.src" package

Please follow the steps below to uninstall nodejs.src on Oracle Linux 9:

$ sudo dnf remove nodejs.src $ sudo dnf autoremove

3. Information about the nodejs.src package on Oracle Linux 9

Last metadata expiration check: 2:30:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : nodejs
Epoch : 1
Version : 20.9.0
Release : 1.module+el9.3.0+90089+a72215ac
Architecture : src
Size : 180 M
Source : None
Repository : ol9_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.