cm0002@lemmy.world to linuxmemes@lemmy.world · 15 days agoPosting for a friend lollemmy.worldimagemessage-square64linkfedilinkarrow-up1403arrow-down17
arrow-up1396arrow-down1imagePosting for a friend lollemmy.worldcm0002@lemmy.world to linuxmemes@lemmy.world · 15 days agomessage-square64linkfedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up42arrow-down2·edit-215 days agoapt is newer and mostly supersedes apt-get/apt-cache/etc tools, tries to be a more-approachable frontend. They interoperate though, so if you’re happy with using a mix of them, go for it. I generally just use apt. EDIT: There were also some older attempts to produce a unified frontend, like aptitude.
minus-squaredan@upvote.aulinkfedilinkarrow-up23·edit-215 days 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.
minus-squareDasFaultier@sh.itjust.workslinkfedilinkarrow-up2·15 days ago They interoperate though, so if you’re happy with using a mix of them, go for it. Same goes for nala, BTW.
apt
is newer and mostly supersedes apt-get/apt-cache/etc tools, tries to be a more-approachable frontend.They interoperate though, so if you’re happy with using a mix of them, go for it. I generally just use
apt
.EDIT: There were also some older attempts to produce a unified frontend, like
aptitude
.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.Same goes for
nala
, BTW.