Microsoft Edge Ubuntu



Installing Edge browser on Ubuntu is a pretty straightforward process. We’ll enable the Microsoft Edge repository from the command-line and install the package with apt. Update the packages index and install the dependencies by running the following command as a user with sudo privileges. The name of the package is microsoft-edge-dev according to this link. To remove it, enter the command. Sudo apt remove microsoft-edge-dev To remove the settings and configuration files along with the program, enter the command. Sudo apt purge microsoft-edge-dev I don't know if the package is now stable and the suffix -dev has been removed.

  1. Ubuntu Install Edge
  2. Microsoft Edge Chromium Ubuntu
  3. Microsoft Edge Ubuntu 18.04
  4. Microsoft Edge Ubuntu

Microsoft Edge for Linux is now a thing, so in this post we show you how to install the browser on Ubuntu, Linux Mint, and any related Linux distributions.

In guide we show you how to install Microsoft Edge on Ubuntu (or any Ubuntu-based Linux distribution, like Linux Mint) in two ways: graphical (GUI) method, and command line (CLI) method.

It doesn’t matter which method you choose as you will download and install the exact same version of Microsoft’s new-fangled browser. Plus, both methods set things up so that you get future updates as and when they’re released, automatically.

Microsoft Edge is based on Chromium, the open-source browser engine developed (though not exclusively) by Google. Any website, web app, or web service that works in any Chromium-based browser, such as Google Chrome, will work in Edge too.

Problems

Ubuntu Install Edge

Even better: you can install Chrome extensions in Edge too (though Microsoft maintains its own extension hub for browser add-ons).

Read our hands on with Edge for Linux development builds for a broader overview on what works, what doesn’t, and what you should keep in mind if you plan to use it otherwise.

Microsoft Edge Ubuntu

How to Install Edge Browser on Ubuntu

Keep in mind that Microsoft Edge for Linux is in developer preview. It is not “stable”. It is not even a beta. Some features (like browser sync) are currently unsupported on Linux. Are there bugs? Yup. Will it crash? Quite possibly!

Please note: this article is about how to install Edge on Ubuntu, not why you should install it. You decide which software you use on your system. And if you don’t want Edge? That’s fine! But you probably won’t be reading a “how to” guide on the topic!

Microsoft Edge Ubuntu

Graphical/GUI way

Installing Edge using a graphical user interface is easy as Microsoft provide official installer packages for Ubuntu and Fedora-based distros. You can use these builds to install the browser on your system using your distribution’s package manager.

1.Go to Microsoft Edge Download Page

In a web browser open the official Microsoft Edge download page. There you’ll find two builds for Linux. Chose the ‘Linux (.deb)’ option for Ubuntu.

2. Download Edge for Linux

Choose to save the .deb package to your Downloads folder (or any other. directory you can access easily). If you’re using Firefox you can check the “Save File” option to do this.

3. Double click on the installer

Let the download complete then use your file manager to find the Edge Linux installer. Finally, double-click on the saved file to start installing and follow the on-screen prompts.

When you install using the official installer the Microsoft Edge repository is added to your system’s list of software sources. You can upgrade to new versions of the browser as they’re released using the regular Software Updater tool.

Microsoft Edge Chromium Ubuntu

4. Open Microsoft Edge.

Let the install finish up then open the browser from the Applications grid (or whatever app menu, launcher, etc you use on your system.

Terminal/CLI way

Prefer to install software from the command line? We got you covered. Just copy/paste the following commands in to your terminal emulator of choice.

First: the set-up script. This adds the Microsoft Edge repo to your system, and imports the Microsoft GPG key to authenticate packages (so that you can be sure they are what they say they are):

Second step: run this command to actually install Microsoft Edge:

Microsoft

Once done, launch the browser from your favourite app launcher, or run microsoft-edge-dev from a command prompt.

How to Uninstall Edge

So you installed Edge. Grand. And you try it out. Awesome. But what happens if you want to remove it? Well, it’s easy to uninstall Microsoft Edge using the command line.

Just open a new Terminal window and run:

Alternatively you can open the Ubuntu Software app, search for ‘edge’ by name, click the result, and hit the ‘remove’ button.

Simple!

Summary

That’s it; you learned how to install Microsoft Edge browser on Ubuntu, Linux Mint, and other distributions in this article. All that’s left for you to do now is to open the browser up and start surfing the web!

It remains to be seen if Edge will find a big enough audience on Linux to sustain itself. The browser is up against stiff competition from the likes of Google Chrome, Mozilla Firefox, and Vivaldi.

Microsoft Edge Ubuntu 18.04

While most Linux users will shudder at the thought of using it, I think it’s great to have the choice of using Edge on Linux.

Last Updated on

If you are a fan of Microsoft Edge browser then you can now try it in Ubuntu operating system as it is available for the download. You can install the Microsoft Edge Dev Preview version for the testing purpose.

Install Microsoft Edge In Ubuntu 20.04, 18.04, 16.04

At first you need to download Linux .deb package from the link below:

Then install the Microsoft Edge package with the help of following command.

In another method, you can go through the following command to install Microsoft Edge in Ubuntu operating system.

At first, run the following command to install the key:

Then add repository:

Now, update your system and install Microsoft Edge in Ubuntu.

Microsoft Edge Ubuntu

Related