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

Last updated: May 12,2024

1. Install "python3-dev" package

This guide covers the steps necessary to install python3-dev on Kali Linux

$ sudo apt update $ sudo apt install python3-dev

2. Uninstall "python3-dev" package

Learn how to uninstall python3-dev on Kali Linux:

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

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

Package: python3-dev
Source: python3-defaults
Version: 3.11.6-1
Installed-Size: 151
Maintainer: Matthias Klose
Architecture: amd64
Replaces: python3 (<< 3.9.2-1~), python3.1 (<< 3.1.2+20100706-3)
Depends: python3 (= 3.11.6-1), libpython3-dev (= 3.11.6-1), python3.11-dev (>= 3.11.6-1~), python3-distutils (>= 3.11.5-1~), libjs-sphinxdoc (>= 7.2.2)
Breaks: python3 (<< 3.9.2-1~)
Size: 26100
SHA256: 9247d5580d8769c5de32674999b14ea61eceec1eadecaa06ef8153af8dc9a14d
SHA1: 2df98af74b54386ad163a2efafcc8ee27b9cb8cf
MD5sum: 4d426547b07c6dad5add0f429c9211ff
Description: header files and a static library for Python (default)
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
in applications.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's headers (currently v3.11).
Description-md5:
Multi-Arch: allowed
Homepage: https://www.python.org/
Built-Using: sphinx (= 7.2.6-2)
Tag: devel::lang:python, devel::library, role::devel-lib, role::dummy
Section: python
Priority: optional
Filename: pool/main/p/python3-defaults/python3-dev_3.11.6-1_amd64.deb