Cybersecurity Updates & Tools

Install Microsoft Edge Ubuntu – Easy Setup Guide 2026

Microsoft Edge has become a popular browser for Linux users who want a modern browsing experience with strong performance and cross-platform synchronization. If you’re looking to Install Microsoft Edge Ubuntu, the process is straightforward and only takes a few minutes.

Built on the Chromium engine, Edge offers compatibility with Chrome extensions, seamless syncing across devices, enhanced privacy controls, and excellent web application support. While originally developed for Windows, Microsoft has expanded support to Linux, making Edge a viable choice for Ubuntu users.

Why Install Microsoft Edge Ubuntu?

Many Linux users choose Edge because it combines speed, security, and productivity features in a familiar interface.

Key benefits include:

  • Chromium-based rendering engine
  • Support for Chrome Web Store extensions
  • Built-in tracking prevention
  • Microsoft account synchronization
  • Collections and productivity tools
  • Cross-device browsing experience

For users who frequently switch between Windows and Linux environments, Edge provides a consistent browsing experience across platforms.

Prerequisites Before You Begin

Before proceeding, ensure your Ubuntu system is updated and that you have sudo privileges.

Run the following command:

sudo apt update

A stable internet connection is also required to download the necessary packages and repository information.

Install Microsoft Edge Ubuntu Using the Official Repository

The recommended installation method is through Microsoft’s official software repository. This ensures you receive future updates automatically through Ubuntu’s package manager.

First, install the required dependencies:

sudo apt install software-properties-common apt-transport-https wget

Next, import Microsoft’s signing key:

wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -

Add the Microsoft Edge repository:

sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main"

Update the package list:

sudo apt update

Finally, install Microsoft Edge:

sudo apt install microsoft-edge-dev

Once completed, the browser will be available on your Ubuntu desktop.

How to Launch Microsoft Edge Ubuntu

After installation, you can start the browser using either the graphical interface or the terminal.

Launch from the Desktop

  1. Open the Activities menu.
  2. Search for Microsoft Edge.
  3. Click the browser icon.

Launch from Terminal

microsoft-edge

During the first launch, Edge may ask whether you want to share diagnostic and usage data. Choose the option that matches your privacy preferences and continue with the setup process.

Keeping Edge Updated

One advantage of using the official repository is automatic update support.

To manually check for updates, run:

sudo apt updatesudo apt upgrade

This keeps your browser protected with the latest security fixes and feature improvements.

Import Data from Other Browsers

Edge makes migration easy. You can import:

  • Bookmarks
  • Passwords
  • Browsing history
  • Saved addresses
  • Browser settings

Popular browsers supported for import include Google Chrome, Mozilla Firefox, Chromium, and Opera.

Conclusion

If you want a fast, secure, and feature-rich browser on Linux, Install Microsoft Edge Ubuntu and take advantage of Chromium compatibility, extension support, and seamless device synchronization. With Microsoft’s official repository, installation and updates remain simple, making Edge a practical browser choice for Ubuntu users in both personal and professional environments.