jessie でも Let's Encrypt & HTTP/2 実現のため apt-pinning を設定する

ということで、前のエントリーで表明したとおり、jessie で Let's Encrypt と HTTP/2 に対応する手順を纏めました。

# jessie 対応は、別途書きますかね…。

[From 自分んとこのWebサイトを常時SSL対応にして HTTP/2 にも対応させてみた - Soukaku's HENA-CHOKO Blog]

基本的には、パッケージのインストールに関する問題をクリアしてあげれば良い話で、インストールできてしまえば、あとは前のエントリーとほぼ同じ、なわけですが。

sid のパッケージを「借りる」ための apt-pinning の設定をする

Debian のパッケージングシステムである apt では、一部分のパッケージとその依存関係にあるものだけをインストールすることが、容易にできるような仕組みとして、 apt-pinning という機能が用意されています。 → apt-pinning に関する詳細

この仕組みを使うことで、 今回のように「基本 jessie だけど apache2 周りだけ sid 向けのパッケージを使う」とか「どうしても Let's Encrypt 対応したいけど jessie にはパッケージがない」といったニーズにも対応できるようになるわけです。
#このエントリー書いている時点で、という話であって、この先状況が変わることはあり得る。

まず、パッケージの借り元となるリリースバージョンを指定するために、/etc/apt/preferences.d/priority というファイルを作成します。(実際ファイル名は、拡張子がなければ何でも良いらしい。)
中身自体は、以下の様な3行だけ。

root@jessie:~# more /etc/apt/preferences.d/priority
Package: *
Pin: release a=unstable
Pin-Priority: 90

合わせて /etc/apt/sources.list に sid のパッケージのダウンロード先となるパッケージミラーの URL を記述します。
今回は、さくらインターネットが持っている Debian ミラーを指定。

# sid
deb http://debian-mirror.sakura.ne.jp/debian sid main non-free contrib
deb-src http://debian-mirror.sakura.ne.jp/debian sid main non-free contrib

この 2 つのファイルの作成と修正が終わったら、 "apttude update" でパッケージ情報をアップデートしておきましょう。


準備ができたところで、実際に apt-pinning が効いているのか確認してみます。

aptitude show パッケージ名" でパッケージの詳細情報とともにインストール状態もわかるので、これで apache2 パッケージの詳細を確認してみましょう。

root@jessie:~# aptitude show apache2
パッケージ: apache2
状態: インストールされていません
バージョン: 2.4.10-10+deb8u3
優先度: 任意
セクション: httpd
メンテナ: Debian Apache Maintainers
アーキテクチャ: amd64
展開サイズ: 518 k
依存: lsb-base, procps, perl, mime-support, apache2-bin (= 2.4.10-10+deb8u3), apache2-utils (>=
2.4), apache2-data (= 2.4.10-10+deb8u3)
事前依存: dpkg (>= 1.17.14)
推奨: ssl-cert
提案: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom
競合: apache2.2-common (< 2.3~)
置換: apache2.2-common
提供: httpd, httpd-cgi
説明: Apache HTTP サーバ
Apache HTTP Server Project は、標準準拠のオープンソースソフトウェアとして、
安全で、効率的で、拡張性のある HTTP サーバを構築することを目的としています。
その成果は、インターネットで長い間ナンバーワンの web サーバとなっています。

このパッケージをインストールすれば、設定ファイル、init スクリプト、
補助スクリプトを含むすべてをインストールできます。
ホームページ: http://httpd.apache.org/

タグ: role::metapackage, suite::apache

バージョンが "2.4.10-10+deb8u3" と出てきているので、このままインストールすると jessie のパッケージがインストールされることになります。

次に、-t オプションでインストールしたいパッケージのリリースバージョンを指定したうえで、パッケージ情報を表示させてみると…。

root@jessie:~# aptitude -t sid show apache2
パッケージ: apache2
状態: インストールされていません
バージョン: 2.4.17-3
優先度: 任意
セクション: httpd
メンテナ: Debian Apache Maintainers
アーキテクチャ: amd64
展開サイズ: 545 k
依存: lsb-base, procps, perl, mime-support, apache2-bin (= 2.4.17-3), apache2-utils (>= 2.4),
apache2-data (= 2.4.17-3)
事前依存: dpkg (>= 1.17.14)
推奨: ssl-cert
提案: www-browser, apache2-doc, apache2-suexec-pristine | apache2-suexec-custom
競合: apache2.2-bin, apache2.2-common
置換: apache2.2-bin, apache2.2-common
提供: httpd, httpd-cgi
説明: Apache HTTP サーバ
Apache HTTP Server Project は、標準準拠のオープンソースソフトウェアとして、
安全で、効率的で、拡張性のある HTTP サーバを構築することを目的としています。
その成果は、インターネットで長い間ナンバーワンの web サーバとなっています。

このパッケージをインストールすれば、設定ファイル、init スクリプト、
補助スクリプトを含むすべてをインストールできます。
ホームページ: http://httpd.apache.org/

タグ: role::metapackage, suite::apache

-t オプションで sid を指定してみると、バージョンが 2.4.17-3 と変わったので、apt-pinning の設定は問題ないようです。

Let's Encrypt と HTTP/2 に対応するために

後は、aptitude コマンドで、 apache2 とletsencrypt パッケージをインストールして、設定ファイルの修正などをしてあげれば良い、ということになりますので、さくさくインストール。

まず、 apache2 から。

root@jessie:~# aptitude -t sid install apache2
以下の新規パッケージがインストールされます:
apache2 apache2-bin{a} apache2-data{a} apache2-utils{a} libapr1{a} libaprutil1{a}
libaprutil1-dbd-sqlite3{a} libaprutil1-ldap{a} liblua5.1-0{a} libnghttp2-14{a}
libssl1.0.2{a} ssl-cert{a}
更新: 0 個、新規インストール: 12 個、削除: 0 個、保留: 910 個。
3,355 k バイトのアーカイブを取得する必要があります。展開後に 10.5 M バイトのディスク領域が新たに消費されます。
先に進みますか? [Y/n/?] y
取得: 1 http://debian-mirror.sakura.ne.jp/debian/ sid/main libapr1 amd64 1.5.2-3 [96.2 kB]
取得: 2 http://debian-mirror.sakura.ne.jp/debian/ sid/main libssl1.0.2 amd64 1.0.2e-1 [1,280 kB]
取得: 3 http://debian-mirror.sakura.ne.jp/debian/ sid/main libaprutil1 amd64 1.5.4-1+b1 [85.1 kB]
取得: 4 http://debian-mirror.sakura.ne.jp/debian/ sid/main libaprutil1-dbd-sqlite3 amd64 1.5.4-1+b1 [19.2 kB]
取得: 5 http://debian-mirror.sakura.ne.jp/debian/ sid/main libaprutil1-ldap amd64 1.5.4-1+b1 [17.4 kB]
取得: 6 http://debian-mirror.sakura.ne.jp/debian/ sid/main liblua5.1-0 amd64 5.1.5-8 [107 kB]
取得: 7 http://debian-mirror.sakura.ne.jp/debian/ sid/main libnghttp2-14 amd64 1.5.0-1 [79.9 kB]
取得: 8 http://debian-mirror.sakura.ne.jp/debian/ sid/main apache2-bin amd64 2.4.17-3 [1,076 kB]
取得: 9 http://debian-mirror.sakura.ne.jp/debian/ sid/main apache2-utils amd64 2.4.17-3 [202 kB]
取得: 10 http://debian-mirror.sakura.ne.jp/debian/ sid/main apache2-data all 2.4.17-3 [163 kB]
取得: 11 http://debian-mirror.sakura.ne.jp/debian/ sid/main apache2 amd64 2.4.17-3 [209 kB]
取得: 12 http://debian-mirror.sakura.ne.jp/debian/ sid/main ssl-cert all 1.0.37 [20.4 kB]
3,355 kB を 7秒 秒で取得しました (438 kB/s)
パッケージを事前設定しています ...
〜 以下略 〜

続いて、lets encrypt 。
こちらは途中で、依存関係を満たさないパッケージの削除や、追加インストールの実行の可否を問い合わせてくる場合があるので注意。基本的には、削除するかと聞かれたら n 、追加インストールするか聞かれたら y としておけば、まず問題はないと思います。

root@jessie:~# aptitude -t sid install letsencrypt
以下の新規パッケージがインストールされます:
coinor-libcoinmp1v5{a} gcc-5-base{a} letsencrypt libapparmor1{a}
libboost-date-time1.58.0{a} libboost-iostreams1.58.0{a} libboost-system1.58.0{a}
libclucene-contribs1v5{a} libclucene-core1v5{a} libcmis-0.5-5v5{a} libglew1.13{a}
libgltf-0.0-0v5{a} libicu55{a} liborcus-0.10-0v5{a} libpagemaker-0.0-0{a} libwps-0.4-4{a}
python-acme{a} python-cffi-backend{a} python-configargparse{a} python-configobj{a}
python-dialog{a} python-enum34{a} python-funcsigs{a} python-idna{a} python-ipaddress{a}
python-letsencrypt{a} python-mock{a} python-ndg-httpsclient{a} python-parsedatetime{a}
python-pbr{a} python-psutil{a} python-pyicu{a} python-pyinotify{a} python-requests{a}
python-rfc3339{a} python-tz{a} python-urllib3{a} python-werkzeug{a}
python-zope.component{a} python-zope.event{a} python-zope.hookable{a}
以下のパッケージが削除されます:
coinor-libcoinmp1{u} libboost-date-time1.55.0{u} libclucene-contribs1{u}
libclucene-core1{u} libcmis-0.4-4{u} libglew1.10{u} libgltf-0.0-0{u} liborcus-0.8-0{u}
libwps-0.3-3{u} python-cffi{u} python-ply{u} python-pycparser{u}
以下のパッケージが更新されます:
dbus libdbus-1-3 libreoffice-base libreoffice-base-core libreoffice-base-drivers
libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk
libreoffice-impress libreoffice-java-common libreoffice-l10n-ja libreoffice-style-galaxy
libreoffice-style-tango libreoffice-writer libstdc++6 python-cryptography python-openssl
python-pyasn1 python-six uno-libs3
更新: 22 個、新規インストール: 41 個、削除: 12 個、保留: 884 個。
92.2 M バイトのアーカイブを取得する必要があります。展開後に 41.1 M バイトのディスク領域が新たに消費されます。
以下のパッケージには満たされていない依存関係があります:
libreoffice : 依存: libreoffice-core (= 1:4.3.3-2+deb8u2) [1:5.0.4~rc2-2 がインストール予定となっています]
ure : 依存: uno-libs3 (= 4.3.3-2+deb8u2) [5.0.4~rc2-2 がインストール予定となっています]
python3-uno : 依存: libreoffice-core (= 1:4.3.3-2+deb8u2) [1:5.0.4~rc2-2 がインストール予定となっています]
libreoffice-math : 依存: libreoffice-core (= 1:4.3.3-2+deb8u2) [1:5.0.4~rc2-2 がインストール予定となっています]
以下のアクションでこれらの依存関係の問題は解決されます:

以下のパッケージを削除する:
1) libreoffice
2) libreoffice-avmedia-backend-gstreamer
3) libreoffice-base
4) libreoffice-base-core
5) libreoffice-base-drivers
6) libreoffice-calc
7) libreoffice-common
8) libreoffice-core
9) libreoffice-draw
10) libreoffice-gtk
11) libreoffice-help-en-us
12) libreoffice-help-ja
13) libreoffice-impress
14) libreoffice-java-common
15) libreoffice-l10n-ja
16) libreoffice-math
17) libreoffice-report-builder-bin
18) libreoffice-sdbc-firebird
19) libreoffice-sdbc-hsqldb
20) libreoffice-style-galaxy
21) libreoffice-style-tango
22) libreoffice-writer
23) mythes-en-us
24) python3-uno
25) ure

