How to Install and Uninstall python3-virtualenv Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-virtualenv" package

Please follow the guidelines below to install python3-virtualenv on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-virtualenv

2. Uninstall "python3-virtualenv" package

This guide covers the steps necessary to uninstall python3-virtualenv on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-virtualenv package on Ubuntu 21.10 (Impish Indri)

Package: python3-virtualenv
Architecture: all
Version: 20.4.6+ds-2
Priority: optional
Section: universe/python
Source: python-virtualenv
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 412
Depends: python-pip-whl (>= 20.0.2), python3-distlib (>= 0.3.1), python3-distutils, python3-importlib-metadata, python3-pip (>= 20.1-1~), python3-pkg-resources, python3-appdirs, python3-filelock, python3-six, python3:any
Breaks: virtualenv (<< 20.0.10)
Replaces: virtualenv (<< 20.0.10)
Filename: pool/universe/p/python-virtualenv/python3-virtualenv_20.4.6+ds-2_all.deb
Size: 71384
MD5sum: ba8e81d90a045f88ed2b6584d7902ea3
SHA1: bced4e19476ca9234b60d272423b2b7149bc0b00
SHA256: e66410964fb880b9aa87e0a21cbe60a1ccf59b4678896f7c5ea697706e46be35
SHA512: b65a300fc26e5bc1dd980b948f68dd7242c0a7d81a2642b55e6a4c7517c60d00be07962f283fa754f86cc1a2944921801441d76d406a90e26bad3c746682c816
Homepage: https://pypi.python.org/pypi/virtualenv
Description-en: Python virtual environment creator
virtualenv is a tool to create isolated Python environments, each invokable
with its own Python executable. Each instance can have different sets of
modules, installable via pip. Virtual Python instances can also be created
without root access.
.
Since Python 3.3, a subset of it has been integrated into the standard library
under the venv module (python3-venv in Debian). The venv module does not
offer all features of this library, to name just a few more prominent ones:
.
* is slower (by not having the app-data seed method),
* is not as extendable,
* cannot create virtual environments for arbitrarily installed python
versions (and automatically discover these),
* does not have as rich programmatic API (describe virtual environments
without creating them).
.
This is the Python 3 version of the library. It includes the command line
script.
Description-md5: bee49232d959186b28b7c671ca042e79