• 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

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

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

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