How to Install and Uninstall virtualenvwrapper Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "virtualenvwrapper" package

Learn how to install virtualenvwrapper on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install virtualenvwrapper

2. Uninstall "virtualenvwrapper" package

Please follow the instructions below to uninstall virtualenvwrapper on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the virtualenvwrapper package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: virtualenvwrapper
Priority: optional
Section: universe/python
Installed-Size: 560
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Dittberner
Architecture: all
Version: 4.3.1-2
Depends: virtualenv, python (>= 2.7), python (<< 2.8), python-virtualenv, virtualenv-clone, python-stevedore, libjs-sphinxdoc (>= 1.0)
Recommends: bash-completion
Filename: pool/universe/v/virtualenvwrapper/virtualenvwrapper_4.3.1-2_all.deb
Size: 84546
MD5sum: cecce5b563a7c1343d3a70866109a31a
SHA1: 7de4c29542c58bf0f3ade3fa3c183b4e383d196b
SHA256: 535f4b3e36744e28f07dd441807d14d1c2a870f35649ee5a07e0fabc5533c9a8
Description-en: extension to virtualenv for managing multiple virtual Python environments
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.
Description-md5: 0991deea89d5b10f9b4a554021193d0c
Homepage: http://www.doughellmann.com/projects/virtualenvwrapper/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu