Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install edge throught terminal ubuntu

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

install edge on ubuntu

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-stable
Comment

PREVIOUS NEXT
Code Example
Shell :: liburcu ubuntu install 
Shell :: powershell count lines of code 
Shell :: copy local docker image to kind cluster 
Shell :: linux change azert 
Shell :: prettier install using npm 
Shell :: windows how to install and use RSAT tools 
Shell :: how to remove git from vs code 
Shell :: yarn cache directory 
Shell :: comment in shell script 
Shell :: bash echo multiline 
Shell :: install brew max 
Shell :: how to print substring in bash script 
Shell :: install spectacle brew 
Shell :: Command for installing Brave browser 
Shell :: dar permiso de ejecucion linux 
Shell :: what service is listen on what port linux 
Shell :: lp list printers 
Shell :: ffmpeg join ts files to mp4 
Shell :: ubuntu console png to pdf 
Shell :: env variables list 
Shell :: windows terminal open as admin 
Shell :: add dnf repo command 
Shell :: install flask 
Shell :: Error: Cannot tap homebrew/cask: invalid syntax in tap! 
Shell :: set up ssh windows 10 
Shell :: linux sha256 checksum 
Shell :: powershell create service 
Shell :: install cuda drivers in ubuntu 
Shell :: powershell suppress error 
Shell :: remove git proxy 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =