this post was submitted on 25 Aug 2025
186 points (87.5% liked)

Memes

52343 readers
738 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 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Matriks404@lemmy.world 35 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Debian users:

What do you mean by PPA?

Also: apt-get is intended as low-level APT interface for scripts, just use apt instead. I get why people are confused nowadays, because APT documentation is terrible.

[–] MonkderVierte@lemmy.zip 6 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

apt-get is intended as low-level APT interface for scripts

Ah, that's what they call it now.

I wonder to what they degraded dpkg then?

[–] Ephera@lemmy.ml 10 points 2 weeks ago (1 children)

Isn't dpkg just the program that installs DEB files, without handling dependency resolution?

[–] MonkderVierte@lemmy.zip 3 points 2 weeks ago

Yes, apt and apt-* use it.

[–] pewpew@feddit.it 2 points 2 weeks ago

Also you usually do update before upgrade, not after

[–] notarobot@lemmy.zip 2 points 2 weeks ago

I thought apt-get was a transitional command made so that the devs could make a breaking change, but now that that is done, its no longer needed