LoginSignup
2
2

More than 3 years have passed since last update.

RaspberryPi最新化

Posted at

この記事は、2020/01/14に執筆しています。
情報が古くなる可能性があるため、ご注意ください。
また、updateを行うには、ネットワークに接続する必要があります。

はじめに

RaspberryPi最新化で、少し調べたので記載します。

パッケージ最新化

RaspberryPiを最新化するには、以下コマンドを実行します。
ここで行っているのは、各パッケージ(アプリ)のupdateです。

sudo apt update    …パッケージ管理システム(apt)を最新化する
sudo apt upgrade    …パッケージ管理システムを参照し、各パッケージを最新化する

ディストリビューション最新化

上記に加えて、以下コマンドを実行します。
ここで行っているのは、OSのupdateです。

sudo apt full-upgrade …RaspberryPiのディストリビューションを最新化する

ファームウェア最新化(非推奨)

以下コマンドを実行します。
なお、通常このコマンドは非推奨です。(テスター用のため)

sudo rpi-update

(https://github.com/Hexxeh/rpi-update )より引用

A good reason for using this would be if you like to help with the testing effort, and are happy to risk breakages and submit bug reports. These testers are welcome.

Google翻訳

これを使用する正当な理由は、テスト作業を支援したい場合、そして破損のリスクを負い、バグレポートを提出することを喜んでいる場合です。これらのテスターは大歓迎です。

終わりに

いかがだったでしょうか …(・ω・`)イッテミタカッタノ

調べた結果は、上記の通りです。
参考は以下に記載していますので、不明点あれば参照してみてください。

参考

これ1冊でできる! ラズベリー・パイ 超入門 改訂第5版 Raspberry Pi 1+/2/3(B / B+)/Zero/Zero W対応
Debian 管理者ハンドブック 6.2. aptitude、apt-get、apt コマンド
Debian 管理者ハンドブック 6.6. 安定版から次のディストリビューションへのアップグレード
GitHub rpi-update

2
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
2
2