Hello, I opened the rooted Linux on my chromebook but am unable to locate IDLE, any suggestions on how to install it?
@MarCar23 Have you enabled Linux and installed IDLE ? , if not , then follow these steps;
enable linux if not , open terminal (found in launcher) , select penguin , then run these commands inside it ;
sudo apt update
sudo apt install python3 python3-tk
after install , run ;
idle
or you can find a penguin icon in launcher.
If python3 is installed and tkinter/idle/turtle (or whatever are packaged together) are installed,
python3 -m idlelib should definitely work even if idle or idle3 do not.
1 Like
Yes , but “idle” is short and works well on my chromebook , or else an icon is available after installation.