How to Install and Uninstall python3.11 Package on Kali Linux

Last updated: May 18,2024

1. Install "python3.11" package

This is a short guide on how to install python3.11 on Kali Linux

$ sudo apt update $ sudo apt install python3.11

2. Uninstall "python3.11" package

In this section, we are going to explain the necessary steps to uninstall python3.11 on Kali Linux:

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

3. Information about the python3.11 package on Kali Linux

Package: python3.11
Version: 3.11.8-1
Installed-Size: 673
Maintainer: Matthias Klose
Architecture: amd64
Depends: python3.11-minimal (= 3.11.8-1), libpython3.11-stdlib (= 3.11.8-1), media-types | mime-support
Recommends: ca-certificates
Suggests: python3.11-venv, python3.11-doc, binutils
Breaks: python3-all (<< 3.6.5~rc1-1), python3-dev (<< 3.6.5~rc1-1), python3-venv (<< 3.6.5-2)
Size: 596640
SHA256: 064fc1135b1b0c4fd383d77732300d94575c2cc44c3696032cecdc07227da984
SHA1: a69fbd0acb254151079e275bae8376a37bd88066
MD5sum: f5312149c8e0db061bdcb59ef8d6dc8d
Description: Interactive high-level object-oriented language (version 3.11)
Python is a high-level, interactive, object-oriented language. Its 3.11 version
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
Description-md5:
Multi-Arch: allowed
Section: python
Priority: optional
Filename: pool/main/p/python3.11/python3.11_3.11.8-1_amd64.deb