How to Install and Uninstall thonny Package on Kali Linux

Last updated: May 21,2024

1. Install "thonny" package

Please follow the steps below to install thonny on Kali Linux

$ sudo apt update $ sudo apt install thonny

2. Uninstall "thonny" package

This guide covers the steps necessary to uninstall thonny on Kali Linux:

$ sudo apt remove thonny $ sudo apt autoclean && sudo apt autoremove

3. Information about the thonny package on Kali Linux

Package: thonny
Version: 4.0.1-1
Installed-Size: 5688
Maintainer: Debian Edu Packaging Team
Architecture: all
Depends: mypy, pylint, python3-asttokens (>= 2.0), python3-pip, python3-pkg-resources, python3-tk, python3-venv, python3-wheel, python3-docutils, python3-jedi (>= 0.18~), python3-mypy, python3-send2trash (>= 1.5), python3-serial (>= 3.4~), python3:any
Recommends: xsel, zenity
Suggests: python3-distro
Size: 928216
SHA256: 9d6cdc7c130903ed276d395359e55a9d6017ff78cee7453f18c2a8cb01850aa1
SHA1: 0fe3066b563443e1f5cb699a7f247aabcb7ce632
MD5sum: 6943b2fc654f85132d07198829e8f1b6
Description: Python IDE for beginners
Thonny is a simple Python IDE with features useful for learning programming.
.
It comes with a debugger which is able to visualize all the conceptual steps
taken to run a Python program (executing statements, evaluating expressions,
maintaining the call stack). There is a GUI for installing 3rd party packages
and special mode for learning about references.
.
See the homepage for more information and screenshots.
Description-md5:
Homepage: https://thonny.org
Section: devel
Priority: optional
Filename: pool/main/t/thonny/thonny_4.0.1-1_all.deb