以下の依存関係を未解決のままにする:
26) hyphen-en-us が libreoffice-writer | openoffice.org-writer を推奨
27) task-japanese-desktop が libreoffice-l10n-ja を推奨
28) task-japanese-desktop が libreoffice-help-ja を推奨
29) task-lxde-desktop が libreoffice-gtk を推奨
30) task-lxde-desktop が libreoffice を推奨
31) task-lxde-desktop が libreoffice-help-en-us を推奨
32) task-lxde-desktop が mythes-en-us を推奨
33) libreoffice-help-en-us が libreoffice-core (> 1:4.3.3) | language-support-translations-en
34) libreoffice-help-ja が libreoffice-core (> 1:4.3.3) | language-support-translations-ja を推
35) libreoffice-base-drivers が libreoffice-sdbc-firebird を推奨
36) libreoffice-base-drivers が libreoffice-sdbc-hsqldb を推奨
37) libreoffice-common が python3-uno (>= 4.4.0~beta2) を推奨
38) libreoffice-impress が libreoffice-avmedia-backend-gstreamer | libreoffice-avmedia-backen
39) libreoffice-writer が libreoffice-math を推奨


この解決方法を受け入れますか? [Y/n/q/?]n
以下のアクションでこれらの依存関係の問題は解決されます:

