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

Last updated: October 05,2024

1. Install "python3-virtualenvwrapper.noarch" package

Please follow the guidelines below to install python3-virtualenvwrapper.noarch on Fedora 34

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

2. Uninstall "python3-virtualenvwrapper.noarch" package

Please follow the step by step instructions below to uninstall python3-virtualenvwrapper.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:36:13 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-virtualenvwrapper
Version : 4.8.2
Release : 16.fc34
Architecture : noarch
Size : 60 k
Source : python-virtualenvwrapper-4.8.2-16.fc34.src.rpm
Repository : fedora
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.