cm0002@lemmy.world to linuxmemes@lemmy.world · 1 month agoPosting for a friend lollemmy.worldimagemessage-square118fedilinkarrow-up1856arrow-down113
arrow-up1843arrow-down1imagePosting for a friend lollemmy.worldcm0002@lemmy.world to linuxmemes@lemmy.world · 1 month agomessage-square118fedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up50arrow-down2·edit-21 month 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-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.
minus-squareDasFaultier@sh.itjust.workslinkfedilinkarrow-up4·1 month 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.