How to Install and Uninstall thonny.noarch Package on Fedora 39

Last updated: October 06,2024

1. Install "thonny.noarch" package

This tutorial shows how to install thonny.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install thonny.noarch

2. Uninstall "thonny.noarch" package

This guide let you learn how to uninstall thonny.noarch on Fedora 39:

$ sudo dnf remove thonny.noarch $ sudo dnf autoremove

3. Information about the thonny.noarch package on Fedora 39

Last metadata expiration check: 0:54:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : thonny
Version : 4.0.2
Release : 5.fc39
Architecture : noarch
Size : 1.8 M
Source : thonny-4.0.2-5.fc39.src.rpm
Repository : fedora
Summary : Python IDE for beginners
URL : https://thonny.org
License : MIT AND EPL-1.0
Description : 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.