Answers for "ubuntu how to download visual studio code using terminal"

0

how to install visual studio code in ubuntu

This is actually way easier than the answer  me what you do is -
sudo apt get-update
then run - sudo apt install code
Posted by: Guest on November-22-2021
0

how to install vscode in ubuntu using terminal

# go to https://code.visualstudio.com/download 
# then download .deb file 
# if you already have gdebi installed you can run 
sudo gdebi code_1.55.0-1617120720_amd64.deb
Posted by: Guest on February-02-2022

Code answers related to "ubuntu how to download visual studio code using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language