How to Install and Uninstall nodejs18.i686 Package on Fedora 39

Last updated: January 17,2025

1. Install "nodejs18.i686" package

This tutorial shows how to install nodejs18.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install nodejs18.i686

2. Uninstall "nodejs18.i686" package

In this section, we are going to explain the necessary steps to uninstall nodejs18.i686 on Fedora 39:

$ sudo dnf remove nodejs18.i686 $ sudo dnf autoremove

3. Information about the nodejs18.i686 package on Fedora 39

Last metadata expiration check: 3:29:16 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : nodejs18
Epoch : 1
Version : 18.19.0
Release : 1.fc39
Architecture : i686
Size : 2.0 M
Source : nodejs18-18.19.0-1.fc39.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.}