Microsoft Edge browser available for Linux Installation in Ubuntu / Debian / Centos
The following guide describes how to install Microsoft Edge on Ubuntu systems / Debian / Centos.
Made with just a few steps.
To install the Microsft Edge browser on a Linux computer, you can download the installer in .deb or .rpm format from official website of the project or enter the appropriate commands in the Terminal.
Installing Microsoft Edge on Ubuntu / Debian:
1 2 3 4 5 6 | curl https://packages.microsoft.com/keys/microsoft.asc | 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.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list' sudo rm microsoft.gpg sudo apt update sudo apt install microsoft-edge-dev |
Installing Microsoft Edge on Centos / Fedora:
1 2 3 4 | sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge sudo mv /etc/yum.repos.d/packages.microsoft.com_yumrepos_edge.repo /etc/yum.repos.d/microsoft-edge-dev.repo sudo dnf install microsoft-edge-dev |
Related entries:
Resolved issue with smarty_lazy_cache 'does not exist
5 Browser add-ons that make life easier for webmasters and developer
PhpMyAdmin - time change import database
ack -l DB_NAME
wp-config.php
wp-admin/setup-config.php
wp-config-sample.php
wp-content/plugins/litespeed-cache/src/db-optm.cls.php
wp-content/plugins/newsletter/system/status.php
wp-includes/load.php
wp-includes/ms-load.php
CSF to lock the entire server specific country






Hello,
An addition of “spaces” in the syntax solves installation problems under centos8
yum config-manager –add-repo https://packages.microsoft.com/yumrepos/edge
rpm –import https://packages.microsoft.com/keys/microsoft.asc
If not, great tutorial, thank you
Is it possible to install the, which is supported by Microsoft, sync doesn't work.
The dev version also?
Install according to their manual: