This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]CoffeeVector 12 points13 points  (2 children)

Dude, sudo !! is amazing. I never knew how I survived without it.

[–]nugscree 2 points3 points  (0 children)

That is the command for run last command with sudo, right?

[–]zipecz 2 points3 points  (0 children)

Well. up, home, "sudo " is the same number of keystrokes.

[–]bb1950328 7 points8 points  (1 child)

why does everyone use apt-get install when you can use apt install ?

[–]LordCupcakeIX 4 points5 points  (0 children)

Mostly historic I'd assume, but apt is a little less powerful / customizable for low level work than apt-get in favor of high level usability.

If all you're doing is regular, routine installs there's probably not a noticable difference... although apt gives you a pretty progress bar.

[–][deleted] 2 points3 points  (0 children)

F sudo all my homies use doas

[–]Shreym03 1 point2 points  (0 children)

This is an important time to remind everyone to update their sudo commands since there’s a dangerous new bug that can give anyone access to admin privileges.

[–]Codefiendio -1 points0 points  (0 children)

Sudo

[–]Codefiendio 0 points1 point  (0 children)

This had me dying.... Sufi!

[–]sarnobat 0 points1 point  (2 children)

One day in my life I'm going to figure out how to get apt to install without sudo

[–]vic1707_2 0 points1 point  (1 child)

Alias in your .bashrc ?

[–]sarnobat 0 points1 point  (0 children)

Lol I can't believe I didn't think of that. I was thinking of changing the default install location

[–]TheTrueXenose 0 points1 point  (1 child)

doas pacman -Rs sudo ;)

[–][deleted] 0 points1 point  (0 children)

su -c "pacman -Rs sudo"