Skip to content

Instantly share code, notes, and snippets.

@bachkukkik
Last active August 22, 2020 06:10
Show Gist options
  • Save bachkukkik/5d0c346810f3e18c4f2ede34f5bb4b2d to your computer and use it in GitHub Desktop.
Save bachkukkik/5d0c346810f3e18c4f2ede34f5bb4b2d to your computer and use it in GitHub Desktop.

Ref: https://www.makeuseof.com/tag/raspberry-pi-update-raspbian-os/

  • Begin by updating the repository package list: sudo apt-get update && sudo apt-get upgrade
  • When this is done, run the upgrade command: sudo apt-get dist-upgrade
  • Follow any prompts and wait for the Pi to be upgraded. When you’re done, type: sudo apt-get clean
  • This will discard any unneeded files that have been downloaded as part of the upgrade. Finish by restarting: sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment