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

Last updated: July 03,2024

1. Install "python3-pdm" package

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

$ sudo apt update $ sudo apt install python3-pdm

2. Uninstall "python3-pdm" package

Please follow the step by step instructions below to uninstall python3-pdm on Kali Linux:

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

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

Package: python3-pdm
Source: pdm
Version: 2.0.3+ds1-1
Installed-Size: 704
Maintainer: Debian Python Team
Architecture: all
Depends: python3-blinker, python3-cachecontrol, python3-dotenv, python3-findpython, python3-importlib-metadata | python3 (>> 3.8), python3-installer, python3-packaging, python3-pdm-pep517, python3-pep517, python3-pip, python3-platformdirs, python3-requests-toolbelt, python3-resolvelib, python3-rich, python3-shellingham, python3-tomli | python3 (>> 3.11), python3-tomlkit, python3-typing-extensions | python3 (>> 3.8), python3-unearth, python3-virtualenv, python3:any
Size: 152840
SHA256: cc24a1183a6edb409fd1e274bfb38e441c05a3e9ba71da2a94e13d70b9e36742
SHA1: ce035258382fc92d838c64ffb3b5e6ac30c08c0a
MD5sum: 52c1a3031b104542f0e2c21f14fc4cd8
Description: next generation Python package management tool
PDM is meant to be a next generation Python package management tool.
If you feel you are going well with Pipenv or Poetry and don't want
to introduce another package manager, just stick to it. But if you
are missing something that is not present in those tools, you can
probably find some goodness in pdm.
.
Highlights of features include:
* Opt-in PEP 582 support, no virtualenv involved at all.
* Simple and fast dependency resolver, mainly for large binary
distributions.
* A PEP 517 build backend.
* PEP 621 project metadata.
* Flexible and powerful plug-in system.
* Versatile user scripts.
* Opt-in centralized installation cache like pnpm.
Description-md5: 0865b239937ca71a6f2b0db8928b7ae1
Homepage: https://github.com/pdm-project/pdm
Section: python
Priority: optional
Filename: pool/main/p/pdm/python3-pdm_2.0.3+ds1-1_all.deb