Updating Ubuntu Server


Commands (Ubuntu)


# Fetches the list of available updates
sudo apt-get update

# Strictly upgrades the current packages
sudo apt-get upgrade

# Installs updates (new ones)
sudo apt-get dist-upgrade

,

Leave a Reply

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