Valso@lemmy.ml to Memes@lemmy.ml · 3 days agoLet's update...lemmy.mlimagemessage-square93linkfedilinkarrow-up1219arrow-down130
arrow-up1189arrow-down1imageLet's update...lemmy.mlValso@lemmy.ml to Memes@lemmy.ml · 3 days agomessage-square93linkfedilink
minus-squareMatriks404@lemmy.worldlinkfedilinkarrow-up36arrow-down1·edit-23 days agoDebian 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.
minus-squarepewpew@feddit.itlinkfedilinkarrow-up2·7 hours agoAlso you usually do update before upgrade, not after
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up6·edit-22 days ago 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?
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up11·2 days agoIsn’t dpkg just the program that installs DEB files, without handling dependency resolution?
minus-squarenotarobot@lemmy.ziplinkfedilinkarrow-up2·2 days agoI 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
Debian users:
Also:
apt-get
is intended as low-level APT interface for scripts, just useapt
instead. I get why people are confused nowadays, because APT documentation is terrible.Also you usually do update before upgrade, not after
Ah, that’s what they call it now.
I wonder to what they degraded dpkg then?
Isn’t dpkg just the program that installs DEB files, without handling dependency resolution?
Yes, apt and apt-* use it.
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