以下のパッケージを更新する:
1) libreoffice [1:4.3.3-2+deb8u2 (now, stable) -> 1:5.0.4~rc2-2 (unstable)]
2) libreoffice-math [1:4.3.3-2+deb8u2 (now, stable) -> 1:5.0.4~rc2-2 (unstable)]
3) python3-uno [1:4.3.3-2+deb8u2 (now, stable) -> 1:5.0.4~rc2-2 (unstable)]
4) ure [4.3.3-2+deb8u2 (now, stable) -> 5.0.4~rc2-2 (unstable)]



この解決方法を受け入れますか? [Y/n/q/?]y
以下の新規パッケージがインストールされます:
coinor-libcoinmp1v5{a} gcc-5-base{a} letsencrypt libapparmor1{a}
libboost-date-time1.58.0{a} libboost-iostreams1.58.0{a} libboost-system1.58.0{a}
libclucene-contribs1v5{a} libclucene-core1v5{a} libcmis-0.5-5v5{a} libglew1.13{a}
libgltf-0.0-0v5{a} libicu55{a} liborcus-0.10-0v5{a} libpagemaker-0.0-0{a} libwps-0.4-4{a}
python-acme{a} python-cffi-backend{a} python-configargparse{a} python-configobj{a}
python-dialog{a} python-enum34{a} python-funcsigs{a} python-idna{a} python-ipaddress{a}
python-letsencrypt{a} python-mock{a} python-ndg-httpsclient{a} python-parsedatetime{a}
python-pbr{a} python-psutil{a} python-pyicu{a} python-pyinotify{a} python-requests{a}
python-rfc3339{a} python-tz{a} python-urllib3{a} python-werkzeug{a}
python-zope.component{a} python-zope.event{a} python-zope.hookable{a}
以下のパッケージが削除されます:
coinor-libcoinmp1{u} libboost-date-time1.55.0{u} libclucene-contribs1{u}
libclucene-core1{u} libcmis-0.4-4{u} libglew1.10{u} libgltf-0.0-0{u} liborcus-0.8-0{u}
libwps-0.3-3{u} python-cffi{u} python-ply{u} python-pycparser{u}
以下のパッケージが更新されます:
dbus libdbus-1-3 libreoffice libreoffice-base libreoffice-base-core
libreoffice-base-drivers libreoffice-calc libreoffice-common libreoffice-core
libreoffice-draw libreoffice-gtk libreoffice-impress libreoffice-java-common
libreoffice-l10n-ja libreoffice-math libreoffice-style-galaxy libreoffice-style-tango
libreoffice-writer libstdc++6 python-cryptography python-openssl python-pyasn1 python-six
python3-uno uno-libs3 ure
更新: 26 個、新規インストール: 41 個、削除: 12 個、保留: 880 個。
94.5 M バイトのアーカイブを取得する必要があります。展開後に 40.1 M バイトのディスク領域が新たに消費されます。
先に進みますか? [Y/n/?] y
取得: 1 http://ftp.jp.debian.org/debian/ jessie/main python-tz all 2012c+dfsg-0.1 [31.9 kB]
取得: 2 http://debian-mirror.sakura.ne.jp/debian/ sid/main gcc-5-base amd64 5.3.1-3 [168 kB]
取得: 3 http://ftp.jp.debian.org/debian/ jessie/main python-parsedatetime all 1.4-1 [43.5 kB]
取得: 4 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-base-drivers amd64 1:5.0.4~rc2-2 [512 kB]
取得: 5 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-base amd64 1:5.0.4~rc2-2 [1,523 kB]
取得: 6 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-calc amd64 1:5.0.4~rc2-2 [6,419 kB]
取得: 7 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-impress amd64 1:5.0.4~rc2-2 [1,001 kB]
取得: 8 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-draw amd64 1:5.0.4~rc2-2 [2,391 kB]
取得: 9 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-gtk amd64 1:5.0.4~rc2-2 [227 kB]
取得: 10 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-writer amd64 1:5.0.4~rc2-2 [7,546 kB]
取得: 11 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-l10n-ja all 1:5.0.4~rc2-2 [415 kB]
取得: 12 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-style-galaxy all 1:5.0.4~rc2-2 [1,651 kB]
取得: 13 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-style-tango all 1:5.0.4~rc2-2 [1,278 kB]
取得: 14 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-core amd64 1:5.0.4~rc2-2 [29.8 MB]
取得: 15 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-common all 1:5.0.4~rc2-2 [23.1 MB]
取得: 16 http://debian-mirror.sakura.ne.jp/debian/ sid/main uno-libs3 amd64 5.0.4~rc2-2 [870 kB]
取得: 17 http://debian-mirror.sakura.ne.jp/debian/ sid/main ure amd64 5.0.4~rc2-2 [1,692 kB]
取得: 18 http://debian-mirror.sakura.ne.jp/debian/ sid/main python3-uno amd64 1:5.0.4~rc2-2 [160 kB]
取得: 19 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-math amd64 1:5.0.4~rc2-2 [370 kB]
取得: 20 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-base-core amd64 1:5.0.4~rc2-2 [721 kB]
取得: 21 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice amd64 1:5.0.4~rc2-2 [3,948 B]
取得: 22 http://debian-mirror.sakura.ne.jp/debian/ sid/main libstdc++6 amd64 5.3.1-3 [389 kB]
取得: 23 http://debian-mirror.sakura.ne.jp/debian/ sid/main libicu55 amd64 55.1-6 [7,653 kB]
取得: 24 http://debian-mirror.sakura.ne.jp/debian/ sid/main libwps-0.4-4 amd64 0.4.2-1 [470 kB]
取得: 25 http://debian-mirror.sakura.ne.jp/debian/ sid/main libglew1.13 amd64 1.13.0-2 [122 kB]
取得: 26 http://debian-mirror.sakura.ne.jp/debian/ sid/main libapparmor1 amd64 2.10-2+b1 [71.3 kB]
取得: 27 http://debian-mirror.sakura.ne.jp/debian/ sid/main dbus amd64 1.10.6-1 [203 kB]
取得: 28 http://debian-mirror.sakura.ne.jp/debian/ sid/main libdbus-1-3 amd64 1.10.6-1 [187 kB]
取得: 29 http://debian-mirror.sakura.ne.jp/debian/ sid/main libpagemaker-0.0-0 amd64 0.0.2-2 [76.5 kB]
取得: 30 http://debian-mirror.sakura.ne.jp/debian/ sid/main libreoffice-java-common all 1:5.0.4~rc2-2 [1,932 kB]
取得: 31 http://debian-mirror.sakura.ne.jp/debian/ sid/main libboost-date-time1.58.0 amd64 1.58.0+dfsg-4.1 [42.2 kB]
取得: 32 http://debian-mirror.sakura.ne.jp/debian/ sid/main libclucene-core1v5 amd64 2.3.3.4-4.1 [468 kB]
取得: 33 http://debian-mirror.sakura.ne.jp/debian/ sid/main libclucene-contribs1v5 amd64 2.3.3.4-4.1 [83.0 kB]
取得: 34 http://debian-mirror.sakura.ne.jp/debian/ sid/main libcmis-0.5-5v5 amd64 0.5.0-4 [543 kB]
取得: 35 http://debian-mirror.sakura.ne.jp/debian/ sid/main libgltf-0.0-0v5 amd64 0.0.2-4+b1 [155 kB]
取得: 36 http://debian-mirror.sakura.ne.jp/debian/ sid/main coinor-libcoinmp1v5 amd64 1.7.6+dfsg1-2 [33.0 kB]
取得: 37 http://debian-mirror.sakura.ne.jp/debian/ sid/main libboost-iostreams1.58.0 amd64 1.58.0+dfsg-4.1 [50.8 kB]
取得: 38 http://debian-mirror.sakura.ne.jp/debian/ sid/main libboost-system1.58.0 amd64 1.58.0+dfsg-4.1 [30.7 kB]
取得: 39 http://debian-mirror.sakura.ne.jp/debian/ sid/main liborcus-0.10-0v5 amd64 0.9.2-3 [380 kB]
取得: 40 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-cryptography amd64 1.1.1-1 [197 kB]
取得: 41 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-cffi-backend amd64 1.3.1-1 [60.4 kB]
取得: 42 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-enum34 all 1.0.4-3 [27.3 kB]
取得: 43 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-idna all 2.0-3 [35.7 kB]
取得: 44 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-ipaddress all 1.0.15-1 [17.9 kB]
取得: 45 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-pyasn1 all 0.1.9-1 [51.4 kB]
取得: 46 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-six all 1.10.0-1 [14.1 kB]
取得: 47 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-openssl all 0.15.1-2 [97.3 kB]
取得: 48 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-funcsigs all 0.4-2 [12.8 kB]
取得: 49 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-pbr all 1.8.0-4 [47.1 kB]
取得: 50 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-mock all 1.3.0-2.1 [58.2 kB]
取得: 51 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-ndg-httpsclient all 0.4.0-3 [25.0 kB]
取得: 52 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-urllib3 all 1.12-1 [65.0 kB]
取得: 53 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-requests all 2.8.1-1 [67.8 kB]
取得: 54 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-rfc3339 all 1.0-4 [6,218 B]
取得: 55 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-werkzeug all 0.10.4+dfsg1-1 [165 kB]
取得: 56 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-acme all 0.1.0-3 [56.0 kB]
取得: 57 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-configargparse all 0.10.0-1 [20.0 kB]
取得: 58 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-configobj all 5.0.6-2 [35.2 kB]
取得: 59 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-dialog amd64 3.3.0-2 [84.7 kB]
取得: 60 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-psutil amd64 2.2.1-3+b1 [60.4 kB]
取得: 61 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-zope.event all 4.1.0-1 [8,330 B]
取得: 62 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-zope.hookable amd64 4.0.4-4+b1 [10.1 kB]
取得: 63 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-zope.component all 4.2.2-1 [42.9 kB]
取得: 64 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-letsencrypt all 0.1.0-2 [79.7 kB]
取得: 65 http://debian-mirror.sakura.ne.jp/debian/ sid/main letsencrypt all 0.1.0-2 [11.1 kB]
取得: 66 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-pyicu amd64 1.9.2-2+b1 [184 kB]
取得: 67 http://debian-mirror.sakura.ne.jp/debian/ sid/main python-pyinotify all 0.9.5-1 [26.9 kB]
94.5 MB を 1分 30秒 秒で取得しました (1,044 kB/s)
changelog を読んでいます... 完了
~ 以下略 ~

このエントリーを書くために使った環境には、 X が入っていることもあって、その関係で追加インストール、アップデートされたパッケージが多かったようです。この辺は各自の環境次第なので、全く同じにならないことは、ご承知おきを。

コレでインストールが終わったので、実際に利用するための設定については、前のエントリーを参考にしてください。


トラックバック(0)

コメントする