Microsoft Edge browser Linux version (deb package)

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6272
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 733 times
Been thanked: 1292 times

Microsoft Edge browser Linux version (deb package)

Post by bigpup »

Microsoft Edge browser for Linux

Download web site:
https://www.microsoft.com/en-us/edge/do ... orm=MM145U

Below the nice pictures for the other OS's it has:
Microsoft Edge is now available on Linux.
Click on Download for Linux (.deb) to get the deb package of it.

After installing it by clicking on the deb package that downloaded.

To run it from the menu entry in menu ->Internet

It requires running with command: --no-sandbox added to the exec command.

Navigate to /usr/share/applications
Open the microsoft edge.desktop file in a text editor.
Add --no-sandbox to the exec line so it looks like this:

Code: Select all

Exec=/usr/bin/microsoft-edge-stable %U --no-sandbox

save the change.

Now it should run by clicking on it's menu entry.

I just did this, so I have no info on how to use it or do anything with it.

I guess we will all learn together!

from help: Microsoft Edge
Version 120.0.2210.91 (Official build) (64-bit)
This browser is made possible by the Chromium open source project and other open source software.

Microsoft Edge

© 2023 Microsoft Corporation. All rights reserved.

Working for me installed in Bookworm Pup64 10.0.3
.
.

Screenshot(10).jpg
Screenshot(10).jpg (130.58 KiB) Viewed 732 times
Last edited by bigpup on Sat Dec 23, 2023 5:20 am, edited 1 time in total.
Reason: added more info to subject of topic

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
mikewalsh
Moderator
Posts: 5575
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 570 times
Been thanked: 1681 times

Re: Microsoft Edge browser Linux version

Post by mikewalsh »

@bigpup :-

Erm; I hate to say it, Bigs, but.....you're a wee bit "late to the party" on this one. (Around 3 years too late, I believe...) :shock:

viewtopic.php?t=1150

Mind you, it's only in the last year or so it's finally started supporting Nvidia cards correctly under Linux. This is a function of some of MyCrudSoft's "custom" libraries they've bundled in with this; specifically written for some of Edge's 'special' (!!) features. These didn't play nice with the kernel for a long time....and the first two years-worth of Linux releases were strictly alpha/beta development builds, anyway.

It's probably fair to say it's been 'usable' as a daily browser for about 15 months, at this point. Do make sure you pay attention to the settings, and watch 'em like a hawk. M$ have a nasty habit of making the 'disable' for many functions 'enable' a bunch of other stuff you don't want, either! It's nearly as bad as the Yandex browser.......except instead of 'phoning home' to the KGB, you're 'phoning home' to the NSA instead..... :D

You really need to check the settings every time it updates.

(shrug...)

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
rockedge
Site Admin
Posts: 5720
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1997 times
Been thanked: 2099 times
Contact:

Re: Microsoft Edge browser Linux version

Post by rockedge »

Tip:

To preserve the original .desktop file:
Copy /usr/share/applications/microsoft-edge.desktop to /root/.local/share/applications/microsoft-edge.desktop

In each section of the .desktop file modify the line with Exec= statements in /root/.local/share/applications/microsoft-edge.desktop with:

Code: Select all

Exec=/usr/bin/microsoft-edge-stable --no-sandbox

All .desktop files in /root/.local/share/applications/ take precedence and will not be over-written during any updates.

User avatar
bigpup
Moderator
Posts: 6272
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 733 times
Been thanked: 1292 times

Re: Microsoft Edge browser Linux version

Post by bigpup »

@mikewalsh

Well, nothing says we cannot have a topic for the one you can download from Microsoft and a topic for your portable version.

They are actually two different packages.
This one is a deb package.

I am sure someone is going to go to the Microsoft web site for Edge and try to do what I report in this topic.

With your post having a link to the other topic.

Seems all bases are covered.

Thanks for the info on using the settings!

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

MartilloG
Posts: 3
Joined: Wed Jan 31, 2024 11:57 am
Been thanked: 2 times

Re: Microsoft Edge browser Linux version (deb package)

Post by MartilloG »

Ese código lo usé por mucho tiempo, pero ya no funciona esa solución como antes.

:thumbdown: Code: Select all :!:

Code: Select all

Exec=/usr/bin/microsoft-edge-stable --no-sandbox

:thumbup: Las más adecuadas y sin errores, es desde una terminal escribir cualquiera de estas:

Code: Select all

run-as-spot /opt/microsoft/msedge/microsoft-edge

Code: Select all

run-as-spot /usr/bin/microsoft-edge-stable

Code: Select all

run-as-spot /usr/bin/microsoft-edge

Saludos

MartilloG
Posts: 3
Joined: Wed Jan 31, 2024 11:57 am
Been thanked: 2 times

Re: Microsoft Edge browser Linux version (deb package)

Post by MartilloG »

Yo acabo de hacer esto. En la ruta:
/usr/share/applications

Crear un archivo nuevo, o si gustan modificar el archivo que ya existe para edge ;)

Code: Select all

[Desktop Entry]
Version=1.0
Name=Microsoft Edge 01
GenericName=Web Browser 01
Comment=Access the Internet
Exec=run-as-spot /usr/bin/microsoft-edge-stable
StartupNotify=true
Terminal=false
Icon=microsoft-edge.png
Type=Application
Categories=WebBrowser

:thumbup2:

User avatar
trawglodyte
Posts: 236
Joined: Mon Dec 11, 2023 11:32 am
Location: my cave
Has thanked: 234 times
Been thanked: 72 times

Re: Microsoft Edge browser Linux version (deb package)

Post by trawglodyte »

MartilloG wrote: Wed Jan 31, 2024 12:03 pm

:thumbup: Las más adecuadas y sin errores, es desde una terminal escribir cualquiera de estas:

Code: Select all

Exec=run-as-spot /usr/bin/microsoft-edge-stable
Exec=/usr/bin/microsoft-edge-stable --no-sandbox

I've tested both "run-as-spot" and "--no-sandbox" with Brave browser and Vivaldi. Good to know Microsoft Edge can be hacked this way too. Pros and cons to either method. It seems to me the browser "complains" a bit with --no-sandbox, but the benefit is you can use it with your root account and have instant access to folders and files for upload/download at /root/. @MartilloG is correct that "run-as-spot" seems more error-free, less glitchy. But I went to upload a file this way and realized of course I can't reach my files at /root/ straight-away, (I'm sure people who do run-as-spot have ways to address this). But, yah, as far as browsers that don't launch when you install as root user, seems either hack will make them launch and either is good depending on what you want.

¡Saludos!

Like a monkey trying to fly a space-ship. What's this button do?
Like a 12-yr old trying to wire a house. Gonna get zapped!

MartilloG
Posts: 3
Joined: Wed Jan 31, 2024 11:57 am
Been thanked: 2 times

Re: Microsoft Edge browser Linux version (deb package)

Post by MartilloG »

Exec=/usr/bin/microsoft-edge-stable --no-sandbox

he intentado en diferentes instalaciones y Edge ya no inicia con ese comando, aunque anteriormente si iniciaba. Por eso recomendé el código nuevo ;)

Post Reply

Return to “Browsers and Internet”