Linuxlover How do I install IDLE for python here? Tried sudo eopkg install idle but not working. checked the packages name by sudo eopkg list -available to see if there are any packages with that name but none available. Any suggestions would be appreciated
DataDrake idle for Python 2 is a part of python and installed by default. idle3 for Python 3 is a part of python3 and also installed by default. We don't ship .desktop entries for them, but you can easily start them from a terminal.
Linuxlover DataDrake Thank you so much for your quick reply. I had to type in idle3.6. from the terminal to launch it. I was trying to follow the logic in other distros where I had to install idle using sudo apt install idle and typing idle to launch it from the terminal. Thanks again DataDrake