5

I am trying to install Atom code editor on Ubuntu subsystem. However, I am currently facing this error after doing sudo apt-get install atom.

This is the error I am facing currently: Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Permission denied.

As seen in the image below, it seems like I have to input something to end the command which I do not know how I can solve it.

enter image description here

Please advise. Thank you!

snigcode
  • 365
  • 4
  • 17

1 Answers1

0

try atom --no-sandbox

or sudo atom --no-sandbox

Alexander Lanin
  • 375
  • 5
  • 15