Install repo for ubuntu make
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt update
sudo apt install ubuntu-make
Install python in Ubuntu (Python are already install by default in Ubuntu) Check if python are install
python -V
python3 -V
Install ruby programing language
sudo apt install ruby-full
Install the Rust programing language
umake rust
Install the Go programing language.
umake go
Install the swift programing language
umake swift
Install the scala programing language.
umake scala
Install android Studio
umake android android-studio
Install Visual Studio
umake web visual-studio-code
Install atom text editor
umake ide atom
You can list the available IDE with the command
umake ide -h