• KnoLord
    link
    fedilink
    arrow-up
    5
    ·
    6 days ago

    apt on its own isn’t safe to use in shell scripts while apt-get is. At least, that is the output I get when using apt in a script on Debian.

    That is the only reason, for interactive sessions use apt, for automated scripts apt-get.