How To

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.

Cyber Defence

Recent Posts

Install Wine Ubuntu: Run Windows Apps on Linux

Running Windows software on Linux has become easier than ever thanks to Wine. If you…

1 hour ago

VMware Workstation Player Installation Guide for Ubuntu

Virtualization has become an essential tool for developers, IT professionals, and technology enthusiasts. VMware Workstation…

2 hours ago

Bootable Ubuntu USB on Windows: Quick Setup Guide

A Bootable Ubuntu USB is the easiest way to install, test, or troubleshoot Ubuntu on…

15 hours ago

Bootable Ubuntu USB Guide: Create One from Linux Fast

A Bootable Ubuntu USB is one of the most useful tools for Linux users. Whether…

1 day ago

VSFTPD FTP Server Setup on Ubuntu 20.04 Securely

Managing file transfers across networks remains a common requirement for businesses and administrators. A VSFTPD…

1 day ago

Install Asterisk Ubuntu: Complete Setup Guide for 2026

Voice communication remains a critical part of modern business operations, and Install Asterisk Ubuntu is…

1 day ago