Forum Discussion
Edge installation on Debian linux (Raspberry Pi OS) on Raspberry Pi 400 fails
Hi,
I tried to install Edge using the command line instructions, and also by double clicking on a downloaded debian installer package, and both installs failed. This is using a Raspberry Pi 400 running the latest version of Raspberry Pi OS, which I believe is based on Debian. The command line install gave an error saying "Unable to locate package microsoft-edge-dev".
Any ideas what the issue may be?
Thanks
19 Replies
- dprabhaCopper ContributorMost of them have already Answered : Raspberry PI used ARM64 Architecture and It doesn't support current stable Edge Browser (AMD64 Architecture). Even in 2024 the ARM64 version of Edge is not available to install.
Note: Earlier I got chance to install Edge on Ubuntu on my laptop with Intel chipset - patrickw99Copper Contributor
formula155 From what I can find the Microsoft Edge browser is only for Windows, MAC, and Linux on the X86 platform. There is a build for the raspberry pi but it is only for Windows 10 on ARM. Microsoft will need to build a specific version for Raspberry PI os on ARM. I cannot find where they have made this build.
When I looked on the Microsoft Insider page I only found the x86 version for Linux not the ARM version. I hope this helps.
Patrickw99
- J_jones85Copper ContributorFrom what I can tell it looks like there isn't a version specific to Linux ARM architecture. However there is still a way you can install the version that is available on the raspberry pi even though it's the x86_64 version. It's quite simple, you must install an x86_64 version of debian inside your current Raspbian and then "chroot" into that OS and then install Edge and then after it's installed you'll be able to launch edge from there. It is a semi lengthy process just to run Edge on the Raspberry Pi. I hope you find this useful.
- myusrnBrass Contributor
Thanks for the work around to use until such time as an edge for arm / raspberry pi os becomes available?
q1. Does the process you outline work for raspberry pi os 64bit beta installs or only the default 32bit installs?
q2. Is the resulting edge install performance using the method you describe significantly impacted?
q3. Is installing chrome on raspberry pi os 64bit beta release also require a custom process?
- KamSilver Contributorformula155 It was a .deb file, right?
- formula1551700Copper ContributorYes, it was a .deb
Thanks
Guy- KamSilver Contributorformula1551700 I'm not an expert on Linux, so let's wait for the pros at Microsoft.