• DonutsRMeh@lemmy.world
    link
    fedilink
    arrow-up
    160
    arrow-down
    1
    ·
    2 days ago

    apt is a newer, more user-friendly front-end for apt-get and apt-cache.

    apt = combines commands like install, remove, update, upgrade into one tool, with prettier output

    #apt-get = older, lower-level, more script-friendly For normal use, just use apt now. For scripting where 100% backward compatibility matters, use apt-get.

      • DonutsRMeh@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        15 hours ago

        Lol. You’re not alone. I’ve thought that for the longest time ever. Until one I had the question pop into my head and started searching it.

    • Captain Aggravated@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      18 hours ago

      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?

      • DonutsRMeh@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        15 hours ago

        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 and mintupgrade = apt upgrade for updating mint versions … Etc