Install visual studio code on ubuntu 16.4 desktop

Install visual studio code on ubuntu 16.4 desktop

Visual Studio Code is a code editor for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

This post shows how to install visual studio code on a Ubuntu desktop.

Steps

  1. Log into your ubuntu desktop and open a web browser.
    Browse to https://code.visualstudio.com/Download
  2. Click on the .deb 64 bit link
    Install visual studio code on ubuntu 16.4 desktop
  3. Click save file and ok
    Install visual studio code on ubuntu 16.4 desktop
  4. Once the download completes open a terminal and cd to /Downloads and type ls -l
    You should see your downloaded visual studio code package here.Install visual studio code on ubuntu 16.4 desktop-image005
  5. Next type sudo dpkg -i code_1.29.0-1542008808_amd64.deb
    (tab after -i will populate the file name)
    Hit enter
  6. Visual studio code should now be installed. Verify by clicking the search icon and typing visual. You should see the visual studio code icon. Click on it and the app should open.
    Install visual studio code on ubuntu 16.4 desktop-image009

Leave a Comment