cm0002@lemmy.world to linuxmemes@lemmy.world · 1 month agoPosting for a friend lollemmy.worldimagemessage-square131fedilinkarrow-up1882
arrow-up1882imagePosting for a friend lollemmy.worldcm0002@lemmy.world to linuxmemes@lemmy.world · 1 month agomessage-square131fedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up26·edit-21 month ago mostly supersedes apt-get/apt-cache/etc tools, Except for in scripts. Debian guarantee that the output format of apt-get will never change and thus it’s safe to use in scripts that parse the output, whereas they don’t have the same guarantee for apt, which can change between releases.
Except for in scripts. Debian guarantee that the output format of
apt-get
will never change and thus it’s safe to use in scripts that parse the output, whereas they don’t have the same guarantee forapt
, which can change between releases.