LoginSignup
1
2

More than 3 years have passed since last update.

RaspberryPiのOS更新

Posted at

RaspberyPiのOS更新時のコマンドメモ

  1. ファームウェアとOSカーネルの更新
    sudo rpi-update
  2. 再起動
    sudo reboot
  3. アップデートとアップグレード
    sudo apt update
    sudo apt dist-upgarade -y
    →それなりに時間がかかるので放置
    ※以下が出たら更新完了
    UpdateCompleted.png
  4. 不要ファイルの削除
    sudo apt-get autoremove -y
    sudo apt-get autoclean
  5. 再起動
    sudo reboot

以上で完了

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2