0

I'd like to know when Ubuntu has been depended to Python. I've found out that bionic already does. When Ubuntu has been depended to Python?

1 Answers1

8

Many core GUI apps in Ubuntu are written in Python. Python is installed by default on Ubuntu Desktop since its very first release, 4.10.

However, Python is not required for a bare minimum CLI distro. Ubuntu Base images don't have GUI preinstalled, and they don't have python preinstalled. But you can install python on them using apt.

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212