[Last updated: 08/01/2019]
Prerequisite for this tutorial : Raspbian configuration.
Optional prerequisite : SSH connection.
Note: I tested the commands of this tutorial on a Raspberry Pi 1 model B revision 2 and a Raspberry Pi 3.
Now that everything is well configured, let’s update the packages.
Before you run the commands, read this article in its entirety, it’ll save your time 🙂
Type the following command : sudo apt-get update -y
Then: sudo apt-get upgrade -y
And when this is over, we will restart with the command : sudo reboot now
Our: To save time, you can run the 3 commands in a single, the OS run the 3 commands one after the other : sudo apt-get update -y && sudo apt-get upgrade -y && sudo reboot now
Now take a cup of coffee because it will take time 😀