abobla@lemm.ee to linuxmemes@lemmy.world · 6 days agopro tiplemm.eeimagemessage-square117fedilinkarrow-up11.48Karrow-down17
arrow-up11.47Karrow-down1imagepro tiplemm.eeabobla@lemm.ee to linuxmemes@lemmy.world · 6 days agomessage-square117fedilink
minus-squareMonkderVierte@lemmy.mllinkfedilinkarrow-up8·6 days agoThat’s please albert update nowadays. Why is apt-get still around?
minus-squareKnoLord@lemmy.ziplinkfedilinkarrow-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.
That’s
please albert update
nowadays.Why is apt-get still around?
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
.