Raspberry How to Update

21/8/2022 One-minute read

Updating as any Ubuntu system. Reference Raspberry Pi Doc

cli command:

sudo apt update
sudo apt full-upgrade

Confirm with Yes

Cleanup:

sudo apt clean

That’s it.

Posts in this Series