@[email protected] to linuxmemes • 6 days agopro tiplemm.eeimagemessage-square117fedilinkarrow-up11.48Karrow-down17
arrow-up11.47Karrow-down1imagepro tiplemm.ee@[email protected] to linuxmemes • 6 days agomessage-square117fedilink
minus-square@[email protected]linkfedilink8•6 days agoThat’s please albert update nowadays. Why is apt-get still around?
minus-squareKnoLordlinkfedilink5•5 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
.