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

Last updated: October 05,2024

1. Install "thonny.noarch" package

Please follow the step by step instructions below to install thonny.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install thonny.noarch

2. Uninstall "thonny.noarch" package

Learn how to uninstall thonny.noarch on Fedora 34:

$ sudo dnf remove thonny.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:27:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : thonny
Version : 3.3.14
Release : 1.fc34
Architecture : noarch
Size : 1.3 M
Source : thonny-3.3.14-1.fc34.src.rpm
Repository : updates
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.