The Edge browser was first released on Windows 10, followed by Mac OS, the X Box, and Andoird. The development version is said to be a preview and is intended for use by developers who want to build and test their sites and applications on Linux. There is no way to log in with a network account, such as a Microsoft account, but until now Edge only supports local accounts.

There are two ways to install the Microsoft Edge browser on Linux.

Download the installation package from the Microsoft Edge Web site. Install using Package Manager. Here are two ways to install it.

First, download a.deb or.rpm file from the Microsoft Edge Inside website, which adds the Microsoft repository to your system. This will automatically keep Microsoft Edge up to date.

In the Ubuntu/Deepin $wget installed in the system https://packages.microsoft.co… $sudo dpkg-i Microsoft-Edge -*.deb How to Install Microsoft Edge Browser in Linux How to Install Microsoft Edge Browser in Linux How to Install Microsoft Edge Browser on Linux How to Install Microsoft Edge Browser on Linux How to Install Microsoft Edge Browser on Linux How do I install Microsoft Edge Browser in Linux

Install on the Fedora/OpenSUSE system

wget https://packages.microsoft.co…

rpm -ivh microsoft-edge-*.rpm

Using a package manager to install Microsoft Edge in the Ubuntu \ Deepin installed in Edge $curl https://packages.microsoft.co… | 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.co… stable main” > /etc/apt/sources.list.d/microsoft-edge-dev.list’ $ sudo rm microsoft.gpg $ sudo apt update $ sudo apt Install Microsoft-Edge-Dev Install Edge in Fedora

rpm –import https://packages.microsoft.co…

dnf config-manager –add-repo https://packages.microsoft.co…

mv /etc/yum.repos.d/packages.microsoft.com_yumrepos_edge.repo /etc/yum.repos.d/microsoft-edge-dev.repo

dnf install microsoft-edge-dev

In packages installed Edge $sudo RPM – import https://packages.microsoft.co… $ sudo zypper ar https://packages.microsoft.co… While there are a number of browsers available in Linux, we’ll have to wait and see, See how Edge will evolve in future releases.