abobla@lemm.ee to linuxmemes@lemmy.world · 7 days agopro tiplemm.eeimagemessage-square117fedilinkarrow-up11.48Karrow-down17
arrow-up11.47Karrow-down1imagepro tiplemm.eeabobla@lemm.ee to linuxmemes@lemmy.world · 7 days agomessage-square117fedilink
minus-squareKnoLordlinkfedilinkarrow-up5·6 days agoapt 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.
apt
on its own isn’t safe to use in shell scripts whileapt-get
is. At least, that is the output I get when usingapt
in a script on Debian.That is the only reason, for interactive sessions use
apt
, for automated scriptsapt-get
.