Raspberry PI

ssssssss

Software
Raspberry Pi OS – Raspberry Pi
Angry IP Scanner

Update Raspberry PI

  • Update the Raspberry Pi’s package list.
    sudo apt update
  • Run a full upgrade on any available package.
    sudo apt full-upgrade
    Sudo reboot
  • clean up after update
    Sudo apt autoremove
  • Clean up the cache
    sudo apt clean