Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sudo apt install microsoft-edge-dev

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 :: Could not install from "android" as it does not contain a package.json file 
Shell :: uninstall edb postgres mac 
Shell :: how to download openssh with cmd 
Shell :: textbox should accept only numbers till 10 digit using angular 
Shell :: bash dev/null 
Shell :: command to check size of folder in linux 
Shell :: install libssl1.0.0 ubuntu 20.04 
Shell :: difference between -s and --save 
Shell :: Find what is running on port 8000 
Shell :: sed remove space 
Shell :: see ADS content 
Shell :: microPY lib 
Shell :: is a real file not touching it apache2 
Shell :: remove/undo all modified files git 
Shell :: open file explorer from cmd linux 
Shell :: openjdk 11 install linux 
Shell :: how to change date of file in linux 
Shell :: the unauthenticated git protocol on port 9418 
Shell :: print parte da tela ubuntu 
Shell :: get jq command 
Shell :: check running process in linux 
Shell :: linux test port 
Shell :: kill occupation port windows 
Shell :: Zathura not working 
Shell :: search for filename recursively linux 
Shell :: php enable module 
Shell :: firebase deploy only hosting command 
Shell :: git ignore local file changes 
Shell :: angular install version 12 
Shell :: install git on wsl2 ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =