Image may be NSFW.
Clik here to view.
Here are a few command lines to update your Linux packages and distribution from a terminal session:
1. To update the packages list:
$sudo apt-get update
2. To upgrade the installed packages:
$sudo apt-get upgrade
3. To upgrade your Linux distribution:
$sudo do-release-upgrade