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

Last updated: May 16,2024

1. Install "python3.9" package

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

$ sudo apt update $ sudo apt install python3.9

2. Uninstall "python3.9" package

This guide covers the steps necessary to uninstall python3.9 on Kali Linux:

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

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

Package: python3.9
Version: 3.9.12-1
Installed-Size: 567
Maintainer: Matthias Klose
Architecture: amd64
Depends: python3.9-minimal (= 3.9.12-1), libpython3.9-stdlib (= 3.9.12-1), media-types | mime-support
Suggests: python3.9-venv, python3.9-doc, binutils
Breaks: python3-all (<< 3.6.5~rc1-1), python3-dev (<< 3.6.5~rc1-1), python3-venv (<< 3.6.5-2)
Size: 492112
SHA256: 2e31f0caa78d05a81d767d821b918795341290cbbcc243795325e417c4958691
SHA1: d5d3aa0f9a285428387202e850dc15684718b1a0
MD5sum: e64e00457bb0b853d633ce3ec4701f8c
Description: Interactive high-level object-oriented language (version 3.9)
Python is a high-level, interactive, object-oriented language. Its 3.9 version
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
Description-md5: a49d415b9295004c3b3859dbe6873c2d
Multi-Arch: allowed
Section: python
Priority: optional
Filename: pool/main/p/python3.9/python3.9_3.9.12-1_amd64.deb