How to Install and Uninstall python3-nodeenv.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-nodeenv.noarch" package

Please follow the step by step instructions below to install python3-nodeenv.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-nodeenv.noarch" package

Learn how to uninstall python3-nodeenv.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-nodeenv.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:17 ago on Mon Feb 26 07:04:30 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).