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

Programmer Humor

32245 readers
191 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Do this with a typo in sources.list and uninstall the complete system at once. Happened to me once, happened to me twice. 10/10 will happen again

[–] [email protected] 1 points 1 year ago

Try installing something from homebrew.

Oh you just want to install this one package here? Ok but let’s update 60 other packages first. Don’t worry, it will only take about one minute. Per package.

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago)

This was me the first time I tried using a Raspberry Pi, I'd never experienced an update taking longer than a minute or two before then

[–] [email protected] 0 points 1 year ago (1 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 1 year ago (1 children)

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

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

.... wait?

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

[–] [email protected] 1 points 1 year ago

apt-get is used in scripting.

apt isnt recommended to be used in scripting.