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

Last updated: May 16,2024

1. Install "python3-pipdeptree" package

Learn how to install python3-pipdeptree on Kali Linux

$ sudo apt update $ sudo apt install python3-pipdeptree

2. Uninstall "python3-pipdeptree" package

This tutorial shows how to uninstall python3-pipdeptree on Kali Linux:

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

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

Package: python3-pipdeptree
Source: python-pipdeptree
Version: 2.2.0-3
Installed-Size: 76
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-pip, python3:any
Recommends: python3-graphviz
Size: 20568
SHA256: 52c9c0aaf937436b2c9baaba1e491196e592b540089c63f684b1eac8cbf486f6
SHA1: d612855014d4428e5eaaf47926677685ff1982e7
MD5sum: 4b63826f4bcc90535452830cdb2fd4a4
Description: display dependency tree of the installed Python 3 packages
Pipdeptree is a command line utility for displaying the installed Python
packages in form of a dependency tree. It works for packages installed
globally on a machine as well as in a virtualenv. Since pip freeze shows
all dependencies as a flat list, finding out which are the top level
packages and which packages do they depend on requires some effort. It
can also be tedious to resolve conflicting dependencies because pip
doesn't yet have true dependency resolution (more on this later). This
utility tries to solve this problem.
.
To some extent, this tool is inspired by lein deps :tree command of
Leiningen.
Description-md5:
Homepage: https://github.com/naiquevin/pipdeptree
Section: python
Priority: optional
Filename: pool/main/p/python-pipdeptree/python3-pipdeptree_2.2.0-3_amd64.deb