Answers for "code install in ubuntu"

22

install vs code in ubuntu

sudo snap install --classic code
Posted by: Guest on May-07-2020
-2

install code ubuntu

sudo apt update
sudo apt install software-properties-common apt-transport-https wget
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"
sudo apt install code
Posted by: Guest on October-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language