Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apt install edge

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
sudo rm microsoft.gpg


sudo apt update && sudo apt install microsoft-edge-beta
Comment

PREVIOUS NEXT
Code Example
Shell :: tar gzip compression level 
Shell :: ubuntu install influx 
Shell :: print batch 
Shell :: get version of mongodb server 
Shell :: tar-delete 
Shell :: Start Apache service FreeBSD 
Shell :: how to execute an sh file in linux 
Shell :: powershell function resize image 
Shell :: merge branch into master 
Shell :: spaceship theme zsh 
Shell :: bash check if string does not exist in file 
Shell :: cli50 documentation 
Shell :: linux find location of executable 
Shell :: pushing an existing repository from cmd 
Shell :: uninstall apt package ubuntu 20.04 
Shell :: maven homebrew 
Shell :: how to check ssh agent is running in git bash 
Shell :: ionic equivalent of android clean project 
Shell :: add ssh key to github 
Shell :: install composer v2 ubuntu 
Shell :: bash argument parsing 
Shell :: How to createe git remote branch 
Shell :: docker network create 
Shell :: basic git commands 
Shell :: telnet command 
Shell :: deno install windows 
Shell :: scp from server to my computer 
Shell :: git switch branch 
Shell :: how to uninstall kite 
Shell :: nginx install ssl certificate centos 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =