How to install Microsoft Edge on Linux

You can install the Microsoft Edge browser on Linux distros using a graphical interface and commands, and here's how.

Microsoft Edge for Ubuntu Linux install
Microsoft Edge for Ubuntu Linux install

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

To install the Microsoft Edge app on Ubuntu or another flavor of Linux, use these steps:

  1. Open Microsoft Edge website.

  2. Click the Download Edge button.

    Microsoft Edge for Linux download

  3. Click the Accept and download button to download the installer.

  4. Double-click the *.deb file to launch the installer.

  5. Click the Install button to install Edge on Linux.

    Linux install Microsoft Edge from GUI

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:

  1. Open Terminal.

  2. Type the following command and press Enter:

    sudo apt update
  3. 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
  4. Type the following command to install Microsoft Edge (stable) on Linux and press Enter:

    sudo apt install microsoft-edge-stable

    Ubuntu install Microsoft Edge command

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:

  1. Open Ubuntu Software app.

  2. Click the Installed tab.

  3. Under the “Applications” section, click the Remove button for Microsoft Edge.

    Ubuntu Linux uninstall 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:

  1. Open Terminal.

  2. Type the following command to uninstall Microsoft Edge on Linux and press Enter:

    sudo apt remove microsoft-edge-stable

    Uninstall Edge stable on Linux/li>

  3. 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:

  1. Open Microsoft Edge website.

  2. 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.

    Microsoft Edge for Ubuntu download

  3. Click the Accept and download button to begin the download.

  4. Double-click the *.deb file to launch the installer.

  5. Click the Install button to install Edge on Linux.

    Install Edge on Ubuntu 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:

  1. Open Terminal.

  2. Type the following command and press Enter:

    sudo apt update
  3. 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
  4. Type the following command to install Microsoft Edge in the Dev Channel on Linux and press Enter:

    sudo apt install microsoft-edge-dev

    Install Microsoft Edge with Ubuntu Linux command

  5. 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:

  1. Open Ubuntu Software app.

  2. Click the Installed tab.

  3. Under the “Applications” section, click the Uninstall button for microsoft-edge-dev.

  4. 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:

  1. Open Terminal.

  2. Type the following command to uninstall Microsoft Edge (Dev) on Linux and press Enter:

    sudo apt remove microsoft-edge-dev

    Uninstall Microsoft Edge on Ubuntu Linux

  3. Click the Y key and Enter to confirm.

  4. 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.

About the author

Mauro Huculak is a Windows How-To Expert who started Pureinfotech in 2010 as an independent online publication. He has also been a Windows Central contributor for nearly a decade. Mauro has over 15 years of experience writing comprehensive guides and creating professional videos about Windows and software, including Android and Linux. Before becoming a technology writer, he was an IT administrator for seven years. In total, Mauro has over 21 years of combined experience in technology. Throughout his career, he achieved different professional certifications from Microsoft (MSCA), Cisco (CCNP), VMware (VCP), and CompTIA (A+ and Network+), and he has been recognized as a Microsoft MVP for many years. You can follow him on X (Twitter), YouTube, LinkedIn and About.me. Email him at [email protected].