Firefox is the default web browser on a fresh Ubuntu installation, but there's good news if you prefer to use Microsoft's Chromium-based Edge as it's effortless to install. Microsoft Edge is supported on macOS, Linux, and Windows, allowing you to synchronize data across all major platforms for a seamless experience. There are two methods to install Microsoft Edge on Ubuntu. First is the GUI and the second is using Terminal.

👁 Linux Apps
10 best Linux App alternatives

If you're moving from Windows to Linux, there are several alternative apps that will boost your computing experience

How to install Microsoft Edge on Ubuntu

There are two ways to install Microsoft Edge on Ubuntu. The first is through the official download page and using the Ubuntu GUI to install the downloaded .deb file. The second is to use Terminal as much as possible.

Using Gnome and GUI

  1. Go to the Microsoft Edge download page.
  2. Click the Linux (.deb) link.
  3. Click Accept and download.
  4. Open Files.
  5. Navigate to your Downloads folder.
  6. Right-click on the Microsoft Edge .deb file.
  7. Select Open With...
  8. Select Software Install.
  9. Click Show Apps.
  10. Select Microsoft Edge.

Microsoft Edge will run you through the initial setup process before being able to use the browser. Signing into your Microsoft Account is optional but recommended to get the most out of the software.

Using Terminal

  1. Open Terminal.
  2. Install the downloaded Microsoft Edge .deb file:
    sudo apt install microsoft-edge-stable
  3. Run Microsoft Edge:
    microsoft-edge

Microsoft Edge will open up. Closing the Terminal tab will also close Microsoft Edge so if you wish to run the app outside of the CLI, follow steps 9-10 in the GUI guide.

How to uninstall Microsoft Edge

Although you may be able to uninstall Microsoft Edge through the Ubuntu Software app, I recommend using Terminal as it requires a single command.

  1. Open Terminal.
  2. Uninstall Microsoft Edge:
    sudo dpkg -r microsoft-edge-stable

Microsoft Edge will now be uninstalled. Also consider deleting the downloaded .deb file, if you haven't already done so.

More great Linux apps

Microsoft Edge is just one of many great Linux apps available. There are countless official offerings available through the Ubuntu app store, as well as various repositories. Chrome and other browsers are also available for a quick install if you're not fond of Microsoft Edge or Firefox.

👁 Chrome on Ubuntu
How to install Chrome on Ubuntu

Google Chrome is one of the most popular web browsers, and you can use it on Ubuntu, too by installing it with a few simple clicks