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
[–] 34 points 2 years ago* (2 children)

Alias albert=apt

please albert-get update

Edit: oops sorry didn't mean to reply to your comment, I'm on mobile so I thought was new comment

  • source
  • parent
  • hideshow 4 child 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