How to Install and Uninstall python3-virtualenvwrapper Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-virtualenvwrapper" package

Please follow the step by step instructions below to install python3-virtualenvwrapper on Kali Linux

$ sudo apt update $ sudo apt install python3-virtualenvwrapper

2. Uninstall "python3-virtualenvwrapper" package

This is a short guide on how to uninstall python3-virtualenvwrapper on Kali Linux:

$ sudo apt remove python3-virtualenvwrapper $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-virtualenvwrapper package on Kali Linux

Package: python3-virtualenvwrapper
Source: virtualenvwrapper
Version: 4.8.4-4
Installed-Size: 71
Maintainer: Jan Dittberner
Architecture: all
Replaces: virtualenvwrapper (<< 4.8)
Depends: python3-virtualenv, python3-stevedore, python3-virtualenv-clone, python3:any
Recommends: virtualenvwrapper
Breaks: virtualenvwrapper (<< 4.8)
Size: 30612
SHA256: 503862d09dc77e148d7de46dd7828badd11258d637e80102b0f8c32d87a621a6
SHA1: bdd255767990e192bbc365919fad12efbfdb31dd
MD5sum: 2eb11ebbf96b010f905fc4645f06de3d
Description: extension to virtualenv for managing multiple environments (Py3)
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.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://virtualenvwrapper.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/v/virtualenvwrapper/python3-virtualenvwrapper_4.8.4-4_all.deb