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

Last updated: May 13,2024

1. Install "python3-virtualenv" package

In this section, we are going to explain the necessary steps to install python3-virtualenv on Kali Linux

$ sudo apt update $ sudo apt install python3-virtualenv

2. Uninstall "python3-virtualenv" package

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

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

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

Package: python3-virtualenv
Source: python-virtualenv
Version: 20.25.0+ds-2
Installed-Size: 356
Maintainer: Debian Python Team
Architecture: all
Replaces: virtualenv (<< 20.0.10)
Depends: python3-pip-whl, python3-setuptools-whl, python3-setuptools-whl (>= 60) | python3-distutils, python3-wheel-whl, python3-distlib (>= 0.3.1), python3-filelock, python3-importlib-metadata (>= 3.6) | python3-supported-min (>= 3.8), python3-platformdirs (<< 5), python3-platformdirs (>= 3.9.1), python3:any
Recommends: build-essential, ca-certificates, python3-dev, python3-distutils
Breaks: virtualenv (<< 20.0.10)
Size: 69952
SHA256: 53396a950dc3a18861ba8a44f8ea1cbb3a8f8ec8ee9e40206fa352f2d874c76d
SHA1: b1e16a57aec808bad32570773192daad6214b384
MD5sum: d6b6dc797f87eda2e30727ac653ba8ee
Description: 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:
Homepage: https://virtualenv.pypa.io/
Section: python
Priority: optional
Filename: pool/main/p/python-virtualenv/python3-virtualenv_20.25.0+ds-2_all.deb