Forum Discussion
MissyQ
Oct 20, 2020Former Employee
Top Feedback Summary for October 20
Note: This is no longer the most recent top feedback summary. You can always find the latest at https://aka.ms/MSEdgeTopFeedback.
Hey there, Insiders! This week is a big week, so let’s see what...
gusbemacbe
Oct 26, 2020Copper Contributor
DavidH0 You can get Edge from unofficial AUR of Arch Linux. As for Gentoo, there is a possibility to make Microsoft Edge an AppImage to work on any Linux distribution. Just run the commands:
mkdir buildMicrosoftEdge
cd buildMicrosoftEdge
wget https://raw.githubusercontent.com/AppImage/AppImages/master/pkg2appimage
mv pkg2appimage pkg2appimage.sh
chmod +x pkg2appimage.sh
wget https://raw.githubusercontent.com/cmatomic/RecipesAppimage/master/MicrosoftEdgeAppImage/microsoft-edge-dev.yml
ARCH=x86_64 ./pkg2appimage.sh microsoft-edge-dev.yml
DavidH0
Oct 26, 2020Copper Contributor
gusbemacbe Great! What about Alpine as well as Raspberry Pi?
Those two are commonly used on servers and routers.
- gusbemacbeOct 26, 2020Copper Contributor
DavidH0 Microsoft did not release yet the official ARM version of Edge for macOS Big Sur and Raspberry Pi, but released the ARM version for Surface Pro.