Apply updates to Linux

This post introduces how to apply updates to Linux OS with different distributions.

Ubuntu:

$ sudo apt-get update

CentOS:

su -
yum update

Fedora:

$ sudo dnf update

Leave a Reply

Your email address will not be published. Required fields are marked *