abobla@lemm.ee to linuxmemes@lemmy.world · 8 days agopro tiplemm.eeexternal-linkmessage-square88fedilinkarrow-up11.2Karrow-down17
arrow-up11.19Karrow-down1external-linkpro tiplemm.eeabobla@lemm.ee to linuxmemes@lemmy.world · 8 days agomessage-square88fedilink
minus-squareKnoLord@lemmy.ziplinkfedilinkarrow-up3·7 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
.