How to Install and Uninstall python2-virtualenv.noarch Package on CentOS 8 / RHEL 8

Last updated: June 26,2024

1. Install "python2-virtualenv.noarch" package

This guide covers the steps necessary to install python2-virtualenv.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python2-virtualenv.noarch

2. Uninstall "python2-virtualenv.noarch" package

This guide let you learn how to uninstall python2-virtualenv.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python2-virtualenv.noarch $ sudo dnf autoremove

3. Information about the python2-virtualenv.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:43:07 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-virtualenv
Version : 15.1.0
Release : 19.module_el8.3.0+478+7570e00c
Architecture : noarch
Size : 99 k
Source : python-virtualenv-15.1.0-19.module_el8.3.0+478+7570e00c.src.rpm
Repository : appstream
Summary : Tool to create isolated Python environments
URL : http://pypi.python.org/pypi/virtualenv
License : MIT
Description : virtualenv is a tool to create isolated Python environments. virtualenv
: is a successor to workingenv, and an extension of virtual-python. It is
: written by Ian Bicking, and sponsored by the Open Planning Project. It is
: licensed under an MIT-style permissive license