How to Install and Uninstall virtualenv Package on Kali Linux

Last updated: May 11,2024

1. Install "virtualenv" package

Here is a brief guide to show you how to install virtualenv on Kali Linux

$ sudo apt update $ sudo apt install virtualenv

2. Uninstall "virtualenv" package

This tutorial shows how to uninstall virtualenv on Kali Linux:

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

3. Information about the virtualenv package on Kali Linux

Package: virtualenv
Source: python-virtualenv
Version: 20.25.0+ds-2
Installed-Size: 13
Maintainer: Debian Python Team
Architecture: all
Depends: python3-virtualenv
Size: 6956
SHA256: 44096da6ab8939ed5f5a34616f07794abd047c3c27b89d01f0ec631f0a85c37d
SHA1: 860ae28aca8b5de74688901c0d390567ff0d8429
MD5sum: 164db28fda4abbb8cb0e1c69b0610d54
Description: Python virtual environment creator (Dependency package)
The virtualenv utility creates virtual Python instances, 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.
.
This is a dependency package and may be safely removed.
Description-md5:
Homepage: https://virtualenv.pypa.io/
Section: python
Priority: optional
Filename: pool/main/p/python-virtualenv/virtualenv_20.25.0+ds-2_all.deb