Skip to content

Instantly share code, notes, and snippets.

@lohenyumnam
Last active February 11, 2018 08:16
Show Gist options
  • Save lohenyumnam/755b3173727e2a22ff6d3be4b4c33dec to your computer and use it in GitHub Desktop.
Save lohenyumnam/755b3173727e2a22ff6d3be4b4c33dec to your computer and use it in GitHub Desktop.
Setup Ubuntu Development Using ubuntu-make

Setup Ubuntu Development Using ubuntu-make

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment