this post was submitted on 25 Aug 2025
182 points (89.6% liked)

Memes

52090 readers
1305 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 30 points 1 day ago* (last edited 1 day ago) (2 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 5 points 20 hours ago* (last edited 20 hours 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 9 points 14 hours ago

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

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