How to Install Visual Studio Code on Ubuntu 20.04 or 21.10 | Install VS Code on Ubuntu 20.04 in 2022

Опубликовано: 19 Март 2026
на канале: JuuNews
876
3

In this post we will see How to install and Use Visual Studio Code on Ubuntu 21.10 LTS.
VS Code runs on Mac, Linux, and Windows. See Requirements for the supported versions. VS Code is a free, open source editor. So let us see How To Install Visual Studio Code on Ubuntu 21.10 LTS. Installing Visual studio code on Ubuntu with .deb file. This video gives you the step by step guide on Installation, Launching, and using for Visual Studio Code on Ubuntu 21.10 LTS Focal Fossa.
00:00 introduction
00:34 Update the packages index and install the dependencies for obs
01:23 Import the Microsoft GPG key using the following wget command
02:05 And enable the Visual Studio Code repository by typing
02:10 Once the apt repository is enabled , install the Visual Studio Code package
03:30 Testing if vscode is working on ubuntu


Installing Visual Studio Code with apt
Visual Studio Code is available from the official Microsoft Apt repositories. To install it, follow the steps below:
Update the packages index and install the dependencies by running the following command as a user with sudo privileges :

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

Import the Microsoft GPG key using the following wget command :

wget q https://packages.microsoft.com/keys/m... -O | sudo apt-key add -

And enable the Visual Studio Code repository by typing:

sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/... stable main"

Once the apt repository is enabled , install the Visual Studio Code package:

sudo apt install code
Copy
When a new version is released you can update the Visual Studio Code package through your desktop standard Software Update tool or by running the following commands in your terminal:
sudo apt update
sudo apt upgrade

Starting Visual Studio Code
#ProgrammingKnowledge #VSCode #Ubuntu #Linux #Debian #VisualStudioCode
At Gtech Solutions Ke, we do all Technological solutions that empowers community.
We publish video regularly on our channel showing you how to solve several problems and also teaching tutiarials on IT stuff.
Don't forget to subscribe.
Socail media links:
YouTube:    / gtechsolutionske  
Facebook Page:   / gtechsolutionske  
Twitter:   / georgemutembei8  
#GTechSolutionsKe