Ubuntu - How to Install Visual Studio Code

1. First update the package and also install depedency
rofi@technotes:~$ sudo apt update
How to Install Visual Studio Code

2. Import Microsoft GPG key uses the comments below
rofi@technotes:~$ sudo apt install software-properties-common apt-transport-https wget
How to Install Visual Studio Code

3. enable visual studio code repository with comments below
rofi@technotes:~$ sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
How to Install Visual Studio Code

4. Update the ubuntu package
rofi@technotes:~$ sudo apt update
How to Install Visual Studio Code

5. Install the latest visual studio code
rofi@technotes:~$ sudo apt install code
How to Install Visual Studio Code

6. Starting visual studio code
How to Install Visual Studio Code

How to Install Visual Studio Code
Visual Studio Code - Ubuntu

Post a Comment

Previous Post Next Post