Valso@lemmy.ml to Memes@lemmy.ml · 3 months agoLet's update...lemmy.mlimagemessage-square92linkfedilinkarrow-up1220arrow-down131
arrow-up1189arrow-down1imageLet's update...lemmy.mlValso@lemmy.ml to Memes@lemmy.ml · 3 months agomessage-square92linkfedilink
minus-squareMatriks404@lemmy.worldlinkfedilinkarrow-up37arrow-down1·edit-23 months 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-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up6·edit-23 months 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-up12·3 months agoIsn’t dpkg just the program that installs DEB files, without handling dependency resolution?
minus-squarepewpew@feddit.itlinkfedilinkarrow-up2·2 months agoAlso you usually do update before upgrade, not after
minus-squarenotarobot@lemmy.ziplinkfedilinkarrow-up2·3 months 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-getis intended as low-level APT interface for scripts, just useaptinstead. I get why people are confused nowadays, because APT documentation is terrible.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.
Also you usually do update before upgrade, not after
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