タグ「UNIX/Linux」が付けられているもの

Raspbian アップグレード(8→9)

  • 投稿日:
  • by
  • カテゴリ:

Raspbianのアップグレードをしたのでメモ。

■OS (cat /etc/os-release)

8系 Jessie 現在バージョン

9系 Stretch アップグレード先

HW (cat /proc/device-tree/model)

Raspberry Pi Model B

Raspberry Pi 3 Model B

■手順

(1) /etc/apt/sources.list、 /etc/apt/sources.list.d/raspi.listを編集

 → [jessie]を[stretch]に変更(sedで単純に置換可能)

(2) apt-get update

(3) apt-get upgrade -y

(4) apt-get dist-upgrade -y

(5) shutdown -r now

※ apt-get upgrade、apt-get dist-upgradeが出なくなるまで(2)~(5)を何回か繰り返す。

■手順

  • pythonのモジュール(setup.py installでインストール)は再インストール実施。
  • MySQL(MariaDB)は「mysql_upgrade -u root -p」を実施
  • PHPのバージョンが上がるので、ApacheのPHP5系設定は削除し「a2enmod php7.0」「systemctl restart apache2」を実施