this post was submitted on 07 Sep 2023
1081 points (95.9% liked)

Memes

45399 readers
793 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

OC for you.

you are viewing a single comment's thread
view the rest of the comments
[–] DakRalter@thelemmy.club 1 points 1 year ago (1 children)

Is that the same as sudo? That's what I've been using.

[–] MiddledAgedGuy@beehaw.org 1 points 1 year ago (1 children)

sudo is "super user do". The equivalent of Run as Administrator in Windows for whatever command suffixes it. Ideally you don't want to use this unless you have to, but it might take some time to learn where that line is.

What they're talking about is a gui based software installer. I assume it runs the dnf or apt or whatever commands for you.

[–] DakRalter@thelemmy.club 1 points 1 year ago (1 children)

Really?! I was told to always install programs via sudo.

[–] MiddledAgedGuy@beehaw.org 2 points 1 year ago

That would be a correct use of it. Sorry, I assumed a larger scope. Package managers need this.