• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Install Microsoft Edge Browser on Ubuntu Linux

Install Microsoft Edge Browser on Ubuntu Linux

By Sourabh / September 2, 2023 Category: How To, Ubuntu

Install Microsoft edge for Ubuntu from Microsoft edge Linux repository using the command sudo apt install microsoft-edge-stable.

Read below to find out how to install Microsoft edge via Linux command line.

Install Microsoft Edge Browser Using Flatpak

You can install Microsoft Edge Browser in Ubuntu Linux Systems using Flatpak, available in Flathub.

flatpak install com.microsoft.Edge
flatpak update com.microsoft.Edge

Install and setup Flatpak in Ubuntu

For Ubuntu 22.04, Ubuntu 22.10 and other new versions, use the following command to install Flatpak:

sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

For older versions of Ubuntu, use the following commands:

sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Please don’t forget to reboot the system.

Install Microsoft Edge on Ubuntu via Repository

Ubuntu users can install the latest version of Microsoft Edge web browser on Linux Ubuntu via the official Microsoft repository. Simply run the following commands to install Microsoft Edge:

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install software-properties-common apt-transport-https wget
$ wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main"
$ sudo apt update
$ sudo apt install microsoft-edge-stable

Now going back to the installation of Edge, once installed, you can find the Microsoft Edge Browser in the application menu.

Or, you can start the Edge browser from the command line, simply run microsoft-edge-stable.

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap