Apply Updates

Aptitude is the system that downloads, installs, upgrades, and uninstalls software packages in Ubuntu Linux.

sudo apt-get update
Updates the package database with the latest index. This makes no changes to installed software.

sudo apt-get upgrade
Determines, of all the installed packages, which has newer versions available to install and prompts to install the upgrades.

sudo apt-get install (package)
Installs the specified package.