• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Visual Studio Code On Ubuntu 15.04, Ubuntu 14.10 & Ubuntu 14.04

How To Install Visual Studio Code On Ubuntu 15.04, Ubuntu 14.10 & Ubuntu 14.04

By Sourabh / May 1, 2015 Category: How To, Ubuntu

Download and install Visual Studio Code on Linux Ubuntu. How to install Visual Studio Code on Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04 and Derivatives.

Visual Studio Code provides developers with a new choice of developer tool that combines the simplicity and streamlined experience of a code editor with the best of what developers need for their core code-edit-debug cycle. Visual Studio Code is the first code editor, and first cross-platform development tool – supporting OSX, Linux, and Windows – in the Visual Studio family.

Install Microsoft Visual Studio Code in Linux Ubuntu

Visual-Studio-Ubuntu

We will install Visual Studio Code in Ubuntu using Ubuntu Make (Ubuntu Developer Tools Center). Ubuntu Make is a command line utility that allows to easily install various development tools, languages and IDEs on Linux Systems. So before installing Visual Studio Code, we will install Ubuntu Make.

Open Terminal and run the following commands to install Ubuntu Make:

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make

Once Ubuntu Make is installed, run the command given below to install Visual Studio Code on Ubuntu System:

umake web visual-studio-code

Please note that during the installation, you’ll be asked to give a path for the insatllation packages. After that it will ask to submit your permission to install Visual Studio Code. Please press 'a' to install ('a' denotes accept terms and condition).

Once installed, you can search it via Dash.

How To  Setup

  1. Download Visual Studio Code for Linux
  2. Make a new folder and extract VSCode-linux-x64.zip inside that folder
  3. Double click on Code to run Visual Studio Code

If you want to run VSCode from the terminal, create the following link substituting /path/to/vscode/Code with the absolute path to the Code executable

sudo ln -s /path/to/vscode/Code /usr/local/bin/code

Now, you can simply type code . in any folder to start editing files in that folder.

Uninstall Microsoft Visual Studio Code From Ubuntu

To uninstall and remove Visual Studio Code from Ubuntu Systems, run the following command in Terminal:


umake web visual-studio-code --remove
sudo apt-get remove ubuntu-make

Tags: Install Visual Studio Code, Install Visual Studio Code On Ubuntu 14.04, Install Visual Studio Code On Ubuntu 14.10, Install Visual Studio Code On Ubuntu 15.04, Install Visual Studio Code Ubuntu, Linux Ubuntu Visual Studio Code, Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Ubuntu Visual Studio Code, Visual Studio Code Linux Ubuntu

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap