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

Programmer Humor

32070 readers
546 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
[–] gkd@lemmy.ml 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.

[–] DrM@feddit.de 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

[–] PracticalParrot@discuss.tchncs.de 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.

[–] jape@infosec.pub 0 points 1 year ago (1 children)

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

[–] Zucca@sopuli.xyz 0 points 1 year ago (1 children)

.... wait?

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

[–] __jov@lemmy.ml 2 points 1 year ago

apt-get is used in scripting.

apt isnt recommended to be used in scripting.

[–] MangoPenguin@lemmy.blahaj.zone 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