Answers for "how to update vs code ubuntu in ubuntu 20.04lts"

1

how to update vscode on ubuntu

sudo apt update
sudo add-apt-repository -y "deb https://packages.microsoft.com/repos/vscode stable main "
sudo apt update
sudo apt -y install code
Posted by: Guest on July-16-2021

Code answers related to "how to update vs code ubuntu in ubuntu 20.04lts"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language