Update & Upgrade a Raspberry PI
Run the following to update
then upgrade
the Raspberry PI...
sudo apt update -y && sudo apt upgrade -y
Then you should reboot...
sudo reboot
Related Articles
How to install and setup an OS on a Raspberry PI headlessly.
Raspberry PI
Purchased one of these HATs recently? How to change the fan speed at different temperatures.
Raspberry PI
If your PI isn't feeling well or it just needs a health check, this is how to read its current temperature.
Raspberry PI, Linux
A quick and simple HTTP server in Python in only a few lines of code.
Raspberry PI, Python