On Ubuntu and virtually any other flavor (Ubuntu, Debian, Fedora, and openSUSE) of Linux, you can install the Microsoft Edge browser through the Stable, Beta, and Dev Channels, and you can download and install the application using GUI or commands through the terminal.
The browser is virtually the same as the one available on Windows 11 and Windows 10 with support for extensions, developer tools, and core rendering behaviors. You can also create a profile and sync your settings and bookmarks across devices.
In this guide, you will learn the steps to install Microsoft Edge on Linux (Ubuntu 22.04).
- Install Microsoft Edge on Linux
- Install Microsoft Edge from commands on Linux
- Install Microsoft Edge Insider on Linux
- Install Microsoft Edge Insider from commands on Linux
Install Microsoft Edge on Linux
To install the Microsoft Edge app on Ubuntu or another flavor of Linux, use these steps:
-
-
Click the Download Edge button.
-
Click the Accept and download button to download the installer.
-
Double-click the *.deb file to launch the installer.
-
Click the Install button to install Edge on Linux.
Once you complete the steps, Microsoft Edge will install, and it’ll be available from the app menu.
Install Microsoft Edge from commands on Linux
To install the Edge app using command lines, use these steps:
-
Open Terminal.
-
Type the following command and press Enter:
sudo apt update
-
Type the following script to add the Microsoft Edge repository to the distro and press Enter:
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
-
Type the following command to install Microsoft Edge (stable) on Linux and press Enter:
sudo apt install microsoft-edge-stable
After you complete the steps, the stable version of the Microsoft browser will install on your Linux distribution.
Uninstall Microsoft Edge on Linux
On Linux, you can uninstall applications using the GUI or command experience.
GUI experience
To remove Microsoft Edge, use these steps:
-
Open Ubuntu Software app.
-
Click the Installed tab.
-
Under the “Applications” section, click the Remove button for Microsoft Edge.
Once you complete the steps, the app will no longer be available on your computer.
Command experience
To uninstall Edge using Ubuntu commands, use these steps:
-
Open Terminal.
-
Type the following command to uninstall Microsoft Edge on Linux and press Enter:
sudo apt remove microsoft-edge-stable
/li>
-
Click the Y key and Enter to confirm.
Once you complete the steps, Microsoft Edge will be removed from your Linux distribution.
Install Microsoft Edge Insider on Linux
To install the Beta or Dev Channel version of Microsoft Edge on Linux, use these steps:
-
Under the “Dev Channel” or “Beta Channel” section, click the Download button.
Quick note: If you have a distribution like Red Hat that requires a different installer, then use the down-arrow button and select the .rpm option. -
Click the Accept and download button to begin the download.
-
Double-click the *.deb file to launch the installer.
-
Click the Install button to install Edge on Linux.
Once you complete the steps, Microsoft Teams will install, and it’ll be available from the app menu.
Install Microsoft Edge Insider from commands on Linux
To install the Edge Insider app with commands, use these steps:
-
Open Terminal.
-
Type the following command and press Enter:
sudo apt update
-
Type the following script to add the Microsoft Edge repository to the distro and press Enter:
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
-
Type the following command to install Microsoft Edge in the Dev Channel on Linux and press Enter:
sudo apt install microsoft-edge-dev
-
Type the following command to install Microsoft Edge in the Beta Channel on Linux and press Enter:
sudo apt install microsoft-edge-beta
After you complete the steps, the preview version of Edge will install on your Linux distribution. After the process, you can open the app from the app launcher.
Uninstall Microsoft Edge Insider on Linux
Similar to the stable version, you have two ways to remove the Microsoft browser on any flavor of Linux, including using the GUI or command experience.
GUI experience
To remove Microsoft Edge, use these steps:
-
Open Ubuntu Software app.
-
Click the Installed tab.
-
Under the “Applications” section, click the Uninstall button for microsoft-edge-dev.
-
Click the Uninstall button for microsoft-edge-beta.
Once you complete the steps, the app will no longer be available on your computer.
Command experience
To uninstall the Edge browser using Ubuntu commands, use these steps:
-
Open Terminal.
-
Type the following command to uninstall Microsoft Edge (Dev) on Linux and press Enter:
sudo apt remove microsoft-edge-dev
-
Click the Y key and Enter to confirm.
-
Type the following command to uninstall Microsoft Edge (Beta) on Linux and press Enter:
sudo apt remove microsoft-edge-beta
Once you complete the steps, Microsoft Edge will be removed from your Linux distribution.