我将要使用Ubuntu Make来安装Visual Studio Code。Ubuntu Make,就是之前的Ubuntu开发者工具中心,是一个命令行工具,帮助用户快速安装各类开发工具、语言和IDE。也能够使用Ubuntu Make轻松安装Android Studio 和其余IDE,如Eclipse。本文将展现如何在Ubuntu中使用Ubuntu Make安装Visual Studio Code。(译注:也能够直接去微软官网下载安装包)linux
开始以前,首先须要安装Ubuntu Make。虽然Ubuntu Make存在Ubuntu15.04官方库中,可是须要Ubuntu Make 0.7以上版本才能安装Visual Studio。因此,须要经过官方PPA更新到最新的Ubuntu Make。此PPA支持Ubuntu 14.04, 14.10 和 15.04。android
注意,仅支持64位版本。web
打开终端,使用下列命令,经过官方PPA来安装Ubuntu Make:ubuntu
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
安装Ubuntu Make完后,接着使用下列命令安装Visual Studio Code:android-studio
umake web visual-studio-code