this post was submitted on 08 Jul 2024
637 points (96.9% liked)

Programmer Humor

32024 readers
861 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 2 months ago (2 children)

sudo apt install linux

problem fucking solved

[–] [email protected] 38 points 2 months ago (1 children)

"sudo is not recognized an an internal or external command"

[–] [email protected] 9 points 2 months ago (6 children)

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'??

[–] [email protected] 5 points 2 months ago

i mean there are other superuser commands, BSD doesn't use sudo for example, it uses "doas"

[–] [email protected] 5 points 2 months ago

Linux: Keeps the same quirks in shells alive for half a century BeCaUsE bAcKwArDs CoMpAtIbIlItY.

Also Linux:

[–] asyncrosaurus 4 points 2 months ago* (last edited 2 months ago) (1 children)

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.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

It's not surprising you can remove it, but it seems contrary to teaching good habits to not install it by default as a basic utility. You don't want to train people to log in as root

Actually I think the only way I can log in as root is sudo -i

Pretty sure root has /bin/false as its shell and it's configured as no login my machines

[–] [email protected] 3 points 2 months ago

Nixos scares me

[–] [email protected] 3 points 2 months ago

run0 for you my guy

[–] [email protected] 3 points 2 months ago (1 children)

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).

[–] [email protected] 1 points 2 months ago

Surely any user planning on using arch would want sudo. I mean if Ubuntu desktop didn't come with sudo I'd understand but arch? Linux From Scratch was a thing when I was still playing with Linux (rather than just using it) and that also was very much an if you want it, install it, but that suggested sudo as the likely alternative was the user would log in as root

[–] [email protected] 3 points 2 months ago

Package "linux" is already the newest version.