Install Microsoft edge for Ubuntu from Microsoft edge Linux repository using the command sudo apt install microsoft-edge-stable.
Read below to find out how to install Microsoft edge via Linux command line.
Install Microsoft Edge Browser Using Flatpak
You can install Microsoft Edge Browser in Ubuntu Linux Systems using Flatpak, available in Flathub.
flatpak install com.microsoft.Edge
flatpak update com.microsoft.Edge
Install and setup Flatpak in Ubuntu
For Ubuntu 22.04, Ubuntu 22.10 and other new versions, use the following command to install Flatpak:
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
For older versions of Ubuntu, use the following commands:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Please don’t forget to reboot the system.
Install Microsoft Edge on Ubuntu via Repository
Ubuntu users can install the latest version of Microsoft Edge web browser on Linux Ubuntu via the official Microsoft repository. Simply run the following commands to install Microsoft Edge:
$ sudo apt update $ sudo apt upgrade $ sudo apt install software-properties-common apt-transport-https wget $ wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add - $ sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" $ sudo apt update $ sudo apt install microsoft-edge-stable
Now going back to the installation of Edge, once installed, you can find the Microsoft Edge Browser in the application menu.
Or, you can start the Edge browser from the command line, simply run microsoft-edge-stable.