How to Install and Uninstall pipenv Package on Kali Linux

Last updated: April 29,2024

1. Install "pipenv" package

Please follow the steps below to install pipenv on Kali Linux

$ sudo apt update $ sudo apt install pipenv

2. Uninstall "pipenv" package

Please follow the guidance below to uninstall pipenv on Kali Linux:

$ sudo apt remove pipenv $ sudo apt autoclean && sudo apt autoremove

3. Information about the pipenv package on Kali Linux

Package: pipenv
Version: 2023.12.1+ds-1
Installed-Size: 18011
Maintainer: Debian Python Team
Architecture: all
Depends: python3-certifi, python3-pkg-resources, python3-virtualenv, python3:any
Size: 3317532
SHA256: 715beed0be1c5f6d6e37f816d1d971b888469d7d904488ae3a939a0312debf92
SHA1: c100d9d611fb3a58530fc69ef0d43eb7c38e3d62
MD5sum: b533ced454194595581533e355506f0c
Description: Python package manager based on virtualenv and Pipfiles
A tool that aims to bring the best of all packaging worlds (bundler,
composer, npm, cargo, yarn, etc.) to the Python world. It automatically
creates and manages a virtualenv for your projects, as well as adds/removes
packages from your Pipfile as you install/uninstall packages. It also
generates the ever–important Pipfile.lock, which is used to produce
deterministic builds.
Description-md5:
Homepage: https://github.com/pypa/pipenv
Section: python
Priority: optional
Filename: pool/main/p/pipenv/pipenv_2023.12.1+ds-1_all.deb