Raspberry Pi : リポジトリを国内のミラーサイトに変更する

概要

apt update や apt install が遅い場合は、参照するリポジトリを国内のミラーサイトにすると改善する。

環境

  • Raspberry Pi 3 Model B
  • Raspbian Strech

手順

/etc/apt/sources.list を編集する。

#deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
deb http://ftp.jaist.ac.jp/raspbian stretch main contrib non-free rpi

deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi の行をコメントアウト。
最後尾に deb http://ftp.jaist.ac.jp/raspbian stretch main contrib non-free rpi を追加。

今回は JAIST を指定したが、国内には他にも2箇所ある。

参考

Raspbian のミラーサイト一覧。

RaspbianMirrors - Raspbian

日本には以下の3箇所がある。

サイト URI
JAIST deb http://ftp.jaist.ac.jp/raspbian stretch main contrib non-free rpi
WIDE Project Tsukuba NOC deb http://ftp.tsukuba.wide.ad.jp/Linux/raspbian/raspbian/ stretch main contrib non-free rpi
Yamagata University deb http://ftp.yz.yamagata-u.ac.jp/pub/linux/raspbian/raspbian/ stretch main contrib non-free rpi

コメント

タイトルとURLをコピーしました