How to Install and Uninstall python3-virtualenv.noarch Package on Fedora 36

Last updated: October 15,2024

1. Install "python3-virtualenv.noarch" package

This tutorial shows how to install python3-virtualenv.noarch on Fedora 36

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

2. Uninstall "python3-virtualenv.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-virtualenv.noarch on Fedora 36:

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

3. Information about the python3-virtualenv.noarch package on Fedora 36

Last metadata expiration check: 4:09:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-virtualenv
Version : 20.13.4
Release : 2.fc36
Architecture : noarch
Size : 238 k
Source : python-virtualenv-20.13.4-2.fc36.src.rpm
Repository : updates
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