How to Install and Uninstall python3-nodeenv.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python3-nodeenv.noarch" package

This guide covers the steps necessary to install python3-nodeenv.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-nodeenv.noarch

2. Uninstall "python3-nodeenv.noarch" package

Learn how to uninstall python3-nodeenv.noarch on Oracle Linux 9:

$ sudo dnf remove python3-nodeenv.noarch $ sudo dnf autoremove

3. Information about the python3-nodeenv.noarch package on Oracle Linux 9

Last metadata expiration check: 1:26:26 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-nodeenv
Version : 1.8.0
Release : 1.el9
Architecture : noarch
Size : 44 k
Source : python-nodeenv-1.8.0-1.el9.src.rpm
Repository : epel
Summary : Node.js virtual environment builder
URL : https://github.com/ekalinin/nodeenv
License : BSD-3-Clause
Description : nodeenv (node.js virtual environment) is a tool to create isolated node.js
: environments.
:
: It creates an environment that has its own installation directories, that
: doesn’t share libraries with other node.js virtual environments.
:
: Also the new environment can be integrated with the environment which was built
: by virtualenv (python).