How to Install and Uninstall nodejs8 Package on openSUSE Leap

Last updated: July 04,2024

1. Install "nodejs8" package

Here is a brief guide to show you how to install nodejs8 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nodejs8

2. Uninstall "nodejs8" package

Please follow the instructions below to uninstall nodejs8 on openSUSE Leap:

$ sudo zypper remove nodejs8

3. Information about the nodejs8 package on openSUSE Leap

Information for package nodejs8:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : nodejs8
Version : 8.17.0-10.15.11
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 19,0 MiB
Installed : No
Status : not installed
Source package : nodejs8-8.17.0-10.15.11.src
Summary : Evented I/O for V8 JavaScript
Description :
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
uses an event-driven, non-blocking I/O model. Node.js has a package ecosystem
provided by npm.