How to correctly update Raspberry Pi OS

  • sudo apt update (to retrieve a list of available updates)
  • sudo apt full-upgrade (“full-upgrade”, rather than just sudo apt upgrade, upgrades also all dependency changes that may have been made.
  • sudo apt clean (or…)
  • sudo apt-get clean (in older systems removes unnecessary files, command not compulsory)

Glossary 🙂

APT (Advanced Packaging Tool)

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA
Change the CAPTCHA codeSpeak the CAPTCHA code
 

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