I'm following these instructions and got as far as the command sudo stop network-manager
where I received the output stop: Unable to connect to Upstart
. According to this post I should use the command sudo systemct1 stop network-manager
but I get the output sudo: systemct1: command not found
. I tried to update systemd
but it's already the latest. How do I stop Network Manager from the Terminal?
Running Ubuntu 15.10
systemctl
and not systemsc1. The last letter is a small L, and not the digit one. Use copy/paste instead of typing. – mikewhatever Mar 17 '16 at 00:03