Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

update vs code in ubuntu

sudo add-apt-repository -y "deb https://packages.microsoft.com/repos/vscode stable main "
sudo apt update
sudo apt -y install code
Comment

how to update vscode on ubuntu

sudo add-apt-repository -y "deb https://packages.microsoft.com/repos/vscode stable main "
sudo apt update
sudo apt -y install code
Comment

how to update vscode on ubuntu

sudo apt update 
sudo apt install code
Comment

how to update visual studio code through ubuntu terninal

//This one works perfectly if you install VS code through the terminal
sudo apt-get update
sudo apt-get install code 
Comment

updating vscode on ubuntu

wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Comment

PREVIOUS NEXT
Code Example
Shell :: could not open file "postmaster.pid": No such file or directory 
Shell :: how to get the size of directory in linux 
Shell :: how to close a port mac 
Shell :: git add commit push one command 
Shell :: E: Unable to locate package libboost-signals-dev 
Shell :: install bower npm 
Shell :: how to install pyqt5 
Shell :: install getkirby 
Shell :: git set url with user name and password 
Shell :: pytesseract 
Shell :: brew services start mongodb 
Shell :: gumlet/php-image-resize 1.9.2 requires ext-gd * 
Shell :: sed get substring between two characters 
Shell :: truffle.ps1 is not digitally signed 
Shell :: git diff with vimdiff 
Shell :: see installed packages pacman 
Shell :: ubuntu 20 stop apache 
Shell :: firewall-cmd status 
Shell :: apache config location 
Shell :: uninstall dependencies npm 
Shell :: get user password linux 
Shell :: brave disable gpu linux 
Shell :: where is my .git config mac 
Shell :: how to uninstall zsh on mac 
Shell :: install python for latex or pylatex 
Shell :: snap store android studio 
Shell :: How to install Git in Ubuntu? 
Shell :: linux generate csr 
Shell :: find postgres data directory and installation path 
Shell :: install mod_wsgi 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =