this post was submitted on 15 Jul 2023
10 points (100.0% liked)

Programmer Humor

31251 readers
1545 users here now

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

Rules:

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

Is there a big reason to use apt-get instead of just apt? I don't think I've ever used apt-get in years, always using just apt.

[–] [email protected] 0 points 11 months ago (2 children)

It's used for scripting. Apt specifically recommends against using it in scripts.

[–] [email protected] 0 points 11 months ago (1 children)

.... wait?

Used for scripting, but not recommended to be used in scripting?

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

apt-get is used in scripting.

apt isnt recommended to be used in scripting.