How to Install and Uninstall nodejs.i686 Package on Fedora 34

Last updated: September 21,2024

1. Install "nodejs.i686" package

Please follow the steps below to install nodejs.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install nodejs.i686

2. Uninstall "nodejs.i686" package

Please follow the guidance below to uninstall nodejs.i686 on Fedora 34:

$ sudo dnf remove nodejs.i686 $ sudo dnf autoremove

3. Information about the nodejs.i686 package on Fedora 34

Last metadata expiration check: 0:44:27 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : nodejs
Epoch : 1
Version : 14.19.0
Release : 3.fc34
Architecture : i686
Size : 200 k
Source : nodejs-14.19.0-3.fc34.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.