Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after installation of microsoft-edge browser in WSL environment #2017

Open
apang opened this issue Sep 6, 2024 · 0 comments
Open

Error after installation of microsoft-edge browser in WSL environment #2017

apang opened this issue Sep 6, 2024 · 0 comments
Assignees

Comments

@apang
Copy link

apang commented Sep 6, 2024

Type of issue

Code doesn't work

Feedback

Setup

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/
sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-beta.list'
sudo rm microsoft.gpg

Install

sudo apt update
sudo apt install microsoft-edge-beta

microsoft-edge
[10182:10182:0905/205918.372900:ERROR:zygote_host_impl_linux.cc(101)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

Page URL

https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps

Content source URL

https://github.com/MicrosoftDocs/wsl/blob/main/WSL/tutorials/gui-apps.md

Author

@craigloewen-msft

Document Id

03d806dd-56d9-f230-b7f8-b6f583168247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants