apt updateを実行したら8つパッケージの更新があるとメッセージが表示されたので実行。Linuxカーネルの更新があった。バージョンは4.4.9から4.4.11に更新された。
pi@raspi:~ $ uname -a Linux raspi 4.4.9+ #884 Fri May 6 17:25:37 BST 2016 armv6l GNU/Linux pi@raspi:~ $ uname -a Linux raspi 4.4.11+ #888 Mon May 23 20:02:58 BST 2016 armv6l GNU/Linux
今回のアップデートでbluezの更新がうまくいかなかったが、このRaspberry piではBluetoothデバイスは使う予定がないのでapt remove bluez
で該当のパッケージを削除してしまった。
# apt upgrade ... Errors were encountered while processing: bluez E: Sub-process /usr/bin/dpkg returned an error code (1) # apt show bluez Package: bluez Version: 5.23-2+rpi2 Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers@lists.alioth.debian.org> Installed-Size: 2,650 kB Depends: libc6 (>= 2.15), libdbus-1-3 (>= 1.1.1), libglib2.0-0 (>= 2.28.0), libreadline6 (>= 6.0), libudev1 (>= 196), init-system-helpers (>= 1.18~), kmod, udev (>= 170-1), lsb-base, dbus Conflicts: bluez-audio (<= 3.36-3), bluez-utils (<= 3.36-3) Breaks: udev (<< 170-1) Replaces: bluez-audio (<= 3.36-3), bluez-input, bluez-network, bluez-serial, bluez-utils (<= 3.36-3), udev (<< 170-1) ... Description: Bluetooth tools and daemons This package contains tools and system daemons for using Bluetooth devices. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL).