Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

installing visual studio code in ubuntu

sudo apt-get install wget gpg
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg
sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'
rm -f packages.microsoft.gpg
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu install lamp 
Shell :: nextcloud scan files 
Shell :: how to unzip using tar 
Shell :: list only directories in bash 
Shell :: sample bash script 
Shell :: facebook for linux 
Shell :: line number in nano editor 
Shell :: update arch repo using reflector 
Shell :: git track remote branch 
Shell :: how to install windows command line installer scoop 
Shell :: docker build with args 
Shell :: git CAfile: none CRLfile: none 
Shell :: bash if larger than 
Shell :: linux delete files older than 
Shell :: icon theme and widget ubuntu 
Shell :: how to install choclatey using command prompt 
Shell :: tv on ubuntu 
Shell :: stop tracking git pattern 
Shell :: big sur ERROR: Error installing ffi: ERROR: Failed to build gem native extension. 
Shell :: Hello, World! 
Shell :: yarn version in mac 
Shell :: bedrock linux 
Shell :: create user with home directory ubuntu 
Shell :: how install node 14 ubuntu 
Shell :: how to install virtualbox in ubuntu 18.04 
Shell :: vlc doesnt open after install ubuntu 
Shell :: Problem binding to port 80: Could not bind to IPv4 or IPv6. 
Shell :: how to stop sql serve 
Shell :: how to see users logged in linux 
Shell :: openssl serial number 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =