Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install vscode using apt

sudo apt update
# install dependencies
sudo apt install software-properties-common apt-transport-https wget -y
# Import the GPG key provided by Microsoft to verify the package integrity. 
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add 
# Run the following command to add the Visual Studio Code repository to your system
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
# install vscode
sudo apt install code
# verify installation
code --version
Comment

PREVIOUS NEXT
Code Example
Shell :: apt-add-repository command not found 
Shell :: vlc not working in ubuntu 
Shell :: how to check spark version 
Shell :: run msi on linux 
Shell :: vim ubuntu install 
Shell :: python install mysql connector 
Shell :: git asking for password every time 
Shell :: chocolatey list installed 
Shell :: list users in linux 
Shell :: brew nmap install 
Shell :: install pip in ubuntu 
Shell :: how to install postman in ubuntu 
Shell :: tail docker container logs 
Shell :: ubuntu command to list largest files 
Shell :: install netlify cli 
Shell :: mac install gpg 
Shell :: check services running on port linux 
Shell :: list all ssh connections ubuntu 
Shell :: git change master to main 
Shell :: git submodule get all 
Shell :: install nasm ubuntu 
Shell :: login to git bash 
Shell :: kill logstash 
Shell :: bootstrap install for next.js 
Shell :: git config ssl verify false 
Shell :: git command to get the repo url 
Shell :: install yarn in react native 
Shell :: check if kubernetes is running 
Shell :: uninstall mongodb ubuntu 
Shell :: gcloud set zone cli 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =