How to Install and Uninstall python3-nodeenv.noarch Package on AlmaLinux 9
Last updated: January 17,2025
1. Install "python3-nodeenv.noarch" package
This tutorial shows how to install python3-nodeenv.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-nodeenv.noarch
Copied
2. Uninstall "python3-nodeenv.noarch" package
This guide let you learn how to uninstall python3-nodeenv.noarch on AlmaLinux 9:
$
sudo dnf remove
python3-nodeenv.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-nodeenv.noarch package on AlmaLinux 9
Last metadata expiration check: 1:30:17 ago on Wed Mar 13 07:41:12 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).
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).