In this article, we are going to learn how to Install Microsoft Edge Browser in Linux. A distant memory days where Microsoft products are not open-source and architected just for Windows. In their endeavors to make a solid impression in the Linux market, Microsoft has declared on the “Microsoft Ignite 2020” Edge program is available for Linux as a dev preview.
Edge program is at first released with Windows 10 followed by Mac OS, X Box, and Andoird. The Dev release is supposed to be a preview release intending to have engineers who need to assemble and test their locales and applications on Linux.
A few highlights like Signing in to Microsoft Account or AAD account are not accessible right now and it is normal for future form discharges. As of now, Edge upholds local accounts as they were.
The current arrival of Edge supports Debian, Ubuntu, Fedora, and OpenSUSE distribution. It is normal Edge will be available for additional stages in forthcoming releases.
Follow the below steps to install Microsoft Edge Browser in Linux:
There are two different ways to install Microsoft Edge on Linux.
- Download .deb or .rpm file from Microsoft Edge Inside webpage.
- Utilize the distribution package manager
We will see both the ways on the best way to install Edge.
Installing Microsoft Edge Using .deb or .rpm File:
To begin with, download the .deb or .rpm file from Microsoft Edge Inside webpage and install the package as appeared. It will add the Microsoft repository to your system, which will consequently stay up Microsoft Edge up to date.
itsmarttricks$ sudo dpkg -i microsoft-edge-*.deb [For Debian/Ubuntu/Mint] itsmarttricks$ sudo rpm -i microsoft-edge-*.rpm [For Fedora/OpenSUSE]
Installing Microsoft Edge Using Package Manager:
Presently how about we perceive how to install Edge from the command line utilizing the distribution package manager.
Install Edge on Debian, Ubuntu, and Mint:
itsmarttricks$ curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg itsmarttricks$ sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/ itsmarttricks$ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list' itsmarttricks$ sudo rm microsoft.gpg itsmarttricks$ sudo apt update itsmarttricks$ sudo apt install microsoft-edge-dev
Install Edge on Fedora Linux:
itsmarttricks$ sudo rpm –import https://packages.microsoft.com/keys/microsoft.asc
itsmarttricks$ sudo dnf config-manager –add-repo https://packages.microsoft.com/yumrepos/edge
itsmarttricks$ sudo mv /etc/yum.repos.d/packages.microsoft.com_yumrepos_edge.repo /etc/yum.repos.d/microsoft-edge-dev.repo
itsmarttricks$ sudo dnf install microsoft-edge-dev
Install Edge on OpenSUSE Linux:
itsmarttricks$ sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc itsmarttricks$ sudo zypper ar https://packages.microsoft.com/yumrepos/edge microsoft-edge-dev itsmarttricks$ sudo zypper refresh itsmarttricks$ sudo zypper install microsoft-edge-dev
Also Read – How to install Lynx Text-Based Web Browser on Ubuntu
That’s all, In this article, we have explained how to install Edge Browser in Linux. I hope you enjoy this article. If you like this article, then just share it. If you have any questions about this article, please comment.