How to Install and Uninstall nodejs.x86_64 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "nodejs.x86_64" package

Here is a brief guide to show you how to install nodejs.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install nodejs.x86_64

2. Uninstall "nodejs.x86_64" package

This tutorial shows how to uninstall nodejs.x86_64 on Oracle Linux 8:

$ sudo dnf remove nodejs.x86_64 $ sudo dnf autoremove

3. Information about the nodejs.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:49:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : nodejs
Epoch : 1
Version : 10.24.0
Release : 1.module+el8.3.0+9671+154373c8
Architecture : x86_64
Size : 8.8 M
Source : nodejs-10.24.0-1.module+el8.3.0+9671+154373c8.src.rpm
Repository : ol8_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.