This is the linux version of the newer browser of Windows, compiled for linux. The newcomers from Windows to Linux will for sure like it!
I packaged for Porteus KDE, you should try it in other Porteus desktops and see if it works!

Cheers!
I'm certain that's going to give their motivation quite a fair boost, so it turns out i just downloaded it earlier this morning, though using the "Get Addon Packages" utily from 'Arch Porteus' 64-bits - i don't suppose Microsoft intends to support 32-bits as well but one can hope i guess. It's an occasion to comment that these cripts are only as up-to-date as their maintenance, while i believe it would be nearly just as fine just to provide the sources, for example:
Code: Select all
guest@porteus:~$ /usr/bin/microsoft-edge-beta --no-sandbox %U
guest@porteus:~$ /usr/bin/microsoft-edge-beta: error while loading shared libraries: libxkbcommon.so.0: cannot open shared object file: No such file or directory
I tried.
Code: Select all
guest@porteus:~/Downloads$ deb2xzm *.deb
Checking required libraries ...
/usr/bin/deb2xzm: line 14: ldconfig: command not found
#############################
# Missing library #
#############################
You are missing libbfd. Please
activate 05_devel or run the
command: getpkg binutils
and installpkg the file.
guest@porteus:~/Downloads$ ls /mnt/live/memory/images/
000-kernel.xzm/ leafpad-0.8.18.1-x86_64-2_slonly.xzm/
001-core.xzm/ libreoffice-live.xzm/
002-xorg.xzm/ meld-3.14.2-x86_64-bundle.xzm/
003-jinnamon-180702.xzm/ mtpaint-3.40-x86_64-2gvEd_P.xzm/
007-printing-x86_64-2018-02-23.xzm/ mychanges.xzm/
05-devel.xzm/ pix-1.8.2-1.fc28.x86_64.xzm/
firefox-87.0-x86_64-en-US.xzm/ xmahjongg-3.7-x86_64-don.xzm/
guest@porteus:~/Downloads$ deb2xzm *.deb
Checking required libraries ...
/usr/bin/deb2xzm: line 14: ldconfig: command not found
#############################
# Missing library #
#############################
You are missing libbfd. Please
activate 05_devel or run the
command: getpkg binutils
and installpkg the file.
guest@porteus:~/Downloads$ su
Password:
root@porteus:/home/guest/Downloads# getpkg binutils
Checking that mirror is online ...
--2021-08-19 16:22:11-- https://dfw.mirror.rackspace.com/slackware//slackware64-current/FILELIST.TXT
Resolving dfw.mirror.rackspace.com (dfw.mirror.rackspace.com)... 74.205.112.120
Connecting to dfw.mirror.rackspace.com (dfw.mirror.rackspace.com)|74.205.112.120|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1407742 (1.3M) [text/plain]
Saving to: ‘/tmp/getpkg/FILELIST.TXT’
FILELIST.TXT 100%[===================>] 1.34M 1.08MB/s in 1.2s
2021-08-19 16:22:13 (1.08 MB/s) - ‘/tmp/getpkg/FILELIST.TXT’ saved [1407742/1407742]
[OK] binutils-2.36.1-x86_64-2.txz
Please enter a directory to download the packages to.
> /home/guest/Downloads/
Downloading: binutils-2.36.1-x86_64-2.txz DONE
Converting binutils-2.36.1-x86_64-2.txz ...
Verifying package binutils-2.36.1-x86_64-2.txz.
Installing package binutils-2.36.1-x86_64-2.txz:
PACKAGE DESCRIPTION:
# binutils (GNU binary development tools)
#
# Binutils is a collection of binary utilities. It includes "as" (the
# portable GNU assembler), "ld" (the GNU linker), and other utilities
# for creating and working with binary programs.
#
# These utilities are REQUIRED to compile C, C++, Objective-C, Fortran,
# and most other programming languages.
#
Executing install script for binutils-2.36.1-x86_64-2.txz.
Package binutils-2.36.1-x86_64-2.txz installed.
Creating /home/guest/Downloads/binutils-2.36.1-x86_64-2.xzm
Processing finished.
Your files are in: /home/guest/Downloads/
root@porteus:/home/guest/Downloads# installpkg *.txz
Verifying package binutils-2.36.1-x86_64-2.txz.
Installing package binutils-2.36.1-x86_64-2.txz:
PACKAGE DESCRIPTION:
# binutils (GNU binary development tools)
#
# Binutils is a collection of binary utilities. It includes "as" (the
# portable GNU assembler), "ld" (the GNU linker), and other utilities
# for creating and working with binary programs.
#
# These utilities are REQUIRED to compile C, C++, Objective-C, Fortran,
# and most other programming languages.
#
Executing install script for binutils-2.36.1-x86_64-2.txz.
Package binutils-2.36.1-x86_64-2.txz installed.
root@porteus:/home/guest/Downloads# deb2xzm *.deb
Checking required libraries ...
ar: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by ar)
ar: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib64/libbfd-2.36.1-slack15.so)
root@porteus:/home/guest/Downloads#
root@porteus:/home/guest/Downloads# ls *.txz
binutils-2.36.1-x86_64-2.txz
root@porteus:/home/guest/Downloads# ls *.deb
microsoft-edge-beta_92.0.902.22-1_amd64.deb*
root@porteus:/home/guest/Downloads#
Code: Select all
guest@porteus:~$ ls /mnt/live/memory/images/lib*
/mnt/live/memory/images/libreoffice-live.xzm:
usr/
/mnt/live/memory/images/libxkbcommon-1.3.0-x86_64-1.xzm:
usr/ var/
guest@porteus:~$ /usr/bin/microsoft-edge-beta --no-sandbox
/usr/bin/microsoft-edge-beta: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib64/libxkbcommon.so.0)
Yup.