sdetweil/MagicMirror_scripts

Raspberry Pi hangs while installing dependencies

Closed this issue · 13 comments

First a little background—I'm on about my 30th attempt to install MagicMirror on a Raspberry Pi Model 3 A+. I've had several instances of MagicMirror running on three different 3 A+ Pi's over the last five years, but a recent MagicMirror update had me starting over with one of them. In all my attempts, I've started by flashing the microSD card with some version of Raspberry Pi OS (bullseye) with the Raspberry Pi Imager. Once I boot up, everything looks fine, but the Pi will eventually freeze up while installing MagicMirror. Any help would be much appreciated!

I've tried different microSD cards and different Pis, and all end up with that same issue. I've also tried manually installing Node/NPM (and at some suggestions, reverting NPM back to v6) and then cloning the MagicMirror repository and installing. The output I'm sharing below is from my most recent attempt with the install script:

  • Flashed Full 64-bit version of Raspberry Pi OS
  • ssh into Pi
  • run Sam's script

Terminal output:

pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"

$$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
$$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
$$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
$$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
$$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
$$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
$$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
\__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                       $$\   $$ |
                       \$$$$$$  |
                        \______/

install log being saved to /home/pi/install.log
Updating packages ...
[                                                                                                                                 <=>                             ]
Installing helper tools ...
installing correct version of node and npm, please wait
Cloning MagicMirror ...
Cloning into 'MagicMirror'...
remote: Enumerating objects: 376, done.
remote: Counting objects: 100% (376/376), done.
remote: Compressing objects: 100% (312/312), done.
remote: Total 376 (delta 64), reused 168 (delta 48), pack-reused 0
Receiving objects: 100% (376/376), 427.80 KiB | 2.12 MiB/s, done.
Resolving deltas: 100% (64/64), done.
Cloning MagicMirror Done!
Installing dependencies ...
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(node:18543) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
(⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠼ idealTree:MagicMirror: sill idealTree buildDeps

Will post install.log in a reply, to avoid max character count.

Install.log:

install starting  - Thu Nov  2 10:05:20 CDT 2023
installing on aarch64 processor system
the os is Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye
�[96mUpdating packages ...�[90m
Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org/debian-security bullseye-security InRelease Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease Reading package lists...
apt-get update  completed ok
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
  libfuse2
Use 'sudo apt autoremove' to remove it.
Suggested packages:
  doc-base
The following NEW packages will be installed:
  pv
0 upgraded, 1 newly installed, 0 to remove and 218 not upgraded.
Need to get 51.3 kB of archives.
After this operation, 131 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main arm64 pv arm64 1.6.6-1 [51.3 kB]
Fetched 51.3 kB in 0s (114 kB/s)
Selecting previously unselected package pv.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155687 files and directories currently installed.)
Preparing to unpack .../archives/pv_1.6.6-1_arm64.deb ...
Unpacking pv (1.6.6-1) ...
Setting up pv (1.6.6-1) ...
Processing triggers for man-db (2.9.4-2) ...
apt-get upgrade  started
apt-get upgrade result =rc=0 Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages were automatically installed and are no longer required:
  libfuse2 wolframscript
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
  adduser base-files bind9-host bind9-libs ca-certificates-java
  chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra cpio
  cups cups-browsed cups-client cups-common cups-core-drivers cups-daemon
  cups-filters cups-filters-core-drivers cups-ipp-utils cups-ppdc
  cups-server-common curl dbus dbus-user-session dbus-x11 distro-info-data
  dpkg dpkg-dev ffmpeg file firmware-atheros firmware-brcm80211
  firmware-libertas firmware-misc-nonfree firmware-realtek fonts-opensymbol
  ghostscript gstreamer1.0-alsa gstreamer1.0-gtk3 gstreamer1.0-plugins-bad
  gstreamer1.0-plugins-base gstreamer1.0-plugins-good
  gstreamer1.0-plugins-ugly gstreamer1.0-x libaom0 libavcodec58 libavdevice58
  libavfilter7 libavformat58 libavresample4 libavutil56 libblas3 libbsd0
  libc-bin libc-dev-bin libc-devtools libc-l10n libc6 libc6-dbg libc6-dev
  libcamera-apps libcamera-tools libcamera0 libcups2 libcupsfilters1
  libcupsimage2 libcurl3-gnutls libcurl4 libdbus-1-3 libdpkg-perl libflac8
  libfontembed1 libgs9 libgs9-common libgssapi-krb5-2 libgstreamer-gl1.0-0
  libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0
  libhsqldb1.8.0-java libjavascriptcoregtk-4.0-18 libjson-c5 libjuh-java
  libjurt-java libk5crypto3 libkrb5-3 libkrb5support0 liblapack3
  liblibreoffice-java libmagic-mgc libmagic1 libmariadb3 libncurses6
  libncursesw6 libpam-systemd libpostproc55 libpq5 libprotobuf-lite23
  libpython2.7-minimal libpython2.7-stdlib libreoffice libreoffice-base
  libreoffice-base-core libreoffice-base-drivers libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk3
  libreoffice-help-common libreoffice-help-en-gb libreoffice-impress
  libreoffice-java-common libreoffice-l10n-en-gb libreoffice-math
  libreoffice-nlpsolver libreoffice-report-builder
  libreoffice-report-builder-bin libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-sdbc-firebird libreoffice-sdbc-hsqldb libreoffice-sdbc-mysql
  libreoffice-sdbc-postgresql libreoffice-style-colibre
  libreoffice-wiki-publisher libreoffice-writer libridl-java librsvg2-2
  librsvg2-common libssh-gcrypt-4 libssl1.1 libswresample3 libswscale5
  libsynctex2 libsystemd0 libtinfo6 libudev1 libuno-cppu3
  libuno-cppuhelpergcc3-3 libuno-purpenvhelpergcc3-3 libuno-sal3
  libuno-salhelpergcc3-3 libunoil-java libunoloader-java libvlc-bin libvlc5
  libvlccore9 libvpx6 libwebkit2gtk-4.0-37 libwebp6 libwebpdemux2 libwebpmux3
  libx11-6 libx11-data libx11-dev libx11-xcb1 libxpm4 libyajl2 locales
  logrotate lxplug-bluetooth lxplug-cputemp lxplug-menu lxplug-network
  lxplug-ptbatt lxplug-updater mariadb-common ncurses-base ncurses-bin
  ncurses-term openjdk-11-jdk-headless openjdk-11-jre-headless openjdk-17-jdk
  openjdk-17-jdk-headless openjdk-17-jre openjdk-17-jre-headless
  openssh-client openssh-server openssh-sftp-server openssl python2.7
  python2.7-minimal python3-flask python3-jupyter-core python3-libcamera
  python3-picamera2 python3-sense-hat python3-uno python3-werkzeug
  raspberrypi-sys-mods raspi-config realvnc-vnc-server realvnc-vnc-viewer
  rp-prefapps rpi-eeprom rpi-imager ssh systemd systemd-sysv systemd-timesyncd
  udev uno-libs-private ure vlc vlc-bin vlc-data vlc-l10n
  vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
  vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
  vlc-plugin-video-splitter vlc-plugin-visualization wolfram-engine
  wolframscript
218 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,802 MB of archives.
After this operation, 22.8 MB disk space will be freed.
Get:1 http://deb.debian.org/debian bullseye/main arm64 base-files arm64 11.1+deb11u8 [70.2 kB]
Get:2 http://security.debian.org/debian-security bullseye-security/main arm64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB]
Get:3 http://deb.debian.org/debian bullseye/main arm64 dpkg arm64 1.20.13 [2,521 kB]
Get:4 http://archive.raspberrypi.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+rpt2+rpi1+deb11u7 [245 kB]
Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 libx11-dev arm64 2:1.7.2-1+deb11u2 [831 kB]
Get:6 http://security.debian.org/debian-security bullseye-security/main arm64 libx11-6 arm64 2:1.7.2-1+deb11u2 [744 kB]
Get:7 http://archive.raspberrypi.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+rpt2+rpi1+deb11u7 [2,029 kB]
Get:8 http://security.debian.org/debian-security bullseye-security/main arm64 libx11-xcb1 arm64 2:1.7.2-1+deb11u2 [204 kB]
Get:9 http://security.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u10 [323 kB]
Get:10 http://archive.raspberrypi.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+rpt2+rpi1+deb11u7 [273 kB]
Get:11 http://archive.raspberrypi.org/debian bullseye/main arm64 libc6-dbg arm64 2.31-13+rpt2+rpi1+deb11u7 [6,725 kB]
Get:12 http://security.debian.org/debian-security bullseye-security/main arm64 openjdk-11-jdk-headless arm64 11.0.21+9-1~deb11u1 [72.9 MB]
Get:13 http://deb.debian.org/debian bullseye/main arm64 ncurses-bin arm64 6.2+20201114-2+deb11u2 [424 kB]
Get:14 http://archive.raspberrypi.org/debian bullseye/main arm64 libc6 arm64 2.31-13+rpt2+rpi1+deb11u7 [2,456 kB]
Get:15 http://deb.debian.org/debian bullseye/main arm64 ncurses-base all 6.2+20201114-2+deb11u2 [272 kB]
Get:16 http://deb.debian.org/debian bullseye/main arm64 libsystemd0 arm64 247.3-7+deb11u4 [355 kB]
Get:17 http://deb.debian.org/debian bullseye/main arm64 systemd-timesyncd arm64 247.3-7+deb11u4 [130 kB]
Get:18 http://archive.raspberrypi.org/debian bullseye/main arm64 libc-bin arm64 2.31-13+rpt2+rpi1+deb11u7 [743 kB]
Get:19 http://archive.raspberrypi.org/debian bullseye/main arm64 chromium-browser-l10n all 116.0.5845.102-rpt1 [6,032 kB]
Get:20 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u4 [275 kB]
Get:21 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u4 [4,155 kB]
Get:22 http://archive.raspberrypi.org/debian bullseye/main arm64 libssl1.1 arm64 1.1.1w-0+deb11u1+rpt1 [1,398 kB]
Get:23 http://archive.raspberrypi.org/debian bullseye/main arm64 chromium-browser arm64 116.0.5845.102-rpt1 [111 MB]
Get:24 http://deb.debian.org/debian bullseye/main arm64 udev arm64 247.3-7+deb11u4 [1,423 kB]
Get:25 http://deb.debian.org/debian bullseye/main arm64 libudev1 arm64 247.3-7+deb11u4 [163 kB]
Get:26 http://deb.debian.org/debian bullseye/main arm64 adduser all 3.118+deb11u1 [241 kB]
Get:27 http://deb.debian.org/debian bullseye/main arm64 systemd-sysv arm64 247.3-7+deb11u4 [114 kB]
Get:28 http://deb.debian.org/debian bullseye/main arm64 dbus-user-session arm64 1.12.28-0+deb11u1 [100 kB]
Get:29 http://deb.debian.org/debian bullseye/main arm64 dbus-x11 arm64 1.12.28-0+deb11u1 [113 kB]
Get:30 http://deb.debian.org/debian bullseye/main arm64 dbus arm64 1.12.28-0+deb11u1 [233 kB]
Get:31 http://deb.debian.org/debian bullseye/main arm64 libdbus-1-3 arm64 1.12.28-0+deb11u1 [213 kB]
Get:32 http://deb.debian.org/debian bullseye/main arm64 libk5crypto3 arm64 1.18.3-6+deb11u4 [114 kB]
Get:33 http://deb.debian.org/debian bullseye/main arm64 libkrb5support0 arm64 1.18.3-6+deb11u4 [65.1 kB]
Get:34 http://deb.debian.org/debian bullseye/main arm64 libkrb5-3 arm64 1.18.3-6+deb11u4 [347 kB]
Get:35 http://deb.debian.org/debian bullseye/main arm64 libgssapi-krb5-2 arm64 1.18.3-6+deb11u4 [155 kB]
Get:36 http://deb.debian.org/debian bullseye/main arm64 cups-daemon arm64 2.3.3op2-3+deb11u6 [411 kB]
Get:37 http://deb.debian.org/debian bullseye/main arm64 cups-ipp-utils arm64 2.3.3op2-3+deb11u6 [287 kB]
Get:38 http://deb.debian.org/debian bullseye/main arm64 cups-common all 2.3.3op2-3+deb11u6 [314 kB]
Get:39 http://deb.debian.org/debian bullseye/main arm64 cups-client arm64 2.3.3op2-3+deb11u6 [236 kB]
Get:40 http://deb.debian.org/debian bullseye/main arm64 libcupsfilters1 arm64 1.28.7-1+deb11u2 [137 kB]
Get:41 http://deb.debian.org/debian bullseye/main arm64 cups-filters-core-drivers arm64 1.28.7-1+deb11u2 [202 kB]
Get:42 http://deb.debian.org/debian bullseye/main arm64 cups-core-drivers arm64 2.3.3op2-3+deb11u6 [145 kB]
Get:43 http://deb.debian.org/debian bullseye/main arm64 cups-browsed arm64 1.28.7-1+deb11u2 [155 kB]
Get:44 http://deb.debian.org/debian bullseye/main arm64 libfontembed1 arm64 1.28.7-1+deb11u2 [74.7 kB]
Get:45 http://deb.debian.org/debian bullseye/main arm64 ghostscript arm64 9.53.3~dfsg-7+deb11u6 [98.3 kB]
Get:46 http://deb.debian.org/debian bullseye/main arm64 libgs9 arm64 9.53.3~dfsg-7+deb11u6 [2,071 kB]
Get:47 http://deb.debian.org/debian bullseye/main arm64 libgs9-common all 9.53.3~dfsg-7+deb11u6 [735 kB]
Get:48 http://deb.debian.org/debian bullseye/main arm64 cups-filters arm64 1.28.7-1+deb11u2 [574 kB]
Get:49 http://deb.debian.org/debian bullseye/main arm64 cups-ppdc arm64 2.3.3op2-3+deb11u6 [201 kB]
Get:50 http://deb.debian.org/debian bullseye/main arm64 cups-server-common all 2.3.3op2-3+deb11u6 [520 kB]
Get:51 http://deb.debian.org/debian bullseye/main arm64 cups arm64 2.3.3op2-3+deb11u6 [363 kB]
Get:52 http://deb.debian.org/debian bullseye/main arm64 libcupsimage2 arm64 2.3.3op2-3+deb11u6 [125 kB]
Get:53 http://deb.debian.org/debian bullseye/main arm64 libcups2 arm64 2.3.3op2-3+deb11u6 [334 kB]
Get:54 http://deb.debian.org/debian bullseye/main arm64 libridl-java all 1:7.0.4-4+deb11u7 [201 kB]
Get:55 http://deb.debian.org/debian bullseye/main arm64 libjuh-java all 1:7.0.4-4+deb11u7 [201 kB]
Get:56 http://deb.debian.org/debian bullseye/main arm64 libjurt-java all 1:7.0.4-4+deb11u7 [201 kB]
Get:57 http://deb.debian.org/debian bullseye/main arm64 ure arm64 1:7.0.4-4+deb11u7 [1,262 kB]
Get:58 http://deb.debian.org/debian bullseye/main arm64 libunoloader-java all 1:7.0.4-4+deb11u7 [205 kB]
Get:59 http://deb.debian.org/debian bullseye/main arm64 liblibreoffice-java all 1:7.0.4-4+deb11u7 [1,811 kB]
Get:60 http://deb.debian.org/debian bullseye/main arm64 libuno-sal3 arm64 1:7.0.4-4+deb11u7 [350 kB]
Get:61 http://deb.debian.org/debian bullseye/main arm64 libuno-salhelpergcc3-3 arm64 1:7.0.4-4+deb11u7 [210 kB]
Get:62 http://deb.debian.org/debian bullseye/main arm64 libuno-cppu3 arm64 1:7.0.4-4+deb11u7 [268 kB]
Get:63 http://deb.debian.org/debian bullseye/main arm64 libuno-cppuhelpergcc3-3 arm64 1:7.0.4-4+deb11u7 [452 kB]
Get:64 http://deb.debian.org/debian bullseye/main arm64 uno-libs-private arm64 1:7.0.4-4+deb11u7 [382 kB]
Get:65 http://deb.debian.org/debian bullseye/main arm64 libuno-purpenvhelpergcc3-3 arm64 1:7.0.4-4+deb11u7 [208 kB]
Get:66 http://deb.debian.org/debian bullseye/main arm64 libreoffice-calc arm64 1:7.0.4-4+deb11u7 [6,735 kB]
Get:67 http://deb.debian.org/debian bullseye/main arm64 libreoffice-impress arm64 1:7.0.4-4+deb11u7 [1,177 kB]
Get:68 http://deb.debian.org/debian bullseye/main arm64 libreoffice-draw arm64 1:7.0.4-4+deb11u7 [2,588 kB]
Get:69 http://deb.debian.org/debian bullseye/main arm64 libreoffice-gtk3 arm64 1:7.0.4-4+deb11u7 [574 kB]
Get:70 http://deb.debian.org/debian bullseye/main arm64 python3-uno arm64 1:7.0.4-4+deb11u7 [313 kB]
Get:71 http://deb.debian.org/debian bullseye/main arm64 libreoffice-math arm64 1:7.0.4-4+deb11u7 [565 kB]
Get:72 http://deb.debian.org/debian bullseye/main arm64 libreoffice arm64 1:7.0.4-4+deb11u7 [206 kB]
Get:73 http://deb.debian.org/debian bullseye/main arm64 libreoffice-base arm64 1:7.0.4-4+deb11u7 [1,594 kB]
Get:74 http://deb.debian.org/debian bullseye/main arm64 libreoffice-writer arm64 1:7.0.4-4+deb11u7 [8,038 kB]
Get:75 http://security.debian.org/debian-security bullseye-security/main arm64 openjdk-11-jre-headless arm64 11.0.21+9-1~deb11u1 [37.3 MB]
Get:76 http://archive.raspberrypi.org/debian bullseye/main arm64 chromium-codecs-ffmpeg-extra arm64 116.0.5845.102-rpt1 [1,002 kB]
Get:77 http://archive.raspberrypi.org/debian bullseye/main arm64 libc-l10n all 2.31-13+rpt2+rpi1+deb11u7 [864 kB]
Get:78 http://deb.debian.org/debian bullseye/main arm64 libreoffice-core arm64 1:7.0.4-4+deb11u7 [30.0 MB]
Get:79 http://archive.raspberrypi.org/debian bullseye/main arm64 locales all 2.31-13+rpt2+rpi1+deb11u7 [4,083 kB]
Get:80 http://security.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u10 [265 kB]
Get:81 http://security.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u10 [326 kB]
Get:82 http://archive.raspberrypi.org/debian bullseye/main arm64 wolfram-engine arm64 13.3.1+20230814893 [1,148 MB]
Get:83 http://security.debian.org/debian-security bullseye-security/main arm64 libvpx6 arm64 1.9.0-1+deb11u2 [751 kB]
Get:84 http://security.debian.org/debian-security bullseye-security/main arm64 gstreamer1.0-plugins-bad arm64 1.18.4-3+deb11u2 [3,886 kB]
Get:85 http://security.debian.org/debian-security bullseye-security/main arm64 libgstreamer-plugins-bad1.0-0 arm64 1.18.4-3+deb11u2 [2,247 kB]
Get:86 http://security.debian.org/debian-security bullseye-security/main arm64 libwebkit2gtk-4.0-37 arm64 2.42.1-1~deb11u2 [19.1 MB]
Get:87 http://deb.debian.org/debian bullseye/main arm64 libreoffice-report-builder all 1:7.0.4-4+deb11u7 [525 kB]
Get:88 http://deb.debian.org/debian bullseye/main arm64 libreoffice-help-en-gb all 1:7.0.4-4+deb11u7 [2,889 kB]
Get:89 http://security.debian.org/debian-security bullseye-security/main arm64 libjavascriptcoregtk-4.0-18 arm64 2.42.1-1~deb11u2 [6,853 kB]
Get:90 http://security.debian.org/debian-security bullseye-security/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb11u1 [47.4 kB]
Get:91 http://deb.debian.org/debian bullseye/main arm64 libreoffice-help-common all 1:7.0.4-4+deb11u7 [3,348 kB]
Get:92 http://deb.debian.org/debian bullseye/main arm64 libreoffice-common all 1:7.0.4-4+deb11u7 [18.7 MB]
Get:93 http://deb.debian.org/debian bullseye/main arm64 libreoffice-base-drivers arm64 1:7.0.4-4+deb11u7 [673 kB]
Get:94 http://deb.debian.org/debian bullseye/main arm64 libreoffice-base-core arm64 1:7.0.4-4+deb11u7 [933 kB]
Get:95 http://deb.debian.org/debian bullseye/main arm64 fonts-opensymbol all 2:102.11+LibO7.0.4-4+deb11u7 [285 kB]
Get:96 http://deb.debian.org/debian bullseye/main arm64 libreoffice-report-builder-bin arm64 1:7.0.4-4+deb11u7 [934 kB]
Get:97 http://deb.debian.org/debian bullseye/main arm64 libgstreamer-plugins-base1.0-0 arm64 1.18.4-2+deb11u1 [2,077 kB]
Get:98 http://deb.debian.org/debian bullseye/main arm64 libreoffice-java-common all 1:7.0.4-4+deb11u7 [919 kB]
Get:99 http://deb.debian.org/debian bullseye/main arm64 libunoil-java all 1:7.0.4-4+deb11u7 [201 kB]
Get:100 http://deb.debian.org/debian bullseye/main arm64 libreoffice-l10n-en-gb all 1:7.0.4-4+deb11u7 [751 kB]
Get:101 http://deb.debian.org/debian bullseye/main arm64 libreoffice-style-colibre all 1:7.0.4-4+deb11u7 [1,418 kB]
Get:102 http://deb.debian.org/debian bullseye/main arm64 python2.7 arm64 2.7.18-8+deb11u1 [311 kB]
Get:103 http://deb.debian.org/debian bullseye/main arm64 libpython2.7-stdlib arm64 2.7.18-8+deb11u1 [1,844 kB]
Get:104 http://deb.debian.org/debian bullseye/main arm64 python2.7-minimal arm64 2.7.18-8+deb11u1 [1,196 kB]
Get:105 http://deb.debian.org/debian bullseye/main arm64 libpython2.7-minimal arm64 2.7.18-8+deb11u1 [397 kB]
Get:106 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2+deb11u2 [93.1 kB]
Get:107 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2+deb11u2 [121 kB]
Get:108 http://deb.debian.org/debian bullseye/main arm64 libtinfo6 arm64 6.2+20201114-2+deb11u2 [336 kB]
Get:109 http://deb.debian.org/debian bullseye/main arm64 openssh-sftp-server arm64 1:8.4p1-5+deb11u2 [50.0 kB]
Get:110 http://deb.debian.org/debian bullseye/main arm64 openssh-server arm64 1:8.4p1-5+deb11u2 [361 kB]
Get:111 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u2 [895 kB]
Get:112 http://deb.debian.org/debian bullseye/main arm64 ssh all 1:8.4p1-5+deb11u2 [252 kB]
Get:113 http://deb.debian.org/debian bullseye/main arm64 cpio arm64 2.13+dfsg-7.1~deb11u1 [240 kB]
Get:114 http://deb.debian.org/debian bullseye/main arm64 logrotate arm64 3.18.0-2+deb11u2 [67.4 kB]
Get:115 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2+deb11u1 [41.6 kB]
Get:116 http://deb.debian.org/debian bullseye/main arm64 bind9-libs arm64 1:9.16.44-1~deb11u1 [1,311 kB]
Get:117 http://deb.debian.org/debian bullseye/main arm64 bind9-host arm64 1:9.16.44-1~deb11u1 [308 kB]
Get:118 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3+deb11u1 [69.2 kB]
Get:119 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3+deb11u1 [123 kB]
Get:120 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3+deb11u1 [273 kB]
Get:121 http://deb.debian.org/debian bullseye/main arm64 ncurses-term all 6.2+20201114-2+deb11u2 [505 kB]
Get:122 http://deb.debian.org/debian bullseye/main arm64 openjdk-17-jdk arm64 17.0.7+7-1~deb11u1 [10.4 kB]
Get:123 http://deb.debian.org/debian bullseye/main arm64 openjdk-17-jre arm64 17.0.7+7-1~deb11u1 [173 kB]
Get:124 http://deb.debian.org/debian bullseye/main arm64 openjdk-17-jdk-headless arm64 17.0.7+7-1~deb11u1 [70.4 MB]
Get:125 http://deb.debian.org/debian bullseye/main arm64 openjdk-17-jre-headless arm64 17.0.7+7-1~deb11u1 [42.7 MB]
Get:126 http://deb.debian.org/debian bullseye/main arm64 ca-certificates-java all 20190909+deb11u1 [15.9 kB]
Get:127 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u4 [8,048 B]
Get:128 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2,314 kB]
Get:129 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.13 [1,552 kB]
Get:130 http://deb.debian.org/debian bullseye/main arm64 libssh-gcrypt-4 arm64 0.9.7-0+deb11u1 [208 kB]
Get:131 http://deb.debian.org/debian bullseye/main arm64 libaom0 arm64 1.0.0.errata1-3+deb11u1 [807 kB]
Get:132 http://deb.debian.org/debian bullseye/main arm64 librsvg2-common arm64 2.50.3+dfsg-1+deb11u1 [31.1 kB]
Get:133 http://deb.debian.org/debian bullseye/main arm64 librsvg2-2 arm64 2.50.3+dfsg-1+deb11u1 [2,138 kB]
Get:134 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1+deb11u2 [244 kB]
Get:135 http://deb.debian.org/debian bullseye/main arm64 libwebpmux3 arm64 0.6.1-2.1+deb11u2 [96.7 kB]
Get:136 http://deb.debian.org/debian bullseye/main arm64 gstreamer1.0-alsa arm64 1.18.4-2+deb11u1 [1,380 kB]
Get:137 http://deb.debian.org/debian bullseye/main arm64 libgstreamer-gl1.0-0 arm64 1.18.4-2+deb11u1 [1,501 kB]
Get:138 http://deb.debian.org/debian bullseye/main arm64 libflac8 arm64 1.3.3-2+deb11u2 [95.1 kB]
Get:139 http://deb.debian.org/debian bullseye/main arm64 gstreamer1.0-plugins-ugly arm64 1.18.4-2+deb11u1 [375 kB]
Get:140 http://deb.debian.org/debian bullseye/main arm64 gstreamer1.0-plugins-base arm64 1.18.4-2+deb11u1 [1,902 kB]
Get:141 http://deb.debian.org/debian bullseye/main arm64 gstreamer1.0-x arm64 1.18.4-2+deb11u1 [1,416 kB]
Get:142 http://deb.debian.org/debian bullseye/main arm64 libblas3 arm64 3.9.0-3+deb11u1 [100 kB]
Get:143 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1+deb11u1 [106 kB]
Get:144 http://deb.debian.org/debian bullseye/main arm64 libhsqldb1.8.0-java all 1.8.0.10+dfsg-10+deb11u1 [791 kB]
Get:145 http://deb.debian.org/debian bullseye/main arm64 libwebpdemux2 arm64 0.6.1-2.1+deb11u2 [87.6 kB]
Get:146 http://deb.debian.org/debian bullseye/main arm64 liblapack3 arm64 3.9.0-3+deb11u1 [1,538 kB]
Get:147 http://deb.debian.org/debian bullseye/main arm64 mariadb-common all 1:10.5.21-0+deb11u1 [37.1 kB]
Get:148 http://deb.debian.org/debian bullseye/main arm64 libmariadb3 arm64 1:10.5.21-0+deb11u1 [167 kB]
Get:149 http://deb.debian.org/debian bullseye/main arm64 libpq5 arm64 13.11-0+deb11u1 [174 kB]
Get:150 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-lite23 arm64 3.12.4-1+deb11u1 [218 kB]
Get:151 http://deb.debian.org/debian bullseye/main arm64 libreoffice-nlpsolver all 0.9+LibO7.0.4-4+deb11u7 [875 kB]
Get:152 http://deb.debian.org/debian bullseye/main arm64 libreoffice-script-provider-bsh all 1:7.0.4-4+deb11u7 [234 kB]
Get:153 http://deb.debian.org/debian bullseye/main arm64 libreoffice-script-provider-js all 1:7.0.4-4+deb11u7 [844 kB]
Get:154 http://deb.debian.org/debian bullseye/main arm64 libreoffice-script-provider-python all 1:7.0.4-4+deb11u7 [210 kB]
Get:155 http://deb.debian.org/debian bullseye/main arm64 libreoffice-sdbc-firebird arm64 1:7.0.4-4+deb11u7 [324 kB]
Get:156 http://deb.debian.org/debian bullseye/main arm64 libreoffice-sdbc-hsqldb arm64 1:7.0.4-4+deb11u7 [304 kB]
Get:157 http://deb.debian.org/debian bullseye/main arm64 libreoffice-sdbc-mysql arm64 1:7.0.4-4+deb11u7 [288 kB]
Get:158 http://deb.debian.org/debian bullseye/main arm64 libreoffice-sdbc-postgresql arm64 1:7.0.4-4+deb11u7 [409 kB]
Get:159 http://deb.debian.org/debian bullseye/main arm64 libreoffice-wiki-publisher all 1.2.0+LibO7.0.4-4+deb11u7 [1,587 kB]
Get:160 http://deb.debian.org/debian bullseye/main arm64 libsynctex2 arm64 2020.20200327.54578-7+deb11u1 [80.6 kB]
Get:161 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3+deb11u2 [23.5 kB]
Get:162 http://deb.debian.org/debian bullseye/main arm64 python3-werkzeug all 1.0.1+dfsg1-2+deb11u1 [195 kB]
Get:163 http://deb.debian.org/debian bullseye/main arm64 python3-flask all 1.1.2-2+deb11u1 [99.1 kB]
Get:164 http://deb.debian.org/debian bullseye/main arm64 python3-jupyter-core all 4.7.1-1+deb11u1 [44.2 kB]
Get:165 http://archive.raspberrypi.org/debian bullseye/main arm64 ffmpeg arm64 8:4.3.6-0+deb11u1+rpt5 [1,585 kB]
Get:166 http://archive.raspberrypi.org/debian bullseye/main arm64 libavdevice58 arm64 8:4.3.6-0+deb11u1+rpt5 [131 kB]
Get:167 http://archive.raspberrypi.org/debian bullseye/main arm64 libavfilter7 arm64 8:4.3.6-0+deb11u1+rpt5 [1,175 kB]
Get:168 http://archive.raspberrypi.org/debian bullseye/main arm64 libswscale5 arm64 8:4.3.6-0+deb11u1+rpt5 [187 kB]
Get:169 http://archive.raspberrypi.org/debian bullseye/main arm64 libavformat58 arm64 8:4.3.6-0+deb11u1+rpt5 [1,002 kB]
Get:170 http://archive.raspberrypi.org/debian bullseye/main arm64 libavcodec58 arm64 8:4.3.6-0+deb11u1+rpt5 [4,600 kB]
Get:171 http://archive.raspberrypi.org/debian bullseye/main arm64 libswresample3 arm64 8:4.3.6-0+deb11u1+rpt5 [102 kB]
Get:172 http://archive.raspberrypi.org/debian bullseye/main arm64 libpostproc55 arm64 8:4.3.6-0+deb11u1+rpt5 [88.5 kB]
Get:173 http://archive.raspberrypi.org/debian bullseye/main arm64 libavresample4 arm64 8:4.3.6-0+deb11u1+rpt5 [95.4 kB]
Get:174 http://archive.raspberrypi.org/debian bullseye/main arm64 libavutil56 arm64 8:4.3.6-0+deb11u1+rpt5 [305 kB]
Get:175 http://archive.raspberrypi.org/debian bullseye/main arm64 firmware-atheros all 1:20230210-5~bpo11+1+rpt1 [16.8 MB]
Get:176 http://archive.raspberrypi.org/debian bullseye/main arm64 firmware-brcm80211 all 1:20230210-5~bpo11+1+rpt1 [5,868 kB]
Get:177 http://archive.raspberrypi.org/debian bullseye/main arm64 firmware-libertas all 1:20230210-5~bpo11+1+rpt1 [31.2 MB]
Get:178 http://archive.raspberrypi.org/debian bullseye/main arm64 firmware-misc-nonfree all 1:20230210-5~bpo11+1+rpt1 [13.0 MB]
Get:179 http://archive.raspberrypi.org/debian bullseye/main arm64 firmware-realtek all 1:20230210-5~bpo11+1+rpt1 [1,511 kB]
Get:180 http://archive.raspberrypi.org/debian bullseye/main arm64 gstreamer1.0-gtk3 arm64 1.18.4-2+deb11u2+rpt1 [1,376 kB]
Get:181 http://archive.raspberrypi.org/debian bullseye/main arm64 gstreamer1.0-plugins-good arm64 1.18.4-2+deb11u2+rpt1 [2,964 kB]
Get:182 http://archive.raspberrypi.org/debian bullseye/main arm64 libcamera0 arm64 0~git20230720+bde9b04f-1 [826 kB]
Get:183 http://archive.raspberrypi.org/debian bullseye/main arm64 libcamera-apps arm64 1.2.1-1 [301 kB]
Get:184 http://archive.raspberrypi.org/debian bullseye/main arm64 libcamera-tools arm64 0~git20230720+bde9b04f-1 [79.3 kB]
Get:185 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc arm64 1:3.0.18-0+rpt7+deb11u1 [147 kB]
Get:186 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-base arm64 1:3.0.18-0+rpt7+deb11u1 [2,899 kB]
Get:187 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-data all 1:3.0.18-0+rpt7+deb11u1 [458 kB]
Get:188 http://archive.raspberrypi.org/debian bullseye/main arm64 libvlccore9 arm64 1:3.0.18-0+rpt7+deb11u1 [513 kB]
Get:189 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-skins2 arm64 1:3.0.18-0+rpt7+deb11u1 [572 kB]
Get:190 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-qt arm64 1:3.0.18-0+rpt7+deb11u1 [1,105 kB]
Get:191 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-video-output arm64 1:3.0.18-0+rpt7+deb11u1 [218 kB]
Get:192 http://archive.raspberrypi.org/debian bullseye/main arm64 libvlc5 arm64 1:3.0.18-0+rpt7+deb11u1 [176 kB]
Get:193 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-bin arm64 1:3.0.18-0+rpt7+deb11u1 [166 kB]
Get:194 http://archive.raspberrypi.org/debian bullseye/main arm64 libvlc-bin arm64 1:3.0.18-0+rpt7+deb11u1 [129 kB]
Get:195 http://archive.raspberrypi.org/debian bullseye/main arm64 lxplug-bluetooth arm64 0.33 [25.9 kB]
Get:196 http://archive.raspberrypi.org/debian bullseye/main arm64 raspi-config all 20231012~bullseye [32.9 kB]
Get:197 http://archive.raspberrypi.org/debian bullseye/main arm64 lxplug-cputemp arm64 0.12 [10.5 kB]
Get:198 http://archive.raspberrypi.org/debian bullseye/main arm64 lxplug-menu arm64 0.4 [23.8 kB]
Get:199 http://archive.raspberrypi.org/debian bullseye/main arm64 lxplug-network arm64 0.33 [41.2 kB]
Get:200 http://archive.raspberrypi.org/debian bullseye/main arm64 lxplug-ptbatt arm64 0.22 [15.1 kB]
Get:201 http://archive.raspberrypi.org/debian bullseye/main arm64 lxplug-updater arm64 0.14 [14.4 kB]
Get:202 http://archive.raspberrypi.org/debian bullseye/main arm64 openssl arm64 1.1.1w-0+deb11u1+rpt1 [837 kB]
Get:203 http://archive.raspberrypi.org/debian bullseye/main arm64 python3-libcamera arm64 0~git20230720+bde9b04f-1 [190 kB]
Get:204 http://archive.raspberrypi.org/debian bullseye/main arm64 python3-picamera2 all 0.3.12-2 [50.4 kB]
Get:205 http://archive.raspberrypi.org/debian bullseye/main arm64 python3-sense-hat all 2.6.0-1 [17.1 kB]
Get:206 http://archive.raspberrypi.org/debian bullseye/main arm64 raspberrypi-sys-mods arm64 20230510~bullseye [18.4 kB]
Get:207 http://archive.raspberrypi.org/debian bullseye/main arm64 realvnc-vnc-server arm64 7.5.1.50075 [9,309 kB]
Get:208 http://archive.raspberrypi.org/debian bullseye/main arm64 realvnc-vnc-viewer arm64 7.5.1.50075 [3,379 kB]
Get:209 http://archive.raspberrypi.org/debian bullseye/main arm64 rp-prefapps arm64 0.47 [321 kB]
Get:210 http://archive.raspberrypi.org/debian bullseye/main arm64 rpi-eeprom arm64 16.1-1 [2,396 kB]
Get:211 http://archive.raspberrypi.org/debian bullseye/main arm64 rpi-imager arm64 1.7.5+rpt1 [368 kB]
Get:212 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-l10n all 1:3.0.18-0+rpt7+deb11u1 [5,918 kB]
Get:213 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-access-extra arm64 1:3.0.18-0+rpt7+deb11u1 [140 kB]
Get:214 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-notify arm64 1:3.0.18-0+rpt7+deb11u1 [130 kB]
Get:215 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-samba arm64 1:3.0.18-0+rpt7+deb11u1 [131 kB]
Get:216 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-video-splitter arm64 1:3.0.18-0+rpt7+deb11u1 [143 kB]
Get:217 http://archive.raspberrypi.org/debian bullseye/main arm64 vlc-plugin-visualization arm64 1:3.0.18-0+rpt7+deb11u1 [148 kB]
Get:218 http://archive.raspberrypi.org/debian bullseye/main arm64 wolframscript arm64 13.3.1+20230821180 [2,234 kB]
apt-listchanges: Reading changelogs...
apt-listchanges: News
---------------------

cups (2.3.3op2-3+deb11u4) bullseye; urgency=medium

  This release addresses a security issue (CVE-2023-32360) which allows
  unauthorized users to fetch documents over local or remote networks.
  Since this is a configuration fix, it might be that it does not reach you if you
  are updating 'cups-daemon' (rather than doing a fresh installation).
  Please double check your /etc/cups/cupsd.conf file, whether it limits the access
  to CUPS-Get-Document with something like the following
  >  <Limit CUPS-Get-Document>
  >    AuthType Default
  >    Require user @OWNER @SYSTEM
  >    Order deny,allow
  >   </Limit>
  (The important line is the 'AuthType Default' in this section)

 -- Thorsten Alteholz <debian@alteholz.de>  Tue, 19 Sep 2023 21:20:27 +0200

Preconfiguring packages ...
Fetched 1,802 MB in 4min 25s (6,808 kB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155699 files and directories currently installed.)
Preparing to unpack .../base-files_11.1+deb11u8_arm64.deb ...
Unpacking base-files (11.1+deb11u8) over (11.1+deb11u7) ...
Setting up base-files (11.1+deb11u8) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155699 files and directories currently installed.)
Preparing to unpack .../dpkg_1.20.13_arm64.deb ...
Unpacking dpkg (1.20.13) over (1.20.12) ...
Setting up dpkg (1.20.13) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155699 files and directories currently installed.)
Preparing to unpack .../ncurses-bin_6.2+20201114-2+deb11u2_arm64.deb ...
Unpacking ncurses-bin (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Setting up ncurses-bin (6.2+20201114-2+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155699 files and directories currently installed.)
Preparing to unpack .../libc-devtools_2.31-13+rpt2+rpi1+deb11u7_arm64.deb ...
Unpacking libc-devtools (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc6-dev_2.31-13+rpt2+rpi1+deb11u7_arm64.deb ...
Unpacking libc6-dev:arm64 (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc-dev-bin_2.31-13+rpt2+rpi1+deb11u7_arm64.deb ...
Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc6-dbg_2.31-13+rpt2+rpi1+deb11u7_arm64.deb ...
Unpacking libc6-dbg:arm64 (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u7_arm64.deb ...
Unpacking libc6:arm64 (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Setting up libc6:arm64 (2.31-13+rpt2+rpi1+deb11u7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.31-13+rpt2+rpi1+deb11u7_arm64.deb ...
Unpacking libc-bin (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Setting up libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../ncurses-base_6.2+20201114-2+deb11u2_all.deb ...
Unpacking ncurses-base (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Setting up ncurses-base (6.2+20201114-2+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../libsystemd0_247.3-7+deb11u4_arm64.deb ...
Unpacking libsystemd0:arm64 (247.3-7+deb11u4) over (247.3-7+deb11u2) ...
Setting up libsystemd0:arm64 (247.3-7+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../systemd-timesyncd_247.3-7+deb11u4_arm64.deb ...
Unpacking systemd-timesyncd (247.3-7+deb11u4) over (247.3-7+deb11u2) ...
Preparing to unpack .../libpam-systemd_247.3-7+deb11u4_arm64.deb ...
Unpacking libpam-systemd:arm64 (247.3-7+deb11u4) over (247.3-7+deb11u2) ...
Preparing to unpack .../systemd_247.3-7+deb11u4_arm64.deb ...
Unpacking systemd (247.3-7+deb11u4) over (247.3-7+deb11u2) ...
Preparing to unpack .../udev_247.3-7+deb11u4_arm64.deb ...
Unpacking udev (247.3-7+deb11u4) over (247.3-7+deb11u2) ...
Preparing to unpack .../libudev1_247.3-7+deb11u4_arm64.deb ...
Unpacking libudev1:arm64 (247.3-7+deb11u4) over (247.3-7+deb11u2) ...
Setting up libudev1:arm64 (247.3-7+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../adduser_3.118+deb11u1_all.deb ...
Unpacking adduser (3.118+deb11u1) over (3.118) ...
Setting up adduser (3.118+deb11u1) ...
Setting up systemd (247.3-7+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u4_arm64.deb ...
Unpacking systemd-sysv (247.3-7+deb11u4) over (247.3-7+deb11u2) ...
Preparing to unpack .../01-dbus-user-session_1.12.28-0+deb11u1_arm64.deb ...
Unpacking dbus-user-session (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../02-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ...
Unpacking libx11-data (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../03-libx11-dev_2%3a1.7.2-1+deb11u2_arm64.deb ...
Unpacking libx11-dev:arm64 (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../04-libx11-6_2%3a1.7.2-1+deb11u2_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../05-libx11-xcb1_2%3a1.7.2-1+deb11u2_arm64.deb ...
Unpacking libx11-xcb1:arm64 (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../06-dbus-x11_1.12.28-0+deb11u1_arm64.deb ...
Unpacking dbus-x11 (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../07-dbus_1.12.28-0+deb11u1_arm64.deb ...
Unpacking dbus (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../08-libdbus-1-3_1.12.28-0+deb11u1_arm64.deb ...
Unpacking libdbus-1-3:arm64 (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../09-chromium-browser-l10n_116.0.5845.102-rpt1_all.deb ...
Unpacking chromium-browser-l10n (116.0.5845.102-rpt1) over (113.0.5672.59-rpt1) ...
Preparing to unpack .../10-libk5crypto3_1.18.3-6+deb11u4_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libk5crypto3:arm64 (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../libkrb5support0_1.18.3-6+deb11u4_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libkrb5support0:arm64 (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../libkrb5-3_1.18.3-6+deb11u4_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libkrb5-3:arm64 (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../libgssapi-krb5-2_1.18.3-6+deb11u4_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libgssapi-krb5-2:arm64 (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.1w-0+deb11u1+rpt1_arm64.deb ...
Unpacking libssl1.1:arm64 (1.1.1w-0+deb11u1+rpt1) over (1.1.1n-0+deb11u4+rpt1) ...
Setting up libssl1.1:arm64 (1.1.1w-0+deb11u1+rpt1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155702 files and directories currently installed.)
Preparing to unpack .../00-cups-daemon_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking cups-daemon (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../01-cups-ipp-utils_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking cups-ipp-utils (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../02-cups-common_2.3.3op2-3+deb11u6_all.deb ...
Unpacking cups-common (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../03-cups-client_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking cups-client (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../04-libcupsfilters1_1.28.7-1+deb11u2_arm64.deb ...
Unpacking libcupsfilters1:arm64 (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../05-cups-filters-core-drivers_1.28.7-1+deb11u2_arm64.deb ...
Unpacking cups-filters-core-drivers (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../06-cups-core-drivers_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking cups-core-drivers (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../07-cups-browsed_1.28.7-1+deb11u2_arm64.deb ...
Unpacking cups-browsed (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../08-libfontembed1_1.28.7-1+deb11u2_arm64.deb ...
Unpacking libfontembed1:arm64 (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../09-ghostscript_9.53.3~dfsg-7+deb11u6_arm64.deb ...
Unpacking ghostscript (9.53.3~dfsg-7+deb11u6) over (9.53.3~dfsg-7+deb11u4) ...
Preparing to unpack .../10-libgs9_9.53.3~dfsg-7+deb11u6_arm64.deb ...
Unpacking libgs9:arm64 (9.53.3~dfsg-7+deb11u6) over (9.53.3~dfsg-7+deb11u4) ...
Preparing to unpack .../11-libgs9-common_9.53.3~dfsg-7+deb11u6_all.deb ...
Unpacking libgs9-common (9.53.3~dfsg-7+deb11u6) over (9.53.3~dfsg-7+deb11u4) ...
Preparing to unpack .../12-cups-filters_1.28.7-1+deb11u2_arm64.deb ...
Unpacking cups-filters (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../13-cups-ppdc_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking cups-ppdc (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../14-cups-server-common_2.3.3op2-3+deb11u6_all.deb ...
Unpacking cups-server-common (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../15-cups_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking cups (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../16-libcupsimage2_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking libcupsimage2:arm64 (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../17-libcups2_2.3.3op2-3+deb11u6_arm64.deb ...
Unpacking libcups2:arm64 (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../18-chromium-browser_116.0.5845.102-rpt1_arm64.deb ...
Unpacking chromium-browser (116.0.5845.102-rpt1) over (113.0.5672.59-rpt1) ...
Preparing to unpack .../19-chromium-codecs-ffmpeg-extra_116.0.5845.102-rpt1_arm64.deb ...
Unpacking chromium-codecs-ffmpeg-extra (116.0.5845.102-rpt1) over (113.0.5672.59-rpt1) ...
Preparing to unpack .../20-libridl-java_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libridl-java (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../21-libjuh-java_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libjuh-java (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../22-libjurt-java_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libjurt-java (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../23-ure_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking ure (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../24-libunoloader-java_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libunoloader-java (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../25-liblibreoffice-java_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking liblibreoffice-java (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../26-libuno-sal3_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libuno-sal3 (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../27-libuno-salhelpergcc3-3_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libuno-salhelpergcc3-3 (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../28-libuno-cppu3_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libuno-cppu3 (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../29-libuno-cppuhelpergcc3-3_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libuno-cppuhelpergcc3-3 (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../30-uno-libs-private_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking uno-libs-private (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../31-libuno-purpenvhelpergcc3-3_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libuno-purpenvhelpergcc3-3 (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../32-libreoffice-calc_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-calc (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../33-libreoffice-impress_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-impress (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../34-libreoffice-draw_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-draw (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../35-libreoffice-gtk3_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-gtk3 (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../36-python3-uno_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking python3-uno (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../37-libreoffice-math_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-math (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../38-libreoffice_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../39-libreoffice-base_1%3a7.0.4-4+deb11u7_arm64.deb ...
No diversion 'diversion of /usr/lib/libreoffice/share/basic/dialog.xlc to /usr/lib/libreoffice/share/basic/dialog.xlc.noaccess by libreoffice-base', none removed.
No diversion 'diversion of /usr/lib/libreoffice/share/basic/script.xlc to /usr/lib/libreoffice/share/basic/script.xlc.noaccess by libreoffice-base', none removed.
Unpacking libreoffice-base (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../40-libreoffice-writer_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-writer (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../41-libreoffice-core_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-core (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../42-libreoffice-report-builder_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-report-builder (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../43-libreoffice-help-en-gb_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-help-en-gb (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../44-libreoffice-help-common_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-help-common (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../45-libreoffice-common_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-common (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../46-libreoffice-base-drivers_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-base-drivers (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../47-libreoffice-base-core_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-base-core (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../48-fonts-opensymbol_2%3a102.11+LibO7.0.4-4+deb11u7_all.deb ...
Unpacking fonts-opensymbol (2:102.11+LibO7.0.4-4+deb11u7) over (2:102.11+LibO7.0.4-4+deb11u6) ...
Preparing to unpack .../49-libreoffice-report-builder-bin_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-report-builder-bin (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../50-libcurl3-gnutls_7.74.0-1.3+deb11u10_arm64.deb ...
Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u10) over (7.74.0-1.3+deb11u7) ...
Preparing to unpack .../51-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u1_arm64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:arm64 (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../52-libreoffice-java-common_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-java-common (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../53-libunoil-java_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libunoil-java (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../54-libc-l10n_2.31-13+rpt2+rpi1+deb11u7_all.deb ...
Unpacking libc-l10n (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../55-locales_2.31-13+rpt2+rpi1+deb11u7_all.deb ...
Unpacking locales (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../56-libreoffice-l10n-en-gb_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-l10n-en-gb (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../57-libreoffice-style-colibre_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-style-colibre (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../58-python2.7_2.7.18-8+deb11u1_arm64.deb ...
Unpacking python2.7 (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../59-libpython2.7-stdlib_2.7.18-8+deb11u1_arm64.deb ...
Unpacking libpython2.7-stdlib:arm64 (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../60-python2.7-minimal_2.7.18-8+deb11u1_arm64.deb ...
Unpacking python2.7-minimal (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../61-libpython2.7-minimal_2.7.18-8+deb11u1_arm64.deb ...
Unpacking libpython2.7-minimal:arm64 (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../62-libncurses6_6.2+20201114-2+deb11u2_arm64.deb ...
Unpacking libncurses6:arm64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Preparing to unpack .../63-libncursesw6_6.2+20201114-2+deb11u2_arm64.deb ...
Unpacking libncursesw6:arm64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Preparing to unpack .../64-libtinfo6_6.2+20201114-2+deb11u2_arm64.deb ...
Unpacking libtinfo6:arm64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Setting up libtinfo6:arm64 (6.2+20201114-2+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 155750 files and directories currently installed.)
Preparing to unpack .../000-openssh-sftp-server_1%3a8.4p1-5+deb11u2_arm64.deb ...
Unpacking openssh-sftp-server (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../001-openssh-server_1%3a8.4p1-5+deb11u2_arm64.deb ...
Unpacking openssh-server (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../002-openssh-client_1%3a8.4p1-5+deb11u2_arm64.deb ...
Unpacking openssh-client (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../003-ssh_1%3a8.4p1-5+deb11u2_all.deb ...
Unpacking ssh (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../004-wolfram-engine_13.3.1+20230814893_arm64.deb ...
wolfram-eula license has already been accepted
Unpacking wolfram-engine (13.3.1+20230814893) over (13.2.1+20230227524) ...
Preparing to unpack .../005-cpio_2.13+dfsg-7.1~deb11u1_arm64.deb ...
Unpacking cpio (2.13+dfsg-7.1~deb11u1) over (2.13+dfsg-4) ...
Preparing to unpack .../006-logrotate_3.18.0-2+deb11u2_arm64.deb ...
Unpacking logrotate (3.18.0-2+deb11u2) over (3.18.0-2+deb11u1) ...
Preparing to unpack .../007-libjson-c5_0.15-2+deb11u1_arm64.deb ...
Unpacking libjson-c5:arm64 (0.15-2+deb11u1) over (0.15-2) ...
Preparing to unpack .../008-bind9-libs_1%3a9.16.44-1~deb11u1_arm64.deb ...
Unpacking bind9-libs:arm64 (1:9.16.44-1~deb11u1) over (1:9.16.37-1~deb11u1) ...
Preparing to unpack .../009-bind9-host_1%3a9.16.44-1~deb11u1_arm64.deb ...
Unpacking bind9-host (1:9.16.44-1~deb11u1) over (1:9.16.37-1~deb11u1) ...
Preparing to unpack .../010-file_1%3a5.39-3+deb11u1_arm64.deb ...
Unpacking file (1:5.39-3+deb11u1) over (1:5.39-3) ...
Preparing to unpack .../011-libmagic1_1%3a5.39-3+deb11u1_arm64.deb ...
Unpacking libmagic1:arm64 (1:5.39-3+deb11u1) over (1:5.39-3) ...
Preparing to unpack .../012-libmagic-mgc_1%3a5.39-3+deb11u1_arm64.deb ...
Unpacking libmagic-mgc (1:5.39-3+deb11u1) over (1:5.39-3) ...
Preparing to unpack .../013-ncurses-term_6.2+20201114-2+deb11u2_all.deb ...
Unpacking ncurses-term (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Preparing to unpack .../014-openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_arm64.deb ...
Unpacking openjdk-11-jdk-headless:arm64 (11.0.21+9-1~deb11u1) over (11.0.18+10-1~deb11u1) ...
Preparing to unpack .../015-openjdk-11-jre-headless_11.0.21+9-1~deb11u1_arm64.deb ...
Unpacking openjdk-11-jre-headless:arm64 (11.0.21+9-1~deb11u1) over (11.0.18+10-1~deb11u1) ...
Preparing to unpack .../016-openjdk-17-jdk_17.0.7+7-1~deb11u1_arm64.deb ...
Unpacking openjdk-17-jdk:arm64 (17.0.7+7-1~deb11u1) over (17.0.6+10-1~deb11u1) ...
Preparing to unpack .../017-openjdk-17-jre_17.0.7+7-1~deb11u1_arm64.deb ...
Unpacking openjdk-17-jre:arm64 (17.0.7+7-1~deb11u1) over (17.0.6+10-1~deb11u1) ...
Preparing to unpack .../018-openjdk-17-jdk-headless_17.0.7+7-1~deb11u1_arm64.deb ...
Unpacking openjdk-17-jdk-headless:arm64 (17.0.7+7-1~deb11u1) over (17.0.6+10-1~deb11u1) ...
Preparing to unpack .../019-openjdk-17-jre-headless_17.0.7+7-1~deb11u1_arm64.deb ...
Unpacking openjdk-17-jre-headless:arm64 (17.0.7+7-1~deb11u1) over (17.0.6+10-1~deb11u1) ...
Preparing to unpack .../020-ca-certificates-java_20190909+deb11u1_all.deb ...
Unpacking ca-certificates-java (20190909+deb11u1) over (20190909) ...
Preparing to unpack .../021-curl_7.74.0-1.3+deb11u10_arm64.deb ...
Unpacking curl (7.74.0-1.3+deb11u10) over (7.74.0-1.3+deb11u7) ...
Preparing to unpack .../022-libcurl4_7.74.0-1.3+deb11u10_arm64.deb ...
Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u10) over (7.74.0-1.3+deb11u7) ...
Preparing to unpack .../023-distro-info-data_0.51+deb11u4_all.deb ...
Unpacking distro-info-data (0.51+deb11u4) over (0.51+deb11u3) ...
Preparing to unpack .../024-dpkg-dev_1.20.13_all.deb ...
Unpacking dpkg-dev (1.20.13) over (1.20.12) ...
Preparing to unpack .../025-libdpkg-perl_1.20.13_all.deb ...
Unpacking libdpkg-perl (1.20.13) over (1.20.12) ...
Preparing to unpack .../026-ffmpeg_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking ffmpeg (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../027-libavdevice58_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libavdevice58:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../028-libavfilter7_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libavfilter7:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../029-libswscale5_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libswscale5:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../030-libavformat58_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libavformat58:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../031-libavcodec58_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libavcodec58:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../032-libswresample3_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libswresample3:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../033-libpostproc55_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libpostproc55:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../034-libavresample4_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libavresample4:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../035-libavutil56_8%3a4.3.6-0+deb11u1+rpt5_arm64.deb ...
Unpacking libavutil56:arm64 (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../036-libssh-gcrypt-4_0.9.7-0+deb11u1_arm64.deb ...
Unpacking libssh-gcrypt-4:arm64 (0.9.7-0+deb11u1) over (0.9.5-1+deb11u1) ...
Preparing to unpack .../037-libaom0_1.0.0.errata1-3+deb11u1_arm64.deb ...
Unpacking libaom0:arm64 (1.0.0.errata1-3+deb11u1) over (1.0.0.errata1-3) ...
Preparing to unpack .../038-librsvg2-common_2.50.3+dfsg-1+deb11u1_arm64.deb ...
Unpacking librsvg2-common:arm64 (2.50.3+dfsg-1+deb11u1) over (2.50.3+dfsg-1) ...
Preparing to unpack .../039-librsvg2-2_2.50.3+dfsg-1+deb11u1_arm64.deb ...
Unpacking librsvg2-2:arm64 (2.50.3+dfsg-1+deb11u1) over (2.50.3+dfsg-1) ...
Preparing to unpack .../040-libvpx6_1.9.0-1+deb11u2_arm64.deb ...
Unpacking libvpx6:arm64 (1.9.0-1+deb11u2) over (1.9.0-1) ...
Preparing to unpack .../041-libwebp6_0.6.1-2.1+deb11u2_arm64.deb ...
Unpacking libwebp6:arm64 (0.6.1-2.1+deb11u2) over (0.6.1-2.1) ...
Preparing to unpack .../042-libwebpmux3_0.6.1-2.1+deb11u2_arm64.deb ...
Unpacking libwebpmux3:arm64 (0.6.1-2.1+deb11u2) over (0.6.1-2.1) ...
Preparing to unpack .../043-firmware-atheros_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-atheros (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../044-firmware-brcm80211_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-brcm80211 (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../045-firmware-libertas_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-libertas (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../046-firmware-misc-nonfree_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-misc-nonfree (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../047-firmware-realtek_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-realtek (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../048-gstreamer1.0-alsa_1.18.4-2+deb11u1_arm64.deb ...
Unpacking gstreamer1.0-alsa:arm64 (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../049-libgstreamer-gl1.0-0_1.18.4-2+deb11u1_arm64.deb ...
Unpacking libgstreamer-gl1.0-0:arm64 (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../050-gstreamer1.0-gtk3_1.18.4-2+deb11u2+rpt1_arm64.deb ...
Unpacking gstreamer1.0-gtk3:arm64 (1.18.4-2+deb11u2+rpt1) over (1.18.4-2+deb11u1+rpt1) ...
Preparing to unpack .../051-libflac8_1.3.3-2+deb11u2_arm64.deb ...
Unpacking libflac8:arm64 (1.3.3-2+deb11u2) over (1.3.3-2+deb11u1) ...
Preparing to unpack .../052-gstreamer1.0-plugins-good_1.18.4-2+deb11u2+rpt1_arm64.deb ...
Unpacking gstreamer1.0-plugins-good:arm64 (1.18.4-2+deb11u2+rpt1) over (1.18.4-2+deb11u1+rpt1) ...
Preparing to unpack .../053-gstreamer1.0-plugins-ugly_1.18.4-2+deb11u1_arm64.deb ...
Unpacking gstreamer1.0-plugins-ugly:arm64 (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../054-gstreamer1.0-plugins-bad_1.18.4-3+deb11u2_arm64.deb ...
Unpacking gstreamer1.0-plugins-bad:arm64 (1.18.4-3+deb11u2) over (1.18.4-3) ...
Preparing to unpack .../055-gstreamer1.0-plugins-base_1.18.4-2+deb11u1_arm64.deb ...
Unpacking gstreamer1.0-plugins-base:arm64 (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../056-libgstreamer-plugins-bad1.0-0_1.18.4-3+deb11u2_arm64.deb ...
Unpacking libgstreamer-plugins-bad1.0-0:arm64 (1.18.4-3+deb11u2) over (1.18.4-3) ...
Preparing to unpack .../057-gstreamer1.0-x_1.18.4-2+deb11u1_arm64.deb ...
Unpacking gstreamer1.0-x:arm64 (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../058-libblas3_3.9.0-3+deb11u1_arm64.deb ...
Unpacking libblas3:arm64 (3.9.0-3+deb11u1) over (3.9.0-3) ...
Preparing to unpack .../059-libbsd0_0.11.3-1+deb11u1_arm64.deb ...
Unpacking libbsd0:arm64 (0.11.3-1+deb11u1) over (0.11.3-1) ...
Preparing to unpack .../060-libcamera0_0~git20230720+bde9b04f-1_arm64.deb ...
Unpacking libcamera0:arm64 (0~git20230720+bde9b04f-1) over (0~git20230302+923f5d70-1) ...
Preparing to unpack .../061-libcamera-apps_1.2.1-1_arm64.deb ...
Unpacking libcamera-apps (1.2.1-1) over (0~git20230301+54a781d-1) ...
Preparing to unpack .../062-libcamera-tools_0~git20230720+bde9b04f-1_arm64.deb ...
Unpacking libcamera-tools (0~git20230720+bde9b04f-1) over (0~git20230302+923f5d70-1) ...
Preparing to unpack .../063-libhsqldb1.8.0-java_1.8.0.10+dfsg-10+deb11u1_all.deb ...
Unpacking libhsqldb1.8.0-java (1.8.0.10+dfsg-10+deb11u1) over (1.8.0.10+dfsg-10) ...
Preparing to unpack .../064-libwebpdemux2_0.6.1-2.1+deb11u2_arm64.deb ...
Unpacking libwebpdemux2:arm64 (0.6.1-2.1+deb11u2) over (0.6.1-2.1) ...
Preparing to unpack .../065-libwebkit2gtk-4.0-37_2.42.1-1~deb11u2_arm64.deb ...
Unpacking libwebkit2gtk-4.0-37:arm64 (2.42.1-1~deb11u2) over (2.38.5-1~deb11u1) ...
Preparing to unpack .../066-libjavascriptcoregtk-4.0-18_2.42.1-1~deb11u2_arm64.deb ...
Unpacking libjavascriptcoregtk-4.0-18:arm64 (2.42.1-1~deb11u2) over (2.38.5-1~deb11u1) ...
Preparing to unpack .../067-liblapack3_3.9.0-3+deb11u1_arm64.deb ...
Unpacking liblapack3:arm64 (3.9.0-3+deb11u1) over (3.9.0-3) ...
Preparing to unpack .../068-mariadb-common_1%3a10.5.21-0+deb11u1_all.deb ...
Unpacking mariadb-common (1:10.5.21-0+deb11u1) over (1:10.5.19-0+deb11u2) ...
Preparing to unpack .../069-libmariadb3_1%3a10.5.21-0+deb11u1_arm64.deb ...
Unpacking libmariadb3:arm64 (1:10.5.21-0+deb11u1) over (1:10.5.19-0+deb11u2) ...
Preparing to unpack .../070-libpq5_13.11-0+deb11u1_arm64.deb ...
Unpacking libpq5:arm64 (13.11-0+deb11u1) over (13.10-0+deb11u1) ...
Preparing to unpack .../071-libprotobuf-lite23_3.12.4-1+deb11u1_arm64.deb ...
Unpacking libprotobuf-lite23:arm64 (3.12.4-1+deb11u1) over (3.12.4-1) ...
Preparing to unpack .../072-libreoffice-nlpsolver_0.9+LibO7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-nlpsolver (0.9+LibO7.0.4-4+deb11u7) over (0.9+LibO7.0.4-4+deb11u6) ...
Preparing to unpack .../073-libreoffice-script-provider-bsh_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-script-provider-bsh (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../074-libreoffice-script-provider-js_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-script-provider-js (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../075-libreoffice-script-provider-python_1%3a7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-script-provider-python (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../076-libreoffice-sdbc-firebird_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-sdbc-firebird (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../077-libreoffice-sdbc-hsqldb_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-sdbc-hsqldb (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../078-libreoffice-sdbc-mysql_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-sdbc-mysql (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../079-libreoffice-sdbc-postgresql_1%3a7.0.4-4+deb11u7_arm64.deb ...
Unpacking libreoffice-sdbc-postgresql (1:7.0.4-4+deb11u7) over (1:7.0.4-4+deb11u6) ...
Preparing to unpack .../080-libreoffice-wiki-publisher_1.2.0+LibO7.0.4-4+deb11u7_all.deb ...
Unpacking libreoffice-wiki-publisher (1.2.0+LibO7.0.4-4+deb11u7) over (1.2.0+LibO7.0.4-4+deb11u6) ...
Preparing to unpack .../081-libsynctex2_2020.20200327.54578-7+deb11u1_arm64.deb ...
Unpacking libsynctex2:arm64 (2020.20200327.54578-7+deb11u1) over (2020.20200327.54578-7) ...
Preparing to unpack .../082-vlc_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../083-vlc-plugin-base_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-base:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../084-vlc-data_1%3a3.0.18-0+rpt7+deb11u1_all.deb ...
Unpacking vlc-data (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../085-libvlccore9_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking libvlccore9:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../086-libxpm4_1%3a3.5.12-1.1+deb11u1_arm64.deb ...
Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb11u1) over (1:3.5.12-1.1~deb11u1) ...
Preparing to unpack .../087-vlc-plugin-skins2_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-skins2:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../088-vlc-plugin-qt_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-qt:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../089-vlc-plugin-video-output_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-video-output:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../090-libvlc5_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking libvlc5:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../091-vlc-bin_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-bin (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../092-libvlc-bin_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking libvlc-bin:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../093-libyajl2_2.1.0-3+deb11u2_arm64.deb ...
Unpacking libyajl2:arm64 (2.1.0-3+deb11u2) over (2.1.0-3) ...
Preparing to unpack .../094-lxplug-bluetooth_0.33_arm64.deb ...
Unpacking lxplug-bluetooth (0.33) over (0.32) ...
Preparing to unpack .../095-raspi-config_20231012~bullseye_all.deb ...
Unpacking raspi-config (20231012~bullseye) over (20230214) ...
Preparing to unpack .../096-lxplug-cputemp_0.12_arm64.deb ...
Unpacking lxplug-cputemp (0.12) over (0.10) ...
Preparing to unpack .../097-lxplug-menu_0.4_arm64.deb ...
Unpacking lxplug-menu (0.4) over (0.3) ...
Preparing to unpack .../098-lxplug-network_0.33_arm64.deb ...
Unpacking lxplug-network (0.33) over (0.32) ...
Preparing to unpack .../099-lxplug-ptbatt_0.22_arm64.deb ...
Unpacking lxplug-ptbatt (0.22) over (0.20) ...
Preparing to unpack .../100-lxplug-updater_0.14_arm64.deb ...
Unpacking lxplug-updater (0.14) over (0.13) ...
Preparing to unpack .../101-openssl_1.1.1w-0+deb11u1+rpt1_arm64.deb ...
Unpacking openssl (1.1.1w-0+deb11u1+rpt1) over (1.1.1n-0+deb11u4+rpt1) ...
Preparing to unpack .../102-python3-werkzeug_1.0.1+dfsg1-2+deb11u1_all.deb ...
Unpacking python3-werkzeug (1.0.1+dfsg1-2+deb11u1) over (1.0.1+dfsg1-2) ...
Preparing to unpack .../103-python3-flask_1.1.2-2+deb11u1_all.deb ...
Unpacking python3-flask (1.1.2-2+deb11u1) over (1.1.2-2) ...
Preparing to unpack .../104-python3-jupyter-core_4.7.1-1+deb11u1_all.deb ...
Unpacking python3-jupyter-core (4.7.1-1+deb11u1) over (4.7.1-1) ...
Preparing to unpack .../105-python3-libcamera_0~git20230720+bde9b04f-1_arm64.deb ...
Unpacking python3-libcamera (0~git20230720+bde9b04f-1) over (0~git20230302+923f5d70-1) ...
Preparing to unpack .../106-python3-picamera2_0.3.12-2_all.deb ...
Unpacking python3-picamera2 (0.3.12-2) over (0.3.9-1) ...
Preparing to unpack .../107-python3-sense-hat_2.6.0-1_all.deb ...
Unpacking python3-sense-hat (2.6.0-1) over (2.4.0-1) ...
Preparing to unpack .../108-raspberrypi-sys-mods_20230510~bullseye_arm64.deb ...
Unpacking raspberrypi-sys-mods (20230510~bullseye) over (20230329) ...
Preparing to unpack .../109-realvnc-vnc-server_7.5.1.50075_arm64.deb ...
Unpacking realvnc-vnc-server (7.5.1.50075) over (7.0.1.49073) ...
Preparing to unpack .../110-realvnc-vnc-viewer_7.5.1.50075_arm64.deb ...
Unpacking realvnc-vnc-viewer (7.5.1.50075) over (7.0.1.48981) ...
Preparing to unpack .../111-rp-prefapps_0.47_arm64.deb ...
Unpacking rp-prefapps (0.47) over (0.46) ...
Preparing to unpack .../112-rpi-eeprom_16.1-1_arm64.deb ...
Unpacking rpi-eeprom (16.1-1) over (16.0-1) ...
Preparing to unpack .../113-rpi-imager_1.7.5+rpt1_arm64.deb ...
Unpacking rpi-imager (1.7.5+rpt1) over (1.7.4+rpt1) ...
Preparing to unpack .../114-vlc-l10n_1%3a3.0.18-0+rpt7+deb11u1_all.deb ...
Unpacking vlc-l10n (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../115-vlc-plugin-access-extra_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-access-extra:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../116-vlc-plugin-notify_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-notify:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../117-vlc-plugin-samba_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-samba:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../118-vlc-plugin-video-splitter_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-video-splitter:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../119-vlc-plugin-visualization_1%3a3.0.18-0+rpt7+deb11u1_arm64.deb ...
Unpacking vlc-plugin-visualization:arm64 (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../120-wolframscript_13.3.1+20230821180_arm64.deb ...
Unpacking wolframscript (13.3.1+20230821180) over (1.6.0+20230302106) ...
Setting up libssh-gcrypt-4:arm64 (0.9.7-0+deb11u1) ...
Setting up libgs9-common (9.53.3~dfsg-7+deb11u6) ...
Setting up logrotate (3.18.0-2+deb11u2) ...
logrotate.service is a disabled or a static unit not running, not starting it.
Setting up cpio (2.13+dfsg-7.1~deb11u1) ...
Setting up systemd-sysv (247.3-7+deb11u4) ...
Setting up libc-l10n (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up chromium-codecs-ffmpeg-extra (116.0.5845.102-rpt1) ...
Setting up cups-server-common (2.3.3op2-3+deb11u6) ...
Setting up libfontembed1:arm64 (1.28.7-1+deb11u2) ...
Setting up libmagic-mgc (1:5.39-3+deb11u1) ...
Setting up distro-info-data (0.51+deb11u4) ...
Setting up openssh-client (1:8.4p1-5+deb11u2) ...
Setting up cups-common (2.3.3op2-3+deb11u6) ...
Setting up libaom0:arm64 (1.0.0.errata1-3+deb11u1) ...
Setting up firmware-atheros (1:20230210-5~bpo11+1+rpt1) ...
Setting up libyajl2:arm64 (2.1.0-3+deb11u2) ...
Setting up firmware-misc-nonfree (1:20230210-5~bpo11+1+rpt1) ...
Setting up libmagic1:arm64 (1:5.39-3+deb11u1) ...
Setting up libuno-sal3 (1:7.0.4-4+deb11u7) ...
Setting up libpq5:arm64 (13.11-0+deb11u1) ...
Setting up libjavascriptcoregtk-4.0-18:arm64 (2.42.1-1~deb11u2) ...
Setting up libgstreamer-plugins-base1.0-0:arm64 (1.18.4-2+deb11u1) ...
Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u10) ...
Setting up vlc-l10n (1:3.0.18-0+rpt7+deb11u1) ...
Setting up file (1:5.39-3+deb11u1) ...
Setting up locales (2.31-13+rpt2+rpi1+deb11u7) ...
Generating locales (this might take a while)...
  en_GB.UTF-8... done
Generation complete.
Setting up python3-sense-hat (2.6.0-1) ...
Setting up lxplug-menu (0.4) ...
Setting up libflac8:arm64 (1.3.3-2+deb11u2) ...
Setting up libc6-dbg:arm64 (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up librsvg2-2:arm64 (2.50.3+dfsg-1+deb11u1) ...
Setting up mariadb-common (1:10.5.21-0+deb11u1) ...
Setting up libgstreamer-plugins-bad1.0-0:arm64 (1.18.4-3+deb11u2) ...
Setting up libreoffice-style-colibre (1:7.0.4-4+deb11u7) ...
Setting up libprotobuf-lite23:arm64 (3.12.4-1+deb11u1) ...
Setting up lxplug-bluetooth (0.33) ...
Setting up libblas3:arm64 (3.9.0-3+deb11u1) ...
Setting up gstreamer1.0-plugins-base:arm64 (1.18.4-2+deb11u1) ...
Setting up libpython2.7-minimal:arm64 (2.7.18-8+deb11u1) ...
Setting up firmware-brcm80211 (1:20230210-5~bpo11+1+rpt1) ...
Setting up libx11-data (2:1.7.2-1+deb11u2) ...
Setting up python2.7-minimal (2.7.18-8+deb11u1) ...
Setting up python3-werkzeug (1.0.1+dfsg1-2+deb11u1) ...
Setting up firmware-realtek (1:20230210-5~bpo11+1+rpt1) ...
Setting up libncurses6:arm64 (6.2+20201114-2+deb11u2) ...
Setting up libdbus-1-3:arm64 (1.12.28-0+deb11u1) ...
Setting up dbus (1.12.28-0+deb11u1) ...
A reboot is required to replace the running dbus-daemon.
Please reboot the system when convenient.
dbus.service is a disabled or a static unit, not starting it.
dbus.socket is a disabled or a static unit, not starting it.
Setting up libhsqldb1.8.0-java (1.8.0.10+dfsg-10+deb11u1) ...
Setting up systemd-timesyncd (247.3-7+deb11u4) ...
Setting up udev (247.3-7+deb11u4) ...
Setting up libwebp6:arm64 (0.6.1-2.1+deb11u2) ...
Setting up libmariadb3:arm64 (1:10.5.21-0+deb11u1) ...
Setting up librsvg2-common:arm64 (2.50.3+dfsg-1+deb11u1) ...
Setting up libncursesw6:arm64 (6.2+20201114-2+deb11u2) ...
Setting up wolframscript (13.3.1+20230821180) ...
update-alternatives: using /opt/Wolfram/WolframScript/bin/wolframscript to provide /usr/bin/wolframscript (wolframscript) in auto mode
Setting up libdpkg-perl (1.20.13) ...
Setting up libvlccore9:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libcups2:arm64 (2.3.3op2-3+deb11u6) ...
Setting up lxplug-network (0.33) ...
Setting up firmware-libertas (1:20230210-5~bpo11+1+rpt1) ...
Setting up libvpx6:arm64 (1.9.0-1+deb11u2) ...
Setting up libuno-salhelpergcc3-3 (1:7.0.4-4+deb11u7) ...
Setting up libpam-systemd:arm64 (247.3-7+deb11u4) ...
Setting up libcurl4:arm64 (7.74.0-1.3+deb11u10) ...
Setting up libx11-6:arm64 (2:1.7.2-1+deb11u2) ...
Setting up gstreamer1.0-plugins-ugly:arm64 (1.18.4-2+deb11u1) ...
Setting up rpi-eeprom (16.1-1) ...
Setting up rpi-imager (1.7.5+rpt1) ...
Setting up curl (7.74.0-1.3+deb11u10) ...
Setting up realvnc-vnc-server (7.5.1.50075) ...
Updating /etc/pam.d/vncserver
Updating /etc/pam.conf... done
Looking for font path... not found.
Original config file "/etc/vnc/pulse/daemon.conf.old" preserved
Generating private key... done
Installed systemd unit for VNC Server in Service Mode daemon
Start or stop the service with:
  systemctl (start|stop) vncserver-x11-serviced.service
Mark or unmark the service to be started at boot time with:
  systemctl (enable|disable) vncserver-x11-serviced.service

Installed systemd unit for VNC Server in Virtual Mode daemon
Start or stop the service with:
  systemctl (start|stop) vncserver-virtuald.service
Mark or unmark the service to be started at boot time with:
  systemctl (enable|disable) vncserver-virtuald.service

Setting up wolfram-engine (13.3.1+20230814893) ...
update-alternatives: warning: forcing reinstallation of alternative /opt/Wolfram/WolframScript/bin/wolframscript because link group wolframscript is broken
Setting up libcamera0:arm64 (0~git20230720+bde9b04f-1) ...
Setting up ca-certificates-java (20190909+deb11u1) ...
Setting up libunoloader-java (1:7.0.4-4+deb11u7) ...
Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up openssl (1.1.1w-0+deb11u1+rpt1) ...
Setting up libwebpmux3:arm64 (0.6.1-2.1+deb11u2) ...
Setting up libbsd0:arm64 (0.11.3-1+deb11u1) ...
Setting up raspi-config (20231012~bullseye) ...
Setting up libjson-c5:arm64 (0.15-2+deb11u1) ...
Setting up vlc-data (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libcupsfilters1:arm64 (1.28.7-1+deb11u2) ...
Setting up python3-jupyter-core (4.7.1-1+deb11u1) ...
Setting up fonts-opensymbol (2:102.11+LibO7.0.4-4+deb11u7) ...
Setting up lxplug-updater (0.14) ...
Setting up vlc-plugin-notify:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libsynctex2:arm64 (2020.20200327.54578-7+deb11u1) ...
Setting up libc-devtools (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up vlc-plugin-video-output:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc-plugin-samba:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up ncurses-term (6.2+20201114-2+deb11u2) ...
Setting up cups-ipp-utils (2.3.3op2-3+deb11u6) ...
Setting up libcamera-tools (0~git20230720+bde9b04f-1) ...
Setting up rp-prefapps (0.47) ...
Setting up openssh-sftp-server (1:8.4p1-5+deb11u2) ...
Setting up libx11-xcb1:arm64 (2:1.7.2-1+deb11u2) ...
Setting up cups-ppdc (2.3.3op2-3+deb11u6) ...
Setting up liblapack3:arm64 (3.9.0-3+deb11u1) ...
Setting up gstreamer1.0-x:arm64 (1.18.4-2+deb11u1) ...
Setting up gstreamer1.0-alsa:arm64 (1.18.4-2+deb11u1) ...
Setting up libxpm4:arm64 (1:3.5.12-1.1+deb11u1) ...
Setting up libgs9:arm64 (9.53.3~dfsg-7+deb11u6) ...
Setting up openssh-server (1:8.4p1-5+deb11u2) ...
rescue-ssh.target is a disabled or a static unit, not starting it.
Setting up bind9-libs:arm64 (1:9.16.44-1~deb11u1) ...
Setting up python3-flask (1.1.2-2+deb11u1) ...
Setting up gstreamer1.0-plugins-good:arm64 (1.18.4-2+deb11u2+rpt1) ...
Setting up libwebpdemux2:arm64 (0.6.1-2.1+deb11u2) ...
Setting up vlc-plugin-video-splitter:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up lxplug-ptbatt (0.22) ...
Setting up libx11-dev:arm64 (2:1.7.2-1+deb11u2) ...
Setting up libvlc5:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up ghostscript (9.53.3~dfsg-7+deb11u6) ...
Setting up raspberrypi-sys-mods (20230510~bullseye) ...
Setting up cups-filters-core-drivers (1.28.7-1+deb11u2) ...
Setting up cups-client (2.3.3op2-3+deb11u6) ...
Setting up libavutil56:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libcupsimage2:arm64 (2.3.3op2-3+deb11u6) ...
Setting up dpkg-dev (1.20.13) ...
Setting up libpython2.7-stdlib:arm64 (2.7.18-8+deb11u1) ...
Setting up dbus-user-session (1.12.28-0+deb11u1) ...
Setting up vlc-plugin-visualization:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc-plugin-access-extra:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up realvnc-vnc-viewer (7.5.1.50075) ...
Setting up libgstreamer-gl1.0-0:arm64 (1.18.4-2+deb11u1) ...
Setting up libuno-cppu3 (1:7.0.4-4+deb11u7) ...
Setting up gstreamer1.0-plugins-bad:arm64 (1.18.4-3+deb11u2) ...
Setting up cups-daemon (2.3.3op2-3+deb11u6) ...
Setting up libpostproc55:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up python3-libcamera (0~git20230720+bde9b04f-1) ...
Setting up libwebkit2gtk-4.0-37:arm64 (2.42.1-1~deb11u2) ...
Setting up vlc-plugin-qt:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libvlc-bin:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up chromium-browser (116.0.5845.102-rpt1) ...
Setting up dbus-x11 (1.12.28-0+deb11u1) ...
Setting up chromium-browser-l10n (116.0.5845.102-rpt1) ...
Setting up libc6-dev:arm64 (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up lxplug-cputemp (0.12) ...
Setting up libswscale5:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up cups-filters (1.28.7-1+deb11u2) ...
Setting up bind9-host (1:9.16.44-1~deb11u1) ...
Setting up cups-browsed (1.28.7-1+deb11u2) ...
Setting up libuno-purpenvhelpergcc3-3 (1:7.0.4-4+deb11u7) ...
Setting up cups-core-drivers (2.3.3op2-3+deb11u6) ...
Setting up uno-libs-private (1:7.0.4-4+deb11u7) ...
Setting up ssh (1:8.4p1-5+deb11u2) ...
Setting up python2.7 (2.7.18-8+deb11u1) ...
Setting up cups (2.3.3op2-3+deb11u6) ...
Updating PPD files for cups ...
Updating PPD files for cups-filters ...
Updating PPD files for escpr ...
Updating PPD files for hpcups ...
Updating PPD files for postscript-hp ...
Setting up vlc-plugin-skins2:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc-bin (1:3.0.18-0+rpt7+deb11u1) ...
Setting up gstreamer1.0-gtk3:arm64 (1.18.4-2+deb11u2+rpt1) ...
Setting up libswresample3:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libavresample4:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up python3-picamera2 (0.3.12-2) ...
Setting up libavcodec58:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libuno-cppuhelpergcc3-3 (1:7.0.4-4+deb11u7) ...
Setting up libavformat58:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libavfilter7:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up ure (1:7.0.4-4+deb11u7) ...
Setting up vlc-plugin-base:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc (1:3.0.18-0+rpt7+deb11u1) ...
Setting up liblibreoffice-java (1:7.0.4-4+deb11u7) ...
Setting up libjurt-java (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-common (1:7.0.4-4+deb11u7) ...
Setting up libjuh-java (1:7.0.4-4+deb11u7) ...
Setting up libavdevice58:arm64 (8:4.3.6-0+deb11u1+rpt5) ...
Setting up ffmpeg (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libreoffice-core (1:7.0.4-4+deb11u7) ...
Setting up libridl-java (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-math (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-gtk3 (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-sdbc-postgresql (1:7.0.4-4+deb11u7) ...
Setting up libcamera-apps (1.2.1-1) ...
Setting up libreoffice-draw (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-base-drivers (1:7.0.4-4+deb11u7) ...
Setting up libunoil-java (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-help-common (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-l10n-en-gb (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-sdbc-firebird (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-sdbc-mysql (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-impress (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-base-core (1:7.0.4-4+deb11u7) ...
Setting up python3-uno (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-calc (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-base (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-help-en-gb (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-writer (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-java-common (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-script-provider-python (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-report-builder-bin (1:7.0.4-4+deb11u7) ...
Setting up libreoffice (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-report-builder (1:7.0.4-4+deb11u7) ...
Setting up openjdk-17-jre-headless:arm64 (17.0.7+7-1~deb11u1) ...
Installing new version of config file /etc/java-17-openjdk/jfr/default.jfc ...
Installing new version of config file /etc/java-17-openjdk/jfr/profile.jfc ...
Installing new version of config file /etc/java-17-openjdk/security/java.security ...
Setting up openjdk-17-jre:arm64 (17.0.7+7-1~deb11u1) ...
Setting up openjdk-11-jre-headless:arm64 (11.0.21+9-1~deb11u1) ...
Installing new version of config file /etc/java-11-openjdk/security/java.policy ...
Installing new version of config file /etc/java-11-openjdk/security/java.security ...
Installing new version of config file /etc/java-11-openjdk/security/public_suffix_list.dat ...
Setting up libreoffice-wiki-publisher (1.2.0+LibO7.0.4-4+deb11u7) ...
Setting up libreoffice-nlpsolver (0.9+LibO7.0.4-4+deb11u7) ...
Setting up openjdk-11-jdk-headless:arm64 (11.0.21+9-1~deb11u1) ...
Setting up openjdk-17-jdk-headless:arm64 (17.0.7+7-1~deb11u1) ...
Setting up libreoffice-script-provider-bsh (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-script-provider-js (1:7.0.4-4+deb11u7) ...
Setting up libreoffice-sdbc-hsqldb (1:7.0.4-4+deb11u7) ...
Setting up openjdk-17-jdk:arm64 (17.0.7+7-1~deb11u1) ...
Processing triggers for gnome-icon-theme (3.12.0-3) ...
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Processing triggers for shared-mime-info (2.0-1) ...
Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.2+dfsg-1+deb11u1) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for fontconfig (2.13.1-4.2) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for initramfs-tools (0.140) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for libvlc-bin:arm64 (1:3.0.18-0+rpt7+deb11u1) ...
�[96mInstalling helper tools ...�[90m
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.9).
git is already the newest version (1:2.30.2-1+deb11u2).
unzip is already the newest version (6.0-26+deb11u1).
wget is already the newest version (1.21-1+deb11u1).
wget set to manually installed.
curl is already the newest version (7.74.0-1.3+deb11u10).
The following packages were automatically installed and are no longer required:
  libfuse2 wolframscript
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
node not installed, trying via apt-get
Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: libfuse2 wolframscript Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: gyp libc-ares2 libjs-highlight.js libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode72 libssl-dev libuv1-dev node-abbrev node-agent-base node-ajv node-ansi node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-brace-expansion node-builtins node-cacache node-caseless node-chalk node-chownr node-clone node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-console-control-strings node-copy-concurrently node-core-util-is node-dashdash node-debug node-defaults node-delayed-stream node-delegates node-depd node-ecc-jsbn node-encoding node-err-code node-escape-string-regexp node-extend node-extsprintf node-fast-deep-equal node-forever-agent node-form-data node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-getpass node-glob node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-unicode node-hosted-git-info node-http-signature node-https-proxy-agent node-iconv-lite node-iferr node-imurmurhash node-indent-string node-inflight node-inherits node-ini node-ip node-ip-regex node-is-typedarray node-isarray node-isexe node-isstream node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-leven node-lockfile node-lru-cache node-mime node-mime-types node-minimatch node-mkdirp node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-osenv node-p-map node-path-is-absolute node-performance-now node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-psl node-puka node-punycode node-qs node-read node-read-package-json node-readable-stream node-request node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-set-blocking node-signal-exit node-slash node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-string-decoder node-string-width node-strip-ansi node-supports-color node-tar node-text-table node-through node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray-to-buffer node-unique-filename node-universalify node-uri-js node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-wide-align node-wrappy node-write-file-atomic node-yallist nodejs-doc Suggested packages: libssl-doc The following NEW packages will be installed: gyp libc-ares2 libjs-highlight.js libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode72 libssl-dev libuv1-dev node-abbrev node-agent-base node-ajv node-ansi node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-brace-expansion node-builtins node-cacache node-caseless node-chalk node-chownr node-clone node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-console-control-strings node-copy-concurrently node-core-util-is node-dashdash node-debug node-defaults node-delayed-stream node-delegates node-depd node-ecc-jsbn node-encoding node-err-code node-escape-string-regexp node-extend node-extsprintf node-fast-deep-equal node-forever-agent node-form-data node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-getpass node-glob node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-unicode node-hosted-git-info node-http-signature node-https-proxy-agent node-iconv-lite node-iferr node-imurmurhash node-indent-string node-inflight node-inherits node-ini node-ip node-ip-regex node-is-typedarray node-isarray node-isexe node-isstream node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-leven node-lockfile node-lru-cache node-mime node-mime-types node-minimatch node-mkdirp node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-osenv node-p-map node-path-is-absolute node-performance-now node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-psl node-puka node-punycode node-qs node-read node-read-package-json node-readable-stream node-request node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-set-blocking node-signal-exit node-slash node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-string-decoder node-string-width node-strip-ansi node-supports-color node-tar node-text-table node-through node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray-to-buffer node-unique-filename node-universalify node-uri-js node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-wide-align node-wrappy node-write-file-atomic node-yallist nodejs nodejs-doc npm 0 upgraded, 178 newly installed, 0 to remove and 0 not upgraded. Need to get 16.3 MB of archives. After this operation, 71.0 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main arm64 gyp all 0.1+20200513gitcaa6002-2 [236 kB] Get:2 http://archive.raspberrypi.org/debian bullseye/main arm64 libssl-dev arm64 1.1.1w-0+deb11u1+rpt1 [1,703 kB] Get:3 http://deb.debian.org/debian bullseye/main arm64 libc-ares2 arm64 1.17.1-1+deb11u3 [100.0 kB] Get:4 http://deb.debian.org/debian bullseye/main arm64 libjs-highlight.js all 9.18.5+dfsg1-1 [397 kB] Get:5 http://deb.debian.org/debian bullseye/main arm64 libjs-inherits all 2.0.4-1 [3,228 B] Get:6 http://deb.debian.org/debian bullseye/main arm64 libjs-is-typedarray all 1.0.0-3 [3,692 B] Get:7 http://deb.debian.org/debian bullseye/main arm64 libjs-psl all 1.8.0+ds-4 [67.4 kB] Get:8 http://deb.debian.org/debian bullseye/main arm64 libjs-typedarray-to-buffer all 4.0.0-1 [4,536 B] Get:9 http://deb.debian.org/debian bullseye/main arm64 libuv1-dev arm64 1.40.0-2 [165 kB] Get:10 http://deb.debian.org/debian bullseye/main arm64 libnode72 arm64 12.22.12~dfsg-1~deb11u4 [7,694 kB] Get:11 http://deb.debian.org/debian bullseye/main arm64 libnode-dev arm64 12.22.12~dfsg-1~deb11u4 [407 kB] Get:12 http://deb.debian.org/debian bullseye/main arm64 nodejs arm64 12.22.12~dfsg-1~deb11u4 [148 kB] Get:13 http://deb.debian.org/debian bullseye/main arm64 node-abbrev all 1.1.1-2 [4,812 B] Get:14 http://deb.debian.org/debian bullseye/main arm64 node-ms all 2.1.3+~cs0.7.31-1 [5,612 B] Get:15 http://deb.debian.org/debian bullseye/main arm64 node-debug all 4.3.1+~cs4.1.5-1 [17.3 kB] Get:16 http://deb.debian.org/debian bullseye/main arm64 node-yallist all 4.0.0-1 [6,576 B] Get:17 http://deb.debian.org/debian bullseye/main arm64 node-lru-cache all 5.1.1-5 [8,356 B] Get:18 http://deb.debian.org/debian bullseye/main arm64 node-semver all 7.3.4-1 [42.1 kB] Get:19 http://deb.debian.org/debian bullseye/main arm64 node-agent-base all 6.0.2-2 [16.3 kB] Get:20 http://deb.debian.org/debian bullseye/main arm64 node-fast-deep-equal all 3.1.3-1 [5,640 B] Get:21 http://deb.debian.org/debian bullseye/main arm64 node-json-schema-traverse all 1.0.0-2 [6,228 B] Get:22 http://deb.debian.org/debian bullseye/main arm64 node-jsonify all 0.0.0-1.1 [5,632 B] Get:23 http://deb.debian.org/debian bullseye/main arm64 node-json-stable-stringify all 1.0.1+~cs5.1.32-1 [6,612 B] Get:24 http://deb.debian.org/debian bullseye/main arm64 node-punycode all 2.1.1-3 [9,396 B] Get:25 http://deb.debian.org/debian bullseye/main arm64 node-uri-js all 4.4.0+dfsg-5 [46.9 kB] Get:26 http://deb.debian.org/debian bullseye/main arm64 node-ajv all 6.12.6-2 [74.0 kB] Get:27 http://deb.debian.org/debian bullseye/main arm64 node-ansi all 0.3.1-1 [9,464 B] Get:28 http://deb.debian.org/debian bullseye/main arm64 node-ansi-regex all 5.0.1-1~deb11u1 [4,704 B] Get:29 http://deb.debian.org/debian bullseye/main arm64 node-color-name all 1.1.4+~1.1.1-1 [5,788 B] Get:30 http://deb.debian.org/debian bullseye/main arm64 node-color-convert all 1.9.3-1 [10.2 kB] Get:31 http://deb.debian.org/debian bullseye/main arm64 node-ansi-styles all 4.2.1-1 [7,600 B] Get:32 http://deb.debian.org/debian bullseye/main arm64 node-ansistyles all 0.1.3-2 [4,280 B] Get:33 http://deb.debian.org/debian bullseye/main arm64 node-aproba all 2.0.0-1 [5,628 B] Get:34 http://deb.debian.org/debian bullseye/main arm64 node-archy all 1.0.0-3 [4,444 B] Get:35 http://deb.debian.org/debian bullseye/main arm64 node-delegates all 1.0.0-2 [4,336 B] Get:36 http://deb.debian.org/debian bullseye/main arm64 node-inherits all 2.0.4-1 [4,204 B] Get:37 http://deb.debian.org/debian bullseye/main arm64 node-core-util-is all 1.0.2-2 [3,860 B] Get:38 http://deb.debian.org/debian bullseye/main arm64 node-safe-buffer all 5.2.1+~cs2.1.2-1 [15.5 kB] Get:39 http://deb.debian.org/debian bullseye/main arm64 node-string-decoder all 1.3.0-2 [6,900 B] Get:40 http://deb.debian.org/debian bullseye/main arm64 node-process-nextick-args all 2.0.0-1 [3,388 B] Get:41 http://deb.debian.org/debian bullseye/main arm64 node-util-deprecate all 1.0.2-1 [3,866 B] Get:42 http://deb.debian.org/debian bullseye/main arm64 node-isarray all 2.0.5-1 [3,748 B] Get:43 http://deb.debian.org/debian bullseye/main arm64 node-readable-stream all 3.6.0-2 [30.1 kB] Get:44 http://deb.debian.org/debian bullseye/main arm64 node-are-we-there-yet all 1.1.5-1 [7,640 B] Get:45 http://deb.debian.org/debian bullseye/main arm64 node-asap all 2.0.6-2 [14.4 kB] Get:46 http://deb.debian.org/debian bullseye/main arm64 node-asn1 all 0.2.3-2 [7,348 B] Get:47 http://deb.debian.org/debian bullseye/main arm64 node-assert-plus all 1.0.0-2 [9,192 B] Get:48 http://deb.debian.org/debian bullseye/main arm64 node-asynckit all 0.4.0-3 [10.2 kB] Get:49 http://deb.debian.org/debian bullseye/main arm64 node-aws-sign2 all 0.7.1-2 [4,136 B] Get:50 http://deb.debian.org/debian bullseye/main arm64 node-aws4 all 1.11.0-1 [10.3 kB] Get:51 http://deb.debian.org/debian bullseye/main arm64 node-balanced-match all 1.0.0-1 [4,528 B] Get:52 http://deb.debian.org/debian bullseye/main arm64 node-tweetnacl all 1.0.3+dfsg-1 [34.8 kB] Get:53 http://deb.debian.org/debian bullseye/main arm64 node-bcrypt-pbkdf all 1.0.2-1 [10.8 kB] Get:54 http://deb.debian.org/debian bullseye/main arm64 node-brace-expansion all 2.0.0-1 [7,184 B] Get:55 http://deb.debian.org/debian bullseye/main arm64 node-builtins all 1.0.3-2 [3,396 B] Get:56 http://deb.debian.org/debian bullseye/main arm64 node-chownr all 1.1.3-5 [4,128 B] Get:57 http://deb.debian.org/debian bullseye/main arm64 node-fs.realpath all 1.0.0-1.1 [5,780 B] Get:58 http://deb.debian.org/debian bullseye/main arm64 node-wrappy all 1.0.2-1.1 [3,352 B] Get:59 http://deb.debian.org/debian bullseye/main arm64 node-once all 1.4.0-3 [4,344 B] Get:60 http://deb.debian.org/debian bullseye/main arm64 node-inflight all 1.0.6-1.1 [3,568 B] Get:61 http://deb.debian.org/debian bullseye/main arm64 node-minimatch all 3.0.4+~3.0.3-1+deb11u2 [16.1 kB] Get:62 http://deb.debian.org/debian bullseye/main arm64 node-path-is-absolute all 2.0.0-1 [3,864 B] Get:63 http://deb.debian.org/debian bullseye/main arm64 node-glob all 7.1.6+~7.1.3-1 [129 kB] Get:64 http://deb.debian.org/debian bullseye/main arm64 node-graceful-fs all 4.2.4+repack-1 [13.1 kB] Get:65 http://deb.debian.org/debian bullseye/main arm64 node-mkdirp all 1.0.4+~1.0.1-1 [11.7 kB] Get:66 http://deb.debian.org/debian bullseye/main arm64 node-run-queue all 2.0.0-1 [4,984 B] Get:67 http://deb.debian.org/debian bullseye/main arm64 node-rimraf all 3.0.2-1 [10.9 kB] Get:68 http://deb.debian.org/debian bullseye/main arm64 node-imurmurhash all 0.1.4-1.1 [8,372 B] Get:69 http://deb.debian.org/debian bullseye/main arm64 node-iferr all 1.0.2-1 [3,496 B] Get:70 http://deb.debian.org/debian bullseye/main arm64 node-fs-write-stream-atomic all 1.0.10-4 [4,820 B] Get:71 http://deb.debian.org/debian bullseye/main arm64 node-copy-concurrently all 1.0.5-7 [6,844 B] Get:72 http://deb.debian.org/debian bullseye/main arm64 node-move-concurrently all 1.0.1-2 [4,644 B] Get:73 http://deb.debian.org/debian bullseye/main arm64 node-escape-string-regexp all 4.0.0-1 [4,116 B] Get:74 http://deb.debian.org/debian bullseye/main arm64 node-indent-string all 4.0.0-1 [4,052 B] Get:75 http://deb.debian.org/debian bullseye/main arm64 node-p-map all 4.0.0-1 [7,716 B] Get:76 http://deb.debian.org/debian bullseye/main arm64 node-promise-inflight all 1.0.1-1.1 [3,328 B] Get:77 http://deb.debian.org/debian bullseye/main arm64 node-ssri all 8.0.1-2 [23.0 kB] Get:78 http://deb.debian.org/debian bullseye/main arm64 node-unique-filename all 1.1.1+ds-1 [3,796 B] Get:79 http://deb.debian.org/debian bullseye/main arm64 node-cacache all 15.0.5+~cs13.9.21-1 [42.6 kB] Get:80 http://deb.debian.org/debian bullseye/main arm64 node-caseless all 0.12.1-1 [3,804 B] Get:81 http://deb.debian.org/debian bullseye/main arm64 node-has-flag all 4.0.0-1 [4,076 B] Get:82 http://deb.debian.org/debian bullseye/main arm64 node-supports-color all 8.1.0+~7.2.0-1 [6,736 B] Get:83 http://deb.debian.org/debian bullseye/main arm64 node-chalk all 4.1.0-1 [15.0 kB] Get:84 http://deb.debian.org/debian bullseye/main arm64 node-clone all 2.1.2-2 [8,132 B] Get:85 http://deb.debian.org/debian bullseye/main arm64 node-colors all 1.4.0-1 [11.7 kB] Get:86 http://deb.debian.org/debian bullseye/main arm64 node-strip-ansi all 6.0.0-2 [4,044 B] Get:87 http://deb.debian.org/debian bullseye/main arm64 node-defaults all 1.0.3-2 [3,612 B] Get:88 http://deb.debian.org/debian bullseye/main arm64 node-wcwidth.js all 1.0.0-1.1 [6,652 B] Get:89 http://deb.debian.org/debian bullseye/main arm64 node-columnify all 1.5.4-3 [11.5 kB] Get:90 http://deb.debian.org/debian bullseye/main arm64 node-delayed-stream all 1.0.0-4 [5,236 B] Get:91 http://deb.debian.org/debian bullseye/main arm64 node-combined-stream all 1.0.8-1 [6,020 B] Get:92 http://deb.debian.org/debian bullseye/main arm64 node-concat-map all 0.0.1-2 [3,968 B] Get:93 http://deb.debian.org/debian bullseye/main arm64 node-console-control-strings all 1.1.0-2 [5,388 B] Get:94 http://deb.debian.org/debian bullseye/main arm64 node-dashdash all 2.0.0-1 [30.2 kB] Get:95 http://deb.debian.org/debian bullseye/main arm64 node-depd all 2.0.0-1 [11.0 kB] Get:96 http://deb.debian.org/debian bullseye/main arm64 node-jsbn all 1.1.0-1.1 [13.8 kB] Get:97 http://deb.debian.org/debian bullseye/main arm64 node-ecc-jsbn all 0.2.0-2 [9,396 B] Get:98 http://deb.debian.org/debian bullseye/main arm64 node-iconv-lite all 0.5.1-3 [128 kB] Get:99 http://deb.debian.org/debian bullseye/main arm64 node-encoding all 0.1.13-1 [4,316 B] Get:100 http://deb.debian.org/debian bullseye/main arm64 node-err-code all 2.0.3+dfsg-1 [4,584 B] Get:101 http://deb.debian.org/debian bullseye/main arm64 node-extend all 3.0.2-1 [6,744 B] Get:102 http://deb.debian.org/debian bullseye/main arm64 node-extsprintf all 1.4.0-1 [6,268 B] Get:103 http://deb.debian.org/debian bullseye/main arm64 node-forever-agent all 0.6.1-2 [4,200 B] Get:104 http://deb.debian.org/debian bullseye/main arm64 node-mime all 2.5.0+dfsg+~cs3.90.0-1 [39.4 kB] Get:105 http://deb.debian.org/debian bullseye/main arm64 node-mime-types all 2.1.28-1 [8,948 B] Get:106 http://deb.debian.org/debian bullseye/main arm64 node-form-data all 3.0.0-2 [12.8 kB] Get:107 http://deb.debian.org/debian bullseye/main arm64 node-function-bind all 1.1.1+repack-1 [5,000 B] Get:108 http://deb.debian.org/debian bullseye/main arm64 node-string-width all 4.2.0-1 [9,716 B] Get:109 http://deb.debian.org/debian bullseye/main arm64 node-object-assign all 4.1.1-3 [4,460 B] Get:110 http://deb.debian.org/debian bullseye/main arm64 node-has-unicode all 2.0.1-2 [3,442 B] Get:111 http://deb.debian.org/debian bullseye/main arm64 node-wide-align all 1.1.3-1 [3,896 B] Get:112 http://deb.debian.org/debian bullseye/main arm64 node-signal-exit all 3.0.3-1 [6,172 B] Get:113 http://deb.debian.org/debian bullseye/main arm64 node-gauge all 2.7.4-1.1 [25.3 kB] Get:114 http://deb.debian.org/debian bullseye/main arm64 node-getpass all 0.1.7-1.1 [4,368 B] Get:115 http://deb.debian.org/debian bullseye/main arm64 node-nopt all 5.0.0-1 [12.3 kB] Get:116 http://deb.debian.org/debian bullseye/main arm64 node-set-blocking all 2.0.0-1.1 [4,036 B] Get:117 http://deb.debian.org/debian bullseye/main arm64 node-npmlog all 4.1.2-2 [8,980 B] Get:118 http://deb.debian.org/debian bullseye/main arm64 node-osenv all 0.1.5-1 [4,332 B] Get:119 http://deb.debian.org/debian bullseye/main arm64 node-tar all 6.0.5+ds1+~cs11.3.9-1+deb11u2 [44.7 kB] Get:120 http://deb.debian.org/debian bullseye/main arm64 node-isexe all 2.0.0-5 [4,632 B] Get:121 http://deb.debian.org/debian bullseye/main arm64 node-which all 2.0.2+~cs1.3.2-1 [8,436 B] Get:122 http://deb.debian.org/debian bullseye/main arm64 node-gyp all 7.1.2-4 [50.0 kB] Get:123 http://deb.debian.org/debian bullseye/main arm64 node-har-schema all 2.0.0-4 [5,896 B] Get:124 http://deb.debian.org/debian bullseye/main arm64 node-har-validator all 5.1.5-1 [7,184 B] Get:125 http://deb.debian.org/debian bullseye/main arm64 node-hosted-git-info all 3.0.8-1 [10.4 kB] Get:126 http://deb.debian.org/debian bullseye/main arm64 node-json-schema all 0.3.0+~7.0.6-1+deb11u1 [13.1 kB] Get:127 http://deb.debian.org/debian bullseye/main arm64 node-verror all 1.10.0-1.1 [14.2 kB] Get:128 http://deb.debian.org/debian bullseye/main arm64 node-jsprim all 2.0.0-1 [13.7 kB] Get:129 http://deb.debian.org/debian bullseye/main arm64 node-sshpk all 1.16.1+dfsg-2 [54.7 kB] Get:130 http://deb.debian.org/debian bullseye/main arm64 node-http-signature all 1.3.5-1 [13.0 kB] Get:131 http://deb.debian.org/debian bullseye/main arm64 node-https-proxy-agent all 5.0.0-3 [11.1 kB] Get:132 http://deb.debian.org/debian bullseye/main arm64 node-ini all 2.0.0-1 [6,288 B] Get:133 http://deb.debian.org/debian bullseye/main arm64 node-ip all 1.1.5-5 [6,608 B] Get:134 http://deb.debian.org/debian bullseye/main arm64 node-ip-regex all 4.3.0-1 [4,824 B] Get:135 http://deb.debian.org/debian bullseye/main arm64 node-is-typedarray all 1.0.0-3 [3,180 B] Get:136 http://deb.debian.org/debian bullseye/main arm64 node-isstream all 0.1.2+dfsg-1.1 [3,784 B] Get:137 http://deb.debian.org/debian bullseye/main arm64 node-json-parse-better-errors all 1.0.2+~2.3.1-1 [6,956 B] Get:138 http://deb.debian.org/debian bullseye/main arm64 node-json-stringify-safe all 5.0.1+repack-3 [21.1 kB] Get:139 http://deb.debian.org/debian bullseye/main arm64 node-jsonparse all 1.3.1-7 [6,980 B] Get:140 http://deb.debian.org/debian bullseye/main arm64 node-through all 2.3.8+~cs0.0.30-1 [5,452 B] Get:141 http://deb.debian.org/debian bullseye/main arm64 node-jsonstream all 1.3.5-1 [8,428 B] Get:142 http://deb.debian.org/debian bullseye/main arm64 node-leven all 3.1.0+~cs1.1.1-1 [5,588 B] Get:143 http://deb.debian.org/debian bullseye/main arm64 node-lockfile all 1.0.4-3 [8,152 B] Get:144 http://deb.debian.org/debian bullseye/main arm64 node-mute-stream all 0.0.8-2 [5,136 B] Get:145 http://deb.debian.org/debian bullseye/main arm64 node-resolve all 1.19.0+~cs5.20.8-2 [17.8 kB] Get:146 http://deb.debian.org/debian bullseye/main arm64 node-spdx-license-ids all 3.0.7-1 [6,764 B] Get:147 http://deb.debian.org/debian bullseye/main arm64 node-spdx-exceptions all 2.3.0-1 [3,864 B] Get:148 http://deb.debian.org/debian bullseye/main arm64 node-spdx-expression-parse all 3.0.1-1 [6,608 B] Get:149 http://deb.debian.org/debian bullseye/main arm64 node-spdx-correct all 3.1.1-1 [5,296 B] Get:150 http://deb.debian.org/debian bullseye/main arm64 node-validate-npm-package-license all 3.0.4-1 [4,124 B] Get:151 http://deb.debian.org/debian bullseye/main arm64 node-normalize-package-data all 3.0.0+~2.4.0-1 [12.2 kB] Get:152 http://deb.debian.org/debian bullseye/main arm64 node-npm-bundled all 1.1.1-1 [6,052 B] Get:153 http://deb.debian.org/debian bullseye/main arm64 node-validate-npm-package-name all 3.0.0-1.1 [4,584 B] Get:154 http://deb.debian.org/debian bullseye/main arm64 node-npm-package-arg all 8.1.0-1 [8,064 B] Get:155 http://deb.debian.org/debian bullseye/main arm64 node-number-is-nan all 2.0.0-1 [3,388 B] Get:156 http://deb.debian.org/debian bullseye/main arm64 node-oauth-sign all 0.9.0-2 [4,264 B] Get:157 http://deb.debian.org/debian bullseye/main arm64 node-opener all 1.5.2-1 [5,000 B] Get:158 http://deb.debian.org/debian bullseye/main arm64 node-performance-now all 2.1.0+debian-1.1 [4,672 B] Get:159 http://deb.debian.org/debian bullseye/main arm64 node-retry all 0.12.0-1 [10.4 kB] Get:160 http://deb.debian.org/debian bullseye/main arm64 node-promise-retry all 2.0.1-1 [4,924 B] Get:161 http://deb.debian.org/debian bullseye/main arm64 node-read all 1.0.7-2 [5,264 B] Get:162 http://deb.debian.org/debian bullseye/main arm64 node-promzard all 0.3.0-1.1 [9,096 B] Get:163 http://deb.debian.org/debian bullseye/main arm64 node-psl all 1.8.0+ds-4 [37.6 kB] Get:164 http://deb.debian.org/debian bullseye/main arm64 node-puka all 1.0.1+dfsg-2 [29.1 kB] Get:165 http://deb.debian.org/debian bullseye/main arm64 node-qs all 6.9.4+ds-1+deb11u1 [22.7 kB] Get:166 http://deb.debian.org/debian bullseye/main arm64 node-slash all 3.0.0-1 [3,704 B] Get:167 http://deb.debian.org/debian bullseye/main arm64 node-read-package-json all 3.0.0-1 [10.1 kB] Get:168 http://deb.debian.org/debian bullseye/main arm64 node-universalify all 2.0.0-2 [4,208 B] Get:169 http://deb.debian.org/debian bullseye/main arm64 node-tough-cookie all 4.0.0-2+deb11u1 [31.7 kB] Get:170 http://deb.debian.org/debian bullseye/main arm64 node-tunnel-agent all 0.6.1-2 [4,952 B] Get:171 http://deb.debian.org/debian bullseye/main arm64 node-uuid all 8.3.2+~8.3.0-4 [43.9 kB] Get:172 http://deb.debian.org/debian bullseye/main arm64 node-request all 2.88.1-5 [43.4 kB] Get:173 http://deb.debian.org/debian bullseye/main arm64 node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7,292 B] Get:174 http://deb.debian.org/debian bullseye/main arm64 node-text-table all 0.2.0-2 [4,308 B] Get:175 http://deb.debian.org/debian bullseye/main arm64 node-typedarray-to-buffer all 4.0.0-1 [3,256 B] Get:176 http://deb.debian.org/debian bullseye/main arm64 node-write-file-atomic all 3.0.3+~3.0.1-1 [8,048 B] Get:177 http://deb.debian.org/debian bullseye/main arm64 nodejs-doc all 12.22.12~dfsg-1~deb11u4 [2,547 kB] Get:178 http://deb.debian.org/debian bullseye/main arm64 npm all 7.5.2+ds-2 [801 kB] Fetched 16.3 MB in 7s (2,174 kB/s) Selecting previously unselected package gyp.
 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 157524 files and directories currently installed.)
 Preparing to unpack .../000-gyp_0.1+20200513gitcaa6002-2_all.deb ...
 Unpacking gyp (0.1+20200513gitcaa6002-2) ...
 Selecting previously unselected package libc-ares2:arm64.
 Preparing to unpack .../001-libc-ares2_1.17.1-1+deb11u3_arm64.deb ...
 Unpacking libc-ares2:arm64 (1.17.1-1+deb11u3) ...
 Selecting previously unselected package libjs-highlight.js.
 Preparing to unpack .../002-libjs-highlight.js_9.18.5+dfsg1-1_all.deb ...
 Unpacking libjs-highlight.js (9.18.5+dfsg1-1) ...
 Selecting previously unselected package libjs-inherits.
 Preparing to unpack .../003-libjs-inherits_2.0.4-1_all.deb ...
 Unpacking libjs-inherits (2.0.4-1) ...
 Selecting previously unselected package libjs-is-typedarray.
 Preparing to unpack .../004-libjs-is-typedarray_1.0.0-3_all.deb ...
 Unpacking libjs-is-typedarray (1.0.0-3) ...
 Selecting previously unselected package libjs-psl.
 Preparing to unpack .../005-libjs-psl_1.8.0+ds-4_all.deb ...
 Unpacking libjs-psl (1.8.0+ds-4) ...
 Selecting previously unselected package libjs-typedarray-to-buffer.
 Preparing to unpack .../006-libjs-typedarray-to-buffer_4.0.0-1_all.deb ...
 Unpacking libjs-typedarray-to-buffer (4.0.0-1) ...
 Selecting previously unselected package libssl-dev:arm64.
 Preparing to unpack .../007-libssl-dev_1.1.1w-0+deb11u1+rpt1_arm64.deb ...
 Unpacking libssl-dev:arm64 (1.1.1w-0+deb11u1+rpt1) ...
 Selecting previously unselected package libuv1-dev:arm64.
 Preparing to unpack .../008-libuv1-dev_1.40.0-2_arm64.deb ...
 Unpacking libuv1-dev:arm64 (1.40.0-2) ...
 Selecting previously unselected package libnode72:arm64.
 Preparing to unpack .../009-libnode72_12.22.12~dfsg-1~deb11u4_arm64.deb ...
 Unpacking libnode72:arm64 (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package libnode-dev.
 Preparing to unpack .../010-libnode-dev_12.22.12~dfsg-1~deb11u4_arm64.deb ...
 Unpacking libnode-dev (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package nodejs.
 Preparing to unpack .../011-nodejs_12.22.12~dfsg-1~deb11u4_arm64.deb ...
 Unpacking nodejs (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package node-abbrev.
 Preparing to unpack .../012-node-abbrev_1.1.1-2_all.deb ...
 Unpacking node-abbrev (1.1.1-2) ...
 Selecting previously unselected package node-ms.
 Preparing to unpack .../013-node-ms_2.1.3+~cs0.7.31-1_all.deb ...
 Unpacking node-ms (2.1.3+~cs0.7.31-1) ...
 Selecting previously unselected package node-debug.
 Preparing to unpack .../014-node-debug_4.3.1+~cs4.1.5-1_all.deb ...
 Unpacking node-debug (4.3.1+~cs4.1.5-1) ...
 Selecting previously unselected package node-yallist.
 Preparing to unpack .../015-node-yallist_4.0.0-1_all.deb ...
 Unpacking node-yallist (4.0.0-1) ...
 Selecting previously unselected package node-lru-cache.
 Preparing to unpack .../016-node-lru-cache_5.1.1-5_all.deb ...
 Unpacking node-lru-cache (5.1.1-5) ...
 Selecting previously unselected package node-semver.
 Preparing to unpack .../017-node-semver_7.3.4-1_all.deb ...
 Unpacking node-semver (7.3.4-1) ...
 Selecting previously unselected package node-agent-base.
 Preparing to unpack .../018-node-agent-base_6.0.2-2_all.deb ...
 Unpacking node-agent-base (6.0.2-2) ...
 Selecting previously unselected package node-fast-deep-equal.
 Preparing to unpack .../019-node-fast-deep-equal_3.1.3-1_all.deb ...
 Unpacking node-fast-deep-equal (3.1.3-1) ...
 Selecting previously unselected package node-json-schema-traverse.
 Preparing to unpack .../020-node-json-schema-traverse_1.0.0-2_all.deb ...
 Unpacking node-json-schema-traverse (1.0.0-2) ...
 Selecting previously unselected package node-jsonify.
 Preparing to unpack .../021-node-jsonify_0.0.0-1.1_all.deb ...
 Unpacking node-jsonify (0.0.0-1.1) ...
 Selecting previously unselected package node-json-stable-stringify.
 Preparing to unpack .../022-node-json-stable-stringify_1.0.1+~cs5.1.32-1_all.deb ...
 Unpacking node-json-stable-stringify (1.0.1+~cs5.1.32-1) ...
 Selecting previously unselected package node-punycode.
 Preparing to unpack .../023-node-punycode_2.1.1-3_all.deb ...
 Unpacking node-punycode (2.1.1-3) ...
 Selecting previously unselected package node-uri-js.
 Preparing to unpack .../024-node-uri-js_4.4.0+dfsg-5_all.deb ...
 Unpacking node-uri-js (4.4.0+dfsg-5) ...
 Selecting previously unselected package node-ajv.
 Preparing to unpack .../025-node-ajv_6.12.6-2_all.deb ...
 Unpacking node-ajv (6.12.6-2) ...
 Selecting previously unselected package node-ansi.
 Preparing to unpack .../026-node-ansi_0.3.1-1_all.deb ...
 Unpacking node-ansi (0.3.1-1) ...
 Selecting previously unselected package node-ansi-regex.
 Preparing to unpack .../027-node-ansi-regex_5.0.1-1~deb11u1_all.deb ...
 Unpacking node-ansi-regex (5.0.1-1~deb11u1) ...
 Selecting previously unselected package node-color-name.
 Preparing to unpack .../028-node-color-name_1.1.4+~1.1.1-1_all.deb ...
 Unpacking node-color-name (1.1.4+~1.1.1-1) ...
 Selecting previously unselected package node-color-convert.
 Preparing to unpack .../029-node-color-convert_1.9.3-1_all.deb ...
 Unpacking node-color-convert (1.9.3-1) ...
 Selecting previously unselected package node-ansi-styles.
 Preparing to unpack .../030-node-ansi-styles_4.2.1-1_all.deb ...
 Unpacking node-ansi-styles (4.2.1-1) ...
 Selecting previously unselected package node-ansistyles.
 Preparing to unpack .../031-node-ansistyles_0.1.3-2_all.deb ...
 Unpacking node-ansistyles (0.1.3-2) ...
 Selecting previously unselected package node-aproba.
 Preparing to unpack .../032-node-aproba_2.0.0-1_all.deb ...
 Unpacking node-aproba (2.0.0-1) ...
 Selecting previously unselected package node-archy.
 Preparing to unpack .../033-node-archy_1.0.0-3_all.deb ...
 Unpacking node-archy (1.0.0-3) ...
 Selecting previously unselected package node-delegates.
 Preparing to unpack .../034-node-delegates_1.0.0-2_all.deb ...
 Unpacking node-delegates (1.0.0-2) ...
 Selecting previously unselected package node-inherits.
 Preparing to unpack .../035-node-inherits_2.0.4-1_all.deb ...
 Unpacking node-inherits (2.0.4-1) ...
 Selecting previously unselected package node-core-util-is.
 Preparing to unpack .../036-node-core-util-is_1.0.2-2_all.deb ...
 Unpacking node-core-util-is (1.0.2-2) ...
 Selecting previously unselected package node-safe-buffer.
 Preparing to unpack .../037-node-safe-buffer_5.2.1+~cs2.1.2-1_all.deb ...
 Unpacking node-safe-buffer (5.2.1+~cs2.1.2-1) ...
 Selecting previously unselected package node-string-decoder.
 Preparing to unpack .../038-node-string-decoder_1.3.0-2_all.deb ...
 Unpacking node-string-decoder (1.3.0-2) ...
 Selecting previously unselected package node-process-nextick-args.
 Preparing to unpack .../039-node-process-nextick-args_2.0.0-1_all.deb ...
 Unpacking node-process-nextick-args (2.0.0-1) ...
 Selecting previously unselected package node-util-deprecate.
 Preparing to unpack .../040-node-util-deprecate_1.0.2-1_all.deb ...
 Unpacking node-util-deprecate (1.0.2-1) ...
 Selecting previously unselected package node-isarray.
 Preparing to unpack .../041-node-isarray_2.0.5-1_all.deb ...
 Unpacking node-isarray (2.0.5-1) ...
 Selecting previously unselected package node-readable-stream.
 Preparing to unpack .../042-node-readable-stream_3.6.0-2_all.deb ...
 Unpacking node-readable-stream (3.6.0-2) ...
 Selecting previously unselected package node-are-we-there-yet.
 Preparing to unpack .../043-node-are-we-there-yet_1.1.5-1_all.deb ...
 Unpacking node-are-we-there-yet (1.1.5-1) ...
 Selecting previously unselected package node-asap.
 Preparing to unpack .../044-node-asap_2.0.6-2_all.deb ...
 Unpacking node-asap (2.0.6-2) ...
 Selecting previously unselected package node-asn1.
 Preparing to unpack .../045-node-asn1_0.2.3-2_all.deb ...
 Unpacking node-asn1 (0.2.3-2) ...
 Selecting previously unselected package node-assert-plus.
 Preparing to unpack .../046-node-assert-plus_1.0.0-2_all.deb ...
 Unpacking node-assert-plus (1.0.0-2) ...
 Selecting previously unselected package node-asynckit.
 Preparing to unpack .../047-node-asynckit_0.4.0-3_all.deb ...
 Unpacking node-asynckit (0.4.0-3) ...
 Selecting previously unselected package node-aws-sign2.
 Preparing to unpack .../048-node-aws-sign2_0.7.1-2_all.deb ...
 Unpacking node-aws-sign2 (0.7.1-2) ...
 Selecting previously unselected package node-aws4.
 Preparing to unpack .../049-node-aws4_1.11.0-1_all.deb ...
 Unpacking node-aws4 (1.11.0-1) ...
 Selecting previously unselected package node-balanced-match.
 Preparing to unpack .../050-node-balanced-match_1.0.0-1_all.deb ...
 Unpacking node-balanced-match (1.0.0-1) ...
 Selecting previously unselected package node-tweetnacl.
 Preparing to unpack .../051-node-tweetnacl_1.0.3+dfsg-1_all.deb ...
 Unpacking node-tweetnacl (1.0.3+dfsg-1) ...
 Selecting previously unselected package node-bcrypt-pbkdf.
 Preparing to unpack .../052-node-bcrypt-pbkdf_1.0.2-1_all.deb ...
 Unpacking node-bcrypt-pbkdf (1.0.2-1) ...
 Selecting previously unselected package node-brace-expansion.
 Preparing to unpack .../053-node-brace-expansion_2.0.0-1_all.deb ...
 Unpacking node-brace-expansion (2.0.0-1) ...
 Selecting previously unselected package node-builtins.
 Preparing to unpack .../054-node-builtins_1.0.3-2_all.deb ...
 Unpacking node-builtins (1.0.3-2) ...
 Selecting previously unselected package node-chownr.
 Preparing to unpack .../055-node-chownr_1.1.3-5_all.deb ...
 Unpacking node-chownr (1.1.3-5) ...
 Selecting previously unselected package node-fs.realpath.
 Preparing to unpack .../056-node-fs.realpath_1.0.0-1.1_all.deb ...
 Unpacking node-fs.realpath (1.0.0-1.1) ...
 Selecting previously unselected package node-wrappy.
 Preparing to unpack .../057-node-wrappy_1.0.2-1.1_all.deb ...
 Unpacking node-wrappy (1.0.2-1.1) ...
 Selecting previously unselected package node-once.
 Preparing to unpack .../058-node-once_1.4.0-3_all.deb ...
 Unpacking node-once (1.4.0-3) ...
 Selecting previously unselected package node-inflight.
 Preparing to unpack .../059-node-inflight_1.0.6-1.1_all.deb ...
 Unpacking node-inflight (1.0.6-1.1) ...
 Selecting previously unselected package node-minimatch.
 Preparing to unpack .../060-node-minimatch_3.0.4+~3.0.3-1+deb11u2_all.deb ...
 Unpacking node-minimatch (3.0.4+~3.0.3-1+deb11u2) ...
 Selecting previously unselected package node-path-is-absolute.
 Preparing to unpack .../061-node-path-is-absolute_2.0.0-1_all.deb ...
 Unpacking node-path-is-absolute (2.0.0-1) ...
 Selecting previously unselected package node-glob.
 Preparing to unpack .../062-node-glob_7.1.6+~7.1.3-1_all.deb ...
 Unpacking node-glob (7.1.6+~7.1.3-1) ...
 Selecting previously unselected package node-graceful-fs.
 Preparing to unpack .../063-node-graceful-fs_4.2.4+repack-1_all.deb ...
 Unpacking node-graceful-fs (4.2.4+repack-1) ...
 Selecting previously unselected package node-mkdirp.
 Preparing to unpack .../064-node-mkdirp_1.0.4+~1.0.1-1_all.deb ...
 Unpacking node-mkdirp (1.0.4+~1.0.1-1) ...
 Selecting previously unselected package node-run-queue.
 Preparing to unpack .../065-node-run-queue_2.0.0-1_all.deb ...
 Unpacking node-run-queue (2.0.0-1) ...
 Selecting previously unselected package node-rimraf.
 Preparing to unpack .../066-node-rimraf_3.0.2-1_all.deb ...
 Unpacking node-rimraf (3.0.2-1) ...
 Selecting previously unselected package node-imurmurhash.
 Preparing to unpack .../067-node-imurmurhash_0.1.4-1.1_all.deb ...
 Unpacking node-imurmurhash (0.1.4-1.1) ...
 Selecting previously unselected package node-iferr.
 Preparing to unpack .../068-node-iferr_1.0.2-1_all.deb ...
 Unpacking node-iferr (1.0.2-1) ...
 Selecting previously unselected package node-fs-write-stream-atomic.
 Preparing to unpack .../069-node-fs-write-stream-atomic_1.0.10-4_all.deb ...
 Unpacking node-fs-write-stream-atomic (1.0.10-4) ...
 Selecting previously unselected package node-copy-concurrently.
 Preparing to unpack .../070-node-copy-concurrently_1.0.5-7_all.deb ...
 Unpacking node-copy-concurrently (1.0.5-7) ...
 Selecting previously unselected package node-move-concurrently.
 Preparing to unpack .../071-node-move-concurrently_1.0.1-2_all.deb ...
 Unpacking node-move-concurrently (1.0.1-2) ...
 Selecting previously unselected package node-escape-string-regexp.
 Preparing to unpack .../072-node-escape-string-regexp_4.0.0-1_all.deb ...
 Unpacking node-escape-string-regexp (4.0.0-1) ...
 Selecting previously unselected package node-indent-string.
 Preparing to unpack .../073-node-indent-string_4.0.0-1_all.deb ...
 Unpacking node-indent-string (4.0.0-1) ...
 Selecting previously unselected package node-p-map.
 Preparing to unpack .../074-node-p-map_4.0.0-1_all.deb ...
 Unpacking node-p-map (4.0.0-1) ...
 Selecting previously unselected package node-promise-inflight.
 Preparing to unpack .../075-node-promise-inflight_1.0.1-1.1_all.deb ...
 Unpacking node-promise-inflight (1.0.1-1.1) ...
 Selecting previously unselected package node-ssri.
 Preparing to unpack .../076-node-ssri_8.0.1-2_all.deb ...
 Unpacking node-ssri (8.0.1-2) ...
 Selecting previously unselected package node-unique-filename.
 Preparing to unpack .../077-node-unique-filename_1.1.1+ds-1_all.deb ...
 Unpacking node-unique-filename (1.1.1+ds-1) ...
 Selecting previously unselected package node-cacache.
 Preparing to unpack .../078-node-cacache_15.0.5+~cs13.9.21-1_all.deb ...
 Unpacking node-cacache (15.0.5+~cs13.9.21-1) ...
 Selecting previously unselected package node-caseless.
 Preparing to unpack .../079-node-caseless_0.12.1-1_all.deb ...
 Unpacking node-caseless (0.12.1-1) ...
 Selecting previously unselected package node-has-flag.
 Preparing to unpack .../080-node-has-flag_4.0.0-1_all.deb ...
 Unpacking node-has-flag (4.0.0-1) ...
 Selecting previously unselected package node-supports-color.
 Preparing to unpack .../081-node-supports-color_8.1.0+~7.2.0-1_all.deb ...
 Unpacking node-supports-color (8.1.0+~7.2.0-1) ...
 Selecting previously unselected package node-chalk.
 Preparing to unpack .../082-node-chalk_4.1.0-1_all.deb ...
 Unpacking node-chalk (4.1.0-1) ...
 Selecting previously unselected package node-clone.
 Preparing to unpack .../083-node-clone_2.1.2-2_all.deb ...
 Unpacking node-clone (2.1.2-2) ...
 Selecting previously unselected package node-colors.
 Preparing to unpack .../084-node-colors_1.4.0-1_all.deb ...
 Unpacking node-colors (1.4.0-1) ...
 Selecting previously unselected package node-strip-ansi.
 Preparing to unpack .../085-node-strip-ansi_6.0.0-2_all.deb ...
 Unpacking node-strip-ansi (6.0.0-2) ...
 Selecting previously unselected package node-defaults.
 Preparing to unpack .../086-node-defaults_1.0.3-2_all.deb ...
 Unpacking node-defaults (1.0.3-2) ...
 Selecting previously unselected package node-wcwidth.js.
 Preparing to unpack .../087-node-wcwidth.js_1.0.0-1.1_all.deb ...
 Unpacking node-wcwidth.js (1.0.0-1.1) ...
 Selecting previously unselected package node-columnify.
 Preparing to unpack .../088-node-columnify_1.5.4-3_all.deb ...
 Unpacking node-columnify (1.5.4-3) ...
 Selecting previously unselected package node-delayed-stream.
 Preparing to unpack .../089-node-delayed-stream_1.0.0-4_all.deb ...
 Unpacking node-delayed-stream (1.0.0-4) ...
 Selecting previously unselected package node-combined-stream.
 Preparing to unpack .../090-node-combined-stream_1.0.8-1_all.deb ...
 Unpacking node-combined-stream (1.0.8-1) ...
 Selecting previously unselected package node-concat-map.
 Preparing to unpack .../091-node-concat-map_0.0.1-2_all.deb ...
 Unpacking node-concat-map (0.0.1-2) ...
 Selecting previously unselected package node-console-control-strings.
 Preparing to unpack .../092-node-console-control-strings_1.1.0-2_all.deb ...
 Unpacking node-console-control-strings (1.1.0-2) ...
 Selecting previously unselected package node-dashdash.
 Preparing to unpack .../093-node-dashdash_2.0.0-1_all.deb ...
 Unpacking node-dashdash (2.0.0-1) ...
 Selecting previously unselected package node-depd.
 Preparing to unpack .../094-node-depd_2.0.0-1_all.deb ...
 Unpacking node-depd (2.0.0-1) ...
 Selecting previously unselected package node-jsbn.
 Preparing to unpack .../095-node-jsbn_1.1.0-1.1_all.deb ...
 Unpacking node-jsbn (1.1.0-1.1) ...
 Selecting previously unselected package node-ecc-jsbn.
 Preparing to unpack .../096-node-ecc-jsbn_0.2.0-2_all.deb ...
 Unpacking node-ecc-jsbn (0.2.0-2) ...
 Selecting previously unselected package node-iconv-lite.
 Preparing to unpack .../097-node-iconv-lite_0.5.1-3_all.deb ...
 Unpacking node-iconv-lite (0.5.1-3) ...
 Selecting previously unselected package node-encoding.
 Preparing to unpack .../098-node-encoding_0.1.13-1_all.deb ...
 Unpacking node-encoding (0.1.13-1) ...
 Selecting previously unselected package node-err-code.
 Preparing to unpack .../099-node-err-code_2.0.3+dfsg-1_all.deb ...
 Unpacking node-err-code (2.0.3+dfsg-1) ...
 Selecting previously unselected package node-extend.
 Preparing to unpack .../100-node-extend_3.0.2-1_all.deb ...
 Unpacking node-extend (3.0.2-1) ...
 Selecting previously unselected package node-extsprintf.
 Preparing to unpack .../101-node-extsprintf_1.4.0-1_all.deb ...
 Unpacking node-extsprintf (1.4.0-1) ...
 Selecting previously unselected package node-forever-agent.
 Preparing to unpack .../102-node-forever-agent_0.6.1-2_all.deb ...
 Unpacking node-forever-agent (0.6.1-2) ...
 Selecting previously unselected package node-mime.
 Preparing to unpack .../103-node-mime_2.5.0+dfsg+~cs3.90.0-1_all.deb ...
 Unpacking node-mime (2.5.0+dfsg+~cs3.90.0-1) ...
 Selecting previously unselected package node-mime-types.
 Preparing to unpack .../104-node-mime-types_2.1.28-1_all.deb ...
 Unpacking node-mime-types (2.1.28-1) ...
 Selecting previously unselected package node-form-data.
 Preparing to unpack .../105-node-form-data_3.0.0-2_all.deb ...
 Unpacking node-form-data (3.0.0-2) ...
 Selecting previously unselected package node-function-bind.
 Preparing to unpack .../106-node-function-bind_1.1.1+repack-1_all.deb ...
 Unpacking node-function-bind (1.1.1+repack-1) ...
 Selecting previously unselected package node-string-width.
 Preparing to unpack .../107-node-string-width_4.2.0-1_all.deb ...
 Unpacking node-string-width (4.2.0-1) ...
 Selecting previously unselected package node-object-assign.
 Preparing to unpack .../108-node-object-assign_4.1.1-3_all.deb ...
 Unpacking node-object-assign (4.1.1-3) ...
 Selecting previously unselected package node-has-unicode.
 Preparing to unpack .../109-node-has-unicode_2.0.1-2_all.deb ...
 Unpacking node-has-unicode (2.0.1-2) ...
 Selecting previously unselected package node-wide-align.
 Preparing to unpack .../110-node-wide-align_1.1.3-1_all.deb ...
 Unpacking node-wide-align (1.1.3-1) ...
 Selecting previously unselected package node-signal-exit.
 Preparing to unpack .../111-node-signal-exit_3.0.3-1_all.deb ...
 Unpacking node-signal-exit (3.0.3-1) ...
 Selecting previously unselected package node-gauge.
 Preparing to unpack .../112-node-gauge_2.7.4-1.1_all.deb ...
 Unpacking node-gauge (2.7.4-1.1) ...
 Selecting previously unselected package node-getpass.
 Preparing to unpack .../113-node-getpass_0.1.7-1.1_all.deb ...
 Unpacking node-getpass (0.1.7-1.1) ...
 Selecting previously unselected package node-nopt.
 Preparing to unpack .../114-node-nopt_5.0.0-1_all.deb ...
 Unpacking node-nopt (5.0.0-1) ...
 Selecting previously unselected package node-set-blocking.
 Preparing to unpack .../115-node-set-blocking_2.0.0-1.1_all.deb ...
 Unpacking node-set-blocking (2.0.0-1.1) ...
 Selecting previously unselected package node-npmlog.
 Preparing to unpack .../116-node-npmlog_4.1.2-2_all.deb ...
 Unpacking node-npmlog (4.1.2-2) ...
 Selecting previously unselected package node-osenv.
 Preparing to unpack .../117-node-osenv_0.1.5-1_all.deb ...
 Unpacking node-osenv (0.1.5-1) ...
 Selecting previously unselected package node-tar.
 Preparing to unpack .../118-node-tar_6.0.5+ds1+~cs11.3.9-1+deb11u2_all.deb ...
 Unpacking node-tar (6.0.5+ds1+~cs11.3.9-1+deb11u2) ...
 Selecting previously unselected package node-isexe.
 Preparing to unpack .../119-node-isexe_2.0.0-5_all.deb ...
 Unpacking node-isexe (2.0.0-5) ...
 Selecting previously unselected package node-which.
 Preparing to unpack .../120-node-which_2.0.2+~cs1.3.2-1_all.deb ...
 Unpacking node-which (2.0.2+~cs1.3.2-1) ...
 Selecting previously unselected package node-gyp.
 Preparing to unpack .../121-node-gyp_7.1.2-4_all.deb ...
 Unpacking node-gyp (7.1.2-4) ...
 Selecting previously unselected package node-har-schema.
 Preparing to unpack .../122-node-har-schema_2.0.0-4_all.deb ...
 Unpacking node-har-schema (2.0.0-4) ...
 Selecting previously unselected package node-har-validator.
 Preparing to unpack .../123-node-har-validator_5.1.5-1_all.deb ...
 Unpacking node-har-validator (5.1.5-1) ...
 Selecting previously unselected package node-hosted-git-info.
 Preparing to unpack .../124-node-hosted-git-info_3.0.8-1_all.deb ...
 Unpacking node-hosted-git-info (3.0.8-1) ...
 Selecting previously unselected package node-json-schema.
 Preparing to unpack .../125-node-json-schema_0.3.0+~7.0.6-1+deb11u1_all.deb ...
 Unpacking node-json-schema (0.3.0+~7.0.6-1+deb11u1) ...
 Selecting previously unselected package node-verror.
 Preparing to unpack .../126-node-verror_1.10.0-1.1_all.deb ...
 Unpacking node-verror (1.10.0-1.1) ...
 Selecting previously unselected package node-jsprim.
 Preparing to unpack .../127-node-jsprim_2.0.0-1_all.deb ...
 Unpacking node-jsprim (2.0.0-1) ...
 Selecting previously unselected package node-sshpk.
 Preparing to unpack .../128-node-sshpk_1.16.1+dfsg-2_all.deb ...
 Unpacking node-sshpk (1.16.1+dfsg-2) ...
 Selecting previously unselected package node-http-signature.
 Preparing to unpack .../129-node-http-signature_1.3.5-1_all.deb ...
 Unpacking node-http-signature (1.3.5-1) ...
 Selecting previously unselected package node-https-proxy-agent.
 Preparing to unpack .../130-node-https-proxy-agent_5.0.0-3_all.deb ...
 Unpacking node-https-proxy-agent (5.0.0-3) ...
 Selecting previously unselected package node-ini.
 Preparing to unpack .../131-node-ini_2.0.0-1_all.deb ...
 Unpacking node-ini (2.0.0-1) ...
 Selecting previously unselected package node-ip.
 Preparing to unpack .../132-node-ip_1.1.5-5_all.deb ...
 Unpacking node-ip (1.1.5-5) ...
 Selecting previously unselected package node-ip-regex.
 Preparing to unpack .../133-node-ip-regex_4.3.0-1_all.deb ...
 Unpacking node-ip-regex (4.3.0-1) ...
 Selecting previously unselected package node-is-typedarray.
 Preparing to unpack .../134-node-is-typedarray_1.0.0-3_all.deb ...
 Unpacking node-is-typedarray (1.0.0-3) ...
 Selecting previously unselected package node-isstream.
 Preparing to unpack .../135-node-isstream_0.1.2+dfsg-1.1_all.deb ...
 Unpacking node-isstream (0.1.2+dfsg-1.1) ...
 Selecting previously unselected package node-json-parse-better-errors.
 Preparing to unpack .../136-node-json-parse-better-errors_1.0.2+~2.3.1-1_all.deb ...
 Unpacking node-json-parse-better-errors (1.0.2+~2.3.1-1) ...
 Selecting previously unselected package node-json-stringify-safe.
 Preparing to unpack .../137-node-json-stringify-safe_5.0.1+repack-3_all.deb ...
 Unpacking node-json-stringify-safe (5.0.1+repack-3) ...
 Selecting previously unselected package node-jsonparse.
 Preparing to unpack .../138-node-jsonparse_1.3.1-7_all.deb ...
 Unpacking node-jsonparse (1.3.1-7) ...
 Selecting previously unselected package node-through.
 Preparing to unpack .../139-node-through_2.3.8+~cs0.0.30-1_all.deb ...
 Unpacking node-through (2.3.8+~cs0.0.30-1) ...
 Selecting previously unselected package node-jsonstream.
 Preparing to unpack .../140-node-jsonstream_1.3.5-1_all.deb ...
 Unpacking node-jsonstream (1.3.5-1) ...
 Selecting previously unselected package node-leven.
 Preparing to unpack .../141-node-leven_3.1.0+~cs1.1.1-1_all.deb ...
 Unpacking node-leven (3.1.0+~cs1.1.1-1) ...
 Selecting previously unselected package node-lockfile.
 Preparing to unpack .../142-node-lockfile_1.0.4-3_all.deb ...
 Unpacking node-lockfile (1.0.4-3) ...
 Selecting previously unselected package node-mute-stream.
 Preparing to unpack .../143-node-mute-stream_0.0.8-2_all.deb ...
 Unpacking node-mute-stream (0.0.8-2) ...
 Selecting previously unselected package node-resolve.
 Preparing to unpack .../144-node-resolve_1.19.0+~cs5.20.8-2_all.deb ...
 Unpacking node-resolve (1.19.0+~cs5.20.8-2) ...
 Selecting previously unselected package node-spdx-license-ids.
 Preparing to unpack .../145-node-spdx-license-ids_3.0.7-1_all.deb ...
 Unpacking node-spdx-license-ids (3.0.7-1) ...
 Selecting previously unselected package node-spdx-exceptions.
 Preparing to unpack .../146-node-spdx-exceptions_2.3.0-1_all.deb ...
 Unpacking node-spdx-exceptions (2.3.0-1) ...
 Selecting previously unselected package node-spdx-expression-parse.
 Preparing to unpack .../147-node-spdx-expression-parse_3.0.1-1_all.deb ...
 Unpacking node-spdx-expression-parse (3.0.1-1) ...
 Selecting previously unselected package node-spdx-correct.
 Preparing to unpack .../148-node-spdx-correct_3.1.1-1_all.deb ...
 Unpacking node-spdx-correct (3.1.1-1) ...
 Selecting previously unselected package node-validate-npm-package-license.
 Preparing to unpack .../149-node-validate-npm-package-license_3.0.4-1_all.deb ...
 Unpacking node-validate-npm-package-license (3.0.4-1) ...
 Selecting previously unselected package node-normalize-package-data.
 Preparing to unpack .../150-node-normalize-package-data_3.0.0+~2.4.0-1_all.deb ...
 Unpacking node-normalize-package-data (3.0.0+~2.4.0-1) ...
 Selecting previously unselected package node-npm-bundled.
 Preparing to unpack .../151-node-npm-bundled_1.1.1-1_all.deb ...
 Unpacking node-npm-bundled (1.1.1-1) ...
 Selecting previously unselected package node-validate-npm-package-name.
 Preparing to unpack .../152-node-validate-npm-package-name_3.0.0-1.1_all.deb ...
 Unpacking node-validate-npm-package-name (3.0.0-1.1) ...
 Selecting previously unselected package node-npm-package-arg.
 Preparing to unpack .../153-node-npm-package-arg_8.1.0-1_all.deb ...
 Unpacking node-npm-package-arg (8.1.0-1) ...
 Selecting previously unselected package node-number-is-nan.
 Preparing to unpack .../154-node-number-is-nan_2.0.0-1_all.deb ...
 Unpacking node-number-is-nan (2.0.0-1) ...
 Selecting previously unselected package node-oauth-sign.
 Preparing to unpack .../155-node-oauth-sign_0.9.0-2_all.deb ...
 Unpacking node-oauth-sign (0.9.0-2) ...
 Selecting previously unselected package node-opener.
 Preparing to unpack .../156-node-opener_1.5.2-1_all.deb ...
 Unpacking node-opener (1.5.2-1) ...
 Selecting previously unselected package node-performance-now.
 Preparing to unpack .../157-node-performance-now_2.1.0+debian-1.1_all.deb ...
 Unpacking node-performance-now (2.1.0+debian-1.1) ...
 Selecting previously unselected package node-retry.
 Preparing to unpack .../158-node-retry_0.12.0-1_all.deb ...
 Unpacking node-retry (0.12.0-1) ...
 Selecting previously unselected package node-promise-retry.
 Preparing to unpack .../159-node-promise-retry_2.0.1-1_all.deb ...
 Unpacking node-promise-retry (2.0.1-1) ...
 Selecting previously unselected package node-read.
 Preparing to unpack .../160-node-read_1.0.7-2_all.deb ...
 Unpacking node-read (1.0.7-2) ...
 Selecting previously unselected package node-promzard.
 Preparing to unpack .../161-node-promzard_0.3.0-1.1_all.deb ...
 Unpacking node-promzard (0.3.0-1.1) ...
 Selecting previously unselected package node-psl.
 Preparing to unpack .../162-node-psl_1.8.0+ds-4_all.deb ...
 Unpacking node-psl (1.8.0+ds-4) ...
 Selecting previously unselected package node-puka.
 Preparing to unpack .../163-node-puka_1.0.1+dfsg-2_all.deb ...
 Unpacking node-puka (1.0.1+dfsg-2) ...
 Selecting previously unselected package node-qs.
 Preparing to unpack .../164-node-qs_6.9.4+ds-1+deb11u1_all.deb ...
 Unpacking node-qs (6.9.4+ds-1+deb11u1) ...
 Selecting previously unselected package node-slash.
 Preparing to unpack .../165-node-slash_3.0.0-1_all.deb ...
 Unpacking node-slash (3.0.0-1) ...
 Selecting previously unselected package node-read-package-json.
 Preparing to unpack .../166-node-read-package-json_3.0.0-1_all.deb ...
 Unpacking node-read-package-json (3.0.0-1) ...
 Selecting previously unselected package node-universalify.
 Preparing to unpack .../167-node-universalify_2.0.0-2_all.deb ...
 Unpacking node-universalify (2.0.0-2) ...
 Selecting previously unselected package node-tough-cookie.
 Preparing to unpack .../168-node-tough-cookie_4.0.0-2+deb11u1_all.deb ...
 Unpacking node-tough-cookie (4.0.0-2+deb11u1) ...
 Selecting previously unselected package node-tunnel-agent.
 Preparing to unpack .../169-node-tunnel-agent_0.6.1-2_all.deb ...
 Unpacking node-tunnel-agent (0.6.1-2) ...
 Selecting previously unselected package node-uuid.
 Preparing to unpack .../170-node-uuid_8.3.2+~8.3.0-4_all.deb ...
 Unpacking node-uuid (8.3.2+~8.3.0-4) ...
 Selecting previously unselected package node-request.
 Preparing to unpack .../171-node-request_2.88.1-5_all.deb ...
 Unpacking node-request (2.88.1-5) ...
 Selecting previously unselected package node-resolve-from.
 Preparing to unpack .../172-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ...
 Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
 Selecting previously unselected package node-text-table.
 Preparing to unpack .../173-node-text-table_0.2.0-2_all.deb ...
 Unpacking node-text-table (0.2.0-2) ...
 Selecting previously unselected package node-typedarray-to-buffer.
 Preparing to unpack .../174-node-typedarray-to-buffer_4.0.0-1_all.deb ...
 Unpacking node-typedarray-to-buffer (4.0.0-1) ...
 Selecting previously unselected package node-write-file-atomic.
 Preparing to unpack .../175-node-write-file-atomic_3.0.3+~3.0.1-1_all.deb ...
 Unpacking node-write-file-atomic (3.0.3+~3.0.1-1) ...
 Selecting previously unselected package nodejs-doc.
 Preparing to unpack .../176-nodejs-doc_12.22.12~dfsg-1~deb11u4_all.deb ...
 Unpacking nodejs-doc (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package npm.
 Preparing to unpack .../177-npm_7.5.2+ds-2_all.deb ...
 Unpacking npm (7.5.2+ds-2) ...
 Setting up node-qs (6.9.4+ds-1+deb11u1) ...
 Setting up libuv1-dev:arm64 (1.40.0-2) ...
 Setting up node-extsprintf (1.4.0-1) ...
 Setting up libjs-inherits (2.0.4-1) ...
 Setting up node-through (2.3.8+~cs0.0.30-1) ...
 Setting up node-color-name (1.1.4+~1.1.1-1) ...
 Setting up libc-ares2:arm64 (1.17.1-1+deb11u3) ...
 Setting up node-uuid (8.3.2+~8.3.0-4) ...
 Setting up node-indent-string (4.0.0-1) ...
 Setting up libnode72:arm64 (12.22.12~dfsg-1~deb11u4) ...
 Setting up node-chownr (1.1.3-5) ...
 Setting up libjs-psl (1.8.0+ds-4) ...
 Setting up node-json-schema-traverse (1.0.0-2) ...
 Setting up node-universalify (2.0.0-2) ...
 Setting up node-ini (2.0.0-1) ...
 Setting up node-json-parse-better-errors (1.0.2+~2.3.1-1) ...
 Setting up node-fast-deep-equal (3.1.3-1) ...
 Setting up node-err-code (2.0.3+dfsg-1) ...
 Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
 Setting up libssl-dev:arm64 (1.1.1w-0+deb11u1+rpt1) ...
 Setting up libjs-typedarray-to-buffer (4.0.0-1) ...
 Setting up libjs-highlight.js (9.18.5+dfsg1-1) ...
 Setting up node-json-schema (0.3.0+~7.0.6-1+deb11u1) ...
 Setting up libjs-is-typedarray (1.0.0-3) ...
 Setting up gyp (0.1+20200513gitcaa6002-2) ...
 Setting up libnode-dev (12.22.12~dfsg-1~deb11u4) ...
 Setting up nodejs (12.22.12~dfsg-1~deb11u4) ...
 update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
 Setting up node-aws4 (1.11.0-1) ...
 Setting up node-function-bind (1.1.1+repack-1) ...
 Setting up node-clone (2.1.2-2) ...
 Setting up node-iferr (1.0.2-1) ...
 Setting up node-has-flag (4.0.0-1) ...
 Setting up node-asap (2.0.6-2) ...
 Setting up node-mime (2.5.0+dfsg+~cs3.90.0-1) ...
 Setting up node-inherits (2.0.4-1) ...
 Setting up node-path-is-absolute (2.0.0-1) ...
 Setting up node-iconv-lite (0.5.1-3) ...
 Setting up node-safe-buffer (5.2.1+~cs2.1.2-1) ...
 Setting up node-promise-inflight (1.0.1-1.1) ...
 Setting up node-json-stringify-safe (5.0.1+repack-3) ...
 Setting up node-har-schema (2.0.0-4) ...
 Setting up node-mime-types (2.1.28-1) ...
 Setting up node-performance-now (2.1.0+debian-1.1) ...
 Setting up node-balanced-match (1.0.0-1) ...
 Setting up node-ansi (0.3.1-1) ...
 Setting up node-brace-expansion (2.0.0-1) ...
 Setting up node-spdx-exceptions (2.3.0-1) ...
 Setting up node-set-blocking (2.0.0-1.1) ...
 Setting up node-tunnel-agent (0.6.1-2) ...
 Setting up node-npm-bundled (1.1.1-1) ...
 Setting up node-signal-exit (3.0.3-1) ...
 Setting up node-wrappy (1.0.2-1.1) ...
 Setting up node-text-table (0.2.0-2) ...
 Setting up node-asynckit (0.4.0-3) ...
 Setting up node-ip (1.1.5-5) ...
 Setting up nodejs-doc (12.22.12~dfsg-1~deb11u4) ...
 Setting up node-punycode (2.1.1-3) ...
 Setting up node-defaults (1.0.3-2) ...
 Setting up node-is-typedarray (1.0.0-3) ...
 Setting up node-mute-stream (0.0.8-2) ...
 Setting up node-number-is-nan (2.0.0-1) ...
 Setting up node-graceful-fs (4.2.4+repack-1) ...
 Setting up node-jsonify (0.0.0-1.1) ...
 Setting up node-json-stable-stringify (1.0.1+~cs5.1.32-1) ...
 Setting up node-aproba (2.0.0-1) ...
 Setting up node-ip-regex (4.3.0-1) ...
 Setting up node-spdx-license-ids (3.0.7-1) ...
 Setting up node-string-decoder (1.3.0-2) ...
 Setting up node-mkdirp (1.0.4+~1.0.1-1) ...
 Setting up node-run-queue (2.0.0-1) ...
 Setting up node-core-util-is (1.0.2-2) ...
 Setting up node-uri-js (4.4.0+dfsg-5) ...
 Setting up node-minimatch (3.0.4+~3.0.3-1+deb11u2) ...
 Setting up node-opener (1.5.2-1) ...
 Setting up node-archy (1.0.0-3) ...
 Setting up node-caseless (0.12.1-1) ...
 Setting up node-imurmurhash (0.1.4-1.1) ...
 Setting up node-encoding (0.1.13-1) ...
 Setting up node-read (1.0.7-2) ...
 Setting up node-asn1 (0.2.3-2) ...
 Setting up node-color-convert (1.9.3-1) ...
 Setting up node-isarray (2.0.5-1) ...
 Setting up node-osenv (0.1.5-1) ...
 Setting up node-ms (2.1.3+~cs0.7.31-1) ...
 Setting up node-process-nextick-args (2.0.0-1) ...
 Setting up node-has-unicode (2.0.1-2) ...
 Setting up node-fs-write-stream-atomic (1.0.10-4) ...
 Setting up node-forever-agent (0.6.1-2) ...
 Setting up node-delayed-stream (1.0.0-4) ...
 Setting up node-isstream (0.1.2+dfsg-1.1) ...
 Setting up node-builtins (1.0.3-2) ...
 Setting up node-colors (1.4.0-1) ...
 Setting up node-fs.realpath (1.0.0-1.1) ...
 Setting up node-oauth-sign (0.9.0-2) ...
 Setting up node-jsbn (1.1.0-1.1) ...
 Setting up node-object-assign (4.1.1-3) ...
 Setting up node-leven (3.1.0+~cs1.1.1-1) ...
 Setting up node-abbrev (1.1.1-2) ...
 Setting up node-puka (1.0.1+dfsg-2) ...
 Setting up node-supports-color (8.1.0+~7.2.0-1) ...
 Setting up node-yallist (4.0.0-1) ...
 Setting up node-ansi-regex (5.0.1-1~deb11u1) ...
 Setting up node-once (1.4.0-3) ...
 Setting up node-psl (1.8.0+ds-4) ...
 Setting up node-slash (3.0.0-1) ...
 Setting up node-util-deprecate (1.0.2-1) ...
 Setting up node-retry (0.12.0-1) ...
 Setting up node-concat-map (0.0.1-2) ...
 Setting up node-assert-plus (1.0.0-2) ...
 Setting up node-ansistyles (0.1.3-2) ...
 Setting up node-delegates (1.0.0-2) ...
 Setting up node-depd (2.0.0-1) ...
 Setting up node-isexe (2.0.0-5) ...
 Setting up node-resolve (1.19.0+~cs5.20.8-2) ...
 Setting up node-jsonparse (1.3.1-7) ...
 Setting up node-ajv (6.12.6-2) ...
 Setting up node-tweetnacl (1.0.3+dfsg-1) ...
 Setting up node-escape-string-regexp (4.0.0-1) ...
 Setting up node-aws-sign2 (0.7.1-2) ...
 Setting up node-console-control-strings (1.1.0-2) ...
 Setting up node-debug (4.3.1+~cs4.1.5-1) ...
 Setting up node-extend (3.0.2-1) ...
 Setting up node-jsonstream (1.3.5-1) ...
 Setting up node-dashdash (2.0.0-1) ...
 Setting up node-p-map (4.0.0-1) ...
 Setting up node-validate-npm-package-name (3.0.0-1.1) ...
 Setting up node-promzard (0.3.0-1.1) ...
 Setting up node-wcwidth.js (1.0.0-1.1) ...
 Setting up node-ecc-jsbn (0.2.0-2) ...
 Setting up node-combined-stream (1.0.8-1) ...
 Setting up node-unique-filename (1.1.1+ds-1) ...
 Setting up node-ansi-styles (4.2.1-1) ...
 Setting up node-form-data (3.0.0-2) ...
 Setting up node-strip-ansi (6.0.0-2) ...
 Setting up node-lockfile (1.0.4-3) ...
 Setting up node-chalk (4.1.0-1) ...
 Setting up node-spdx-expression-parse (3.0.1-1) ...
 Setting up node-which (2.0.2+~cs1.3.2-1) ...
 Setting up node-typedarray-to-buffer (4.0.0-1) ...
 Setting up node-tar (6.0.5+ds1+~cs11.3.9-1+deb11u2) ...
 Setting up node-inflight (1.0.6-1.1) ...
 Setting up node-tough-cookie (4.0.0-2+deb11u1) ...
 Setting up node-verror (1.10.0-1.1) ...
 Setting up node-getpass (0.1.7-1.1) ...
 Setting up node-nopt (5.0.0-1) ...
 Setting up node-string-width (4.2.0-1) ...
 Setting up node-har-validator (5.1.5-1) ...
 Setting up node-readable-stream (3.6.0-2) ...
 Setting up node-ssri (8.0.1-2) ...
 Setting up node-lru-cache (5.1.1-5) ...
 Setting up node-bcrypt-pbkdf (1.0.2-1) ...
 Setting up node-promise-retry (2.0.1-1) ...
 Setting up node-write-file-atomic (3.0.3+~3.0.1-1) ...
 Setting up node-columnify (1.5.4-3) ...
 Setting up node-jsprim (2.0.0-1) ...
 Setting up node-are-we-there-yet (1.1.5-1) ...
 Setting up node-spdx-correct (3.1.1-1) ...
 Setting up node-glob (7.1.6+~7.1.3-1) ...
 Setting up node-hosted-git-info (3.0.8-1) ...
 Setting up node-wide-align (1.1.3-1) ...
 Setting up node-rimraf (3.0.2-1) ...
 Setting up node-sshpk (1.16.1+dfsg-2) ...
 Setting up node-semver (7.3.4-1) ...
 Setting up node-validate-npm-package-license (3.0.4-1) ...
 Setting up node-copy-concurrently (1.0.5-7) ...
 Setting up node-move-concurrently (1.0.1-2) ...
 Setting up node-agent-base (6.0.2-2) ...
 Setting up node-http-signature (1.3.5-1) ...
 Setting up node-gauge (2.7.4-1.1) ...
 Setting up node-normalize-package-data (3.0.0+~2.4.0-1) ...
 Setting up node-npm-package-arg (8.1.0-1) ...
 Setting up node-request (2.88.1-5) ...
 Setting up node-npmlog (4.1.2-2) ...
 Setting up node-https-proxy-agent (5.0.0-3) ...
 Setting up node-cacache (15.0.5+~cs13.9.21-1) ...
 Setting up node-read-package-json (3.0.0-1) ...
 Setting up node-gyp (7.1.2-4) ...
 Setting up npm (7.5.2+ds-2) ...
 Processing triggers for man-db (2.9.4-2) ...
 Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...
npm not installed, trying via apt-get

added 1 package, and audited 2 packages in 3s

found 0 vulnerabilities
installing on bullseye
�[96minstalling correct version of node and npm, please wait�[90m
  installing : node-v20.8.0
       mkdir : /usr/local/n/versions/node/20.8.0
       fetch : https://nodejs.org/dist/v20.8.0/node-v20.8.0-linux-arm64.tar.xz
     copying : node/20.8.0
   installed : v20.8.0 (with npm 10.1.0)

Note: the node command changed location and the old location may be remembered in your current shell.
         old : /usr/bin/node
         new : /usr/local/bin/node
If "node --version" shows the old version then start a new shell, or reset the location hash with:
hash -r  (for bash, zsh, ash, dash, and ksh)
rehash   (for csh and tcsh)
�[96mCloning MagicMirror ...�[90m
�[92mCloning MagicMirror Done!�[90m
�[96mInstalling dependencies ...�[90m

try the 32 bit os, not 64.

Will do and report back. Thanks!

Well, it didn't freeze up this time, so at least I got a new error...this attempt ended with an unable to install dependencies message.

Terminal Output:

pi@raspberrypi:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"

$$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
$$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
$$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
$$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
$$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
$$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
$$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
\__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                       $$\   $$ |
                       \$$$$$$  |
                        \______/

install log being saved to /home/pi/install.log
Updating packages ...
[                                                                                                <=>                                                                                                         ]
Installing helper tools ...
installing correct version of node and npm, please wait
Cloning MagicMirror ...
Cloning into 'MagicMirror'...
remote: Enumerating objects: 376, done.
remote: Counting objects: 100% (376/376), done.
remote: Compressing objects: 100% (309/309), done.
remote: Total 376 (delta 65), reused 170 (delta 51), pack-reused 0
Receiving objects: 100% (376/376), 427.70 KiB | 1.90 MiB/s, done.
Resolving deltas: 100% (65/65), done.
Cloning MagicMirror Done!
Installing dependencies ...
(#########⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠦ reify:colors: timing reify:loadBundles Completed in 0ms
<--- Last few GCs --->

[16212:0x60ffea0]   109853 ms: Scavenge 122.9 (128.7) -> 122.7 (129.0) MB, 4.64 / 0.00 ms  (average mu = 0.197, current mu = 0.051) allocation failure; 
[16212:0x60ffea0]   109877 ms: Scavenge 123.1 (129.0) -> 122.9 (129.2) MB, 4.01 / 0.00 ms  (average mu = 0.197, current mu = 0.051) allocation failure; 
[16212:0x60ffea0]   110206 ms: Mark-Compact 123.2 (129.2) -> 121.9 (129.2) MB, 314.43 / 0.00 ms  (average mu = 0.261, current mu = 0.352) allocation failure; scavenge might not succeed


<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Unable to install dependencies! 

Install.log:

install starting  - Thu Nov  2 15:01:17 CDT 2023
installing on armv7l processor system
the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye
�[96mUpdating packages ...�[90m
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Reading package lists...
apt-get update  completed ok
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
  libfuse2
Use 'sudo apt autoremove' to remove it.
Suggested packages:
  doc-base
The following NEW packages will be installed:
  pv
0 upgraded, 1 newly installed, 0 to remove and 214 not upgraded.
Need to get 46.4 kB of archives.
After this operation, 113 kB of additional disk space will be used.
Get:1 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf pv armhf 1.6.6-1 [46.4 kB]
Fetched 46.4 kB in 1s (39.0 kB/s)
Selecting previously unselected package pv.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172968 files and directories currently installed.)
Preparing to unpack .../archives/pv_1.6.6-1_armhf.deb ...
Unpacking pv (1.6.6-1) ...
Setting up pv (1.6.6-1) ...
Processing triggers for man-db (2.9.4-2) ...
apt-get upgrade  started
apt-get upgrade result =rc=0 Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following package was automatically installed and is no longer required:
  libfuse2
Use 'sudo apt autoremove' to remove it.
The following packages will be upgraded:
  adduser base-files bind9-host bind9-libs ca-certificates-java
  chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra cpio
  cups cups-browsed cups-client cups-common cups-core-drivers cups-daemon
  cups-filters cups-filters-core-drivers cups-ipp-utils cups-ppdc
  cups-server-common curl dbus dbus-user-session dbus-x11 distro-info-data
  ffmpeg file firmware-atheros firmware-brcm80211 firmware-libertas
  firmware-misc-nonfree firmware-realtek fonts-opensymbol ghostscript
  gstreamer1.0-alsa gstreamer1.0-gtk3 gstreamer1.0-plugins-bad
  gstreamer1.0-plugins-base gstreamer1.0-plugins-good
  gstreamer1.0-plugins-ugly gstreamer1.0-x libaom0 libavcodec58 libavdevice58
  libavfilter7 libavformat58 libavresample4 libavutil56 libblas3 libbsd0
  libc-bin libc-dev-bin libc-devtools libc-l10n libc6 libc6-dbg libc6-dev
  libcamera-apps libcamera-tools libcamera0 libcups2 libcupsfilters1
  libcupsimage2 libcurl3-gnutls libcurl4 libdbus-1-3 libflac8 libfontembed1
  libgs9 libgs9-common libgssapi-krb5-2 libgstreamer-gl1.0-0
  libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0
  libhsqldb1.8.0-java libjavascriptcoregtk-4.0-18 libjson-c5 libjuh-java
  libjurt-java libk5crypto3 libkrb5-3 libkrb5support0 liblapack3
  liblibreoffice-java libmagic-mgc libmagic1 libmariadb3 libncurses6
  libncursesw6 libpam-systemd libpostproc55 libpq5 libprotobuf-lite23
  libpython2.7-minimal libpython2.7-stdlib libreoffice libreoffice-base
  libreoffice-base-core libreoffice-base-drivers libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk3
  libreoffice-help-common libreoffice-help-en-gb libreoffice-impress
  libreoffice-java-common libreoffice-l10n-en-gb libreoffice-math
  libreoffice-nlpsolver libreoffice-report-builder
  libreoffice-report-builder-bin libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-sdbc-firebird libreoffice-sdbc-hsqldb libreoffice-sdbc-mysql
  libreoffice-sdbc-postgresql libreoffice-style-colibre
  libreoffice-wiki-publisher libreoffice-writer libridl-java librsvg2-2
  librsvg2-common libssh-gcrypt-4 libssl1.1 libswresample3 libswscale5
  libsynctex2 libsystemd0 libtinfo5 libtinfo6 libudev1 libuno-cppu3
  libuno-cppuhelpergcc3-3 libuno-purpenvhelpergcc3-3 libuno-sal3
  libuno-salhelpergcc3-3 libunoil-java libunoloader-java libvlc-bin libvlc5
  libvlccore9 libvpx6 libwebkit2gtk-4.0-37 libwebp6 libwebpdemux2 libwebpmux3
  libx11-6 libx11-data libx11-dev libx11-xcb1 libxpm4 libyajl2 locales
  logrotate lxplug-bluetooth lxplug-cputemp lxplug-menu lxplug-network
  lxplug-ptbatt lxplug-updater mariadb-common ncurses-base ncurses-bin
  ncurses-term openjdk-11-jdk-headless openjdk-11-jre-headless openjdk-17-jdk
  openjdk-17-jdk-headless openjdk-17-jre openjdk-17-jre-headless
  openssh-client openssh-server openssh-sftp-server openssl python2.7
  python2.7-minimal python3-flask python3-jupyter-core python3-libcamera
  python3-picamera2 python3-sense-hat python3-uno python3-werkzeug
  raspberrypi-sys-mods raspi-config realvnc-vnc-server realvnc-vnc-viewer
  rp-prefapps rpi-eeprom rpi-imager ssh systemd systemd-sysv systemd-timesyncd
  udev uno-libs-private ure vlc vlc-bin vlc-data vlc-l10n
  vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-qt
  vlc-plugin-samba vlc-plugin-skins2 vlc-plugin-video-output
  vlc-plugin-video-splitter vlc-plugin-visualization
214 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 620 MB of archives.
After this operation, 172 MB disk space will be freed.
Get:1 http://archive.raspberrypi.org/debian bullseye/main armhf libc-devtools armhf 2.31-13+rpt2+rpi1+deb11u7 [247 kB]
Get:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf base-files armhf 11.1+rpi1+deb11u8 [70.4 kB]
Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u7 [1,814 kB]
Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u7 [267 kB]
Get:7 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dbg armhf 2.31-13+rpt2+rpi1+deb11u7 [6,387 kB]
Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ncurses-bin armhf 6.2+20201114-2+deb11u2 [421 kB]
Get:10 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u7 [2,299 kB]
Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-bin armhf 2.31-13+rpt2+rpi1+deb11u7 [680 kB]
Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-browser-l10n all 116.0.5845.102-rpt1 [6,032 kB]
Get:15 http://archive.raspberrypi.org/debian bullseye/main armhf libssl1.1 armhf 1.1.1w-0+deb11u1+rpt1 [1,298 kB]
Get:16 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-browser armhf 116.0.5845.102-rpt1 [110 MB]
Get:5 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ncurses-base all 6.2+20201114-2+deb11u2 [272 kB]
Get:8 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libsystemd0 armhf 247.3-7+rpi1+deb11u2 [346 kB]
Get:9 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf systemd-timesyncd armhf 247.3-7+rpi1+deb11u2 [131 kB]
Get:13 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libpam-systemd armhf 247.3-7+rpi1+deb11u2 [261 kB]
Get:14 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf systemd armhf 247.3-7+rpi1+deb11u2 [4,252 kB]
Get:17 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf udev armhf 247.3-7+rpi1+deb11u2 [1,431 kB]
Get:18 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libudev1 armhf 247.3-7+rpi1+deb11u2 [162 kB]
Get:19 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf adduser all 3.118+deb11u1 [241 kB]
Get:20 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf systemd-sysv armhf 247.3-7+rpi1+deb11u2 [114 kB]
Get:21 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf dbus-user-session armhf 1.12.28-0+deb11u1 [100 kB]
Get:22 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libx11-data all 2:1.7.2-1+deb11u2 [311 kB]
Get:23 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libx11-dev armhf 2:1.7.2-1+deb11u2 [779 kB]
Get:24 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libx11-6 armhf 2:1.7.2-1+deb11u2 [706 kB]
Get:25 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libx11-xcb1 armhf 2:1.7.2-1+deb11u2 [203 kB]
Get:26 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf dbus-x11 armhf 1.12.28-0+deb11u1 [112 kB]
Get:27 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf dbus armhf 1.12.28-0+deb11u1 [220 kB]
Get:28 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libdbus-1-3 armhf 1.12.28-0+deb11u1 [198 kB]
Get:29 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcupsimage2 armhf 2.3.3op2-3+deb11u6 [124 kB]
Get:30 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-ipp-utils armhf 2.3.3op2-3+deb11u6 [285 kB]
Get:52 http://archive.raspberrypi.org/debian bullseye/main armhf chromium-codecs-ffmpeg-extra armhf 116.0.5845.102-rpt1 [1,036 kB]
Get:53 http://archive.raspberrypi.org/debian bullseye/main armhf libc-l10n all 2.31-13+rpt2+rpi1+deb11u7 [864 kB]
Get:31 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libk5crypto3 armhf 1.18.3-6+deb11u4 [108 kB]
Get:32 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libkrb5support0 armhf 1.18.3-6+deb11u4 [62.7 kB]
Get:33 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libkrb5-3 armhf 1.18.3-6+deb11u4 [316 kB]
Get:55 http://archive.raspberrypi.org/debian bullseye/main armhf locales all 2.31-13+rpt2+rpi1+deb11u7 [4,083 kB]
Get:34 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgssapi-krb5-2 armhf 1.18.3-6+deb11u4 [143 kB]
Get:35 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-daemon armhf 2.3.3op2-3+deb11u6 [404 kB]
Get:36 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcupsfilters1 armhf 1.28.7-1+deb11u2 [133 kB]
Get:37 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-filters-core-drivers armhf 1.28.7-1+deb11u2 [190 kB]
Get:57 http://archive.raspberrypi.org/debian bullseye/main armhf openjdk-17-jdk armhf 1:17.0.7+7-1~deb11u1+rpt1 [10.1 kB]
Get:58 http://archive.raspberrypi.org/debian bullseye/main armhf openjdk-17-jre armhf 1:17.0.7+7-1~deb11u1+rpt1 [161 kB]
Get:59 http://archive.raspberrypi.org/debian bullseye/main armhf openjdk-17-jdk-headless armhf 1:17.0.7+7-1~deb11u1+rpt1 [71.8 MB]
Get:38 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-core-drivers armhf 2.3.3op2-3+deb11u6 [144 kB]
Get:39 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-common all 2.3.3op2-3+deb11u6 [314 kB]
Get:40 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-client armhf 2.3.3op2-3+deb11u6 [236 kB]
Get:41 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-browsed armhf 1.28.7-1+deb11u2 [146 kB]
Get:42 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libfontembed1 armhf 1.28.7-1+deb11u2 [73.2 kB]
Get:43 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ghostscript armhf 9.53.3~dfsg-7+deb11u6 [98.1 kB]
Get:44 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgs9 armhf 9.53.3~dfsg-7+deb11u6 [1,888 kB]
Get:45 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgs9-common all 9.53.3~dfsg-7+deb11u6 [735 kB]
Get:46 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-filters armhf 1.28.7-1+deb11u2 [560 kB]
Get:47 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-ppdc armhf 2.3.3op2-3+deb11u6 [194 kB]
Get:48 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups-server-common all 2.3.3op2-3+deb11u6 [520 kB]
Get:49 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cups armhf 2.3.3op2-3+deb11u6 [352 kB]
Get:50 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcups2 armhf 2.3.3op2-3+deb11u6 [312 kB]
Get:51 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libridl-java all 1:7.0.4-4+rpi1+deb11u6 [202 kB]
Get:54 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjuh-java all 1:7.0.4-4+rpi1+deb11u6 [202 kB]
Get:56 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjurt-java all 1:7.0.4-4+rpi1+deb11u6 [201 kB]
Get:60 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ure armhf 1:7.0.4-4+rpi1+deb11u6 [1,279 kB]
Get:61 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libunoloader-java all 1:7.0.4-4+rpi1+deb11u6 [205 kB]
Get:62 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf liblibreoffice-java all 1:7.0.4-4+rpi1+deb11u6 [1,783 kB]
Get:63 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libuno-sal3 armhf 1:7.0.4-4+rpi1+deb11u6 [336 kB]
Get:81 http://archive.raspberrypi.org/debian bullseye/main armhf openjdk-17-jre-headless armhf 1:17.0.7+7-1~deb11u1+rpt1 [40.6 MB]
Get:82 http://archive.raspberrypi.org/debian bullseye/main armhf ffmpeg armhf 8:4.3.6-0+deb11u1+rpt5 [1,584 kB]
Get:83 http://archive.raspberrypi.org/debian bullseye/main armhf libavdevice58 armhf 8:4.3.6-0+deb11u1+rpt5 [159 kB]
Get:84 http://archive.raspberrypi.org/debian bullseye/main armhf libavfilter7 armhf 8:4.3.6-0+deb11u1+rpt5 [1,783 kB]
Get:85 http://archive.raspberrypi.org/debian bullseye/main armhf libswscale5 armhf 8:4.3.6-0+deb11u1+rpt5 [262 kB]
Get:86 http://archive.raspberrypi.org/debian bullseye/main armhf libavformat58 armhf 8:4.3.6-0+deb11u1+rpt5 [1,568 kB]
Get:87 http://archive.raspberrypi.org/debian bullseye/main armhf libavcodec58 armhf 8:4.3.6-0+deb11u1+rpt5 [9,125 kB]
Get:64 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libuno-salhelpergcc3-3 armhf 1:7.0.4-4+rpi1+deb11u6 [209 kB]
Get:89 http://archive.raspberrypi.org/debian bullseye/main armhf libswresample3 armhf 8:4.3.6-0+deb11u1+rpt5 [122 kB]
Get:90 http://archive.raspberrypi.org/debian bullseye/main armhf libpostproc55 armhf 8:4.3.6-0+deb11u1+rpt5 [97.7 kB]
Get:91 http://archive.raspberrypi.org/debian bullseye/main armhf libavresample4 armhf 8:4.3.6-0+deb11u1+rpt5 [108 kB]
Get:92 http://archive.raspberrypi.org/debian bullseye/main armhf libavutil56 armhf 8:4.3.6-0+deb11u1+rpt5 [465 kB]
Get:93 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-atheros all 1:20230210-5~bpo11+1+rpt1 [16.8 MB]
Get:71 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-draw armhf 1:7.0.4-4+rpi1+deb11u6 [2,366 kB]
Get:65 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libuno-cppu3 armhf 1:7.0.4-4+rpi1+deb11u6 [260 kB]
Get:66 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libuno-cppuhelpergcc3-3 armhf 1:7.0.4-4+rpi1+deb11u6 [426 kB]
Get:67 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf uno-libs-private armhf 1:7.0.4-4+rpi1+deb11u6 [367 kB]
Get:68 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libuno-purpenvhelpergcc3-3 armhf 1:7.0.4-4+rpi1+deb11u6 [207 kB]
Get:69 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-calc armhf 1:7.0.4-4+rpi1+deb11u6 [6,030 kB]
Get:102 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-brcm80211 all 1:20230210-5~bpo11+1+rpt1 [5,868 kB]
Get:105 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-libertas all 1:20230210-5~bpo11+1+rpt1 [31.2 MB]
Get:70 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-impress armhf 1:7.0.4-4+rpi1+deb11u6 [1,093 kB]
Get:115 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-misc-nonfree all 1:20230210-5~bpo11+1+rpt1 [13.0 MB]
Get:72 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-gtk3 armhf 1:7.0.4-4+rpi1+deb11u6 [520 kB]
Get:73 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf python3-uno armhf 1:7.0.4-4+rpi1+deb11u6 [307 kB]
Get:74 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-math armhf 1:7.0.4-4+rpi1+deb11u6 [529 kB]
Get:75 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice armhf 1:7.0.4-4+rpi1+deb11u6 [207 kB]
Get:76 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-base armhf 1:7.0.4-4+rpi1+deb11u6 [1,440 kB]
Get:120 http://archive.raspberrypi.org/debian bullseye/main armhf firmware-realtek all 1:20230210-5~bpo11+1+rpt1 [1,511 kB]
Get:121 http://archive.raspberrypi.org/debian bullseye/main armhf gstreamer1.0-gtk3 armhf 1.18.4-2+deb11u2+rpt1 [1,375 kB]
Get:122 http://archive.raspberrypi.org/debian bullseye/main armhf gstreamer1.0-plugins-good armhf 1.18.4-2+deb11u2+rpt1 [2,987 kB]
Get:77 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-writer armhf 1:7.0.4-4+rpi1+deb11u6 [7,263 kB]
Get:134 http://archive.raspberrypi.org/debian bullseye/main armhf libcamera0 armhf 0~git20230720+bde9b04f-1 [611 kB]
Get:135 http://archive.raspberrypi.org/debian bullseye/main armhf libcamera-apps armhf 1.2.1-1 [282 kB]
Get:136 http://archive.raspberrypi.org/debian bullseye/main armhf libcamera-tools armhf 0~git20230720+bde9b04f-1 [79.1 kB]
Get:137 http://archive.raspberrypi.org/debian bullseye/main armhf vlc armhf 1:3.0.18-0+rpt7+deb11u1 [147 kB]
Get:138 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-base armhf 1:3.0.18-0+rpt7+deb11u1 [2,728 kB]
Get:124 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjson-c5 armhf 0.15-2+deb11u1 [38.8 kB]
Get:140 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-data all 1:3.0.18-0+rpt7+deb11u1 [458 kB]
Get:141 http://archive.raspberrypi.org/debian bullseye/main armhf libvlccore9 armhf 1:3.0.18-0+rpt7+deb11u1 [492 kB]
Get:142 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-skins2 armhf 1:3.0.18-0+rpt7+deb11u1 [545 kB]
Get:143 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-qt armhf 1:3.0.18-0+rpt7+deb11u1 [1,056 kB]
Get:145 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-video-output armhf 1:3.0.18-0+rpt7+deb11u1 [212 kB]
Get:147 http://archive.raspberrypi.org/debian bullseye/main armhf libvlc5 armhf 1:3.0.18-0+rpt7+deb11u1 [170 kB]
Get:148 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-bin armhf 1:3.0.18-0+rpt7+deb11u1 [166 kB]
Get:149 http://archive.raspberrypi.org/debian bullseye/main armhf libvlc-bin armhf 1:3.0.18-0+rpt7+deb11u1 [129 kB]
Get:150 http://archive.raspberrypi.org/debian bullseye/main armhf lxplug-bluetooth armhf 0.33 [24.9 kB]
Get:151 http://archive.raspberrypi.org/debian bullseye/main armhf raspi-config all 20231012~bullseye [32.9 kB]
Get:152 http://archive.raspberrypi.org/debian bullseye/main armhf lxplug-cputemp armhf 0.12 [9,752 B]
Get:153 http://archive.raspberrypi.org/debian bullseye/main armhf lxplug-menu armhf 0.4 [22.9 kB]
Get:154 http://archive.raspberrypi.org/debian bullseye/main armhf lxplug-network armhf 0.33 [38.2 kB]
Get:155 http://archive.raspberrypi.org/debian bullseye/main armhf lxplug-ptbatt armhf 0.22 [15.1 kB]
Get:156 http://archive.raspberrypi.org/debian bullseye/main armhf lxplug-updater armhf 0.14 [13.9 kB]
Get:158 http://archive.raspberrypi.org/debian bullseye/main armhf openssl armhf 1.1.1w-0+deb11u1+rpt1 [823 kB]
Get:159 http://archive.raspberrypi.org/debian bullseye/main armhf python3-libcamera armhf 0~git20230720+bde9b04f-1 [176 kB]
Get:160 http://archive.raspberrypi.org/debian bullseye/main armhf python3-picamera2 all 0.3.12-2 [50.4 kB]
Get:161 http://archive.raspberrypi.org/debian bullseye/main armhf python3-sense-hat all 2.6.0-1 [17.1 kB]
Get:162 http://archive.raspberrypi.org/debian bullseye/main armhf raspberrypi-sys-mods armhf 20230510~bullseye [18.4 kB]
Get:163 http://archive.raspberrypi.org/debian bullseye/main armhf realvnc-vnc-server armhf 7.5.1.50075 [7,335 kB]
Get:165 http://archive.raspberrypi.org/debian bullseye/main armhf realvnc-vnc-viewer armhf 7.5.1.50075 [2,973 kB]
Get:167 http://archive.raspberrypi.org/debian bullseye/main armhf rp-prefapps armhf 0.47 [319 kB]
Get:168 http://archive.raspberrypi.org/debian bullseye/main armhf rpi-eeprom armhf 16.1-1 [2,396 kB]
Get:170 http://archive.raspberrypi.org/debian bullseye/main armhf rpi-imager armhf 1.7.5+rpt1 [366 kB]
Get:171 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-l10n all 1:3.0.18-0+rpt7+deb11u1 [5,918 kB]
Get:173 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-access-extra armhf 1:3.0.18-0+rpt7+deb11u1 [139 kB]
Get:174 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-notify armhf 1:3.0.18-0+rpt7+deb11u1 [130 kB]
Get:175 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-samba armhf 1:3.0.18-0+rpt7+deb11u1 [131 kB]
Get:176 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-video-splitter armhf 1:3.0.18-0+rpt7+deb11u1 [144 kB]
Get:177 http://archive.raspberrypi.org/debian bullseye/main armhf vlc-plugin-visualization armhf 1:3.0.18-0+rpt7+deb11u1 [146 kB]
Get:78 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-core armhf 1:7.0.4-4+rpi1+deb11u6 [26.6 MB]
Get:79 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-report-builder all 1:7.0.4-4+rpi1+deb11u6 [484 kB]
Get:80 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-help-en-gb all 1:7.0.4-4+rpi1+deb11u6 [2,889 kB]
Get:88 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-help-common all 1:7.0.4-4+rpi1+deb11u6 [3,348 kB]
Get:94 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-common all 1:7.0.4-4+rpi1+deb11u6 [18.0 MB]
Get:95 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-base-drivers armhf 1:7.0.4-4+rpi1+deb11u6 [604 kB]
Get:96 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-base-core armhf 1:7.0.4-4+rpi1+deb11u6 [841 kB]
Get:97 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf fonts-opensymbol all 2:102.11+LibO7.0.4-4+rpi1+deb11u6 [285 kB]
Get:98 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-report-builder-bin armhf 1:7.0.4-4+rpi1+deb11u6 [840 kB]
Get:99 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u10 [307 kB]
Get:100 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgstreamer-plugins-base1.0-0 armhf 1.18.4-2+deb11u1 [2,063 kB]
Get:101 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-java-common all 1:7.0.4-4+rpi1+deb11u6 [821 kB]
Get:103 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libunoil-java all 1:7.0.4-4+rpi1+deb11u6 [202 kB]
Get:104 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-l10n-en-gb all 1:7.0.4-4+rpi1+deb11u6 [751 kB]
Get:106 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-style-colibre all 1:7.0.4-4+rpi1+deb11u6 [1,418 kB]
Get:107 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf python2.7 armhf 2.7.18-8+deb11u1 [311 kB]
Get:108 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libpython2.7-stdlib armhf 2.7.18-8+deb11u1 [1,803 kB]
Get:109 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf python2.7-minimal armhf 2.7.18-8+deb11u1 [1,074 kB]
Get:110 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libpython2.7-minimal armhf 2.7.18-8+deb11u1 [397 kB]
Get:111 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libncurses6 armhf 6.2+20201114-2+deb11u2 [79.5 kB]
Get:112 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libtinfo6 armhf 6.2+20201114-2+deb11u2 [329 kB]
Get:113 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2+deb11u2 [105 kB]
Get:114 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-sftp-server armhf 1:8.4p1-5+deb11u2 [43.0 kB]
Get:116 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-server armhf 1:8.4p1-5+deb11u2 [318 kB]
Get:117 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u2 [795 kB]
Get:118 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ssh all 1:8.4p1-5+deb11u2 [252 kB]
Get:119 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf cpio armhf 2.13+dfsg-7.1~deb11u1 [229 kB]
Get:123 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf logrotate armhf 3.18.0-2+deb11u2 [67.5 kB]
Get:125 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf bind9-libs armhf 1:9.16.44-1~deb11u1 [1,279 kB]
Get:126 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf bind9-host armhf 1:9.16.44-1~deb11u1 [309 kB]
Get:127 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf file armhf 1:5.39-3+deb11u1 [68.1 kB]
Get:128 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3+deb11u1 [119 kB]
Get:129 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3+deb11u1 [273 kB]
Get:130 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ncurses-term all 6.2+20201114-2+deb11u2 [505 kB]
Get:131 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openjdk-11-jdk-headless armhf 11.0.21+9-1~deb11u1 [65.2 MB]
Get:132 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf openjdk-11-jre-headless armhf 11.0.21+9-1~deb11u1 [33.6 MB]
Get:133 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf ca-certificates-java all 20190909+deb11u1 [15.9 kB]
Get:139 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u10 [259 kB]
Get:144 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u10 [310 kB]
Get:146 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf distro-info-data all 0.51+deb11u4 [8,048 B]
Get:157 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libssh-gcrypt-4 armhf 0.9.7-0+deb11u1 [190 kB]
Get:164 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libaom0 armhf 1.0.0.errata1-3+deb11u1 [767 kB]
Get:166 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf librsvg2-common armhf 2.50.3+dfsg-1+deb11u1 [30.9 kB]
Get:169 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf librsvg2-2 armhf 2.50.3+dfsg-1+deb11u1 [2,057 kB]
Get:172 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libvpx6 armhf 1.9.0-1+deb11u2 [1,066 kB]
Get:178 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libwebp6 armhf 0.6.1-2.1+deb11u2 [225 kB]
Get:179 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libwebpmux3 armhf 0.6.1-2.1+deb11u2 [94.5 kB]
Get:180 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gstreamer1.0-alsa armhf 1.18.4-2+deb11u1 [1,382 kB]
Get:181 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgstreamer-gl1.0-0 armhf 1.18.4-2+deb11u1 [1,494 kB]
Get:182 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libflac8 armhf 1.3.3-2+deb11u2 [87.3 kB]
Get:183 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gstreamer1.0-plugins-ugly armhf 1.18.4-2+deb11u1 [380 kB]
Get:184 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gstreamer1.0-plugins-bad armhf 1.18.4-3+deb11u2 [3,864 kB]
Get:185 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gstreamer1.0-plugins-base armhf 1.18.4-2+deb11u1 [1,925 kB]
Get:186 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libgstreamer-plugins-bad1.0-0 armhf 1.18.4-3+deb11u2 [2,258 kB]
Get:187 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gstreamer1.0-x armhf 1.18.4-2+deb11u1 [1,413 kB]
Get:188 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libblas3 armhf 3.9.0-3+deb11u1 [105 kB]
Get:189 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libbsd0 armhf 0.11.3-1+deb11u1 [103 kB]
Get:190 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libhsqldb1.8.0-java all 1.8.0.10+dfsg-10+deb11u1 [791 kB]
Get:191 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libwebpdemux2 armhf 0.6.1-2.1+deb11u2 [86.8 kB]
Get:192 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libwebkit2gtk-4.0-37 armhf 2.42.1-1~deb11u2+rpi1 [16.0 MB]
Get:193 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjavascriptcoregtk-4.0-18 armhf 2.42.1-1~deb11u2+rpi1 [2,790 kB]
Get:194 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf liblapack3 armhf 3.9.0-3+deb11u1 [1,561 kB]
Get:195 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf mariadb-common all 1:10.5.21-0+deb11u1 [37.1 kB]
Get:196 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libmariadb3 armhf 1:10.5.21-0+deb11u1 [161 kB]
Get:197 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libpq5 armhf 13.11-0+deb11u1 [162 kB]
Get:198 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libprotobuf-lite23 armhf 3.12.4-1+deb11u1 [213 kB]
Get:199 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-nlpsolver all 0.9+LibO7.0.4-4+rpi1+deb11u6 [867 kB]
Get:200 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-script-provider-bsh all 1:7.0.4-4+rpi1+deb11u6 [231 kB]
Get:201 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-script-provider-js all 1:7.0.4-4+rpi1+deb11u6 [842 kB]
Get:202 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-script-provider-python all 1:7.0.4-4+rpi1+deb11u6 [210 kB]
Get:203 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-sdbc-firebird armhf 1:7.0.4-4+rpi1+deb11u6 [306 kB]
Get:204 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-sdbc-hsqldb armhf 1:7.0.4-4+rpi1+deb11u6 [294 kB]
Get:205 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-sdbc-mysql armhf 1:7.0.4-4+rpi1+deb11u6 [274 kB]
Get:206 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-sdbc-postgresql armhf 1:7.0.4-4+rpi1+deb11u6 [376 kB]
Get:207 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libreoffice-wiki-publisher all 1.2.0+LibO7.0.4-4+rpi1+deb11u6 [1,579 kB]
Get:208 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libsynctex2 armhf 2020.20200327.54578-7+deb11u1 [70.3 kB]
Get:209 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2+deb11u2 [325 kB]
Get:210 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libxpm4 armhf 1:3.5.12-1.1+deb11u1 [44.4 kB]
Get:211 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libyajl2 armhf 2.1.0-3+deb11u2 [21.3 kB]
Get:212 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf python3-werkzeug all 1.0.1+dfsg1-2+deb11u1 [195 kB]
Get:213 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf python3-flask all 1.1.2-2+deb11u1 [99.1 kB]
Get:214 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf python3-jupyter-core all 4.7.1-1+deb11u1 [44.2 kB]
apt-listchanges: Reading changelogs...
apt-listchanges: News
---------------------

cups (2.3.3op2-3+deb11u4) bullseye; urgency=medium

  This release addresses a security issue (CVE-2023-32360) which allows
  unauthorized users to fetch documents over local or remote networks.
  Since this is a configuration fix, it might be that it does not reach you if you
  are updating 'cups-daemon' (rather than doing a fresh installation).
  Please double check your /etc/cups/cupsd.conf file, whether it limits the access
  to CUPS-Get-Document with something like the following
  >  <Limit CUPS-Get-Document>
  >    AuthType Default
  >    Require user @OWNER @SYSTEM
  >    Order deny,allow
  >   </Limit>
  (The important line is the 'AuthType Default' in this section)

 -- Thorsten Alteholz <debian@alteholz.de>  Tue, 19 Sep 2023 21:20:27 +0200

Preconfiguring packages ...
Fetched 620 MB in 1min 59s (5,225 kB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../base-files_11.1+rpi1+deb11u8_armhf.deb ...
Unpacking base-files (11.1+rpi1+deb11u8) over (11.1+rpi1+deb11u6) ...
Setting up base-files (11.1+rpi1+deb11u8) ...
Installing new version of config file /etc/debian_version ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../ncurses-bin_6.2+20201114-2+deb11u2_armhf.deb ...
Unpacking ncurses-bin (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Setting up ncurses-bin (6.2+20201114-2+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../libc-devtools_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ...
Unpacking libc-devtools (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc6-dev_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ...
Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc-dev-bin_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ...
Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc6-dbg_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ...
Unpacking libc6-dbg:armhf (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ...
Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.31-13+rpt2+rpi1+deb11u7_armhf.deb ...
Unpacking libc-bin (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Setting up libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../ncurses-base_6.2+20201114-2+deb11u2_all.deb ...
Unpacking ncurses-base (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Setting up ncurses-base (6.2+20201114-2+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../libsystemd0_247.3-7+rpi1+deb11u2_armhf.deb ...
Unpacking libsystemd0:armhf (247.3-7+rpi1+deb11u2) over (247.3-7+rpi1+deb11u1) ...
Setting up libsystemd0:armhf (247.3-7+rpi1+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../systemd-timesyncd_247.3-7+rpi1+deb11u2_armhf.deb ...
Unpacking systemd-timesyncd (247.3-7+rpi1+deb11u2) over (247.3-7+rpi1+deb11u1) ...
Preparing to unpack .../libpam-systemd_247.3-7+rpi1+deb11u2_armhf.deb ...
Unpacking libpam-systemd:armhf (247.3-7+rpi1+deb11u2) over (247.3-7+rpi1+deb11u1) ...
Preparing to unpack .../systemd_247.3-7+rpi1+deb11u2_armhf.deb ...
Unpacking systemd (247.3-7+rpi1+deb11u2) over (247.3-7+rpi1+deb11u1) ...
Preparing to unpack .../udev_247.3-7+rpi1+deb11u2_armhf.deb ...
Unpacking udev (247.3-7+rpi1+deb11u2) over (247.3-7+rpi1+deb11u1) ...
Preparing to unpack .../libudev1_247.3-7+rpi1+deb11u2_armhf.deb ...
Unpacking libudev1:armhf (247.3-7+rpi1+deb11u2) over (247.3-7+rpi1+deb11u1) ...
Setting up libudev1:armhf (247.3-7+rpi1+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../adduser_3.118+deb11u1_all.deb ...
Unpacking adduser (3.118+deb11u1) over (3.118) ...
Setting up adduser (3.118+deb11u1) ...
Setting up systemd (247.3-7+rpi1+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../00-systemd-sysv_247.3-7+rpi1+deb11u2_armhf.deb ...
Unpacking systemd-sysv (247.3-7+rpi1+deb11u2) over (247.3-7+rpi1+deb11u1) ...
Preparing to unpack .../01-dbus-user-session_1.12.28-0+deb11u1_armhf.deb ...
Unpacking dbus-user-session (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../02-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ...
Unpacking libx11-data (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../03-libx11-dev_2%3a1.7.2-1+deb11u2_armhf.deb ...
Unpacking libx11-dev:armhf (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../04-libx11-6_2%3a1.7.2-1+deb11u2_armhf.deb ...
Unpacking libx11-6:armhf (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../05-libx11-xcb1_2%3a1.7.2-1+deb11u2_armhf.deb ...
Unpacking libx11-xcb1:armhf (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ...
Preparing to unpack .../06-dbus-x11_1.12.28-0+deb11u1_armhf.deb ...
Unpacking dbus-x11 (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../07-dbus_1.12.28-0+deb11u1_armhf.deb ...
Unpacking dbus (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../08-libdbus-1-3_1.12.28-0+deb11u1_armhf.deb ...
Unpacking libdbus-1-3:armhf (1.12.28-0+deb11u1) over (1.12.24-0+deb11u1) ...
Preparing to unpack .../09-chromium-browser-l10n_116.0.5845.102-rpt1_all.deb ...
Unpacking chromium-browser-l10n (116.0.5845.102-rpt1) over (113.0.5672.59-rpt1) ...
Preparing to unpack .../10-libcupsimage2_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking libcupsimage2:armhf (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../11-cups-ipp-utils_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking cups-ipp-utils (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../12-libk5crypto3_1.18.3-6+deb11u4_armhf.deb ...
Unpacking libk5crypto3:armhf (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libk5crypto3:armhf (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../libkrb5support0_1.18.3-6+deb11u4_armhf.deb ...
Unpacking libkrb5support0:armhf (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libkrb5support0:armhf (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../libkrb5-3_1.18.3-6+deb11u4_armhf.deb ...
Unpacking libkrb5-3:armhf (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libkrb5-3:armhf (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../libgssapi-krb5-2_1.18.3-6+deb11u4_armhf.deb ...
Unpacking libgssapi-krb5-2:armhf (1.18.3-6+deb11u4) over (1.18.3-6+deb11u3) ...
Setting up libgssapi-krb5-2:armhf (1.18.3-6+deb11u4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.1w-0+deb11u1+rpt1_armhf.deb ...
Unpacking libssl1.1:armhf (1.1.1w-0+deb11u1+rpt1) over (1.1.1n-0+deb11u4+rpt1) ...
Setting up libssl1.1:armhf (1.1.1w-0+deb11u1+rpt1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 172980 files and directories currently installed.)
Preparing to unpack .../00-cups-daemon_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking cups-daemon (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../01-libcupsfilters1_1.28.7-1+deb11u2_armhf.deb ...
Unpacking libcupsfilters1:armhf (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../02-cups-filters-core-drivers_1.28.7-1+deb11u2_armhf.deb ...
Unpacking cups-filters-core-drivers (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../03-cups-core-drivers_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking cups-core-drivers (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../04-cups-common_2.3.3op2-3+deb11u6_all.deb ...
Unpacking cups-common (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../05-cups-client_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking cups-client (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../06-cups-browsed_1.28.7-1+deb11u2_armhf.deb ...
Unpacking cups-browsed (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../07-libfontembed1_1.28.7-1+deb11u2_armhf.deb ...
Unpacking libfontembed1:armhf (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../08-ghostscript_9.53.3~dfsg-7+deb11u6_armhf.deb ...
Unpacking ghostscript (9.53.3~dfsg-7+deb11u6) over (9.53.3~dfsg-7+deb11u4) ...
Preparing to unpack .../09-libgs9_9.53.3~dfsg-7+deb11u6_armhf.deb ...
Unpacking libgs9:armhf (9.53.3~dfsg-7+deb11u6) over (9.53.3~dfsg-7+deb11u4) ...
Preparing to unpack .../10-libgs9-common_9.53.3~dfsg-7+deb11u6_all.deb ...
Unpacking libgs9-common (9.53.3~dfsg-7+deb11u6) over (9.53.3~dfsg-7+deb11u4) ...
Preparing to unpack .../11-cups-filters_1.28.7-1+deb11u2_armhf.deb ...
Unpacking cups-filters (1.28.7-1+deb11u2) over (1.28.7-1+deb11u1) ...
Preparing to unpack .../12-cups-ppdc_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking cups-ppdc (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../13-cups-server-common_2.3.3op2-3+deb11u6_all.deb ...
Unpacking cups-server-common (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../14-cups_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking cups (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../15-libcups2_2.3.3op2-3+deb11u6_armhf.deb ...
Unpacking libcups2:armhf (2.3.3op2-3+deb11u6) over (2.3.3op2-3+deb11u2) ...
Preparing to unpack .../16-chromium-browser_116.0.5845.102-rpt1_armhf.deb ...
Unpacking chromium-browser (116.0.5845.102-rpt1) over (113.0.5672.59-rpt1) ...
Preparing to unpack .../17-chromium-codecs-ffmpeg-extra_116.0.5845.102-rpt1_armhf.deb ...
Unpacking chromium-codecs-ffmpeg-extra (116.0.5845.102-rpt1) over (113.0.5672.59-rpt1) ...
Preparing to unpack .../18-libridl-java_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libridl-java (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../19-libjuh-java_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libjuh-java (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../20-libjurt-java_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libjurt-java (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../21-ure_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking ure (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../22-libunoloader-java_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libunoloader-java (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../23-liblibreoffice-java_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking liblibreoffice-java (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../24-libuno-sal3_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libuno-sal3 (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../25-libuno-salhelpergcc3-3_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libuno-salhelpergcc3-3 (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../26-libuno-cppu3_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libuno-cppu3 (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../27-libuno-cppuhelpergcc3-3_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libuno-cppuhelpergcc3-3 (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../28-uno-libs-private_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking uno-libs-private (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../29-libuno-purpenvhelpergcc3-3_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libuno-purpenvhelpergcc3-3 (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../30-libreoffice-calc_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-calc (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../31-libreoffice-impress_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-impress (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../32-libreoffice-draw_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-draw (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../33-libreoffice-gtk3_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-gtk3 (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../34-python3-uno_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking python3-uno (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../35-libreoffice-math_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-math (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../36-libreoffice_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../37-libreoffice-base_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
No diversion 'diversion of /usr/lib/libreoffice/share/basic/dialog.xlc to /usr/lib/libreoffice/share/basic/dialog.xlc.noaccess by libreoffice-base', none removed.
No diversion 'diversion of /usr/lib/libreoffice/share/basic/script.xlc to /usr/lib/libreoffice/share/basic/script.xlc.noaccess by libreoffice-base', none removed.
Unpacking libreoffice-base (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../38-libreoffice-writer_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-writer (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../39-libreoffice-core_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-core (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../40-libreoffice-report-builder_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-report-builder (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../41-libreoffice-help-en-gb_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-help-en-gb (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../42-libreoffice-help-common_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-help-common (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../43-libreoffice-common_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-common (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../44-libreoffice-base-drivers_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-base-drivers (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../45-libreoffice-base-core_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-base-core (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../46-fonts-opensymbol_2%3a102.11+LibO7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking fonts-opensymbol (2:102.11+LibO7.0.4-4+rpi1+deb11u6) over (2:102.11+LibO7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../47-libreoffice-report-builder-bin_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-report-builder-bin (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../48-libcurl3-gnutls_7.74.0-1.3+deb11u10_armhf.deb ...
Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u10) over (7.74.0-1.3+deb11u7) ...
Preparing to unpack .../49-libgstreamer-plugins-base1.0-0_1.18.4-2+deb11u1_armhf.deb ...
Unpacking libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../50-libreoffice-java-common_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-java-common (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../51-libunoil-java_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libunoil-java (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../52-libc-l10n_2.31-13+rpt2+rpi1+deb11u7_all.deb ...
Unpacking libc-l10n (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../53-locales_2.31-13+rpt2+rpi1+deb11u7_all.deb ...
Unpacking locales (2.31-13+rpt2+rpi1+deb11u7) over (2.31-13+rpt2+rpi1+deb11u5) ...
Preparing to unpack .../54-libreoffice-l10n-en-gb_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-l10n-en-gb (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../55-libreoffice-style-colibre_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-style-colibre (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../56-python2.7_2.7.18-8+deb11u1_armhf.deb ...
Unpacking python2.7 (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../57-libpython2.7-stdlib_2.7.18-8+deb11u1_armhf.deb ...
Unpacking libpython2.7-stdlib:armhf (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../58-python2.7-minimal_2.7.18-8+deb11u1_armhf.deb ...
Unpacking python2.7-minimal (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../59-libpython2.7-minimal_2.7.18-8+deb11u1_armhf.deb ...
Unpacking libpython2.7-minimal:armhf (2.7.18-8+deb11u1) over (2.7.18-8) ...
Preparing to unpack .../60-libncurses6_6.2+20201114-2+deb11u2_armhf.deb ...
Unpacking libncurses6:armhf (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Preparing to unpack .../61-libtinfo6_6.2+20201114-2+deb11u2_armhf.deb ...
Unpacking libtinfo6:armhf (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Setting up libtinfo6:armhf (6.2+20201114-2+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 173028 files and directories currently installed.)
Preparing to unpack .../libncursesw6_6.2+20201114-2+deb11u2_armhf.deb ...
Unpacking libncursesw6:armhf (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Setting up libncursesw6:armhf (6.2+20201114-2+deb11u2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 173028 files and directories currently installed.)
Preparing to unpack .../000-openssh-sftp-server_1%3a8.4p1-5+deb11u2_armhf.deb ...
Unpacking openssh-sftp-server (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../001-openssh-server_1%3a8.4p1-5+deb11u2_armhf.deb ...
Unpacking openssh-server (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../002-openssh-client_1%3a8.4p1-5+deb11u2_armhf.deb ...
Unpacking openssh-client (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../003-ssh_1%3a8.4p1-5+deb11u2_all.deb ...
Unpacking ssh (1:8.4p1-5+deb11u2) over (1:8.4p1-5+deb11u1) ...
Preparing to unpack .../004-cpio_2.13+dfsg-7.1~deb11u1_armhf.deb ...
Unpacking cpio (2.13+dfsg-7.1~deb11u1) over (2.13+dfsg-4) ...
Preparing to unpack .../005-logrotate_3.18.0-2+deb11u2_armhf.deb ...
Unpacking logrotate (3.18.0-2+deb11u2) over (3.18.0-2+deb11u1) ...
Preparing to unpack .../006-libjson-c5_0.15-2+deb11u1_armhf.deb ...
Unpacking libjson-c5:armhf (0.15-2+deb11u1) over (0.15-2) ...
Preparing to unpack .../007-bind9-libs_1%3a9.16.44-1~deb11u1_armhf.deb ...
Unpacking bind9-libs:armhf (1:9.16.44-1~deb11u1) over (1:9.16.37-1~deb11u1) ...
Preparing to unpack .../008-bind9-host_1%3a9.16.44-1~deb11u1_armhf.deb ...
Unpacking bind9-host (1:9.16.44-1~deb11u1) over (1:9.16.37-1~deb11u1) ...
Preparing to unpack .../009-file_1%3a5.39-3+deb11u1_armhf.deb ...
Unpacking file (1:5.39-3+deb11u1) over (1:5.39-3) ...
Preparing to unpack .../010-libmagic1_1%3a5.39-3+deb11u1_armhf.deb ...
Unpacking libmagic1:armhf (1:5.39-3+deb11u1) over (1:5.39-3) ...
Preparing to unpack .../011-libmagic-mgc_1%3a5.39-3+deb11u1_armhf.deb ...
Unpacking libmagic-mgc (1:5.39-3+deb11u1) over (1:5.39-3) ...
Preparing to unpack .../012-ncurses-term_6.2+20201114-2+deb11u2_all.deb ...
Unpacking ncurses-term (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Preparing to unpack .../013-openjdk-17-jdk_1%3a17.0.7+7-1~deb11u1+rpt1_armhf.deb ...
Unpacking openjdk-17-jdk:armhf (1:17.0.7+7-1~deb11u1+rpt1) over (17.0.6+10-1~deb11u1+rpt1) ...
Preparing to unpack .../014-openjdk-17-jre_1%3a17.0.7+7-1~deb11u1+rpt1_armhf.deb ...
Unpacking openjdk-17-jre:armhf (1:17.0.7+7-1~deb11u1+rpt1) over (17.0.6+10-1~deb11u1+rpt1) ...
Preparing to unpack .../015-openjdk-17-jdk-headless_1%3a17.0.7+7-1~deb11u1+rpt1_armhf.deb ...
Unpacking openjdk-17-jdk-headless:armhf (1:17.0.7+7-1~deb11u1+rpt1) over (17.0.6+10-1~deb11u1+rpt1) ...
Preparing to unpack .../016-openjdk-17-jre-headless_1%3a17.0.7+7-1~deb11u1+rpt1_armhf.deb ...
Unpacking openjdk-17-jre-headless:armhf (1:17.0.7+7-1~deb11u1+rpt1) over (17.0.6+10-1~deb11u1+rpt1) ...
Preparing to unpack .../017-openjdk-11-jdk-headless_11.0.21+9-1~deb11u1_armhf.deb ...
Unpacking openjdk-11-jdk-headless:armhf (11.0.21+9-1~deb11u1) over (11.0.18+10-1~deb11u1) ...
Preparing to unpack .../018-openjdk-11-jre-headless_11.0.21+9-1~deb11u1_armhf.deb ...
Unpacking openjdk-11-jre-headless:armhf (11.0.21+9-1~deb11u1) over (11.0.18+10-1~deb11u1) ...
Preparing to unpack .../019-ca-certificates-java_20190909+deb11u1_all.deb ...
Unpacking ca-certificates-java (20190909+deb11u1) over (20190909) ...
Preparing to unpack .../020-curl_7.74.0-1.3+deb11u10_armhf.deb ...
Unpacking curl (7.74.0-1.3+deb11u10) over (7.74.0-1.3+deb11u7) ...
Preparing to unpack .../021-libcurl4_7.74.0-1.3+deb11u10_armhf.deb ...
Unpacking libcurl4:armhf (7.74.0-1.3+deb11u10) over (7.74.0-1.3+deb11u7) ...
Preparing to unpack .../022-distro-info-data_0.51+deb11u4_all.deb ...
Unpacking distro-info-data (0.51+deb11u4) over (0.51+deb11u3) ...
Preparing to unpack .../023-ffmpeg_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking ffmpeg (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../024-libavdevice58_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libavdevice58:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../025-libavfilter7_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libavfilter7:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../026-libswscale5_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libswscale5:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../027-libavformat58_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libavformat58:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../028-libavcodec58_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libavcodec58:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../029-libswresample3_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libswresample3:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../030-libpostproc55_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libpostproc55:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../031-libavresample4_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libavresample4:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../032-libavutil56_8%3a4.3.6-0+deb11u1+rpt5_armhf.deb ...
Unpacking libavutil56:armhf (8:4.3.6-0+deb11u1+rpt5) over (7:4.3.6-0+deb11u1+rpt1) ...
Preparing to unpack .../033-libssh-gcrypt-4_0.9.7-0+deb11u1_armhf.deb ...
Unpacking libssh-gcrypt-4:armhf (0.9.7-0+deb11u1) over (0.9.5-1+deb11u1) ...
Preparing to unpack .../034-libaom0_1.0.0.errata1-3+deb11u1_armhf.deb ...
Unpacking libaom0:armhf (1.0.0.errata1-3+deb11u1) over (1.0.0.errata1-3) ...
Preparing to unpack .../035-librsvg2-common_2.50.3+dfsg-1+deb11u1_armhf.deb ...
Unpacking librsvg2-common:armhf (2.50.3+dfsg-1+deb11u1) over (2.50.3+dfsg-1) ...
Preparing to unpack .../036-librsvg2-2_2.50.3+dfsg-1+deb11u1_armhf.deb ...
Unpacking librsvg2-2:armhf (2.50.3+dfsg-1+deb11u1) over (2.50.3+dfsg-1) ...
Preparing to unpack .../037-libvpx6_1.9.0-1+deb11u2_armhf.deb ...
Unpacking libvpx6:armhf (1.9.0-1+deb11u2) over (1.9.0-1) ...
Preparing to unpack .../038-libwebp6_0.6.1-2.1+deb11u2_armhf.deb ...
Unpacking libwebp6:armhf (0.6.1-2.1+deb11u2) over (0.6.1-2.1) ...
Preparing to unpack .../039-libwebpmux3_0.6.1-2.1+deb11u2_armhf.deb ...
Unpacking libwebpmux3:armhf (0.6.1-2.1+deb11u2) over (0.6.1-2.1) ...
Preparing to unpack .../040-firmware-atheros_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-atheros (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../041-firmware-brcm80211_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-brcm80211 (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../042-firmware-libertas_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-libertas (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../043-firmware-misc-nonfree_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-misc-nonfree (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../044-firmware-realtek_1%3a20230210-5~bpo11+1+rpt1_all.deb ...
Unpacking firmware-realtek (1:20230210-5~bpo11+1+rpt1) over (1:20221012-1~bpo11+1+rpt1) ...
Preparing to unpack .../045-gstreamer1.0-alsa_1.18.4-2+deb11u1_armhf.deb ...
Unpacking gstreamer1.0-alsa:armhf (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../046-libgstreamer-gl1.0-0_1.18.4-2+deb11u1_armhf.deb ...
Unpacking libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../047-gstreamer1.0-gtk3_1.18.4-2+deb11u2+rpt1_armhf.deb ...
Unpacking gstreamer1.0-gtk3:armhf (1.18.4-2+deb11u2+rpt1) over (1.18.4-2+deb11u1+rpt1) ...
Preparing to unpack .../048-libflac8_1.3.3-2+deb11u2_armhf.deb ...
Unpacking libflac8:armhf (1.3.3-2+deb11u2) over (1.3.3-2+deb11u1) ...
Preparing to unpack .../049-gstreamer1.0-plugins-good_1.18.4-2+deb11u2+rpt1_armhf.deb ...
Unpacking gstreamer1.0-plugins-good:armhf (1.18.4-2+deb11u2+rpt1) over (1.18.4-2+deb11u1+rpt1) ...
Preparing to unpack .../050-gstreamer1.0-plugins-ugly_1.18.4-2+deb11u1_armhf.deb ...
Unpacking gstreamer1.0-plugins-ugly:armhf (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../051-gstreamer1.0-plugins-bad_1.18.4-3+deb11u2_armhf.deb ...
Unpacking gstreamer1.0-plugins-bad:armhf (1.18.4-3+deb11u2) over (1.18.4-3) ...
Preparing to unpack .../052-gstreamer1.0-plugins-base_1.18.4-2+deb11u1_armhf.deb ...
Unpacking gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../053-libgstreamer-plugins-bad1.0-0_1.18.4-3+deb11u2_armhf.deb ...
Unpacking libgstreamer-plugins-bad1.0-0:armhf (1.18.4-3+deb11u2) over (1.18.4-3) ...
Preparing to unpack .../054-gstreamer1.0-x_1.18.4-2+deb11u1_armhf.deb ...
Unpacking gstreamer1.0-x:armhf (1.18.4-2+deb11u1) over (1.18.4-2) ...
Preparing to unpack .../055-libblas3_3.9.0-3+deb11u1_armhf.deb ...
Unpacking libblas3:armhf (3.9.0-3+deb11u1) over (3.9.0-3) ...
Preparing to unpack .../056-libbsd0_0.11.3-1+deb11u1_armhf.deb ...
Unpacking libbsd0:armhf (0.11.3-1+deb11u1) over (0.11.3-1) ...
Preparing to unpack .../057-libcamera0_0~git20230720+bde9b04f-1_armhf.deb ...
Unpacking libcamera0:armhf (0~git20230720+bde9b04f-1) over (0~git20230302+923f5d70-1) ...
Preparing to unpack .../058-libcamera-apps_1.2.1-1_armhf.deb ...
Unpacking libcamera-apps (1.2.1-1) over (0~git20230301+54a781d-1) ...
Preparing to unpack .../059-libcamera-tools_0~git20230720+bde9b04f-1_armhf.deb ...
Unpacking libcamera-tools (0~git20230720+bde9b04f-1) over (0~git20230302+923f5d70-1) ...
Preparing to unpack .../060-libhsqldb1.8.0-java_1.8.0.10+dfsg-10+deb11u1_all.deb ...
Unpacking libhsqldb1.8.0-java (1.8.0.10+dfsg-10+deb11u1) over (1.8.0.10+dfsg-10) ...
Preparing to unpack .../061-libwebpdemux2_0.6.1-2.1+deb11u2_armhf.deb ...
Unpacking libwebpdemux2:armhf (0.6.1-2.1+deb11u2) over (0.6.1-2.1) ...
Preparing to unpack .../062-libwebkit2gtk-4.0-37_2.42.1-1~deb11u2+rpi1_armhf.deb ...
Unpacking libwebkit2gtk-4.0-37:armhf (2.42.1-1~deb11u2+rpi1) over (2.38.5-1~deb11u1+rpi1) ...
Preparing to unpack .../063-libjavascriptcoregtk-4.0-18_2.42.1-1~deb11u2+rpi1_armhf.deb ...
Unpacking libjavascriptcoregtk-4.0-18:armhf (2.42.1-1~deb11u2+rpi1) over (2.38.5-1~deb11u1+rpi1) ...
Preparing to unpack .../064-liblapack3_3.9.0-3+deb11u1_armhf.deb ...
Unpacking liblapack3:armhf (3.9.0-3+deb11u1) over (3.9.0-3) ...
Preparing to unpack .../065-mariadb-common_1%3a10.5.21-0+deb11u1_all.deb ...
Unpacking mariadb-common (1:10.5.21-0+deb11u1) over (1:10.5.19-0+deb11u2) ...
Preparing to unpack .../066-libmariadb3_1%3a10.5.21-0+deb11u1_armhf.deb ...
Unpacking libmariadb3:armhf (1:10.5.21-0+deb11u1) over (1:10.5.19-0+deb11u2) ...
Preparing to unpack .../067-libpq5_13.11-0+deb11u1_armhf.deb ...
Unpacking libpq5:armhf (13.11-0+deb11u1) over (13.10-0+deb11u1) ...
Preparing to unpack .../068-libprotobuf-lite23_3.12.4-1+deb11u1_armhf.deb ...
Unpacking libprotobuf-lite23:armhf (3.12.4-1+deb11u1) over (3.12.4-1) ...
Preparing to unpack .../069-libreoffice-nlpsolver_0.9+LibO7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-nlpsolver (0.9+LibO7.0.4-4+rpi1+deb11u6) over (0.9+LibO7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../070-libreoffice-script-provider-bsh_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-script-provider-bsh (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../071-libreoffice-script-provider-js_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-script-provider-js (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../072-libreoffice-script-provider-python_1%3a7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-script-provider-python (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../073-libreoffice-sdbc-firebird_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-sdbc-firebird (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../074-libreoffice-sdbc-hsqldb_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-sdbc-hsqldb (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../075-libreoffice-sdbc-mysql_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-sdbc-mysql (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../076-libreoffice-sdbc-postgresql_1%3a7.0.4-4+rpi1+deb11u6_armhf.deb ...
Unpacking libreoffice-sdbc-postgresql (1:7.0.4-4+rpi1+deb11u6) over (1:7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../077-libreoffice-wiki-publisher_1.2.0+LibO7.0.4-4+rpi1+deb11u6_all.deb ...
Unpacking libreoffice-wiki-publisher (1.2.0+LibO7.0.4-4+rpi1+deb11u6) over (1.2.0+LibO7.0.4-4+rpi1+deb11u3) ...
Preparing to unpack .../078-libsynctex2_2020.20200327.54578-7+deb11u1_armhf.deb ...
Unpacking libsynctex2:armhf (2020.20200327.54578-7+deb11u1) over (2020.20200327.54578-7) ...
Preparing to unpack .../079-libtinfo5_6.2+20201114-2+deb11u2_armhf.deb ...
Unpacking libtinfo5:armhf (6.2+20201114-2+deb11u2) over (6.2+20201114-2+deb11u1) ...
Preparing to unpack .../080-vlc_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../081-vlc-plugin-base_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-base:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../082-vlc-data_1%3a3.0.18-0+rpt7+deb11u1_all.deb ...
Unpacking vlc-data (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../083-libvlccore9_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking libvlccore9:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../084-libxpm4_1%3a3.5.12-1.1+deb11u1_armhf.deb ...
Unpacking libxpm4:armhf (1:3.5.12-1.1+deb11u1) over (1:3.5.12-1.1~deb11u1) ...
Preparing to unpack .../085-vlc-plugin-skins2_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-skins2:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../086-vlc-plugin-qt_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-qt:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../087-vlc-plugin-video-output_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-video-output:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../088-libvlc5_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking libvlc5:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../089-vlc-bin_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-bin (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../090-libvlc-bin_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking libvlc-bin:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../091-libyajl2_2.1.0-3+deb11u2_armhf.deb ...
Unpacking libyajl2:armhf (2.1.0-3+deb11u2) over (2.1.0-3) ...
Preparing to unpack .../092-lxplug-bluetooth_0.33_armhf.deb ...
Unpacking lxplug-bluetooth (0.33) over (0.32) ...
Preparing to unpack .../093-raspi-config_20231012~bullseye_all.deb ...
Unpacking raspi-config (20231012~bullseye) over (20230214) ...
Preparing to unpack .../094-lxplug-cputemp_0.12_armhf.deb ...
Unpacking lxplug-cputemp (0.12) over (0.10) ...
Preparing to unpack .../095-lxplug-menu_0.4_armhf.deb ...
Unpacking lxplug-menu (0.4) over (0.3) ...
Preparing to unpack .../096-lxplug-network_0.33_armhf.deb ...
Unpacking lxplug-network (0.33) over (0.32) ...
Preparing to unpack .../097-lxplug-ptbatt_0.22_armhf.deb ...
Unpacking lxplug-ptbatt (0.22) over (0.20) ...
Preparing to unpack .../098-lxplug-updater_0.14_armhf.deb ...
Unpacking lxplug-updater (0.14) over (0.13) ...
Preparing to unpack .../099-openssl_1.1.1w-0+deb11u1+rpt1_armhf.deb ...
Unpacking openssl (1.1.1w-0+deb11u1+rpt1) over (1.1.1n-0+deb11u4+rpt1) ...
Preparing to unpack .../100-python3-werkzeug_1.0.1+dfsg1-2+deb11u1_all.deb ...
Unpacking python3-werkzeug (1.0.1+dfsg1-2+deb11u1) over (1.0.1+dfsg1-2) ...
Preparing to unpack .../101-python3-flask_1.1.2-2+deb11u1_all.deb ...
Unpacking python3-flask (1.1.2-2+deb11u1) over (1.1.2-2) ...
Preparing to unpack .../102-python3-jupyter-core_4.7.1-1+deb11u1_all.deb ...
Unpacking python3-jupyter-core (4.7.1-1+deb11u1) over (4.7.1-1) ...
Preparing to unpack .../103-python3-libcamera_0~git20230720+bde9b04f-1_armhf.deb ...
Unpacking python3-libcamera (0~git20230720+bde9b04f-1) over (0~git20230302+923f5d70-1) ...
Preparing to unpack .../104-python3-picamera2_0.3.12-2_all.deb ...
Unpacking python3-picamera2 (0.3.12-2) over (0.3.9-1) ...
Preparing to unpack .../105-python3-sense-hat_2.6.0-1_all.deb ...
Unpacking python3-sense-hat (2.6.0-1) over (2.4.0-1) ...
Preparing to unpack .../106-raspberrypi-sys-mods_20230510~bullseye_armhf.deb ...
Unpacking raspberrypi-sys-mods (20230510~bullseye) over (20230329) ...
Preparing to unpack .../107-realvnc-vnc-server_7.5.1.50075_armhf.deb ...
Unpacking realvnc-vnc-server (7.5.1.50075) over (7.0.1.49073) ...
Preparing to unpack .../108-realvnc-vnc-viewer_7.5.1.50075_armhf.deb ...
Unpacking realvnc-vnc-viewer (7.5.1.50075) over (7.0.1.48981) ...
Preparing to unpack .../109-rp-prefapps_0.47_armhf.deb ...
Unpacking rp-prefapps (0.47) over (0.46) ...
Preparing to unpack .../110-rpi-eeprom_16.1-1_armhf.deb ...
Unpacking rpi-eeprom (16.1-1) over (16.0-1) ...
Preparing to unpack .../111-rpi-imager_1.7.5+rpt1_armhf.deb ...
Unpacking rpi-imager (1.7.5+rpt1) over (1.7.4+rpt1) ...
Preparing to unpack .../112-vlc-l10n_1%3a3.0.18-0+rpt7+deb11u1_all.deb ...
Unpacking vlc-l10n (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../113-vlc-plugin-access-extra_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-access-extra:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../114-vlc-plugin-notify_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-notify:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../115-vlc-plugin-samba_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-samba:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../116-vlc-plugin-video-splitter_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-video-splitter:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Preparing to unpack .../117-vlc-plugin-visualization_1%3a3.0.18-0+rpt7+deb11u1_armhf.deb ...
Unpacking vlc-plugin-visualization:armhf (1:3.0.18-0+rpt7+deb11u1) over (3.0.18-0+rpt3+deb11u1) ...
Setting up libssh-gcrypt-4:armhf (0.9.7-0+deb11u1) ...
Setting up libgs9-common (9.53.3~dfsg-7+deb11u6) ...
Setting up logrotate (3.18.0-2+deb11u2) ...
logrotate.service is a disabled or a static unit not running, not starting it.
Setting up cpio (2.13+dfsg-7.1~deb11u1) ...
Setting up systemd-sysv (247.3-7+rpi1+deb11u2) ...
Setting up libc-l10n (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up chromium-codecs-ffmpeg-extra (116.0.5845.102-rpt1) ...
Setting up cups-server-common (2.3.3op2-3+deb11u6) ...
Setting up libfontembed1:armhf (1.28.7-1+deb11u2) ...
Setting up libmagic-mgc (1:5.39-3+deb11u1) ...
Setting up distro-info-data (0.51+deb11u4) ...
Setting up openssh-client (1:8.4p1-5+deb11u2) ...
Setting up cups-common (2.3.3op2-3+deb11u6) ...
Setting up libaom0:armhf (1.0.0.errata1-3+deb11u1) ...
Setting up firmware-atheros (1:20230210-5~bpo11+1+rpt1) ...
Setting up libyajl2:armhf (2.1.0-3+deb11u2) ...
Setting up firmware-misc-nonfree (1:20230210-5~bpo11+1+rpt1) ...
Setting up libmagic1:armhf (1:5.39-3+deb11u1) ...
Setting up libuno-sal3 (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libpq5:armhf (13.11-0+deb11u1) ...
Setting up libjavascriptcoregtk-4.0-18:armhf (2.42.1-1~deb11u2+rpi1) ...
Setting up libgstreamer-plugins-base1.0-0:armhf (1.18.4-2+deb11u1) ...
Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u10) ...
Setting up vlc-l10n (1:3.0.18-0+rpt7+deb11u1) ...
Setting up file (1:5.39-3+deb11u1) ...
Setting up locales (2.31-13+rpt2+rpi1+deb11u7) ...
Generating locales (this might take a while)...
  en_GB.UTF-8... done
Generation complete.
Setting up python3-sense-hat (2.6.0-1) ...
Setting up lxplug-menu (0.4) ...
Setting up libflac8:armhf (1.3.3-2+deb11u2) ...
Setting up libc6-dbg:armhf (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up librsvg2-2:armhf (2.50.3+dfsg-1+deb11u1) ...
Setting up mariadb-common (1:10.5.21-0+deb11u1) ...
Setting up libgstreamer-plugins-bad1.0-0:armhf (1.18.4-3+deb11u2) ...
Setting up libreoffice-style-colibre (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libprotobuf-lite23:armhf (3.12.4-1+deb11u1) ...
Setting up lxplug-bluetooth (0.33) ...
Setting up libblas3:armhf (3.9.0-3+deb11u1) ...
Setting up gstreamer1.0-plugins-base:armhf (1.18.4-2+deb11u1) ...
Setting up libpython2.7-minimal:armhf (2.7.18-8+deb11u1) ...
Setting up firmware-brcm80211 (1:20230210-5~bpo11+1+rpt1) ...
Setting up libx11-data (2:1.7.2-1+deb11u2) ...
Setting up python2.7-minimal (2.7.18-8+deb11u1) ...
Setting up python3-werkzeug (1.0.1+dfsg1-2+deb11u1) ...
Setting up firmware-realtek (1:20230210-5~bpo11+1+rpt1) ...
Setting up libncurses6:armhf (6.2+20201114-2+deb11u2) ...
Setting up libdbus-1-3:armhf (1.12.28-0+deb11u1) ...
Setting up dbus (1.12.28-0+deb11u1) ...
A reboot is required to replace the running dbus-daemon.
Please reboot the system when convenient.
dbus.service is a disabled or a static unit, not starting it.
dbus.socket is a disabled or a static unit, not starting it.
Setting up libhsqldb1.8.0-java (1.8.0.10+dfsg-10+deb11u1) ...
Setting up systemd-timesyncd (247.3-7+rpi1+deb11u2) ...
Setting up udev (247.3-7+rpi1+deb11u2) ...
Setting up libwebp6:armhf (0.6.1-2.1+deb11u2) ...
Setting up libmariadb3:armhf (1:10.5.21-0+deb11u1) ...
Setting up librsvg2-common:armhf (2.50.3+dfsg-1+deb11u1) ...
Setting up libvlccore9:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libcups2:armhf (2.3.3op2-3+deb11u6) ...
Setting up lxplug-network (0.33) ...
Setting up firmware-libertas (1:20230210-5~bpo11+1+rpt1) ...
Setting up libvpx6:armhf (1.9.0-1+deb11u2) ...
Setting up libuno-salhelpergcc3-3 (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libpam-systemd:armhf (247.3-7+rpi1+deb11u2) ...
Setting up libcurl4:armhf (7.74.0-1.3+deb11u10) ...
Setting up libx11-6:armhf (2:1.7.2-1+deb11u2) ...
Setting up gstreamer1.0-plugins-ugly:armhf (1.18.4-2+deb11u1) ...
Setting up rpi-eeprom (16.1-1) ...
Setting up rpi-imager (1.7.5+rpt1) ...
Setting up curl (7.74.0-1.3+deb11u10) ...
Setting up realvnc-vnc-server (7.5.1.50075) ...
Updating /etc/pam.d/vncserver
Updating /etc/pam.conf... done
Looking for font path... not found.
Original config file "/etc/vnc/pulse/daemon.conf.old" preserved
Generating private key... done
Installed systemd unit for VNC Server in Service Mode daemon
Start or stop the service with:
  systemctl (start|stop) vncserver-x11-serviced.service
Mark or unmark the service to be started at boot time with:
  systemctl (enable|disable) vncserver-x11-serviced.service

Installed systemd unit for VNC Server in Virtual Mode daemon
Start or stop the service with:
  systemctl (start|stop) vncserver-virtuald.service
Mark or unmark the service to be started at boot time with:
  systemctl (enable|disable) vncserver-virtuald.service

Setting up libcamera0:armhf (0~git20230720+bde9b04f-1) ...
Setting up ca-certificates-java (20190909+deb11u1) ...
Setting up libunoloader-java (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up openssl (1.1.1w-0+deb11u1+rpt1) ...
Setting up libwebpmux3:armhf (0.6.1-2.1+deb11u2) ...
Setting up libbsd0:armhf (0.11.3-1+deb11u1) ...
Setting up libtinfo5:armhf (6.2+20201114-2+deb11u2) ...
Setting up raspi-config (20231012~bullseye) ...
Setting up libjson-c5:armhf (0.15-2+deb11u1) ...
Setting up vlc-data (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libcupsfilters1:armhf (1.28.7-1+deb11u2) ...
Setting up python3-jupyter-core (4.7.1-1+deb11u1) ...
Setting up fonts-opensymbol (2:102.11+LibO7.0.4-4+rpi1+deb11u6) ...
Setting up lxplug-updater (0.14) ...
Setting up vlc-plugin-notify:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libsynctex2:armhf (2020.20200327.54578-7+deb11u1) ...
Setting up libc-devtools (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up vlc-plugin-video-output:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc-plugin-samba:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up ncurses-term (6.2+20201114-2+deb11u2) ...
Setting up cups-ipp-utils (2.3.3op2-3+deb11u6) ...
Setting up libcamera-tools (0~git20230720+bde9b04f-1) ...
Setting up rp-prefapps (0.47) ...
Setting up openssh-sftp-server (1:8.4p1-5+deb11u2) ...
Setting up libx11-xcb1:armhf (2:1.7.2-1+deb11u2) ...
Setting up cups-ppdc (2.3.3op2-3+deb11u6) ...
Setting up liblapack3:armhf (3.9.0-3+deb11u1) ...
Setting up gstreamer1.0-x:armhf (1.18.4-2+deb11u1) ...
Setting up gstreamer1.0-alsa:armhf (1.18.4-2+deb11u1) ...
Setting up libxpm4:armhf (1:3.5.12-1.1+deb11u1) ...
Setting up libgs9:armhf (9.53.3~dfsg-7+deb11u6) ...
Setting up openssh-server (1:8.4p1-5+deb11u2) ...
rescue-ssh.target is a disabled or a static unit, not starting it.
Setting up bind9-libs:armhf (1:9.16.44-1~deb11u1) ...
Setting up python3-flask (1.1.2-2+deb11u1) ...
Setting up gstreamer1.0-plugins-good:armhf (1.18.4-2+deb11u2+rpt1) ...
Setting up libwebpdemux2:armhf (0.6.1-2.1+deb11u2) ...
Setting up vlc-plugin-video-splitter:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up lxplug-ptbatt (0.22) ...
Setting up libx11-dev:armhf (2:1.7.2-1+deb11u2) ...
Setting up libvlc5:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up ghostscript (9.53.3~dfsg-7+deb11u6) ...
Setting up raspberrypi-sys-mods (20230510~bullseye) ...
Setting up cups-filters-core-drivers (1.28.7-1+deb11u2) ...
Setting up cups-client (2.3.3op2-3+deb11u6) ...
Setting up libavutil56:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libcupsimage2:armhf (2.3.3op2-3+deb11u6) ...
Setting up libpython2.7-stdlib:armhf (2.7.18-8+deb11u1) ...
Setting up dbus-user-session (1.12.28-0+deb11u1) ...
Setting up vlc-plugin-visualization:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc-plugin-access-extra:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up realvnc-vnc-viewer (7.5.1.50075) ...
Setting up libgstreamer-gl1.0-0:armhf (1.18.4-2+deb11u1) ...
Setting up libuno-cppu3 (1:7.0.4-4+rpi1+deb11u6) ...
Setting up gstreamer1.0-plugins-bad:armhf (1.18.4-3+deb11u2) ...
Setting up cups-daemon (2.3.3op2-3+deb11u6) ...
Setting up libpostproc55:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up python3-libcamera (0~git20230720+bde9b04f-1) ...
Setting up libwebkit2gtk-4.0-37:armhf (2.42.1-1~deb11u2+rpi1) ...
Setting up vlc-plugin-qt:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up libvlc-bin:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up chromium-browser (116.0.5845.102-rpt1) ...
Setting up dbus-x11 (1.12.28-0+deb11u1) ...
Setting up chromium-browser-l10n (116.0.5845.102-rpt1) ...
Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u7) ...
Setting up lxplug-cputemp (0.12) ...
Setting up libswscale5:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up cups-filters (1.28.7-1+deb11u2) ...
Setting up bind9-host (1:9.16.44-1~deb11u1) ...
Setting up cups-browsed (1.28.7-1+deb11u2) ...
Setting up libuno-purpenvhelpergcc3-3 (1:7.0.4-4+rpi1+deb11u6) ...
Setting up cups-core-drivers (2.3.3op2-3+deb11u6) ...
Setting up uno-libs-private (1:7.0.4-4+rpi1+deb11u6) ...
Setting up ssh (1:8.4p1-5+deb11u2) ...
Setting up python2.7 (2.7.18-8+deb11u1) ...
Setting up cups (2.3.3op2-3+deb11u6) ...
Updating PPD files for cups ...
Updating PPD files for cups-filters ...
Updating PPD files for escpr ...
Updating PPD files for hpcups ...
Updating PPD files for postscript-hp ...
Setting up vlc-plugin-skins2:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc-bin (1:3.0.18-0+rpt7+deb11u1) ...
Setting up gstreamer1.0-gtk3:armhf (1.18.4-2+deb11u2+rpt1) ...
Setting up libswresample3:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libavresample4:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up python3-picamera2 (0.3.12-2) ...
Setting up libavcodec58:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libuno-cppuhelpergcc3-3 (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libavformat58:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libavfilter7:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up ure (1:7.0.4-4+rpi1+deb11u6) ...
Setting up vlc-plugin-base:armhf (1:3.0.18-0+rpt7+deb11u1) ...
Setting up vlc (1:3.0.18-0+rpt7+deb11u1) ...
Setting up liblibreoffice-java (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libjurt-java (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-common (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libjuh-java (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libavdevice58:armhf (8:4.3.6-0+deb11u1+rpt5) ...
Setting up ffmpeg (8:4.3.6-0+deb11u1+rpt5) ...
Setting up libreoffice-core (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libridl-java (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-math (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-gtk3 (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-sdbc-postgresql (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libcamera-apps (1.2.1-1) ...
Setting up libreoffice-draw (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-base-drivers (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libunoil-java (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-help-common (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-l10n-en-gb (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-sdbc-firebird (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-sdbc-mysql (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-impress (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-base-core (1:7.0.4-4+rpi1+deb11u6) ...
Setting up python3-uno (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-calc (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-base (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-help-en-gb (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-writer (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-java-common (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-script-provider-python (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-report-builder-bin (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-report-builder (1:7.0.4-4+rpi1+deb11u6) ...
Setting up openjdk-17-jre-headless:armhf (1:17.0.7+7-1~deb11u1+rpt1) ...
Installing new version of config file /etc/java-17-openjdk/jfr/default.jfc ...
Installing new version of config file /etc/java-17-openjdk/jfr/profile.jfc ...
Installing new version of config file /etc/java-17-openjdk/security/java.security ...
Setting up openjdk-17-jre:armhf (1:17.0.7+7-1~deb11u1+rpt1) ...
Setting up openjdk-11-jre-headless:armhf (11.0.21+9-1~deb11u1) ...
Installing new version of config file /etc/java-11-openjdk/security/java.policy ...
Installing new version of config file /etc/java-11-openjdk/security/java.security ...
Installing new version of config file /etc/java-11-openjdk/security/public_suffix_list.dat ...
Setting up libreoffice-wiki-publisher (1.2.0+LibO7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-nlpsolver (0.9+LibO7.0.4-4+rpi1+deb11u6) ...
Setting up openjdk-11-jdk-headless:armhf (11.0.21+9-1~deb11u1) ...
Setting up openjdk-17-jdk-headless:armhf (1:17.0.7+7-1~deb11u1+rpt1) ...
Setting up libreoffice-script-provider-bsh (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-script-provider-js (1:7.0.4-4+rpi1+deb11u6) ...
Setting up libreoffice-sdbc-hsqldb (1:7.0.4-4+rpi1+deb11u6) ...
Setting up openjdk-17-jdk:armhf (1:17.0.7+7-1~deb11u1+rpt1) ...
Processing triggers for gnome-icon-theme (3.12.0-3) ...
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Processing triggers for shared-mime-info (2.0-1) ...
Processing triggers for libgdk-pixbuf-2.0-0:armhf (2.42.2+dfsg-1+deb11u1) ...
Processing triggers for install-info (6.7.0.dfsg.2-6) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for fontconfig (2.13.1-4.2) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for initramfs-tools (0.140) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for libvlc-bin:armhf (1:3.0.18-0+rpt7+deb11u1) ...
�[96mInstalling helper tools ...�[90m
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.9).
curl is already the newest version (7.74.0-1.3+deb11u10).
git is already the newest version (1:2.30.2-1+deb11u2).
unzip is already the newest version (6.0-26+deb11u1).
wget is already the newest version (1.21-1+deb11u1).
wget set to manually installed.
The following package was automatically installed and is no longer required:
  libfuse2
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
node not installed, trying via apt-get
Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package nodejs:armv7l E: Unable to locate package npm:armv7l
npm not installed, trying via apt-get
npm installed now, install n
Reading package lists... Building dependency tree... Reading state information... The following package was automatically installed and is no longer required: libfuse2 Use 'sudo apt autoremove' to remove it. The following additional packages will be installed: gyp libc-ares2 libjs-highlight.js libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode72 libssl-dev libuv1-dev node-abbrev node-agent-base node-ajv node-ansi node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-brace-expansion node-builtins node-cacache node-caseless node-chalk node-chownr node-clone node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-console-control-strings node-copy-concurrently node-core-util-is node-dashdash node-debug node-defaults node-delayed-stream node-delegates node-depd node-ecc-jsbn node-encoding node-err-code node-escape-string-regexp node-extend node-extsprintf node-fast-deep-equal node-forever-agent node-form-data node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-getpass node-glob node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-unicode node-hosted-git-info node-http-signature node-https-proxy-agent node-iconv-lite node-iferr node-imurmurhash node-indent-string node-inflight node-inherits node-ini node-ip node-ip-regex node-is-typedarray node-isarray node-isexe node-isstream node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-leven node-lockfile node-lru-cache node-mime node-mime-types node-minimatch node-mkdirp node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-osenv node-p-map node-path-is-absolute node-performance-now node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-psl node-puka node-punycode node-qs node-read node-read-package-json node-readable-stream node-request node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-set-blocking node-signal-exit node-slash node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-string-decoder node-string-width node-strip-ansi node-supports-color node-tar node-text-table node-through node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray-to-buffer node-unique-filename node-universalify node-uri-js node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-wide-align node-wrappy node-write-file-atomic node-yallist nodejs nodejs-doc Suggested packages: libssl-doc The following NEW packages will be installed: gyp libc-ares2 libjs-highlight.js libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode72 libssl-dev libuv1-dev node-abbrev node-agent-base node-ajv node-ansi node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-brace-expansion node-builtins node-cacache node-caseless node-chalk node-chownr node-clone node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-console-control-strings node-copy-concurrently node-core-util-is node-dashdash node-debug node-defaults node-delayed-stream node-delegates node-depd node-ecc-jsbn node-encoding node-err-code node-escape-string-regexp node-extend node-extsprintf node-fast-deep-equal node-forever-agent node-form-data node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-getpass node-glob node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-unicode node-hosted-git-info node-http-signature node-https-proxy-agent node-iconv-lite node-iferr node-imurmurhash node-indent-string node-inflight node-inherits node-ini node-ip node-ip-regex node-is-typedarray node-isarray node-isexe node-isstream node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-leven node-lockfile node-lru-cache node-mime node-mime-types node-minimatch node-mkdirp node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-osenv node-p-map node-path-is-absolute node-performance-now node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-psl node-puka node-punycode node-qs node-read node-read-package-json node-readable-stream node-request node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-set-blocking node-signal-exit node-slash node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-string-decoder node-string-width node-strip-ansi node-supports-color node-tar node-text-table node-through node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray-to-buffer node-unique-filename node-universalify node-uri-js node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which node-wide-align node-wrappy node-write-file-atomic node-yallist nodejs nodejs-doc npm 0 upgraded, 178 newly installed, 0 to remove and 0 not upgraded. Need to get 15.7 MB of archives. After this operation, 66.7 MB of additional disk space will be used. Get:1 http://archive.raspberrypi.org/debian bullseye/main armhf libssl-dev armhf 1.1.1w-0+deb11u1+rpt1 [1,601 kB] Get:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf gyp all 0.1+20200513gitcaa6002-2 [236 kB] Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libc-ares2 armhf 1.17.1-1+deb11u3 [96.3 kB] Get:4 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjs-highlight.js all 9.18.5+dfsg1-1 [397 kB] Get:5 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf libjs-inherits all 2.0.4-1 [3,228 B] Get:6 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf libjs-is-typedarray all 1.0.0-3 [3,692 B] Get:7 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libjs-psl all 1.8.0+ds-4 [67.4 kB] Get:8 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf libjs-typedarray-to-buffer all 4.0.0-1 [4,536 B] Get:9 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf libuv1-dev armhf 1.40.0-2 [150 kB] Get:10 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libnode72 armhf 12.22.12~dfsg-1~deb11u4 [7,261 kB] Get:11 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libnode-dev armhf 12.22.12~dfsg-1~deb11u4 [407 kB] Get:12 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf nodejs armhf 12.22.12~dfsg-1~deb11u4 [148 kB] Get:13 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-abbrev all 1.1.1-2 [4,812 B] Get:14 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-ms all 2.1.3+~cs0.7.31-1 [5,612 B] Get:15 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-debug all 4.3.1+~cs4.1.5-1 [17.3 kB] Get:16 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-yallist all 4.0.0-1 [6,576 B] Get:17 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-lru-cache all 5.1.1-5 [8,356 B] Get:18 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-semver all 7.3.4-1 [42.1 kB] Get:19 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-agent-base all 6.0.2-2 [16.3 kB] Get:20 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-fast-deep-equal all 3.1.3-1 [5,640 B] Get:21 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-json-schema-traverse all 1.0.0-2 [6,228 B] Get:22 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-jsonify all 0.0.0-1.1 [5,632 B] Get:23 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-json-stable-stringify all 1.0.1+~cs5.1.32-1 [6,612 B] Get:24 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-punycode all 2.1.1-3 [9,396 B] Get:25 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-uri-js all 4.4.0+dfsg-5 [46.9 kB] Get:26 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ajv all 6.12.6-2 [74.0 kB] Get:27 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ansi all 0.3.1-1 [9,464 B] Get:28 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-ansi-regex all 5.0.1-1~deb11u1 [4,704 B] Get:29 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-color-name all 1.1.4+~1.1.1-1 [5,788 B] Get:30 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-color-convert all 1.9.3-1 [10.2 kB] Get:31 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ansi-styles all 4.2.1-1 [7,600 B] Get:32 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ansistyles all 0.1.3-2 [4,280 B] Get:33 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-aproba all 2.0.0-1 [5,628 B] Get:34 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-archy all 1.0.0-3 [4,444 B] Get:35 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-delegates all 1.0.0-2 [4,336 B] Get:36 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-inherits all 2.0.4-1 [4,204 B] Get:37 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-core-util-is all 1.0.2-2 [3,860 B] Get:38 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-safe-buffer all 5.2.1+~cs2.1.2-1 [15.5 kB] Get:39 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-string-decoder all 1.3.0-2 [6,900 B] Get:40 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-process-nextick-args all 2.0.0-1 [3,388 B] Get:41 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-util-deprecate all 1.0.2-1 [3,866 B] Get:42 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-isarray all 2.0.5-1 [3,748 B] Get:43 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-readable-stream all 3.6.0-2 [30.1 kB] Get:44 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-are-we-there-yet all 1.1.5-1 [7,640 B] Get:45 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-asap all 2.0.6-2 [14.4 kB] Get:46 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-asn1 all 0.2.3-2 [7,348 B] Get:47 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-assert-plus all 1.0.0-2 [9,192 B] Get:48 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-asynckit all 0.4.0-3 [10.2 kB] Get:49 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-aws-sign2 all 0.7.1-2 [4,136 B] Get:50 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-aws4 all 1.11.0-1 [10.3 kB] Get:51 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-balanced-match all 1.0.0-1 [4,528 B] Get:52 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-tweetnacl all 1.0.3+dfsg-1 [34.8 kB] Get:53 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-bcrypt-pbkdf all 1.0.2-1 [10.8 kB] Get:54 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-brace-expansion all 2.0.0-1 [7,184 B] Get:55 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-builtins all 1.0.3-2 [3,396 B] Get:56 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-chownr all 1.1.3-5 [4,128 B] Get:57 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-fs.realpath all 1.0.0-1.1 [5,780 B] Get:58 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-wrappy all 1.0.2-1.1 [3,352 B] Get:59 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-once all 1.4.0-3 [4,344 B] Get:60 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-inflight all 1.0.6-1.1 [3,568 B] Get:61 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-minimatch all 3.0.4+~3.0.3-1+deb11u2 [16.1 kB] Get:62 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-path-is-absolute all 2.0.0-1 [3,864 B] Get:63 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-glob all 7.1.6+~7.1.3-1 [129 kB] Get:64 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-graceful-fs all 4.2.4+repack-1 [13.1 kB] Get:65 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-mkdirp all 1.0.4+~1.0.1-1 [11.7 kB] Get:66 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-run-queue all 2.0.0-1 [4,984 B] Get:67 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-rimraf all 3.0.2-1 [10.9 kB] Get:68 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-imurmurhash all 0.1.4-1.1 [8,372 B] Get:69 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-iferr all 1.0.2-1 [3,496 B] Get:70 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-fs-write-stream-atomic all 1.0.10-4 [4,820 B] Get:71 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-copy-concurrently all 1.0.5-7 [6,844 B] Get:72 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-move-concurrently all 1.0.1-2 [4,644 B] Get:73 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-escape-string-regexp all 4.0.0-1 [4,116 B] Get:74 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-indent-string all 4.0.0-1 [4,052 B] Get:75 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-p-map all 4.0.0-1 [7,716 B] Get:76 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-promise-inflight all 1.0.1-1.1 [3,328 B] Get:77 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ssri all 8.0.1-2 [23.0 kB] Get:78 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-unique-filename all 1.1.1+ds-1 [3,796 B] Get:79 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-cacache all 15.0.5+~cs13.9.21-1 [42.6 kB] Get:80 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-caseless all 0.12.1-1 [3,804 B] Get:81 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-has-flag all 4.0.0-1 [4,076 B] Get:82 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-supports-color all 8.1.0+~7.2.0-1 [6,736 B] Get:83 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-chalk all 4.1.0-1 [15.0 kB] Get:84 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-clone all 2.1.2-2 [8,132 B] Get:85 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-colors all 1.4.0-1 [11.7 kB] Get:86 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-strip-ansi all 6.0.0-2 [4,044 B] Get:87 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-defaults all 1.0.3-2 [3,612 B] Get:88 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-wcwidth.js all 1.0.0-1.1 [6,652 B] Get:89 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-columnify all 1.5.4-3 [11.5 kB] Get:90 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-delayed-stream all 1.0.0-4 [5,236 B] Get:91 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-combined-stream all 1.0.8-1 [6,020 B] Get:92 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-concat-map all 0.0.1-2 [3,968 B] Get:93 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-console-control-strings all 1.1.0-2 [5,388 B] Get:94 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-dashdash all 2.0.0-1 [30.2 kB] Get:95 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-depd all 2.0.0-1 [11.0 kB] Get:96 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-jsbn all 1.1.0-1.1 [13.8 kB] Get:97 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ecc-jsbn all 0.2.0-2 [9,396 B] Get:98 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-iconv-lite all 0.5.1-3 [128 kB] Get:99 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-encoding all 0.1.13-1 [4,316 B] Get:100 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-err-code all 2.0.3+dfsg-1 [4,584 B] Get:101 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-extend all 3.0.2-1 [6,744 B] Get:102 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-extsprintf all 1.4.0-1 [6,268 B] Get:103 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-forever-agent all 0.6.1-2 [4,200 B] Get:104 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-mime all 2.5.0+dfsg+~cs3.90.0-1 [39.4 kB] Get:105 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-mime-types all 2.1.28-1 [8,948 B] Get:106 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-form-data all 3.0.0-2 [12.8 kB] Get:107 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-function-bind all 1.1.1+repack-1 [5,000 B] Get:108 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-string-width all 4.2.0-1 [9,716 B] Get:109 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-object-assign all 4.1.1-3 [4,460 B] Get:110 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-has-unicode all 2.0.1-2 [3,442 B] Get:111 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-wide-align all 1.1.3-1 [3,896 B] Get:112 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-signal-exit all 3.0.3-1 [6,172 B] Get:113 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-gauge all 2.7.4-1.1 [25.3 kB] Get:114 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-getpass all 0.1.7-1.1 [4,368 B] Get:115 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-nopt all 5.0.0-1 [12.3 kB] Get:116 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-set-blocking all 2.0.0-1.1 [4,036 B] Get:117 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-npmlog all 4.1.2-2 [8,980 B] Get:118 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-osenv all 0.1.5-1 [4,332 B] Get:119 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-tar all 6.0.5+ds1+~cs11.3.9-1+deb11u2 [44.7 kB] Get:120 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-isexe all 2.0.0-5 [4,632 B] Get:121 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-which all 2.0.2+~cs1.3.2-1 [8,436 B] Get:122 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-gyp all 7.1.2-4 [50.0 kB] Get:123 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-har-schema all 2.0.0-4 [5,896 B] Get:124 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-har-validator all 5.1.5-1 [7,184 B] Get:125 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-hosted-git-info all 3.0.8-1 [10.4 kB] Get:126 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-json-schema all 0.3.0+~7.0.6-1+deb11u1 [13.1 kB] Get:127 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-verror all 1.10.0-1.1 [14.2 kB] Get:128 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-jsprim all 2.0.0-1 [13.7 kB] Get:129 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-sshpk all 1.16.1+dfsg-2 [54.7 kB] Get:130 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-http-signature all 1.3.5-1 [13.0 kB] Get:131 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-https-proxy-agent all 5.0.0-3 [11.1 kB] Get:132 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ini all 2.0.0-1 [6,288 B] Get:133 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ip all 1.1.5-5 [6,608 B] Get:134 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-ip-regex all 4.3.0-1 [4,824 B] Get:135 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-is-typedarray all 1.0.0-3 [3,180 B] Get:136 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-isstream all 0.1.2+dfsg-1.1 [3,784 B] Get:137 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-json-parse-better-errors all 1.0.2+~2.3.1-1 [6,956 B] Get:138 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-json-stringify-safe all 5.0.1+repack-3 [21.1 kB] Get:139 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-jsonparse all 1.3.1-7 [6,980 B] Get:140 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-through all 2.3.8+~cs0.0.30-1 [5,452 B] Get:141 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-jsonstream all 1.3.5-1 [8,428 B] Get:142 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-leven all 3.1.0+~cs1.1.1-1 [5,588 B] Get:143 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-lockfile all 1.0.4-3 [8,152 B] Get:144 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-mute-stream all 0.0.8-2 [5,136 B] Get:145 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-resolve all 1.19.0+~cs5.20.8-2 [17.8 kB] Get:146 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-spdx-license-ids all 3.0.7-1 [6,764 B] Get:147 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-spdx-exceptions all 2.3.0-1 [3,864 B] Get:148 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-spdx-expression-parse all 3.0.1-1 [6,608 B] Get:149 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-spdx-correct all 3.1.1-1 [5,296 B] Get:150 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-validate-npm-package-license all 3.0.4-1 [4,124 B] Get:151 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-normalize-package-data all 3.0.0+~2.4.0-1 [12.2 kB] Get:152 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-npm-bundled all 1.1.1-1 [6,052 B] Get:153 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-validate-npm-package-name all 3.0.0-1.1 [4,584 B] Get:154 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-npm-package-arg all 8.1.0-1 [8,064 B] Get:155 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-number-is-nan all 2.0.0-1 [3,388 B] Get:156 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-oauth-sign all 0.9.0-2 [4,264 B] Get:157 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-opener all 1.5.2-1 [5,000 B] Get:158 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-performance-now all 2.1.0+debian-1.1 [4,672 B] Get:159 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-retry all 0.12.0-1 [10.4 kB] Get:160 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-promise-retry all 2.0.1-1 [4,924 B] Get:161 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-read all 1.0.7-2 [5,264 B] Get:162 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-promzard all 0.3.0-1.1 [9,096 B] Get:163 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-psl all 1.8.0+ds-4 [37.6 kB] Get:164 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-puka all 1.0.1+dfsg-2 [29.1 kB] Get:165 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-qs all 6.9.4+ds-1+deb11u1 [22.7 kB] Get:166 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-slash all 3.0.0-1 [3,704 B] Get:167 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-read-package-json all 3.0.0-1 [10.1 kB] Get:168 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-universalify all 2.0.0-2 [4,208 B] Get:169 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-tough-cookie all 4.0.0-2+deb11u1 [31.7 kB] Get:170 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-tunnel-agent all 0.6.1-2 [4,952 B] Get:171 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-uuid all 8.3.2+~8.3.0-4 [43.9 kB] Get:172 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-request all 2.88.1-5 [43.4 kB] Get:173 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-resolve-from all 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 [7,292 B] Get:174 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-text-table all 0.2.0-2 [4,308 B] Get:175 http://raspbian.mirror.axinja.net/raspbian bullseye/main armhf node-typedarray-to-buffer all 4.0.0-1 [3,256 B] Get:176 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf node-write-file-atomic all 3.0.3+~3.0.1-1 [8,048 B] Get:177 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf nodejs-doc all 12.22.12~dfsg-1~deb11u4 [2,547 kB] Get:178 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf npm all 7.5.2+ds-2 [801 kB] Fetched 15.7 MB in 1min 4s (245 kB/s) Selecting previously unselected package gyp.
 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 173089 files and directories currently installed.)
 Preparing to unpack .../000-gyp_0.1+20200513gitcaa6002-2_all.deb ...
 Unpacking gyp (0.1+20200513gitcaa6002-2) ...
 Selecting previously unselected package libc-ares2:armhf.
 Preparing to unpack .../001-libc-ares2_1.17.1-1+deb11u3_armhf.deb ...
 Unpacking libc-ares2:armhf (1.17.1-1+deb11u3) ...
 Selecting previously unselected package libjs-highlight.js.
 Preparing to unpack .../002-libjs-highlight.js_9.18.5+dfsg1-1_all.deb ...
 Unpacking libjs-highlight.js (9.18.5+dfsg1-1) ...
 Selecting previously unselected package libjs-inherits.
 Preparing to unpack .../003-libjs-inherits_2.0.4-1_all.deb ...
 Unpacking libjs-inherits (2.0.4-1) ...
 Selecting previously unselected package libjs-is-typedarray.
 Preparing to unpack .../004-libjs-is-typedarray_1.0.0-3_all.deb ...
 Unpacking libjs-is-typedarray (1.0.0-3) ...
 Selecting previously unselected package libjs-psl.
 Preparing to unpack .../005-libjs-psl_1.8.0+ds-4_all.deb ...
 Unpacking libjs-psl (1.8.0+ds-4) ...
 Selecting previously unselected package libjs-typedarray-to-buffer.
 Preparing to unpack .../006-libjs-typedarray-to-buffer_4.0.0-1_all.deb ...
 Unpacking libjs-typedarray-to-buffer (4.0.0-1) ...
 Selecting previously unselected package libssl-dev:armhf.
 Preparing to unpack .../007-libssl-dev_1.1.1w-0+deb11u1+rpt1_armhf.deb ...
 Unpacking libssl-dev:armhf (1.1.1w-0+deb11u1+rpt1) ...
 Selecting previously unselected package libuv1-dev:armhf.
 Preparing to unpack .../008-libuv1-dev_1.40.0-2_armhf.deb ...
 Unpacking libuv1-dev:armhf (1.40.0-2) ...
 Selecting previously unselected package libnode72:armhf.
 Preparing to unpack .../009-libnode72_12.22.12~dfsg-1~deb11u4_armhf.deb ...
 Unpacking libnode72:armhf (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package libnode-dev.
 Preparing to unpack .../010-libnode-dev_12.22.12~dfsg-1~deb11u4_armhf.deb ...
 Unpacking libnode-dev (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package nodejs.
 Preparing to unpack .../011-nodejs_12.22.12~dfsg-1~deb11u4_armhf.deb ...
 Unpacking nodejs (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package node-abbrev.
 Preparing to unpack .../012-node-abbrev_1.1.1-2_all.deb ...
 Unpacking node-abbrev (1.1.1-2) ...
 Selecting previously unselected package node-ms.
 Preparing to unpack .../013-node-ms_2.1.3+~cs0.7.31-1_all.deb ...
 Unpacking node-ms (2.1.3+~cs0.7.31-1) ...
 Selecting previously unselected package node-debug.
 Preparing to unpack .../014-node-debug_4.3.1+~cs4.1.5-1_all.deb ...
 Unpacking node-debug (4.3.1+~cs4.1.5-1) ...
 Selecting previously unselected package node-yallist.
 Preparing to unpack .../015-node-yallist_4.0.0-1_all.deb ...
 Unpacking node-yallist (4.0.0-1) ...
 Selecting previously unselected package node-lru-cache.
 Preparing to unpack .../016-node-lru-cache_5.1.1-5_all.deb ...
 Unpacking node-lru-cache (5.1.1-5) ...
 Selecting previously unselected package node-semver.
 Preparing to unpack .../017-node-semver_7.3.4-1_all.deb ...
 Unpacking node-semver (7.3.4-1) ...
 Selecting previously unselected package node-agent-base.
 Preparing to unpack .../018-node-agent-base_6.0.2-2_all.deb ...
 Unpacking node-agent-base (6.0.2-2) ...
 Selecting previously unselected package node-fast-deep-equal.
 Preparing to unpack .../019-node-fast-deep-equal_3.1.3-1_all.deb ...
 Unpacking node-fast-deep-equal (3.1.3-1) ...
 Selecting previously unselected package node-json-schema-traverse.
 Preparing to unpack .../020-node-json-schema-traverse_1.0.0-2_all.deb ...
 Unpacking node-json-schema-traverse (1.0.0-2) ...
 Selecting previously unselected package node-jsonify.
 Preparing to unpack .../021-node-jsonify_0.0.0-1.1_all.deb ...
 Unpacking node-jsonify (0.0.0-1.1) ...
 Selecting previously unselected package node-json-stable-stringify.
 Preparing to unpack .../022-node-json-stable-stringify_1.0.1+~cs5.1.32-1_all.deb ...
 Unpacking node-json-stable-stringify (1.0.1+~cs5.1.32-1) ...
 Selecting previously unselected package node-punycode.
 Preparing to unpack .../023-node-punycode_2.1.1-3_all.deb ...
 Unpacking node-punycode (2.1.1-3) ...
 Selecting previously unselected package node-uri-js.
 Preparing to unpack .../024-node-uri-js_4.4.0+dfsg-5_all.deb ...
 Unpacking node-uri-js (4.4.0+dfsg-5) ...
 Selecting previously unselected package node-ajv.
 Preparing to unpack .../025-node-ajv_6.12.6-2_all.deb ...
 Unpacking node-ajv (6.12.6-2) ...
 Selecting previously unselected package node-ansi.
 Preparing to unpack .../026-node-ansi_0.3.1-1_all.deb ...
 Unpacking node-ansi (0.3.1-1) ...
 Selecting previously unselected package node-ansi-regex.
 Preparing to unpack .../027-node-ansi-regex_5.0.1-1~deb11u1_all.deb ...
 Unpacking node-ansi-regex (5.0.1-1~deb11u1) ...
 Selecting previously unselected package node-color-name.
 Preparing to unpack .../028-node-color-name_1.1.4+~1.1.1-1_all.deb ...
 Unpacking node-color-name (1.1.4+~1.1.1-1) ...
 Selecting previously unselected package node-color-convert.
 Preparing to unpack .../029-node-color-convert_1.9.3-1_all.deb ...
 Unpacking node-color-convert (1.9.3-1) ...
 Selecting previously unselected package node-ansi-styles.
 Preparing to unpack .../030-node-ansi-styles_4.2.1-1_all.deb ...
 Unpacking node-ansi-styles (4.2.1-1) ...
 Selecting previously unselected package node-ansistyles.
 Preparing to unpack .../031-node-ansistyles_0.1.3-2_all.deb ...
 Unpacking node-ansistyles (0.1.3-2) ...
 Selecting previously unselected package node-aproba.
 Preparing to unpack .../032-node-aproba_2.0.0-1_all.deb ...
 Unpacking node-aproba (2.0.0-1) ...
 Selecting previously unselected package node-archy.
 Preparing to unpack .../033-node-archy_1.0.0-3_all.deb ...
 Unpacking node-archy (1.0.0-3) ...
 Selecting previously unselected package node-delegates.
 Preparing to unpack .../034-node-delegates_1.0.0-2_all.deb ...
 Unpacking node-delegates (1.0.0-2) ...
 Selecting previously unselected package node-inherits.
 Preparing to unpack .../035-node-inherits_2.0.4-1_all.deb ...
 Unpacking node-inherits (2.0.4-1) ...
 Selecting previously unselected package node-core-util-is.
 Preparing to unpack .../036-node-core-util-is_1.0.2-2_all.deb ...
 Unpacking node-core-util-is (1.0.2-2) ...
 Selecting previously unselected package node-safe-buffer.
 Preparing to unpack .../037-node-safe-buffer_5.2.1+~cs2.1.2-1_all.deb ...
 Unpacking node-safe-buffer (5.2.1+~cs2.1.2-1) ...
 Selecting previously unselected package node-string-decoder.
 Preparing to unpack .../038-node-string-decoder_1.3.0-2_all.deb ...
 Unpacking node-string-decoder (1.3.0-2) ...
 Selecting previously unselected package node-process-nextick-args.
 Preparing to unpack .../039-node-process-nextick-args_2.0.0-1_all.deb ...
 Unpacking node-process-nextick-args (2.0.0-1) ...
 Selecting previously unselected package node-util-deprecate.
 Preparing to unpack .../040-node-util-deprecate_1.0.2-1_all.deb ...
 Unpacking node-util-deprecate (1.0.2-1) ...
 Selecting previously unselected package node-isarray.
 Preparing to unpack .../041-node-isarray_2.0.5-1_all.deb ...
 Unpacking node-isarray (2.0.5-1) ...
 Selecting previously unselected package node-readable-stream.
 Preparing to unpack .../042-node-readable-stream_3.6.0-2_all.deb ...
 Unpacking node-readable-stream (3.6.0-2) ...
 Selecting previously unselected package node-are-we-there-yet.
 Preparing to unpack .../043-node-are-we-there-yet_1.1.5-1_all.deb ...
 Unpacking node-are-we-there-yet (1.1.5-1) ...
 Selecting previously unselected package node-asap.
 Preparing to unpack .../044-node-asap_2.0.6-2_all.deb ...
 Unpacking node-asap (2.0.6-2) ...
 Selecting previously unselected package node-asn1.
 Preparing to unpack .../045-node-asn1_0.2.3-2_all.deb ...
 Unpacking node-asn1 (0.2.3-2) ...
 Selecting previously unselected package node-assert-plus.
 Preparing to unpack .../046-node-assert-plus_1.0.0-2_all.deb ...
 Unpacking node-assert-plus (1.0.0-2) ...
 Selecting previously unselected package node-asynckit.
 Preparing to unpack .../047-node-asynckit_0.4.0-3_all.deb ...
 Unpacking node-asynckit (0.4.0-3) ...
 Selecting previously unselected package node-aws-sign2.
 Preparing to unpack .../048-node-aws-sign2_0.7.1-2_all.deb ...
 Unpacking node-aws-sign2 (0.7.1-2) ...
 Selecting previously unselected package node-aws4.
 Preparing to unpack .../049-node-aws4_1.11.0-1_all.deb ...
 Unpacking node-aws4 (1.11.0-1) ...
 Selecting previously unselected package node-balanced-match.
 Preparing to unpack .../050-node-balanced-match_1.0.0-1_all.deb ...
 Unpacking node-balanced-match (1.0.0-1) ...
 Selecting previously unselected package node-tweetnacl.
 Preparing to unpack .../051-node-tweetnacl_1.0.3+dfsg-1_all.deb ...
 Unpacking node-tweetnacl (1.0.3+dfsg-1) ...
 Selecting previously unselected package node-bcrypt-pbkdf.
 Preparing to unpack .../052-node-bcrypt-pbkdf_1.0.2-1_all.deb ...
 Unpacking node-bcrypt-pbkdf (1.0.2-1) ...
 Selecting previously unselected package node-brace-expansion.
 Preparing to unpack .../053-node-brace-expansion_2.0.0-1_all.deb ...
 Unpacking node-brace-expansion (2.0.0-1) ...
 Selecting previously unselected package node-builtins.
 Preparing to unpack .../054-node-builtins_1.0.3-2_all.deb ...
 Unpacking node-builtins (1.0.3-2) ...
 Selecting previously unselected package node-chownr.
 Preparing to unpack .../055-node-chownr_1.1.3-5_all.deb ...
 Unpacking node-chownr (1.1.3-5) ...
 Selecting previously unselected package node-fs.realpath.
 Preparing to unpack .../056-node-fs.realpath_1.0.0-1.1_all.deb ...
 Unpacking node-fs.realpath (1.0.0-1.1) ...
 Selecting previously unselected package node-wrappy.
 Preparing to unpack .../057-node-wrappy_1.0.2-1.1_all.deb ...
 Unpacking node-wrappy (1.0.2-1.1) ...
 Selecting previously unselected package node-once.
 Preparing to unpack .../058-node-once_1.4.0-3_all.deb ...
 Unpacking node-once (1.4.0-3) ...
 Selecting previously unselected package node-inflight.
 Preparing to unpack .../059-node-inflight_1.0.6-1.1_all.deb ...
 Unpacking node-inflight (1.0.6-1.1) ...
 Selecting previously unselected package node-minimatch.
 Preparing to unpack .../060-node-minimatch_3.0.4+~3.0.3-1+deb11u2_all.deb ...
 Unpacking node-minimatch (3.0.4+~3.0.3-1+deb11u2) ...
 Selecting previously unselected package node-path-is-absolute.
 Preparing to unpack .../061-node-path-is-absolute_2.0.0-1_all.deb ...
 Unpacking node-path-is-absolute (2.0.0-1) ...
 Selecting previously unselected package node-glob.
 Preparing to unpack .../062-node-glob_7.1.6+~7.1.3-1_all.deb ...
 Unpacking node-glob (7.1.6+~7.1.3-1) ...
 Selecting previously unselected package node-graceful-fs.
 Preparing to unpack .../063-node-graceful-fs_4.2.4+repack-1_all.deb ...
 Unpacking node-graceful-fs (4.2.4+repack-1) ...
 Selecting previously unselected package node-mkdirp.
 Preparing to unpack .../064-node-mkdirp_1.0.4+~1.0.1-1_all.deb ...
 Unpacking node-mkdirp (1.0.4+~1.0.1-1) ...
 Selecting previously unselected package node-run-queue.
 Preparing to unpack .../065-node-run-queue_2.0.0-1_all.deb ...
 Unpacking node-run-queue (2.0.0-1) ...
 Selecting previously unselected package node-rimraf.
 Preparing to unpack .../066-node-rimraf_3.0.2-1_all.deb ...
 Unpacking node-rimraf (3.0.2-1) ...
 Selecting previously unselected package node-imurmurhash.
 Preparing to unpack .../067-node-imurmurhash_0.1.4-1.1_all.deb ...
 Unpacking node-imurmurhash (0.1.4-1.1) ...
 Selecting previously unselected package node-iferr.
 Preparing to unpack .../068-node-iferr_1.0.2-1_all.deb ...
 Unpacking node-iferr (1.0.2-1) ...
 Selecting previously unselected package node-fs-write-stream-atomic.
 Preparing to unpack .../069-node-fs-write-stream-atomic_1.0.10-4_all.deb ...
 Unpacking node-fs-write-stream-atomic (1.0.10-4) ...
 Selecting previously unselected package node-copy-concurrently.
 Preparing to unpack .../070-node-copy-concurrently_1.0.5-7_all.deb ...
 Unpacking node-copy-concurrently (1.0.5-7) ...
 Selecting previously unselected package node-move-concurrently.
 Preparing to unpack .../071-node-move-concurrently_1.0.1-2_all.deb ...
 Unpacking node-move-concurrently (1.0.1-2) ...
 Selecting previously unselected package node-escape-string-regexp.
 Preparing to unpack .../072-node-escape-string-regexp_4.0.0-1_all.deb ...
 Unpacking node-escape-string-regexp (4.0.0-1) ...
 Selecting previously unselected package node-indent-string.
 Preparing to unpack .../073-node-indent-string_4.0.0-1_all.deb ...
 Unpacking node-indent-string (4.0.0-1) ...
 Selecting previously unselected package node-p-map.
 Preparing to unpack .../074-node-p-map_4.0.0-1_all.deb ...
 Unpacking node-p-map (4.0.0-1) ...
 Selecting previously unselected package node-promise-inflight.
 Preparing to unpack .../075-node-promise-inflight_1.0.1-1.1_all.deb ...
 Unpacking node-promise-inflight (1.0.1-1.1) ...
 Selecting previously unselected package node-ssri.
 Preparing to unpack .../076-node-ssri_8.0.1-2_all.deb ...
 Unpacking node-ssri (8.0.1-2) ...
 Selecting previously unselected package node-unique-filename.
 Preparing to unpack .../077-node-unique-filename_1.1.1+ds-1_all.deb ...
 Unpacking node-unique-filename (1.1.1+ds-1) ...
 Selecting previously unselected package node-cacache.
 Preparing to unpack .../078-node-cacache_15.0.5+~cs13.9.21-1_all.deb ...
 Unpacking node-cacache (15.0.5+~cs13.9.21-1) ...
 Selecting previously unselected package node-caseless.
 Preparing to unpack .../079-node-caseless_0.12.1-1_all.deb ...
 Unpacking node-caseless (0.12.1-1) ...
 Selecting previously unselected package node-has-flag.
 Preparing to unpack .../080-node-has-flag_4.0.0-1_all.deb ...
 Unpacking node-has-flag (4.0.0-1) ...
 Selecting previously unselected package node-supports-color.
 Preparing to unpack .../081-node-supports-color_8.1.0+~7.2.0-1_all.deb ...
 Unpacking node-supports-color (8.1.0+~7.2.0-1) ...
 Selecting previously unselected package node-chalk.
 Preparing to unpack .../082-node-chalk_4.1.0-1_all.deb ...
 Unpacking node-chalk (4.1.0-1) ...
 Selecting previously unselected package node-clone.
 Preparing to unpack .../083-node-clone_2.1.2-2_all.deb ...
 Unpacking node-clone (2.1.2-2) ...
 Selecting previously unselected package node-colors.
 Preparing to unpack .../084-node-colors_1.4.0-1_all.deb ...
 Unpacking node-colors (1.4.0-1) ...
 Selecting previously unselected package node-strip-ansi.
 Preparing to unpack .../085-node-strip-ansi_6.0.0-2_all.deb ...
 Unpacking node-strip-ansi (6.0.0-2) ...
 Selecting previously unselected package node-defaults.
 Preparing to unpack .../086-node-defaults_1.0.3-2_all.deb ...
 Unpacking node-defaults (1.0.3-2) ...
 Selecting previously unselected package node-wcwidth.js.
 Preparing to unpack .../087-node-wcwidth.js_1.0.0-1.1_all.deb ...
 Unpacking node-wcwidth.js (1.0.0-1.1) ...
 Selecting previously unselected package node-columnify.
 Preparing to unpack .../088-node-columnify_1.5.4-3_all.deb ...
 Unpacking node-columnify (1.5.4-3) ...
 Selecting previously unselected package node-delayed-stream.
 Preparing to unpack .../089-node-delayed-stream_1.0.0-4_all.deb ...
 Unpacking node-delayed-stream (1.0.0-4) ...
 Selecting previously unselected package node-combined-stream.
 Preparing to unpack .../090-node-combined-stream_1.0.8-1_all.deb ...
 Unpacking node-combined-stream (1.0.8-1) ...
 Selecting previously unselected package node-concat-map.
 Preparing to unpack .../091-node-concat-map_0.0.1-2_all.deb ...
 Unpacking node-concat-map (0.0.1-2) ...
 Selecting previously unselected package node-console-control-strings.
 Preparing to unpack .../092-node-console-control-strings_1.1.0-2_all.deb ...
 Unpacking node-console-control-strings (1.1.0-2) ...
 Selecting previously unselected package node-dashdash.
 Preparing to unpack .../093-node-dashdash_2.0.0-1_all.deb ...
 Unpacking node-dashdash (2.0.0-1) ...
 Selecting previously unselected package node-depd.
 Preparing to unpack .../094-node-depd_2.0.0-1_all.deb ...
 Unpacking node-depd (2.0.0-1) ...
 Selecting previously unselected package node-jsbn.
 Preparing to unpack .../095-node-jsbn_1.1.0-1.1_all.deb ...
 Unpacking node-jsbn (1.1.0-1.1) ...
 Selecting previously unselected package node-ecc-jsbn.
 Preparing to unpack .../096-node-ecc-jsbn_0.2.0-2_all.deb ...
 Unpacking node-ecc-jsbn (0.2.0-2) ...
 Selecting previously unselected package node-iconv-lite.
 Preparing to unpack .../097-node-iconv-lite_0.5.1-3_all.deb ...
 Unpacking node-iconv-lite (0.5.1-3) ...
 Selecting previously unselected package node-encoding.
 Preparing to unpack .../098-node-encoding_0.1.13-1_all.deb ...
 Unpacking node-encoding (0.1.13-1) ...
 Selecting previously unselected package node-err-code.
 Preparing to unpack .../099-node-err-code_2.0.3+dfsg-1_all.deb ...
 Unpacking node-err-code (2.0.3+dfsg-1) ...
 Selecting previously unselected package node-extend.
 Preparing to unpack .../100-node-extend_3.0.2-1_all.deb ...
 Unpacking node-extend (3.0.2-1) ...
 Selecting previously unselected package node-extsprintf.
 Preparing to unpack .../101-node-extsprintf_1.4.0-1_all.deb ...
 Unpacking node-extsprintf (1.4.0-1) ...
 Selecting previously unselected package node-forever-agent.
 Preparing to unpack .../102-node-forever-agent_0.6.1-2_all.deb ...
 Unpacking node-forever-agent (0.6.1-2) ...
 Selecting previously unselected package node-mime.
 Preparing to unpack .../103-node-mime_2.5.0+dfsg+~cs3.90.0-1_all.deb ...
 Unpacking node-mime (2.5.0+dfsg+~cs3.90.0-1) ...
 Selecting previously unselected package node-mime-types.
 Preparing to unpack .../104-node-mime-types_2.1.28-1_all.deb ...
 Unpacking node-mime-types (2.1.28-1) ...
 Selecting previously unselected package node-form-data.
 Preparing to unpack .../105-node-form-data_3.0.0-2_all.deb ...
 Unpacking node-form-data (3.0.0-2) ...
 Selecting previously unselected package node-function-bind.
 Preparing to unpack .../106-node-function-bind_1.1.1+repack-1_all.deb ...
 Unpacking node-function-bind (1.1.1+repack-1) ...
 Selecting previously unselected package node-string-width.
 Preparing to unpack .../107-node-string-width_4.2.0-1_all.deb ...
 Unpacking node-string-width (4.2.0-1) ...
 Selecting previously unselected package node-object-assign.
 Preparing to unpack .../108-node-object-assign_4.1.1-3_all.deb ...
 Unpacking node-object-assign (4.1.1-3) ...
 Selecting previously unselected package node-has-unicode.
 Preparing to unpack .../109-node-has-unicode_2.0.1-2_all.deb ...
 Unpacking node-has-unicode (2.0.1-2) ...
 Selecting previously unselected package node-wide-align.
 Preparing to unpack .../110-node-wide-align_1.1.3-1_all.deb ...
 Unpacking node-wide-align (1.1.3-1) ...
 Selecting previously unselected package node-signal-exit.
 Preparing to unpack .../111-node-signal-exit_3.0.3-1_all.deb ...
 Unpacking node-signal-exit (3.0.3-1) ...
 Selecting previously unselected package node-gauge.
 Preparing to unpack .../112-node-gauge_2.7.4-1.1_all.deb ...
 Unpacking node-gauge (2.7.4-1.1) ...
 Selecting previously unselected package node-getpass.
 Preparing to unpack .../113-node-getpass_0.1.7-1.1_all.deb ...
 Unpacking node-getpass (0.1.7-1.1) ...
 Selecting previously unselected package node-nopt.
 Preparing to unpack .../114-node-nopt_5.0.0-1_all.deb ...
 Unpacking node-nopt (5.0.0-1) ...
 Selecting previously unselected package node-set-blocking.
 Preparing to unpack .../115-node-set-blocking_2.0.0-1.1_all.deb ...
 Unpacking node-set-blocking (2.0.0-1.1) ...
 Selecting previously unselected package node-npmlog.
 Preparing to unpack .../116-node-npmlog_4.1.2-2_all.deb ...
 Unpacking node-npmlog (4.1.2-2) ...
 Selecting previously unselected package node-osenv.
 Preparing to unpack .../117-node-osenv_0.1.5-1_all.deb ...
 Unpacking node-osenv (0.1.5-1) ...
 Selecting previously unselected package node-tar.
 Preparing to unpack .../118-node-tar_6.0.5+ds1+~cs11.3.9-1+deb11u2_all.deb ...
 Unpacking node-tar (6.0.5+ds1+~cs11.3.9-1+deb11u2) ...
 Selecting previously unselected package node-isexe.
 Preparing to unpack .../119-node-isexe_2.0.0-5_all.deb ...
 Unpacking node-isexe (2.0.0-5) ...
 Selecting previously unselected package node-which.
 Preparing to unpack .../120-node-which_2.0.2+~cs1.3.2-1_all.deb ...
 Unpacking node-which (2.0.2+~cs1.3.2-1) ...
 Selecting previously unselected package node-gyp.
 Preparing to unpack .../121-node-gyp_7.1.2-4_all.deb ...
 Unpacking node-gyp (7.1.2-4) ...
 Selecting previously unselected package node-har-schema.
 Preparing to unpack .../122-node-har-schema_2.0.0-4_all.deb ...
 Unpacking node-har-schema (2.0.0-4) ...
 Selecting previously unselected package node-har-validator.
 Preparing to unpack .../123-node-har-validator_5.1.5-1_all.deb ...
 Unpacking node-har-validator (5.1.5-1) ...
 Selecting previously unselected package node-hosted-git-info.
 Preparing to unpack .../124-node-hosted-git-info_3.0.8-1_all.deb ...
 Unpacking node-hosted-git-info (3.0.8-1) ...
 Selecting previously unselected package node-json-schema.
 Preparing to unpack .../125-node-json-schema_0.3.0+~7.0.6-1+deb11u1_all.deb ...
 Unpacking node-json-schema (0.3.0+~7.0.6-1+deb11u1) ...
 Selecting previously unselected package node-verror.
 Preparing to unpack .../126-node-verror_1.10.0-1.1_all.deb ...
 Unpacking node-verror (1.10.0-1.1) ...
 Selecting previously unselected package node-jsprim.
 Preparing to unpack .../127-node-jsprim_2.0.0-1_all.deb ...
 Unpacking node-jsprim (2.0.0-1) ...
 Selecting previously unselected package node-sshpk.
 Preparing to unpack .../128-node-sshpk_1.16.1+dfsg-2_all.deb ...
 Unpacking node-sshpk (1.16.1+dfsg-2) ...
 Selecting previously unselected package node-http-signature.
 Preparing to unpack .../129-node-http-signature_1.3.5-1_all.deb ...
 Unpacking node-http-signature (1.3.5-1) ...
 Selecting previously unselected package node-https-proxy-agent.
 Preparing to unpack .../130-node-https-proxy-agent_5.0.0-3_all.deb ...
 Unpacking node-https-proxy-agent (5.0.0-3) ...
 Selecting previously unselected package node-ini.
 Preparing to unpack .../131-node-ini_2.0.0-1_all.deb ...
 Unpacking node-ini (2.0.0-1) ...
 Selecting previously unselected package node-ip.
 Preparing to unpack .../132-node-ip_1.1.5-5_all.deb ...
 Unpacking node-ip (1.1.5-5) ...
 Selecting previously unselected package node-ip-regex.
 Preparing to unpack .../133-node-ip-regex_4.3.0-1_all.deb ...
 Unpacking node-ip-regex (4.3.0-1) ...
 Selecting previously unselected package node-is-typedarray.
 Preparing to unpack .../134-node-is-typedarray_1.0.0-3_all.deb ...
 Unpacking node-is-typedarray (1.0.0-3) ...
 Selecting previously unselected package node-isstream.
 Preparing to unpack .../135-node-isstream_0.1.2+dfsg-1.1_all.deb ...
 Unpacking node-isstream (0.1.2+dfsg-1.1) ...
 Selecting previously unselected package node-json-parse-better-errors.
 Preparing to unpack .../136-node-json-parse-better-errors_1.0.2+~2.3.1-1_all.deb ...
 Unpacking node-json-parse-better-errors (1.0.2+~2.3.1-1) ...
 Selecting previously unselected package node-json-stringify-safe.
 Preparing to unpack .../137-node-json-stringify-safe_5.0.1+repack-3_all.deb ...
 Unpacking node-json-stringify-safe (5.0.1+repack-3) ...
 Selecting previously unselected package node-jsonparse.
 Preparing to unpack .../138-node-jsonparse_1.3.1-7_all.deb ...
 Unpacking node-jsonparse (1.3.1-7) ...
 Selecting previously unselected package node-through.
 Preparing to unpack .../139-node-through_2.3.8+~cs0.0.30-1_all.deb ...
 Unpacking node-through (2.3.8+~cs0.0.30-1) ...
 Selecting previously unselected package node-jsonstream.
 Preparing to unpack .../140-node-jsonstream_1.3.5-1_all.deb ...
 Unpacking node-jsonstream (1.3.5-1) ...
 Selecting previously unselected package node-leven.
 Preparing to unpack .../141-node-leven_3.1.0+~cs1.1.1-1_all.deb ...
 Unpacking node-leven (3.1.0+~cs1.1.1-1) ...
 Selecting previously unselected package node-lockfile.
 Preparing to unpack .../142-node-lockfile_1.0.4-3_all.deb ...
 Unpacking node-lockfile (1.0.4-3) ...
 Selecting previously unselected package node-mute-stream.
 Preparing to unpack .../143-node-mute-stream_0.0.8-2_all.deb ...
 Unpacking node-mute-stream (0.0.8-2) ...
 Selecting previously unselected package node-resolve.
 Preparing to unpack .../144-node-resolve_1.19.0+~cs5.20.8-2_all.deb ...
 Unpacking node-resolve (1.19.0+~cs5.20.8-2) ...
 Selecting previously unselected package node-spdx-license-ids.
 Preparing to unpack .../145-node-spdx-license-ids_3.0.7-1_all.deb ...
 Unpacking node-spdx-license-ids (3.0.7-1) ...
 Selecting previously unselected package node-spdx-exceptions.
 Preparing to unpack .../146-node-spdx-exceptions_2.3.0-1_all.deb ...
 Unpacking node-spdx-exceptions (2.3.0-1) ...
 Selecting previously unselected package node-spdx-expression-parse.
 Preparing to unpack .../147-node-spdx-expression-parse_3.0.1-1_all.deb ...
 Unpacking node-spdx-expression-parse (3.0.1-1) ...
 Selecting previously unselected package node-spdx-correct.
 Preparing to unpack .../148-node-spdx-correct_3.1.1-1_all.deb ...
 Unpacking node-spdx-correct (3.1.1-1) ...
 Selecting previously unselected package node-validate-npm-package-license.
 Preparing to unpack .../149-node-validate-npm-package-license_3.0.4-1_all.deb ...
 Unpacking node-validate-npm-package-license (3.0.4-1) ...
 Selecting previously unselected package node-normalize-package-data.
 Preparing to unpack .../150-node-normalize-package-data_3.0.0+~2.4.0-1_all.deb ...
 Unpacking node-normalize-package-data (3.0.0+~2.4.0-1) ...
 Selecting previously unselected package node-npm-bundled.
 Preparing to unpack .../151-node-npm-bundled_1.1.1-1_all.deb ...
 Unpacking node-npm-bundled (1.1.1-1) ...
 Selecting previously unselected package node-validate-npm-package-name.
 Preparing to unpack .../152-node-validate-npm-package-name_3.0.0-1.1_all.deb ...
 Unpacking node-validate-npm-package-name (3.0.0-1.1) ...
 Selecting previously unselected package node-npm-package-arg.
 Preparing to unpack .../153-node-npm-package-arg_8.1.0-1_all.deb ...
 Unpacking node-npm-package-arg (8.1.0-1) ...
 Selecting previously unselected package node-number-is-nan.
 Preparing to unpack .../154-node-number-is-nan_2.0.0-1_all.deb ...
 Unpacking node-number-is-nan (2.0.0-1) ...
 Selecting previously unselected package node-oauth-sign.
 Preparing to unpack .../155-node-oauth-sign_0.9.0-2_all.deb ...
 Unpacking node-oauth-sign (0.9.0-2) ...
 Selecting previously unselected package node-opener.
 Preparing to unpack .../156-node-opener_1.5.2-1_all.deb ...
 Unpacking node-opener (1.5.2-1) ...
 Selecting previously unselected package node-performance-now.
 Preparing to unpack .../157-node-performance-now_2.1.0+debian-1.1_all.deb ...
 Unpacking node-performance-now (2.1.0+debian-1.1) ...
 Selecting previously unselected package node-retry.
 Preparing to unpack .../158-node-retry_0.12.0-1_all.deb ...
 Unpacking node-retry (0.12.0-1) ...
 Selecting previously unselected package node-promise-retry.
 Preparing to unpack .../159-node-promise-retry_2.0.1-1_all.deb ...
 Unpacking node-promise-retry (2.0.1-1) ...
 Selecting previously unselected package node-read.
 Preparing to unpack .../160-node-read_1.0.7-2_all.deb ...
 Unpacking node-read (1.0.7-2) ...
 Selecting previously unselected package node-promzard.
 Preparing to unpack .../161-node-promzard_0.3.0-1.1_all.deb ...
 Unpacking node-promzard (0.3.0-1.1) ...
 Selecting previously unselected package node-psl.
 Preparing to unpack .../162-node-psl_1.8.0+ds-4_all.deb ...
 Unpacking node-psl (1.8.0+ds-4) ...
 Selecting previously unselected package node-puka.
 Preparing to unpack .../163-node-puka_1.0.1+dfsg-2_all.deb ...
 Unpacking node-puka (1.0.1+dfsg-2) ...
 Selecting previously unselected package node-qs.
 Preparing to unpack .../164-node-qs_6.9.4+ds-1+deb11u1_all.deb ...
 Unpacking node-qs (6.9.4+ds-1+deb11u1) ...
 Selecting previously unselected package node-slash.
 Preparing to unpack .../165-node-slash_3.0.0-1_all.deb ...
 Unpacking node-slash (3.0.0-1) ...
 Selecting previously unselected package node-read-package-json.
 Preparing to unpack .../166-node-read-package-json_3.0.0-1_all.deb ...
 Unpacking node-read-package-json (3.0.0-1) ...
 Selecting previously unselected package node-universalify.
 Preparing to unpack .../167-node-universalify_2.0.0-2_all.deb ...
 Unpacking node-universalify (2.0.0-2) ...
 Selecting previously unselected package node-tough-cookie.
 Preparing to unpack .../168-node-tough-cookie_4.0.0-2+deb11u1_all.deb ...
 Unpacking node-tough-cookie (4.0.0-2+deb11u1) ...
 Selecting previously unselected package node-tunnel-agent.
 Preparing to unpack .../169-node-tunnel-agent_0.6.1-2_all.deb ...
 Unpacking node-tunnel-agent (0.6.1-2) ...
 Selecting previously unselected package node-uuid.
 Preparing to unpack .../170-node-uuid_8.3.2+~8.3.0-4_all.deb ...
 Unpacking node-uuid (8.3.2+~8.3.0-4) ...
 Selecting previously unselected package node-request.
 Preparing to unpack .../171-node-request_2.88.1-5_all.deb ...
 Unpacking node-request (2.88.1-5) ...
 Selecting previously unselected package node-resolve-from.
 Preparing to unpack .../172-node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1_all.deb ...
 Unpacking node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
 Selecting previously unselected package node-text-table.
 Preparing to unpack .../173-node-text-table_0.2.0-2_all.deb ...
 Unpacking node-text-table (0.2.0-2) ...
 Selecting previously unselected package node-typedarray-to-buffer.
 Preparing to unpack .../174-node-typedarray-to-buffer_4.0.0-1_all.deb ...
 Unpacking node-typedarray-to-buffer (4.0.0-1) ...
 Selecting previously unselected package node-write-file-atomic.
 Preparing to unpack .../175-node-write-file-atomic_3.0.3+~3.0.1-1_all.deb ...
 Unpacking node-write-file-atomic (3.0.3+~3.0.1-1) ...
 Selecting previously unselected package nodejs-doc.
 Preparing to unpack .../176-nodejs-doc_12.22.12~dfsg-1~deb11u4_all.deb ...
 Unpacking nodejs-doc (12.22.12~dfsg-1~deb11u4) ...
 Selecting previously unselected package npm.
 Preparing to unpack .../177-npm_7.5.2+ds-2_all.deb ...
 Unpacking npm (7.5.2+ds-2) ...
 Setting up node-qs (6.9.4+ds-1+deb11u1) ...
 Setting up libuv1-dev:armhf (1.40.0-2) ...
 Setting up node-extsprintf (1.4.0-1) ...
 Setting up libjs-inherits (2.0.4-1) ...
 Setting up node-through (2.3.8+~cs0.0.30-1) ...
 Setting up node-color-name (1.1.4+~1.1.1-1) ...
 Setting up libc-ares2:armhf (1.17.1-1+deb11u3) ...
 Setting up node-uuid (8.3.2+~8.3.0-4) ...
 Setting up node-indent-string (4.0.0-1) ...
 Setting up libnode72:armhf (12.22.12~dfsg-1~deb11u4) ...
 Setting up node-chownr (1.1.3-5) ...
 Setting up libjs-psl (1.8.0+ds-4) ...
 Setting up node-json-schema-traverse (1.0.0-2) ...
 Setting up node-universalify (2.0.0-2) ...
 Setting up node-ini (2.0.0-1) ...
 Setting up node-json-parse-better-errors (1.0.2+~2.3.1-1) ...
 Setting up node-fast-deep-equal (3.1.3-1) ...
 Setting up node-err-code (2.0.3+dfsg-1) ...
 Setting up node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) ...
 Setting up libssl-dev:armhf (1.1.1w-0+deb11u1+rpt1) ...
 Setting up libjs-typedarray-to-buffer (4.0.0-1) ...
 Setting up libjs-highlight.js (9.18.5+dfsg1-1) ...
 Setting up node-json-schema (0.3.0+~7.0.6-1+deb11u1) ...
 Setting up libjs-is-typedarray (1.0.0-3) ...
 Setting up gyp (0.1+20200513gitcaa6002-2) ...
 Setting up libnode-dev (12.22.12~dfsg-1~deb11u4) ...
 Setting up nodejs (12.22.12~dfsg-1~deb11u4) ...
 update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
 Setting up node-aws4 (1.11.0-1) ...
 Setting up node-function-bind (1.1.1+repack-1) ...
 Setting up node-clone (2.1.2-2) ...
 Setting up node-iferr (1.0.2-1) ...
 Setting up node-has-flag (4.0.0-1) ...
 Setting up node-asap (2.0.6-2) ...
 Setting up node-mime (2.5.0+dfsg+~cs3.90.0-1) ...
 Setting up node-inherits (2.0.4-1) ...
 Setting up node-path-is-absolute (2.0.0-1) ...
 Setting up node-iconv-lite (0.5.1-3) ...
 Setting up node-safe-buffer (5.2.1+~cs2.1.2-1) ...
 Setting up node-promise-inflight (1.0.1-1.1) ...
 Setting up node-json-stringify-safe (5.0.1+repack-3) ...
 Setting up node-har-schema (2.0.0-4) ...
 Setting up node-mime-types (2.1.28-1) ...
 Setting up node-performance-now (2.1.0+debian-1.1) ...
 Setting up node-balanced-match (1.0.0-1) ...
 Setting up node-ansi (0.3.1-1) ...
 Setting up node-brace-expansion (2.0.0-1) ...
 Setting up node-spdx-exceptions (2.3.0-1) ...
 Setting up node-set-blocking (2.0.0-1.1) ...
 Setting up node-tunnel-agent (0.6.1-2) ...
 Setting up node-npm-bundled (1.1.1-1) ...
 Setting up node-signal-exit (3.0.3-1) ...
 Setting up node-wrappy (1.0.2-1.1) ...
 Setting up node-text-table (0.2.0-2) ...
 Setting up node-asynckit (0.4.0-3) ...
 Setting up node-ip (1.1.5-5) ...
 Setting up nodejs-doc (12.22.12~dfsg-1~deb11u4) ...
 Setting up node-punycode (2.1.1-3) ...
 Setting up node-defaults (1.0.3-2) ...
 Setting up node-is-typedarray (1.0.0-3) ...
 Setting up node-mute-stream (0.0.8-2) ...
 Setting up node-number-is-nan (2.0.0-1) ...
 Setting up node-graceful-fs (4.2.4+repack-1) ...
 Setting up node-jsonify (0.0.0-1.1) ...
 Setting up node-json-stable-stringify (1.0.1+~cs5.1.32-1) ...
 Setting up node-aproba (2.0.0-1) ...
 Setting up node-ip-regex (4.3.0-1) ...
 Setting up node-spdx-license-ids (3.0.7-1) ...
 Setting up node-string-decoder (1.3.0-2) ...
 Setting up node-mkdirp (1.0.4+~1.0.1-1) ...
 Setting up node-run-queue (2.0.0-1) ...
 Setting up node-core-util-is (1.0.2-2) ...
 Setting up node-uri-js (4.4.0+dfsg-5) ...
 Setting up node-minimatch (3.0.4+~3.0.3-1+deb11u2) ...
 Setting up node-opener (1.5.2-1) ...
 Setting up node-archy (1.0.0-3) ...
 Setting up node-caseless (0.12.1-1) ...
 Setting up node-imurmurhash (0.1.4-1.1) ...
 Setting up node-encoding (0.1.13-1) ...
 Setting up node-read (1.0.7-2) ...
 Setting up node-asn1 (0.2.3-2) ...
 Setting up node-color-convert (1.9.3-1) ...
 Setting up node-isarray (2.0.5-1) ...
 Setting up node-osenv (0.1.5-1) ...
 Setting up node-ms (2.1.3+~cs0.7.31-1) ...
 Setting up node-process-nextick-args (2.0.0-1) ...
 Setting up node-has-unicode (2.0.1-2) ...
 Setting up node-fs-write-stream-atomic (1.0.10-4) ...
 Setting up node-forever-agent (0.6.1-2) ...
 Setting up node-delayed-stream (1.0.0-4) ...
 Setting up node-isstream (0.1.2+dfsg-1.1) ...
 Setting up node-builtins (1.0.3-2) ...
 Setting up node-colors (1.4.0-1) ...
 Setting up node-fs.realpath (1.0.0-1.1) ...
 Setting up node-oauth-sign (0.9.0-2) ...
 Setting up node-jsbn (1.1.0-1.1) ...
 Setting up node-object-assign (4.1.1-3) ...
 Setting up node-leven (3.1.0+~cs1.1.1-1) ...
 Setting up node-abbrev (1.1.1-2) ...
 Setting up node-puka (1.0.1+dfsg-2) ...
 Setting up node-supports-color (8.1.0+~7.2.0-1) ...
 Setting up node-yallist (4.0.0-1) ...
 Setting up node-ansi-regex (5.0.1-1~deb11u1) ...
 Setting up node-once (1.4.0-3) ...
 Setting up node-psl (1.8.0+ds-4) ...
 Setting up node-slash (3.0.0-1) ...
 Setting up node-util-deprecate (1.0.2-1) ...
 Setting up node-retry (0.12.0-1) ...
 Setting up node-concat-map (0.0.1-2) ...
 Setting up node-assert-plus (1.0.0-2) ...
 Setting up node-ansistyles (0.1.3-2) ...
 Setting up node-delegates (1.0.0-2) ...
 Setting up node-depd (2.0.0-1) ...
 Setting up node-isexe (2.0.0-5) ...
 Setting up node-resolve (1.19.0+~cs5.20.8-2) ...
 Setting up node-jsonparse (1.3.1-7) ...
 Setting up node-ajv (6.12.6-2) ...
 Setting up node-tweetnacl (1.0.3+dfsg-1) ...
 Setting up node-escape-string-regexp (4.0.0-1) ...
 Setting up node-aws-sign2 (0.7.1-2) ...
 Setting up node-console-control-strings (1.1.0-2) ...
 Setting up node-debug (4.3.1+~cs4.1.5-1) ...
 Setting up node-extend (3.0.2-1) ...
 Setting up node-jsonstream (1.3.5-1) ...
 Setting up node-dashdash (2.0.0-1) ...
 Setting up node-p-map (4.0.0-1) ...
 Setting up node-validate-npm-package-name (3.0.0-1.1) ...
 Setting up node-promzard (0.3.0-1.1) ...
 Setting up node-wcwidth.js (1.0.0-1.1) ...
 Setting up node-ecc-jsbn (0.2.0-2) ...
 Setting up node-combined-stream (1.0.8-1) ...
 Setting up node-unique-filename (1.1.1+ds-1) ...
 Setting up node-ansi-styles (4.2.1-1) ...
 Setting up node-form-data (3.0.0-2) ...
 Setting up node-strip-ansi (6.0.0-2) ...
 Setting up node-lockfile (1.0.4-3) ...
 Setting up node-chalk (4.1.0-1) ...
 Setting up node-spdx-expression-parse (3.0.1-1) ...
 Setting up node-which (2.0.2+~cs1.3.2-1) ...
 Setting up node-typedarray-to-buffer (4.0.0-1) ...
 Setting up node-tar (6.0.5+ds1+~cs11.3.9-1+deb11u2) ...
 Setting up node-inflight (1.0.6-1.1) ...
 Setting up node-tough-cookie (4.0.0-2+deb11u1) ...
 Setting up node-verror (1.10.0-1.1) ...
 Setting up node-getpass (0.1.7-1.1) ...
 Setting up node-nopt (5.0.0-1) ...
 Setting up node-string-width (4.2.0-1) ...
 Setting up node-har-validator (5.1.5-1) ...
 Setting up node-readable-stream (3.6.0-2) ...
 Setting up node-ssri (8.0.1-2) ...
 Setting up node-lru-cache (5.1.1-5) ...
 Setting up node-bcrypt-pbkdf (1.0.2-1) ...
 Setting up node-promise-retry (2.0.1-1) ...
 Setting up node-write-file-atomic (3.0.3+~3.0.1-1) ...
 Setting up node-columnify (1.5.4-3) ...
 Setting up node-jsprim (2.0.0-1) ...
 Setting up node-are-we-there-yet (1.1.5-1) ...
 Setting up node-spdx-correct (3.1.1-1) ...
 Setting up node-glob (7.1.6+~7.1.3-1) ...
 Setting up node-hosted-git-info (3.0.8-1) ...
 Setting up node-wide-align (1.1.3-1) ...
 Setting up node-rimraf (3.0.2-1) ...
 Setting up node-sshpk (1.16.1+dfsg-2) ...
 Setting up node-semver (7.3.4-1) ...
 Setting up node-validate-npm-package-license (3.0.4-1) ...
 Setting up node-copy-concurrently (1.0.5-7) ...
 Setting up node-move-concurrently (1.0.1-2) ...
 Setting up node-agent-base (6.0.2-2) ...
 Setting up node-http-signature (1.3.5-1) ...
 Setting up node-gauge (2.7.4-1.1) ...
 Setting up node-normalize-package-data (3.0.0+~2.4.0-1) ...
 Setting up node-npm-package-arg (8.1.0-1) ...
 Setting up node-request (2.88.1-5) ...
 Setting up node-npmlog (4.1.2-2) ...
 Setting up node-https-proxy-agent (5.0.0-3) ...
 Setting up node-cacache (15.0.5+~cs13.9.21-1) ...
 Setting up node-read-package-json (3.0.0-1) ...
 Setting up node-gyp (7.1.2-4) ...
 Setting up npm (7.5.2+ds-2) ...
 Processing triggers for man-db (2.9.4-2) ...
 Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u7) ...

added 1 package, and audited 2 packages in 3s

found 0 vulnerabilities
installing on bullseye
�[96minstalling correct version of node and npm, please wait�[90m
  installing : node-v20.8.0
       mkdir : /usr/local/n/versions/node/20.8.0
       fetch : https://nodejs.org/dist/v20.8.0/node-v20.8.0-linux-armv7l.tar.xz
     copying : node/20.8.0
   installed : v20.8.0 (with npm 10.1.0)

Note: the node command changed location and the old location may be remembered in your current shell.
         old : /usr/bin/node
         new : /usr/local/bin/node
If "node --version" shows the old version then start a new shell, or reset the location hash with:
hash -r  (for bash, zsh, ash, dash, and ksh)
rehash   (for csh and tcsh)
�[96mCloning MagicMirror ...�[90m
�[92mCloning MagicMirror Done!�[90m
�[96mInstalling dependencies ...�[90m

�[91mUnable to install dependencies! �[90m

how much memory on this? I do check and fix this on pi0

free -m

pi@raspberrypi:~ $ free -m
               total        used        free      shared  buff/cache   available
Mem:             426          96         222           0         107         270
Swap:             99          95           4

I've never had the issue before, and I run a version of MM on three different 3A+ pi's. It's been two years since I've done a clean install, though, so maybe something has changed that is no longer compatible with the 3A+. I guess I don't know how popular that model is, but I really like how small they are (and they were the only thing I could find a few years back).

everything is bigger now, list of changes, .....

i just pushed a fix for the smaller memory .. give it a try.. same command

I increase the swap space and make the node heap bigger too..

It appears the pi3A+ has the same memory limitations as the pi0. Can you extend that fix to this model?

Disregard that comment, as I think I submitted it at the exact same time!
Will try again and report back

That fixed it! I've finally got MM running again. Can't thank you enough.
Now to get my config back to where it was before...

in the future use my backup/restore scripts..
see
https://github.com/sdetweil/MagicMirror-backup-restore