Created
October 24, 2025 15:51
-
-
Save agalazis/d7314256314577b389ae2d392809abf2 to your computer and use it in GitHub Desktop.
Install MS edge on fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc | |
| sudo dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/yumrepos/edge/config.repo | |
| sudo mv /etc/yum.repos.d/config.repo /etc/yum.repos.d/microsoft-edge.repo | |
| sudo dnf install microsoft-edge | |
| microsoft-edge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment