Updating Raspbian
Raspbian and its libraries can get updates periodically. You may wish to check the updates using the following commands respectively over the SSH:
"sudo apt-get update": Updates the package lists for packages that need upgrading.
"sudo apt-get dist-upgrade": Fetches the new versions of the packages and removes the obsolete packages.
Last updated