Jak prawidłowo zrobić update na Raspberry Pi

Aby prawidłowo zrobić update raspberry Pi, należy wydać następujące komendy:

  • sudo apt update (aby wyszukać listę aktualizacji)
  • sudo apt full-upgrade (“full-upgrade”, zamiast “sudo apt upgrade, update’uje także wszystkie zależności.
  • sudo apt clean (albo…)
  • sudo apt-get clean (w starszych systemach – usuwa niepotrzebne pliki, komenda nieobowiązkowa)

Słownik 🙂

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.