How to Install and Uninstall python3-virtualenv-api.noarch Package on AlmaLinux 9

Last updated: October 08,2024

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

Please follow the instructions below to install python3-virtualenv-api.noarch on AlmaLinux 9

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

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

Please follow the guidance below to uninstall python3-virtualenv-api.noarch on AlmaLinux 9:

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

3. Information about the python3-virtualenv-api.noarch package on AlmaLinux 9

Last metadata expiration check: 0:48:42 ago on Wed Mar 13 07:41:12 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.