Or asked the other way around: How long do you keep your servers running without installing any software updates?

update means something like

sudo dnf update

or something ....

apt-get upgrade
apt-get update
you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 9 months ago (1 child)

To make it even simpler, apk -U upgrade

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 9 months ago

    apk seems to have some tricks in there that aren't as well known.

    I managed to catch in the IRC channel that apk add doc will automatically download any related man pages for packages with any future downloads through apk. That made life a bit more convenient instead of downloading all those packages separately.

  • source
  • parent