古いRaspberry piをアップデートできないときにやること

ゴミ掃除をやってみる

  • sudo apt-get -y autoremove && sudo apt-get -y autoclean
  • sudo apt-get clean
  • sudo rm -rf /var/lib/apt/lists/*

ソフトウェアリポジトリをミラーサーバーに変更

sudo nano /etc/apt/sources.list

古いOSが頼りにしているサーバーは、既にお隠れになっているので、/etc/apt/sources.listにあるサーバを、以下のミラーサーバーへ、一づつ試書き換えて、アップデートできるものを見つける。

deb http://ftp.jaist.ac.jp/raspbian/ buster main contrib non-free rpi

deb http://mirrors.ustc.edu.cn/archive.raspberrypi.org/debian/ stretch main ui

deb http://ftp.jaist.ac.jp/raspbian/ stretch main contrib non-free rpi

deb http://ftp.tsukuba.wide.ad.jp/Linux/raspbian/raspbian/ stretch main contrib non-free rpi

外部ソフトウェアリポジトリをシステムに追加

  • sudo apt-get -o Debug::Acquire::http=true update
  • sudo apt-get -o Debug::Acquire:tor=true update
こちらのパターンもどうぞ

参考

以上


よろしければチャンネル登録よろしくお願い申し上げます!

コメントする

メールアドレスが公開されることはありません。 が付いている欄は必須項目です