Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install vscode ubuntu 18.04

1 ) sudo apt update
2 ) sudo apt install gnupg2 software-properties-common apt-transport-https wget
3 ) wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
4 ) sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
5 ) sudo apt update
6 ) sudo apt install code
Comment

PREVIOUS NEXT
Code Example
Shell :: ionic 4 install bootstrap 
Shell :: open cmd with size 
Shell :: kali linux git install 
Shell :: ubuntu notes install 
Shell :: cypress install 
Shell :: install mongo db ubuntu 
Shell :: install dirsearch 
Shell :: mac kill port 8000 
Shell :: how to install .deb file in ubuntu from terminal 
Shell :: show all remote branches git 
Shell :: command to find the count of only words in a file in linux 
Shell :: taskkill 
Shell :: change wsl to version 1 
Shell :: how to check if postgres is installed 
Shell :: linux delete appledouble ds_store files 
Shell :: qemu boot iso 
Shell :: GVfs metadata is not supported. Fallback to Tell Metadata Manager. Either GVfs is not correctly installed or GVfs metadata are not supported on this platform. In the latter case, you should configure Tepl with --disable-gvfs-metadata. 
Shell :: how to search forward in emacs 
Shell :: my partition disappeared windows 10 
Shell :: kubernetes combine logs all replicas 
Shell :: git revert file to master 
Shell :: git clone from specific branch 
Shell :: bash slurm view jobs from date 
Shell :: The current branch zuqing_feature2 has no upstream branch. 
Shell :: how to follow a file url in vim 
Shell :: how to check prime number in shell script 
Shell :: debug logstash stdout 
Shell :: get username linux 
Shell :: cd ~/.ssh on mac 
Shell :: snapd unavailable solved 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =