Site icon The Perpetual Student

Update Ubuntu 14

The CLI process on updating Ubuntu 14:

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

# Strictly upgrades the current packages.
sudo apt-get upgrade

# Installs updates for current Ubuntu release.
sudo apt-get dist-upgrade

Note: This does not upgrade to a new version of Ubuntu (such as Ubuntu 16). This updates your current Ubuntu version.

Exit mobile version