How to Install and Uninstall python3.9-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "python3.9-dev" package

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

$ sudo apt update $ sudo apt install python3.9-dev

2. Uninstall "python3.9-dev" package

Please follow the steps below to uninstall python3.9-dev on Kali Linux:

$ sudo apt remove python3.9-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3.9-dev package on Kali Linux

Package: python3.9-dev
Source: python3.9
Version: 3.9.12-1
Installed-Size: 510
Maintainer: Matthias Klose
Architecture: amd64
Depends: python3.9 (= 3.9.12-1), libpython3.9-dev (= 3.9.12-1), libpython3.9 (= 3.9.12-1)
Recommends: libc6-dev | libc-dev
Size: 507744
SHA256: 0dd8ae93f5854b9c817859c21c5b23f2bf4bbfd16a86774fb56d8f890eeb2485
SHA1: 5f80222cfe1ba788799bee21c8b0e20e00b28867
MD5sum: 432ec73bfd678a0c2bdb4a4e0092a51b
Description: Header files and a static library for Python (v3.9)
Header files, a static library and development tools for building
Python (v3.9) modules, extending the Python interpreter or embedding
Python (v3.9) in applications.
.
Maintainers of Python packages should read README.maintainers.
Description-md5: 9697926014791c5e2466d17b024165ff
Multi-Arch: allowed
Section: python
Priority: optional
Filename: pool/main/p/python3.9/python3.9-dev_3.9.12-1_amd64.deb