Install VS Code on UbuntuΒΆ
First, update the packages index and install the dependencies by typing:ΒΆ
Next, import the Microsoft GPG key using the following wget command:ΒΆ
And enable the Visual Studio Code repository by typing:
Bash
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"