Unable to install Python IDE

I am tired of trying for the installation of Python3 IDLE. I’m using Rucky Linux 9 WorkStation version. In Ubuntu Linux, it can be installed simply as sudo apt install idle3 . I hope someone can help me for the installation of it in the Rocky Linux.

Greetings!
python3-idle is available in the crb.repo… here’s how to install:

dnf config-manager --set-enable crb
dnf install python3-idle

Hope this helps!

3 Likes

I write a lot of python (3) maybe poorly… I discovered geany and haven’t touched idle for years. There may be better tools, but I can work this one pretty well and it serves all of my language requirements so far.

1 Like