Valso@lemmy.ml to Memes@lemmy.ml · 1 day agoLet's update...lemmy.mlexternal-linkmessage-square86fedilinkarrow-up1209arrow-down125cross-posted to: memes@lemmy.world
arrow-up1184arrow-down1external-linkLet's update...lemmy.mlValso@lemmy.ml to Memes@lemmy.ml · 1 day agomessage-square86fedilinkcross-posted to: memes@lemmy.world
minus-squareMatriks404@lemmy.worldlinkfedilinkarrow-up35arrow-down1·edit-21 day 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-223 hours 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·18 hours agoIsn’t dpkg just the program that installs DEB files, without handling dependency resolution?
minus-squarenotarobot@lemmy.ziplinkfedilinkarrow-up2·22 hours 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.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