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

Last updated: April 29,2024

1. Install "python3-full" package

Please follow the steps below to install python3-full on Kali Linux

$ sudo apt update $ sudo apt install python3-full

2. Uninstall "python3-full" package

Please follow the guidance below to uninstall python3-full on Kali Linux:

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

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

Package: python3-full
Source: python3-defaults
Version: 3.11.6-1
Installed-Size: 6
Maintainer: Matthias Klose
Architecture: amd64
Depends: python3 (= 3.11.6-1), python3.11-full (>= 3.11.6-1~), python3-venv (= 3.11.6-1), 2to3, idle, python3-distutils, python3-gdbm, python3-lib2to3, python3-tk
Recommends: python3-doc, python3-examples
Suggests: python3-dev
Size: 1328
SHA256: 4e2113b8401c2b431fa074f3ae4a89f1df4158aa37c4162a6b87656595164525
SHA1: 86e82b12f0c43195d559146a0fe6d87d77023c05
MD5sum: d2558e004ad50acb3bea885dcbce5108
Description: Default Python Interpreter with complete class library
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 the full
standard library of Python for Python developers. Including modules
used only at build-time, such as venv and distutils, and modules with
complex dependencies, such as tk and IDLE. All batteries included.
.
This package depends on Debian's default python 3 version's full
standard library (currently v3.11).
.
According to the Debian Python policy, this package must not be used in
build dependencies, dependencies and recommendations.
Description-md5:
Multi-Arch: allowed
Homepage: https://www.python.org/
Section: python
Priority: optional
Filename: pool/main/p/python3-defaults/python3-full_3.11.6-1_amd64.deb