install visual studio code for ubuntu code example

Example 1: install vscode for ubuntu

sudo snap install --classic code

Example 2: updating vscode on ubuntu

wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb

Example 3: install vs code on ubuntu

go to https://code.visualstudio.com/download then download .deb file if you already have gdebi installed you can run sudo gdebi code_1.55.0-1617120720_amd64.deb

Example 4: how to install visual studio code in ubuntu

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