When it come to security Microsoft edge is one of the best software. When it comes to online transaction, purchase and payments you should always use the Microsoft Edge browser. Today most of the banks employee by default uses the Microsoft edge as a default browser.
In this tutorial we are going to see How to install Microsoft edge bowser on ubuntu 20 machine.
To Install Edge Browser on Ubuntu use following steps
Step 1: Update the packages index and install the dependencies by running the following command
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
Step 2: Import the Microsoft GPG key with wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
And enable the Edge browser repository by typing following command
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main"
Step 3: Once the apt repository is enabled , install the Edge package:
sudo apt install microsoft-edge-dev
Starting Edge Browser in ubuntu 20.0
search edge in the search bar and It will show the edge logo
click on logo to start
Now Click on Accept and get Started button
That’s it and Your browser will start. If you have any question ask in a comment.