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

Last updated: September 20,2024

1. Install "python3.10-dev" package

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

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

2. Uninstall "python3.10-dev" package

Please follow the guidance below to uninstall python3.10-dev on Kali Linux:

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

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

Package: python3.10-dev
Source: python3.10
Version: 3.10.6-1
Installed-Size: 511
Maintainer: Matthias Klose
Architecture: amd64
Depends: python3.10 (= 3.10.6-1), libpython3.10-dev (= 3.10.6-1), libpython3.10 (= 3.10.6-1)
Recommends: libc6-dev | libc-dev
Size: 507924
SHA256: cc8e3e790a0acf806e00f7b148e5f5e56aee116c9f3d3e0bb6fb5195430ce1d7
SHA1: 335a8ab5b2c0315510f0abbe51892576da466ed9
MD5sum: 42e5d33c10eeaa987e82d0276c25cd3a
Description: Header files and a static library for Python (v3.10)
Header files, a static library and development tools for building
Python (v3.10) modules, extending the Python interpreter or embedding
Python (v3.10) in applications.
.
Maintainers of Python packages should read README.maintainers.
Description-md5: cfcf56ceefddbdcf80ef4ad2f78442d0
Multi-Arch: allowed
Section: python
Priority: optional
Filename: pool/main/p/python3.10/python3.10-dev_3.10.6-1_amd64.deb