How to Install and Uninstall python2-virtualenv.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "python2-virtualenv.noarch" package

Please follow the guidelines below to install python2-virtualenv.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python2-virtualenv.noarch" package

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

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

3. Information about the python2-virtualenv.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:29:39 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-virtualenv
Version : 15.1.0
Release : 22.module+el8.9.0+19487+7dc18407
Architecture : noarch
Size : 100 k
Source : python-virtualenv-15.1.0-22.module+el8.9.0+19487+7dc18407.src.rpm
Repository : ubi-8-appstream-rpms
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