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

Last updated: January 16,2025

1. Install "python3-virtualenvwrapper.noarch" package

Please follow the guidance below to install python3-virtualenvwrapper.noarch on Fedora 36

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

2. Uninstall "python3-virtualenvwrapper.noarch" package

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

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

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

Last metadata expiration check: 0:04:50 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-virtualenvwrapper
Version : 4.8.4
Release : 1.fc36
Architecture : noarch
Size : 233 k
Source : python-virtualenvwrapper-4.8.4-1.fc36.src.rpm
Repository : updates
Summary : Enhancements to virtualenv
URL : https://pypi.python.org/pypi/virtualenvwrapper
License : MIT
Description : virtualenvwrapper is a set of extensions to Ian Bicking's
: `virtualenv `_ tool. The extensions
: include wrappers for creating and deleting virtual environments and otherwise
: managing your development workflow, making it easier to work on more than
: one project at a time without introducing conflicts in their dependencies.