this post was submitted on 25 Aug 2025
188 points (87.3% liked)

Memes

52519 readers
1434 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 36 points 1 month ago* (last edited 1 month 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 1 month ago* (last edited 1 month 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 11 points 1 month ago (1 children)

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

[–] MonkderVierte@lemmy.zip 3 points 1 month ago

Yes, apt and apt-* use it.

[–] notarobot@lemmy.zip 2 points 1 month 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

[–] pewpew@feddit.it 2 points 1 month ago

Also you usually do update before upgrade, not after