For my work I need Edge browser. However, in the Microsoft web site they provide it as an .rpm
file. To install in Ubuntu it needs to be converted to a .deb
file.
I tried to convert it, but failed. Can anyone convert it and provide it?
Herewith I is the link of the .rpm
file:
https://www.microsoftedgeinsider.com/en-us/download?platform=linux-deb
.deb
-file. I just tried, the link you provided works. When you look at the dropdown menu it says "also available"... – mook765 Aug 26 '21 at 17:10wget https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/microsoft-edge-beta_93.0.961.27-1_amd64.deb -P ~/Downloads
. The .deb file will be downloaded in your Downloads folder after the command runs successfully. Credits to BeastOfCaerbannog. – Random Person Aug 26 '21 at 18:42