How to Install Visual Studio Code on Ubuntu 20.04

This tutorial shows how to Install Visual Studio Code on Ubuntu 20.04

Option 1: SNAP

sudo snap install --classic code

Option 2: CLI

Install Dependencies

sudo apt update
sudo apt install software-properties-common apt-transport-https wget

Add Configs

wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"

Install Package

sudo apt install code
sudo apt update
sudo apt upgrade

If you want latest update and find more tips and tricks to build your own business platform, please checkout more articles on https://www.productdeploy.com and https://blog.productdeploy.com

Share This

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*
*