cm0002@lemmy.world to linuxmemes@lemmy.world · 2 days agoPosting for a friend lollemmy.worldexternal-linkmessage-square119fedilinkarrow-up1833arrow-down114
arrow-up1819arrow-down1external-linkPosting for a friend lollemmy.worldcm0002@lemmy.world to linuxmemes@lemmy.world · 2 days agomessage-square119fedilink
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up1·17 hours agoIf I recall correctly, Linux Mint did their own thing for a bit with the apt command so there were two different implementations out there for awhile?
minus-squareDonutsRMeh@lemmy.worldlinkfedilinkarrow-up1·14 hours agoI don’t know if they modified apt at all. I know they have their mint tools that call apt through some python code, like mintinstall = apt install <package> for the software manager and mintupgrade = apt upgrade for updating mint versions … Etc
If I recall correctly, Linux Mint did their own thing for a bit with the apt command so there were two different implementations out there for awhile?
I don’t know if they modified apt at all. I know they have their mint tools that call apt through some python code, like
mintinstall
=apt install <package>
for the software manager andmintupgrade
=apt upgrade
for updating mint versions … Etc