Updating Raspberry Pi

Updating Raspberry Pi

Log into your Raspberry Pi using a terminal program as Putty

update the repository package list:

sudo apt update 

Then upgrade:

sudo apt dist-upgrade

Then delete unneeded files:

sudo apt clean

Reboot:

sudo reboot

Share this content:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.