How to Install and Uninstall python3-virtualenv.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "python3-virtualenv.noarch" package

This guide let you learn how to install python3-virtualenv.noarch on Rocky Linux 8

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

2. Uninstall "python3-virtualenv.noarch" package

Please follow the step by step instructions below to uninstall python3-virtualenv.noarch on Rocky Linux 8:

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

3. Information about the python3-virtualenv.noarch package on Rocky Linux 8

Last metadata expiration check: 0:04:25 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-virtualenv
Version : 15.1.0
Release : 21.module+el8.5.0+671+195e4563
Architecture : noarch
Size : 100 k
Source : python-virtualenv-15.1.0-21.module+el8.5.0+671+195e4563.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