abobla@lemm.ee to linuxmemes@lemmy.world · 2 months agopro tiplemm.eeimagemessage-square117fedilinkarrow-up11.49K
arrow-up11.49Kimagepro tiplemm.eeabobla@lemm.ee to linuxmemes@lemmy.world · 2 months agomessage-square117fedilink
minus-squareMonkderVierte@lemmy.mllinkfedilinkarrow-up8·1 month agoThat’s please albert update nowadays. Why is apt-get still around?
minus-squareKnoLord@lemmy.ziplinkfedilinkarrow-up5·1 month 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
.