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

Last updated: October 11,2024

1. Install "python3-virtualenv-api.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-virtualenv-api.noarch

2. Uninstall "python3-virtualenv-api.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-virtualenv-api.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-virtualenv-api.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:06:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-virtualenv-api
Version : 2.1.18
Release : 22.el9
Architecture : noarch
Size : 26 k
Source : python-virtualenv-api-2.1.18-22.el9.src.rpm
Repository : epel
Summary : An API for virtualenv/pip
URL : https://github.com/sjkingo/virtualenv-api
License : BSD-2-Clause
Description : virtualenv is a tool to create isolated Python environments. Unfortunately, it
: does not expose a native Python API. This package aims to provide an API in the
: form of a wrapper around virtualenv.
:
: It can be used to create and delete environments and perform package management
: inside the environment.