You are not logged in.

#1 2026-05-25 13:48

seb3773
Member
From: France
Registered: 2023-11-01
Posts: 249

edge browser in Q4OS application center

I noticed that the Edge browser is available in the Q4OS application center, but on Trinity (and maybe Plasma too?), it uses the Flatpak version. I have nothing against Flatpak (I even think it’s probably the "future" for packaged apps with all dependencies on Linux, much better than the dreadful Snap...). However, when a "classic" alternative is available, I think it’s preferable to use it (lighter).
For Edge, this should suffice:

sudo apt update
sudo apt install -y ca-certificates curl gnupg
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/microsoft.gpg > /dev/null
sudo chmod a+r /etc/apt/keyrings/microsoft.gpg
echo 'deb [arch=amd64 signed-by=/etc/apt/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main' | sudo tee /etc/apt/sources.list.d/microsoft-edge-stable.list > /dev/null
sudo apt update
sudo apt install microsoft-edge-stable

What do you think?


Debian & Q4OS (TDE!!), low-level C, ASM (z80/68k/x86/ARM64), embedded systems, CPU architectures (RISC-V, binary formats, assembly), retro-computing, metal music, guitar and sci-fi.

Offline

#2 2026-05-25 14:41

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,212
Website

Re: edge browser in Q4OS application center

We would think that Microsoft Apt repositories are unreliable, so we would not recommend using them in production systems for ordinary users. Such repositories may pull broken package dependencies.

Offline

#3 2026-05-25 19:43

seb3773
Member
From: France
Registered: 2023-11-01
Posts: 249

Re: edge browser in Q4OS application center

q4osteam wrote:

Such repositories may pull broken package dependencies.

ho didn't know that...So it makes sense to have flatpak instead, understood and thanks for the tip !


Debian & Q4OS (TDE!!), low-level C, ASM (z80/68k/x86/ARM64), embedded systems, CPU architectures (RISC-V, binary formats, assembly), retro-computing, metal music, guitar and sci-fi.

Offline

Board footer

Powered by FluxBB