How to Install and Uninstall python3 Package on Kali Linux

Last updated: April 29,2024

1. Install "python3" package

Please follow the guidance below to install python3 on Kali Linux

$ sudo apt update $ sudo apt install python3

2. Uninstall "python3" package

This guide let you learn how to uninstall python3 on Kali Linux:

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

3. Information about the python3 package on Kali Linux

Package: python3
Source: python3-defaults
Version: 3.11.6-1
Installed-Size: 81
Maintainer: Matthias Klose
Architecture: amd64
Replaces: python3-minimal (<< 3.1.2-2)
Provides: python3-profiler, python3-supported-max (= 3.11), python3-supported-min (= 3.11)
Depends: python3.11 (>= 3.11.6-1~), libpython3-stdlib (= 3.11.6-1)
Pre-Depends: python3-minimal (= 3.11.6-1)
Suggests: python3-doc (>= 3.11.6-1), python3-tk (>= 3.11.5-1~), python3-venv (>= 3.11.6-1)
Size: 26216
SHA256: 0854c5010296ab4a39215006d0e60cb09dbd116dcc8f40dada371cfd42ae3009
SHA1: 81e89fd342496a5ef3985e0e2d0cdabc319b1797
MD5sum: 423375176140918f024607cf2e6f2f0e
Description: interactive high-level object-oriented language (default python3 version)
Python, the high-level, interactive object oriented language,
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package is a dependency package, which depends on Debian's default
Python 3 version (currently v3.11).
Description-md5:
Multi-Arch: allowed
Homepage: https://www.python.org/
Tag: devel::interpreter, devel::lang:python, devel::library,
implemented-in::c, implemented-in::python, role::devel-lib,
role::program, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/p/python3-defaults/python3_3.11.6-1_amd64.deb