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

Last updated: May 04,2024

1. Install "python3-venv" package

Please follow the instructions below to install python3-venv on Kali Linux

$ sudo apt update $ sudo apt install python3-venv

2. Uninstall "python3-venv" package

Please follow the instructions below to uninstall python3-venv on Kali Linux:

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

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

Package: python3-venv
Source: python3-defaults
Version: 3.11.6-1
Installed-Size: 6
Maintainer: Matthias Klose
Architecture: amd64
Depends: python3.11-venv (>= 3.11.6-1~), python3 (= 3.11.6-1), python3-distutils (>= 3.11.5-1~)
Size: 1192
SHA256: 1c69f53e4e2c135d4853ace32248414c0e0d6a6de2ca8901e15f2f3e315e9e1d
SHA1: 0f92f8eebc3dcf70f549433278af91b3642b6ca0
MD5sum: 9c7e85f22ee4cd7013ec11216c936af8
Description: venv module for python3 (default python3 version)
This package contains the venv module for the Python language (default python3
version).
.
The venv module provides support for creating lightweight "virtual
environments" with their own site directories, optionally isolated from system
site directories. Each virtual environment has its own Python binary (which
matches the version of the binary that was used to create this environment)
and can have its own independent set of installed Python packages in its site
directories.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's venv module (currently v3.11).
Description-md5:
Multi-Arch: allowed
Homepage: https://www.python.org/
Section: python
Priority: optional
Filename: pool/main/p/python3-defaults/python3-venv_3.11.6-1_amd64.deb