I literally saw that kind of message very recently on a nixos based machine and I literally had to stand up and do a lap. What in God’s green earth do you mean there’s no ‘sudo’??
If you follow the Arch installation guide it’ll get you to a working system, but you’ll need to install sudo yourself. It’s not strictly required so it’s not installed with the essential packages (or even the packages recommended for most users in the guide).
“sudo is not recognized an an internal or external command”
I literally saw that kind of message very recently on a nixos based machine and I literally had to stand up and do a lap. What in God’s green earth do you mean there’s no ‘sudo’??
apt remove sudo
sudo is not installed on several distributions by default, so hardly surprising it’s not there or that you can remove it.
Linux: Keeps the same quirks in shells alive for half a century BeCaUsE bAcKwArDs CoMpAtIbIlItY.
Also Linux:
i mean there are other superuser commands, BSD doesn’t use sudo for example, it uses “doas”
Nixos scares me
run0 for you my guy
If you follow the Arch installation guide it’ll get you to a working system, but you’ll need to install sudo yourself. It’s not strictly required so it’s not installed with the essential packages (or even the packages recommended for most users in the guide).