Install Edge

You’re installing the .deb you need the .rpm one

Import the key

  1. sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc

Add the repo

  1. for DNF4
sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge
  1. For DN5 → Fedora 41 and beyond
sudo dnf config-manager addrepo --from-repofile='https://packages.microsoft.com/yumrepos/edge/config.repo'

Refresh meta cache

  1. sudo dnf update --refresh

Install Software

  1. sudo dnf install microsoft-edge-stable

Regards.,