How to Install idle in Ubuntu 18.04



Install idle by entering the following commands in the terminal:

sudo apt update
sudo apt install idle

Description:

IDE for Python using Tkinter (default version)

IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.6).

Homepage: http://www.python.org/

Version: 3.6.5-3

Section: universe/python