pro tip (lemm.ee)
submitted 2 years ago by to c/linuxmemes@lemmy.world
 
you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 2 years ago (1 child)

That's please albert update nowadays.

Why is apt-get still around?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago

    apt 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.

  • source
  • parent