Skip to content

Instantly share code, notes, and snippets.

@ruario
Last active November 2, 2020 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruario/d8a4ca2bb95e0d3056c03ee4d71d13e2 to your computer and use it in GitHub Desktop.
Save ruario/d8a4ca2bb95e0d3056c03ee4d71d13e2 to your computer and use it in GitHub Desktop.
Testing MS Edge on Linux

(Note: Triple click to select entire lines, then paste them into a terminal)

Download and Extract

curl -r6450- https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/microsoft-edge-dev_88.0.673.0-1_amd64.deb | xz -d --single-stream | tar x ./opt --strip 3

Run

msedge-dev/microsoft-edge-dev --user-data-dir=msedge-dev/settings&

Removal and cleanup

rm -r msedge-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment