hardware:raspberry_pi:dietpi

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
hardware:raspberry_pi:dietpi [2024/01/24 22:35] – [dietpi-update] ともやんhardware:raspberry_pi:dietpi [2025/06/02 05:37] (現在) – [レシピ] ともやん
行 7: 行 7:
  
 ===== ダウンロード ===== ===== ダウンロード =====
 +公式: [[https://dietpi.com/#downloadinfo|DietPi - Lightweight justice for your SBC!]]\\
 <WRAP mintbl> <WRAP mintbl>
-|ARMv6 32-bit image  |[[https://dietpi.com/downloads/images/DietPi_RPi-ARMv6-Bullseye.7z|]] (165MB) +|ARMv6 32-bit image  |[[https://dietpi.com/downloads/images/DietPi_RPi1-ARMv6-Bookworm.img.xz|]] (165MB) 
-|ARMv7 32-bit image  |[[https://dietpi.com/downloads/images/DietPi_RPi-ARMv7-Bullseye.7z|]] (165MB) +|ARMv7 32-bit image  |[[https://dietpi.com/downloads/images/DietPi_RPi2-ARMv7-Bookworm.img.xz|]] (165MB) 
-|ARMv8 64-bit image  |[[https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.7z|]] (125MB) +|ARMv8 64-bit image  |[[https://dietpi.com/downloads/images/DietPi_RPi5-ARMv8-Bookworm.img.xz|]] (125MB) 
-|Amiberry ARMv6 image  |[[https://dietpi.com/downloads/images/DietPi_RPi-ARMv6-Bullseye_Amiberry.7z|]] (165MB) +|Amiberry ARMv6 image  |[[https://dietpi.com/downloads/images/DietPi_RPi1-ARMv6-Bookworm_Amiberry.img.xz|]] (165MB) 
-|Amiberry ARMv7 image  |[[https://dietpi.com/downloads/images/DietPi_RPi-ARMv7-Bullseye_Amiberry.7z|]] (165MB) +|Amiberry ARMv7 image  |[[https://dietpi.com/downloads/images/DietPi_RPi1-ARMv7-Bookworm_Amiberry.img.xz|]] (165MB) 
-|Allo GUI ARMv7 image  |[[https://dietpi.com/downloads/images/DietPi_RPi-ARMv7-Bullseye_AlloGUI.7z|]] (362MB)  |+|Allo GUI ARMv7 image  |[[https://dietpi.com/downloads/images/DietPi_RPi1-ARMv6-Bookworm_AlloGUI.img.xz|]] (362MB)  |
 </WRAP> </WRAP>
  
 <WRAP color_term 100%> <WRAP color_term 100%>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>curl</b> -O https://dietpi.com/downloads/images/DietPi_RPi-ARMv6-Bullseye.7z+<font color="#0087FF"><b>$</b></font> <font color="#26A269">curl</font> <font color="#A347BA">-O</font> https://dietpi.com/downloads/images/DietPi_RPi1-ARMv6-Bookworm.img.xz
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                  Dload  Upload   Total   Spent    Left  Speed                                  Dload  Upload   Total   Spent    Left  Speed
-100  165M  100  165M         2029k       0:01:23  0:01:23 --:--:-- 1078k+100  146M  100  146M          113k       0:21:57  0:21:57 --:--:--  126k
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<b class=GRN>$</b> <b class=HIY>7z</b-oDietPi_img -y DietPi_RPi-ARMv6-Bullseye.7z+<font color="#0087FF"><b>$</b></font> <font color="#26A269">xz</font> <font color="#A347BA">-dvk</font> <u style="text-decoration-style:solid">DietPi_RPi1-ARMv6-Bookworm.img.xz</u>
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
-7-Zip 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26+DietPi_RPi1-ARMv6-Bookworm.img.xz (1/1) 
 +  100 %       146.6 MiB / 842.5 MiB = 0.174   181 MiB/s       0:04 
 +</pre></html></WRAP> 
 +</WRAP>
  
-Scanning the drive for archives: +===== SD カードへ書き込み =====
-1 file, 173971615 bytes (166 MiB)+
  
-Extracting archiveDietPi_RPi-ARMv6-Bullseye.7z +==== Linux ==== 
--- +<WRAP color_term> 
-Path DietPi_RPi-ARMv6-Bullseye.7z +<WRAP color_command><html><pre> 
-Type = 7z +<font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">dd</font> if=DietPi_RPi1-ARMv6-Bookworm.img of=/dev/sdb bs=16M status=progress 
-Physical Size = 173971615 +</pre></html></WRAP> 
-Headers Size = 240 +<WRAP color_result><html><pre> 
-Method = LZMA2:26 +52+1 records in 
-Solid = + +52+1 records out 
-Blocks = 1+883412992 bytes (883 MB, 842 MiB) copied, 72.004 s, 12.3 MB/s 
 +</pre></html></WRAP> 
 +<WRAP color_command><html><pre> 
 +<font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">parted</font> <u style="text-decoration-style:solid">/dev/sdb</u> print 
 +</pre></html></WRAP> 
 +<WRAP color_result><html><pre> 
 +モデル: Kingston UHS-II SD Reader (scsi) 
 +ディスク /dev/sdb126GB 
 +セクタサイズ (論理/物理): 512B/512B 
 +パーティションテーブル: msdos 
 +ディスクフラグ: 
  
-Everything is Ok +番号  開始    終了   サイズ  タイプ   ファイルシステム  フラグ 
- + 1    1049kB  135MB  134MB   primary  fat32             boot, lba 
-Files: 3 + 2    135MB   883MB  748MB   primary  ext4
-Size:       1073887651 +
-Compressed: 173971615+
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
  
-===== SD カードへ書き込み ===== +==== Windows ==== 
-<WRAP color_term 100%>+<WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
 <b class=GRN>$</b> <b class=HIY>scoop</b> install rufus <b class=GRN>$</b> <b class=HIY>scoop</b> install rufus
行 1755: 行 1766:
 </code> </code>
 </WRAP> </WRAP>
 +
 +===== レシピ =====
 +[[sdcard_overclock|Raspberry Pi で SD カードをオーバークロック🔥💥する方法🤤]]\\
 +[[linux:zsh#dietpi_raspberry_pi_zero_wh|DietPi での Z shell(Zsh) の設定]]\\
 +[[.dietpi:zram_swap|DietPi で ZRAM スワップを設定する方法]]\\
 +[[.dietpi:dietpi-imager|DietPi での配布イメージの作成 (DietPi-Imager)]]\\
 +[[.dietpi:dietpi-drive_manager|DietPi のドライブ管理 (DietPi-Drive_Manager)]]\\
 +[[.dietpi:dietpi_install_lamp|DietPi による LAMP(Apache, MySQL, PHP) 環境構築]]\\
 +[[.dietpi:wifi_ap|DietPi で Wi-Fi アクセスポイントを構築する方法]]\\
 +[[.dietpi:dietpi_native_pc_on_uefi_kvm|Native PC 用 DietPi を UEFI セキュアブートの KVM で動かす]]\\
 +[[.dietpi:opencl_on_videocore_iv_gpu|VideoCore IV GPU で OpenCL]]\\
  
 ===== DietPi に aiyprojects のリポジトリを追加 ===== ===== DietPi に aiyprojects のリポジトリを追加 =====
行 1778: 行 1800:
 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
 OK OK
 +</pre></html></WRAP>
 +</WRAP>
 +
 +===== DietPi kernel-headers =====
 +参考: [[https://dietpi.com/forum/t/quartz64a-linux-kernel-headers/18211/3|[Quartz64a] Linux Kernel Headers? - General Discussion - DietPi Community Forum]]\\
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#AFFF00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">apt</font> install git build-essential bc kmod cpio flex libncurses5-dev libelf-dev libssl-dev dwarves bison debhelper 
 +</pre></html></WRAP>
 +<WRAP color_result_hlong><html><pre>
 +パッケージリストを読み込んでいます... 完了
 +依存関係ツリーを作成しています... 完了        
 +状態情報を読み取っています... 完了        
 +git はすでに最新バージョン (1:2.39.5-0+deb12u2) です。
 +build-essential はすでに最新バージョン (12.9) です。
 +kmod はすでに最新バージョン (30+20221128-1) です。
 +cpio はすでに最新バージョン (2.13+dfsg-7.1) です。
 +cpio は手動でインストールしたと設定されました。
 +以下の追加パッケージがインストールされます:
 +  autoconf automake autopoint autotools-dev bsdextrautils dh-autoreconf dh-strip-nondeterminism dwz file gettext
 +  gettext-base groff-base intltool-debian libarchive-zip-perl libdebhelper-perl libfile-stripnondeterminism-perl
 +  libmagic-mgc libmagic1 libncurses-dev libpipeline1 libsub-override-perl libtool libuchardet0 m4 man-db pahole
 +  po-debconf zlib1g-dev
 +提案パッケージ:
 +  autoconf-archive gnu-standards autoconf-doc bison-doc dh-make flex-doc gettext-doc libasprintf-dev libgettextpo-dev
 +  groff ncurses-doc libssl-doc libtool-doc gfortran | fortran95-compiler gcj-jdk m4-doc apparmor less www-browser
 +  libmail-box-perl
 +推奨パッケージ:
 +  libfl-dev libarchive-cpio-perl libltdl-dev libmail-sendmail-perl
 +以下のパッケージが新たにインストールされます:
 +  autoconf automake autopoint autotools-dev bc bison bsdextrautils debhelper dh-autoreconf dh-strip-nondeterminism
 +  dwarves dwz file flex gettext gettext-base groff-base intltool-debian libarchive-zip-perl libdebhelper-perl
 +  libelf-dev libfile-stripnondeterminism-perl libmagic-mgc libmagic1 libncurses-dev libncurses5-dev libpipeline1
 +  libssl-dev libsub-override-perl libtool libuchardet0 m4 man-db pahole po-debconf zlib1g-dev
 +アップグレード: 0 個、新規インストール: 36 個、削除: 0 個、保留: 7 個。
 +14.2 MB のアーカイブを取得する必要があります。
 +この操作後に追加で 49.3 MB のディスク容量が消費されます。
 +続行しますか? [Y/n] y
 +取得:1 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf m4 armhf 1.4.19-3 [256 kB]
 +取得:2 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf flex armhf 2.6.4-8.2 [391 kB]
 +取得:3 https://archive.raspberrypi.com/debian bookworm/main armhf zlib1g-dev armhf 1:1.2.13.dfsg-1+rpt1 [902 kB]
 +取得:4 http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
 +取得:5 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf groff-base armhf 1.22.4-10 [774 kB]
 +取得:7 https://archive.raspberrypi.com/debian bookworm/main armhf libssl-dev armhf 3.0.16-1~deb12u1+rpt1 [3,024 kB]
 +取得:8 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.4 kB]
 +取得:9 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf man-db armhf 2.11.2-2 [1,342 kB]
 +取得:6 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf bsdextrautils armhf 2.38.1-5+deb12u3 [75.6 kB]
 +取得:10 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf bc armhf 1.07.1-3 [101 kB]
 +取得:11 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB]
 +取得:12 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libmagic1 armhf 1:5.44-3 [95.3 kB]
 +取得:13 http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian bookworm/main armhf file armhf 1:5.44-3 [41.5 kB]
 +取得:14 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf gettext-base armhf 0.21-12 [156 kB]
 +取得:15 http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian bookworm/main armhf autoconf all 2.71-3 [332 kB]
 +取得:16 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB]
 +取得:17 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB]
 +取得:18 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf autopoint all 0.21-12 [495 kB]
 +取得:19 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf bison armhf 2:3.8.2+dfsg-1 [1,114 kB]
 +取得:20 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB]
 +取得:21 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libtool all 2.4.7-7~deb12u1 [517 kB]
 +取得:22 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf dh-autoreconf all 20 [17.1 kB]
 +取得:23 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
 +取得:24 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libsub-override-perl all 0.09-4 [9,304 B]
 +取得:25 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
 +取得:26 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8,620 B]
 +取得:27 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf dwz armhf 0.15-1 [92.4 kB]
 +取得:28 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf gettext armhf 0.21-12 [1,201 kB]
 +取得:29 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
 +取得:30 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
 +取得:31 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf debhelper all 13.11.4 [942 kB]
 +取得:32 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf pahole armhf 1.24-4.1 [186 kB]
 +取得:33 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf dwarves all 1.24-4.1 [10.2 kB]
 +取得:34 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libelf-dev armhf 0.188-2.1+rpi1 [69.6 kB]
 +取得:35 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libncurses-dev armhf 6.4-4 [292 kB]
 +取得:36 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libncurses5-dev armhf 6.4-4 [932 B]
 +14.2 MB を 1分 21秒 で取得しました (175 kB/s)
 +Extracting templates from packages: 100%
 +Preconfiguring packages ...
 +以前に未選択のパッケージ m4 を選択しています。
 +(データベースを読み込んでいます ... 現在 32408 個のファイルとディレクトリがインストールされています。)
 +.../00-m4_1.4.19-3_armhf.deb を展開する準備をしています ...
 +m4 (1.4.19-3) を展開しています...
 +以前に未選択のパッケージ flex を選択しています。
 +.../01-flex_2.6.4-8.2_armhf.deb を展開する準備をしています ...
 +flex (2.6.4-8.2) を展開しています...
 +以前に未選択のパッケージ libuchardet0:armhf を選択しています。
 +.../02-libuchardet0_0.0.7-1_armhf.deb を展開する準備をしています ...
 +libuchardet0:armhf (0.0.7-1) を展開しています...
 +以前に未選択のパッケージ groff-base を選択しています。
 +.../03-groff-base_1.22.4-10_armhf.deb を展開する準備をしています ...
 +groff-base (1.22.4-10) を展開しています...
 +以前に未選択のパッケージ bsdextrautils を選択しています。
 +.../04-bsdextrautils_2.38.1-5+deb12u3_armhf.deb を展開する準備をしています ...
 +bsdextrautils (2.38.1-5+deb12u3) を展開しています...
 +以前に未選択のパッケージ libpipeline1:armhf を選択しています。
 +.../05-libpipeline1_1.5.7-1_armhf.deb を展開する準備をしています ...
 +libpipeline1:armhf (1.5.7-1) を展開しています...
 +以前に未選択のパッケージ man-db を選択しています。
 +.../06-man-db_2.11.2-2_armhf.deb を展開する準備をしています ...
 +man-db (2.11.2-2) を展開しています...
 +以前に未選択のパッケージ bc を選択しています。
 +.../07-bc_1.07.1-3_armhf.deb を展開する準備をしています ...
 +bc (1.07.1-3) を展開しています...
 +以前に未選択のパッケージ libmagic-mgc を選択しています。
 +.../08-libmagic-mgc_1%3a5.44-3_armhf.deb を展開する準備をしています ...
 +libmagic-mgc (1:5.44-3) を展開しています...
 +以前に未選択のパッケージ libmagic1:armhf を選択しています。
 +.../09-libmagic1_1%3a5.44-3_armhf.deb を展開する準備をしています ...
 +libmagic1:armhf (1:5.44-3) を展開しています...
 +以前に未選択のパッケージ file を選択しています。
 +.../10-file_1%3a5.44-3_armhf.deb を展開する準備をしています ...
 +file (1:5.44-3) を展開しています...
 +以前に未選択のパッケージ gettext-base を選択しています。
 +.../11-gettext-base_0.21-12_armhf.deb を展開する準備をしています ...
 +gettext-base (0.21-12) を展開しています...
 +以前に未選択のパッケージ autoconf を選択しています。
 +.../12-autoconf_2.71-3_all.deb を展開する準備をしています ...
 +autoconf (2.71-3) を展開しています...
 +以前に未選択のパッケージ autotools-dev を選択しています。
 +.../13-autotools-dev_20220109.1_all.deb を展開する準備をしています ...
 +autotools-dev (20220109.1) を展開しています...
 +以前に未選択のパッケージ automake を選択しています。
 +.../14-automake_1%3a1.16.5-1.3_all.deb を展開する準備をしています ...
 +automake (1:1.16.5-1.3) を展開しています...
 +以前に未選択のパッケージ autopoint を選択しています。
 +.../15-autopoint_0.21-12_all.deb を展開する準備をしています ...
 +autopoint (0.21-12) を展開しています...
 +以前に未選択のパッケージ bison を選択しています。
 +.../16-bison_2%3a3.8.2+dfsg-1_armhf.deb を展開する準備をしています ...
 +bison (2:3.8.2+dfsg-1) を展開しています...
 +以前に未選択のパッケージ libdebhelper-perl を選択しています。
 +.../17-libdebhelper-perl_13.11.4_all.deb を展開する準備をしています ...
 +libdebhelper-perl (13.11.4) を展開しています...
 +以前に未選択のパッケージ libtool を選択しています。
 +.../18-libtool_2.4.7-7~deb12u1_all.deb を展開する準備をしています ...
 +libtool (2.4.7-7~deb12u1) を展開しています...
 +以前に未選択のパッケージ dh-autoreconf を選択しています。
 +.../19-dh-autoreconf_20_all.deb を展開する準備をしています ...
 +dh-autoreconf (20) を展開しています...
 +以前に未選択のパッケージ libarchive-zip-perl を選択しています。
 +.../20-libarchive-zip-perl_1.68-1_all.deb を展開する準備をしています ...
 +libarchive-zip-perl (1.68-1) を展開しています...
 +以前に未選択のパッケージ libsub-override-perl を選択しています。
 +.../21-libsub-override-perl_0.09-4_all.deb を展開する準備をしています ...
 +libsub-override-perl (0.09-4) を展開しています...
 +以前に未選択のパッケージ libfile-stripnondeterminism-perl を選択しています。
 +.../22-libfile-stripnondeterminism-perl_1.13.1-1_all.deb を展開する準備をしています ...
 +libfile-stripnondeterminism-perl (1.13.1-1) を展開しています...
 +以前に未選択のパッケージ dh-strip-nondeterminism を選択しています。
 +.../23-dh-strip-nondeterminism_1.13.1-1_all.deb を展開する準備をしています ...
 +dh-strip-nondeterminism (1.13.1-1) を展開しています...
 +以前に未選択のパッケージ dwz を選択しています。
 +.../24-dwz_0.15-1_armhf.deb を展開する準備をしています ...
 +dwz (0.15-1) を展開しています...
 +以前に未選択のパッケージ gettext を選択しています。
 +.../25-gettext_0.21-12_armhf.deb を展開する準備をしています ...
 +gettext (0.21-12) を展開しています...
 +以前に未選択のパッケージ intltool-debian を選択しています。
 +.../26-intltool-debian_0.35.0+20060710.6_all.deb を展開する準備をしています ...
 +intltool-debian (0.35.0+20060710.6) を展開しています...
 +以前に未選択のパッケージ po-debconf を選択しています。
 +.../27-po-debconf_1.0.21+nmu1_all.deb を展開する準備をしています ...
 +po-debconf (1.0.21+nmu1) を展開しています...
 +以前に未選択のパッケージ debhelper を選択しています。
 +.../28-debhelper_13.11.4_all.deb を展開する準備をしています ...
 +debhelper (13.11.4) を展開しています...
 +以前に未選択のパッケージ pahole を選択しています。
 +.../29-pahole_1.24-4.1_armhf.deb を展開する準備をしています ...
 +pahole (1.24-4.1) を展開しています...
 +以前に未選択のパッケージ dwarves を選択しています。
 +.../30-dwarves_1.24-4.1_all.deb を展開する準備をしています ...
 +dwarves (1.24-4.1) を展開しています...
 +以前に未選択のパッケージ zlib1g-dev:armhf を選択しています。
 +.../31-zlib1g-dev_1%3a1.2.13.dfsg-1+rpt1_armhf.deb を展開する準備をしています ...
 +zlib1g-dev:armhf (1:1.2.13.dfsg-1+rpt1) を展開しています...
 +以前に未選択のパッケージ libelf-dev:armhf を選択しています。
 +.../32-libelf-dev_0.188-2.1+rpi1_armhf.deb を展開する準備をしています ...
 +libelf-dev:armhf (0.188-2.1+rpi1) を展開しています...
 +以前に未選択のパッケージ libncurses-dev:armhf を選択しています。
 +.../33-libncurses-dev_6.4-4_armhf.deb を展開する準備をしています ...
 +libncurses-dev:armhf (6.4-4) を展開しています...
 +以前に未選択のパッケージ libncurses5-dev:armhf を選択しています。
 +.../34-libncurses5-dev_6.4-4_armhf.deb を展開する準備をしています ...
 +libncurses5-dev:armhf (6.4-4) を展開しています...
 +以前に未選択のパッケージ libssl-dev:armhf を選択しています。
 +.../35-libssl-dev_3.0.16-1~deb12u1+rpt1_armhf.deb を展開する準備をしています ...
 +libssl-dev:armhf (3.0.16-1~deb12u1+rpt1) を展開しています...
 +libpipeline1:armhf (1.5.7-1) を設定しています ...
 +libncurses-dev:armhf (6.4-4) を設定しています ...
 +bsdextrautils (2.38.1-5+deb12u3) を設定しています ...
 +libmagic-mgc (1:5.44-3) を設定しています ...
 +libarchive-zip-perl (1.68-1) を設定しています ...
 +libdebhelper-perl (13.11.4) を設定しています ...
 +libmagic1:armhf (1:5.44-3) を設定しています ...
 +bc (1.07.1-3) を設定しています ...
 +gettext-base (0.21-12) を設定しています ...
 +m4 (1.4.19-3) を設定しています ...
 +file (1:5.44-3) を設定しています ...
 +autotools-dev (20220109.1) を設定しています ...
 +libssl-dev:armhf (3.0.16-1~deb12u1+rpt1) を設定しています ...
 +autopoint (0.21-12) を設定しています ...
 +pahole (1.24-4.1) を設定しています ...
 +autoconf (2.71-3) を設定しています ...
 +zlib1g-dev:armhf (1:1.2.13.dfsg-1+rpt1) を設定しています ...
 +dwz (0.15-1) を設定しています ...
 +libuchardet0:armhf (0.0.7-1) を設定しています ...
 +libncurses5-dev:armhf (6.4-4) を設定しています ...
 +bison (2:3.8.2+dfsg-1) を設定しています ...
 +update-alternatives: /usr/bin/yacc (yacc) を提供するために自動モードで /usr/bin/bison.yacc を使います
 +libsub-override-perl (0.09-4) を設定しています ...
 +automake (1:1.16.5-1.3) を設定しています ...
 +update-alternatives: /usr/bin/automake (automake) を提供するために自動モードで /usr/bin/automake-1.16 を使います
 +libfile-stripnondeterminism-perl (1.13.1-1) を設定しています ...
 +flex (2.6.4-8.2) を設定しています ...
 +gettext (0.21-12) を設定しています ...
 +libtool (2.4.7-7~deb12u1) を設定しています ...
 +intltool-debian (0.35.0+20060710.6) を設定しています ...
 +dh-autoreconf (20) を設定しています ...
 +libelf-dev:armhf (0.188-2.1+rpi1) を設定しています ...
 +dwarves (1.24-4.1) を設定しています ...
 +dh-strip-nondeterminism (1.13.1-1) を設定しています ...
 +groff-base (1.22.4-10) を設定しています ...
 +po-debconf (1.0.21+nmu1) を設定しています ...
 +man-db (2.11.2-2) を設定しています ...
 +Building database of manual pages ...
 +Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
 +man-db.service is a disabled or a static unit, not starting it.
 +debhelper (13.11.4) を設定しています ...
 +libc-bin (2.36-9+rpt2+deb12u10) のトリガを処理しています ...
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#AFFF00"><b>$</b></font> <font color="#26A269">uname</font> <font color="#A347BA">-a</font>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Linux DietPi-AIY 6.12.25+rpt-rpi-v6 #1 Raspbian 1:6.12.25-1+rpt1 (2025-04-30) armv6l GNU/Linux
 +</pre></html></WRAP>
 +<WRAP color_command><html><pre>
 +<font color="#AFFF00"><b>$</b></font> <font color="#26A269">git</font> clone <font color="#A347BA">--depth</font> 1 <font color="#A347BA">--branch</font> v6.12.25 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.12.25
 +</pre></html></WRAP>
 +<WRAP color_result_hlong><html><pre>
 +Cloning into &apos;linux-6.12.25&apos;...
 +remote: Enumerating objects: 91901, done.
 +remote: Counting objects: 100% (91901/91901), done.
 +remote: Compressing objects: 100% (89371/89371), done.
 +remote: Total 91901 (delta 7126), reused 19490 (delta 1557), pack-reused 0
 +Receiving objects: 100% (91901/91901), 256.82 MiB | 338.00 KiB/s, done.
 +Resolving deltas: 100% (7126/7126), done.
 +Checking connectivity: 91901, done.
 +Note: switching to &apos;ef4999852d307d38cfdecd91ed6892cc03beb9b8&apos;.
 +
 +You are in &apos;detached HEAD&apos; state. You can look around, make experimental
 +changes and commit them, and you can discard any commits you make in this
 +state without impacting any branches by switching back to a branch.
 +
 +If you want to create a new branch to retain commits you create, you may
 +do so (now or later) by using -c with the switch command. Example:
 +
 +  git switch -c &lt;new-branch-name&gt;
 +
 +Or undo this operation with:
 +
 +  git switch -
 +
 +Turn off this advice by setting config variable advice.detachedHead to false
 +
 +Updating files: 100% (86712/86712), done.
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#AFFF00"><b>$</b></font> <font color="#26A269">cat</font> <u style="text-decoration-style:solid">/boot/config-6.12.25+rpt-rpi-v6</u> <font color="#12488B"><b>&gt;</b></font> <u style="text-decoration-style:solid">.config</u>
 +</pre></html></WRAP>
 +</WRAP>
 +
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#AFFF00"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">nice</u></font> <font color="#26A269">make</font> <font color="#A347BA">-j$</font><font color="#12488B"><b>(</b></font><font color="#26A269">nproc</font><font color="#12488B"><b>)</b></font> deb-pkg
 +</pre></html></WRAP>
 +<WRAP color_result_hlong><html><pre>  SYNC    include/config/auto.conf.cmd
 +  HOSTCC  scripts/basic/fixdep
 +  HOSTCC  scripts/kconfig/conf.o
 +  HOSTCC  scripts/kconfig/confdata.o
 +  HOSTCC  scripts/kconfig/expr.o
 +  LEX     scripts/kconfig/lexer.lex.c
 +  YACC    scripts/kconfig/parser.tab.[ch]
 +  HOSTCC  scripts/kconfig/lexer.lex.o
 +  HOSTCC  scripts/kconfig/menu.o
 +  HOSTCC  scripts/kconfig/parser.tab.o
 +  HOSTCC  scripts/kconfig/preprocess.o
 +  HOSTCC  scripts/kconfig/symbol.o
 +  HOSTCC  scripts/kconfig/util.o
 +  HOSTLD  scripts/kconfig/conf
 +*
 +* Restart config...
 +*
 +*
 +* General setup
 +*
 +Compile also drivers which will not load (COMPILE_TEST) [N/y/?] n
 +Compile the kernel with warnings as errors (WERROR) [N/y/?] n
 +Local version - append to kernel release (LOCALVERSION) [] 
 +Automatically append version information to the version string (LOCALVERSION_AUTO) [N/y/?] n
 +Build ID Salt (BUILD_SALT) [] (NEW) 
 +Kernel compression mode
 +&gt; 1. Gzip (KERNEL_GZIP)
 +  2. LZMA (KERNEL_LZMA)
 +  3. XZ (KERNEL_XZ)
 +  4. LZO (KERNEL_LZO)
 +  5. LZ4 (KERNEL_LZ4)
 +choice[1-5?]: 1
 +Default init path (DEFAULT_INIT) [] 
 +Default hostname (DEFAULT_HOSTNAME) [(none)] (none)
 +System V IPC (SYSVIPC) [Y/n/?] y
 +POSIX Message Queues (POSIX_MQUEUE) [Y/n/?] y
 +General notification queue (WATCH_QUEUE) [N/y/?] n
 +Enable process_vm_readv/writev syscalls (CROSS_MEMORY_ATTACH) [Y/n/?] y
 +uselib syscall (for libc5 and earlier) (USELIB) [N/y/?] n
 +Auditing support (AUDIT) [Y/?] y
 +Preemption Model
 +  1. No Forced Preemption (Server) (PREEMPT_NONE)
 +&gt; 2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY)
 +  3. Preemptible Kernel (Low-Latency Desktop) (PREEMPT)
 +choice[1-3?]: 2
 +Kernel .config support (IKCONFIG) [M/n/y/?] m
 +  Enable access to .config through /proc/config.gz (IKCONFIG_PROC) [Y/n/?] y
 +Enable kernel headers through /sys/kernel/kheaders.tar.xz (IKHEADERS) [N/m/y/?] n
 +Kernel log buffer size (16 =&gt; 64KB, 17 =&gt; 128KB) (LOG_BUF_SHIFT) [17] 17
 +Printk indexing debugfs interface (PRINTK_INDEX) [N/y/?] n
 +Checkpoint/restore support (CHECKPOINT_RESTORE) [N/y/?] n
 +Automatic process group scheduling (SCHED_AUTOGROUP) [Y/n/?] y
 +Kernel-&gt;user space relay support (formerly relayfs) (RELAY) [Y/?] y
 +Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD) [Y/n/?] y
 +  Initramfs source file(s) (INITRAMFS_SOURCE) [] 
 +  Support initial ramdisk/ramfs compressed using gzip (RD_GZIP) [Y/n/?] y
 +  Support initial ramdisk/ramfs compressed using bzip2 (RD_BZIP2) [Y/n/?] y
 +  Support initial ramdisk/ramfs compressed using LZMA (RD_LZMA) [Y/n/?] y
 +  Support initial ramdisk/ramfs compressed using XZ (RD_XZ) [Y/n/?] y
 +  Support initial ramdisk/ramfs compressed using LZO (RD_LZO) [Y/n/?] y
 +  Support initial ramdisk/ramfs compressed using LZ4 (RD_LZ4) [Y/n/?] y
 +  Support initial ramdisk/ramfs compressed using ZSTD (RD_ZSTD) [Y/n/?] y
 +Boot config support (BOOT_CONFIG) [N/y/?] n
 +Preserve cpio archive mtimes in initramfs (INITRAMFS_PRESERVE_MTIME) [Y/n/?] y
 +Compiler optimization level
 +&gt; 1. Optimize for performance (-O2) (CC_OPTIMIZE_FOR_PERFORMANCE)
 +  2. Optimize for size (-Os) (CC_OPTIMIZE_FOR_SIZE)
 +choice[1-2?]: 1
 +Dead code and data elimination (EXPERIMENTAL) (LD_DEAD_CODE_DATA_ELIMINATION) [N/y/?] n
 +Enable madvise/fadvise syscalls (ADVISE_SYSCALLS) [Y/n/?] y
 +Enable membarrier() system call (MEMBARRIER) [Y/?] y
 +Enable kcmp() system call (KCMP) [Y/?] y
 +Enable rseq() system call (RSEQ) [Y/n/?] y
 +  Enable debugging of rseq() system call (DEBUG_RSEQ) [N/y/?] n
 +Enable cachestat() system call (CACHESTAT_SYSCALL) [Y/n/?] y
 +PC/104 support (PC104) [N/y/?] n
 +Load all symbols for debugging/ksymoops (KALLSYMS) [Y/?] y
 +  Test the basic functions and performance of kallsyms (KALLSYMS_SELFTEST) [N/y/?] n
 +  Include all symbols in kallsyms (KALLSYMS_ALL) [Y/?] y
 +Profiling support (PROFILING) [Y/n/?] y
 +*
 +* Certificates for signature checking
 +*
 +Provide system-wide ring of trusted keys (SYSTEM_TRUSTED_KEYRING) [Y/?] y
 +  Additional X.509 keys for default system keyring (SYSTEM_TRUSTED_KEYS) [] (NEW) 
 +  Reserve area for inserting a certificate without recompiling (SYSTEM_EXTRA_CERTIFICATE) [N/y/?] n
 +  Provide a keyring to which extra trustable keys may be added (SECONDARY_TRUSTED_KEYRING) [N/y/?] n
 +Provide system-wide ring of blacklisted keys (SYSTEM_BLACKLIST_KEYRING) [N/y/?] n
 +  UPD     include/config/kernel.release
 +  UPD     .tmp_HEAD
 +  ARCHIVE linux.tar.gz
 +  GEN     debian
 +Using default distribution of &apos;unstable&apos; in the changelog
 +Install lsb-release or set $KDEB_CHANGELOG_DIST explicitly
 +dpkg-buildpackage --build=source,binary --no-pre-clean --unsigned-changes --unsigned-source --compression=gzip -R&apos;make -f debian/rules&apos; -j1 -a$(cat debian/arch)
 +<b>dpkg-buildpackage: </b><font color="#26A269">info</font>: source package linux-upstream
 +<b>dpkg-buildpackage: </b><font color="#26A269">info</font>: source version 6.12.25-1
 +<b>dpkg-buildpackage: </b><font color="#26A269">info</font>: source distribution unstable
 +<b>dpkg-buildpackage: </b><font color="#26A269">info</font>: source changed by dietpi &lt;dietpi@DietPi-AIY&gt;
 +<b>dpkg-buildpackage: </b><font color="#26A269">info</font>: host architecture armhf
 +<font color="#A347BA"><b> dpkg-source --compression=gzip --before-build .</b></font>
 +<b>dpkg-source: </b><font color="#26A269">info</font>: using options from linux-6.12.25/debian/source/local-options: --diff-ignore --extend-diff-ignore=.*
 +<b>dpkg-buildpackage: </b><font color="#A2734C"><b>warning</b></font>: building a source package without cleaning up as you asked; it might contain undesired files
 +<font color="#A347BA"><b> dpkg-source --compression=gzip -b .</b></font>
 +<b>dpkg-source: </b><font color="#26A269">info</font>: using options from linux-6.12.25/debian/source/local-options: --diff-ignore --extend-diff-ignore=.*
 +<b>dpkg-source: </b><font color="#26A269">info</font>: using source format &apos;3.0 (quilt)&apos;
 +<b>dpkg-source: </b><font color="#26A269">info</font>: building linux-upstream using existing ./linux-upstream_6.12.25.orig.tar.gz
 +<b>dpkg-source: </b><font color="#26A269">info</font>: using patch list from debian/patches/series
 +<b>dpkg-source: </b><font color="#26A269">info</font>: building linux-upstream in linux-upstream_6.12.25-1.debian.tar.gz
 +<b>dpkg-source: </b><font color="#26A269">info</font>: building linux-upstream in linux-upstream_6.12.25-1.dsc
 +<b>dpkg-source: </b><font color="#A2734C"><b>warning</b></font>: missing information for output field Standards-Version
 +<font color="#A347BA"><b> make -f debian/rules binary</b></font>
 +#
 +# No change to .config
 +#
 +  HOSTCC  scripts/unifdef
 +  WRAP    arch/arm/include/generated/uapi/asm/kvm_para.h
 +  WRAP    arch/arm/include/generated/uapi/asm/bitsperlong.h
 +  WRAP    arch/arm/include/generated/uapi/asm/bpf_perf_event.h
 +  WRAP    arch/arm/include/generated/uapi/asm/errno.h
 +  WRAP    arch/arm/include/generated/uapi/asm/ioctl.h
 +  WRAP    arch/arm/include/generated/uapi/asm/ipcbuf.h
 +  WRAP    arch/arm/include/generated/uapi/asm/msgbuf.h
 +  WRAP    arch/arm/include/generated/uapi/asm/param.h
 +  WRAP    arch/arm/include/generated/uapi/asm/poll.h
 +  WRAP    arch/arm/include/generated/uapi/asm/resource.h
 +  WRAP    arch/arm/include/generated/uapi/asm/sembuf.h
 +  WRAP    arch/arm/include/generated/uapi/asm/shmbuf.h
 +  WRAP    arch/arm/include/generated/uapi/asm/siginfo.h
 +  WRAP    arch/arm/include/generated/uapi/asm/socket.h
 +  WRAP    arch/arm/include/generated/uapi/asm/sockios.h
 +  WRAP    arch/arm/include/generated/uapi/asm/termbits.h
 +  WRAP    arch/arm/include/generated/uapi/asm/termios.h
 +  SYSHDR  arch/arm/include/generated/uapi/asm/unistd-oabi.h
 +  SYSHDR  arch/arm/include/generated/uapi/asm/unistd-eabi.h
 +  UPD     include/generated/uapi/linux/version.h
 +  HDRINST usr/include/asm-generic/stat.h
 +  HDRINST usr/include/asm-generic/termios.h
 +  HDRINST usr/include/asm-generic/setup.h
 +  HDRINST usr/include/asm-generic/signal.h
 +  HDRINST usr/include/asm-generic/mman.h
 +  HDRINST usr/include/asm-generic/signal-defs.h
 +  HDRINST usr/include/asm-generic/types.h
 +  HDRINST usr/include/asm-generic/posix_types.h
 +  HDRINST usr/include/asm-generic/termbits-common.h
 +  HDRINST usr/include/asm-generic/ioctls.h
 +  HDRINST usr/include/asm-generic/bitsperlong.h
 +  HDRINST usr/include/asm-generic/msgbuf.h
 +  HDRINST usr/include/asm-generic/termbits.h
 +  HDRINST usr/include/asm-generic/int-l64.h
 +  HDRINST usr/include/asm-generic/int-ll64.h
 +  HDRINST usr/include/asm-generic/ucontext.h
 +  HDRINST usr/include/asm-generic/errno-base.h
 +  HDRINST usr/include/asm-generic/auxvec.h
 +  HDRINST usr/include/asm-generic/fcntl.h
 +  HDRINST usr/include/asm-generic/statfs.h
 +  HDRINST usr/include/asm-generic/unistd.h
 +  HDRINST usr/include/asm-generic/errno.h
 +  HDRINST usr/include/asm-generic/mman-common.h
 +  HDRINST usr/include/asm-generic/bpf_perf_event.h
 +  HDRINST usr/include/asm-generic/resource.h
 +  HDRINST usr/include/asm-generic/ipcbuf.h
 +  HDRINST usr/include/asm-generic/sembuf.h
 +  HDRINST usr/include/asm-generic/socket.h
 +  HDRINST usr/include/asm-generic/param.h
 +  HDRINST usr/include/asm-generic/kvm_para.h
 +  HDRINST usr/include/asm-generic/poll.h
 +  HDRINST usr/include/asm-generic/shmbuf.h
 +  HDRINST usr/include/asm-generic/siginfo.h
 +  HDRINST usr/include/asm-generic/sockios.h
 +  HDRINST usr/include/asm-generic/swab.h
 +  HDRINST usr/include/asm-generic/hugetlb_encode.h
 +  HDRINST usr/include/asm-generic/ioctl.h
 +  HDRINST usr/include/drm/msm_drm.h
 +  HDRINST usr/include/drm/radeon_drm.h
 +  HDRINST usr/include/drm/amdgpu_drm.h
 +  HDRINST usr/include/drm/i915_drm.h
 +  HDRINST usr/include/drm/pvr_drm.h
 +  HDRINST usr/include/drm/qaic_accel.h
 +  HDRINST usr/include/drm/vc4_drm.h
 +  HDRINST usr/include/drm/virtgpu_drm.h
 +  HDRINST usr/include/drm/panfrost_drm.h
 +  HDRINST usr/include/drm/nouveau_drm.h
 +  HDRINST usr/include/drm/armada_drm.h
 +  HDRINST usr/include/drm/drm_mode.h
 +  HDRINST usr/include/drm/drm_sarea.h
 +  HDRINST usr/include/drm/habanalabs_accel.h
 +  HDRINST usr/include/drm/drm_fourcc.h
 +  HDRINST usr/include/drm/drm.h
 +  HDRINST usr/include/drm/v3d_drm.h
 +  HDRINST usr/include/drm/etnaviv_drm.h
 +  HDRINST usr/include/drm/xe_drm.h
 +  HDRINST usr/include/drm/lima_drm.h
 +  HDRINST usr/include/drm/exynos_drm.h
 +  HDRINST usr/include/drm/ivpu_accel.h
 +  HDRINST usr/include/drm/qxl_drm.h
 +  HDRINST usr/include/drm/panthor_drm.h
 +  HDRINST usr/include/drm/tegra_drm.h
 +  HDRINST usr/include/drm/vgem_drm.h
 +  HDRINST usr/include/drm/vmwgfx_drm.h
 +  HDRINST usr/include/drm/omap_drm.h
 +  HDRINST usr/include/linux/iio/types.h
 +  HDRINST usr/include/linux/iio/events.h
 +  HDRINST usr/include/linux/iio/buffer.h
 +  HDRINST usr/include/linux/ila.h
 +  HDRINST usr/include/linux/nitro_enclaves.h
 +  HDRINST usr/include/linux/if_fddi.h
 +  HDRINST usr/include/linux/nsm.h
 +  HDRINST usr/include/linux/netconf.h
 +  HDRINST usr/include/linux/uinput.h
 +  HDRINST usr/include/linux/loadpin.h
 +  HDRINST usr/include/linux/nfsd_netlink.h
 +  HDRINST usr/include/linux/veth.h
 +  HDRINST usr/include/linux/virtio_balloon.h
 +  HDRINST usr/include/linux/stat.h
 +  HDRINST usr/include/linux/if_ppp.h
 +  HDRINST usr/include/linux/sock_diag.h
 +  HDRINST usr/include/linux/virtio_input.h
 +  HDRINST usr/include/linux/qemu_fw_cfg.h
 +  HDRINST usr/include/linux/ipmi_msgdefs.h
 +  HDRINST usr/include/linux/if_phonet.h
 +  HDRINST usr/include/linux/ioam6_genl.h
 +  HDRINST usr/include/linux/agpgart.h
 +  HDRINST usr/include/linux/futex.h
 +  HDRINST usr/include/linux/mrp_bridge.h
 +  HDRINST usr/include/linux/vsockmon.h
 +  HDRINST usr/include/linux/userio.h
 +  HDRINST usr/include/linux/udmabuf.h
 +  HDRINST usr/include/linux/dqblk_xfs.h
 +  HDRINST usr/include/linux/vesa.h
 +  HDRINST usr/include/linux/firewire-cdev.h
 +  HDRINST usr/include/linux/dccp.h
 +  HDRINST usr/include/linux/caif/if_caif.h
 +  HDRINST usr/include/linux/caif/caif_socket.h
 +  HDRINST usr/include/linux/blktrace_api.h
 +  HDRINST usr/include/linux/if_addr.h
 +  HDRINST usr/include/linux/kfd_sysfs.h
 +  HDRINST usr/include/linux/acct.h
 +  HDRINST usr/include/linux/if_hippi.h
 +  HDRINST usr/include/linux/minix_fs.h
 +  HDRINST usr/include/linux/seccomp.h
 +  HDRINST usr/include/linux/spi/spi.h
 +  HDRINST usr/include/linux/spi/spidev.h
 +  HDRINST usr/include/linux/ppp-comp.h
 +  HDRINST usr/include/linux/pidfd.h
 +  HDRINST usr/include/linux/rpmsg.h
 +  HDRINST usr/include/linux/if_arp.h
 +  HDRINST usr/include/linux/aspeed-p2a-ctrl.h
 +  HDRINST usr/include/linux/msdos_fs.h
 +  HDRINST usr/include/linux/handshake.h
 +  HDRINST usr/include/linux/vdpa.h
 +  HDRINST usr/include/linux/eventfd.h
 +  HDRINST usr/include/linux/neighbour.h
 +  HDRINST usr/include/linux/if_infiniband.h
 +  HDRINST usr/include/linux/utime.h
 +  HDRINST usr/include/linux/cciss_defs.h
 +  HDRINST usr/include/linux/reiserfs_fs.h
 +  HDRINST usr/include/linux/sysctl.h
 +  HDRINST usr/include/linux/nilfs2_api.h
 +  HDRINST usr/include/linux/mei_uuid.h
 +  HDRINST usr/include/linux/ioam6_iptunnel.h
 +  HDRINST usr/include/linux/termios.h
 +  HDRINST usr/include/linux/usbdevice_fs.h
 +  HDRINST usr/include/linux/tdx-guest.h
 +  HDRINST usr/include/linux/in6.h
 +  HDRINST usr/include/linux/ethtool.h
 +  HDRINST usr/include/linux/npcm-video.h
 +  HDRINST usr/include/linux/virtio_vsock.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_ttl.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h
 +  HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.h
 +  HDRINST usr/include/linux/baycom.h
 +  HDRINST usr/include/linux/virtio_blk.h
 +  HDRINST usr/include/linux/ntsync.h
 +  HDRINST usr/include/linux/xilinx-v4l2-controls.h
 +  HDRINST usr/include/linux/hyperv.h
 +  HDRINST usr/include/linux/serio.h
 +  HDRINST usr/include/linux/soundcard.h
 +  HDRINST usr/include/linux/cxl_mem.h
 +  HDRINST usr/include/linux/taskstats.h
 +  HDRINST usr/include/linux/rfkill.h
 +  HDRINST usr/include/linux/vtpm_proxy.h
 +  HDRINST usr/include/linux/atalk.h
 +  HDRINST usr/include/linux/fadvise.h
 +  HDRINST usr/include/linux/virtio_ring.h
 +  HDRINST usr/include/linux/ipsec.h
 +  HDRINST usr/include/linux/route.h
 +  HDRINST usr/include/linux/dm-ioctl.h
 +  HDRINST usr/include/linux/switchtec_ioctl.h
 +  HDRINST usr/include/linux/dlm.h
 +  HDRINST usr/include/linux/time.h
 +  HDRINST usr/include/linux/atmdev.h
 +  HDRINST usr/include/linux/signal.h
 +  HDRINST usr/include/linux/virtio_mem.h
 +  HDRINST usr/include/linux/sctp.h
 +  HDRINST usr/include/linux/virtio_mmio.h
 +  HDRINST usr/include/linux/ultrasound.h
 +  HDRINST usr/include/linux/mman.h
 +  HDRINST usr/include/linux/vhost_types.h
 +  HDRINST usr/include/linux/icmp.h
 +  HDRINST usr/include/linux/if_alg.h
 +  HDRINST usr/include/linux/netfilter_arp/arp_tables.h
 +  HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h
 +  HDRINST usr/include/linux/selinux_netlink.h
 +  HDRINST usr/include/linux/uuid.h
 +  HDRINST usr/include/linux/devlink.h
 +  HDRINST usr/include/linux/ncsi.h
 +  HDRINST usr/include/linux/nbd-netlink.h
 +  HDRINST usr/include/linux/userfaultfd.h
 +  HDRINST usr/include/linux/input.h
 +  HDRINST usr/include/linux/matroxfb.h
 +  HDRINST usr/include/linux/ppp_defs.h
 +  HDRINST usr/include/linux/atm.h
 +  HDRINST usr/include/linux/atm_tcp.h
 +  HDRINST usr/include/linux/virtio_pci.h
 +  HDRINST usr/include/linux/timex.h
 +  HDRINST usr/include/linux/nfs3.h
 +  HDRINST usr/include/linux/virtio_fs.h
 +  HDRINST usr/include/linux/types.h
 +  HDRINST usr/include/linux/phonet.h
 +  HDRINST usr/include/linux/thermal.h
 +  HDRINST usr/include/linux/elf.h
 +  HDRINST usr/include/linux/mmtimer.h
 +  HDRINST usr/include/linux/kcm.h
 +  HDRINST usr/include/linux/if_packet.h
 +  HDRINST usr/include/linux/seg6_genl.h
 +  HDRINST usr/include/linux/tcp_metrics.h
 +  HDRINST usr/include/linux/posix_types.h
 +  HDRINST usr/include/linux/fdreg.h
 +  HDRINST usr/include/linux/stddef.h
 +  HDRINST usr/include/linux/rtnetlink.h
 +  HDRINST usr/include/linux/i8k.h
 +  HDRINST usr/include/linux/media-bus-format.h
 +  HDRINST usr/include/linux/psp-sev.h
 +  HDRINST usr/include/linux/vduse.h
 +  HDRINST usr/include/linux/virtio_9p.h
 +  HDRINST usr/include/linux/if_bridge.h
 +  HDRINST usr/include/linux/if_macsec.h
 +  HDRINST usr/include/linux/rpl.h
 +  HDRINST usr/include/linux/watchdog.h
 +  HDRINST usr/include/linux/ivtvfb.h
 +  HDRINST usr/include/linux/gpio.h
 +  HDRINST usr/include/linux/rxrpc.h
 +  HDRINST usr/include/linux/packet_diag.h
 +  HDRINST usr/include/linux/virtio_iommu.h
 +  HDRINST usr/include/linux/atmlec.h
 +  HDRINST usr/include/linux/dns_resolver.h
 +  HDRINST usr/include/linux/smc_diag.h
 +  HDRINST usr/include/linux/nsfs.h
 +  HDRINST usr/include/linux/genwqe/genwqe_card.h
 +  HDRINST usr/include/linux/virtio_crypto.h
 +  HDRINST usr/include/linux/byteorder/little_endian.h
 +  HDRINST usr/include/linux/byteorder/big_endian.h
 +  HDRINST usr/include/linux/pkt_sched.h
 +  HDRINST usr/include/linux/misc/bcm_vk.h
 +  HDRINST usr/include/linux/hdlc.h
 +  HDRINST usr/include/linux/wireless.h
 +  HDRINST usr/include/linux/mctp.h
 +  HDRINST usr/include/linux/virtio_i2c.h
 +  HDRINST usr/include/linux/hid.h
 +  HDRINST usr/include/linux/um_timetravel.h
 +  HDRINST usr/include/linux/phantom.h
 +  HDRINST usr/include/linux/tiocl.h
 +  HDRINST usr/include/linux/input-event-codes.h
 +  HDRINST usr/include/linux/fb.h
 +  HDRINST usr/include/linux/tps6594_pfsm.h
 +  HDRINST usr/include/linux/if_pppox.h
 +  HDRINST usr/include/linux/vt.h
 +  HDRINST usr/include/linux/sonet.h
 +  HDRINST usr/include/linux/limits.h
 +  HDRINST usr/include/linux/zorro_ids.h
 +  HDRINST usr/include/linux/netfilter.h
 +  HDRINST usr/include/linux/uleds.h
 +  HDRINST usr/include/linux/fsi.h
 +  HDRINST usr/include/linux/magic.h
 +  HDRINST usr/include/linux/iommufd.h
 +  HDRINST usr/include/linux/virtio_config.h
 +  HDRINST usr/include/linux/cgroupstats.h
 +  HDRINST usr/include/linux/xdp_diag.h
 +  HDRINST usr/include/linux/btrfs.h
 +  HDRINST usr/include/linux/arm_sdei.h
 +  HDRINST usr/include/linux/genetlink.h
 +  HDRINST usr/include/linux/cyclades.h
 +  HDRINST usr/include/linux/dw100.h
 +  HDRINST usr/include/linux/net_namespace.h
 +  HDRINST usr/include/linux/xfrm.h
 +  HDRINST usr/include/linux/fou.h
 +  HDRINST usr/include/linux/mroute6.h
 +  HDRINST usr/include/linux/papr_pdsm.h
 +  HDRINST usr/include/linux/if_xdp.h
 +  HDRINST usr/include/linux/nfc.h
 +  HDRINST usr/include/linux/nfsacl.h
 +  HDRINST usr/include/linux/sysinfo.h
 +  HDRINST usr/include/linux/cciss_ioctl.h
 +  HDRINST usr/include/linux/kernel-page-flags.h
 +  HDRINST usr/include/linux/ppp-ioctl.h
 +  HDRINST usr/include/linux/pg.h
 +  HDRINST usr/include/linux/mmc/ioctl.h
 +  HDRINST usr/include/linux/if_slip.h
 +  HDRINST usr/include/linux/seg6_iptunnel.h
 +  HDRINST usr/include/linux/cifs/cifs_mount.h
 +  HDRINST usr/include/linux/cifs/cifs_netlink.h
 +  HDRINST usr/include/linux/tty.h
 +  HDRINST usr/include/linux/libc-compat.h
 +  HDRINST usr/include/linux/rpmsg_types.h
 +  HDRINST usr/include/linux/memfd.h
 +  HDRINST usr/include/linux/if_x25.h
 +  HDRINST usr/include/linux/virtio_bt.h
 +  HDRINST usr/include/linux/synclink.h
 +  HDRINST usr/include/linux/tcp.h
 +  HDRINST usr/include/linux/atm_idt77105.h
 +  HDRINST usr/include/linux/tty_flags.h
 +  HDRINST usr/include/linux/netfilter/xt_bpf.h
 +  HDRINST usr/include/linux/netfilter/xt_LED.h
 +  HDRINST usr/include/linux/netfilter/xt_mark.h
 +  HDRINST usr/include/linux/netfilter/xt_cluster.h
 +  HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h
 +  HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h
 +  HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h
 +  HDRINST usr/include/linux/netfilter/ipset/ip_set.h
 +  HDRINST usr/include/linux/netfilter/xt_comment.h
 +  HDRINST usr/include/linux/netfilter/xt_NFLOG.h
 +  HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h
 +  HDRINST usr/include/linux/netfilter/xt_u32.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_acct.h
 +  HDRINST usr/include/linux/netfilter/xt_tcpudp.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_compat.h
 +  HDRINST usr/include/linux/netfilter/xt_mac.h
 +  HDRINST usr/include/linux/netfilter/xt_esp.h
 +  HDRINST usr/include/linux/netfilter/xt_realm.h
 +  HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h
 +  HDRINST usr/include/linux/netfilter/xt_helper.h
 +  HDRINST usr/include/linux/netfilter/xt_CONNMARK.h
 +  HDRINST usr/include/linux/netfilter/xt_connbytes.h
 +  HDRINST usr/include/linux/netfilter/xt_cpu.h
 +  HDRINST usr/include/linux/netfilter/xt_policy.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_log.h
 +  HDRINST usr/include/linux/netfilter/xt_state.h
 +  HDRINST usr/include/linux/netfilter/xt_cgroup.h
 +  HDRINST usr/include/linux/netfilter/xt_multiport.h
 +  HDRINST usr/include/linux/netfilter/xt_HMARK.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h
 +  HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h
 +  HDRINST usr/include/linux/netfilter/xt_hashlimit.h
 +  HDRINST usr/include/linux/netfilter/xt_ipcomp.h
 +  HDRINST usr/include/linux/netfilter/xt_owner.h
 +  HDRINST usr/include/linux/netfilter/xt_statistic.h
 +  HDRINST usr/include/linux/netfilter/xt_rpfilter.h
 +  HDRINST usr/include/linux/netfilter/xt_set.h
 +  HDRINST usr/include/linux/netfilter/xt_connlimit.h
 +  HDRINST usr/include/linux/netfilter/nf_conntrack_common.h
 +  HDRINST usr/include/linux/netfilter/nf_synproxy.h
 +  HDRINST usr/include/linux/netfilter/xt_SECMARK.h
 +  HDRINST usr/include/linux/netfilter/xt_connlabel.h
 +  HDRINST usr/include/linux/netfilter/xt_devgroup.h
 +  HDRINST usr/include/linux/netfilter/xt_AUDIT.h
 +  HDRINST usr/include/linux/netfilter/xt_ipvs.h
 +  HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h
 +  HDRINST usr/include/linux/netfilter/xt_rateest.h
 +  HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h
 +  HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h
 +  HDRINST usr/include/linux/netfilter/xt_DSCP.h
 +  HDRINST usr/include/linux/netfilter/nf_tables_compat.h
 +  HDRINST usr/include/linux/netfilter/xt_TPROXY.h
 +  HDRINST usr/include/linux/netfilter/xt_ecn.h
 +  HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h
 +  HDRINST usr/include/linux/netfilter/xt_conntrack.h
 +  HDRINST usr/include/linux/netfilter/xt_CT.h
 +  HDRINST usr/include/linux/netfilter/x_tables.h
 +  HDRINST usr/include/linux/netfilter/xt_l2tp.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_osf.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink.h
 +  HDRINST usr/include/linux/netfilter/nf_nat.h
 +  HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h
 +  HDRINST usr/include/linux/netfilter/xt_length.h
 +  HDRINST usr/include/linux/netfilter/xt_recent.h
 +  HDRINST usr/include/linux/netfilter/xt_nfacct.h
 +  HDRINST usr/include/linux/netfilter/xt_LOG.h
 +  HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h
 +  HDRINST usr/include/linux/netfilter/xt_quota.h
 +  HDRINST usr/include/linux/netfilter/nf_tables.h
 +  HDRINST usr/include/linux/netfilter/xt_string.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_hook.h
 +  HDRINST usr/include/linux/netfilter/xt_dscp.h
 +  HDRINST usr/include/linux/netfilter/xt_addrtype.h
 +  HDRINST usr/include/linux/netfilter/xt_osf.h
 +  HDRINST usr/include/linux/netfilter/xt_pkttype.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h
 +  HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h
 +  HDRINST usr/include/linux/netfilter/nf_log.h
 +  HDRINST usr/include/linux/netfilter/xt_TCPMSS.h
 +  HDRINST usr/include/linux/netfilter/xt_socket.h
 +  HDRINST usr/include/linux/netfilter/xt_connmark.h
 +  HDRINST usr/include/linux/netfilter/xt_tcpmss.h
 +  HDRINST usr/include/linux/netfilter/xt_sctp.h
 +  HDRINST usr/include/linux/netfilter/xt_MARK.h
 +  HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h
 +  HDRINST usr/include/linux/netfilter/xt_time.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h
 +  HDRINST usr/include/linux/netfilter/xt_dccp.h
 +  HDRINST usr/include/linux/netfilter/xt_physdev.h
 +  HDRINST usr/include/linux/netfilter/xt_iprange.h
 +  HDRINST usr/include/linux/netfilter/xt_TEE.h
 +  HDRINST usr/include/linux/netfilter/xt_limit.h
 +  HDRINST usr/include/linux/netfilter/xt_RATEEST.h
 +  HDRINST usr/include/linux/netfilter/nfnetlink_queue.h
 +  HDRINST usr/include/linux/prctl.h
 +  HDRINST usr/include/linux/hidraw.h
 +  HDRINST usr/include/linux/if.h
 +  HDRINST usr/include/linux/in_route.h
 +  HDRINST usr/include/linux/keyboard.h
 +  HDRINST usr/include/linux/wmi.h
 +  HDRINST usr/include/linux/can/vxcan.h
 +  HDRINST usr/include/linux/can/raw.h
 +  HDRINST usr/include/linux/can/isotp.h
 +  HDRINST usr/include/linux/can/error.h
 +  HDRINST usr/include/linux/can/bcm.h
 +  HDRINST usr/include/linux/can/netlink.h
 +  HDRINST usr/include/linux/can/gw.h
 +  HDRINST usr/include/linux/can/j1939.h
 +  HDRINST usr/include/linux/dpll.h
 +  HDRINST usr/include/linux/const.h
 +  HDRINST usr/include/linux/seg6_hmac.h
 +  HDRINST usr/include/linux/target_core_user.h
 +  HDRINST usr/include/linux/hw_breakpoint.h
 +  HDRINST usr/include/linux/aspeed-video.h
 +  HDRINST usr/include/linux/kernelcapi.h
 +  HDRINST usr/include/linux/snmp.h
 +  HDRINST usr/include/linux/ivtv.h
 +  HDRINST usr/include/linux/stm.h
 +  HDRINST usr/include/linux/trace_mmap.h
 +  HDRINST usr/include/linux/perf_event.h
 +  HDRINST usr/include/linux/atm_eni.h
 +  HDRINST usr/include/linux/virtio_ids.h
 +  HDRINST usr/include/linux/ax25.h
 +  HDRINST usr/include/linux/elf-fdpic.h
 +  HDRINST usr/include/linux/virtio_scmi.h
 +  HDRINST usr/include/linux/erspan.h
 +  HDRINST usr/include/linux/auto_fs.h
 +  HDRINST usr/include/linux/if_vlan.h
 +  HDRINST usr/include/linux/ublk_cmd.h
 +  HDRINST usr/include/linux/gfs2_ondisk.h
 +  HDRINST usr/include/linux/if_fc.h
 +  HDRINST usr/include/linux/gameport.h
 +  HDRINST usr/include/linux/atmsvc.h
 +  HDRINST usr/include/linux/in.h
 +  HDRINST usr/include/linux/udp.h
 +  HDRINST usr/include/linux/smiapp.h
 +  HDRINST usr/include/linux/watch_queue.h
 +  HDRINST usr/include/linux/vmcore.h
 +  HDRINST usr/include/linux/hsr_netlink.h
 +  HDRINST usr/include/linux/tipc_netlink.h
 +  HDRINST usr/include/linux/signalfd.h
 +  HDRINST usr/include/linux/ccs.h
 +  HDRINST usr/include/linux/nfs4.h
 +  HDRINST usr/include/linux/kd.h
 +  HDRINST usr/include/linux/joystick.h
 +  HDRINST usr/include/linux/serial_core.h
 +  HDRINST usr/include/linux/errqueue.h
 +  HDRINST usr/include/linux/auto_fs4.h
 +  HDRINST usr/include/linux/mqueue.h
 +  HDRINST usr/include/linux/atmarp.h
 +  HDRINST usr/include/linux/mroute.h
 +  HDRINST usr/include/linux/ptp_clock.h
 +  HDRINST usr/include/linux/jffs2.h
 +  HDRINST usr/include/linux/bt-bmc.h
 +  HDRINST usr/include/linux/rseq.h
 +  HDRINST usr/include/linux/netlink.h
 +  HDRINST usr/include/linux/module.h
 +  HDRINST usr/include/linux/vbox_err.h
 +  HDRINST usr/include/linux/if_team.h
 +  HDRINST usr/include/linux/batadv_packet.h
 +  HDRINST usr/include/linux/eventpoll.h
 +  HDRINST usr/include/linux/max2175.h
 +  HDRINST usr/include/linux/aio_abi.h
 +  HDRINST usr/include/linux/comedi.h
 +  HDRINST usr/include/linux/hdreg.h
 +  HDRINST usr/include/linux/rio_cm_cdev.h
 +  HDRINST usr/include/linux/hpet.h
 +  HDRINST usr/include/linux/cdrom.h
 +  HDRINST usr/include/linux/rds.h
 +  HDRINST usr/include/linux/io_uring.h
 +  HDRINST usr/include/linux/qrtr.h
 +  HDRINST usr/include/linux/i2c-dev.h
 +  HDRINST usr/include/linux/aspeed-lpc-ctrl.h
 +  HDRINST usr/include/linux/netrom.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h
 +  HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h
 +  HDRINST usr/include/linux/ioprio.h
 +  HDRINST usr/include/linux/bpf_common.h
 +  HDRINST usr/include/linux/netfilter_ipv4.h
 +  HDRINST usr/include/linux/scif_ioctl.h
 +  HDRINST usr/include/linux/wireguard.h
 +  HDRINST usr/include/linux/dlm_device.h
 +  HDRINST usr/include/linux/ip_vs.h
 +  HDRINST usr/include/linux/rtc.h
 +  HDRINST usr/include/linux/ipv6_route.h
 +  HDRINST usr/include/linux/nilfs2_ondisk.h
 +  HDRINST usr/include/linux/mpls_iptunnel.h
 +  HDRINST usr/include/linux/psci.h
 +  HDRINST usr/include/linux/vfio_zdev.h
 +  HDRINST usr/include/linux/pfkeyv2.h
 +  HDRINST usr/include/linux/serial_reg.h
 +  HDRINST usr/include/linux/uio.h
 +  HDRINST usr/include/linux/tipc_config.h
 +  HDRINST usr/include/linux/msg.h
 +  HDRINST usr/include/linux/uvcvideo.h
 +  HDRINST usr/include/linux/dvb/video.h
 +  HDRINST usr/include/linux/dvb/osd.h
 +  HDRINST usr/include/linux/dvb/frontend.h
 +  HDRINST usr/include/linux/dvb/audio.h
 +  HDRINST usr/include/linux/dvb/ca.h
 +  HDRINST usr/include/linux/dvb/net.h
 +  HDRINST usr/include/linux/dvb/version.h
 +  HDRINST usr/include/linux/dvb/dmx.h
 +  HDRINST usr/include/linux/mdio.h
 +  HDRINST usr/include/linux/personality.h
 +  HDRINST usr/include/linux/nl80211.h
 +  HDRINST usr/include/linux/am437x-vpfe.h
 +  HDRINST usr/include/linux/i2c.h
 +  HDRINST usr/include/linux/utsname.h
 +  HDRINST usr/include/linux/virtio_net.h
 +  HDRINST usr/include/linux/securebits.h
 +  HDRINST usr/include/linux/auxvec.h
 +  HDRINST usr/include/linux/sync_file.h
 +  HDRINST usr/include/linux/ndctl.h
 +  HDRINST usr/include/linux/zorro.h
 +  HDRINST usr/include/linux/mei.h
 +  HDRINST usr/include/linux/isdn/capicmd.h
 +  HDRINST usr/include/linux/ptrace.h
 +  HDRINST usr/include/linux/fcntl.h
 +  HDRINST usr/include/linux/hsi/cs-protocol.h
 +  HDRINST usr/include/linux/hsi/hsi_char.h
 +  HDRINST usr/include/linux/bits.h
 +  HDRINST usr/include/linux/pfrut.h
 +  HDRINST usr/include/linux/blkdev.h
 +  HDRINST usr/include/linux/media.h
 +  HDRINST usr/include/linux/if_plip.h
 +  HDRINST usr/include/linux/sound.h
 +  HDRINST usr/include/linux/times.h
 +  HDRINST usr/include/linux/kfd_ioctl.h
 +  HDRINST usr/include/linux/cramfs_fs.h
 +  HDRINST usr/include/linux/auto_dev-ioctl.h
 +  HDRINST usr/include/linux/falloc.h
 +  HDRINST usr/include/linux/cryptouser.h
 +  HDRINST usr/include/linux/dcbnl.h
 +  HDRINST usr/include/linux/map_to_7segment.h
 +  HDRINST usr/include/linux/map_to_14segment.h
 +  HDRINST usr/include/linux/loop.h
 +  HDRINST usr/include/linux/android/binder.h
 +  HDRINST usr/include/linux/android/binderfs.h
 +  HDRINST usr/include/linux/tipc.h
 +  HDRINST usr/include/linux/tc_act/tc_mirred.h
 +  HDRINST usr/include/linux/tc_act/tc_defact.h
 +  HDRINST usr/include/linux/tc_act/tc_nat.h
 +  HDRINST usr/include/linux/tc_act/tc_tunnel_key.h
 +  HDRINST usr/include/linux/tc_act/tc_mpls.h
 +  HDRINST usr/include/linux/tc_act/tc_sample.h
 +  HDRINST usr/include/linux/tc_act/tc_skbmod.h
 +  HDRINST usr/include/linux/tc_act/tc_gact.h
 +  HDRINST usr/include/linux/tc_act/tc_ife.h
 +  HDRINST usr/include/linux/tc_act/tc_ctinfo.h
 +  HDRINST usr/include/linux/tc_act/tc_bpf.h
 +  HDRINST usr/include/linux/tc_act/tc_csum.h
 +  HDRINST usr/include/linux/tc_act/tc_ct.h
 +  HDRINST usr/include/linux/tc_act/tc_skbedit.h
 +  HDRINST usr/include/linux/tc_act/tc_pedit.h
 +  HDRINST usr/include/linux/tc_act/tc_connmark.h
 +  HDRINST usr/include/linux/tc_act/tc_gate.h
 +  HDRINST usr/include/linux/tc_act/tc_vlan.h
 +  HDRINST usr/include/linux/mount.h
 +  HDRINST usr/include/linux/sched.h
 +  HDRINST usr/include/linux/unistd.h
 +  HDRINST usr/include/linux/netfilter_ipv6.h
 +  HDRINST usr/include/linux/vboxguest.h
 +  HDRINST usr/include/linux/cec.h
 +  HDRINST usr/include/linux/tls.h
 +  HDRINST usr/include/linux/pci.h
 +  HDRINST usr/include/linux/vm_sockets_diag.h
 +  HDRINST usr/include/linux/mempolicy.h
 +  HDRINST usr/include/linux/fsverity.h
 +  HDRINST usr/include/linux/kdev_t.h
 +  HDRINST usr/include/linux/cfm_bridge.h
 +  HDRINST usr/include/linux/nvram.h
 +  HDRINST usr/include/linux/videodev2.h
 +  HDRINST usr/include/linux/if_tunnel.h
 +  HDRINST usr/include/linux/v4l2-common.h
 +  HDRINST usr/include/linux/vbox_vmmdev_types.h
 +  HDRINST usr/include/linux/if_arcnet.h
 +  HDRINST usr/include/linux/adb.h
 +  HDRINST usr/include/linux/netlink_diag.h
 +  HDRINST usr/include/linux/serial.h
 +  HDRINST usr/include/linux/cachefiles.h
 +  HDRINST usr/include/linux/errno.h
 +  HDRINST usr/include/linux/hdlc/ioctl.h
 +  HDRINST usr/include/linux/gtp.h
 +  HDRINST usr/include/linux/elf-em.h
 +  HDRINST usr/include/linux/ipmi.h
 +  HDRINST usr/include/linux/mptcp.h
 +  HDRINST usr/include/linux/pktcdvd.h
 +  HDRINST usr/include/linux/ipmi_ssif_bmc.h
 +  HDRINST usr/include/linux/connector.h
 +  HDRINST usr/include/linux/cycx_cfm.h
 +  HDRINST usr/include/linux/blkzoned.h
 +  HDRINST usr/include/linux/bpf_perf_event.h
 +  HDRINST usr/include/linux/timerfd.h
 +  HDRINST usr/include/linux/acrn.h
 +  HDRINST usr/include/linux/atmbr2684.h
 +  HDRINST usr/include/linux/reboot.h
 +  HDRINST usr/include/linux/i2o-dev.h
 +  HDRINST usr/include/linux/atmppp.h
 +  HDRINST usr/include/linux/openvswitch.h
 +  HDRINST usr/include/linux/fanotify.h
 +  HDRINST usr/include/linux/bpqether.h
 +  HDRINST usr/include/linux/patchkey.h
 +  HDRINST usr/include/linux/sed-opal.h
 +  HDRINST usr/include/linux/fs.h
 +  HDRINST usr/include/linux/ipv6.h
 +  HDRINST usr/include/linux/resource.h
 +  HDRINST usr/include/linux/bpf.h
 +  HDRINST usr/include/linux/fiemap.h
 +  HDRINST usr/include/linux/sched/types.h
 +  HDRINST usr/include/linux/parport.h
 +  HDRINST usr/include/linux/arcfb.h
 +  HDRINST usr/include/linux/smc.h
 +  HDRINST usr/include/linux/sonypi.h
 +  HDRINST usr/include/linux/shm.h
 +  HDRINST usr/include/linux/ipmi_bmc.h
 +  HDRINST usr/include/linux/qnxtypes.h
 +  HDRINST usr/include/linux/batman_adv.h
 +  HDRINST usr/include/linux/coresight-stm.h
 +  HDRINST usr/include/linux/fsl_mc.h
 +  HDRINST usr/include/linux/atmapi.h
 +  HDRINST usr/include/linux/close_range.h
 +  HDRINST usr/include/linux/udf_fs_i.h
 +  HDRINST usr/include/linux/isst_if.h
 +  HDRINST usr/include/linux/amt.h
 +  HDRINST usr/include/linux/atmsap.h
 +  HDRINST usr/include/linux/mpls.h
 +  HDRINST usr/include/linux/atmmpc.h
 +  HDRINST usr/include/linux/gsmmux.h
 +  HDRINST usr/include/linux/nfs_mount.h
 +  HDRINST usr/include/linux/icmpv6.h
 +  HDRINST usr/include/linux/ip.h
 +  HDRINST usr/include/linux/rio_mport_cdev.h
 +  HDRINST usr/include/linux/fsmap.h
 +  HDRINST usr/include/linux/landlock.h
 +  HDRINST usr/include/linux/ip6_tunnel.h
 +  HDRINST usr/include/linux/coff.h
 +  HDRINST usr/include/linux/if_ether.h
 +  HDRINST usr/include/linux/seg6.h
 +  HDRINST usr/include/linux/x25.h
 +  HDRINST usr/include/linux/atmclip.h
 +  HDRINST usr/include/linux/idxd.h
 +  HDRINST usr/include/linux/pmu.h
 +  HDRINST usr/include/linux/blkpg.h
 +  HDRINST usr/include/linux/inet_diag.h
 +  HDRINST usr/include/linux/wwan.h
 +  HDRINST usr/include/linux/netfilter_bridge.h
 +  HDRINST usr/include/linux/sem.h
 +  HDRINST usr/include/linux/l2tp.h
 +  HDRINST usr/include/linux/ioam6.h
 +  HDRINST usr/include/linux/netdevice.h
 +  HDRINST usr/include/linux/net.h
 +  HDRINST usr/include/linux/chio.h
 +  HDRINST usr/include/linux/omapfb.h
 +  HDRINST usr/include/linux/if_bonding.h
 +  HDRINST usr/include/linux/string.h
 +  HDRINST usr/include/linux/sunrpc/debug.h
 +  HDRINST usr/include/linux/fpga-dfl.h
 +  HDRINST usr/include/linux/apm_bios.h
 +  HDRINST usr/include/linux/major.h
 +  HDRINST usr/include/linux/if_addrlabel.h
 +  HDRINST usr/include/linux/iso_fs.h
 +  HDRINST usr/include/linux/cec-funcs.h
 +  HDRINST usr/include/linux/scc.h
 +  HDRINST usr/include/linux/dm-log-userspace.h
 +  HDRINST usr/include/linux/un.h
 +  HDRINST usr/include/linux/thp7312.h
 +  HDRINST usr/include/linux/membarrier.h
 +  HDRINST usr/include/linux/v4l2-dv-timings.h
 +  HDRINST usr/include/linux/exfat.h
 +  HDRINST usr/include/linux/dlmconstants.h
 +  HDRINST usr/include/linux/if_ltalk.h
 +  HDRINST usr/include/linux/fscrypt.h
 +  HDRINST usr/include/linux/ext4.h
 +  HDRINST usr/include/linux/remoteproc_cdev.h
 +  HDRINST usr/include/linux/cn_proc.h
 +  HDRINST usr/include/linux/bcm933xx_hcs.h
 +  HDRINST usr/include/linux/if_link.h
 +  HDRINST usr/include/linux/wait.h
 +  HDRINST usr/include/linux/atm_he.h
 +  HDRINST usr/include/linux/binfmts.h
 +  HDRINST usr/include/linux/radeonfb.h
 +  HDRINST usr/include/linux/tipc_sockets_diag.h
 +  HDRINST usr/include/linux/psp-dbc.h
 +  HDRINST usr/include/linux/v4l2-mediabus.h
 +  HDRINST usr/include/linux/fuse.h
 +  HDRINST usr/include/linux/virtio_rng.h
 +  HDRINST usr/include/linux/socket.h
 +  HDRINST usr/include/linux/omap3isp.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_among.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_log.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebtables.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h
 +  HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h
 +  HDRINST usr/include/linux/counter.h
 +  HDRINST usr/include/linux/virtio_scsi.h
 +  HDRINST usr/include/linux/dma-heap.h
 +  HDRINST usr/include/linux/adfs_fs.h
 +  HDRINST usr/include/linux/nfs.h
 +  HDRINST usr/include/linux/param.h
 +  HDRINST usr/include/linux/hash_info.h
 +  HDRINST usr/include/linux/kcmp.h
 +  HDRINST usr/include/linux/nfs_idmap.h
 +  HDRINST usr/include/linux/if_pppol2tp.h
 +  HDRINST usr/include/linux/toshiba.h
 +  HDRINST usr/include/linux/netfilter_arp.h
 +  HDRINST usr/include/linux/suspend_ioctls.h
 +  HDRINST usr/include/linux/rose.h
 +  HDRINST usr/include/linux/pr.h
 +  HDRINST usr/include/linux/usbip.h
 +  HDRINST usr/include/linux/quota.h
 +  HDRINST usr/include/linux/psample.h
 +  HDRINST usr/include/linux/openat2.h
 +  HDRINST usr/include/linux/firewire-constants.h
 +  HDRINST usr/include/linux/netdev.h
 +  HDRINST usr/include/linux/vfio_ccw.h
 +  HDRINST usr/include/linux/sev-guest.h
 +  HDRINST usr/include/linux/coda.h
 +  HDRINST usr/include/linux/kvm_para.h
 +  HDRINST usr/include/linux/filter.h
 +  HDRINST usr/include/linux/rpl_iptunnel.h
 +  HDRINST usr/include/linux/affs_hardblocks.h
 +  HDRINST usr/include/linux/user_events.h
 +  HDRINST usr/include/linux/mtio.h
 +  HDRINST usr/include/linux/fd.h
 +  HDRINST usr/include/linux/mptcp_pm.h
 +  HDRINST usr/include/linux/reiserfs_xattr.h
 +  HDRINST usr/include/linux/dlm_plock.h
 +  HDRINST usr/include/linux/btf.h
 +  HDRINST usr/include/linux/poll.h
 +  HDRINST usr/include/linux/nl80211-vnd-intel.h
 +  HDRINST usr/include/linux/vhost.h
 +  HDRINST usr/include/linux/net_dropmon.h
 +  HDRINST usr/include/linux/posix_acl.h
 +  HDRINST usr/include/linux/if_cablemodem.h
 +  HDRINST usr/include/linux/screen_info.h
 +  HDRINST usr/include/linux/net_tstamp.h
 +  HDRINST usr/include/linux/kcov.h
 +  HDRINST usr/include/linux/random.h
 +  HDRINST usr/include/linux/time_types.h
 +  HDRINST usr/include/linux/nexthop.h
 +  HDRINST usr/include/linux/nfs2.h
 +  HDRINST usr/include/linux/hiddev.h
 +  HDRINST usr/include/linux/lp.h
 +  HDRINST usr/include/linux/virtio_gpio.h
 +  HDRINST usr/include/linux/v4l2-controls.h
 +  HDRINST usr/include/linux/pkt_cls.h
 +  HDRINST usr/include/linux/lsm.h
 +  HDRINST usr/include/linux/atm_zatm.h
 +  HDRINST usr/include/linux/virtio_console.h
 +  HDRINST usr/include/linux/virtio_snd.h
 +  HDRINST usr/include/linux/audit.h
 +  HDRINST usr/include/linux/media/raspberrypi/pisp_be_config.h
 +  HDRINST usr/include/linux/media/raspberrypi/pisp_common.h
 +  HDRINST usr/include/linux/pps.h
 +  HDRINST usr/include/linux/romfs_fs.h
 +  HDRINST usr/include/linux/vfio.h
 +  HDRINST usr/include/linux/v4l2-subdev.h
 +  HDRINST usr/include/linux/keyctl.h
 +  HDRINST usr/include/linux/fib_rules.h
 +  HDRINST usr/include/linux/nubus.h
 +  HDRINST usr/include/linux/virtio_pcidev.h
 +  HDRINST usr/include/linux/dma-buf.h
 +  HDRINST usr/include/linux/ethtool_netlink.h
 +  HDRINST usr/include/linux/ipc.h
 +  HDRINST usr/include/linux/llc.h
 +  HDRINST usr/include/linux/uhid.h
 +  HDRINST usr/include/linux/hdlcdrv.h
 +  HDRINST usr/include/linux/inotify.h
 +  HDRINST usr/include/linux/irqnr.h
 +  HDRINST usr/include/linux/virtio_pmem.h
 +  HDRINST usr/include/linux/sockios.h
 +  HDRINST usr/include/linux/qnx4_fs.h
 +  HDRINST usr/include/linux/atm_nicstar.h
 +  HDRINST usr/include/linux/if_tun.h
 +  HDRINST usr/include/linux/tee.h
 +  HDRINST usr/include/linux/gen_stats.h
 +  HDRINST usr/include/linux/swab.h
 +  HDRINST usr/include/linux/kernel.h
 +  HDRINST usr/include/linux/mii.h
 +  HDRINST usr/include/linux/ife.h
 +  HDRINST usr/include/linux/capi.h
 +  HDRINST usr/include/linux/vm_sockets.h
 +  HDRINST usr/include/linux/nbd.h
 +  HDRINST usr/include/linux/if_eql.h
 +  HDRINST usr/include/linux/seg6_local.h
 +  HDRINST usr/include/linux/nfs4_mount.h
 +  HDRINST usr/include/linux/usb/functionfs.h
 +  HDRINST usr/include/linux/usb/video.h
 +  HDRINST usr/include/linux/usb/g_printer.h
 +  HDRINST usr/include/linux/usb/cdc.h
 +  HDRINST usr/include/linux/usb/midi.h
 +  HDRINST usr/include/linux/usb/raw_gadget.h
 +  HDRINST usr/include/linux/usb/ch11.h
 +  HDRINST usr/include/linux/usb/ch9.h
 +  HDRINST usr/include/linux/usb/audio.h
 +  HDRINST usr/include/linux/usb/g_uvc.h
 +  HDRINST usr/include/linux/usb/tmc.h
 +  HDRINST usr/include/linux/usb/cdc-wdm.h
 +  HDRINST usr/include/linux/usb/charger.h
 +  HDRINST usr/include/linux/usb/g_hid.h
 +  HDRINST usr/include/linux/usb/gadgetfs.h
 +  HDRINST usr/include/linux/nfsd/export.h
 +  HDRINST usr/include/linux/nfsd/stats.h
 +  HDRINST usr/include/linux/nfsd/cld.h
 +  HDRINST usr/include/linux/nfsd/debug.h
 +  HDRINST usr/include/linux/kexec.h
 +  HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h
 +  HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h
 +  HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h
 +  HDRINST usr/include/linux/tc_ematch/tc_em_text.h
 +  HDRINST usr/include/linux/tc_ematch/tc_em_meta.h
 +  HDRINST usr/include/linux/can.h
 +  HDRINST usr/include/linux/bfs_fs.h
 +  HDRINST usr/include/linux/oom.h
 +  HDRINST usr/include/linux/pcitest.h
 +  HDRINST usr/include/linux/efs_fs_sb.h
 +  HDRINST usr/include/linux/surface_aggregator/cdev.h
 +  HDRINST usr/include/linux/surface_aggregator/dtx.h
 +  HDRINST usr/include/linux/ioctl.h
 +  HDRINST usr/include/linux/nfs_fs.h
 +  HDRINST usr/include/linux/lirc.h
 +  HDRINST usr/include/linux/igmp.h
 +  HDRINST usr/include/linux/atmioc.h
 +  HDRINST usr/include/linux/ppdev.h
 +  HDRINST usr/include/linux/virtio_types.h
 +  HDRINST usr/include/linux/raid/md_u.h
 +  HDRINST usr/include/linux/raid/md_p.h
 +  HDRINST usr/include/linux/pci_regs.h
 +  HDRINST usr/include/linux/lwtunnel.h
 +  HDRINST usr/include/linux/fsl_hypervisor.h
 +  HDRINST usr/include/linux/unix_diag.h
 +  HDRINST usr/include/linux/cuda.h
 +  HDRINST usr/include/linux/f2fs.h
 +  HDRINST usr/include/linux/posix_acl_xattr.h
 +  HDRINST usr/include/linux/virtio_gpu.h
 +  HDRINST usr/include/linux/xattr.h
 +  HDRINST usr/include/linux/capability.h
 +  HDRINST usr/include/linux/bsg.h
 +  HDRINST usr/include/linux/btrfs_tree.h
 +  HDRINST usr/include/linux/nvme_ioctl.h
 +  HDRINST usr/include/linux/edd.h
 +  HDRINST usr/include/linux/rkisp1-config.h
 +  HDRINST usr/include/misc/uacce/uacce.h
 +  HDRINST usr/include/misc/uacce/hisi_qm.h
 +  HDRINST usr/include/misc/cxl.h
 +  HDRINST usr/include/misc/xilinx_sdfec.h
 +  HDRINST usr/include/misc/ocxl.h
 +  HDRINST usr/include/misc/pvpanic.h
 +  HDRINST usr/include/misc/fastrpc.h
 +  HDRINST usr/include/misc/mrvl_cn10k_dpi.h
 +  HDRINST usr/include/mtd/nftl-user.h
 +  HDRINST usr/include/mtd/mtd-user.h
 +  HDRINST usr/include/mtd/ubi-user.h
 +  HDRINST usr/include/mtd/mtd-abi.h
 +  HDRINST usr/include/mtd/inftl-user.h
 +  HDRINST usr/include/rdma/ib_user_mad.h
 +  HDRINST usr/include/rdma/ib_user_ioctl_verbs.h
 +  HDRINST usr/include/rdma/hns-abi.h
 +  HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h
 +  HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h
 +  HDRINST usr/include/rdma/rdma_user_rxe.h
 +  HDRINST usr/include/rdma/rdma_user_ioctl.h
 +  HDRINST usr/include/rdma/ib_user_verbs.h
 +  HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h
 +  HDRINST usr/include/rdma/vmw_pvrdma-abi.h
 +  HDRINST usr/include/rdma/hfi/hfi1_user.h
 +  HDRINST usr/include/rdma/hfi/hfi1_ioctl.h
 +  HDRINST usr/include/rdma/ocrdma-abi.h
 +  HDRINST usr/include/rdma/irdma-abi.h
 +  HDRINST usr/include/rdma/mlx4-abi.h
 +  HDRINST usr/include/rdma/efa-abi.h
 +  HDRINST usr/include/rdma/cxgb4-abi.h
 +  HDRINST usr/include/rdma/mlx5-abi.h
 +  HDRINST usr/include/rdma/bnxt_re-abi.h
 +  HDRINST usr/include/rdma/rdma_user_cm.h
 +  HDRINST usr/include/rdma/ib_user_sa.h
 +  HDRINST usr/include/rdma/ib_user_ioctl_cmds.h
 +  HDRINST usr/include/rdma/qedr-abi.h
 +  HDRINST usr/include/rdma/rvt-abi.h
 +  HDRINST usr/include/rdma/erdma-abi.h
 +  HDRINST usr/include/rdma/mthca-abi.h
 +  HDRINST usr/include/rdma/siw-abi.h
 +  HDRINST usr/include/rdma/mana-abi.h
 +  HDRINST usr/include/rdma/rdma_netlink.h
 +  HDRINST usr/include/regulator/regulator.h
 +  HDRINST usr/include/scsi/cxlflash_ioctl.h
 +  HDRINST usr/include/scsi/scsi_bsg_mpi3mr.h
 +  HDRINST usr/include/scsi/scsi_netlink_fc.h
 +  HDRINST usr/include/scsi/fc/fc_els.h
 +  HDRINST usr/include/scsi/fc/fc_gs.h
 +  HDRINST usr/include/scsi/fc/fc_ns.h
 +  HDRINST usr/include/scsi/fc/fc_fs.h
 +  HDRINST usr/include/scsi/scsi_netlink.h
 +  HDRINST usr/include/scsi/scsi_bsg_ufs.h
 +  HDRINST usr/include/scsi/scsi_bsg_fc.h
 +  HDRINST usr/include/sound/asound_fm.h
 +  HDRINST usr/include/sound/scarlett2.h
 +  HDRINST usr/include/sound/hdspm.h
 +  HDRINST usr/include/sound/snd_ar_tokens.h
 +  HDRINST usr/include/sound/sof/abi.h
 +  HDRINST usr/include/sound/sof/fw.h
 +  HDRINST usr/include/sound/sof/header.h
 +  HDRINST usr/include/sound/sof/tokens.h
 +  HDRINST usr/include/sound/sfnt_info.h
 +  HDRINST usr/include/sound/compress_offload.h
 +  HDRINST usr/include/sound/tlv.h
 +  HDRINST usr/include/sound/skl-tplg-interface.h
 +  HDRINST usr/include/sound/asoc.h
 +  HDRINST usr/include/sound/asequencer.h
 +  HDRINST usr/include/sound/intel/avs/tokens.h
 +  HDRINST usr/include/sound/snd_sst_tokens.h
 +  HDRINST usr/include/sound/firewire.h
 +  HDRINST usr/include/sound/sb16_csp.h
 +  HDRINST usr/include/sound/asound.h
 +  HDRINST usr/include/sound/hdsp.h
 +  HDRINST usr/include/sound/emu10k1.h
 +  HDRINST usr/include/sound/compress_params.h
 +  HDRINST usr/include/sound/usb_stream.h
 +  HDRINST usr/include/video/uvesafb.h
 +  HDRINST usr/include/video/sisfb.h
 +  HDRINST usr/include/video/edid.h
 +  HDRINST usr/include/xen/privcmd.h
 +  HDRINST usr/include/xen/gntdev.h
 +  HDRINST usr/include/xen/gntalloc.h
 +  HDRINST usr/include/xen/evtchn.h
 +  HDRINST usr/include/linux/version.h
 +  HDRINST usr/include/asm/stat.h
 +  HDRINST usr/include/asm/setup.h
 +  HDRINST usr/include/asm/sigcontext.h
 +  HDRINST usr/include/asm/signal.h
 +  HDRINST usr/include/asm/mman.h
 +  HDRINST usr/include/asm/types.h
 +  HDRINST usr/include/asm/byteorder.h
 +  HDRINST usr/include/asm/posix_types.h
 +  HDRINST usr/include/asm/ioctls.h
 +  HDRINST usr/include/asm/perf_regs.h
 +  HDRINST usr/include/asm/auxvec.h
 +  HDRINST usr/include/asm/ptrace.h
 +  HDRINST usr/include/asm/fcntl.h
 +  HDRINST usr/include/asm/statfs.h
 +  HDRINST usr/include/asm/unistd.h
 +  HDRINST usr/include/asm/hwcap.h
 +  HDRINST usr/include/asm/swab.h
 +  HDRINST usr/include/asm/termios.h
 +  HDRINST usr/include/asm/unistd-eabi.h
 +  HDRINST usr/include/asm/bitsperlong.h
 +  HDRINST usr/include/asm/msgbuf.h
 +  HDRINST usr/include/asm/termbits.h
 +  HDRINST usr/include/asm/unistd-oabi.h
 +  HDRINST usr/include/asm/errno.h
 +  HDRINST usr/include/asm/bpf_perf_event.h
 +  HDRINST usr/include/asm/resource.h
 +  HDRINST usr/include/asm/ipcbuf.h
 +  HDRINST usr/include/asm/sembuf.h
 +  HDRINST usr/include/asm/socket.h
 +  HDRINST usr/include/asm/param.h
 +  HDRINST usr/include/asm/kvm_para.h
 +  HDRINST usr/include/asm/poll.h
 +  HDRINST usr/include/asm/shmbuf.h
 +  HDRINST usr/include/asm/siginfo.h
 +  HDRINST usr/include/asm/sockios.h
 +  HDRINST usr/include/asm/ioctl.h
 +  HOSTCC  scripts/dtc/dtc.o
 +  HOSTCC  scripts/dtc/flattree.o
 +  HOSTCC  scripts/dtc/fstree.o
 +  HOSTCC  scripts/dtc/data.o
 +  HOSTCC  scripts/dtc/livetree.o
 +  HOSTCC  scripts/dtc/treesource.o
 +  HOSTCC  scripts/dtc/srcpos.o
 +  HOSTCC  scripts/dtc/checks.o
 +  HOSTCC  scripts/dtc/util.o
 +  LEX     scripts/dtc/dtc-lexer.lex.c
 +  YACC    scripts/dtc/dtc-parser.tab.[ch]
 +  HOSTCC  scripts/dtc/dtc-lexer.lex.o
 +  HOSTCC  scripts/dtc/dtc-parser.tab.o
 +  HOSTLD  scripts/dtc/dtc
 +  HOSTCC  scripts/dtc/libfdt/fdt.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_ro.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_wip.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_sw.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_rw.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_strerror.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_empty_tree.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_addresses.o
 +  HOSTCC  scripts/dtc/libfdt/fdt_overlay.o
 +  HOSTCC  scripts/dtc/fdtoverlay.o
 +  HOSTLD  scripts/dtc/fdtoverlay
 +  HOSTCC  scripts/genksyms/genksyms.o
 +  YACC    scripts/genksyms/parse.tab.[ch]
 +  HOSTCC  scripts/genksyms/parse.tab.o
 +  LEX     scripts/genksyms/lex.lex.c
 +  HOSTCC  scripts/genksyms/lex.lex.o
 +  HOSTLD  scripts/genksyms/genksyms
 +  HOSTCC  scripts/kallsyms
 +  HOSTCC  scripts/recordmcount
 +  HOSTCC  scripts/sorttable
 +  HOSTCC  scripts/asn1_compiler
 +  WRAP    arch/arm/include/generated/asm/early_ioremap.h
 +  WRAP    arch/arm/include/generated/asm/extable.h
 +  WRAP    arch/arm/include/generated/asm/flat.h
 +  WRAP    arch/arm/include/generated/asm/parport.h
 +  WRAP    arch/arm/include/generated/asm/cfi.h
 +  WRAP    arch/arm/include/generated/asm/compat.h
 +  WRAP    arch/arm/include/generated/asm/dma-mapping.h
 +  WRAP    arch/arm/include/generated/asm/emergency-restart.h
 +  WRAP    arch/arm/include/generated/asm/exec.h
 +  WRAP    arch/arm/include/generated/asm/irq_regs.h
 +  WRAP    arch/arm/include/generated/asm/kdebug.h
 +  WRAP    arch/arm/include/generated/asm/kmap_size.h
 +  WRAP    arch/arm/include/generated/asm/local.h
 +  WRAP    arch/arm/include/generated/asm/local64.h
 +  WRAP    arch/arm/include/generated/asm/mmiowb.h
 +  WRAP    arch/arm/include/generated/asm/msi.h
 +  WRAP    arch/arm/include/generated/asm/preempt.h
 +  WRAP    arch/arm/include/generated/asm/runtime-const.h
 +  WRAP    arch/arm/include/generated/asm/rwonce.h
 +  WRAP    arch/arm/include/generated/asm/serial.h
 +  WRAP    arch/arm/include/generated/asm/softirq_stack.h
 +  WRAP    arch/arm/include/generated/asm/trace_clock.h
 +  WRAP    arch/arm/include/generated/asm/video.h
 +  UPD     include/generated/utsrelease.h
 +  UPD     include/generated/compile.h
 +  SYSNR   arch/arm/include/generated/asm/unistd-nr.h
 +  GEN     arch/arm/include/generated/asm/mach-types.h
 +  SYSTBL  arch/arm/include/generated/calls-oabi.S
 +  SYSTBL  arch/arm/include/generated/calls-eabi.S
 +  CC      scripts/mod/empty.o
 +  HOSTCC  scripts/mod/mk_elfconfig
 +  MKELF   scripts/mod/elfconfig.h
 +  HOSTCC  scripts/mod/modpost.o
 +  CC      scripts/mod/devicetable-offsets.s
 +  UPD     scripts/mod/devicetable-offsets.h
 +  HOSTCC  scripts/mod/file2alias.o
 +  HOSTCC  scripts/mod/sumversion.o
 +  HOSTCC  scripts/mod/symsearch.o
 +  HOSTLD  scripts/mod/modpost
 +  UPD     include/generated/timeconst.h
 +  CC      kernel/bounds.s
 +  UPD     include/generated/bounds.h
 +  CC      arch/arm/kernel/asm-offsets.s
 +  UPD     include/generated/asm-offsets.h
 +  CALL    scripts/checksyscalls.sh
 +  CHKSHA1 include/linux/atomic/atomic-arch-fallback.h
 +  CHKSHA1 include/linux/atomic/atomic-instrumented.h
 +  CHKSHA1 include/linux/atomic/atomic-long.h
 +  CC      init/main.o
 +  UPD     init/utsversion-tmp.h
 +  CC      init/version.o
 +  CC      init/do_mounts.o
 +  CC      init/do_mounts_rd.o
 +  CC      init/do_mounts_initrd.o
 +  CC      init/initramfs.o
 +  CC      init/calibrate.o
 +  CC      init/init_task.o
 +  AR      init/built-in.a
 +  HOSTCC  usr/gen_init_cpio
 +  GEN     usr/initramfs_data.cpio
 +  COPY    usr/initramfs_inc_data
 +  AS      usr/initramfs_data.o
 +  AR      usr/built-in.a
 +  CC      arch/arm/vfp/vfpmodule.o
 +  AS      arch/arm/vfp/vfphw.o
 +  CC      arch/arm/vfp/vfpsingle.o
 +  CC      arch/arm/vfp/vfpdouble.o
 +  AR      arch/arm/vfp/built-in.a
 +  LDS     arch/arm/kernel/vmlinux.lds
 +  CC      arch/arm/kernel/elf.o
 +  AS      arch/arm/kernel/entry-common.o
 +  CC      arch/arm/kernel/irq.o
 +  CC      arch/arm/kernel/opcodes.o
 +  CC      arch/arm/kernel/process.o
 +  CC      arch/arm/kernel/ptrace.o
 +  CC      arch/arm/kernel/reboot.o
 +  CC      arch/arm/kernel/io.o
 +  CC      arch/arm/kernel/setup.o
 +  CC      arch/arm/kernel/signal.o
 +  AS      arch/arm/kernel/sigreturn_codes.o
 +  CC      arch/arm/kernel/stacktrace.o
 +  CC      arch/arm/kernel/sys_arm.o
 +  CC      arch/arm/kernel/time.o
 +  CC      arch/arm/kernel/traps.o
 +  AS      arch/arm/kernel/entry-armv.o
 +  CC      arch/arm/kernel/bugs.o
 +  CC      arch/arm/kernel/armksyms.o
 +  CC      arch/arm/kernel/module.o
 +  CC      arch/arm/kernel/module-plts.o
 +  AS      arch/arm/kernel/entry-ftrace.o
 +  CC      arch/arm/kernel/ftrace.o
 +  CC      arch/arm/kernel/insn.o
 +  CC      arch/arm/kernel/patch.o
 +  CC      arch/arm/kernel/jump_label.o
 +  CC      arch/arm/kernel/kgdb.o
 +  CC      arch/arm/kernel/unwind.o
 +  CC      arch/arm/kernel/devtree.o
 +  CC      arch/arm/kernel/hw_breakpoint.o
 +  CC      arch/arm/kernel/perf_regs.o
 +  CC      arch/arm/kernel/perf_callchain.o
 +  AS      arch/arm/kernel/head.o
 +  AS      arch/arm/kernel/phys2virt.o
 +  AR      arch/arm/kernel/built-in.a
 +  CC      arch/arm/mm/extable.o
 +  CC      arch/arm/mm/fault.o
 +  CC      arch/arm/mm/init.o
 +  CC      arch/arm/mm/iomap.o
 +  CC      arch/arm/mm/dma-mapping.o
 +  CC      arch/arm/mm/fault-armv.o
 +  CC      arch/arm/mm/flush.o
 +  CC      arch/arm/mm/idmap.o
 +  CC      arch/arm/mm/ioremap.o
 +  CC      arch/arm/mm/mmap.o
 +  CC      arch/arm/mm/pgd.o
 +  CC      arch/arm/mm/mmu.o
 +  CC      arch/arm/mm/pageattr.o
 +  CC      arch/arm/mm/proc-syms.o
 +  CC      arch/arm/mm/alignment.o
 +  AS      arch/arm/mm/abort-ev6.o
 +  AS      arch/arm/mm/pabort-v6.o
 +  AS      arch/arm/mm/cache-v6.o
 +  CC      arch/arm/mm/cache.o
 +  CC      arch/arm/mm/copypage-v6.o
 +  CC      arch/arm/mm/context.o
 +  AS      arch/arm/mm/tlb-v6.o
 +  CC      arch/arm/mm/tlb.o
 +  AS      arch/arm/mm/proc-v6.o
 +  AR      arch/arm/mm/built-in.a
 +  CC      arch/arm/common/firmware.o
 +  AR      arch/arm/common/built-in.a
 +  CC      arch/arm/probes/kprobes/core.o
 +  CC      arch/arm/probes/kprobes/actions-common.o
 +  CC      arch/arm/probes/kprobes/checkers-common.o
 +  CC      arch/arm/probes/kprobes/actions-arm.o
 +  CC      arch/arm/probes/kprobes/checkers-arm.o
 +  CC      arch/arm/probes/kprobes/opt-arm.o
 +  AR      arch/arm/probes/kprobes/built-in.a
 +  CC      arch/arm/probes/decode.o
 +  CC      arch/arm/probes/decode-arm.o
 +  AR      arch/arm/probes/built-in.a
 +  AR      arch/arm/net/built-in.a
 +  AS      arch/arm/crypto/blake2s-core.o
 +  CC      arch/arm/crypto/blake2s-glue.o
 +  AR      arch/arm/crypto/built-in.a
 +  AS [M]  arch/arm/crypto/aes-cipher-core.o
 +  CC [M]  arch/arm/crypto/aes-cipher-glue.o
 +  LD [M]  arch/arm/crypto/aes-arm.o
 +  AS [M]  arch/arm/crypto/sha1-armv4-large.o
 +  CC [M]  arch/arm/crypto/sha1_glue.o
 +  LD [M]  arch/arm/crypto/sha1-arm.o
 +  AS [M]  arch/arm/crypto/chacha-scalar-core.o
 +  CC [M]  arch/arm/crypto/chacha-glue.o
 +  LD [M]  arch/arm/crypto/chacha-neon.o
 +  PERL    arch/arm/crypto/poly1305-core.S
 +  AS [M]  arch/arm/crypto/poly1305-core.o
 +  CC [M]  arch/arm/crypto/poly1305-glue.o
 +  LD [M]  arch/arm/crypto/poly1305-arm.o
 +  AR      arch/arm/built-in.a
 +  CC      arch/arm/mach-bcm/board_bcm2835.o
 +  CC      arch/arm/mach-bcm/bcm2711.o
 +  AR      arch/arm/mach-bcm/built-in.a
 +  CC      kernel/sched/core.o
 +  CC      kernel/sched/fair.o
 +  CC      kernel/sched/build_policy.o
 +  CC      kernel/sched/build_utility.o
 +  AR      kernel/sched/built-in.a
 +  CC      kernel/locking/mutex.o
 +  CC      kernel/locking/semaphore.o
 +  CC      kernel/locking/rwsem.o
 +  CC      kernel/locking/percpu-rwsem.o
 +  CC      kernel/locking/rtmutex_api.o
 +  AR      kernel/locking/built-in.a
 +  CC      kernel/power/qos.o
 +  CC      kernel/power/main.o
 +  CC      kernel/power/process.o
 +  CC      kernel/power/poweroff.o
 +  AR      kernel/power/built-in.a
 +  CC      kernel/printk/printk.o
 +  CC      kernel/printk/printk_safe.o
 +  CC      kernel/printk/nbcon.o
 +  CC      kernel/printk/printk_ringbuffer.o
 +  CC      kernel/printk/sysctl.o
 +  AR      kernel/printk/built-in.a
 +  CC      kernel/irq/irqdesc.o
 +  CC      kernel/irq/handle.o
 +  CC      kernel/irq/manage.o
 +  CC      kernel/irq/spurious.o
 +  CC      kernel/irq/resend.o
 +  CC      kernel/irq/chip.o
 +  CC      kernel/irq/dummychip.o
 +  CC      kernel/irq/devres.o
 +  CC      kernel/irq/generic-chip.o
 +  CC      kernel/irq/autoprobe.o
 +  CC      kernel/irq/irqdomain.o
 +  CC      kernel/irq/irq_sim.o
 +  CC      kernel/irq/proc.o
 +  CC      kernel/irq/debugfs.o
 +  AR      kernel/irq/built-in.a
 +  CC      kernel/rcu/update.o
 +  CC      kernel/rcu/sync.o
 +  CC      kernel/rcu/srcutiny.o
 +  CC      kernel/rcu/tiny.o
 +  CC      kernel/rcu/rcu_segcblist.o
 +  AR      kernel/rcu/built-in.a
 +  AR      kernel/livepatch/built-in.a
 +  CC      kernel/dma/mapping.o
 +  CC      kernel/dma/direct.o
 +  CC      kernel/dma/ops_helpers.o
 +  CC      kernel/dma/dummy.o
 +  CC      kernel/dma/contiguous.o
 +  CC      kernel/dma/coherent.o
 +  CC      kernel/dma/remap.o
 +  AR      kernel/dma/built-in.a
 +  AR      kernel/entry/built-in.a
 +  CC      kernel/module/main.o
 +  CC      kernel/module/strict_rwx.o
 +  CC      kernel/module/kmod.o
 +  CC      kernel/module/tree_lookup.o
 +  CC      kernel/module/kallsyms.o
 +  CC      kernel/module/procfs.o
 +  CC      kernel/module/sysfs.o
 +  CC      kernel/module/kdb.o
 +  CC      kernel/module/version.o
 +  AR      kernel/module/built-in.a
 +  CC      kernel/time/time.o
 +  CC      kernel/time/timer.o
 +  CC      kernel/time/hrtimer.o
 +  CC      kernel/time/timekeeping.o
 +  CC      kernel/time/ntp.o
 +  CC      kernel/time/clocksource.o
 +  CC      kernel/time/jiffies.o
 +  CC      kernel/time/timer_list.o
 +  CC      kernel/time/timeconv.o
 +  CC      kernel/time/timecounter.o
 +  CC      kernel/time/alarmtimer.o
 +  CC      kernel/time/posix-timers.o
 +  CC      kernel/time/posix-cpu-timers.o
 +  CC      kernel/time/posix-clock.o
 +  CC      kernel/time/itimer.o
 +  CC      kernel/time/clockevents.o
 +  CC      kernel/time/tick-common.o
 +  CC      kernel/time/sched_clock.o
 +  CC      kernel/time/tick-oneshot.o
 +  CC      kernel/time/tick-sched.o
 +  CC      kernel/time/timekeeping_debug.o
 +  AR      kernel/time/built-in.a
 +  CC      kernel/futex/core.o
 +  CC      kernel/futex/syscalls.o
 +  CC      kernel/futex/pi.o
 +  CC      kernel/futex/requeue.o
 +  CC      kernel/futex/waitwake.o
 +  AR      kernel/futex/built-in.a
 +  CC      kernel/cgroup/cgroup.o
 +  CC      kernel/cgroup/rstat.o
 +  CC      kernel/cgroup/namespace.o
 +  CC      kernel/cgroup/cgroup-v1.o
 +  CC      kernel/cgroup/freezer.o
 +  CC      kernel/cgroup/legacy_freezer.o
 +  CC      kernel/cgroup/pids.o
 +  AR      kernel/cgroup/built-in.a
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 18671: 行 20374:
 <span style="color:#5E5C64">Need to get 333 MB of archives.</span> <span style="color:#5E5C64">Need to get 333 MB of archives.</span>
 <span style="color:#5E5C64">After this operation, 48.8 MB of additional disk space will be used.</span> <span style="color:#5E5C64">After this operation, 48.8 MB of additional disk space will be used.</span>
 +<span style="color:#5E5C64">Get:1 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf debianutils armhf 5.7-0.5~deb12u1 [101 kB]</span>
 +<span style="color:#5E5C64">Get:2 https://archive.raspberrypi.com/debian bookworm/main armhf libc6-dev armhf 2.36-9+rpt2+deb12u3 [1257 kB]</span>
 +<span style="color:#5E5C64">Get:3 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB]</span>
 +<span style="color:#5E5C64">Get:4 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB]</span>
 +<span style="color:#5E5C64">Get:5 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libsystemd-dev armhf 252.17-1~deb12u1+rpi1 [353 kB]</span>
 +<span style="color:#5E5C64">Get:6 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf systemd-timesyncd armhf 252.17-1~deb12u1+rpi1 [63.0 kB]</span>
 +<span style="color:#5E5C64">Get:7 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libsystemd-shared armhf 252.17-1~deb12u1+rpi1 [1517 kB]</span>
 +<span style="color:#5E5C64">Get:18 https://archive.raspberrypi.com/debian bookworm/main armhf libc-dev-bin armhf 2.36-9+rpt2+deb12u3 [44.2 kB]</span>
 +<span style="color:#5E5C64">Get:19 https://archive.raspberrypi.com/debian bookworm/main armhf linux-libc-dev armhf 1:6.1.63-1+rpt1 [1774 kB]</span>
 +<span style="color:#5E5C64">Get:8 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libpam-systemd armhf 252.17-1~deb12u1+rpi1 [200 kB]</span>
 +<span style="color:#5E5C64">Get:9 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf systemd armhf 252.17-1~deb12u1+rpi1 [2885 kB]</span>
 +<span style="color:#5E5C64">Get:35 https://archive.raspberrypi.com/debian bookworm/main armhf libc6 armhf 2.36-9+rpt2+deb12u3 [2110 kB]</span>
 +<span style="color:#5E5C64">Get:44 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libgimp2.0 armhf 2.10.34-1+deb12u1 [737 kB]</span>
 +<span style="color:#5E5C64">Get:54 https://archive.raspberrypi.com/debian bookworm/main armhf libc-bin armhf 2.36-9+rpt2+deb12u3 [493 kB]</span>
 +<span style="color:#5E5C64">Get:45 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf gimp-data all 2.10.34-1+deb12u1 [14.2 MB]</span>
 +<span style="color:#5E5C64">Get:61 https://archive.raspberrypi.com/debian bookworm/main armhf libpam0g-dev armhf 1.5.2-6+rpt2+deb12u1 [141 kB]</span>
 +<span style="color:#5E5C64">Get:63 https://archive.raspberrypi.com/debian bookworm/main armhf libpam0g armhf 1.5.2-6+rpt2+deb12u1 [86.3 kB]</span>
 +<span style="color:#5E5C64">Get:10 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libsystemd0 armhf 252.17-1~deb12u1+rpi1 [299 kB]</span>
 +<span style="color:#5E5C64">Get:65 https://archive.raspberrypi.com/debian bookworm/main armhf libpam-modules-bin armhf 1.5.2-6+rpt2+deb12u1 [71.4 kB]</span>
 +<span style="color:#5E5C64">Get:67 https://archive.raspberrypi.com/debian bookworm/main armhf libpam-modules armhf 1.5.2-6+rpt2+deb12u1 [271 kB]</span>
 +<span style="color:#5E5C64">Get:11 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf dbus-x11 armhf 1.14.10-1~deb12u1 [90.1 kB]</span>
 +<span style="color:#5E5C64">Get:70 https://archive.raspberrypi.com/debian bookworm/main armhf libpam-runtime all 1.5.2-6+rpt2+deb12u1 [161 kB]</span>
 +<span style="color:#5E5C64">Get:12 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf dbus-user-session armhf 1.14.10-1~deb12u1 [78.1 kB]</span>
 +<span style="color:#5E5C64">Get:73 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-common all 2:21.1.7-3+rpt2+deb12u4 [2382 kB]</span>
 +<span style="color:#5E5C64">Get:13 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf dbus-daemon armhf 1.14.10-1~deb12u1 [163 kB]</span>
 +<span style="color:#5E5C64">Get:14 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf dbus-bin armhf 1.14.10-1~deb12u1 [102 kB]</span>
 +<span style="color:#5E5C64">Get:15 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf dbus armhf 1.14.10-1~deb12u1 [94.7 kB]</span>
 +<span style="color:#5E5C64">Get:16 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libdbus-1-3 armhf 1.14.10-1~deb12u1 [164 kB]</span>
 +<span style="color:#5E5C64">Get:17 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf systemd-sysv armhf 252.17-1~deb12u1+rpi1 [42.0 kB]</span>
 +<span style="color:#5E5C64">Get:20 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libudev-dev armhf 252.17-1~deb12u1+rpi1 [52.2 kB]</span>
 +<span style="color:#5E5C64">Get:21 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf udev armhf 252.17-1~deb12u1+rpi1 [1584 kB]</span>
 +<span style="color:#5E5C64">Get:82 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-xorg-core armhf 2:21.1.7-3+rpt2+deb12u4 [3453 kB]</span>
 +<span style="color:#5E5C64">Get:22 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libudev1 armhf 252.17-1~deb12u1+rpi1 [99.3 kB]</span>
 +<span style="color:#5E5C64">Ign:82 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-xorg-core armhf 2:21.1.7-3+rpt2+deb12u4</span>
 +<span style="color:#5E5C64">Get:23 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libkrb5-dev armhf 1.20.1-2+deb12u1 [14.7 kB]</span>
 +<span style="color:#5E5C64">Get:24 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf krb5-multidev armhf 1.20.1-2+deb12u1 [125 kB]</span>
 +<span style="color:#5E5C64">Get:83 https://archive.raspberrypi.com/debian bookworm/main armhf console-setup-linux all 1.221rpt1 [1882 kB]</span>
 +<span style="color:#5E5C64">Get:25 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libk5crypto3 armhf 1.20.1-2+deb12u1 [72.4 kB]</span>
 +<span style="color:#5E5C64">Get:26 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-2+deb12u1 [110 kB]</span>
 +<span style="color:#5E5C64">Get:27 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libkrb5-3 armhf 1.20.1-2+deb12u1 [283 kB]</span>
 +<span style="color:#5E5C64">Get:28 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libkrb5support0 armhf 1.20.1-2+deb12u1 [29.4 kB]</span>
 +<span style="color:#5E5C64">Get:29 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libgssrpc4 armhf 1.20.1-2+deb12u1 [50.4 kB]</span>
 +<span style="color:#5E5C64">Get:30 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libkdb5-10 armhf 1.20.1-2+deb12u1 [35.3 kB]</span>
 +<span style="color:#5E5C64">Get:31 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libkadm5srv-mit12 armhf 1.20.1-2+deb12u1 [45.2 kB]</span>
 +<span style="color:#5E5C64">Get:32 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libkadm5clnt-mit12 armhf 1.20.1-2+deb12u1 [35.8 kB]</span>
 +<span style="color:#5E5C64">Get:33 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libcups2 armhf 2.4.2-3+deb12u4 [190 kB]</span>
 +<span style="color:#5E5C64">Get:34 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf openssh-sftp-server armhf 1:9.2p1-2+deb12u1 [50.3 kB]</span>
 +<span style="color:#5E5C64">Get:36 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf openssh-server armhf 1:9.2p1-2+deb12u1 [351 kB]</span>
 +<span style="color:#5E5C64">Get:37 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf openssh-client armhf 1:9.2p1-2+deb12u1 [795 kB]</span>
 +<span style="color:#5E5C64">Get:84 https://archive.raspberrypi.com/debian bookworm/main armhf keyboard-configuration all 1.221rpt1 [416 kB]</span>
 +<span style="color:#5E5C64">Get:85 https://archive.raspberrypi.com/debian bookworm/main armhf console-setup all 1.221rpt1 [102 kB]</span>
 +<span style="color:#5E5C64">Get:86 https://archive.raspberrypi.com/debian bookworm/main armhf libgl1-mesa-dri armhf 23.2.1-1~bpo12+rpt2 [6276 kB]</span>
 +<span style="color:#5E5C64">Get:38 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf clang armhf 1:14.0-55.7~deb12u1 [5140 B]</span>
 +<span style="color:#5E5C64">Get:39 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf curl armhf 7.88.1-10+rpi1+deb12u4 [301 kB]</span>
 +<span style="color:#5E5C64">Get:40 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libcurl4 armhf 7.88.1-10+rpi1+deb12u4 [346 kB]</span>
 +<span style="color:#5E5C64">Get:41 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf eject armhf 2.38.1-5 [44.1 kB]</span>
 +<span style="color:#5E5C64">Get:42 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf filezilla armhf 3.63.0-1+deb12u2 [1798 kB]</span>
 +<span style="color:#5E5C64">Get:43 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf filezilla-common all 3.63.0-1+deb12u2 [2324 kB]</span>
 +<span style="color:#5E5C64">Get:46 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libgs10 armhf 10.0.0~dfsg-11+deb12u2 [1968 kB]</span>
 +<span style="color:#5E5C64">Get:87 https://archive.raspberrypi.com/debian bookworm/main armhf libglx-mesa0 armhf 23.2.1-1~bpo12+rpt2 [131 kB]</span>
 +<span style="color:#5E5C64">Get:88 https://archive.raspberrypi.com/debian bookworm/main armhf libegl-mesa0 armhf 23.2.1-1~bpo12+rpt2 [94.7 kB]</span>
 +<span style="color:#5E5C64">Get:89 https://archive.raspberrypi.com/debian bookworm/main armhf libglapi-mesa armhf 23.2.1-1~bpo12+rpt2 [45.2 kB]</span>
 +<span style="color:#5E5C64">Get:90 https://archive.raspberrypi.com/debian bookworm/main armhf libgbm1 armhf 23.2.1-1~bpo12+rpt2 [35.6 kB]</span>
 +<span style="color:#5E5C64">Get:91 https://archive.raspberrypi.com/debian bookworm/main armhf libpixman-1-0 armhf 0.42.2-1+rpt1 [479 kB]</span>
 +<span style="color:#5E5C64">Get:92 https://archive.raspberrypi.com/debian bookworm/main armhf libssl-dev armhf 3.0.11-1~deb12u2+rpt1 [2119 kB]</span>
 +<span style="color:#5E5C64">Get:47 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libgs10-common all 10.0.0~dfsg-11+deb12u2 [586 kB]</span>
 +<span style="color:#5E5C64">Get:49 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libtiff-dev armhf 4.5.0-6+deb12u1 [401 kB]</span>
 +<span style="color:#5E5C64">Get:50 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libtiffxx6 armhf 4.5.0-6+deb12u1 [145 kB]</span>
 +<span style="color:#5E5C64">Get:51 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libtiff6 armhf 4.5.0-6+deb12u1 [272 kB]</span>
 +<span style="color:#5E5C64">Get:48 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libgs-common all 10.0.0~dfsg-11+deb12u2 [148 kB]</span>
 +<span style="color:#5E5C64">Get:53 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libplacebo208 armhf 4.208.0-3 [1871 kB]</span>
 +<span style="color:#5E5C64">Get:52 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf gimp armhf 2.10.34-1+deb12u1 [3528 kB]</span>
 +<span style="color:#5E5C64">Get:93 https://archive.raspberrypi.com/debian bookworm/main armhf libssl3 armhf 3.0.11-1~deb12u2+rpt1 [1635 kB]</span>
 +<span style="color:#5E5C64">Get:55 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libzimg2 armhf 3.0.4+ds1-1 [68.2 kB]</span>
 +<span style="color:#5E5C64">Get:56 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libcurl4-gnutls-dev armhf 7.88.1-10+rpi1+deb12u4 [422 kB]</span>
 +<span style="color:#5E5C64">Get:57 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-10+rpi1+deb12u4 [341 kB]</span>
 +<span style="color:#5E5C64">Get:94 https://archive.raspberrypi.com/debian bookworm/main armhf libatopology2 armhf 1.2.8-1+rpt1 [46.8 kB]</span>
 +<span style="color:#5E5C64">Get:95 https://archive.raspberrypi.com/debian bookworm/main armhf libasound2-dev armhf 1.2.8-1+rpt1 [110 kB]</span>
 +<span style="color:#5E5C64">Get:96 https://archive.raspberrypi.com/debian bookworm/main armhf libasound2 armhf 1.2.8-1+rpt1 [304 kB]</span>
 +<span style="color:#5E5C64">Get:59 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libimlib2 armhf 1.10.0-4+deb12u1 [174 kB]</span>
 +<span style="color:#5E5C64">Get:68 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libkeybinder-3.0-0 armhf 0.3.2-1.1 [8164 B]</span>
 +<span style="color:#5E5C64">Get:69 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libnss-myhostname armhf 252.17-1~deb12u1+rpi1 [76.6 kB]</span>
 +<span style="color:#5E5C64">Get:74 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libprotobuf-lite32 armhf 3.21.12-3 [235 kB]</span>
 +<span style="color:#5E5C64">Get:97 https://archive.raspberrypi.com/debian bookworm/main armhf libasound2-data all 1.2.8-1+rpt1 [20.9 kB]</span>
 +<span style="color:#5E5C64">Get:98 https://archive.raspberrypi.com/debian bookworm/main armhf libcairo-gobject2 armhf 1.16.0-7+rpt1 [111 kB]</span>
 +<span style="color:#5E5C64">Get:58 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libgstreamer-plugins-bad1.0-0 armhf 1.22.0-4+deb12u3 [698 kB]</span>
 +<span style="color:#5E5C64">Get:99 https://archive.raspberrypi.com/debian bookworm/main armhf libcairo2 armhf 1.16.0-7+rpt1 [481 kB]</span>
 +<span style="color:#5E5C64">Get:75 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libvte-2.91-0 armhf 0.70.6-2~deb12u1 [761 kB]</span>
 +<span style="color:#5E5C64">Get:100 https://archive.raspberrypi.com/debian bookworm/main armhf libgtk-3-common all 1:3.24.38-2~deb12u1+rpt3+rpi1 [3896 kB]</span>
 +<span style="color:#5E5C64">Get:60 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libwebkit2gtk-4.0-37 armhf 2.42.2-1~deb12u1+rpi1 [15.9 MB]</span>
 +<span style="color:#5E5C64">Get:76 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libvte-2.91-common armhf 0.70.6-2~deb12u1 [641 kB]</span>
 +<span style="color:#5E5C64">Get:77 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libwnck-3-common all 43.0-3 [229 kB]</span>
 +<span style="color:#5E5C64">Get:78 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libwnck-3-0 armhf 43.0-3 [95.3 kB]</span>
 +<span style="color:#5E5C64">Get:79 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf xinput armhf 1.6.3-1 [48.8 kB]</span>
 +<span style="color:#5E5C64">Get:101 https://archive.raspberrypi.com/debian bookworm/main armhf libgtk-3-0 armhf 1:3.24.38-2~deb12u1+rpt3+rpi1 [2355 kB]</span>
 +<span style="color:#5E5C64">Get:102 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-browser armhf 120.0.6099.102-rpt1 [110 MB]</span>
 +<span style="color:#5E5C64">Ign:102 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-browser armhf 120.0.6099.102-rpt1</span>
 +<span style="color:#5E5C64">Err:103 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-codecs-ffmpeg-extra armhf 120.0.6099.102-rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Ign:60 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libwebkit2gtk-4.0-37 armhf 2.42.2-1~deb12u1+rpi1</span>
 +<span style="color:#5E5C64">Err:62 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libjavascriptcoregtk-4.0-18 armhf 2.42.2-1~deb12u1+rpi1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:64 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libwebkit2gtk-4.1-0 armhf 2.42.2-1~deb12u1+rpi1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:66 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libjavascriptcoregtk-4.1-0 armhf 2.42.2-1~deb12u1+rpi1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:71 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libpq-dev armhf 15.5-0+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:72 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libpq5 armhf 15.5-0+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:80 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf node-babel7 all 7.20.15+ds1+~cs214.269.168-3+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:104 https://archive.raspberrypi.com/debian bookworm/main armhf libpulsedsp armhf 16.1+dfsg1-2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:81 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-3+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:105 https://archive.raspberrypi.com/debian bookworm/main armhf pulseaudio-utils armhf 16.1+dfsg1-2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:106 https://archive.raspberrypi.com/debian bookworm/main armhf pulseaudio armhf 16.1+dfsg1-2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:107 https://archive.raspberrypi.com/debian bookworm/main armhf libpulse0 armhf 16.1+dfsg1-2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:108 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-chromedriver armhf 120.0.6099.102-rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:109 https://archive.raspberrypi.com/debian bookworm/main armhf libc-l10n all 2.36-9+rpt2+deb12u3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:110 https://archive.raspberrypi.com/debian bookworm/main armhf locales all 2.36-9+rpt2+deb12u3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:111 https://archive.raspberrypi.com/debian bookworm/main armhf alsa-utils armhf 1.2.8-1+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:112 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-atheros all 1:20230210-5+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:113 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-brcm80211 all 1:20230210-5+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:114 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-iwlwifi all 1:20230210-5+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:115 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-misc-nonfree all 1:20230210-5+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:116 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-realtek all 1:20230210-5+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:117 https://archive.raspberrypi.com/debian bookworm/main armhf libgtk2.0-common all 2.24.33-2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:118 https://archive.raspberrypi.com/debian bookworm/main armhf libgtk2.0-0 armhf 2.24.33-2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:119 https://archive.raspberrypi.com/debian bookworm/main armhf gsettings-desktop-schemas all 43.0-1+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:120 https://archive.raspberrypi.com/debian bookworm/main armhf gstreamer1.0-plugins-good armhf 1.22.0-5+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:121 https://archive.raspberrypi.com/debian bookworm/main armhf gtk-update-icon-cache armhf 1:3.24.38-2~deb12u1+rpt3+rpi1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:122 https://archive.raspberrypi.com/debian bookworm/main armhf libswscale6 armhf 8:5.1.4-0+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:123 https://archive.raspberrypi.com/debian bookworm/main armhf libavformat59 armhf 8:5.1.4-0+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:124 https://archive.raspberrypi.com/debian bookworm/main armhf libavcodec59 armhf 8:5.1.4-0+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:125 https://archive.raspberrypi.com/debian bookworm/main armhf libavutil57 armhf 8:5.1.4-0+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:126 https://archive.raspberrypi.com/debian bookworm/main armhf libswresample4 armhf 8:5.1.4-0+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:127 https://archive.raspberrypi.com/debian bookworm/main armhf libpostproc56 armhf 8:5.1.4-0+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:128 https://archive.raspberrypi.com/debian bookworm/main armhf libavfilter8 armhf 8:5.1.4-0+rpt1+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:129 https://archive.raspberrypi.com/debian bookworm/main armhf libfm-data all 1.3.2-1+rpt11</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:130 https://archive.raspberrypi.com/debian bookworm/main armhf libfm-extra4 armhf 1.3.2-1+rpt11</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:131 https://archive.raspberrypi.com/debian bookworm/main armhf libfm-gtk-data all 1.3.2-1+rpt11</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:60 http://raspbian.raspberrypi.org/raspbian bookworm/main armhf libwebkit2gtk-4.0-37 armhf 2.42.2-1~deb12u1+rpi1</span>
 +<span style="color:#5E5C64">  Connection timed out [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">Err:132 https://archive.raspberrypi.com/debian bookworm/main armhf libfm-gtk4 armhf 1.3.2-1+rpt11</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:133 https://archive.raspberrypi.com/debian bookworm/main armhf libfm4 armhf 1.3.2-1+rpt11</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:134 https://archive.raspberrypi.com/debian bookworm/main armhf libfm-modules armhf 1.3.2-1+rpt11</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:135 https://archive.raspberrypi.com/debian bookworm/main armhf libgtk-layer-shell0 armhf 0.8.0-1+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:136 https://archive.raspberrypi.com/debian bookworm/main armhf liblightdm-gobject-1-0 armhf 1.26.0-8+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:137 https://archive.raspberrypi.com/debian bookworm/main armhf libobt2v5 armhf 3.6.1-10+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:138 https://archive.raspberrypi.com/debian bookworm/main armhf libobrender32v5 armhf 3.6.1-10+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:139 https://archive.raspberrypi.com/debian bookworm/main armhf libplymouth5 armhf 22.02.122-3+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:140 https://archive.raspberrypi.com/debian bookworm/main armhf libraspberrypi-bin armhf 1:2+git20231018~131943+3c97f76-1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:141 https://archive.raspberrypi.com/debian bookworm/main armhf libraspberrypi0 armhf 1:2+git20231018~131943+3c97f76-1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:142 https://archive.raspberrypi.com/debian bookworm/main armhf vlc armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:143 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-plugin-base armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:144 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-data all 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:145 https://archive.raspberrypi.com/debian bookworm/main armhf libvlccore9 armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:146 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-plugin-qt armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:147 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-plugin-video-output armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:148 https://archive.raspberrypi.com/debian bookworm/main armhf libvlc5 armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:149 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-bin armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:150 https://archive.raspberrypi.com/debian bookworm/main armhf libvlc-bin armhf 1:3.0.20-0+rpt2+deb12u1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:151 https://archive.raspberrypi.com/debian bookworm/main armhf lightdm armhf 1.26.0-8+rpt3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:152 https://archive.raspberrypi.com/debian bookworm/main armhf locales-all armhf 2.36-9+rpt2+deb12u3</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:153 https://archive.raspberrypi.com/debian bookworm/main armhf lxpanel armhf 0.10.1-2+rpt19</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:154 https://archive.raspberrypi.com/debian bookworm/main armhf lxpanel-data all 0.10.1-2+rpt19</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:155 https://archive.raspberrypi.com/debian bookworm/main armhf pcmanfm armhf 1.3.2-1+rpt18</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:156 https://archive.raspberrypi.com/debian bookworm/main armhf lxde-core all 11+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:157 https://archive.raspberrypi.com/debian bookworm/main armhf lxinput armhf 0.3.5-1+rpt20</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:158 https://archive.raspberrypi.com/debian bookworm/main armhf lxlock all 0.5.5-2+rpt4</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:159 https://archive.raspberrypi.com/debian bookworm/main armhf lxsession-logout armhf 0.5.5-2+rpt4</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:160 https://archive.raspberrypi.com/debian bookworm/main armhf lxpolkit armhf 0.5.5-2+rpt4</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:161 https://archive.raspberrypi.com/debian bookworm/main armhf lxsession-edit armhf 0.5.5-2+rpt4</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:162 https://archive.raspberrypi.com/debian bookworm/main armhf lxsession-data all 0.5.5-2+rpt4</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:163 https://archive.raspberrypi.com/debian bookworm/main armhf lxsession armhf 0.5.5-2+rpt4</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:164 https://archive.raspberrypi.com/debian bookworm/main armhf lxterminal armhf 0.4.0-2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:165 https://archive.raspberrypi.com/debian bookworm/main armhf lxde all 11+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:166 https://archive.raspberrypi.com/debian bookworm/main armhf openbox armhf 3.6.1-10+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:167 https://archive.raspberrypi.com/debian bookworm/main armhf openssl armhf 3.0.11-1~deb12u2+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:168 https://archive.raspberrypi.com/debian bookworm/main armhf plymouth armhf 22.02.122-3+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:169 https://archive.raspberrypi.com/debian bookworm/main armhf python3-gpiozero all 2.0-1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:170 https://archive.raspberrypi.com/debian bookworm/main armhf python3-pip all 23.0.1+dfsg-1+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:171 https://archive.raspberrypi.com/debian bookworm/main armhf python3-pip-whl all 23.0.1+dfsg-1+rpt1</span>
 +<span style="color:#5E5C64">  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Err:82 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-xorg-core armhf 2:21.1.7-3+rpt2+deb12u4</span>
 +<span style="color:#5E5C64">  Error reading from server - read (5: Input/output error) [IP: 46.235.231.151 443]</span>
 +<span style="color:#5E5C64">Err:102 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-browser armhf 120.0.6099.102-rpt1</span>
 +<span style="color:#5E5C64">  Connection timed out [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">Fetched 72.1 MB in 5min 55s (203 kB/s)</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/x/xorg-server/xserver-xorg-core_21.1.7-3%2brpt2%2bdeb12u4_armhf.deb  Error reading from server - read (5: Input/output error) [IP: 46.235.231.151 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/c/chromium-browser/chromium-browser_120.0.6099.102-rpt1_armhf.deb  Connection timed out [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/c/chromium-browser/chromium-codecs-ffmpeg-extra_120.0.6099.102-rpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/pulseaudio/libpulsedsp_16.1%2bdfsg1-2%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/pulseaudio/pulseaudio-utils_16.1%2bdfsg1-2%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/pulseaudio/pulseaudio_16.1%2bdfsg1-2%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/pulseaudio/libpulse0_16.1%2bdfsg1-2%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/c/chromium-browser/chromium-chromedriver_120.0.6099.102-rpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/glibc/libc-l10n_2.36-9%2brpt2%2bdeb12u3_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/glibc/locales_2.36-9%2brpt2%2bdeb12u3_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/a/alsa-utils/alsa-utils_1.2.8-1%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/firmware-nonfree/firmware-atheros_20230210-5%2brpt3_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_20230210-5%2brpt3_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/firmware-nonfree/firmware-iwlwifi_20230210-5%2brpt3_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/firmware-nonfree/firmware-misc-nonfree_20230210-5%2brpt3_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/firmware-nonfree/firmware-realtek_20230210-5%2brpt3_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/gtk%2b2.0/libgtk2.0-common_2.24.33-2%2brpt1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/gtk%2b2.0/libgtk2.0-0_2.24.33-2%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/gsettings-desktop-schemas/gsettings-desktop-schemas_43.0-1%2brpt1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/gst-plugins-good1.0/gstreamer1.0-plugins-good_1.22.0-5%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/gtk%2b3.0/gtk-update-icon-cache_3.24.38-2%7edeb12u1%2brpt3%2brpi1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/ffmpeg/libswscale6_5.1.4-0%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/ffmpeg/libavformat59_5.1.4-0%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/ffmpeg/libavcodec59_5.1.4-0%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/ffmpeg/libavutil57_5.1.4-0%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/ffmpeg/libswresample4_5.1.4-0%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/ffmpeg/libpostproc56_5.1.4-0%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/f/ffmpeg/libavfilter8_5.1.4-0%2brpt1%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/libf/libfm/libfm-data_1.3.2-1%2brpt11_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/libf/libfm/libfm-extra4_1.3.2-1%2brpt11_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/libf/libfm/libfm-gtk-data_1.3.2-1%2brpt11_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/libf/libfm/libfm-gtk4_1.3.2-1%2brpt11_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/libf/libfm/libfm4_1.3.2-1%2brpt11_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/libf/libfm/libfm-modules_1.3.2-1%2brpt11_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/gtk-layer-shell/libgtk-layer-shell0_0.8.0-1%2brpt3_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/w/webkit2gtk/libwebkit2gtk-4.0-37_2.42.2-1~deb12u1+rpi1_armhf.deb  Connection timed out [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-18_2.42.2-1~deb12u1+rpi1_armhf.deb  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/w/webkit2gtk/libwebkit2gtk-4.1-0_2.42.2-1~deb12u1+rpi1_armhf.deb  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/w/webkit2gtk/libjavascriptcoregtk-4.1-0_2.42.2-1~deb12u1+rpi1_armhf.deb  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lightdm/liblightdm-gobject-1-0_1.26.0-8%2brpt3_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/o/openbox/libobt2v5_3.6.1-10%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/o/openbox/libobrender32v5_3.6.1-10%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/plymouth/libplymouth5_22.02.122-3%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/p/postgresql-15/libpq-dev_15.5-0+deb12u1_armhf.deb  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/p/postgresql-15/libpq5_15.5-0+deb12u1_armhf.deb  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/r/raspberrypi-userland/libraspberrypi-bin_2%2bgit20231018%7e131943%2b3c97f76-1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/r/raspberrypi-userland/libraspberrypi0_2%2bgit20231018%7e131943%2b3c97f76-1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/vlc_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/vlc-plugin-base_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/vlc-data_3.0.20-0%2brpt2%2bdeb12u1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/libvlccore9_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/vlc-plugin-qt_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/vlc-plugin-video-output_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/libvlc5_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/vlc-bin_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/v/vlc/libvlc-bin_3.0.20-0%2brpt2%2bdeb12u1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lightdm/lightdm_1.26.0-8%2brpt3_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/glibc/locales-all_2.36-9%2brpt2%2bdeb12u3_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxpanel/lxpanel_0.10.1-2%2brpt19_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxpanel/lxpanel-data_0.10.1-2%2brpt19_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/pcmanfm/pcmanfm_1.3.2-1%2brpt18_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxde-metapackages/lxde-core_11%2brpt1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxinput/lxinput_0.3.5-1%2brpt20_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxsession/lxlock_0.5.5-2%2brpt4_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxsession/lxsession-logout_0.5.5-2%2brpt4_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxsession/lxpolkit_0.5.5-2%2brpt4_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxsession/lxsession-edit_0.5.5-2%2brpt4_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxsession/lxsession-data_0.5.5-2%2brpt4_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxsession/lxsession_0.5.5-2%2brpt4_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxterminal/lxterminal_0.4.0-2%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/l/lxde-metapackages/lxde_11%2brpt1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/n/node-babel7/node-babel7_7.20.15+ds1+~cs214.269.168-3+deb12u1_all.deb  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch http://ftp.jaist.ac.jp/pub/Linux/raspbian-archive/raspbian/pool/main/n/node-babel7/node-babel7-runtime_7.20.15+ds1+~cs214.269.168-3+deb12u1_all.deb  Cannot initiate the connection to ftp.jaist.ac.jp:80 (150.65.7.130). - connect (101: Network is unreachable) Cannot initiate the connection to ftp.jaist.ac.jp:80 (2001:df0:2ed:feed::feed). - connect (101: Network is unreachable) [IP: 150.65.7.130 80]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/o/openbox/openbox_3.6.1-10%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/o/openssl/openssl_3.0.11-1%7edeb12u2%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/plymouth/plymouth_22.02.122-3%2brpt1_armhf.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/g/gpiozero/python3-gpiozero_2.0-1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/python-pip/python3-pip_23.0.1%2bdfsg-1%2brpt1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Failed to fetch https://archive.raspberrypi.com/debian/pool/main/p/python-pip/python3-pip-whl_23.0.1%2bdfsg-1%2brpt1_all.deb  Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.145). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::2). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.117). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.111). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::3). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.141). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:84:1e0::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.130.212). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (93.93.135.118). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.167). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::1:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.227.39). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.86). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.230.122). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:82:47::2:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (176.126.240.84). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:80:56::3:1). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (46.235.231.151). - connect (101: Network is unreachable) Cannot initiate the connection to archive.raspberrypi.com:443 (2a00:1098:88:26::1). - connect (101: Network is unreachable) [IP: 46.235.231.145 443]</span>
 +<span style="color:#5E5C64">E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?</span>
 +<span style="color:#5E5C64">[</span><span style="color:#C01C28">FAILED</span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT upgrade
 + - Command: apt-get -y --with-new-pkgs upgrade
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT upgrade, please wait...
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +<div class=BScINDG><span style="background-color:#13496F"><span style="color:#D0CFCC">RPi Zero W (armv6l)</span></span>
 +
 +
 +
 +
 +
 +
 +<span style="background-color:#D0CFCC"><span style="color:#171421">┌─────────────────────────────────────────────┤ </span></span><span style="background-color:#D0CFCC"><span style="color:#C01C28">DietPi-Update</span></span><span style="background-color:#D0CFCC"><span style="color:#171421"> ├──────────────────────────────────────────────┐</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ APT upgrade                                                                                                │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│  - Command: apt-get -y --with-new-pkgs upgrade                                                             │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│  - Exit code: 100                                                                                          │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│  - DietPi version: v8.22.3 (MichaIng/master) | HW_MODEL: 1 | HW_ARCH: 1 | DISTRO: 7                        │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│  - Error log:                                                                                              │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ Reading package lists...                                                                                   │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                    Retry          : Re-run the last command that failed                                    │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                    DietPi-Config  : Edit network, APT/NTP mirror settings etc                              │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                    Open subshell  : Open a subshell to investigate or solve the issue                      │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                    Send report    : Uploads bugreport containing system info to DietPi                     │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                   ●─ Devs only ──────────────────────────────────────●                     │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                    </span></span><span style="background-color:#C01C28"><span style="color:#D0CFCC">Change command : Adjust and rerun the command                      </span></span><span style="background-color:#D0CFCC"><span style="color:#171421">                     │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                               &lt;Ok&gt;                                   &lt;Exit&gt;                                │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">└────────────────────────────────────────────────────────────────────────────────────────────────────────────┘</span></span>
 +
 +
 +
 +
 +
 +
 +
 +</div>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +<div class=BScINDG><span style="background-color:#13496F"><span style="color:#D0CFCC">RPi Zero W (armv6l) | IP: 192.168.1.201</span></span>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +<span style="background-color:#D0CFCC"><span style="color:#171421">┌─────────────────────────────────────────────┤ </span></span><span style="background-color:#D0CFCC"><span style="color:#C01C28">DietPi-Update</span></span><span style="background-color:#D0CFCC"><span style="color:#171421"> ├──────────────────────────────────────────────┐</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ Please enter/alter the command to be executed.                                                             │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ NB: Please only use this solution if you know for sure that it will not cause follow up issues from the    │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ originating script. It will e.g. allow you to continue a certain software install, but if you edit the     │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ download link, the originating script might expect files which are not present.                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ Use this with caution!                                                                                     │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│ </span></span><span style="background-color:#13496F"><span style="color:#D0CFCC">exit______________________________________________________________________________________________________</span></span><span style="background-color:#D0CFCC"><span style="color:#171421"> │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                               </span></span><span style="background-color:#C01C28"><span style="color:#D0CFCC">&lt;Ok&gt;</span></span><span style="background-color:#D0CFCC"><span style="color:#171421">                                   &lt;Cancel&gt;                              │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">│                                                                                                            │</span></span>
 +<span style="background-color:#D0CFCC"><span style="color:#171421">└────────────────────────────────────────────────────────────────────────────────────────────────────────────┘</span></span>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +</div>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Executing alternative command: exit</span>
 +</pre></html></WRAP>
 +</WRAP>
 +
 +=== dietpi-update を再実行する ===
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<span style="color:#FF8700"><b>$</b></span> <span style="color:#26A269">sudo</span> <span style="color:#26A269">dietpi-update</span>
 +</pre></html></WRAP>
 +<WRAP color_result_long><html><pre>
 + <span style="color:#AFFF00">DietPi-Update</span>
 +<span style="color:#5E5C64">─────────────────────────────────────────────────────</span>
 +<span style="color:#5E5C64"> Phase:</span> Checking for available DietPi update
 +
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Checking IPv4 network connectivity
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Checking DNS resolver
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Getting latest version from: https://raw.githubusercontent.com/MichaIng/DietPi/master/.update/version</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Got valid latest version: 9.0.2
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Update available:
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Current version : v8.22.3</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Latest version  : v9.0.2</span>
 +
 + <span style="color:#AFFF00">DietPi-Update</span>
 +<span style="color:#5E5C64">─────────────────────────────────────────────────────</span>
 +<span style="color:#5E5C64"> Phase:</span> Checking for update pre-requirements
 +
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> DietPi-Userdata validation: /mnt/dietpi_userdata
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Free space check: path=/ | available=77427 MiB | required=100 MiB
 +<span style="color:#5E5C64">[</span><span style="color:#A2734C"> SUB1 </span><span style="color:#5E5C64">]</span> DietPi-Services &gt; stop 
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> stop : cron
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> <span style="color:#5E5C64">skip : apache2 (masked)</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> stop : smbd
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> stop : nmbd
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> <span style="color:#5E5C64">skip : proftpd (masked)</span>
 +
 + <span style="color:#AFFF00">DietPi-Update</span>
 +<span style="color:#5E5C64">─────────────────────────────────────────────────────</span>
 +<span style="color:#5E5C64"> Phase:</span> Applying pre-patches
 +
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Downloading pre-patches
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Applying execute permission
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> <span style="color:#5E5C64">Migrating RPi APT repository to Bookworm and removing obsolete FFmpeg workaround</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> eval echo &apos;deb https://archive.raspberrypi.com/debian/ bookworm main&apos; &gt; /etc/apt/sources.list.d/raspi.list
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> <span style="color:#5E5C64">Removing faulty non-free-firmware component if present</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> sed --follow-symlinks -i s/ non-free-firmware$// /etc/apt/sources.list
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> <span style="color:#5E5C64">Reverting now obsolete rpi-eeprom hold</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> apt-mark unhold rpi-eeprom
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> <span style="color:#5E5C64">Migrating from raspberrypi.org to raspberrypi.com</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> sed -i s/raspberrypi.org/raspberrypi.com/ /etc/apt/sources.list /boot/dietpi.txt
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> sed -i s/raspberrypi.org/raspberrypi.com/ /etc/apt/sources.list.d/raspi.list
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> sed -i s/raspberrypi.org/raspberrypi.com/ /etc/apt/preferences.d/dietpi-lxde
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Pre-patches |</span> mkdir -p ../DietPi-Update/DietPi-master/dietpi
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Successfully applied pre-patches
 +
 + <span style="color:#AFFF00">DietPi-Update</span>
 +<span style="color:#5E5C64">─────────────────────────────────────────────────────</span>
 +<span style="color:#5E5C64"> Phase:</span> Upgrading APT packages
 +
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT update, please wait...
 +<span style="color:#5E5C64">Hit:1 http://raspbian.raspberrypi.com/raspbian bookworm InRelease</span>
 +<span style="color:#5E5C64">Hit:2 https://archive.raspberrypi.com/debian bookworm InRelease</span>
 +<span style="color:#5E5C64">Reading package lists...</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT update
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT upgrade, please wait...
 +<span style="color:#5E5C64">Reading package lists...</span>
 +<span style="color:#5E5C64">Building dependency tree...</span>
 +<span style="color:#5E5C64">Reading state information...</span>
 +<span style="color:#5E5C64">Calculating upgrade...</span>
 +<span style="color:#5E5C64">The following packages were automatically installed and are no longer required:</span>
 +<span style="color:#5E5C64">  libaom0 libavcodec58 libavfilter7 libavformat58 libavutil56 libcodec2-0.9</span>
 +<span style="color:#5E5C64">  libdav1d4 libflac8 libidn11 libplacebo72 libpostproc55 libprotobuf-lite23</span>
 +<span style="color:#5E5C64">  libsrt1.4-gnutls libswresample3 libswscale5 libvpx6 libwebp6 libx264-160</span>
 +<span style="color:#5E5C64">  libx265-192</span>
 +<span style="color:#5E5C64">Use &apos;sudo apt autoremove&apos; to remove them.</span>
 +<span style="color:#5E5C64">The following NEW packages will be installed:</span>
 +<span style="color:#5E5C64">  libavfilter8 libplacebo208 libpostproc56 libprotobuf-lite32 libzimg2</span>
 +<span style="color:#5E5C64">The following packages will be upgraded:</span>
 +<span style="color:#5E5C64">  alsa-utils chromium-browser chromium-chromedriver</span>
 +<span style="color:#5E5C64">  chromium-codecs-ffmpeg-extra clang console-setup console-setup-linux curl</span>
 +<span style="color:#5E5C64">  dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common</span>
 +<span style="color:#5E5C64">  dbus-user-session dbus-x11 debianutils filezilla filezilla-common</span>
 +<span style="color:#5E5C64">  firmware-atheros firmware-brcm80211 firmware-iwlwifi firmware-misc-nonfree</span>
 +<span style="color:#5E5C64">  firmware-realtek gimp gimp-data gsettings-desktop-schemas</span>
 +<span style="color:#5E5C64">  gstreamer1.0-plugins-good gtk-update-icon-cache keyboard-configuration</span>
 +<span style="color:#5E5C64">  krb5-multidev libasound2 libasound2-data libasound2-dev libatopology2</span>
 +<span style="color:#5E5C64">  libavcodec59 libavformat59 libavutil57 libc-bin libc-dev-bin libc-l10n libc6</span>
 +<span style="color:#5E5C64">  libc6-dev libcairo-gobject2 libcairo2 libcups2 libcurl3-gnutls libcurl4</span>
 +<span style="color:#5E5C64">  libcurl4-gnutls-dev libdbus-1-3 libegl-mesa0 libgbm1 libgimp2.0</span>
 +<span style="color:#5E5C64">  libgl1-mesa-dri libglapi-mesa libglx-mesa0 libgs-common libgs10</span>
 +<span style="color:#5E5C64">  libgs10-common libgssapi-krb5-2 libgssrpc4 libgstreamer-plugins-bad1.0-0</span>
 +<span style="color:#5E5C64">  libgtk-3-0 libgtk-3-common libimlib2 libjavascriptcoregtk-4.0-18</span>
 +<span style="color:#5E5C64">  libjavascriptcoregtk-4.1-0 libk5crypto3 libkadm5clnt-mit12 libkadm5srv-mit12</span>
 +<span style="color:#5E5C64">  libkdb5-10 libkrb5-3 libkrb5-dev libkrb5support0 liblightdm-gobject-1-0</span>
 +<span style="color:#5E5C64">  libnss-myhostname libpam-modules libpam-modules-bin libpam-runtime</span>
 +<span style="color:#5E5C64">  libpam-systemd libpam0g libpam0g-dev libpixman-1-0 libplymouth5 libpq-dev</span>
 +<span style="color:#5E5C64">  libpq5 libpulse0 libpulsedsp libraspberrypi-bin libraspberrypi0 libssl-dev</span>
 +<span style="color:#5E5C64">  libssl3 libswresample4 libswscale6 libsystemd-dev libsystemd-shared</span>
 +<span style="color:#5E5C64">  libsystemd0 libtiff-dev libtiff6 libtiffxx6 libudev-dev libudev1 libvlc-bin</span>
 +<span style="color:#5E5C64">  libvlc5 libvlccore9 libvte-2.91-0 libvte-2.91-common libwebkit2gtk-4.0-37</span>
 +<span style="color:#5E5C64">  libwebkit2gtk-4.1-0 lightdm linux-libc-dev locales locales-all node-babel7</span>
 +<span style="color:#5E5C64">  node-babel7-runtime openssh-client openssh-server openssh-sftp-server</span>
 +<span style="color:#5E5C64">  openssl plymouth pulseaudio pulseaudio-utils python3-gpiozero python3-pip</span>
 +<span style="color:#5E5C64">  python3-pip-whl systemd systemd-sysv systemd-timesyncd udev vlc vlc-bin</span>
 +<span style="color:#5E5C64">  vlc-data vlc-plugin-base vlc-plugin-qt vlc-plugin-video-output</span>
 +<span style="color:#5E5C64">  xserver-common xserver-xorg-core</span>
 +<span style="color:#5E5C64">136 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.</span>
 +<span style="color:#5E5C64">Need to get 325 MB of archives.</span>
 +<span style="color:#5E5C64">After this operation, 48.2 MB of additional disk space will be used.</span>
 +<span style="color:#5E5C64">Get:1 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf debianutils armhf 5.7-0.5~deb12u1 [101 kB]</span>
 +<span style="color:#5E5C64">Get:2 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB]</span>
 +<span style="color:#5E5C64">Get:3 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB]</span>
 +<span style="color:#5E5C64">Get:4 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libsystemd-dev armhf 252.17-1~deb12u1+rpi1 [353 kB]</span>
 +<span style="color:#5E5C64">Get:5 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf systemd-timesyncd armhf 252.17-1~deb12u1+rpi1 [63.0 kB]</span>
 +<span style="color:#5E5C64">Get:6 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libsystemd-shared armhf 252.17-1~deb12u1+rpi1 [1517 kB]</span>
 +<span style="color:#5E5C64">Get:8 https://archive.raspberrypi.com/debian bookworm/main armhf libc6-dev armhf 2.36-9+rpt2+deb12u3 [1257 kB]</span>
 +<span style="color:#5E5C64">Get:21 https://archive.raspberrypi.com/debian bookworm/main armhf libc-dev-bin armhf 2.36-9+rpt2+deb12u3 [44.2 kB]</span>
 +<span style="color:#5E5C64">Get:7 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libpam-systemd armhf 252.17-1~deb12u1+rpi1 [200 kB]</span>
 +<span style="color:#5E5C64">Get:22 https://archive.raspberrypi.com/debian bookworm/main armhf linux-libc-dev armhf 1:6.1.63-1+rpt1 [1774 kB]</span>
 +<span style="color:#5E5C64">Get:9 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf systemd armhf 252.17-1~deb12u1+rpi1 [2885 kB]</span>
 +<span style="color:#5E5C64">Get:37 https://archive.raspberrypi.com/debian bookworm/main armhf libc6 armhf 2.36-9+rpt2+deb12u3 [2110 kB]</span>
 +<span style="color:#5E5C64">Get:45 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgimp2.0 armhf 2.10.34-1+deb12u1 [737 kB]</span>
 +<span style="color:#5E5C64">Get:46 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf gimp-data all 2.10.34-1+deb12u1 [14.2 MB]</span>
 +<span style="color:#5E5C64">Get:10 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libsystemd0 armhf 252.17-1~deb12u1+rpi1 [299 kB]</span>
 +<span style="color:#5E5C64">Get:59 https://archive.raspberrypi.com/debian bookworm/main armhf libc-bin armhf 2.36-9+rpt2+deb12u3 [493 kB]</span>
 +<span style="color:#5E5C64">Get:11 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf dbus-x11 armhf 1.14.10-1~deb12u1 [90.1 kB]</span>
 +<span style="color:#5E5C64">Get:12 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf dbus-user-session armhf 1.14.10-1~deb12u1 [78.1 kB]</span>
 +<span style="color:#5E5C64">Get:65 https://archive.raspberrypi.com/debian bookworm/main armhf libpam0g-dev armhf 1.5.2-6+rpt2+deb12u1 [141 kB]</span>
 +<span style="color:#5E5C64">Get:13 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf dbus-daemon armhf 1.14.10-1~deb12u1 [163 kB]</span>
 +<span style="color:#5E5C64">Get:68 https://archive.raspberrypi.com/debian bookworm/main armhf libpam0g armhf 1.5.2-6+rpt2+deb12u1 [86.3 kB]</span>
 +<span style="color:#5E5C64">Get:70 https://archive.raspberrypi.com/debian bookworm/main armhf libpam-modules-bin armhf 1.5.2-6+rpt2+deb12u1 [71.4 kB]</span>
 +<span style="color:#5E5C64">Get:14 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf dbus-bin armhf 1.14.10-1~deb12u1 [102 kB]</span>
 +<span style="color:#5E5C64">Get:71 https://archive.raspberrypi.com/debian bookworm/main armhf libpam-modules armhf 1.5.2-6+rpt2+deb12u1 [271 kB]</span>
 +<span style="color:#5E5C64">Get:15 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf dbus armhf 1.14.10-1~deb12u1 [94.7 kB]</span>
 +<span style="color:#5E5C64">Get:16 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libdbus-1-3 armhf 1.14.10-1~deb12u1 [164 kB]</span>
 +<span style="color:#5E5C64">Get:75 https://archive.raspberrypi.com/debian bookworm/main armhf libpam-runtime all 1.5.2-6+rpt2+deb12u1 [161 kB]</span>
 +<span style="color:#5E5C64">Get:17 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf systemd-sysv armhf 252.17-1~deb12u1+rpi1 [42.0 kB]</span>
 +<span style="color:#5E5C64">Get:18 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libudev-dev armhf 252.17-1~deb12u1+rpi1 [52.2 kB]</span>
 +<span style="color:#5E5C64">Get:78 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-common all 2:21.1.7-3+rpt2+deb12u4 [2382 kB]</span>
 +<span style="color:#5E5C64">Ign:78 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-common all 2:21.1.7-3+rpt2+deb12u4</span>
 +<span style="color:#5E5C64">Get:19 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf udev armhf 252.17-1~deb12u1+rpi1 [1584 kB]</span>
 +<span style="color:#5E5C64">Get:80 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-xorg-core armhf 2:21.1.7-3+rpt2+deb12u4 [3453 kB]</span>
 +<span style="color:#5E5C64">Get:20 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libudev1 armhf 252.17-1~deb12u1+rpi1 [99.3 kB]</span>
 +<span style="color:#5E5C64">Get:23 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libkrb5-dev armhf 1.20.1-2+deb12u1 [14.7 kB]</span>
 +<span style="color:#5E5C64">Get:24 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf krb5-multidev armhf 1.20.1-2+deb12u1 [125 kB]</span>
 +<span style="color:#5E5C64">Get:25 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libk5crypto3 armhf 1.20.1-2+deb12u1 [72.4 kB]</span>
 +<span style="color:#5E5C64">Get:26 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-2+deb12u1 [110 kB]</span>
 +<span style="color:#5E5C64">Get:27 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libkrb5-3 armhf 1.20.1-2+deb12u1 [283 kB]</span>
 +<span style="color:#5E5C64">Get:28 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libkrb5support0 armhf 1.20.1-2+deb12u1 [29.4 kB]</span>
 +<span style="color:#5E5C64">Get:29 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgssrpc4 armhf 1.20.1-2+deb12u1 [50.4 kB]</span>
 +<span style="color:#5E5C64">Get:30 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libkdb5-10 armhf 1.20.1-2+deb12u1 [35.3 kB]</span>
 +<span style="color:#5E5C64">Get:31 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libkadm5srv-mit12 armhf 1.20.1-2+deb12u1 [45.2 kB]</span>
 +<span style="color:#5E5C64">Get:32 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libkadm5clnt-mit12 armhf 1.20.1-2+deb12u1 [35.8 kB]</span>
 +<span style="color:#5E5C64">Get:33 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libcups2 armhf 2.4.2-3+deb12u4 [190 kB]</span>
 +<span style="color:#5E5C64">Get:34 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgtk-3-common all 3.24.38-2~deb12u1 [3895 kB]</span>
 +<span style="color:#5E5C64">Get:81 https://archive.raspberrypi.com/debian bookworm/main armhf console-setup-linux all 1.221rpt1 [1882 kB]</span>
 +<span style="color:#5E5C64">Get:82 https://archive.raspberrypi.com/debian bookworm/main armhf keyboard-configuration all 1.221rpt1 [416 kB]</span>
 +<span style="color:#5E5C64">Get:83 https://archive.raspberrypi.com/debian bookworm/main armhf console-setup all 1.221rpt1 [102 kB]</span>
 +<span style="color:#5E5C64">Get:84 https://archive.raspberrypi.com/debian bookworm/main armhf libgl1-mesa-dri armhf 23.2.1-1~bpo12+rpt2 [6276 kB]</span>
 +<span style="color:#5E5C64">Get:35 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgtk-3-0 armhf 3.24.38-2~deb12u1 [2149 kB]</span>
 +<span style="color:#5E5C64">Get:36 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf openssh-sftp-server armhf 1:9.2p1-2+deb12u1 [50.3 kB]</span>
 +<span style="color:#5E5C64">Get:38 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf openssh-server armhf 1:9.2p1-2+deb12u1 [351 kB]</span>
 +<span style="color:#5E5C64">Get:39 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf openssh-client armhf 1:9.2p1-2+deb12u1 [795 kB]</span>
 +<span style="color:#5E5C64">Get:40 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf clang armhf 1:14.0-55.7~deb12u1 [5140 B]</span>
 +<span style="color:#5E5C64">Get:41 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf curl armhf 7.88.1-10+rpi1+deb12u4 [301 kB]</span>
 +<span style="color:#5E5C64">Get:42 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libcurl4 armhf 7.88.1-10+rpi1+deb12u4 [346 kB]</span>
 +<span style="color:#5E5C64">Get:43 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf filezilla armhf 3.63.0-1+deb12u2 [1798 kB]</span>
 +<span style="color:#5E5C64">Get:50 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libtiff-dev armhf 4.5.0-6+deb12u1 [401 kB]</span>
 +<span style="color:#5E5C64">Get:85 https://archive.raspberrypi.com/debian bookworm/main armhf libglx-mesa0 armhf 23.2.1-1~bpo12+rpt2 [131 kB]</span>
 +<span style="color:#5E5C64">Get:86 https://archive.raspberrypi.com/debian bookworm/main armhf libegl-mesa0 armhf 23.2.1-1~bpo12+rpt2 [94.7 kB]</span>
 +<span style="color:#5E5C64">Get:87 https://archive.raspberrypi.com/debian bookworm/main armhf libglapi-mesa armhf 23.2.1-1~bpo12+rpt2 [45.2 kB]</span>
 +<span style="color:#5E5C64">Get:88 https://archive.raspberrypi.com/debian bookworm/main armhf libgbm1 armhf 23.2.1-1~bpo12+rpt2 [35.6 kB]</span>
 +<span style="color:#5E5C64">Get:51 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libtiffxx6 armhf 4.5.0-6+deb12u1 [145 kB]</span>
 +<span style="color:#5E5C64">Get:89 https://archive.raspberrypi.com/debian bookworm/main armhf libpixman-1-0 armhf 0.42.2-1+rpt1 [479 kB]</span>
 +<span style="color:#5E5C64">Get:52 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libtiff6 armhf 4.5.0-6+deb12u1 [272 kB]</span>
 +<span style="color:#5E5C64">Get:53 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf gimp armhf 2.10.34-1+deb12u1 [3528 kB]</span>
 +<span style="color:#5E5C64">Get:90 https://archive.raspberrypi.com/debian bookworm/main armhf libssl-dev armhf 3.0.11-1~deb12u2+rpt1 [2119 kB]</span>
 +<span style="color:#5E5C64">Get:44 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf filezilla-common all 3.63.0-1+deb12u2 [2324 kB]</span>
 +<span style="color:#5E5C64">Get:91 https://archive.raspberrypi.com/debian bookworm/main armhf libssl3 armhf 3.0.11-1~deb12u2+rpt1 [1635 kB]</span>
 +<span style="color:#5E5C64">Get:47 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgs10 armhf 10.0.0~dfsg-11+deb12u2 [1968 kB]</span>
 +<span style="color:#5E5C64">Get:60 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgstreamer-plugins-bad1.0-0 armhf 1.22.0-4+deb12u3 [698 kB]</span>
 +<span style="color:#5E5C64">Get:92 https://archive.raspberrypi.com/debian bookworm/main armhf libatopology2 armhf 1.2.8-1+rpt1 [46.8 kB]</span>
 +<span style="color:#5E5C64">Get:93 https://archive.raspberrypi.com/debian bookworm/main armhf libasound2-dev armhf 1.2.8-1+rpt1 [110 kB]</span>
 +<span style="color:#5E5C64">Get:94 https://archive.raspberrypi.com/debian bookworm/main armhf libasound2 armhf 1.2.8-1+rpt1 [304 kB]</span>
 +<span style="color:#5E5C64">Get:95 https://archive.raspberrypi.com/debian bookworm/main armhf libasound2-data all 1.2.8-1+rpt1 [20.9 kB]</span>
 +<span style="color:#5E5C64">Get:96 https://archive.raspberrypi.com/debian bookworm/main armhf libcairo-gobject2 armhf 1.16.0-7+rpt1 [111 kB]</span>
 +<span style="color:#5E5C64">Get:62 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libwebkit2gtk-4.0-37 armhf 2.42.2-1~deb12u1+rpi1 [15.9 MB]</span>
 +<span style="color:#5E5C64">Get:97 https://archive.raspberrypi.com/debian bookworm/main armhf libcairo2 armhf 1.16.0-7+rpt1 [481 kB]</span>
 +<span style="color:#5E5C64">Get:98 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-browser armhf 120.0.6099.102-rpt1 [110 MB]</span>
 +<span style="color:#5E5C64">Get:48 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgs10-common all 10.0.0~dfsg-11+deb12u2 [586 kB]</span>
 +<span style="color:#5E5C64">Get:49 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libgs-common all 10.0.0~dfsg-11+deb12u2 [148 kB]</span>
 +<span style="color:#5E5C64">Get:54 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf gtk-update-icon-cache armhf 3.24.38-2~deb12u1 [42.3 kB]</span>
 +<span style="color:#5E5C64">Get:55 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libplacebo208 armhf 4.208.0-3 [1871 kB]</span>
 +<span style="color:#5E5C64">Get:56 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libzimg2 armhf 3.0.4+ds1-1 [68.2 kB]</span>
 +<span style="color:#5E5C64">Get:57 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libcurl4-gnutls-dev armhf 7.88.1-10+rpi1+deb12u4 [422 kB]</span>
 +<span style="color:#5E5C64">Get:58 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.88.1-10+rpi1+deb12u4 [341 kB]</span>
 +<span style="color:#5E5C64">Get:61 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libimlib2 armhf 1.10.0-4+deb12u1 [174 kB]</span>
 +<span style="color:#5E5C64">Get:67 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libnss-myhostname armhf 252.17-1~deb12u1+rpi1 [76.6 kB]</span>
 +<span style="color:#5E5C64">Get:73 http://ftp.udx.icscoe.jp/Linux/raspbian/raspbian bookworm/main armhf libprotobuf-lite32 armhf 3.21.12-3 [235 kB]</span>
 +<span style="color:#5E5C64">Get:74 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libvte-2.91-0 armhf 0.70.6-2~deb12u1 [761 kB]</span>
 +<span style="color:#5E5C64">Get:76 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libvte-2.91-common armhf 0.70.6-2~deb12u1 [641 kB]</span>
 +<span style="color:#5E5C64">Ign:98 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-browser armhf 120.0.6099.102-rpt1</span>
 +<span style="color:#5E5C64">Get:99 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-codecs-ffmpeg-extra armhf 120.0.6099.102-rpt1 [1024 kB]</span>
 +<span style="color:#5E5C64">Get:63 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libjavascriptcoregtk-4.0-18 armhf 2.42.2-1~deb12u1+rpi1 [2792 kB]</span>
 +<span style="color:#5E5C64">Get:100 https://archive.raspberrypi.com/debian bookworm/main armhf libpulsedsp armhf 16.1+dfsg1-2+rpt1 [34.7 kB]</span>
 +<span style="color:#5E5C64">Get:101 https://archive.raspberrypi.com/debian bookworm/main armhf pulseaudio-utils armhf 16.1+dfsg1-2+rpt1 [81.5 kB]</span>
 +<span style="color:#5E5C64">Get:102 https://archive.raspberrypi.com/debian bookworm/main armhf pulseaudio armhf 16.1+dfsg1-2+rpt1 [1079 kB]</span>
 +<span style="color:#5E5C64">Get:103 https://archive.raspberrypi.com/debian bookworm/main armhf libpulse0 armhf 16.1+dfsg1-2+rpt1 [239 kB]</span>
 +<span style="color:#5E5C64">Get:104 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-chromedriver armhf 120.0.6099.102-rpt1 [5880 kB]</span>
 +<span style="color:#5E5C64">Get:64 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libwebkit2gtk-4.1-0 armhf 2.42.2-1~deb12u1+rpi1 [16.0 MB]</span>
 +<span style="color:#5E5C64">Get:105 https://archive.raspberrypi.com/debian bookworm/main armhf libc-l10n all 2.36-9+rpt2+deb12u3 [675 kB]</span>
 +<span style="color:#5E5C64">Get:106 https://archive.raspberrypi.com/debian bookworm/main armhf locales all 2.36-9+rpt2+deb12u3 [3901 kB]</span>
 +<span style="color:#5E5C64">Get:107 https://archive.raspberrypi.com/debian bookworm/main armhf alsa-utils armhf 1.2.8-1+rpt1 [1057 kB]</span>
 +<span style="color:#5E5C64">Get:108 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-atheros all 1:20230210-5+rpt3 [16.8 MB]</span>
 +<span style="color:#5E5C64">Get:66 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libjavascriptcoregtk-4.1-0 armhf 2.42.2-1~deb12u1+rpi1 [2793 kB]</span>
 +<span style="color:#5E5C64">Get:69 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libpq-dev armhf 15.5-0+deb12u1 [122 kB]</span>
 +<span style="color:#5E5C64">Get:72 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf libpq5 armhf 15.5-0+deb12u1 [159 kB]</span>
 +<span style="color:#5E5C64">Get:77 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf node-babel7 all 7.20.15+ds1+~cs214.269.168-3+deb12u1 [712 kB]</span>
 +<span style="color:#5E5C64">Get:79 http://raspbian.raspberrypi.com/raspbian bookworm/main armhf node-babel7-runtime all 7.20.15+ds1+~cs214.269.168-3+deb12u1 [116 kB]</span>
 +<span style="color:#5E5C64">Get:109 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-brcm80211 all 1:20230210-5+rpt3 [5852 kB]</span>
 +<span style="color:#5E5C64">Get:110 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-iwlwifi all 1:20230210-5+rpt3 [9337 kB]</span>
 +<span style="color:#5E5C64">Get:111 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-misc-nonfree all 1:20230210-5+rpt3 [13.0 MB]</span>
 +<span style="color:#5E5C64">Get:112 https://archive.raspberrypi.com/debian bookworm/main armhf firmware-realtek all 1:20230210-5+rpt3 [1492 kB]</span>
 +<span style="color:#5E5C64">Get:113 https://archive.raspberrypi.com/debian bookworm/main armhf gsettings-desktop-schemas all 43.0-1+rpt1 [641 kB]</span>
 +<span style="color:#5E5C64">Get:114 https://archive.raspberrypi.com/debian bookworm/main armhf gstreamer1.0-plugins-good armhf 1.22.0-5+rpt1+deb12u1 [1987 kB]</span>
 +<span style="color:#5E5C64">Get:115 https://archive.raspberrypi.com/debian bookworm/main armhf libswscale6 armhf 8:5.1.4-0+rpt1+deb12u1 [264 kB]</span>
 +<span style="color:#5E5C64">Get:116 https://archive.raspberrypi.com/debian bookworm/main armhf libavformat59 armhf 8:5.1.4-0+rpt1+deb12u1 [1669 kB]</span>
 +<span style="color:#5E5C64">Get:117 https://archive.raspberrypi.com/debian bookworm/main armhf libavcodec59 armhf 8:5.1.4-0+rpt1+deb12u1 [9139 kB]</span>
 +<span style="color:#5E5C64">Get:118 https://archive.raspberrypi.com/debian bookworm/main armhf libavutil57 armhf 8:5.1.4-0+rpt1+deb12u1 [522 kB]</span>
 +<span style="color:#5E5C64">Get:119 https://archive.raspberrypi.com/debian bookworm/main armhf libswresample4 armhf 8:5.1.4-0+rpt1+deb12u1 [108 kB]</span>
 +<span style="color:#5E5C64">Get:120 https://archive.raspberrypi.com/debian bookworm/main armhf libpostproc56 armhf 8:5.1.4-0+rpt1+deb12u1 [80.2 kB]</span>
 +<span style="color:#5E5C64">Get:121 https://archive.raspberrypi.com/debian bookworm/main armhf libavfilter8 armhf 8:5.1.4-0+rpt1+deb12u1 [5844 kB]</span>
 +<span style="color:#5E5C64">Get:122 https://archive.raspberrypi.com/debian bookworm/main armhf liblightdm-gobject-1-0 armhf 1.26.0-8+rpt3 [49.3 kB]</span>
 +<span style="color:#5E5C64">Get:123 https://archive.raspberrypi.com/debian bookworm/main armhf libplymouth5 armhf 22.02.122-3+rpt1 [84.5 kB]</span>
 +<span style="color:#5E5C64">Get:124 https://archive.raspberrypi.com/debian bookworm/main armhf libraspberrypi-bin armhf 1:2+git20231018~131943+3c97f76-1 [49.3 kB]</span>
 +<span style="color:#5E5C64">Get:125 https://archive.raspberrypi.com/debian bookworm/main armhf libraspberrypi0 armhf 1:2+git20231018~131943+3c97f76-1 [68.0 kB]</span>
 +<span style="color:#5E5C64">Get:126 https://archive.raspberrypi.com/debian bookworm/main armhf vlc armhf 1:3.0.20-0+rpt2+deb12u1 [110 kB]</span>
 +<span style="color:#5E5C64">Get:127 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-plugin-base armhf 1:3.0.20-0+rpt2+deb12u1 [2649 kB]</span>
 +<span style="color:#5E5C64">Get:128 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-data all 1:3.0.20-0+rpt2+deb12u1 [421 kB]</span>
 +<span style="color:#5E5C64">Get:129 https://archive.raspberrypi.com/debian bookworm/main armhf libvlccore9 armhf 1:3.0.20-0+rpt2+deb12u1 [450 kB]</span>
 +<span style="color:#5E5C64">Get:130 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-plugin-qt armhf 1:3.0.20-0+rpt2+deb12u1 [1021 kB]</span>
 +<span style="color:#5E5C64">Get:131 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-plugin-video-output armhf 1:3.0.20-0+rpt2+deb12u1 [181 kB]</span>
 +<span style="color:#5E5C64">Get:132 https://archive.raspberrypi.com/debian bookworm/main armhf libvlc5 armhf 1:3.0.20-0+rpt2+deb12u1 [131 kB]</span>
 +<span style="color:#5E5C64">Get:133 https://archive.raspberrypi.com/debian bookworm/main armhf vlc-bin armhf 1:3.0.20-0+rpt2+deb12u1 [128 kB]</span>
 +<span style="color:#5E5C64">Get:134 https://archive.raspberrypi.com/debian bookworm/main armhf libvlc-bin armhf 1:3.0.20-0+rpt2+deb12u1 [91.1 kB]</span>
 +<span style="color:#5E5C64">Get:135 https://archive.raspberrypi.com/debian bookworm/main armhf lightdm armhf 1.26.0-8+rpt3 [143 kB]</span>
 +<span style="color:#5E5C64">Get:136 https://archive.raspberrypi.com/debian bookworm/main armhf locales-all armhf 2.36-9+rpt2+deb12u3 [10.7 MB]</span>
 +<span style="color:#5E5C64">Get:137 https://archive.raspberrypi.com/debian bookworm/main armhf openssl armhf 3.0.11-1~deb12u2+rpt1 [1370 kB]</span>
 +<span style="color:#5E5C64">Get:138 https://archive.raspberrypi.com/debian bookworm/main armhf plymouth armhf 22.02.122-3+rpt1 [120 kB]</span>
 +<span style="color:#5E5C64">Get:139 https://archive.raspberrypi.com/debian bookworm/main armhf python3-gpiozero all 2.0-1 [126 kB]</span>
 +<span style="color:#5E5C64">Get:140 https://archive.raspberrypi.com/debian bookworm/main armhf python3-pip all 23.0.1+dfsg-1+rpt1 [1325 kB]</span>
 +<span style="color:#5E5C64">Get:141 https://archive.raspberrypi.com/debian bookworm/main armhf python3-pip-whl all 23.0.1+dfsg-1+rpt1 [1718 kB]</span>
 +<span style="color:#5E5C64">Get:78 https://archive.raspberrypi.com/debian bookworm/main armhf xserver-common all 2:21.1.7-3+rpt2+deb12u4 [2382 kB]</span>
 +<span style="color:#5E5C64">Get:98 https://archive.raspberrypi.com/debian bookworm/main armhf chromium-browser armhf 120.0.6099.102-rpt1 [110 MB]</span>
 +<span style="color:#5E5C64">debconf: delaying package configuration, since apt-utils is not installed</span>
 +<span style="color:#5E5C64">Fetched 312 MB in 17min 0s (306 kB/s)</span>
 +<span style="color:#5E5C64">(Reading database ... 139806 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../debianutils_5.7-0.5~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking debianutils (5.7-0.5~deb12u1) over (5.7-0.4) ...</span>
 +<span style="color:#5E5C64">Setting up debianutils (5.7-0.5~deb12u1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139806 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libc6-dev_2.36-9+rpt2+deb12u3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libc6-dev:armhf (2.36-9+rpt2+deb12u3) over (2.36-9+rpi1+deb12u3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libc-dev-bin_2.36-9+rpt2+deb12u3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libc-dev-bin (2.36-9+rpt2+deb12u3) over (2.36-9+rpi1+deb12u3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../linux-libc-dev_1%3a6.1.63-1+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking linux-libc-dev:armhf (1:6.1.63-1+rpt1) over (1:1.20230405-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libc6_2.36-9+rpt2+deb12u3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libc6:armhf (2.36-9+rpt2+deb12u3) over (2.36-9+rpi1+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up libc6:armhf (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139805 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libc-bin_2.36-9+rpt2+deb12u3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libc-bin (2.36-9+rpt2+deb12u3) over (2.36-9+rpi1+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up libc-bin (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139805 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libpam0g-dev_1.5.2-6+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpam0g-dev:armhf (1.5.2-6+rpt2+deb12u1) over (1.5.2-6) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libpam0g_1.5.2-6+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpam0g:armhf (1.5.2-6+rpt2+deb12u1) over (1.5.2-6) ...</span>
 +<span style="color:#5E5C64">Setting up libpam0g:armhf (1.5.2-6+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139805 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libpam-modules-bin_1.5.2-6+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpam-modules-bin (1.5.2-6+rpt2+deb12u1) over (1.5.2-6) ...</span>
 +<span style="color:#5E5C64">Setting up libpam-modules-bin (1.5.2-6+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139805 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libpam-modules_1.5.2-6+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpam-modules:armhf (1.5.2-6+rpt2+deb12u1) over (1.5.2-6) ...</span>
 +<span style="color:#5E5C64">Setting up libpam-modules:armhf (1.5.2-6+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139805 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../libpam-runtime_1.5.2-6+rpt2+deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpam-runtime (1.5.2-6+rpt2+deb12u1) over (1.5.2-6) ...</span>
 +<span style="color:#5E5C64">Setting up libpam-runtime (1.5.2-6+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139805 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../0-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../1-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../2-libsystemd-dev_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libsystemd-dev:armhf (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../3-systemd-timesyncd_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking systemd-timesyncd (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../4-libsystemd-shared_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libsystemd-shared:armhf (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../5-libpam-systemd_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpam-systemd:armhf (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../6-xserver-common_2%3a21.1.7-3+rpt2+deb12u4_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking xserver-common (2:21.1.7-3+rpt2+deb12u4) over (2:21.1.7-3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../7-xserver-xorg-core_2%3a21.1.7-3+rpt2+deb12u4_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking xserver-xorg-core (2:21.1.7-3+rpt2+deb12u4) over (2:21.1.7-3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../8-systemd_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking systemd (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../9-libsystemd0_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libsystemd0:armhf (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up libsystemd0:armhf (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139806 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../0-dbus-x11_1.14.10-1~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking dbus-x11 (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../1-dbus-user-session_1.14.10-1~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking dbus-user-session (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../2-dbus-daemon_1.14.10-1~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking dbus-daemon (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../3-dbus-bin_1.14.10-1~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking dbus-bin (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../4-dbus_1.14.10-1~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking dbus (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../5-libdbus-1-3_1.14.10-1~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libdbus-1-3:armhf (1.14.10-1~deb12u1) over (1.14.8-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libsystemd-shared:armhf (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up systemd (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139806 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../0-systemd-sysv_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking systemd-sysv (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../1-console-setup-linux_1.221rpt1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking console-setup-linux (1.221rpt1) over (1.221) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../2-keyboard-configuration_1.221rpt1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking keyboard-configuration (1.221rpt1) over (1.221) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../3-console-setup_1.221rpt1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking console-setup (1.221rpt1) over (1.221) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../4-libudev-dev_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libudev-dev:armhf (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../5-udev_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking udev (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../6-libudev1_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libudev1:armhf (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up libudev1:armhf (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">(Reading database ... 139806 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Preparing to unpack .../000-libgl1-mesa-dri_23.2.1-1~bpo12+rpt2_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgl1-mesa-dri:armhf (23.2.1-1~bpo12+rpt2) over (22.3.6-1+deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../001-libglx-mesa0_23.2.1-1~bpo12+rpt2_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libglx-mesa0:armhf (23.2.1-1~bpo12+rpt2) over (22.3.6-1+deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../002-libegl-mesa0_23.2.1-1~bpo12+rpt2_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libegl-mesa0:armhf (23.2.1-1~bpo12+rpt2) over (22.3.6-1+deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../003-libglapi-mesa_23.2.1-1~bpo12+rpt2_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libglapi-mesa:armhf (23.2.1-1~bpo12+rpt2) over (22.3.6-1+deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../004-libgbm1_23.2.1-1~bpo12+rpt2_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgbm1:armhf (23.2.1-1~bpo12+rpt2) over (22.3.6-1+deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../005-libpixman-1-0_0.42.2-1+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpixman-1-0:armhf (0.42.2-1+rpt1) over (0.42.2-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../006-libssl-dev_3.0.11-1~deb12u2+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libssl-dev:armhf (3.0.11-1~deb12u2+rpt1) over (3.0.9-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../007-libssl3_3.0.11-1~deb12u2+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libssl3:armhf (3.0.11-1~deb12u2+rpt1) over (3.0.9-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../008-libatopology2_1.2.8-1+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libatopology2:armhf (1.2.8-1+rpt1) over (1.2.8-1+b1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../009-libasound2-dev_1.2.8-1+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libasound2-dev:armhf (1.2.8-1+rpt1) over (1.2.8-1+b1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../010-libasound2_1.2.8-1+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libasound2:armhf (1.2.8-1+rpt1) over (1.2.8-1+b1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../011-libasound2-data_1.2.8-1+rpt1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libasound2-data (1.2.8-1+rpt1) over (1.2.8-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../012-libcairo-gobject2_1.16.0-7+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libcairo-gobject2:armhf (1.16.0-7+rpt1) over (1.16.0-7) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../013-libcairo2_1.16.0-7+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libcairo2:armhf (1.16.0-7+rpt1) over (1.16.0-7) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../014-libkrb5-dev_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libkrb5-dev:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../015-krb5-multidev_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking krb5-multidev:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../016-libk5crypto3_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libk5crypto3:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../017-libgssapi-krb5-2_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgssapi-krb5-2:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../018-libkrb5-3_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libkrb5-3:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../019-libkrb5support0_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libkrb5support0:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../020-libgssrpc4_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgssrpc4:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../021-libkdb5-10_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libkdb5-10:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../022-libkadm5srv-mit12_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libkadm5srv-mit12:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../023-libkadm5clnt-mit12_1.20.1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libkadm5clnt-mit12:armhf (1.20.1-2+deb12u1) over (1.20.1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../024-libcups2_2.4.2-3+deb12u4_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libcups2:armhf (2.4.2-3+deb12u4) over (2.4.2-3+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../025-libgtk-3-common_3.24.38-2~deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgtk-3-common (3.24.38-2~deb12u1) over (3.24.37-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../026-libgtk-3-0_3.24.38-2~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgtk-3-0:armhf (3.24.38-2~deb12u1) over (3.24.37-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../027-chromium-browser_120.0.6099.102-rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking chromium-browser (120.0.6099.102-rpt1) over (116.0.5845.102-rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../028-chromium-codecs-ffmpeg-extra_120.0.6099.102-rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking chromium-codecs-ffmpeg-extra (120.0.6099.102-rpt1) over (116.0.5845.102-rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../029-libpulsedsp_16.1+dfsg1-2+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpulsedsp:armhf (16.1+dfsg1-2+rpt1) over (16.1+dfsg1-2+b2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../030-pulseaudio-utils_16.1+dfsg1-2+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking pulseaudio-utils (16.1+dfsg1-2+rpt1) over (16.1+dfsg1-2+b2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../031-pulseaudio_16.1+dfsg1-2+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking pulseaudio (16.1+dfsg1-2+rpt1) over (16.1+dfsg1-2+b2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../032-libpulse0_16.1+dfsg1-2+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpulse0:armhf (16.1+dfsg1-2+rpt1) over (16.1+dfsg1-2+b2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../033-chromium-chromedriver_120.0.6099.102-rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking chromium-chromedriver (120.0.6099.102-rpt1) over (116.0.5845.102-rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../034-openssh-sftp-server_1%3a9.2p1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking openssh-sftp-server (1:9.2p1-2+deb12u1) over (1:9.2p1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../035-openssh-server_1%3a9.2p1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking openssh-server (1:9.2p1-2+deb12u1) over (1:9.2p1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../036-openssh-client_1%3a9.2p1-2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking openssh-client (1:9.2p1-2+deb12u1) over (1:9.2p1-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../037-libc-l10n_2.36-9+rpt2+deb12u3_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libc-l10n (2.36-9+rpt2+deb12u3) over (2.36-9+rpi1+deb12u3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../038-locales_2.36-9+rpt2+deb12u3_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking locales (2.36-9+rpt2+deb12u3) over (2.36-9+rpi1+deb12u3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../039-alsa-utils_1.2.8-1+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking alsa-utils (1.2.8-1+rpt1) over (1.2.8-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../040-clang_1%3a14.0-55.7~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking clang (1:14.0-55.7~deb12u1) over (1:14.0-55.6) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../041-curl_7.88.1-10+rpi1+deb12u4_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking curl (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../042-libcurl4_7.88.1-10+rpi1+deb12u4_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libcurl4:armhf (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../043-filezilla_3.63.0-1+deb12u2_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking filezilla (3.63.0-1+deb12u2) over (3.63.0-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../044-filezilla-common_3.63.0-1+deb12u2_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking filezilla-common (3.63.0-1+deb12u2) over (3.63.0-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../045-firmware-atheros_1%3a20230210-5+rpt3_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking firmware-atheros (1:20230210-5+rpt3) over (1:20230210-5~bpo11+1+rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../046-firmware-brcm80211_1%3a20230210-5+rpt3_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking firmware-brcm80211 (1:20230210-5+rpt3) over (1:20230210-5~bpo11+1+rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../047-firmware-iwlwifi_1%3a20230210-5+rpt3_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking firmware-iwlwifi (1:20230210-5+rpt3) over (1:20230210-5~bpo11+1+rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../048-firmware-misc-nonfree_1%3a20230210-5+rpt3_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking firmware-misc-nonfree (1:20230210-5+rpt3) over (1:20230210-5~bpo11+1+rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../049-firmware-realtek_1%3a20230210-5+rpt3_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking firmware-realtek (1:20230210-5+rpt3) over (1:20230210-5~bpo11+1+rpt1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../050-libgimp2.0_2.10.34-1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgimp2.0:armhf (2.10.34-1+deb12u1) over (2.10.34-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../051-gimp-data_2.10.34-1+deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking gimp-data (2.10.34-1+deb12u1) over (2.10.34-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../052-libgs10_10.0.0~dfsg-11+deb12u2_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgs10:armhf (10.0.0~dfsg-11+deb12u2) over (10.0.0~dfsg-11+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../053-libgs10-common_10.0.0~dfsg-11+deb12u2_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgs10-common (10.0.0~dfsg-11+deb12u2) over (10.0.0~dfsg-11+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../054-libgs-common_10.0.0~dfsg-11+deb12u2_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgs-common (10.0.0~dfsg-11+deb12u2) over (10.0.0~dfsg-11+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../055-libtiff-dev_4.5.0-6+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libtiff-dev:armhf (4.5.0-6+deb12u1) over (4.5.0-6) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../056-libtiffxx6_4.5.0-6+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libtiffxx6:armhf (4.5.0-6+deb12u1) over (4.5.0-6) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../057-libtiff6_4.5.0-6+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libtiff6:armhf (4.5.0-6+deb12u1) over (4.5.0-6) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../058-gimp_2.10.34-1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking gimp (2.10.34-1+deb12u1) over (2.10.34-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../059-gsettings-desktop-schemas_43.0-1+rpt1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking gsettings-desktop-schemas (43.0-1+rpt1) over (43.0-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../060-gstreamer1.0-plugins-good_1.22.0-5+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking gstreamer1.0-plugins-good:armhf (1.22.0-5+rpt1+deb12u1) over (1.22.0-5+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../061-gtk-update-icon-cache_3.24.38-2~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking gtk-update-icon-cache (3.24.38-2~deb12u1) over (3.24.37-2) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../062-libswscale6_8%3a5.1.4-0+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libswscale6:armhf (8:5.1.4-0+rpt1+deb12u1) over (7:5.1.3-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../063-libavformat59_8%3a5.1.4-0+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libavformat59:armhf (8:5.1.4-0+rpt1+deb12u1) over (7:5.1.3-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../064-libavcodec59_8%3a5.1.4-0+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libavcodec59:armhf (8:5.1.4-0+rpt1+deb12u1) over (7:5.1.3-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../065-libavutil57_8%3a5.1.4-0+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libavutil57:armhf (8:5.1.4-0+rpt1+deb12u1) over (7:5.1.3-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../066-libswresample4_8%3a5.1.4-0+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libswresample4:armhf (8:5.1.4-0+rpt1+deb12u1) over (7:5.1.3-1) ...</span>
 +<span style="color:#5E5C64">Selecting previously unselected package libplacebo208:armhf.</span>
 +<span style="color:#5E5C64">Preparing to unpack .../067-libplacebo208_4.208.0-3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libplacebo208:armhf (4.208.0-3) ...</span>
 +<span style="color:#5E5C64">Selecting previously unselected package libpostproc56:armhf.</span>
 +<span style="color:#5E5C64">Preparing to unpack .../068-libpostproc56_8%3a5.1.4-0+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpostproc56:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Selecting previously unselected package libzimg2:armhf.</span>
 +<span style="color:#5E5C64">Preparing to unpack .../069-libzimg2_3.0.4+ds1-1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libzimg2:armhf (3.0.4+ds1-1) ...</span>
 +<span style="color:#5E5C64">Selecting previously unselected package libavfilter8:armhf.</span>
 +<span style="color:#5E5C64">Preparing to unpack .../070-libavfilter8_8%3a5.1.4-0+rpt1+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libavfilter8:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../071-libcurl4-gnutls-dev_7.88.1-10+rpi1+deb12u4_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libcurl4-gnutls-dev:armhf (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../072-libcurl3-gnutls_7.88.1-10+rpi1+deb12u4_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libcurl3-gnutls:armhf (7.88.1-10+rpi1+deb12u4) over (7.88.1-10+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../073-libgstreamer-plugins-bad1.0-0_1.22.0-4+deb12u3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libgstreamer-plugins-bad1.0-0:armhf (1.22.0-4+deb12u3) over (1.22.0-4+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../074-libimlib2_1.10.0-4+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libimlib2:armhf (1.10.0-4+deb12u1) over (1.10.0-4) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../075-libwebkit2gtk-4.0-37_2.42.2-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libwebkit2gtk-4.0-37:armhf (2.42.2-1~deb12u1+rpi1) over (2.40.3-2~deb12u2+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../076-libjavascriptcoregtk-4.0-18_2.42.2-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libjavascriptcoregtk-4.0-18:armhf (2.42.2-1~deb12u1+rpi1) over (2.40.3-2~deb12u2+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../077-libwebkit2gtk-4.1-0_2.42.2-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libwebkit2gtk-4.1-0:armhf (2.42.2-1~deb12u1+rpi1) over (2.40.3-2~deb12u2+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../078-libjavascriptcoregtk-4.1-0_2.42.2-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libjavascriptcoregtk-4.1-0:armhf (2.42.2-1~deb12u1+rpi1) over (2.40.3-2~deb12u2+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../079-liblightdm-gobject-1-0_1.26.0-8+rpt3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking liblightdm-gobject-1-0:armhf (1.26.0-8+rpt3) over (1.26.0-8) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../080-libnss-myhostname_252.17-1~deb12u1+rpi1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libnss-myhostname:armhf (252.17-1~deb12u1+rpi1) over (252.12-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../081-libplymouth5_22.02.122-3+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libplymouth5:armhf (22.02.122-3+rpt1) over (22.02.122-3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../082-libpq-dev_15.5-0+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpq-dev (15.5-0+deb12u1) over (15.3-0+deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../083-libpq5_15.5-0+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libpq5:armhf (15.5-0+deb12u1) over (15.3-0+deb12u1) ...</span>
 +<span style="color:#5E5C64">Selecting previously unselected package libprotobuf-lite32:armhf.</span>
 +<span style="color:#5E5C64">Preparing to unpack .../084-libprotobuf-lite32_3.21.12-3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libprotobuf-lite32:armhf (3.21.12-3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../085-libraspberrypi-bin_1%3a2+git20231018~131943+3c97f76-1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libraspberrypi-bin (1:2+git20231018~131943+3c97f76-1) over (1:2+git20230322~143557+9d5250f-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../086-libraspberrypi0_1%3a2+git20231018~131943+3c97f76-1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libraspberrypi0:armhf (1:2+git20231018~131943+3c97f76-1) over (1:2+git20230322~143557+9d5250f-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../087-vlc_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking vlc (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../088-vlc-plugin-base_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking vlc-plugin-base:armhf (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../089-vlc-data_1%3a3.0.20-0+rpt2+deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking vlc-data (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../090-libvlccore9_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libvlccore9:armhf (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../091-vlc-plugin-qt_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking vlc-plugin-qt:armhf (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../092-vlc-plugin-video-output_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking vlc-plugin-video-output:armhf (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../093-libvlc5_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libvlc5:armhf (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../094-vlc-bin_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking vlc-bin (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../095-libvlc-bin_1%3a3.0.20-0+rpt2+deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libvlc-bin:armhf (1:3.0.20-0+rpt2+deb12u1) over (1:3.0.18-0+rpt7+deb11u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../096-libvte-2.91-0_0.70.6-2~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libvte-2.91-0:armhf (0.70.6-2~deb12u1) over (0.70.6-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../097-libvte-2.91-common_0.70.6-2~deb12u1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking libvte-2.91-common (0.70.6-2~deb12u1) over (0.70.6-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../098-lightdm_1.26.0-8+rpt3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking lightdm (1.26.0-8+rpt3) over (1.26.0-8) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../099-locales-all_2.36-9+rpt2+deb12u3_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking locales-all (2.36-9+rpt2+deb12u3) over (2.36-9+rpi1+deb12u3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../100-node-babel7_7.20.15+ds1+~cs214.269.168-3+deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking node-babel7 (7.20.15+ds1+~cs214.269.168-3+deb12u1) over (7.20.15+ds1+~cs214.269.168-3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../101-node-babel7-runtime_7.20.15+ds1+~cs214.269.168-3+deb12u1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking node-babel7-runtime (7.20.15+ds1+~cs214.269.168-3+deb12u1) over (7.20.15+ds1+~cs214.269.168-3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../102-openssl_3.0.11-1~deb12u2+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking openssl (3.0.11-1~deb12u2+rpt1) over (3.0.9-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../103-plymouth_22.02.122-3+rpt1_armhf.deb ...</span>
 +<span style="color:#5E5C64">Unpacking plymouth (22.02.122-3+rpt1) over (22.02.122-3) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../104-python3-gpiozero_2.0-1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking python3-gpiozero (2.0-1) over (1.6.2-1+b4) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../105-python3-pip_23.0.1+dfsg-1+rpt1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking python3-pip (23.0.1+dfsg-1+rpt1) over (23.0.1+dfsg-1) ...</span>
 +<span style="color:#5E5C64">Preparing to unpack .../106-python3-pip-whl_23.0.1+dfsg-1+rpt1_all.deb ...</span>
 +<span style="color:#5E5C64">Unpacking python3-pip-whl (23.0.1+dfsg-1+rpt1) over (23.0.1+dfsg-1) ...</span>
 +<span style="color:#5E5C64">Setting up gsettings-desktop-schemas (43.0-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libpixman-1-0:armhf (0.42.2-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up gtk-update-icon-cache (3.24.38-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up systemd-sysv (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up libc-l10n (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up libplacebo208:armhf (4.208.0-3) ...</span>
 +<span style="color:#5E5C64">Setting up chromium-codecs-ffmpeg-extra (120.0.6099.102-rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up firmware-iwlwifi (1:20230210-5+rpt3) ...</span>
 +<span style="color:#5E5C64">Setting up libgbm1:armhf (23.2.1-1~bpo12+rpt2) ...</span>
 +<span style="color:#5E5C64">Setting up python3-pip-whl (23.0.1+dfsg-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libgs-common (10.0.0~dfsg-11+deb12u2) ...</span>
 +<span style="color:#5E5C64">Setting up firmware-atheros (1:20230210-5+rpt3) ...</span>
 +<span style="color:#5E5C64">Setting up firmware-misc-nonfree (1:20230210-5+rpt3) ...</span>
 +<span style="color:#5E5C64">Setting up libssl3:armhf (3.0.11-1~deb12u2+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libjavascriptcoregtk-4.0-18:armhf (2.42.2-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up linux-libc-dev:armhf (1:6.1.63-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up locales (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">locales-all installed, skipping locales generation</span>
 +<span style="color:#5E5C64">Setting up libcairo2:armhf (1.16.0-7+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up locales-all (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up libkrb5support0:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libasound2-data (1.2.8-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libgstreamer-plugins-bad1.0-0:armhf (1.22.0-4+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up node-babel7-runtime (7.20.15+ds1+~cs214.269.168-3+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libavutil57:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libjavascriptcoregtk-4.1-0:armhf (2.42.2-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up firmware-brcm80211 (1:20230210-5+rpt3) ...</span>
 +<span style="color:#5E5C64">Setting up python3-gpiozero (2.0-1) ...</span>
 +<span style="color:#5E5C64">Setting up libswresample4:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up firmware-realtek (1:20230210-5+rpt3) ...</span>
 +<span style="color:#5E5C64">Setting up clang (1:14.0-55.7~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libdbus-1-3:armhf (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up filezilla-common (3.63.0-1+deb12u2) ...</span>
 +<span style="color:#5E5C64">Setting up libssl-dev:armhf (3.0.11-1~deb12u2+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up systemd-timesyncd (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up udev (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up libnss-myhostname:armhf (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up libudev-dev:armhf (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up python3-pip (23.0.1+dfsg-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libk5crypto3:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libglapi-mesa:armhf (23.2.1-1~bpo12+rpt2) ...</span>
 +<span style="color:#5E5C64">Setting up libvlccore9:armhf (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libraspberrypi0:armhf (1:2+git20231018~131943+3c97f76-1) ...</span>
 +<span style="color:#5E5C64">Setting up liblightdm-gobject-1-0:armhf (1.26.0-8+rpt3) ...</span>
 +<span style="color:#5E5C64">Setting up gimp-data (2.10.34-1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up vlc-plugin-qt:armhf (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libtiff6:armhf (4.5.0-6+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libplymouth5:armhf (22.02.122-3+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libasound2:armhf (1.2.8-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libzimg2:armhf (3.0.4+ds1-1) ...</span>
 +<span style="color:#5E5C64">Setting up libprotobuf-lite32:armhf (3.21.12-3) ...</span>
 +<span style="color:#5E5C64">Setting up libcairo-gobject2:armhf (1.16.0-7+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libkrb5-3:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libgimp2.0:armhf (2.10.34-1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libpostproc56:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up xserver-common (2:21.1.7-3+rpt2+deb12u4) ...</span>
 +<span style="color:#5E5C64">Setting up keyboard-configuration (1.221rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libavcodec59:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libasound2-dev:armhf (1.2.8-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up node-babel7 (7.20.15+ds1+~cs214.269.168-3+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libc-dev-bin (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up libswscale6:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up openssl (3.0.11-1~deb12u2+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libtiffxx6:armhf (4.5.0-6+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libatopology2:armhf (1.2.8-1+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up vlc-data (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up dbus-bin (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libsystemd-dev:armhf (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up libgtk-3-common (3.24.38-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up vlc-plugin-video-output:armhf (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libgs10-common (10.0.0~dfsg-11+deb12u2) ...</span>
 +<span style="color:#5E5C64">Setting up libavformat59:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libpulse0:armhf (16.1+dfsg1-2+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up plymouth (22.02.122-3+rpt1) ...</span>
 +<span style="color:#5E5C64">update-initramfs: deferring update (trigger activated)</span>
 +<span style="color:#5E5C64">Setting up gstreamer1.0-plugins-good:armhf (1.22.0-5+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libgl1-mesa-dri:armhf (23.2.1-1~bpo12+rpt2) ...</span>
 +<span style="color:#5E5C64">Setting up xserver-xorg-core (2:21.1.7-3+rpt2+deb12u4) ...</span>
 +<span style="color:#5E5C64">Setting up libvlc5:armhf (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libpulsedsp:armhf (16.1+dfsg1-2+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up dbus-daemon (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libraspberrypi-bin (1:2+git20231018~131943+3c97f76-1) ...</span>
 +<span style="color:#5E5C64">Setting up libavfilter8:armhf (8:5.1.4-0+rpt1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up alsa-utils (1.2.8-1+rpt1) ...</span>
 +<span style="color:#5E5C64">alsa-state.service is a disabled or a static unit not running, not starting it.</span>
 +<span style="color:#5E5C64">Setting up libegl-mesa0:armhf (23.2.1-1~bpo12+rpt2) ...</span>
 +<span style="color:#5E5C64">Setting up dbus (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">A reboot is required to replace the running dbus-daemon.</span>
 +<span style="color:#5E5C64">Please reboot the system when convenient.</span>
 +<span style="color:#5E5C64">dbus.service is a disabled or a static unit, not starting it.</span>
 +<span style="color:#5E5C64">Setting up pulseaudio-utils (16.1+dfsg1-2+rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libgssapi-krb5-2:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libimlib2:armhf (1.10.0-4+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libcups2:armhf (2.4.2-3+deb12u4) ...</span>
 +<span style="color:#5E5C64">Setting up libvlc-bin:armhf (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up dbus-x11 (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libpam-systemd:armhf (252.17-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up libcurl4:armhf (7.88.1-10+rpi1+deb12u4) ...</span>
 +<span style="color:#5E5C64">Setting up libc6-dev:armhf (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up console-setup-linux (1.221rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up curl (7.88.1-10+rpi1+deb12u4) ...</span>
 +<span style="color:#5E5C64">Setting up vlc-plugin-base:armhf (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up lightdm (1.26.0-8+rpt3) ...</span>
 +<span style="color:#5E5C64">Installing new version of config file /etc/lightdm/lightdm.conf ...</span>
 +<span style="color:#5E5C64">Setting up libgs10:armhf (10.0.0~dfsg-11+deb12u2) ...</span>
 +<span style="color:#5E5C64">Setting up gimp (2.10.34-1+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up console-setup (1.221rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up libglx-mesa0:armhf (23.2.1-1~bpo12+rpt2) ...</span>
 +<span style="color:#5E5C64">Setting up libpam0g-dev:armhf (1.5.2-6+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up openssh-client (1:9.2p1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up vlc-bin (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libpq5:armhf (15.5-0+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libpq-dev (15.5-0+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libcurl3-gnutls:armhf (7.88.1-10+rpi1+deb12u4) ...</span>
 +<span style="color:#5E5C64">Setting up libcurl4-gnutls-dev:armhf (7.88.1-10+rpi1+deb12u4) ...</span>
 +<span style="color:#5E5C64">Setting up pulseaudio (16.1+dfsg1-2+rpt1) ...</span>
 +<span style="color:#5E5C64">Installing new version of config file /etc/pulse/daemon.conf ...</span>
 +<span style="color:#5E5C64">Installing new version of config file /etc/pulse/default.pa ...</span>
 +<span style="color:#5E5C64">Setting up libgssrpc4:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up dbus-user-session (1.14.10-1~deb12u1) ...</span>
 +<span style="color:#5E5C64">Installing new version of config file /etc/X11/Xsession.d/20dbus_xdg-runtime ...</span>
 +<span style="color:#5E5C64">Setting up libtiff-dev:armhf (4.5.0-6+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up vlc (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libkadm5clnt-mit12:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up openssh-sftp-server (1:9.2p1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libkdb5-10:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up openssh-server (1:9.2p1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">rescue-ssh.target is a disabled or a static unit not running, not starting it.</span>
 +<span style="color:#5E5C64">ssh.socket is a disabled or a static unit not running, not starting it.</span>
 +<span style="color:#5E5C64">Setting up libkadm5srv-mit12:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up krb5-multidev:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Setting up libkrb5-dev:armhf (1.20.1-2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Processing triggers for mailcap (3.70+nmu1) ...</span>
 +<span style="color:#5E5C64">Processing triggers for initramfs-tools (0.142) ...</span>
 +<span style="color:#5E5C64">Processing triggers for hicolor-icon-theme (0.17-2) ...</span>
 +<span style="color:#5E5C64">Processing triggers for libglib2.0-0:armhf (2.74.6-1) ...</span>
 +<span style="color:#5E5C64">Setting up libgtk-3-0:armhf (3.24.38-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Processing triggers for libc-bin (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">Setting up libvte-2.91-0:armhf (0.70.6-2~deb12u1) ...</span>
 +<span style="color:#5E5C64">Processing triggers for man-db (2.11.2-2) ...</span>
 +<span style="color:#5E5C64">Setting up libwebkit2gtk-4.0-37:armhf (2.42.2-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up chromium-browser (120.0.6099.102-rpt1) ...</span>
 +<span style="color:#5E5C64">Setting up filezilla (3.63.0-1+deb12u2) ...</span>
 +<span style="color:#5E5C64">Setting up libwebkit2gtk-4.1-0:armhf (2.42.2-1~deb12u1+rpi1) ...</span>
 +<span style="color:#5E5C64">Setting up chromium-chromedriver (120.0.6099.102-rpt1) ...</span>
 +<span style="color:#5E5C64">Processing triggers for libvlc-bin:armhf (1:3.0.20-0+rpt2+deb12u1) ...</span>
 +<span style="color:#5E5C64">Processing triggers for libc-bin (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT upgrade
 +
 + <span style="color:#AFFF00">DietPi-Update</span>
 +<span style="color:#5E5C64">─────────────────────────────────────────────────────</span>
 +<span style="color:#5E5C64"> Phase:</span> Installing new DietPi code
 +
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Downloading update archive
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Unpacking update archive
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Removing unused files
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Hardening update archive mode
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Installing new DietPi scripts
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Installing new DietPi system files
 +<span style="color:#5E5C64">[</span><span style="color:#A2734C"> SUB1 </span><span style="color:#5E5C64">]</span> DietPi-Set_software &gt; verify_dietpi.txt
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Set_software |</span> Downloading current dietpi.txt
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> verify_dietpi.txt  | Completed
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> sync
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> systemctl daemon-reload
 +
 + <span style="color:#AFFF00">DietPi-Update</span>
 +<span style="color:#5E5C64">─────────────────────────────────────────────────────</span>
 +<span style="color:#5E5C64"> Phase:</span> Applying incremental patches
 +
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Current version : v8.22.3</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Latest version  : v9.0.2</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> <span style="color:#5E5C64">Patching to DietPi v8.23...</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> <span style="color:#5E5C64">Updating raspberrypi-sys-mods package ...</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> <span style="color:#5E5C64">curl -fo package.deb https://dietpi.com/downloads/binaries/raspberrypi-sys-mods.deb, please wait...</span>
 +  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
 +                                 Dload  Upload   Total   Spent    Left  Speed
 +100  3116  100  3116    0       1864      0  0:00:01  0:00:01 --:--:--  1864
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> curl -fo package.deb https://dietpi.com/downloads/binaries/raspberrypi-sys-mods.deb
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> <span style="color:#5E5C64">dpkg -i --force-confdef,confold package.deb, please wait...</span>
 +(Reading database ... 139846 files and directories currently installed.)
 +Preparing to unpack package.deb ...
 +Unpacking raspberrypi-sys-mods (2:20230510-dietpi2) over (2:20230510-dietpi1) ...
 +Setting up raspberrypi-sys-mods (2:20230510-dietpi2) ...
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> dpkg -i --force-confdef,confold package.deb
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> rm package.deb
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> Patched to DietPi v8.23
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> <span style="color:#5E5C64">Patching to DietPi v8.24...</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> Patched to DietPi v8.24
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> <span style="color:#5E5C64">Patching to DietPi v8.25...</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> Patched to DietPi v8.25
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> <span style="color:#5E5C64">Patching to DietPi v9.0...</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Patch |</span> Patched to DietPi v9.0
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT autopurge, please wait...
 +<span style="color:#5E5C64">Reading package lists...</span>
 +<span style="color:#5E5C64">Building dependency tree...</span>
 +<span style="color:#5E5C64">Reading state information...</span>
 +<span style="color:#5E5C64">The following packages will be REMOVED:</span>
 +<span style="color:#5E5C64">  libaom0* libavcodec58* libavfilter7* libavformat58* libavutil56*</span>
 +<span style="color:#5E5C64">  libcodec2-0.9* libdav1d4* libflac8* libidn11* libplacebo72* libpostproc55*</span>
 +<span style="color:#5E5C64">  libprotobuf-lite23* libsrt1.4-gnutls* libswresample3* libswscale5* libvpx6*</span>
 +<span style="color:#5E5C64">  libwebp6* libx264-160* libx265-192*</span>
 +<span style="color:#5E5C64">0 upgraded, 0 newly installed, 19 to remove and 0 not upgraded.</span>
 +                                                               <span style="color:#5E5C64">After this operation, 75.1 MB disk space will be freed.</span>
 +<span style="color:#5E5C64">(Reading database ... 139846 files and directories currently installed.)</span>
 +<span style="color:#5E5C64">Removing libavfilter7:armhf (8:4.3.6-0+deb11u1+rpt5) ...</span>
 +<span style="color:#5E5C64">Removing libavformat58:armhf (8:4.3.6-0+deb11u1+rpt5) ...</span>
 +<span style="color:#5E5C64">Removing libavcodec58:armhf (8:4.3.6-0+deb11u1+rpt5) ...</span>
 +<span style="color:#5E5C64">Removing libaom0:armhf (1.0.0.errata1-3+deb11u1) ...</span>
 +<span style="color:#5E5C64">Removing libswscale5:armhf (8:4.3.6-0+deb11u1+rpt5) ...</span>
 +<span style="color:#5E5C64">Removing libswresample3:armhf (8:4.3.6-0+deb11u1+rpt5) ...</span>
 +<span style="color:#5E5C64">Removing libcodec2-0.9:armhf (0.9.2-4) ...</span>
 +<span style="color:#5E5C64">Removing libdav1d4:armhf (0.7.1-3+rpi1) ...</span>
 +<span style="color:#5E5C64">Removing libflac8:armhf (1.3.3-2+deb11u1) ...</span>
 +<span style="color:#5E5C64">Removing libidn11:armhf (1.33-3) ...</span>
 +<span style="color:#5E5C64">Removing libplacebo72:armhf (2.72.2-1) ...</span>
 +<span style="color:#5E5C64">Removing libpostproc55:armhf (8:4.3.6-0+deb11u1+rpt5) ...</span>
 +<span style="color:#5E5C64">Removing libprotobuf-lite23:armhf (3.12.4-1) ...</span>
 +<span style="color:#5E5C64">Removing libsrt1.4-gnutls:armhf (1.4.2-1.3) ...</span>
 +<span style="color:#5E5C64">Removing libvpx6:armhf (1.9.0-1) ...</span>
 +<span style="color:#5E5C64">Removing libwebp6:armhf (0.6.1-2.1+deb11u1) ...</span>
 +<span style="color:#5E5C64">Removing libx264-160:armhf (2:0.160.3011+gitcde9a93-2.1+rpi1) ...</span>
 +<span style="color:#5E5C64">Removing libx265-192:armhf (3.4-2) ...</span>
 +<span style="color:#5E5C64">Removing libavutil56:armhf (8:4.3.6-0+deb11u1+rpt5) ...</span>
 +<span style="color:#5E5C64">Processing triggers for libc-bin (2.36-9+rpt2+deb12u3) ...</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> APT autopurge
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> systemctl daemon-reload
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> Incremental patching to v9.0.2 completed
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Checking for new available live patches</span>
 +
 + <span style="color:#AFFF00">DietPi-Update</span>
 +<span style="color:#5E5C64">─────────────────────────────────────────────────────</span>
 +<span style="color:#5E5C64"> Phase:</span> Completed
 +
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Current version : v9.0.2</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> <span style="color:#5E5C64">Latest version  : v9.0.2</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Survey |</span> Sending survey data
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Update |</span> sync
 +<span style="color:#5E5C64">[</span><span style="color:#A2734C"> SUB1 </span><span style="color:#5E5C64">]</span> DietPi-Services &gt; restart 
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> <span style="color:#5E5C64">skip : proftpd (masked)</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> <span style="color:#5E5C64">skip : nmbd (disabled)</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> <span style="color:#5E5C64">skip : smbd (disabled)</span>
 +<span style="color:#5E5C64">[</span> INFO <span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> <span style="color:#5E5C64">skip : apache2 (masked)</span>
 +<span style="color:#5E5C64">[</span><span style="color:#26A269">  OK  </span><span style="color:#5E5C64">]</span> <span style="color:#5E5C64">DietPi-Services |</span> restart : cron
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
  
-===== レシピ ===== 
-[[sdcard_overclock|Raspberry Pi で SD カードをオーバークロック🔥💥する方法🤤]]\\ 
-[[.dietpi:wifi_ap|DietPi で Wi-Fi アクセスポイントを構築する方法]]\\ 
-[[.dietpi:zram_swap|DietPi で ZRAM スワップを設定する方法]]\\ 
-[[.dietpi:dietpi-imager|DietPi での配布イメージの作成 (DietPi-Imager)]]\\ 
-[[.dietpi:dietpi-drive_manager|DietPi のドライブ管理 (DietPi-Drive_Manager)]]\\ 
-[[.dietpi:dietpi_install_lamp|DietPi による LAMP(Apache, MySQL, PHP) 環境構築]]\\ 
-[[.dietpi:dietpi_native_pc_on_uefi_kvm|Native PC 用 DietPi を UEFI セキュアブートの KVM で動かす]]\\ 
  
 ===== 参考文献 ===== ===== 参考文献 =====
  • hardware/raspberry_pi/dietpi.1706103328.txt.gz
  • 最終更新: 2024/01/24 22:35
  • by ともやん