Raspbian命令行安装desktop界面

2023-05-16

Raspbian命令行安装desktop界面

  • 1. 源由 & 介绍
    • 1.1 PIXEL Desktop
    • 1.2 MATE
    • 1.3 KDE
    • 1.4 XFCE
    • 1.5 LXDE
    • 1.6 Cinnamon
  • 2. 安装步骤
    • 2.1 apt国内本地源配置修改
    • 2.2 安装xserver-xorg
    • 2.3 安装mate-desktop-environment-extras
    • 2.4 安装lightdm
    • 2.5 配置raspi-config
    • 2.6 重启系统
  • 3. 参考资料

1. 源由 & 介绍

Raspbian Lite等类似镜像(比如:wfb-ng Release 23.01)安装后,系统启动以后都是直接进入命令行界面,与一般的desktop桌面版本有很大的差别。

为了使用系统桌面应用程序,常见有安装如下桌面版本:

1.1 PIXEL Desktop

在这里插入图片描述

$ sudo apt install raspberrypi-ui-mods

1.2 MATE

在这里插入图片描述

$ sudo apt install mate-desktop-environment-core

1.3 KDE

在这里插入图片描述

$ sudo apt install kde-plasma-desktop

1.4 XFCE

在这里插入图片描述

$ sudo apt install xfce4 xfce4-terminal

1.5 LXDE

在这里插入图片描述

$ sudo apt install lxde-core lxappearance

1.6 Cinnamon

在这里插入图片描述

$ sudo apt install cinnamon-desktop-environment

2. 安装步骤

这里以安装MATE为例,介绍具体的安装步骤。

2.1 apt国内本地源配置修改

$ sudo nano /etc/apt/sources.list
$ sudo nano /etc/apt/sources.list.d/raspi.list

$ cat /etc/apt/sources.list
#deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi

deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ bullseye main non-free contrib rpi
# deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ bullseye main non-free contrib rpi

$ cat /etc/apt/sources.list.d/raspi.list
deb https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ bullseye main

#deb http://archive.raspberrypi.org/debian/ bullseye main
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ bullseye main

2.2 安装xserver-xorg

pi@raspberrypi:~ $ sudo apt install xserver-xorg
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  eject exfatprogs gdisk libatasmart4 libblockdev-crypto2 libblockdev-fs2 libblockdev-loop2 libblockdev-part-err2 libblockdev-part2 libblockdev-swap2
  libblockdev-utils2 libblockdev2 libgpgme11 libparted-fs-resize0 libudisks2-0 libvolume-key1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libevdev2 libfontenc1 libice6 libinput-bin libinput10 libmtdev1 libpciaccess0 libsm6 libwacom-bin libwacom-common libwacom2 libxaw7 libxfont2 libxkbfile1 libxmu6
  libxt6 x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xserver-common xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-libinput
  xserver-xorg-input-wacom xserver-xorg-legacy xserver-xorg-video-all xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-fbdev
  xserver-xorg-video-nouveau xserver-xorg-video-radeon xserver-xorg-video-vesa
Suggested packages:
  xfonts-100dpi | xfonts-75dpi xfonts-scalable xinput firmware-amd-graphics xserver-xorg-video-r128 xserver-xorg-video-mach64
The following NEW packages will be installed:
  libevdev2 libfontenc1 libice6 libinput-bin libinput10 libmtdev1 libpciaccess0 libsm6 libwacom-bin libwacom-common libwacom2 libxaw7 libxfont2 libxkbfile1 libxmu6
  libxt6 x11-xkb-utils xfonts-base xfonts-encodings xfonts-utils xserver-common xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-libinput
  xserver-xorg-input-wacom xserver-xorg-legacy xserver-xorg-video-all xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-fbdev
  xserver-xorg-video-nouveau xserver-xorg-video-radeon xserver-xorg-video-vesa
0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded.
Need to get 17.2 MB of archives.
After this operation, 24.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.raspberrypi.org/debian bullseye/main armhf xserver-common all 2:1.20.11-1+rpt1+deb11u3 [2,284 kB]
Get:2 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libevdev2 armhf 1.11.0+dfsg-1+rpi1 [27.8 kB]
Get:3 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libfontenc1 armhf 1:1.1.4-1 [22.3 kB]
Get:4 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libice6 armhf 2:1.0.10-1 [51.7 kB]
Get:5 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libwacom-common all 1.8-2 [49.7 kB]
Get:6 http://archive.raspberrypi.org/debian bullseye/main armhf xserver-xorg-core armhf 2:1.20.11-1+rpt1+deb11u3 [3,348 kB]
Get:7 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libwacom2 armhf 1.8-2 [19.0 kB]
Get:8 http://archive.raspberrypi.org/debian bullseye/main armhf xserver-xorg-legacy armhf 2:1.20.11-1+rpt1+deb11u3 [2,289 kB]
Get:9 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libinput-bin armhf 1.16.4-3 [21.9 kB]
Get:10 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libmtdev1 armhf 1.1.6-1 [22.0 kB]
Get:11 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libinput10 armhf 1.16.4-3 [100 kB]
Get:12 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libpciaccess0 armhf 0.16-1 [51.0 kB]
Get:13 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libsm6 armhf 2:1.2.3-1 [32.9 kB]
Get:14 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libwacom-bin armhf 1.8-2 [7,408 B]
Get:15 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libxt6 armhf 1:1.2.0-1 [159 kB]
Get:16 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf libxmu6 armhf 2:1.1.2-2+b3 [52.1 kB]
Get:17 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libxaw7 armhf 2:1.0.13-1.1 [166 kB]
Get:18 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libxfont2 armhf 1:2.0.4-1 [119 kB]
Get:19 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf libxkbfile1 armhf 1:1.1.0-1 [66.4 kB]
Get:20 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf x11-xkb-utils armhf 7.7+5 [139 kB]
Get:21 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xfonts-encodings all 1:1.0.4-2.1 [573 kB]
Get:22 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf xfonts-utils armhf 1:7.7+6 [82.5 kB]
Get:23 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xfonts-base all 1:1.0.5 [5,897 kB]
Get:24 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xserver-xorg-video-amdgpu armhf 19.1.0-2 [127 kB]
Get:25 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xserver-xorg-video-radeon armhf 1:19.1.0-2 [485 kB]
Get:26 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xserver-xorg-video-ati armhf 1:19.1.0-2 [363 kB]
Get:27 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf xserver-xorg-video-fbdev armhf 1:0.5.0-1+b2 [24.4 kB]
Get:28 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xserver-xorg-video-nouveau armhf 1:1.0.17-1 [318 kB]
Get:29 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xserver-xorg-video-vesa armhf 1:2.5.0-1 [30.6 kB]
Get:30 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf xserver-xorg-video-all armhf 1:7.7+22 [38.6 kB]
Get:31 http://mirrors.zju.edu.cn/raspbian/raspbian bullseye/main armhf xserver-xorg-input-libinput armhf 0.30.0-1 [59.1 kB]
Get:32 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf xserver-xorg-input-all armhf 1:7.7+22 [38.5 kB]
Get:33 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf xserver-xorg-input-wacom armhf 0.34.99.1-1+b6 [83.0 kB]
Get:34 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf xserver-xorg armhf 1:7.7+22 [94.1 kB]
Fetched 17.2 MB in 18s (954 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libevdev2:armhf.
(Reading database ... 121257 files and directories currently installed.)
Preparing to unpack .../00-libevdev2_1.11.0+dfsg-1+rpi1_armhf.deb ...
Unpacking libevdev2:armhf (1.11.0+dfsg-1+rpi1) ...
Selecting previously unselected package libfontenc1:armhf.
Preparing to unpack .../01-libfontenc1_1%3a1.1.4-1_armhf.deb ...
Unpacking libfontenc1:armhf (1:1.1.4-1) ...
Selecting previously unselected package libice6:armhf.
Preparing to unpack .../02-libice6_2%3a1.0.10-1_armhf.deb ...
Unpacking libice6:armhf (2:1.0.10-1) ...
Selecting previously unselected package libwacom-common.
Preparing to unpack .../03-libwacom-common_1.8-2_all.deb ...
Unpacking libwacom-common (1.8-2) ...
Selecting previously unselected package libwacom2:armhf.
Preparing to unpack .../04-libwacom2_1.8-2_armhf.deb ...
Unpacking libwacom2:armhf (1.8-2) ...
Selecting previously unselected package libinput-bin.
Preparing to unpack .../05-libinput-bin_1.16.4-3_armhf.deb ...
Unpacking libinput-bin (1.16.4-3) ...
Selecting previously unselected package libmtdev1:armhf.
Preparing to unpack .../06-libmtdev1_1.1.6-1_armhf.deb ...
Unpacking libmtdev1:armhf (1.1.6-1) ...
Selecting previously unselected package libinput10:armhf.
Preparing to unpack .../07-libinput10_1.16.4-3_armhf.deb ...
Unpacking libinput10:armhf (1.16.4-3) ...
Selecting previously unselected package libpciaccess0:armhf.
Preparing to unpack .../08-libpciaccess0_0.16-1_armhf.deb ...
Unpacking libpciaccess0:armhf (0.16-1) ...
Selecting previously unselected package libsm6:armhf.
Preparing to unpack .../09-libsm6_2%3a1.2.3-1_armhf.deb ...
Unpacking libsm6:armhf (2:1.2.3-1) ...
Selecting previously unselected package libwacom-bin.
Preparing to unpack .../10-libwacom-bin_1.8-2_armhf.deb ...
Unpacking libwacom-bin (1.8-2) ...
Selecting previously unselected package libxt6:armhf.
Preparing to unpack .../11-libxt6_1%3a1.2.0-1_armhf.deb ...
Unpacking libxt6:armhf (1:1.2.0-1) ...
Selecting previously unselected package libxmu6:armhf.
Preparing to unpack .../12-libxmu6_2%3a1.1.2-2+b3_armhf.deb ...
Unpacking libxmu6:armhf (2:1.1.2-2+b3) ...
Selecting previously unselected package libxaw7:armhf.
Preparing to unpack .../13-libxaw7_2%3a1.0.13-1.1_armhf.deb ...
Unpacking libxaw7:armhf (2:1.0.13-1.1) ...
Selecting previously unselected package libxfont2:armhf.
Preparing to unpack .../14-libxfont2_1%3a2.0.4-1_armhf.deb ...
Unpacking libxfont2:armhf (1:2.0.4-1) ...
Selecting previously unselected package libxkbfile1:armhf.
Preparing to unpack .../15-libxkbfile1_1%3a1.1.0-1_armhf.deb ...
Unpacking libxkbfile1:armhf (1:1.1.0-1) ...
Selecting previously unselected package x11-xkb-utils.
Preparing to unpack .../16-x11-xkb-utils_7.7+5_armhf.deb ...
Unpacking x11-xkb-utils (7.7+5) ...
Selecting previously unselected package xfonts-encodings.
Preparing to unpack .../17-xfonts-encodings_1%3a1.0.4-2.1_all.deb ...
Unpacking xfonts-encodings (1:1.0.4-2.1) ...
Selecting previously unselected package xfonts-utils.
Preparing to unpack .../18-xfonts-utils_1%3a7.7+6_armhf.deb ...
Unpacking xfonts-utils (1:7.7+6) ...
Selecting previously unselected package xfonts-base.
Preparing to unpack .../19-xfonts-base_1%3a1.0.5_all.deb ...
Unpacking xfonts-base (1:1.0.5) ...
Selecting previously unselected package xserver-common.
Preparing to unpack .../20-xserver-common_2%3a1.20.11-1+rpt1+deb11u3_all.deb ...
Unpacking xserver-common (2:1.20.11-1+rpt1+deb11u3) ...
Selecting previously unselected package xserver-xorg-core.
Preparing to unpack .../21-xserver-xorg-core_2%3a1.20.11-1+rpt1+deb11u3_armhf.deb ...
Unpacking xserver-xorg-core (2:1.20.11-1+rpt1+deb11u3) ...
Selecting previously unselected package xserver-xorg-video-amdgpu.
Preparing to unpack .../22-xserver-xorg-video-amdgpu_19.1.0-2_armhf.deb ...
Unpacking xserver-xorg-video-amdgpu (19.1.0-2) ...
Selecting previously unselected package xserver-xorg-video-radeon.
Preparing to unpack .../23-xserver-xorg-video-radeon_1%3a19.1.0-2_armhf.deb ...
Unpacking xserver-xorg-video-radeon (1:19.1.0-2) ...
Selecting previously unselected package xserver-xorg-video-ati.
Preparing to unpack .../24-xserver-xorg-video-ati_1%3a19.1.0-2_armhf.deb ...
Unpacking xserver-xorg-video-ati (1:19.1.0-2) ...
Selecting previously unselected package xserver-xorg-video-fbdev.
Preparing to unpack .../25-xserver-xorg-video-fbdev_1%3a0.5.0-1+b2_armhf.deb ...
Unpacking xserver-xorg-video-fbdev (1:0.5.0-1+b2) ...
Selecting previously unselected package xserver-xorg-video-nouveau.
Preparing to unpack .../26-xserver-xorg-video-nouveau_1%3a1.0.17-1_armhf.deb ...
Unpacking xserver-xorg-video-nouveau (1:1.0.17-1) ...
Selecting previously unselected package xserver-xorg-video-vesa.
Preparing to unpack .../27-xserver-xorg-video-vesa_1%3a2.5.0-1_armhf.deb ...
Unpacking xserver-xorg-video-vesa (1:2.5.0-1) ...
Selecting previously unselected package xserver-xorg-video-all.
Preparing to unpack .../28-xserver-xorg-video-all_1%3a7.7+22_armhf.deb ...
Unpacking xserver-xorg-video-all (1:7.7+22) ...
Selecting previously unselected package xserver-xorg-input-libinput.
Preparing to unpack .../29-xserver-xorg-input-libinput_0.30.0-1_armhf.deb ...
Unpacking xserver-xorg-input-libinput (0.30.0-1) ...
Selecting previously unselected package xserver-xorg-input-all.
Preparing to unpack .../30-xserver-xorg-input-all_1%3a7.7+22_armhf.deb ...
Unpacking xserver-xorg-input-all (1:7.7+22) ...
Selecting previously unselected package xserver-xorg-input-wacom.
Preparing to unpack .../31-xserver-xorg-input-wacom_0.34.99.1-1+b6_armhf.deb ...
Unpacking xserver-xorg-input-wacom (0.34.99.1-1+b6) ...
Selecting previously unselected package xserver-xorg.
Preparing to unpack .../32-xserver-xorg_1%3a7.7+22_armhf.deb ...
Unpacking xserver-xorg (1:7.7+22) ...
Selecting previously unselected package xserver-xorg-legacy.
Preparing to unpack .../33-xserver-xorg-legacy_2%3a1.20.11-1+rpt1+deb11u3_armhf.deb ...
Unpacking xserver-xorg-legacy (2:1.20.11-1+rpt1+deb11u3) ...
Setting up libice6:armhf (2:1.0.10-1) ...
Setting up libpciaccess0:armhf (0.16-1) ...
Setting up libfontenc1:armhf (1:1.1.4-1) ...
Setting up xfonts-encodings (1:1.0.4-2.1) ...
Setting up libmtdev1:armhf (1.1.6-1) ...
Setting up libxkbfile1:armhf (1:1.1.0-1) ...
Setting up libsm6:armhf (2:1.2.3-1) ...
Setting up libxfont2:armhf (1:2.0.4-1) ...
Setting up libevdev2:armhf (1.11.0+dfsg-1+rpi1) ...
Setting up libwacom-common (1.8-2) ...
Setting up xfonts-utils (1:7.7+6) ...
Setting up xfonts-base (1:1.0.5) ...
Setting up libxt6:armhf (1:1.2.0-1) ...
Setting up libwacom2:armhf (1.8-2) ...
Setting up libxmu6:armhf (2:1.1.2-2+b3) ...
Setting up libxaw7:armhf (2:1.0.13-1.1) ...
Setting up libinput-bin (1.16.4-3) ...
Setting up libwacom-bin (1.8-2) ...
Setting up libinput10:armhf (1.16.4-3) ...
Setting up x11-xkb-utils (7.7+5) ...
Setting up xserver-common (2:1.20.11-1+rpt1+deb11u3) ...
Setting up xserver-xorg-legacy (2:1.20.11-1+rpt1+deb11u3) ...
Setting up xserver-xorg-core (2:1.20.11-1+rpt1+deb11u3) ...
Setting up xserver-xorg-video-radeon (1:19.1.0-2) ...
Setting up xserver-xorg-input-wacom (0.34.99.1-1+b6) ...
Setting up xserver-xorg-video-fbdev (1:0.5.0-1+b2) ...
Setting up xserver-xorg-video-vesa (1:2.5.0-1) ...
Setting up xserver-xorg-video-amdgpu (19.1.0-2) ...
Setting up xserver-xorg (1:7.7+22) ...
Setting up xserver-xorg-video-nouveau (1:1.0.17-1) ...
Setting up xserver-xorg-input-libinput (0.30.0-1) ...
Setting up xserver-xorg-video-ati (1:19.1.0-2) ...
Setting up xserver-xorg-video-all (1:7.7+22) ...
Setting up xserver-xorg-input-all (1:7.7+22) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for udev (247.3-7+rpi1+deb11u1) ...
Processing triggers for fontconfig (2.13.1-4.2) ...
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...

2.3 安装mate-desktop-environment-extras

pi@raspberrypi:~ $ sudo apt install mate-desktop-environment-extras -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  accountsservice apache2-bin aspell aspell-en atril atril-common bamfdaemon blueman bluez-obexd bubblewrap caja caja-admin caja-common caja-eiciel
  caja-extensions-common caja-gtkhash caja-image-converter caja-open-terminal caja-rename caja-seahorse caja-sendto caja-wallpaper cracklib-runtime dbus-x11 dconf-cli
  dconf-editor debian-mate-default-settings desktop-base desktop-file-utils dictionaries-common docbook-xml emacsen-common enchant-2 engrampa engrampa-common eom
  eom-common ffmpegthumbnailer fonts-dejavu fonts-dejavu-extra fonts-droid-fallback fonts-mathjax fonts-noto-mono fonts-quicksand fonts-urw-base35 gcr ghostscript
  gir1.2-atk-1.0 gir1.2-ayatanaappindicator3-0.1 gir1.2-bamf-3 gir1.2-caja-2.0 gir1.2-eom-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0
  gir1.2-gtksource-3.0 gir1.2-harfbuzz-0.0 gir1.2-matedesktop-2.0 gir1.2-matemenu-2.0 gir1.2-matepanelapplet-4.0 gir1.2-nm-1.0 gir1.2-notify-0.7 gir1.2-pango-1.0
  gir1.2-peas-1.0 gir1.2-pluma-1.0 gir1.2-wnck-3.0 gnome-desktop3-data gnome-keyring gnome-keyring-pkcs11 gnome-system-tools gsfonts gstreamer1.0-libav gtk2-engines
  gtk2-engines-murrine gtk2-engines-pixbuf gtkhash gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-libs hddtemp hunspell-en-us imagemagick imagemagick-6-common
  imagemagick-6.q16 libaccountsservice0 libapache2-mod-dnssd libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2-plugins libaspell15
  libatkmm-1.6-1v5 libatrildocument3 libatrilview3 libauthen-sasl-perl libavahi-glib1 libavcodec-dev libavcodec58 libavfilter7 libavformat-dev libavformat58
  libavresample4 libavutil-dev libavutil56 libayatana-appindicator3-1 libayatana-ido3-0.4-0 libayatana-indicator3-7 libb2-1 libbamf3-2 libbluetooth3
  libcairomm-1.0-1v5 libcaja-extension1 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse libcanberra0 libcdio-cdda2 libcdio-paranoia2 libclone-perl
  libcpupower1 libcrack2 libcryptui0a libdata-dump-perl libdbus-glib-1-2 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdjvulibre-text libdjvulibre21 libenchant-2-2
  libencode-locale-perl libexempi8 libffmpegthumbnailer4v5 libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl libfont-afm-perl
  libgail-3-0 libgck-1-0 libgcr-base-3-1 libgcr-ui-3-1 libgdata-common libgdata22 libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libglibmm-2.4-1v5 libglu1-mesa
  libgnome-desktop-3-19 libgoa-1.0-0b libgoa-1.0-common libgs9 libgs9-common libgtk-3-0 libgtk-3-common libgtk-layer-shell0 libgtkmm-3.0-1v5 libgtksourceview-3.0-1
  libgtksourceview-3.0-common libgtop-2.0-11 libgtop2-common libgucharmap-2-90-7 libgxps2 libhandy-1-0 libharfbuzz-icu0 libhtml-form-perl libhtml-format-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl
  libhunspell-1.7-0 libhyphen0 libical3 libidn11 libijs-0.35 libimagequant0 libimobiledevice6 libio-html-perl libio-socket-ssl-perl libio-stringy-perl
  libipc-system-simple-perl libjavascriptcoregtk-4.0-18 libjbig2dec0 libjs-mathjax libjxr-tools libjxr0 libkpathsea6 libldb2 liblqr-1-0 liblua5.3-0
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra libmagickwand-6.q16-6 libmailtools-perl libmanette-0.2-0
  libmarco-private2 libmate-desktop-2-17 libmate-menu2 libmate-panel-applet-4-1 libmate-sensors-applet-plugin0 libmate-slab0 libmate-window-settings1 libmatedict6
  libmatekbd-common libmatekbd4 libmatemixer-common libmatemixer0 libmateweather-common libmateweather1 libmysofa1 libnet-dbus-perl libnet-http-perl
  libnet-smtp-ssl-perl libnet-ssleay-perl libnetpbm10 libnfs13 libnm0 libnotify4 liboobs-1-5 libpam-gnome-keyring libpangomm-1.4-1v5 libpangoxft-1.0-0 libpaper-utils
  libpaper1 libpeas-1.0-0 libpeas-common libpipewire-0.3-0 libpipewire-0.3-modules libplist3 libpocketsphinx3 libpoppler-glib8 libpostproc55 libpulse-mainloop-glib0
  libpulsedsp libpwquality-common libpwquality1 libpython3.8 libpython3.8-minimal libpython3.8-stdlib librda-common librda0 librubberband2 libsecret-1-0
  libsecret-common libsmbclient libspa-0.2-modules libspectre1 libspeexdsp1 libsphinxbase3 libstartup-notification0 libswresample-dev libswresample3 libswscale-dev
  libswscale5 libsynctex2 libtdb1 libtie-ixhash-perl libtimedate-perl libtry-tiny-perl libupower-glib3 liburi-perl libusbmuxd6 libvidstab1.1 libvte-2.91-0
  libvte-2.91-common libwebkit2gtk-4.0-37 libwebpdemux2 libwmf0.2-7 libwnck-3-0 libwnck-3-common libwoff1 libwpe-1.0-1 libwpebackend-fdo-1.0-1 libwww-perl
  libwww-robotrules-perl libx11-protocol-perl libxcb-shape0 libxcb-util1 libxkbregistry0 libxklavier16 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl
  libxpresent1 libxres1 libxslt1.1 libxxf86dga1 libyelp0 lsof mailcap marco marco-common mate-applet-brisk-menu mate-applets mate-applets-common mate-backgrounds
  mate-calc mate-calc-common mate-control-center mate-control-center-common mate-desktop mate-desktop-common mate-desktop-environment mate-desktop-environment-core
  mate-dock-applet mate-icon-theme mate-indicator-applet mate-indicator-applet-common mate-media mate-media-common mate-menu mate-menus mate-notification-daemon
  mate-notification-daemon-common mate-panel mate-panel-common mate-polkit mate-polkit-common mate-power-manager mate-power-manager-common mate-screensaver
  mate-screensaver-common mate-sensors-applet mate-sensors-applet-common mate-session-manager mate-settings-daemon mate-settings-daemon-common mate-system-monitor
  mate-system-monitor-common mate-terminal mate-terminal-common mate-themes mate-tweak mate-user-guide mate-user-share mate-user-share-common mate-utils
  mate-utils-common menu menu-xdg mesa-utils mime-support mozo netpbm notification-daemon p11-kit p11-kit-modules perl-openssl-defaults pinentry-gnome3 pipewire
  pipewire-bin pluma pluma-common pocketsphinx-en-us pulseaudio pulseaudio-module-bluetooth pulseaudio-utils python-caja-common python3-cairo python3-caja
  python3-configobj python3-dbus python3-gi python3-gi-cairo python3-ldb python3-olefile python3-pil python3-setproctitle python3-talloc python3-xdg python3-xlib
  rtkit samba-libs seahorse seahorse-daemon sgml-base sgml-data sound-theme-freedesktop system-tools-backends udisks2 upower usbmuxd wamerican x11-utils
  x11-xserver-utils xdg-dbus-proxy xdg-desktop-portal xdg-desktop-portal-gtk xdg-utils xml-core yelp yelp-xsl zenity zenity-common
Suggested packages:
  gnome-control-center apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser aspell-doc spellutils unrar meld pidgin | gajim python-dbus thunderbird
  | icedove | evolution | claws-mail gnome | kde-standard | xfce4 | wmaker docbook docbook-dsssl docbook-xsl docbook-defguide arj lha lzip lzop ncompress rar rpm2cpio
  rzip sharutils unace unalz unar | unrar | p7zip-rar zoo fonts-noto fonts-freefont-otf | fonts-freefont-ttf fonts-texgyre ghostscript-x ntp murrine-themes
  samba-common hunspell openoffice.org-hunspell | openoffice.org-core imagemagick-doc autotrace cups-bsd | lpr | lprng enscript ffmpeg gimp gnuplot grads graphviz
  hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin transfig ufraw-batch libdigest-hmac-perl libgssapi-perl libcanberra-gtk0
  libenchant-2-voikko libusbmuxd-tools fonts-mathjax-extras fonts-stix libjs-mathjax-doc libcrypt-ssleay-perl inkscape gstreamer1.0-alsa libwmf0.2-7-gtk
  libauthen-ntlm-perl libunicode-map8-perl libunicode-string-perl xml-twig-tools gconf2 mail-reader | thunderbird network-manager-gnome x-www-browser | firefox
  caja-share mate-netbook software-center synaptic rss-glx xscreensaver-data mate-sensors-applet-nvidia compton ayatana-indicator-application | indicator-application
  ayatana-indicator-datetime | indicator-datetime ayatana-indicator-messages | indicator-messages ayatana-indicator-sound | indicator-sound ayatana-indicator-session
  | indicator-session ayatana-indicator-power | indicator-power menu-l10n gksu | kde-cli-tools | ktsuss pinentry-doc pavumeter pavucontrol paprefs
  python-configobj-doc python-dbus-doc python3-dbus-dbg python-pil-doc python3-pil-dbg sgml-base-doc perlsgml w3-recs opensp libxml2-utils btrfs-progs f2fs-tools
  libblockdev-mdraid2 mdadm nilfs-tools reiserfsprogs udftools udisks2-bcache udisks2-btrfs udisks2-lvm2 udisks2-zram xfsprogs nickle cairo-5c xorg-docs-core evince
The following NEW packages will be installed:
  accountsservice apache2-bin aspell aspell-en atril atril-common bamfdaemon blueman bluez-obexd bubblewrap caja caja-admin caja-common caja-eiciel
  caja-extensions-common caja-gtkhash caja-image-converter caja-open-terminal caja-rename caja-seahorse caja-sendto caja-wallpaper cracklib-runtime dbus-x11 dconf-cli
  dconf-editor debian-mate-default-settings desktop-base desktop-file-utils dictionaries-common docbook-xml emacsen-common enchant-2 engrampa engrampa-common eom
  eom-common ffmpegthumbnailer fonts-dejavu fonts-dejavu-extra fonts-droid-fallback fonts-mathjax fonts-noto-mono fonts-quicksand fonts-urw-base35 gcr ghostscript
  gir1.2-atk-1.0 gir1.2-ayatanaappindicator3-0.1 gir1.2-bamf-3 gir1.2-caja-2.0 gir1.2-eom-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0
  gir1.2-gtksource-3.0 gir1.2-harfbuzz-0.0 gir1.2-matedesktop-2.0 gir1.2-matemenu-2.0 gir1.2-matepanelapplet-4.0 gir1.2-nm-1.0 gir1.2-notify-0.7 gir1.2-pango-1.0
  gir1.2-peas-1.0 gir1.2-pluma-1.0 gir1.2-wnck-3.0 gnome-desktop3-data gnome-keyring gnome-keyring-pkcs11 gnome-system-tools gsfonts gstreamer1.0-libav gtk2-engines
  gtk2-engines-murrine gtk2-engines-pixbuf gtkhash gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-libs hddtemp hunspell-en-us imagemagick imagemagick-6-common
  imagemagick-6.q16 libaccountsservice0 libapache2-mod-dnssd libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2-plugins libaspell15
  libatkmm-1.6-1v5 libatrildocument3 libatrilview3 libauthen-sasl-perl libavahi-glib1 libavfilter7 libavresample4 libayatana-appindicator3-1 libayatana-ido3-0.4-0
  libayatana-indicator3-7 libb2-1 libbamf3-2 libbluetooth3 libcairomm-1.0-1v5 libcaja-extension1 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra-pulse
  libcanberra0 libcdio-cdda2 libcdio-paranoia2 libclone-perl libcpupower1 libcrack2 libcryptui0a libdata-dump-perl libdbus-glib-1-2 libdbusmenu-glib4
  libdbusmenu-gtk3-4 libdjvulibre-text libdjvulibre21 libenchant-2-2 libencode-locale-perl libexempi8 libffmpegthumbnailer4v5 libfile-basedir-perl
  libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl libfont-afm-perl libgail-3-0 libgck-1-0 libgcr-base-3-1 libgcr-ui-3-1 libgdata-common
  libgdata22 libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libglibmm-2.4-1v5 libglu1-mesa libgnome-desktop-3-19 libgoa-1.0-0b libgoa-1.0-common libgs9 libgs9-common
  libgtk-layer-shell0 libgtkmm-3.0-1v5 libgtksourceview-3.0-1 libgtksourceview-3.0-common libgtop-2.0-11 libgtop2-common libgucharmap-2-90-7 libgxps2 libhandy-1-0
  libharfbuzz-icu0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl
  libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhunspell-1.7-0 libhyphen0 libical3 libidn11 libijs-0.35 libimagequant0 libimobiledevice6
  libio-html-perl libio-socket-ssl-perl libio-stringy-perl libipc-system-simple-perl libjavascriptcoregtk-4.0-18 libjbig2dec0 libjs-mathjax libjxr-tools libjxr0
  libkpathsea6 libldb2 liblqr-1-0 liblua5.3-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra
  libmagickwand-6.q16-6 libmailtools-perl libmanette-0.2-0 libmarco-private2 libmate-desktop-2-17 libmate-menu2 libmate-panel-applet-4-1
  libmate-sensors-applet-plugin0 libmate-slab0 libmate-window-settings1 libmatedict6 libmatekbd-common libmatekbd4 libmatemixer-common libmatemixer0
  libmateweather-common libmateweather1 libmysofa1 libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnetpbm10 libnfs13 libnm0 libnotify4
  liboobs-1-5 libpam-gnome-keyring libpangomm-1.4-1v5 libpangoxft-1.0-0 libpaper-utils libpaper1 libpeas-1.0-0 libpeas-common libpipewire-0.3-0
  libpipewire-0.3-modules libplist3 libpocketsphinx3 libpoppler-glib8 libpostproc55 libpulse-mainloop-glib0 libpulsedsp libpwquality-common libpwquality1 libpython3.8
  libpython3.8-minimal libpython3.8-stdlib librda-common librda0 librubberband2 libsecret-1-0 libsecret-common libsmbclient libspa-0.2-modules libspectre1
  libspeexdsp1 libsphinxbase3 libstartup-notification0 libsynctex2 libtdb1 libtie-ixhash-perl libtimedate-perl libtry-tiny-perl libupower-glib3 liburi-perl
  libusbmuxd6 libvidstab1.1 libvte-2.91-0 libvte-2.91-common libwebkit2gtk-4.0-37 libwebpdemux2 libwmf0.2-7 libwnck-3-0 libwnck-3-common libwoff1 libwpe-1.0-1
  libwpebackend-fdo-1.0-1 libwww-perl libwww-robotrules-perl libx11-protocol-perl libxcb-shape0 libxcb-util1 libxkbregistry0 libxklavier16 libxml-parser-perl
  libxml-twig-perl libxml-xpathengine-perl libxpresent1 libxres1 libxslt1.1 libxxf86dga1 libyelp0 lsof mailcap marco marco-common mate-applet-brisk-menu mate-applets
  mate-applets-common mate-backgrounds mate-calc mate-calc-common mate-control-center mate-control-center-common mate-desktop mate-desktop-common
  mate-desktop-environment mate-desktop-environment-core mate-desktop-environment-extras mate-dock-applet mate-icon-theme mate-indicator-applet
  mate-indicator-applet-common mate-media mate-media-common mate-menu mate-menus mate-notification-daemon mate-notification-daemon-common mate-panel mate-panel-common
  mate-polkit mate-polkit-common mate-power-manager mate-power-manager-common mate-screensaver mate-screensaver-common mate-sensors-applet mate-sensors-applet-common
  mate-session-manager mate-settings-daemon mate-settings-daemon-common mate-system-monitor mate-system-monitor-common mate-terminal mate-terminal-common mate-themes
  mate-tweak mate-user-guide mate-user-share mate-user-share-common mate-utils mate-utils-common menu menu-xdg mesa-utils mime-support mozo netpbm notification-daemon
  p11-kit p11-kit-modules perl-openssl-defaults pinentry-gnome3 pipewire pipewire-bin pluma pluma-common pocketsphinx-en-us pulseaudio pulseaudio-module-bluetooth
  pulseaudio-utils python-caja-common python3-cairo python3-caja python3-configobj python3-dbus python3-gi python3-gi-cairo python3-ldb python3-olefile python3-pil
  python3-setproctitle python3-talloc python3-xdg python3-xlib rtkit samba-libs seahorse seahorse-daemon sgml-base sgml-data sound-theme-freedesktop
  system-tools-backends udisks2 upower usbmuxd wamerican x11-utils x11-xserver-utils xdg-dbus-proxy xdg-desktop-portal xdg-desktop-portal-gtk xdg-utils xml-core yelp
  yelp-xsl zenity zenity-common
The following packages will be upgraded:
  libavcodec-dev libavcodec58 libavformat-dev libavformat58 libavutil-dev libavutil56 libgtk-3-0 libgtk-3-common libswresample-dev libswresample3 libswscale-dev
  libswscale5
12 upgraded, 392 newly installed, 0 to remove and 57 not upgraded.
Need to get 54.4 MB/289 MB of archives.
After this operation, 991 MB of additional disk space will be used.
Get:1 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf imagemagick-6-common all 8:6.9.11.60+dfsg-1.3+deb11u1 [211 kB]
Get:2 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavformat-dev armhf 7:4.3.5-0+deb11u1+rpt3 [1,817 kB]
Get:3 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libmagickcore-6.q16-6 armhf 8:6.9.11.60+dfsg-1.3+deb11u1 [1,641 kB]
Get:4 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libmagickwand-6.q16-6 armhf 8:6.9.11.60+dfsg-1.3+deb11u1 [434 kB]
Get:5 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libapr1 armhf 1.7.0-6+deb11u2 [87.8 kB]
Get:6 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libaprutil1 armhf 1.6.1-5+deb11u1 [81.6 kB]
Get:7 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libaprutil1-dbd-sqlite3 armhf 1.6.1-5+deb11u1 [17.7 kB]
Get:8 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libaprutil1-ldap armhf 1.6.1-5+deb11u1 [16.7 kB]
Get:9 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libjavascriptcoregtk-4.0-18 armhf 2.38.5-1~deb11u1+rpi1 [2,500 kB]
Get:10 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libwebkit2gtk-4.0-37 armhf 2.38.5-1~deb11u1+rpi1 [15.1 MB]
Get:11 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavcodec-dev armhf 7:4.3.5-0+deb11u1+rpt3 [10.3 MB]
Get:12 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavformat58 armhf 7:4.3.5-0+deb11u1+rpt3 [1,570 kB]
Get:13 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavcodec58 armhf 7:4.3.5-0+deb11u1+rpt3 [9,133 kB]
Get:14 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libswresample-dev armhf 7:4.3.5-0+deb11u1+rpt3 [131 kB]
Get:15 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libswresample3 armhf 7:4.3.5-0+deb11u1+rpt3 [121 kB]
Get:16 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libswscale-dev armhf 7:4.3.5-0+deb11u1+rpt3 [278 kB]
Get:17 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavutil-dev armhf 7:4.3.5-0+deb11u1+rpt3 [604 kB]
Get:18 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf imagemagick-6.q16 armhf 8:6.9.11.60+dfsg-1.3+deb11u1 [383 kB]
Get:19 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libswscale5 armhf 7:4.3.5-0+deb11u1+rpt3 [261 kB]
Get:20 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf imagemagick armhf 8:6.9.11.60+dfsg-1.3+deb11u1 [166 kB]
Get:21 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libcpupower1 armhf 5.10.158-2+rpi1 [547 kB]
Get:22 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavutil56 armhf 7:4.3.5-0+deb11u1+rpt3 [464 kB]
Get:23 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libmagickcore-6.q16-6-extra armhf 8:6.9.11.60+dfsg-1.3+deb11u1 [211 kB]
Get:24 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavresample4 armhf 7:4.3.5-0+deb11u1+rpt3 [107 kB]
Get:25 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libgtk-3-common all 3.24.24-4+rpt12+deb11u2 [3,758 kB]
Get:26 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libgtk-3-0 armhf 3.24.24-4+rpt12+deb11u2 [2,278 kB]
Get:27 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf gir1.2-gtk-3.0 armhf 3.24.24-4+rpt12+deb11u2 [260 kB]
Get:28 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libgail-3-0 armhf 3.24.24-4+rpt12+deb11u2 [83.3 kB]
Get:29 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libpostproc55 armhf 7:4.3.5-0+deb11u1+rpt3 [96.5 kB]
Get:30 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf libavfilter7 armhf 7:4.3.5-0+deb11u1+rpt3 [1,782 kB]
Fetched 54.4 MB in 1min 16s (714 kB/s)
apt-listchanges: Reading changelogs...
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package fonts-droid-fallback.
(Reading database ... 122478 files and directories currently installed.)
Preparing to unpack .../000-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ...
Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ...
Selecting previously unselected package liblqr-1-0:armhf.
Preparing to unpack .../001-liblqr-1-0_0.4.2-2.1_armhf.deb ...
Unpacking liblqr-1-0:armhf (0.4.2-2.1) ...
Selecting previously unselected package libwebpdemux2:armhf.
Preparing to unpack .../002-libwebpdemux2_0.6.1-2.1_armhf.deb ...
Unpacking libwebpdemux2:armhf (0.6.1-2.1) ...
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../003-imagemagick-6-common_8%3a6.9.11.60+dfsg-1.3+deb11u1_all.deb ...
Unpacking imagemagick-6-common (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Selecting previously unselected package libmagickcore-6.q16-6:armhf.
Preparing to unpack .../004-libmagickcore-6.q16-6_8%3a6.9.11.60+dfsg-1.3+deb11u1_armhf.deb ...
Unpacking libmagickcore-6.q16-6:armhf (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Selecting previously unselected package libmagickwand-6.q16-6:armhf.
Preparing to unpack .../005-libmagickwand-6.q16-6_8%3a6.9.11.60+dfsg-1.3+deb11u1_armhf.deb ...
Unpacking libmagickwand-6.q16-6:armhf (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Selecting previously unselected package libtdb1:armhf.
Preparing to unpack .../006-libtdb1_1.4.3-1+b1_armhf.deb ...
Unpacking libtdb1:armhf (1.4.3-1+b1) ...
Selecting previously unselected package libldb2:armhf.
Preparing to unpack .../007-libldb2_2%3a2.2.3-2~deb11u2_armhf.deb ...
Unpacking libldb2:armhf (2:2.2.3-2~deb11u2) ...
Selecting previously unselected package python3-ldb.
Preparing to unpack .../008-python3-ldb_2%3a2.2.3-2~deb11u2_armhf.deb ...
Unpacking python3-ldb (2:2.2.3-2~deb11u2) ...
Selecting previously unselected package python3-talloc:armhf.
Preparing to unpack .../009-python3-talloc_2.3.1-2+b1_armhf.deb ...
Unpacking python3-talloc:armhf (2.3.1-2+b1) ...
Selecting previously unselected package samba-libs:armhf.
Preparing to unpack .../010-samba-libs_2%3a4.13.13+dfsg-1~deb11u4_armhf.deb ...
Unpacking samba-libs:armhf (2:4.13.13+dfsg-1~deb11u4) ...
Selecting previously unselected package libsmbclient:armhf.
Preparing to unpack .../011-libsmbclient_2%3a4.13.13+dfsg-1~deb11u4_armhf.deb ...
Unpacking libsmbclient:armhf (2:4.13.13+dfsg-1~deb11u4) ...
Selecting previously unselected package libspeexdsp1:armhf.
Preparing to unpack .../012-libspeexdsp1_1.2~rc1.2-1.1_armhf.deb ...
Unpacking libspeexdsp1:armhf (1.2~rc1.2-1.1) ...
Preparing to unpack .../013-libavformat-dev_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavformat-dev:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../014-libavcodec-dev_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavcodec-dev:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../015-libavformat58_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavformat58:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../016-libavcodec58_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavcodec58:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../017-libswresample-dev_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libswresample-dev:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../018-libswresample3_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libswresample3:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../019-libswscale-dev_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libswscale-dev:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../020-libavutil-dev_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavutil-dev:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../021-libswscale5_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libswscale5:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Preparing to unpack .../022-libavutil56_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavutil56:armhf (7:4.3.5-0+deb11u1+rpt3) over (7:4.3.5-0+deb11u1+rpt2) ...
Selecting previously unselected package libavresample4:armhf.
Preparing to unpack .../023-libavresample4_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavresample4:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Selecting previously unselected package libasound2-plugins:armhf.
Preparing to unpack .../024-libasound2-plugins_1.2.2-2_armhf.deb ...
Unpacking libasound2-plugins:armhf (1.2.2-2) ...
Selecting previously unselected package libpulsedsp:armhf.
Preparing to unpack .../025-libpulsedsp_14.2-2+rpt1_armhf.deb ...
Unpacking libpulsedsp:armhf (14.2-2+rpt1) ...
Selecting previously unselected package pulseaudio-utils.
Preparing to unpack .../026-pulseaudio-utils_14.2-2+rpt1_armhf.deb ...
Unpacking pulseaudio-utils (14.2-2+rpt1) ...
Selecting previously unselected package pulseaudio.
Preparing to unpack .../027-pulseaudio_14.2-2+rpt1_armhf.deb ...
Unpacking pulseaudio (14.2-2+rpt1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../028-sgml-base_1.30_all.deb ...
Unpacking sgml-base (1.30) ...
Selecting previously unselected package lsof.
Preparing to unpack .../029-lsof_4.93.2+dfsg-1.1_armhf.deb ...
Unpacking lsof (4.93.2+dfsg-1.1) ...
Selecting previously unselected package mailcap.
Preparing to unpack .../030-mailcap_3.69_all.deb ...
Unpacking mailcap (3.69) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../031-mime-support_3.66_all.deb ...
Unpacking mime-support (3.66) ...
Selecting previously unselected package wamerican.
Preparing to unpack .../032-wamerican_2019.10.06-1_all.deb ...
Unpacking wamerican (2019.10.06-1) ...
Selecting previously unselected package libaccountsservice0:armhf.
Preparing to unpack .../033-libaccountsservice0_0.6.55-3_armhf.deb ...
Unpacking libaccountsservice0:armhf (0.6.55-3) ...
Selecting previously unselected package accountsservice.
Preparing to unpack .../034-accountsservice_0.6.55-3_armhf.deb ...
Unpacking accountsservice (0.6.55-3) ...
Selecting previously unselected package libapr1:armhf.
Preparing to unpack .../035-libapr1_1.7.0-6+deb11u2_armhf.deb ...
Unpacking libapr1:armhf (1.7.0-6+deb11u2) ...
Selecting previously unselected package libaprutil1:armhf.
Preparing to unpack .../036-libaprutil1_1.6.1-5+deb11u1_armhf.deb ...
Unpacking libaprutil1:armhf (1.6.1-5+deb11u1) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3:armhf.
Preparing to unpack .../037-libaprutil1-dbd-sqlite3_1.6.1-5+deb11u1_armhf.deb ...
Unpacking libaprutil1-dbd-sqlite3:armhf (1.6.1-5+deb11u1) ...
Selecting previously unselected package libaprutil1-ldap:armhf.
Preparing to unpack .../038-libaprutil1-ldap_1.6.1-5+deb11u1_armhf.deb ...
Unpacking libaprutil1-ldap:armhf (1.6.1-5+deb11u1) ...
Selecting previously unselected package liblua5.3-0:armhf.
Preparing to unpack .../039-liblua5.3-0_5.3.3-1.1+b1_armhf.deb ...
Unpacking liblua5.3-0:armhf (5.3.3-1.1+b1) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../040-apache2-bin_2.4.54-1~deb11u1_armhf.deb ...
Unpacking apache2-bin (2.4.54-1~deb11u1) ...
Selecting previously unselected package libaspell15:armhf.
Preparing to unpack .../041-libaspell15_0.60.8-3_armhf.deb ...
Unpacking libaspell15:armhf (0.60.8-3) ...
Selecting previously unselected package emacsen-common.
Preparing to unpack .../042-emacsen-common_3.0.4_all.deb ...
Unpacking emacsen-common (3.0.4) ...
Selecting previously unselected package dictionaries-common.
Preparing to unpack .../043-dictionaries-common_1.28.4_all.deb ...
Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Unpacking dictionaries-common (1.28.4) ...
Selecting previously unselected package aspell.
Preparing to unpack .../044-aspell_0.60.8-3_armhf.deb ...
Unpacking aspell (0.60.8-3) ...
Selecting previously unselected package aspell-en.
Preparing to unpack .../045-aspell-en_2018.04.16-0-1_all.deb ...
Unpacking aspell-en (2018.04.16-0-1) ...
Selecting previously unselected package atril-common.
Preparing to unpack .../046-atril-common_1.24.0-1_all.deb ...
Unpacking atril-common (1.24.0-1) ...
Selecting previously unselected package fonts-mathjax.
Preparing to unpack .../047-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
Selecting previously unselected package libjs-mathjax.
Preparing to unpack .../048-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
Selecting previously unselected package libdjvulibre-text.
Preparing to unpack .../049-libdjvulibre-text_3.5.28-2_all.deb ...
Unpacking libdjvulibre-text (3.5.28-2) ...
Selecting previously unselected package libdjvulibre21:armhf.
Preparing to unpack .../050-libdjvulibre21_3.5.28-2_armhf.deb ...
Unpacking libdjvulibre21:armhf (3.5.28-2) ...
Selecting previously unselected package libgdk-pixbuf-xlib-2.0-0:armhf.
Preparing to unpack .../051-libgdk-pixbuf-xlib-2.0-0_2.40.2-2_armhf.deb ...
Unpacking libgdk-pixbuf-xlib-2.0-0:armhf (2.40.2-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-0:armhf.
Preparing to unpack .../052-libgdk-pixbuf2.0-0_2.40.2-2_armhf.deb ...
Unpacking libgdk-pixbuf2.0-0:armhf (2.40.2-2) ...
Preparing to unpack .../053-libgtk-3-common_3.24.24-4+rpt12+deb11u2_all.deb ...
Unpacking libgtk-3-common (3.24.24-4+rpt12+deb11u2) over (3.24.24-4+rpt9+deb11u2) ...
Preparing to unpack .../054-libgtk-3-0_3.24.24-4+rpt12+deb11u2_armhf.deb ...
Unpacking libgtk-3-0:armhf (3.24.24-4+rpt12+deb11u2) over (3.24.24-4+rpt9+deb11u2) ...
Selecting previously unselected package libgxps2:armhf.
Preparing to unpack .../055-libgxps2_0.3.2-1_armhf.deb ...
Unpacking libgxps2:armhf (0.3.2-1) ...
Selecting previously unselected package libkpathsea6:armhf.
Preparing to unpack .../056-libkpathsea6_2020.20200327.54578-7_armhf.deb ...
Unpacking libkpathsea6:armhf (2020.20200327.54578-7) ...
Selecting previously unselected package libpoppler-glib8:armhf.
Preparing to unpack .../057-libpoppler-glib8_20.09.0-3.1+deb11u1_armhf.deb ...
Unpacking libpoppler-glib8:armhf (20.09.0-3.1+deb11u1) ...
Selecting previously unselected package fonts-urw-base35.
Preparing to unpack .../058-fonts-urw-base35_20200910-1_all.deb ...
Unpacking fonts-urw-base35 (20200910-1) ...
Selecting previously unselected package libgs9-common.
Preparing to unpack .../059-libgs9-common_9.53.3~dfsg-7+deb11u2_all.deb ...
Unpacking libgs9-common (9.53.3~dfsg-7+deb11u2) ...
Selecting previously unselected package libidn11:armhf.
Preparing to unpack .../060-libidn11_1.33-3_armhf.deb ...
Unpacking libidn11:armhf (1.33-3) ...
Selecting previously unselected package libijs-0.35:armhf.
Preparing to unpack .../061-libijs-0.35_0.35-15_armhf.deb ...
Unpacking libijs-0.35:armhf (0.35-15) ...
Selecting previously unselected package libjbig2dec0:armhf.
Preparing to unpack .../062-libjbig2dec0_0.19-2_armhf.deb ...
Unpacking libjbig2dec0:armhf (0.19-2) ...
Selecting previously unselected package libpaper1:armhf.
Preparing to unpack .../063-libpaper1_1.1.28_armhf.deb ...
Unpacking libpaper1:armhf (1.1.28) ...
Selecting previously unselected package libgs9:armhf.
Preparing to unpack .../064-libgs9_9.53.3~dfsg-7+deb11u2_armhf.deb ...
Unpacking libgs9:armhf (9.53.3~dfsg-7+deb11u2) ...
Selecting previously unselected package libspectre1:armhf.
Preparing to unpack .../065-libspectre1_0.2.9-1_armhf.deb ...
Unpacking libspectre1:armhf (0.2.9-1) ...
Selecting previously unselected package libsynctex2:armhf.
Preparing to unpack .../066-libsynctex2_2020.20200327.54578-7_armhf.deb ...
Unpacking libsynctex2:armhf (2020.20200327.54578-7) ...
Selecting previously unselected package libatrildocument3.
Preparing to unpack .../067-libatrildocument3_1.24.0-1_armhf.deb ...
Unpacking libatrildocument3 (1.24.0-1) ...
Selecting previously unselected package libjavascriptcoregtk-4.0-18:armhf.
Preparing to unpack .../068-libjavascriptcoregtk-4.0-18_2.38.5-1~deb11u1+rpi1_armhf.deb ...
Unpacking libjavascriptcoregtk-4.0-18:armhf (2.38.5-1~deb11u1+rpi1) ...
Selecting previously unselected package bubblewrap.
Preparing to unpack .../069-bubblewrap_0.4.1-3_armhf.deb ...
Unpacking bubblewrap (0.4.1-3) ...
Selecting previously unselected package xdg-dbus-proxy.
Preparing to unpack .../070-xdg-dbus-proxy_0.1.2-2_armhf.deb ...
Unpacking xdg-dbus-proxy (0.1.2-2) ...
Selecting previously unselected package hunspell-en-us.
Preparing to unpack .../071-hunspell-en-us_1%3a2019.10.06-1_all.deb ...
Unpacking hunspell-en-us (1:2019.10.06-1) ...
Selecting previously unselected package libhunspell-1.7-0:armhf.
Preparing to unpack .../072-libhunspell-1.7-0_1.7.0-3+b1_armhf.deb ...
Unpacking libhunspell-1.7-0:armhf (1.7.0-3+b1) ...
Selecting previously unselected package libenchant-2-2:armhf.
Preparing to unpack .../073-libenchant-2-2_2.2.15-1_armhf.deb ...
Unpacking libenchant-2-2:armhf (2.2.15-1) ...
Selecting previously unselected package libharfbuzz-icu0:armhf.
Preparing to unpack .../074-libharfbuzz-icu0_2.7.4-1_armhf.deb ...
Unpacking libharfbuzz-icu0:armhf (2.7.4-1) ...
Selecting previously unselected package libhyphen0:armhf.
Preparing to unpack .../075-libhyphen0_2.8.8-7_armhf.deb ...
Unpacking libhyphen0:armhf (2.8.8-7) ...
Selecting previously unselected package libmanette-0.2-0:armhf.
Preparing to unpack .../076-libmanette-0.2-0_0.2.5-1_armhf.deb ...
Unpacking libmanette-0.2-0:armhf (0.2.5-1) ...
Selecting previously unselected package libsecret-common.
Preparing to unpack .../077-libsecret-common_0.20.4-2_all.deb ...
Unpacking libsecret-common (0.20.4-2) ...
Selecting previously unselected package libsecret-1-0:armhf.
Preparing to unpack .../078-libsecret-1-0_0.20.4-2_armhf.deb ...
Unpacking libsecret-1-0:armhf (0.20.4-2) ...
Selecting previously unselected package libwoff1:armhf.
Preparing to unpack .../079-libwoff1_1.0.2-1_armhf.deb ...
Unpacking libwoff1:armhf (1.0.2-1) ...
Selecting previously unselected package libwpe-1.0-1:armhf.
Preparing to unpack .../080-libwpe-1.0-1_1.10.0-2_armhf.deb ...
Unpacking libwpe-1.0-1:armhf (1.10.0-2) ...
Selecting previously unselected package libwpebackend-fdo-1.0-1:armhf.
Preparing to unpack .../081-libwpebackend-fdo-1.0-1_1.8.0-1_armhf.deb ...
Unpacking libwpebackend-fdo-1.0-1:armhf (1.8.0-1) ...
Selecting previously unselected package libxslt1.1:armhf.
Preparing to unpack .../082-libxslt1.1_1.1.34-4+deb11u1_armhf.deb ...
Unpacking libxslt1.1:armhf (1.1.34-4+deb11u1) ...
Selecting previously unselected package libwebkit2gtk-4.0-37:armhf.
Preparing to unpack .../083-libwebkit2gtk-4.0-37_2.38.5-1~deb11u1+rpi1_armhf.deb ...
Unpacking libwebkit2gtk-4.0-37:armhf (2.38.5-1~deb11u1+rpi1) ...
Selecting previously unselected package libatrilview3.
Preparing to unpack .../084-libatrilview3_1.24.0-1_armhf.deb ...
Unpacking libatrilview3 (1.24.0-1) ...
Selecting previously unselected package libcaja-extension1:armhf.
Preparing to unpack .../085-libcaja-extension1_1.24.0-1_armhf.deb ...
Unpacking libcaja-extension1:armhf (1.24.0-1) ...
Selecting previously unselected package atril.
Preparing to unpack .../086-atril_1.24.0-1_armhf.deb ...
Unpacking atril (1.24.0-1) ...
Selecting previously unselected package libbamf3-2:armhf.
Preparing to unpack .../087-libbamf3-2_0.5.4-2_armhf.deb ...
Unpacking libbamf3-2:armhf (0.5.4-2) ...
Selecting previously unselected package libgtop2-common.
Preparing to unpack .../088-libgtop2-common_2.40.0-2_all.deb ...
Unpacking libgtop2-common (2.40.0-2) ...
Selecting previously unselected package libgtop-2.0-11:armhf.
Preparing to unpack .../089-libgtop-2.0-11_2.40.0-2_armhf.deb ...
Unpacking libgtop-2.0-11:armhf (2.40.0-2) ...
Selecting previously unselected package libxcb-util1:armhf.
Preparing to unpack .../090-libxcb-util1_0.4.0-1_armhf.deb ...
Unpacking libxcb-util1:armhf (0.4.0-1) ...
Selecting previously unselected package libstartup-notification0:armhf.
Preparing to unpack .../091-libstartup-notification0_0.12-6+b1_armhf.deb ...
Unpacking libstartup-notification0:armhf (0.12-6+b1) ...
Selecting previously unselected package libxres1:armhf.
Preparing to unpack .../092-libxres1_2%3a1.2.0-4_armhf.deb ...
Unpacking libxres1:armhf (2:1.2.0-4) ...
Selecting previously unselected package libwnck-3-common.
Preparing to unpack .../093-libwnck-3-common_3.36.0-1_all.deb ...
Unpacking libwnck-3-common (3.36.0-1) ...
Selecting previously unselected package libwnck-3-0:armhf.
Preparing to unpack .../094-libwnck-3-0_3.36.0-1_armhf.deb ...
Unpacking libwnck-3-0:armhf (3.36.0-1) ...
Selecting previously unselected package bamfdaemon.
Preparing to unpack .../095-bamfdaemon_0.5.4-2_armhf.deb ...
Unpacking bamfdaemon (0.5.4-2) ...
Selecting previously unselected package libbluetooth3:armhf.
Preparing to unpack .../096-libbluetooth3_5.55-3.1+rpt2_armhf.deb ...
Unpacking libbluetooth3:armhf (5.55-3.1+rpt2) ...
Selecting previously unselected package dbus-x11.
Preparing to unpack .../097-dbus-x11_1.12.24-0+deb11u1_armhf.deb ...
Unpacking dbus-x11 (1.12.24-0+deb11u1) ...
Selecting previously unselected package libical3:armhf.
Preparing to unpack .../098-libical3_3.0.9-2_armhf.deb ...
Unpacking libical3:armhf (3.0.9-2) ...
Selecting previously unselected package bluez-obexd.
Preparing to unpack .../099-bluez-obexd_5.55-3.1+rpt2_armhf.deb ...
Unpacking bluez-obexd (5.55-3.1+rpt2) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../100-python3-gi_3.38.0-2_armhf.deb ...
Unpacking python3-gi (3.38.0-2) ...
Selecting previously unselected package notification-daemon.
Preparing to unpack .../101-notification-daemon_3.20.0-4_armhf.deb ...
Unpacking notification-daemon (3.20.0-4) ...
Selecting previously unselected package mate-notification-daemon-common.
Preparing to unpack .../102-mate-notification-daemon-common_1.24.1-1_all.deb ...
Unpacking mate-notification-daemon-common (1.24.1-1) ...
Selecting previously unselected package sound-theme-freedesktop.
Preparing to unpack .../103-sound-theme-freedesktop_0.8-2_all.deb ...
Unpacking sound-theme-freedesktop (0.8-2) ...
Selecting previously unselected package libcanberra0:armhf.
Preparing to unpack .../104-libcanberra0_0.30-7+b10_armhf.deb ...
Unpacking libcanberra0:armhf (0.30-7+b10) ...
Selecting previously unselected package libcanberra-gtk3-0:armhf.
Preparing to unpack .../105-libcanberra-gtk3-0_0.30-7+b10_armhf.deb ...
Unpacking libcanberra-gtk3-0:armhf (0.30-7+b10) ...
Selecting previously unselected package libnotify4:armhf.
Preparing to unpack .../106-libnotify4_0.7.9-3_armhf.deb ...
Unpacking libnotify4:armhf (0.7.9-3) ...
Selecting previously unselected package mate-notification-daemon.
Preparing to unpack .../107-mate-notification-daemon_1.24.1-1_armhf.deb ...
Unpacking mate-notification-daemon (1.24.1-1) ...
Selecting previously unselected package mate-icon-theme.
Preparing to unpack .../108-mate-icon-theme_1.24.0-1_all.deb ...
Unpacking mate-icon-theme (1.24.0-1) ...
Selecting previously unselected package libpulse-mainloop-glib0:armhf.
Preparing to unpack .../109-libpulse-mainloop-glib0_14.2-2+rpt1_armhf.deb ...
Unpacking libpulse-mainloop-glib0:armhf (14.2-2+rpt1) ...
Selecting previously unselected package gir1.2-atk-1.0:armhf.
Preparing to unpack .../110-gir1.2-atk-1.0_2.36.0-2_armhf.deb ...
Unpacking gir1.2-atk-1.0:armhf (2.36.0-2) ...
Selecting previously unselected package gir1.2-freedesktop:armhf.
Preparing to unpack .../111-gir1.2-freedesktop_1.66.1-1+b1_armhf.deb ...
Unpacking gir1.2-freedesktop:armhf (1.66.1-1+b1) ...
Selecting previously unselected package gir1.2-gdkpixbuf-2.0:armhf.
Preparing to unpack .../112-gir1.2-gdkpixbuf-2.0_2.42.2+dfsg-1+deb11u1_armhf.deb ...
Unpacking gir1.2-gdkpixbuf-2.0:armhf (2.42.2+dfsg-1+deb11u1) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:armhf.
Preparing to unpack .../113-gir1.2-harfbuzz-0.0_2.7.4-1_armhf.deb ...
Unpacking gir1.2-harfbuzz-0.0:armhf (2.7.4-1) ...
Selecting previously unselected package libpangoxft-1.0-0:armhf.
Preparing to unpack .../114-libpangoxft-1.0-0_1.46.2-3_armhf.deb ...
Unpacking libpangoxft-1.0-0:armhf (1.46.2-3) ...
Selecting previously unselected package gir1.2-pango-1.0:armhf.
Preparing to unpack .../115-gir1.2-pango-1.0_1.46.2-3_armhf.deb ...
Unpacking gir1.2-pango-1.0:armhf (1.46.2-3) ...
Selecting previously unselected package gir1.2-gtk-3.0:armhf.
Preparing to unpack .../116-gir1.2-gtk-3.0_3.24.24-4+rpt12+deb11u2_armhf.deb ...
Unpacking gir1.2-gtk-3.0:armhf (3.24.24-4+rpt12+deb11u2) ...
Selecting previously unselected package python3-cairo:armhf.
Preparing to unpack .../117-python3-cairo_1.16.2-4+b1_armhf.deb ...
Unpacking python3-cairo:armhf (1.16.2-4+b1) ...
Selecting previously unselected package python3-gi-cairo.
Preparing to unpack .../118-python3-gi-cairo_3.38.0-2_armhf.deb ...
Unpacking python3-gi-cairo (3.38.0-2) ...
Selecting previously unselected package libayatana-ido3-0.4-0:armhf.
Preparing to unpack .../119-libayatana-ido3-0.4-0_0.8.2-1_armhf.deb ...
Unpacking libayatana-ido3-0.4-0:armhf (0.8.2-1) ...
Selecting previously unselected package libayatana-indicator3-7:armhf.
Preparing to unpack .../120-libayatana-indicator3-7_0.8.4-1+deb11u2_armhf.deb ...
Unpacking libayatana-indicator3-7:armhf (0.8.4-1+deb11u2) ...
Selecting previously unselected package libdbusmenu-glib4:armhf.
Preparing to unpack .../121-libdbusmenu-glib4_18.10.20180917~bzr492+repack1-2_armhf.deb ...
Unpacking libdbusmenu-glib4:armhf (18.10.20180917~bzr492+repack1-2) ...
Selecting previously unselected package libdbusmenu-gtk3-4:armhf.
Preparing to unpack .../122-libdbusmenu-gtk3-4_18.10.20180917~bzr492+repack1-2_armhf.deb ...
Unpacking libdbusmenu-gtk3-4:armhf (18.10.20180917~bzr492+repack1-2) ...
Selecting previously unselected package libayatana-appindicator3-1.
Preparing to unpack .../123-libayatana-appindicator3-1_0.5.5-2+deb11u2_armhf.deb ...
Unpacking libayatana-appindicator3-1 (0.5.5-2+deb11u2) ...
Selecting previously unselected package gir1.2-ayatanaappindicator3-0.1.
Preparing to unpack .../124-gir1.2-ayatanaappindicator3-0.1_0.5.5-2+deb11u2_armhf.deb ...
Unpacking gir1.2-ayatanaappindicator3-0.1 (0.5.5-2+deb11u2) ...
Selecting previously unselected package libnm0:armhf.
Preparing to unpack .../125-libnm0_1.30.6-1+deb11u1_armhf.deb ...
Unpacking libnm0:armhf (1.30.6-1+deb11u1) ...
Selecting previously unselected package gir1.2-nm-1.0:armhf.
Preparing to unpack .../126-gir1.2-nm-1.0_1.30.6-1+deb11u1_armhf.deb ...
Unpacking gir1.2-nm-1.0:armhf (1.30.6-1+deb11u1) ...
Selecting previously unselected package blueman.
Preparing to unpack .../127-blueman_2.1.4-1+b2_armhf.deb ...
Unpacking blueman (2.1.4-1+b2) ...
Selecting previously unselected package caja-common.
Preparing to unpack .../128-caja-common_1.24.0-1_all.deb ...
Unpacking caja-common (1.24.0-1) ...
Selecting previously unselected package desktop-file-utils.
Preparing to unpack .../129-desktop-file-utils_0.26-1_armhf.deb ...
Unpacking desktop-file-utils (0.26-1) ...
Selecting previously unselected package gvfs-common.
Preparing to unpack .../130-gvfs-common_1.46.2-1_all.deb ...
Unpacking gvfs-common (1.46.2-1) ...
Selecting previously unselected package libgck-1-0:armhf.
Preparing to unpack .../131-libgck-1-0_3.38.1-2_armhf.deb ...
Unpacking libgck-1-0:armhf (3.38.1-2) ...
Selecting previously unselected package libgcr-base-3-1:armhf.
Preparing to unpack .../132-libgcr-base-3-1_3.38.1-2_armhf.deb ...
Unpacking libgcr-base-3-1:armhf (3.38.1-2) ...
Selecting previously unselected package gvfs-libs:armhf.
Preparing to unpack .../133-gvfs-libs_1.46.2-1_armhf.deb ...
Unpacking gvfs-libs:armhf (1.46.2-1) ...
Selecting previously unselected package udisks2.
Preparing to unpack .../134-udisks2_2.9.2-2+deb11u1_armhf.deb ...
Unpacking udisks2 (2.9.2-2+deb11u1) ...
Selecting previously unselected package gvfs-daemons.
Preparing to unpack .../135-gvfs-daemons_1.46.2-1_armhf.deb ...
Unpacking gvfs-daemons (1.46.2-1) ...
Selecting previously unselected package gvfs:armhf.
Preparing to unpack .../136-gvfs_1.46.2-1_armhf.deb ...
Unpacking gvfs:armhf (1.46.2-1) ...
Selecting previously unselected package libmate-desktop-2-17:armhf.
Preparing to unpack .../137-libmate-desktop-2-17_1.24.1-2_armhf.deb ...
Unpacking libmate-desktop-2-17:armhf (1.24.1-2) ...
Selecting previously unselected package mate-desktop-common.
Preparing to unpack .../138-mate-desktop-common_1.24.1-2_all.deb ...
Unpacking mate-desktop-common (1.24.1-2) ...
Selecting previously unselected package mate-desktop.
Preparing to unpack .../139-mate-desktop_1.24.1-2_armhf.deb ...
Unpacking mate-desktop (1.24.1-2) ...
Selecting previously unselected package libexempi8:armhf.
Preparing to unpack .../140-libexempi8_2.5.2-1_armhf.deb ...
Unpacking libexempi8:armhf (2.5.2-1) ...
Selecting previously unselected package libgail-3-0:armhf.
Preparing to unpack .../141-libgail-3-0_3.24.24-4+rpt12+deb11u2_armhf.deb ...
Unpacking libgail-3-0:armhf (3.24.24-4+rpt12+deb11u2) ...
Selecting previously unselected package caja.
Preparing to unpack .../142-caja_1.24.0-1_armhf.deb ...
Unpacking caja (1.24.0-1) ...
Selecting previously unselected package gir1.2-caja-2.0:armhf.
Preparing to unpack .../143-gir1.2-caja-2.0_1.24.0-1_armhf.deb ...
Unpacking gir1.2-caja-2.0:armhf (1.24.0-1) ...
Selecting previously unselected package python-caja-common.
Preparing to unpack .../144-python-caja-common_1.24.0-3_all.deb ...
Unpacking python-caja-common (1.24.0-3) ...
Selecting previously unselected package python3-caja.
Preparing to unpack .../145-python3-caja_1.24.0-3_armhf.deb ...
Unpacking python3-caja (1.24.0-3) ...
Selecting previously unselected package caja-admin.
Preparing to unpack .../146-caja-admin_0.0.3-1_all.deb ...
Unpacking caja-admin (0.0.3-1) ...
Selecting previously unselected package libglibmm-2.4-1v5:armhf.
Preparing to unpack .../147-libglibmm-2.4-1v5_2.64.2-2_armhf.deb ...
Unpacking libglibmm-2.4-1v5:armhf (2.64.2-2) ...
Selecting previously unselected package libatkmm-1.6-1v5:armhf.
Preparing to unpack .../148-libatkmm-1.6-1v5_2.28.0-3_armhf.deb ...
Unpacking libatkmm-1.6-1v5:armhf (2.28.0-3) ...
Selecting previously unselected package libcairomm-1.0-1v5:armhf.
Preparing to unpack .../149-libcairomm-1.0-1v5_1.12.2-4_armhf.deb ...
Unpacking libcairomm-1.0-1v5:armhf (1.12.2-4) ...
Selecting previously unselected package libpangomm-1.4-1v5:armhf.
Preparing to unpack .../150-libpangomm-1.4-1v5_2.42.1-1_armhf.deb ...
Unpacking libpangomm-1.4-1v5:armhf (2.42.1-1) ...
Selecting previously unselected package libgtkmm-3.0-1v5:armhf.
Preparing to unpack .../151-libgtkmm-3.0-1v5_3.24.2-2_armhf.deb ...
Unpacking libgtkmm-3.0-1v5:armhf (3.24.2-2) ...
Selecting previously unselected package caja-eiciel.
Preparing to unpack .../152-caja-eiciel_1.20.1-2_armhf.deb ...
Unpacking caja-eiciel (1.20.1-2) ...
Selecting previously unselected package caja-extensions-common.
Preparing to unpack .../153-caja-extensions-common_1.24.1-1_all.deb ...
Unpacking caja-extensions-common (1.24.1-1) ...
Selecting previously unselected package libb2-1:armhf.
Preparing to unpack .../154-libb2-1_0.98.1-1.1_armhf.deb ...
Unpacking libb2-1:armhf (0.98.1-1.1) ...
Selecting previously unselected package gtkhash.
Preparing to unpack .../155-gtkhash_1.2-1+b2_armhf.deb ...
Unpacking gtkhash (1.2-1+b2) ...
Selecting previously unselected package caja-gtkhash.
Preparing to unpack .../156-caja-gtkhash_1.2-1+b2_armhf.deb ...
Unpacking caja-gtkhash (1.2-1+b2) ...
Selecting previously unselected package imagemagick-6.q16.
Preparing to unpack .../157-imagemagick-6.q16_8%3a6.9.11.60+dfsg-1.3+deb11u1_armhf.deb ...
Unpacking imagemagick-6.q16 (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Selecting previously unselected package imagemagick.
Preparing to unpack .../158-imagemagick_8%3a6.9.11.60+dfsg-1.3+deb11u1_armhf.deb ...
Unpacking imagemagick (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Selecting previously unselected package caja-image-converter.
Preparing to unpack .../159-caja-image-converter_1.24.1-1_armhf.deb ...
Unpacking caja-image-converter (1.24.1-1) ...
Selecting previously unselected package caja-open-terminal.
Preparing to unpack .../160-caja-open-terminal_1.24.1-1_armhf.deb ...
Unpacking caja-open-terminal (1.24.1-1) ...
Selecting previously unselected package caja-rename.
Preparing to unpack .../161-caja-rename_20.1.26-1_all.deb ...
Unpacking caja-rename (20.1.26-1) ...
Selecting previously unselected package libdbus-glib-1-2:armhf.
Preparing to unpack .../162-libdbus-glib-1-2_0.110-6_armhf.deb ...
Unpacking libdbus-glib-1-2:armhf (0.110-6) ...
Selecting previously unselected package seahorse-daemon.
Preparing to unpack .../163-seahorse-daemon_3.12.2-6_armhf.deb ...
Unpacking seahorse-daemon (3.12.2-6) ...
Selecting previously unselected package libcryptui0a:armhf.
Preparing to unpack .../164-libcryptui0a_3.12.2-6_armhf.deb ...
Unpacking libcryptui0a:armhf (3.12.2-6) ...
Selecting previously unselected package caja-seahorse.
Preparing to unpack .../165-caja-seahorse_1.18.5-1_armhf.deb ...
Unpacking caja-seahorse (1.18.5-1) ...
Selecting previously unselected package caja-sendto.
Preparing to unpack .../166-caja-sendto_1.24.1-1_armhf.deb ...
Unpacking caja-sendto (1.24.1-1) ...
Selecting previously unselected package caja-wallpaper.
Preparing to unpack .../167-caja-wallpaper_1.24.1-1_armhf.deb ...
Unpacking caja-wallpaper (1.24.1-1) ...
Selecting previously unselected package libcrack2:armhf.
Preparing to unpack .../168-libcrack2_2.9.6-3.4_armhf.deb ...
Unpacking libcrack2:armhf (2.9.6-3.4) ...
Selecting previously unselected package cracklib-runtime.
Preparing to unpack .../169-cracklib-runtime_2.9.6-3.4_armhf.deb ...
Unpacking cracklib-runtime (2.9.6-3.4) ...
Selecting previously unselected package dconf-cli.
Preparing to unpack .../170-dconf-cli_0.38.0-2_armhf.deb ...
Unpacking dconf-cli (0.38.0-2) ...
Selecting previously unselected package dconf-editor.
Preparing to unpack .../171-dconf-editor_3.38.2-1_armhf.deb ...
Unpacking dconf-editor (3.38.2-1) ...
Selecting previously unselected package debian-mate-default-settings.
Preparing to unpack .../172-debian-mate-default-settings_1.24.1-2_all.deb ...
Unpacking debian-mate-default-settings (1.24.1-2) ...
Selecting previously unselected package fonts-quicksand.
Preparing to unpack .../173-fonts-quicksand_0.2016-2.1_all.deb ...
Unpacking fonts-quicksand (0.2016-2.1) ...
Selecting previously unselected package desktop-base.
Preparing to unpack .../174-desktop-base_11.0.3_all.deb ...
Unpacking desktop-base (11.0.3) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../175-xml-core_0.18+nmu1_all.deb ...
Unpacking xml-core (0.18+nmu1) ...
Selecting previously unselected package sgml-data.
Preparing to unpack .../176-sgml-data_2.0.11+nmu1_all.deb ...
Unpacking sgml-data (2.0.11+nmu1) ...
Selecting previously unselected package docbook-xml.
Preparing to unpack .../177-docbook-xml_4.5-9_all.deb ...
Unpacking docbook-xml (4.5-9) ...
Selecting previously unselected package enchant-2.
Preparing to unpack .../178-enchant-2_2.2.15-1_armhf.deb ...
Unpacking enchant-2 (2.2.15-1) ...
Selecting previously unselected package engrampa-common.
Preparing to unpack .../179-engrampa-common_1.24.1-1_all.deb ...
Unpacking engrampa-common (1.24.1-1) ...
Selecting previously unselected package engrampa.
Preparing to unpack .../180-engrampa_1.24.1-1_armhf.deb ...
Unpacking engrampa (1.24.1-1) ...
Selecting previously unselected package eom-common.
Preparing to unpack .../181-eom-common_1.24.1-1_all.deb ...
Unpacking eom-common (1.24.1-1) ...
Selecting previously unselected package gir1.2-eom-1.0.
Preparing to unpack .../182-gir1.2-eom-1.0_1.24.1-1_armhf.deb ...
Unpacking gir1.2-eom-1.0 (1.24.1-1) ...
Selecting previously unselected package libpeas-common.
Preparing to unpack .../183-libpeas-common_1.28.0-2_all.deb ...
Unpacking libpeas-common (1.28.0-2) ...
Selecting previously unselected package libpython3.8-minimal:armhf.
Preparing to unpack .../184-libpython3.8-minimal_3.8.7-1_armhf.deb ...
Unpacking libpython3.8-minimal:armhf (3.8.7-1) ...
Selecting previously unselected package libpython3.8-stdlib:armhf.
Preparing to unpack .../185-libpython3.8-stdlib_3.8.7-1_armhf.deb ...
Unpacking libpython3.8-stdlib:armhf (3.8.7-1) ...
Selecting previously unselected package libpython3.8:armhf.
Preparing to unpack .../186-libpython3.8_3.8.7-1_armhf.deb ...
Unpacking libpython3.8:armhf (3.8.7-1) ...
Selecting previously unselected package libpeas-1.0-0:armhf.
Preparing to unpack .../187-libpeas-1.0-0_1.28.0-2_armhf.deb ...
Unpacking libpeas-1.0-0:armhf (1.28.0-2) ...
Selecting previously unselected package eom.
Preparing to unpack .../188-eom_1.24.1-1_armhf.deb ...
Unpacking eom (1.24.1-1) ...
Selecting previously unselected package libmysofa1:armhf.
Preparing to unpack .../189-libmysofa1_1.2~dfsg0-1_armhf.deb ...
Unpacking libmysofa1:armhf (1.2~dfsg0-1) ...
Selecting previously unselected package libsphinxbase3:armhf.
Preparing to unpack .../190-libsphinxbase3_0.8+5prealpha+1-12_armhf.deb ...
Unpacking libsphinxbase3:armhf (0.8+5prealpha+1-12) ...
Selecting previously unselected package libpocketsphinx3:armhf.
Preparing to unpack .../191-libpocketsphinx3_0.8+5prealpha+1-13_armhf.deb ...
Unpacking libpocketsphinx3:armhf (0.8+5prealpha+1-13) ...
Selecting previously unselected package libpostproc55:armhf.
Preparing to unpack .../192-libpostproc55_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libpostproc55:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Selecting previously unselected package librubberband2:armhf.
Preparing to unpack .../193-librubberband2_1.9.0-1_armhf.deb ...
Unpacking librubberband2:armhf (1.9.0-1) ...
Selecting previously unselected package libvidstab1.1:armhf.
Preparing to unpack .../194-libvidstab1.1_1.1.0-2_armhf.deb ...
Unpacking libvidstab1.1:armhf (1.1.0-2) ...
Selecting previously unselected package libavfilter7:armhf.
Preparing to unpack .../195-libavfilter7_7%3a4.3.5-0+deb11u1+rpt3_armhf.deb ...
Unpacking libavfilter7:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Selecting previously unselected package libffmpegthumbnailer4v5.
Preparing to unpack .../196-libffmpegthumbnailer4v5_2.1.1-0.2+b1_armhf.deb ...
Unpacking libffmpegthumbnailer4v5 (2.1.1-0.2+b1) ...
Selecting previously unselected package ffmpegthumbnailer.
Preparing to unpack .../197-ffmpegthumbnailer_2.1.1-0.2+b1_armhf.deb ...
Unpacking ffmpegthumbnailer (2.1.1-0.2+b1) ...
Selecting previously unselected package fonts-dejavu-extra.
Preparing to unpack .../198-fonts-dejavu-extra_2.37-2_all.deb ...
Unpacking fonts-dejavu-extra (2.37-2) ...
Selecting previously unselected package fonts-dejavu.
Preparing to unpack .../199-fonts-dejavu_2.37-2_all.deb ...
Unpacking fonts-dejavu (2.37-2) ...
Selecting previously unselected package fonts-noto-mono.
Preparing to unpack .../200-fonts-noto-mono_20201225-1_all.deb ...
Unpacking fonts-noto-mono (20201225-1) ...
Selecting previously unselected package libgcr-ui-3-1:armhf.
Preparing to unpack .../201-libgcr-ui-3-1_3.38.1-2_armhf.deb ...
Unpacking libgcr-ui-3-1:armhf (3.38.1-2) ...
Selecting previously unselected package gcr.
Preparing to unpack .../202-gcr_3.38.1-2_armhf.deb ...
Unpacking gcr (3.38.1-2) ...
Selecting previously unselected package ghostscript.
Preparing to unpack .../203-ghostscript_9.53.3~dfsg-7+deb11u2_armhf.deb ...
Unpacking ghostscript (9.53.3~dfsg-7+deb11u2) ...
Selecting previously unselected package gir1.2-bamf-3.
Preparing to unpack .../204-gir1.2-bamf-3_0.5.4-2_armhf.deb ...
Unpacking gir1.2-bamf-3 (0.5.4-2) ...
Selecting previously unselected package libgtksourceview-3.0-common.
Preparing to unpack .../205-libgtksourceview-3.0-common_3.24.11-2_all.deb ...
Unpacking libgtksourceview-3.0-common (3.24.11-2) ...
Selecting previously unselected package libgtksourceview-3.0-1:armhf.
Preparing to unpack .../206-libgtksourceview-3.0-1_3.24.11-2_armhf.deb ...
Unpacking libgtksourceview-3.0-1:armhf (3.24.11-2) ...
Selecting previously unselected package gir1.2-gtksource-3.0:armhf.
Preparing to unpack .../207-gir1.2-gtksource-3.0_3.24.11-2_armhf.deb ...
Unpacking gir1.2-gtksource-3.0:armhf (3.24.11-2) ...
Selecting previously unselected package gir1.2-matedesktop-2.0:armhf.
Preparing to unpack .../208-gir1.2-matedesktop-2.0_1.24.1-2_armhf.deb ...
Unpacking gir1.2-matedesktop-2.0:armhf (1.24.1-2) ...
Selecting previously unselected package libmate-menu2:armhf.
Preparing to unpack .../209-libmate-menu2_1.24.1-1_armhf.deb ...
Unpacking libmate-menu2:armhf (1.24.1-1) ...
Selecting previously unselected package gir1.2-matemenu-2.0:armhf.
Preparing to unpack .../210-gir1.2-matemenu-2.0_1.24.1-1_armhf.deb ...
Unpacking gir1.2-matemenu-2.0:armhf (1.24.1-1) ...
Selecting previously unselected package libmate-panel-applet-4-1:armhf.
Preparing to unpack .../211-libmate-panel-applet-4-1_1.24.1-1_armhf.deb ...
Unpacking libmate-panel-applet-4-1:armhf (1.24.1-1) ...
Selecting previously unselected package gir1.2-matepanelapplet-4.0:armhf.
Preparing to unpack .../212-gir1.2-matepanelapplet-4.0_1.24.1-1_armhf.deb ...
Unpacking gir1.2-matepanelapplet-4.0:armhf (1.24.1-1) ...
Selecting previously unselected package gir1.2-notify-0.7:armhf.
Preparing to unpack .../213-gir1.2-notify-0.7_0.7.9-3_armhf.deb ...
Unpacking gir1.2-notify-0.7:armhf (0.7.9-3) ...
Selecting previously unselected package gir1.2-peas-1.0:armhf.
Preparing to unpack .../214-gir1.2-peas-1.0_1.28.0-2_armhf.deb ...
Unpacking gir1.2-peas-1.0:armhf (1.28.0-2) ...
Selecting previously unselected package gir1.2-pluma-1.0.
Preparing to unpack .../215-gir1.2-pluma-1.0_1.24.1-1_armhf.deb ...
Unpacking gir1.2-pluma-1.0 (1.24.1-1) ...
Selecting previously unselected package gir1.2-wnck-3.0:armhf.
Preparing to unpack .../216-gir1.2-wnck-3.0_3.36.0-1_armhf.deb ...
Unpacking gir1.2-wnck-3.0:armhf (3.36.0-1) ...
Selecting previously unselected package gnome-desktop3-data.
Preparing to unpack .../217-gnome-desktop3-data_3.38.5-3_all.deb ...
Unpacking gnome-desktop3-data (3.38.5-3) ...
Selecting previously unselected package p11-kit-modules:armhf.
Preparing to unpack .../218-p11-kit-modules_0.23.22-1_armhf.deb ...
Unpacking p11-kit-modules:armhf (0.23.22-1) ...
Selecting previously unselected package p11-kit.
Preparing to unpack .../219-p11-kit_0.23.22-1_armhf.deb ...
Unpacking p11-kit (0.23.22-1) ...
Selecting previously unselected package pinentry-gnome3.
Preparing to unpack .../220-pinentry-gnome3_1.1.0-4_armhf.deb ...
Unpacking pinentry-gnome3 (1.1.0-4) ...
Selecting previously unselected package gnome-keyring.
Preparing to unpack .../221-gnome-keyring_3.36.0-1+rpi1_armhf.deb ...
Unpacking gnome-keyring (3.36.0-1+rpi1) ...
Selecting previously unselected package gnome-keyring-pkcs11:armhf.
Preparing to unpack .../222-gnome-keyring-pkcs11_3.36.0-1+rpi1_armhf.deb ...
Unpacking gnome-keyring-pkcs11:armhf (3.36.0-1+rpi1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../223-liburi-perl_5.08-1_all.deb ...
Unpacking liburi-perl (5.08-1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../224-libencode-locale-perl_1.05-1.1_all.deb ...
Unpacking libencode-locale-perl (1.05-1.1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../225-libtimedate-perl_2.3300-2_all.deb ...
Unpacking libtimedate-perl (2.3300-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../226-libhttp-date-perl_6.05-1_all.deb ...
Unpacking libhttp-date-perl (6.05-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../227-libfile-listing-perl_6.14-1_all.deb ...
Unpacking libfile-listing-perl (6.14-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../228-libhtml-tagset-perl_3.20-4_all.deb ...
Unpacking libhtml-tagset-perl (3.20-4) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../229-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
Unpacking libhtml-parser-perl (3.75-1+b1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../230-libhtml-tree-perl_5.07-2_all.deb ...
Unpacking libhtml-tree-perl (5.07-2) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../231-libio-html-perl_1.004-2_all.deb ...
Unpacking libio-html-perl (1.004-2) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../232-liblwp-mediatypes-perl_6.04-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.04-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../233-libhttp-message-perl_6.28-1_all.deb ...
Unpacking libhttp-message-perl (6.28-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../234-libhttp-cookies-perl_6.10-1_all.deb ...
Unpacking libhttp-cookies-perl (6.10-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../235-libhttp-negotiate-perl_6.01-1_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-1) ...
Selecting previously unselected package perl-openssl-defaults:armhf.
Preparing to unpack .../236-perl-openssl-defaults_5_armhf.deb ...
Unpacking perl-openssl-defaults:armhf (5) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../237-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
Unpacking libnet-ssleay-perl (1.88-3+b1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../238-libio-socket-ssl-perl_2.069-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.069-1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../239-libnet-http-perl_6.20-1_all.deb ...
Unpacking libnet-http-perl (6.20-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../240-liblwp-protocol-https-perl_6.10-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.10-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../241-libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../242-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../243-libwww-perl_6.52-1_all.deb ...
Unpacking libwww-perl (6.52-1) ...
Selecting previously unselected package libxml-parser-perl:armhf.
Preparing to unpack .../244-libxml-parser-perl_2.46-2_armhf.deb ...
Unpacking libxml-parser-perl:armhf (2.46-2) ...
Selecting previously unselected package libxml-twig-perl.
Preparing to unpack .../245-libxml-twig-perl_1%3a3.52-1_all.deb ...
Unpacking libxml-twig-perl (1:3.52-1) ...
Selecting previously unselected package libnet-dbus-perl.
Preparing to unpack .../246-libnet-dbus-perl_1.2.0-1+b1_armhf.deb ...
Unpacking libnet-dbus-perl (1.2.0-1+b1) ...
Selecting previously unselected package system-tools-backends.
Preparing to unpack .../247-system-tools-backends_2.10.2-3.1_armhf.deb ...
Unpacking system-tools-backends (2.10.2-3.1) ...
Selecting previously unselected package liboobs-1-5:armhf.
Preparing to unpack .../248-liboobs-1-5_3.0.0-4+b7_armhf.deb ...
Unpacking liboobs-1-5:armhf (3.0.0-4+b7) ...
Selecting previously unselected package mate-polkit-common.
Preparing to unpack .../249-mate-polkit-common_1.24.0-2_armhf.deb ...
Unpacking mate-polkit-common (1.24.0-2) ...
Selecting previously unselected package mate-polkit:armhf.
Preparing to unpack .../250-mate-polkit_1.24.0-2_armhf.deb ...
Unpacking mate-polkit:armhf (1.24.0-2) ...
Selecting previously unselected package gnome-system-tools.
Preparing to unpack .../251-gnome-system-tools_3.0.0-9.1_armhf.deb ...
Unpacking gnome-system-tools (3.0.0-9.1) ...
Selecting previously unselected package gsfonts.
Preparing to unpack .../252-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.5_all.deb ...
Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
Selecting previously unselected package gstreamer1.0-libav:armhf.
Preparing to unpack .../253-gstreamer1.0-libav_1.18.4-3_armhf.deb ...
Unpacking gstreamer1.0-libav:armhf (1.18.4-3) ...
Selecting previously unselected package gtk2-engines:armhf.
Preparing to unpack .../254-gtk2-engines_1%3a2.20.2-5+b1_armhf.deb ...
Unpacking gtk2-engines:armhf (1:2.20.2-5+b1) ...
Selecting previously unselected package gtk2-engines-murrine:armhf.
Preparing to unpack .../255-gtk2-engines-murrine_0.98.2-3+b1_armhf.deb ...
Unpacking gtk2-engines-murrine:armhf (0.98.2-3+b1) ...
Selecting previously unselected package gtk2-engines-pixbuf:armhf.
Preparing to unpack .../256-gtk2-engines-pixbuf_2.24.33-2+rpt1_armhf.deb ...
Unpacking gtk2-engines-pixbuf:armhf (2.24.33-2+rpt1) ...
Selecting previously unselected package libavahi-glib1:armhf.
Preparing to unpack .../257-libavahi-glib1_0.8-5+deb11u1_armhf.deb ...
Unpacking libavahi-glib1:armhf (0.8-5+deb11u1) ...
Selecting previously unselected package libcdio-cdda2:armhf.
Preparing to unpack .../258-libcdio-cdda2_10.2+2.0.0-1+b1_armhf.deb ...
Unpacking libcdio-cdda2:armhf (10.2+2.0.0-1+b1) ...
Selecting previously unselected package libcdio-paranoia2:armhf.
Preparing to unpack .../259-libcdio-paranoia2_10.2+2.0.0-1+b1_armhf.deb ...
Unpacking libcdio-paranoia2:armhf (10.2+2.0.0-1+b1) ...
Selecting previously unselected package libgoa-1.0-common.
Preparing to unpack .../260-libgoa-1.0-common_3.38.0-3_all.deb ...
Unpacking libgoa-1.0-common (3.38.0-3) ...
Selecting previously unselected package libgoa-1.0-0b:armhf.
Preparing to unpack .../261-libgoa-1.0-0b_3.38.0-3_armhf.deb ...
Unpacking libgoa-1.0-0b:armhf (3.38.0-3) ...
Selecting previously unselected package libgdata-common.
Preparing to unpack .../262-libgdata-common_0.17.13-3+rpi1_all.deb ...
Unpacking libgdata-common (0.17.13-3+rpi1) ...
Selecting previously unselected package libgdata22:armhf.
Preparing to unpack .../263-libgdata22_0.17.13-3+rpi1_armhf.deb ...
Unpacking libgdata22:armhf (0.17.13-3+rpi1) ...
Selecting previously unselected package libplist3:armhf.
Preparing to unpack .../264-libplist3_2.2.0-6_armhf.deb ...
Unpacking libplist3:armhf (2.2.0-6) ...
Selecting previously unselected package libusbmuxd6:armhf.
Preparing to unpack .../265-libusbmuxd6_2.0.2-3_armhf.deb ...
Unpacking libusbmuxd6:armhf (2.0.2-3) ...
Selecting previously unselected package libimobiledevice6:armhf.
Preparing to unpack .../266-libimobiledevice6_1.3.0-6_armhf.deb ...
Unpacking libimobiledevice6:armhf (1.3.0-6) ...
Selecting previously unselected package libnfs13:armhf.
Preparing to unpack .../267-libnfs13_4.0.0-1_armhf.deb ...
Unpacking libnfs13:armhf (4.0.0-1) ...
Selecting previously unselected package gvfs-backends.
Preparing to unpack .../268-gvfs-backends_1.46.2-1_armhf.deb ...
Unpacking gvfs-backends (1.46.2-1) ...
Selecting previously unselected package hddtemp.
Preparing to unpack .../269-hddtemp_0.3-beta15-54_armhf.deb ...
Unpacking hddtemp (0.3-beta15-54) ...
Selecting previously unselected package libapache2-mod-dnssd.
Preparing to unpack .../270-libapache2-mod-dnssd_0.6-3.2+b9_armhf.deb ...
Unpacking libapache2-mod-dnssd (0.6-3.2+b9) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../271-libauthen-sasl-perl_2.1600-1.1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1.1) ...
Selecting previously unselected package libcanberra-gtk3-module:armhf.
Preparing to unpack .../272-libcanberra-gtk3-module_0.30-7+b10_armhf.deb ...
Unpacking libcanberra-gtk3-module:armhf (0.30-7+b10) ...
Selecting previously unselected package libcanberra-pulse:armhf.
Preparing to unpack .../273-libcanberra-pulse_0.30-7+b10_armhf.deb ...
Unpacking libcanberra-pulse:armhf (0.30-7+b10) ...
Selecting previously unselected package libclone-perl.
Preparing to unpack .../274-libclone-perl_0.45-1+b1_armhf.deb ...
Unpacking libclone-perl (0.45-1+b1) ...
Selecting previously unselected package libcpupower1.
Preparing to unpack .../275-libcpupower1_5.10.158-2+rpi1_armhf.deb ...
Unpacking libcpupower1 (5.10.158-2+rpi1) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../276-libdata-dump-perl_1.23-1.1_all.deb ...
Unpacking libdata-dump-perl (1.23-1.1) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../277-libipc-system-simple-perl_1.30-1_all.deb ...
Unpacking libipc-system-simple-perl (1.30-1) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../278-libfile-basedir-perl_0.08-1_all.deb ...
Unpacking libfile-basedir-perl (0.08-1) ...
Selecting previously unselected package libfile-desktopentry-perl.
Preparing to unpack .../279-libfile-desktopentry-perl_0.22-2_all.deb ...
Unpacking libfile-desktopentry-perl (0.22-2) ...
Selecting previously unselected package libfile-mimeinfo-perl.
Preparing to unpack .../280-libfile-mimeinfo-perl_0.30-1_all.deb ...
Unpacking libfile-mimeinfo-perl (0.30-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../281-libfont-afm-perl_1.20-3_all.deb ...
Unpacking libfont-afm-perl (1.20-3) ...
Selecting previously unselected package libglu1-mesa:armhf.
Preparing to unpack .../282-libglu1-mesa_9.0.1-1_armhf.deb ...
Unpacking libglu1-mesa:armhf (9.0.1-1) ...
Selecting previously unselected package libxkbregistry0:armhf.
Preparing to unpack .../283-libxkbregistry0_1.0.3-2_armhf.deb ...
Unpacking libxkbregistry0:armhf (1.0.3-2) ...
Selecting previously unselected package libgnome-desktop-3-19:armhf.
Preparing to unpack .../284-libgnome-desktop-3-19_3.38.5-3_armhf.deb ...
Unpacking libgnome-desktop-3-19:armhf (3.38.5-3) ...
Selecting previously unselected package libgtk-layer-shell0.
Preparing to unpack .../285-libgtk-layer-shell0_0.5.2-2_armhf.deb ...
Unpacking libgtk-layer-shell0 (0.5.2-2) ...
Selecting previously unselected package libgucharmap-2-90-7:armhf.
Preparing to unpack .../286-libgucharmap-2-90-7_1%3a13.0.5-1_armhf.deb ...
Unpacking libgucharmap-2-90-7:armhf (1:13.0.5-1) ...
Selecting previously unselected package libhandy-1-0:armhf.
Preparing to unpack .../287-libhandy-1-0_1.0.3-2_armhf.deb ...
Unpacking libhandy-1-0:armhf (1.0.3-2) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../288-libhtml-form-perl_6.07-1_all.deb ...
Unpacking libhtml-form-perl (6.07-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../289-libhtml-format-perl_2.12-1.1_all.deb ...
Unpacking libhtml-format-perl (2.12-1.1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../290-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
Selecting previously unselected package libimagequant0:armhf.
Preparing to unpack .../291-libimagequant0_2.12.2-1.1_armhf.deb ...
Unpacking libimagequant0:armhf (2.12.2-1.1) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../292-libio-stringy-perl_2.111-3_all.deb ...
Unpacking libio-stringy-perl (2.111-3) ...
Selecting previously unselected package libjxr0:armhf.
Preparing to unpack .../293-libjxr0_1.1-6_armhf.deb ...
Unpacking libjxr0:armhf (1.1-6) ...
Selecting previously unselected package libjxr-tools.
Preparing to unpack .../294-libjxr-tools_1.1-6_armhf.deb ...
Unpacking libjxr-tools (1.1-6) ...
Selecting previously unselected package libwmf0.2-7:armhf.
Preparing to unpack .../295-libwmf0.2-7_0.2.8.4-17_armhf.deb ...
Unpacking libwmf0.2-7:armhf (0.2.8.4-17) ...
Selecting previously unselected package libmagickcore-6.q16-6-extra:armhf.
Preparing to unpack .../296-libmagickcore-6.q16-6-extra_8%3a6.9.11.60+dfsg-1.3+deb11u1_armhf.deb ...
Unpacking libmagickcore-6.q16-6-extra:armhf (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../297-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../298-libmailtools-perl_2.21-1_all.deb ...
Unpacking libmailtools-perl (2.21-1) ...
Selecting previously unselected package libxpresent1:armhf.
Preparing to unpack .../299-libxpresent1_1.0.0-2_armhf.deb ...
Unpacking libxpresent1:armhf (1.0.0-2) ...
Selecting previously unselected package libmarco-private2:armhf.
Preparing to unpack .../300-libmarco-private2_1.24.1-3_armhf.deb ...
Unpacking libmarco-private2:armhf (1.24.1-3) ...
Selecting previously unselected package libmate-sensors-applet-plugin0.
Preparing to unpack .../301-libmate-sensors-applet-plugin0_1.24.1-1_armhf.deb ...
Unpacking libmate-sensors-applet-plugin0 (1.24.1-1) ...
Selecting previously unselected package libmate-slab0:armhf.
Preparing to unpack .../302-libmate-slab0_1.24.1-1_armhf.deb ...
Unpacking libmate-slab0:armhf (1.24.1-1) ...
Selecting previously unselected package libmate-window-settings1:armhf.
Preparing to unpack .../303-libmate-window-settings1_1.24.1-1_armhf.deb ...
Unpacking libmate-window-settings1:armhf (1.24.1-1) ...
Selecting previously unselected package libmatedict6.
Preparing to unpack .../304-libmatedict6_1.24.0-1_armhf.deb ...
Unpacking libmatedict6 (1.24.0-1) ...
Selecting previously unselected package libmatekbd-common.
Preparing to unpack .../305-libmatekbd-common_1.24.1-1_all.deb ...
Unpacking libmatekbd-common (1.24.1-1) ...
Selecting previously unselected package libxklavier16:armhf.
Preparing to unpack .../306-libxklavier16_5.4-4_armhf.deb ...
Unpacking libxklavier16:armhf (5.4-4) ...
Selecting previously unselected package libmatekbd4:armhf.
Preparing to unpack .../307-libmatekbd4_1.24.1-1_armhf.deb ...
Unpacking libmatekbd4:armhf (1.24.1-1) ...
Selecting previously unselected package libmatemixer-common.
Preparing to unpack .../308-libmatemixer-common_1.24.1-1_all.deb ...
Unpacking libmatemixer-common (1.24.1-1) ...
Selecting previously unselected package libmatemixer0:armhf.
Preparing to unpack .../309-libmatemixer0_1.24.1-1_armhf.deb ...
Unpacking libmatemixer0:armhf (1.24.1-1) ...
Selecting previously unselected package libmateweather-common.
Preparing to unpack .../310-libmateweather-common_1.24.1-1_all.deb ...
Unpacking libmateweather-common (1.24.1-1) ...
Selecting previously unselected package libmateweather1:armhf.
Preparing to unpack .../311-libmateweather1_1.24.1-1_armhf.deb ...
Unpacking libmateweather1:armhf (1.24.1-1) ...
Selecting previously unselected package libnetpbm10.
Preparing to unpack .../312-libnetpbm10_2%3a10.0-15.4_armhf.deb ...
Unpacking libnetpbm10 (2:10.0-15.4) ...
Selecting previously unselected package libpam-gnome-keyring:armhf.
Preparing to unpack .../313-libpam-gnome-keyring_3.36.0-1+rpi1_armhf.deb ...
Unpacking libpam-gnome-keyring:armhf (3.36.0-1+rpi1) ...
Selecting previously unselected package libpaper-utils.
Preparing to unpack .../314-libpaper-utils_1.1.28_armhf.deb ...
Unpacking libpaper-utils (1.1.28) ...
Selecting previously unselected package libspa-0.2-modules:armhf.
Preparing to unpack .../315-libspa-0.2-modules_0.3.19-4_armhf.deb ...
Unpacking libspa-0.2-modules:armhf (0.3.19-4) ...
Selecting previously unselected package libpipewire-0.3-0:armhf.
Preparing to unpack .../316-libpipewire-0.3-0_0.3.19-4_armhf.deb ...
Unpacking libpipewire-0.3-0:armhf (0.3.19-4) ...
Selecting previously unselected package libpipewire-0.3-modules:armhf.
Preparing to unpack .../317-libpipewire-0.3-modules_0.3.19-4_armhf.deb ...
Unpacking libpipewire-0.3-modules:armhf (0.3.19-4) ...
Selecting previously unselected package libpwquality-common.
Preparing to unpack .../318-libpwquality-common_1.4.4-1_all.deb ...
Unpacking libpwquality-common (1.4.4-1) ...
Selecting previously unselected package libpwquality1:armhf.
Preparing to unpack .../319-libpwquality1_1.4.4-1_armhf.deb ...
Unpacking libpwquality1:armhf (1.4.4-1) ...
Selecting previously unselected package librda-common.
Preparing to unpack .../320-librda-common_0.0.5-1.1_all.deb ...
Unpacking librda-common (0.0.5-1.1) ...
Selecting previously unselected package librda0:armhf.
Preparing to unpack .../321-librda0_0.0.5-1.1_armhf.deb ...
Unpacking librda0:armhf (0.0.5-1.1) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../322-libtie-ixhash-perl_1.23-2.1_all.deb ...
Unpacking libtie-ixhash-perl (1.23-2.1) ...
Selecting previously unselected package libupower-glib3:armhf.
Preparing to unpack .../323-libupower-glib3_0.99.11-2_armhf.deb ...
Unpacking libupower-glib3:armhf (0.99.11-2) ...
Selecting previously unselected package libvte-2.91-common.
Preparing to unpack .../324-libvte-2.91-common_0.62.3-1_armhf.deb ...
Unpacking libvte-2.91-common (0.62.3-1) ...
Selecting previously unselected package libvte-2.91-0:armhf.
Preparing to unpack .../325-libvte-2.91-0_0.62.3-1_armhf.deb ...
Unpacking libvte-2.91-0:armhf (0.62.3-1) ...
Selecting previously unselected package libx11-protocol-perl.
Preparing to unpack .../326-libx11-protocol-perl_0.56-7.1_all.deb ...
Unpacking libx11-protocol-perl (0.56-7.1) ...
Selecting previously unselected package libxcb-shape0:armhf.
Preparing to unpack .../327-libxcb-shape0_1.14-3_armhf.deb ...
Unpacking libxcb-shape0:armhf (1.14-3) ...
Selecting previously unselected package libxml-xpathengine-perl.
Preparing to unpack .../328-libxml-xpathengine-perl_0.14-1_all.deb ...
Unpacking libxml-xpathengine-perl (0.14-1) ...
Selecting previously unselected package libxxf86dga1:armhf.
Preparing to unpack .../329-libxxf86dga1_2%3a1.1.4-1+b1_armhf.deb ...
Unpacking libxxf86dga1:armhf (2:1.1.4-1+b1) ...
Selecting previously unselected package libyelp0:armhf.
Preparing to unpack .../330-libyelp0_3.38.3-1_armhf.deb ...
Unpacking libyelp0:armhf (3.38.3-1) ...
Selecting previously unselected package marco-common.
Preparing to unpack .../331-marco-common_1.24.1-3_all.deb ...
Unpacking marco-common (1.24.1-3) ...
Selecting previously unselected package zenity-common.
Preparing to unpack .../332-zenity-common_3.32.0-6_all.deb ...
Unpacking zenity-common (3.32.0-6) ...
Selecting previously unselected package zenity.
Preparing to unpack .../333-zenity_3.32.0-6_armhf.deb ...
Unpacking zenity (3.32.0-6) ...
Selecting previously unselected package marco.
Preparing to unpack .../334-marco_1.24.1-3_armhf.deb ...
Unpacking marco (1.24.1-3) ...
Selecting previously unselected package mate-menus.
Preparing to unpack .../335-mate-menus_1.24.1-1_all.deb ...
Unpacking mate-menus (1.24.1-1) ...
Selecting previously unselected package mate-panel-common.
Preparing to unpack .../336-mate-panel-common_1.24.1-1_all.deb ...
Unpacking mate-panel-common (1.24.1-1) ...
Selecting previously unselected package menu-xdg.
Preparing to unpack .../337-menu-xdg_0.6+nmu1_all.deb ...
Unpacking menu-xdg (0.6+nmu1) ...
Selecting previously unselected package mate-panel.
Preparing to unpack .../338-mate-panel_1.24.1-1_armhf.deb ...
Unpacking mate-panel (1.24.1-1) ...
Selecting previously unselected package mate-applet-brisk-menu.
Preparing to unpack .../339-mate-applet-brisk-menu_0.6.2-1_armhf.deb ...
Unpacking mate-applet-brisk-menu (0.6.2-1) ...
Selecting previously unselected package mate-applets-common.
Preparing to unpack .../340-mate-applets-common_1.24.1-1_all.deb ...
Unpacking mate-applets-common (1.24.1-1) ...
Selecting previously unselected package mate-applets.
Preparing to unpack .../341-mate-applets_1.24.1-1_armhf.deb ...
Unpacking mate-applets (1.24.1-1) ...
Selecting previously unselected package mate-backgrounds.
Preparing to unpack .../342-mate-backgrounds_1.24.2-1_all.deb ...
Unpacking mate-backgrounds (1.24.2-1) ...
Selecting previously unselected package mate-calc-common.
Preparing to unpack .../343-mate-calc-common_1.24.1-1_all.deb ...
Unpacking mate-calc-common (1.24.1-1) ...
Selecting previously unselected package mate-calc.
Preparing to unpack .../344-mate-calc_1.24.1-1_armhf.deb ...
Unpacking mate-calc (1.24.1-1) ...
Selecting previously unselected package mate-control-center-common.
Preparing to unpack .../345-mate-control-center-common_1.24.1-1_all.deb ...
Unpacking mate-control-center-common (1.24.1-1) ...
Selecting previously unselected package mate-settings-daemon-common.
Preparing to unpack .../346-mate-settings-daemon-common_1.24.1-1_all.deb ...
Unpacking mate-settings-daemon-common (1.24.1-1) ...
Selecting previously unselected package x11-xserver-utils.
Preparing to unpack .../347-x11-xserver-utils_7.7+8_armhf.deb ...
Unpacking x11-xserver-utils (7.7+8) ...
Selecting previously unselected package mate-settings-daemon.
Preparing to unpack .../348-mate-settings-daemon_1.24.1-1_armhf.deb ...
Unpacking mate-settings-daemon (1.24.1-1) ...
Selecting previously unselected package mate-control-center.
Preparing to unpack .../349-mate-control-center_1.24.1-1_armhf.deb ...
Unpacking mate-control-center (1.24.1-1) ...
Selecting previously unselected package mate-session-manager.
Preparing to unpack .../350-mate-session-manager_1.24.1-2_armhf.deb ...
Unpacking mate-session-manager (1.24.1-2) ...
Selecting previously unselected package mate-terminal-common.
Preparing to unpack .../351-mate-terminal-common_1.24.1-1_all.deb ...
Unpacking mate-terminal-common (1.24.1-1) ...
Selecting previously unselected package mate-terminal.
Preparing to unpack .../352-mate-terminal_1.24.1-1_armhf.deb ...
Unpacking mate-terminal (1.24.1-1) ...
Selecting previously unselected package mate-themes.
Preparing to unpack .../353-mate-themes_3.22.21-1_all.deb ...
Unpacking mate-themes (3.22.21-1) ...
Selecting previously unselected package mate-desktop-environment-core.
Preparing to unpack .../354-mate-desktop-environment-core_1.24.0+4_all.deb ...
Unpacking mate-desktop-environment-core (1.24.0+4) ...
Selecting previously unselected package mate-desktop-environment.
Preparing to unpack .../355-mate-desktop-environment_1.24.0+4_all.deb ...
Unpacking mate-desktop-environment (1.24.0+4) ...
Selecting previously unselected package mate-desktop-environment-extras.
Preparing to unpack .../356-mate-desktop-environment-extras_1.24.0+4_all.deb ...
Unpacking mate-desktop-environment-extras (1.24.0+4) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../357-python3-dbus_1.2.16-5_armhf.deb ...
Unpacking python3-dbus (1.2.16-5) ...
Selecting previously unselected package python3-pil:armhf.
Preparing to unpack .../358-python3-pil_8.1.2+dfsg-0.3+deb11u1_armhf.deb ...
Unpacking python3-pil:armhf (8.1.2+dfsg-0.3+deb11u1) ...
Selecting previously unselected package python3-xdg.
Preparing to unpack .../359-python3-xdg_0.27-2_all.deb ...
Unpacking python3-xdg (0.27-2) ...
Selecting previously unselected package python3-xlib.
Preparing to unpack .../360-python3-xlib_0.29-1_all.deb ...
Unpacking python3-xlib (0.29-1) ...
Selecting previously unselected package mate-dock-applet.
Preparing to unpack .../361-mate-dock-applet_20.04.0-1+b8_armhf.deb ...
Unpacking mate-dock-applet (20.04.0-1+b8) ...
Selecting previously unselected package mate-indicator-applet-common.
Preparing to unpack .../362-mate-indicator-applet-common_1.24.0-2_all.deb ...
Unpacking mate-indicator-applet-common (1.24.0-2) ...
Selecting previously unselected package mate-indicator-applet.
Preparing to unpack .../363-mate-indicator-applet_1.24.0-2_armhf.deb ...
Unpacking mate-indicator-applet (1.24.0-2) ...
Selecting previously unselected package mate-media-common.
Preparing to unpack .../364-mate-media-common_1.24.1-1_all.deb ...
Unpacking mate-media-common (1.24.1-1) ...
Selecting previously unselected package mate-media.
Preparing to unpack .../365-mate-media_1.24.1-1_armhf.deb ...
Unpacking mate-media (1.24.1-1) ...
Selecting previously unselected package python3-configobj.
Preparing to unpack .../366-python3-configobj_5.0.6-4_all.deb ...
Unpacking python3-configobj (5.0.6-4) ...
Selecting previously unselected package mozo.
Preparing to unpack .../367-mozo_1.24.0-1_all.deb ...
Unpacking mozo (1.24.0-1) ...
Selecting previously unselected package python3-setproctitle:armhf.
Preparing to unpack .../368-python3-setproctitle_1.2.1-1+rpi1_armhf.deb ...
Unpacking python3-setproctitle:armhf (1.2.1-1+rpi1) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../369-xdg-utils_1.1.3-4.1_all.deb ...
Unpacking xdg-utils (1.1.3-4.1) ...
Selecting previously unselected package mate-menu.
Preparing to unpack .../370-mate-menu_20.04.3-1_all.deb ...
Unpacking mate-menu (20.04.3-1) ...
Selecting previously unselected package mate-power-manager-common.
Preparing to unpack .../371-mate-power-manager-common_1.24.2-1_all.deb ...
Unpacking mate-power-manager-common (1.24.2-1) ...
Selecting previously unselected package upower.
Preparing to unpack .../372-upower_0.99.11-2_armhf.deb ...
Unpacking upower (0.99.11-2) ...
Selecting previously unselected package mate-power-manager.
Preparing to unpack .../373-mate-power-manager_1.24.2-1_armhf.deb ...
Unpacking mate-power-manager (1.24.2-1) ...
Selecting previously unselected package mate-screensaver-common.
Preparing to unpack .../374-mate-screensaver-common_1.24.1-1_all.deb ...
Unpacking mate-screensaver-common (1.24.1-1) ...
Selecting previously unselected package mate-screensaver.
Preparing to unpack .../375-mate-screensaver_1.24.1-1_armhf.deb ...
Unpacking mate-screensaver (1.24.1-1) ...
Selecting previously unselected package mate-sensors-applet-common.
Preparing to unpack .../376-mate-sensors-applet-common_1.24.1-1_all.deb ...
Unpacking mate-sensors-applet-common (1.24.1-1) ...
Selecting previously unselected package mate-sensors-applet.
Preparing to unpack .../377-mate-sensors-applet_1.24.1-1_armhf.deb ...
Unpacking mate-sensors-applet (1.24.1-1) ...
Selecting previously unselected package mate-system-monitor-common.
Preparing to unpack .../378-mate-system-monitor-common_1.24.1-1_all.deb ...
Unpacking mate-system-monitor-common (1.24.1-1) ...
Selecting previously unselected package mate-system-monitor.
Preparing to unpack .../379-mate-system-monitor_1.24.1-1_armhf.deb ...
Unpacking mate-system-monitor (1.24.1-1) ...
Selecting previously unselected package mesa-utils.
Preparing to unpack .../380-mesa-utils_8.4.0-1+b1_armhf.deb ...
Unpacking mesa-utils (8.4.0-1+b1) ...
Selecting previously unselected package mate-tweak.
Preparing to unpack .../381-mate-tweak_21.04.2-1_all.deb ...
Unpacking mate-tweak (21.04.2-1) ...
Selecting previously unselected package yelp-xsl.
Preparing to unpack .../382-yelp-xsl_3.38.3-1_all.deb ...
Unpacking yelp-xsl (3.38.3-1) ...
Selecting previously unselected package yelp.
Preparing to unpack .../383-yelp_3.38.3-1_armhf.deb ...
Unpacking yelp (3.38.3-1) ...
Selecting previously unselected package mate-user-guide.
Preparing to unpack .../384-mate-user-guide_1.24.0-1_all.deb ...
Unpacking mate-user-guide (1.24.0-1) ...
Selecting previously unselected package mate-user-share-common.
Preparing to unpack .../385-mate-user-share-common_1.24.0-2_all.deb ...
Unpacking mate-user-share-common (1.24.0-2) ...
Selecting previously unselected package mate-user-share.
Preparing to unpack .../386-mate-user-share_1.24.0-2+b6_armhf.deb ...
Unpacking mate-user-share (1.24.0-2+b6) ...
Selecting previously unselected package mate-utils-common.
Preparing to unpack .../387-mate-utils-common_1.24.0-1_all.deb ...
Unpacking mate-utils-common (1.24.0-1) ...
Selecting previously unselected package mate-utils.
Preparing to unpack .../388-mate-utils_1.24.0-1_armhf.deb ...
Unpacking mate-utils (1.24.0-1) ...
Selecting previously unselected package menu.
Preparing to unpack .../389-menu_2.1.48_armhf.deb ...
Unpacking menu (2.1.48) ...
Selecting previously unselected package netpbm.
Preparing to unpack .../390-netpbm_2%3a10.0-15.4_armhf.deb ...
Unpacking netpbm (2:10.0-15.4) ...
Selecting previously unselected package pipewire-bin.
Preparing to unpack .../391-pipewire-bin_0.3.19-4_armhf.deb ...
Unpacking pipewire-bin (0.3.19-4) ...
Selecting previously unselected package pipewire:armhf.
Preparing to unpack .../392-pipewire_0.3.19-4_armhf.deb ...
Unpacking pipewire:armhf (0.3.19-4) ...
Selecting previously unselected package pluma-common.
Preparing to unpack .../393-pluma-common_1.24.1-1_all.deb ...
Unpacking pluma-common (1.24.1-1) ...
Selecting previously unselected package pluma.
Preparing to unpack .../394-pluma_1.24.1-1_armhf.deb ...
Unpacking pluma (1.24.1-1) ...
Selecting previously unselected package pocketsphinx-en-us.
Preparing to unpack .../395-pocketsphinx-en-us_0.8+5prealpha+1-13_all.deb ...
Unpacking pocketsphinx-en-us (0.8+5prealpha+1-13) ...
Selecting previously unselected package pulseaudio-module-bluetooth.
Preparing to unpack .../396-pulseaudio-module-bluetooth_14.2-2+rpt1_armhf.deb ...
Unpacking pulseaudio-module-bluetooth (14.2-2+rpt1) ...
Selecting previously unselected package python3-olefile.
Preparing to unpack .../397-python3-olefile_0.46-3_all.deb ...
Unpacking python3-olefile (0.46-3) ...
Selecting previously unselected package rtkit.
Preparing to unpack .../398-rtkit_0.13-4_armhf.deb ...
Unpacking rtkit (0.13-4) ...
Selecting previously unselected package seahorse.
Preparing to unpack .../399-seahorse_3.38.0.1-2_armhf.deb ...
Unpacking seahorse (3.38.0.1-2) ...
Selecting previously unselected package usbmuxd.
Preparing to unpack .../400-usbmuxd_1.1.1-2_armhf.deb ...
Unpacking usbmuxd (1.1.1-2) ...
Selecting previously unselected package x11-utils.
Preparing to unpack .../401-x11-utils_7.7+5_armhf.deb ...
Unpacking x11-utils (7.7+5) ...
Selecting previously unselected package xdg-desktop-portal.
Preparing to unpack .../402-xdg-desktop-portal_1.8.1-1_armhf.deb ...
Unpacking xdg-desktop-portal (1.8.1-1) ...
Selecting previously unselected package xdg-desktop-portal-gtk.
Preparing to unpack .../403-xdg-desktop-portal-gtk_1.8.0-1+b1_armhf.deb ...
Unpacking xdg-desktop-portal-gtk (1.8.0-1+b1) ...
Setting up libxklavier16:armhf (5.4-4) ...
Setting up libpwquality-common (1.4.4-1) ...
Setting up python3-xlib (0.29-1) ...
Setting up libgoa-1.0-common (3.38.0-3) ...
Setting up libb2-1:armhf (0.98.1-1.1) ...
Setting up bubblewrap (0.4.1-3) ...
Setting up libglibmm-2.4-1v5:armhf (2.64.2-2) ...
Setting up gtk2-engines-murrine:armhf (0.98.2-3+b1) ...
Setting up libmate-sensors-applet-plugin0 (1.24.1-1) ...
Setting up libpaper1:armhf (1.1.28) ...

Creating config file /etc/papersize with new version
Setting up udisks2 (2.9.2-2+deb11u1) ...
Setting up imagemagick-6-common (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Setting up python3-dbus (1.2.16-5) ...
Setting up rtkit (0.13-4) ...
Setting up libmateweather-common (1.24.1-1) ...
Setting up gir1.2-freedesktop:armhf (1.66.1-1+b1) ...
Setting up libtie-ixhash-perl (1.23-2.1) ...
Setting up libpython3.8-minimal:armhf (3.8.7-1) ...
Setting up libharfbuzz-icu0:armhf (2.7.4-1) ...
Setting up fonts-mathjax (2.7.9+dfsg-1) ...
Setting up mate-settings-daemon-common (1.24.1-1) ...
Setting up python3-cairo:armhf (1.16.2-4+b1) ...
Setting up libpoppler-glib8:armhf (20.09.0-3.1+deb11u1) ...
Setting up desktop-file-utils (0.26-1) ...
Setting up libgdk-pixbuf-xlib-2.0-0:armhf (2.40.2-2) ...
Setting up dconf-cli (0.38.0-2) ...
Setting up fonts-noto-mono (20201225-1) ...
Setting up libpangoxft-1.0-0:armhf (1.46.2-3) ...
Setting up libplist3:armhf (2.2.0-6) ...
Setting up libjs-mathjax (2.7.9+dfsg-1) ...
Setting up libfont-afm-perl (1.20-3) ...
Setting up libwoff1:armhf (1.0.2-1) ...
Setting up libvte-2.91-common (0.62.3-1) ...
Setting up gir1.2-gdkpixbuf-2.0:armhf (2.42.2+dfsg-1+deb11u1) ...
Setting up libhyphen0:armhf (2.8.8-7) ...
Setting up libsphinxbase3:armhf (0.8+5prealpha+1-12) ...
Setting up libwmf0.2-7:armhf (0.2.8.4-17) ...
Setting up mate-backgrounds (1.24.2-1) ...
Setting up python3-talloc:armhf (2.3.1-2+b1) ...
Setting up gir1.2-atk-1.0:armhf (2.36.0-2) ...
Setting up libcdio-cdda2:armhf (10.2+2.0.0-1+b1) ...
Setting up libclone-perl (0.45-1+b1) ...
Setting up libaspell15:armhf (0.60.8-3) ...
Setting up mate-media-common (1.24.1-1) ...
Setting up libwpe-1.0-1:armhf (1.10.0-2) ...
Setting up libwnck-3-common (3.36.0-1) ...
Setting up libio-stringy-perl (2.111-3) ...
Setting up libtdb1:armhf (1.4.3-1+b1) ...
Setting up libcdio-paranoia2:armhf (10.2+2.0.0-1+b1) ...
Setting up libhtml-tagset-perl (3.20-4) ...
Setting up libijs-0.35:armhf (0.35-15) ...
Setting up python3-olefile (0.46-3) ...
Setting up libauthen-sasl-perl (2.1600-1.1) ...
Setting up libjxr0:armhf (1.1-6) ...
Setting up libwebpdemux2:armhf (0.6.1-2.1) ...
Setting up libdbusmenu-glib4:armhf (18.10.20180917~bzr492+repack1-2) ...
Setting up libmanette-0.2-0:armhf (0.2.5-1) ...
Setting up debian-mate-default-settings (1.24.1-2) ...
Setting up liblwp-mediatypes-perl (6.04-1) ...
Setting up libgdata-common (0.17.13-3+rpi1) ...
Setting up libmysofa1:armhf (1.2~dfsg0-1) ...
Setting up libxcb-shape0:armhf (1.14-3) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up mate-control-center-common (1.24.1-1) ...
Setting up libjavascriptcoregtk-4.0-18:armhf (2.38.5-1~deb11u1+rpi1) ...
Setting up libxxf86dga1:armhf (2:1.1.4-1+b1) ...
Setting up libapr1:armhf (1.7.0-6+deb11u2) ...
Setting up perl-openssl-defaults:armhf (5) ...
Setting up libexempi8:armhf (2.5.2-1) ...
Setting up libxpresent1:armhf (1.0.0-2) ...
Setting up mate-notification-daemon-common (1.24.1-1) ...
Setting up libpulsedsp:armhf (14.2-2+rpt1) ...
Setting up mate-user-share-common (1.24.0-2) ...
Setting up libencode-locale-perl (1.05-1.1) ...
Setting up caja-extensions-common (1.24.1-1) ...
Setting up libpeas-common (1.28.0-2) ...
Setting up mate-power-manager-common (1.24.2-1) ...
Setting up mate-desktop-common (1.24.1-2) ...
Setting up libpaper-utils (1.1.28) ...
Setting up libnetpbm10 (2:10.0-15.4) ...
Setting up libbamf3-2:armhf (0.5.4-2) ...
Setting up fonts-urw-base35 (20200910-1) ...
Setting up libnfs13:armhf (4.0.0-1) ...
Setting up marco-common (1.24.1-3) ...
Setting up python3-xdg (0.27-2) ...
Setting up x11-xserver-utils (7.7+8) ...
Setting up gir1.2-harfbuzz-0.0:armhf (2.7.4-1) ...
Setting up mate-calc-common (1.24.1-1) ...
Setting up mate-panel-common (1.24.1-1) ...
Setting up libcpupower1 (5.10.158-2+rpi1) ...
Setting up mate-system-monitor-common (1.24.1-1) ...
Setting up libavutil56:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up libxcb-util1:armhf (0.4.0-1) ...
Setting up libmate-menu2:armhf (1.24.1-1) ...
Setting up libcairomm-1.0-1v5:armhf (1.12.2-4) ...
Setting up engrampa-common (1.24.1-1) ...
Setting up gnome-desktop3-data (3.38.5-3) ...
Setting up libpocketsphinx3:armhf (0.8+5prealpha+1-13) ...
Setting up libgtop2-common (2.40.0-2) ...
Setting up python-caja-common (1.24.0-3) ...
Setting up p11-kit-modules:armhf (0.23.22-1) ...
Setting up fonts-quicksand (0.2016-2.1) ...
Setting up desktop-base (11.0.3) ...
update-alternatives: using /usr/share/desktop-base/debian-logos to provide /usr/share/images/vendor-logos (vendor-logos) in auto mode
update-alternatives: using /usr/share/desktop-base/homeworld-theme to provide /usr/share/desktop-base/active-theme (desktop-theme) in auto mode
update-alternatives: using /usr/share/desktop-base/active-theme/wallpaper/contents/images/1920x1080.svg to provide /usr/share/images/desktop-base/desktop-background (desktop-background) in auto mode
update-alternatives: using /usr/share/desktop-base/active-theme/wallpaper/gnome-background.xml to provide /usr/share/images/desktop-base/desktop-background.xml (desktop-background.xml) in auto mode
update-alternatives: using /usr/share/desktop-base/active-theme/lockscreen/gnome-background.xml to provide /usr/share/images/desktop-base/desktop-lockscreen.xml (desktop-lockscreen.xml) in auto mode
update-alternatives: using /usr/share/desktop-base/active-theme/wallpaper to provide /usr/share/wallpapers/DebianTheme (desktop-plasma5-wallpaper) in auto mode
update-alternatives: using /usr/share/desktop-base/active-theme/login/background.svg to provide /usr/share/images/desktop-base/login-background.svg (desktop-login-background) in auto mode
dpkg-query: no packages found matching grub-efi*
No grub-efi* package found, using 4/3 as default grub background ratio
update-alternatives: using /usr/share/desktop-base/active-theme/grub/grub-4x3.png to provide /usr/share/images/desktop-base/desktop-grub.png (desktop-grub) in auto mode
dpkg-query: no packages found matching grub-*
update-initramfs: deferring update (trigger activated)
Setting up libmatekbd-common (1.24.1-1) ...
Setting up libwpebackend-fdo-1.0-1:armhf (1.8.0-1) ...
Setting up gir1.2-pango-1.0:armhf (1.46.2-3) ...
Setting up python3-configobj (5.0.6-4) ...
Setting up emacsen-common (3.0.4) ...
Setting up libdata-dump-perl (1.23-1.1) ...
Setting up libxkbregistry0:armhf (1.0.3-2) ...
Setting up libspa-0.2-modules:armhf (0.3.19-4) ...
Setting up libjbig2dec0:armhf (0.19-2) ...
Setting up libipc-system-simple-perl (1.30-1) ...
Setting up libidn11:armhf (1.33-3) ...
Setting up libdbus-glib-1-2:armhf (0.110-6) ...
Setting up libxml-xpathengine-perl (0.14-1) ...
Setting up libnotify4:armhf (0.7.9-3) ...
Setting up mate-icon-theme (1.24.0-1) ...
Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
Setting up libgdk-pixbuf2.0-0:armhf (2.40.2-2) ...
Setting up libpulse-mainloop-glib0:armhf (14.2-2+rpt1) ...
Setting up wamerican (2019.10.06-1) ...
Setting up pulseaudio-utils (14.2-2+rpt1) ...
Setting up zenity-common (3.32.0-6) ...
Setting up python3-gi (3.38.0-2) ...
Setting up libpipewire-0.3-0:armhf (0.3.19-4) ...
Setting up mate-polkit-common (1.24.0-2) ...
Setting up libimagequant0:armhf (2.12.2-1.1) ...
Setting up mate-indicator-applet-common (1.24.0-2) ...
Setting up gtk2-engines-pixbuf:armhf (2.24.33-2+rpt1) ...
Setting up python3-setproctitle:armhf (1.2.1-1+rpi1) ...
Setting up libio-html-perl (1.004-2) ...
Setting up libmatemixer-common (1.24.1-1) ...
Setting up libpostproc55:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up netpbm (2:10.0-15.4) ...
Setting up pocketsphinx-en-us (0.8+5prealpha+1-13) ...
Setting up libpangomm-1.4-1v5:armhf (2.42.1-1) ...
Setting up menu-xdg (0.6+nmu1) ...
Setting up libnm0:armhf (1.30.6-1+deb11u1) ...
Setting up libkpathsea6:armhf (2020.20200327.54578-7) ...
Setting up lsof (4.93.2+dfsg-1.1) ...
Setting up libcrack2:armhf (2.9.6-3.4) ...
Setting up librubberband2:armhf (1.9.0-1) ...
Setting up libtimedate-perl (2.3300-2) ...
Setting up mate-utils-common (1.24.0-1) ...
Setting up xdg-dbus-proxy (0.1.2-2) ...
Setting up fonts-dejavu-extra (2.37-2) ...
Setting up mate-sensors-applet-common (1.24.1-1) ...
Setting up libvidstab1.1:armhf (1.1.0-2) ...
Setting up gir1.2-notify-0.7:armhf (0.7.9-3) ...
Setting up gnome-keyring-pkcs11:armhf (3.36.0-1+rpi1) ...
Setting up mate-screensaver-common (1.24.1-1) ...
Setting up liblqr-1-0:armhf (0.4.2-2.1) ...
Setting up sound-theme-freedesktop (0.8-2) ...
Setting up caja-common (1.24.0-1) ...
Setting up libusbmuxd6:armhf (2.0.2-3) ...
Setting up dbus-x11 (1.12.24-0+deb11u1) ...
Setting up libbluetooth3:armhf (5.55-3.1+rpt2) ...
Setting up hddtemp (0.3-beta15-54) ...
Setting up liblua5.3-0:armhf (5.3.3-1.1+b1) ...
Setting up libgtksourceview-3.0-common (3.24.11-2) ...
Setting up libspeexdsp1:armhf (1.2~rc1.2-1.1) ...
Setting up libxslt1.1:armhf (1.1.34-4+deb11u1) ...
Setting up x11-utils (7.7+5) ...
Setting up libgtop-2.0-11:armhf (2.40.0-2) ...
Setting up libupower-glib3:armhf (0.99.11-2) ...
Setting up gtk2-engines:armhf (1:2.20.2-5+b1) ...
Setting up atril-common (1.24.0-1) ...
Setting up libical3:armhf (3.0.9-2) ...
Setting up libgxps2:armhf (0.3.2-1) ...
Setting up pluma-common (1.24.1-1) ...
Setting up libavahi-glib1:armhf (0.8-5+deb11u1) ...
Setting up sgml-base (1.30) ...
Setting up libswscale5:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up libglu1-mesa:armhf (9.0.1-1) ...
Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
Setting up libdjvulibre-text (3.5.28-2) ...
Setting up libatkmm-1.6-1v5:armhf (2.28.0-3) ...
Setting up libhunspell-1.7-0:armhf (1.7.0-3+b1) ...
Setting up libaccountsservice0:armhf (0.6.55-3) ...
Setting up p11-kit (0.23.22-1) ...
Setting up gir1.2-nm-1.0:armhf (1.30.6-1+deb11u1) ...
Setting up libgck-1-0:armhf (3.38.1-2) ...
Setting up menu (2.1.48) ...
Setting up libimobiledevice6:armhf (1.3.0-6) ...
Setting up libldb2:armhf (2:2.2.3-2~deb11u2) ...
Setting up python3-gi-cairo (3.38.0-2) ...
Setting up mate-applets-common (1.24.1-1) ...
Setting up gvfs-common (1.46.2-1) ...
Setting up mailcap (3.69) ...
Setting up libgcr-base-3-1:armhf (3.38.1-2) ...
Setting up libpam-gnome-keyring:armhf (3.36.0-1+rpi1) ...
Setting up xdg-utils (1.1.3-4.1) ...
update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
Setting up liburi-perl (5.08-1) ...
Setting up librda-common (0.0.5-1.1) ...
Setting up librda0:armhf (0.0.5-1.1) ...
Setting up accountsservice (0.6.55-3) ...
Created symlink /etc/systemd/system/graphical.target.wants/accounts-daemon.service → /lib/systemd/system/accounts-daemon.service.
Setting up libx11-protocol-perl (0.56-7.1) ...
Setting up libsecret-common (0.20.4-2) ...
Setting up libgtk-3-common (3.24.24-4+rpt12+deb11u2) ...
Setting up yelp-xsl (3.38.3-1) ...
Setting up eom-common (1.24.1-1) ...
Setting up libsynctex2:armhf (2020.20200327.54578-7) ...
Setting up libxres1:armhf (2:1.2.0-4) ...
Setting up gir1.2-bamf-3 (0.5.4-2) ...
Setting up mate-terminal-common (1.24.1-1) ...
Setting up libaprutil1:armhf (1.6.1-5+deb11u1) ...
Setting up libstartup-notification0:armhf (0.12-6+b1) ...
Setting up libnet-ssleay-perl (1.88-3+b1) ...
Setting up libgs9-common (9.53.3~dfsg-7+deb11u2) ...
Setting up libavutil-dev:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up gir1.2-matemenu-2.0:armhf (1.24.1-1) ...
Setting up libcanberra0:armhf (0.30-7+b10) ...
Setting up libhttp-date-perl (6.05-1) ...
Setting up fonts-dejavu (2.37-2) ...
Setting up libdbusmenu-gtk3-4:armhf (18.10.20180917~bzr492+repack1-2) ...
Setting up libfile-basedir-perl (0.08-1) ...
Setting up xdg-desktop-portal (1.8.1-1) ...
Setting up libfile-listing-perl (6.14-1) ...
Setting up mime-support (3.66) ...
Setting up libjxr-tools (1.1-6) ...
Setting up libgs9:armhf (9.53.3~dfsg-7+deb11u2) ...
Setting up dictionaries-common (1.28.4) ...
Setting up mate-themes (3.22.21-1) ...
update-alternatives: using /usr/share/icons/mate/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up mate-menus (1.24.1-1) ...
Setting up libdjvulibre21:armhf (3.5.28-2) ...
Setting up upower (0.99.11-2) ...
upower.service is a disabled or a static unit, not starting it.
Setting up libnet-http-perl (6.20-1) ...
Setting up libspectre1:armhf (0.2.9-1) ...
Setting up libaprutil1-ldap:armhf (1.6.1-5+deb11u1) ...
Setting up libswresample3:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up ghostscript (9.53.3~dfsg-7+deb11u2) ...
Setting up libmatemixer0:armhf (1.24.1-1) ...
Setting up libaprutil1-dbd-sqlite3:armhf (1.6.1-5+deb11u1) ...
Setting up libavresample4:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up bluez-obexd (5.55-3.1+rpt2) ...
Created symlink /etc/systemd/user/dbus-org.bluez.obex.service → /usr/lib/systemd/user/obex.service.
Setting up libpipewire-0.3-modules:armhf (0.3.19-4) ...
Setting up python3-pil:armhf (8.1.2+dfsg-0.3+deb11u1) ...
Setting up cracklib-runtime (2.9.6-3.4) ...
Setting up libmagickcore-6.q16-6:armhf (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Setting up libsecret-1-0:armhf (0.20.4-2) ...
Setting up libpwquality1:armhf (1.4.4-1) ...
Setting up mesa-utils (8.4.0-1+b1) ...
Setting up libswscale-dev:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up python3-ldb (2:2.2.3-2~deb11u2) ...
Setting up gvfs-libs:armhf (1.46.2-1) ...
Setting up aspell (0.60.8-3) ...
Setting up usbmuxd (1.1.1-2) ...
Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory
Adding system user `usbmux' (UID 110) ...
Adding new user `usbmux' (UID 110) with group `plugdev' ...
Not creating home directory `/var/lib/usbmux'.
usbmuxd.service is a disabled or a static unit, not starting it.
Setting up libfile-desktopentry-perl (0.22-2) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up xml-core (0.18+nmu1) ...
Setting up libhtml-parser-perl (3.75-1+b1) ...
Setting up hunspell-en-us (1:2019.10.06-1) ...
Setting up libmagickwand-6.q16-6:armhf (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Setting up libavcodec58:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up libpython3.8-stdlib:armhf (3.8.7-1) ...
Setting up libio-socket-ssl-perl (2.069-1) ...
Setting up libhttp-message-perl (6.28-1) ...
Setting up libhtml-form-perl (6.07-1) ...
Setting up libfile-mimeinfo-perl (0.30-1) ...
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up libasound2-plugins:armhf (1.2.2-2) ...
Setting up libmagickcore-6.q16-6-extra:armhf (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Setting up libhttp-cookies-perl (6.10-1) ...
Setting up libenchant-2-2:armhf (2.2.15-1) ...
Setting up libswresample-dev:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up libavformat58:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up libavcodec-dev:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up aspell-en (2018.04.16-0-1) ...
Setting up enchant-2 (2.2.15-1) ...
Setting up samba-libs:armhf (2:4.13.13+dfsg-1~deb11u4) ...
Setting up libhtml-format-perl (2.12-1.1) ...
Setting up libavformat-dev:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up apache2-bin (2.4.54-1~deb11u1) ...
Setting up pulseaudio (14.2-2+rpt1) ...
Adding user pulse to group audio
Created symlink /etc/systemd/user/default.target.wants/pulseaudio.service → /usr/lib/systemd/user/pulseaudio.service.
Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
Setting up pipewire-bin (0.3.19-4) ...
Setting up gvfs-daemons (1.46.2-1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libmailtools-perl (2.21-1) ...
Setting up libpython3.8:armhf (3.8.7-1) ...
Setting up pulseaudio-module-bluetooth (14.2-2+rpt1) ...
Setting up libsmbclient:armhf (2:4.13.13+dfsg-1~deb11u4) ...
Setting up imagemagick-6.q16 (8:6.9.11.60+dfsg-1.3+deb11u1) ...
update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
Setting up libavfilter7:armhf (7:4.3.5-0+deb11u1+rpt3) ...
Setting up pipewire:armhf (0.3.19-4) ...
Created symlink /etc/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Setting up gstreamer1.0-libav:armhf (1.18.4-3) ...
Setting up libcanberra-pulse:armhf (0.30-7+b10) ...
Setting up libffmpegthumbnailer4v5 (2.1.1-0.2+b1) ...
Setting up gvfs:armhf (1.46.2-1) ...
Setting up libapache2-mod-dnssd (0.6-3.2+b9) ...
Setting up ffmpegthumbnailer (2.1.1-0.2+b1) ...
Setting up imagemagick (8:6.9.11.60+dfsg-1.3+deb11u1) ...
Setting up liblwp-protocol-https-perl (6.10-1) ...
Setting up libwww-perl (6.52-1) ...
Setting up libxml-parser-perl:armhf (2.46-2) ...
Setting up libxml-twig-perl (1:3.52-1) ...
Setting up libnet-dbus-perl (1.2.0-1+b1) ...
Setting up system-tools-backends (2.10.2-3.1) ...
Setting up liboobs-1-5:armhf (3.0.0-4+b7) ...
Processing triggers for install-info (6.7.0.dfsg.2-6) ...
Processing triggers for fontconfig (2.13.1-4.2) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libglib2.0-0:armhf (2.66.8-1) ...
Setting up libgtk-3-0:armhf (3.24.24-4+rpt12+deb11u2) ...
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
Setting up gir1.2-gtk-3.0:armhf (3.24.24-4+rpt12+deb11u2) ...
Setting up libmateweather1:armhf (1.24.1-1) ...
Setting up libcanberra-gtk3-0:armhf (0.30-7+b10) ...
Setting up libmatedict6 (1.24.0-1) ...
Setting up libvte-2.91-0:armhf (0.62.3-1) ...
Setting up libayatana-ido3-0.4-0:armhf (0.8.2-1) ...
Processing triggers for man-db (2.9.4-2) ...
Setting up libatrildocument3 (1.24.0-1) ...
Setting up libcanberra-gtk3-module:armhf (0.30-7+b10) ...
Setting up mate-polkit:armhf (1.24.0-2) ...
Setting up gir1.2-eom-1.0 (1.24.1-1) ...
Setting up notification-daemon (3.20.0-4) ...
Setting up libgtksourceview-3.0-1:armhf (3.24.11-2) ...
Setting up gtkhash (1.2-1+b2) ...
Setting up libgail-3-0:armhf (3.24.24-4+rpt12+deb11u2) ...
Setting up libmate-desktop-2-17:armhf (1.24.1-2) ...
Processing triggers for dbus (1.12.24-0+deb11u1) ...
Processing triggers for shared-mime-info (2.0-1) ...
Setting up libmatekbd4:armhf (1.24.1-1) ...
Setting up libgoa-1.0-0b:armhf (3.38.0-3) ...
Setting up gnome-system-tools (3.0.0-9.1) ...
Setting up libmarco-private2:armhf (1.24.1-3) ...
Setting up libwebkit2gtk-4.0-37:armhf (2.38.5-1~deb11u1+rpi1) ...
Setting up gir1.2-gtksource-3.0:armhf (3.24.11-2) ...
Setting up libwnck-3-0:armhf (3.36.0-1) ...
Setting up libpeas-1.0-0:armhf (1.28.0-2) ...
Setting up libmate-slab0:armhf (1.24.1-1) ...
Setting up mate-calc (1.24.1-1) ...
Setting up gir1.2-matedesktop-2.0:armhf (1.24.1-2) ...
Setting up mate-session-manager (1.24.1-2) ...
update-alternatives: using /usr/bin/mate-session to provide /usr/bin/x-session-manager (x-session-manager) in auto mode
Setting up mate-notification-daemon (1.24.1-1) ...
Setting up libgnome-desktop-3-19:armhf (3.38.5-3) ...
Setting up libayatana-indicator3-7:armhf (0.8.4-1+deb11u2) ...
Setting up mate-screensaver (1.24.1-1) ...
Setting up libcaja-extension1:armhf (1.24.0-1) ...
Setting up caja-open-terminal (1.24.1-1) ...
Setting up dconf-editor (3.38.2-1) ...
Setting up libhandy-1-0:armhf (1.0.3-2) ...
Setting up libgdata22:armhf (0.17.13-3+rpi1) ...
Setting up mate-desktop (1.24.1-2) ...
Setting up seahorse-daemon (3.12.2-6) ...
Setting up libmate-panel-applet-4-1:armhf (1.24.1-1) ...
Setting up caja-sendto (1.24.1-1) ...
Setting up libgtk-layer-shell0 (0.5.2-2) ...
Setting up xdg-desktop-portal-gtk (1.8.0-1+b1) ...
Setting up engrampa (1.24.1-1) ...
Setting up bamfdaemon (0.5.4-2) ...
Rebuilding /usr/share/applications/bamf-2.index...
Setting up libgcr-ui-3-1:armhf (3.38.1-2) ...
Setting up gir1.2-pluma-1.0 (1.24.1-1) ...
Setting up mate-terminal (1.24.1-1) ...
update-alternatives: using /usr/bin/mate-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
Setting up mozo (1.24.0-1) ...
Setting up gir1.2-matepanelapplet-4.0:armhf (1.24.1-1) ...
Setting up libgtkmm-3.0-1v5:armhf (3.24.2-2) ...
Setting up libgucharmap-2-90-7:armhf (1:13.0.5-1) ...
Setting up caja-image-converter (1.24.1-1) ...
Setting up mate-settings-daemon (1.24.1-1) ...
Setting up eom (1.24.1-1) ...
Setting up gir1.2-caja-2.0:armhf (1.24.0-1) ...
Setting up libyelp0:armhf (3.38.3-1) ...
Setting up zenity (3.32.0-6) ...
Setting up python3-caja (1.24.0-3) ...
Setting up libcryptui0a:armhf (3.12.2-6) ...
Setting up caja-eiciel (1.20.1-2) ...
Setting up gcr (3.38.1-2) ...
Setting up gir1.2-peas-1.0:armhf (1.28.0-2) ...
Setting up mate-sensors-applet (1.24.1-1) ...
Setting up gir1.2-wnck-3.0:armhf (3.36.0-1) ...
Setting up libmate-window-settings1:armhf (1.24.1-1) ...
Setting up gvfs-backends (1.46.2-1) ...
Setting up caja (1.24.0-1) ...
Setting up mate-control-center (1.24.1-1) ...
Setting up pinentry-gnome3 (1.1.0-4) ...
Setting up caja-seahorse (1.18.5-1) ...
Setting up libayatana-appindicator3-1 (0.5.5-2+deb11u2) ...
Setting up caja-gtkhash (1.2-1+b2) ...
Setting up mate-panel (1.24.1-1) ...
Setting up caja-rename (20.1.26-1) ...
Setting up mate-power-manager (1.24.2-1) ...
Setting up mate-utils (1.24.0-1) ...
Setting up libatrilview3 (1.24.0-1) ...
Setting up mate-system-monitor (1.24.1-1) ...
Setting up mate-applet-brisk-menu (0.6.2-1) ...
Setting up caja-wallpaper (1.24.1-1) ...
Setting up mate-indicator-applet (1.24.0-2) ...
Setting up mate-media (1.24.1-1) ...
Setting up gir1.2-ayatanaappindicator3-0.1 (0.5.5-2+deb11u2) ...
Setting up mate-user-share (1.24.0-2+b6) ...
Setting up mate-menu (20.04.3-1) ...
Setting up caja-admin (0.0.3-1) ...
Setting up mate-tweak (21.04.2-1) ...
Setting up mate-dock-applet (20.04.0-1+b8) ...
Setting up mate-applets (1.24.1-1) ...
Setting up gnome-keyring (3.36.0-1+rpi1) ...
Setting up marco (1.24.1-3) ...
update-alternatives: using /usr/bin/marco to provide /usr/bin/x-window-manager (x-window-manager) in auto mode
Setting up yelp (3.38.3-1) ...
Setting up pluma (1.24.1-1) ...
Setting up seahorse (3.38.0.1-2) ...
Setting up blueman (2.1.4-1+b2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/blueman-mechanism.service → /lib/systemd/system/blueman-mechanism.service.
Setting up mate-desktop-environment-core (1.24.0+4) ...
Setting up atril (1.24.0-1) ...
Setting up mate-desktop-environment (1.24.0+4) ...
Setting up mate-desktop-environment-extras (1.24.0+4) ...
Setting up mate-user-guide (1.24.0-1) ...
Processing triggers for sgml-base (1.30) ...
Setting up sgml-data (2.0.11+nmu1) ...
Processing triggers for sgml-base (1.30) ...
Setting up docbook-xml (4.5-9) ...
Processing triggers for initramfs-tools (0.140) ...
Processing triggers for menu (2.1.48) ...
Processing triggers for dictionaries-common (1.28.4) ...
aspell-autobuildhash: processing: en [en-common].
aspell-autobuildhash: processing: en [en-variant_0].
aspell-autobuildhash: processing: en [en-variant_1].
aspell-autobuildhash: processing: en [en-variant_2].
aspell-autobuildhash: processing: en [en-w_accents-only].
aspell-autobuildhash: processing: en [en-wo_accents-only].
aspell-autobuildhash: processing: en [en_AU-variant_0].
aspell-autobuildhash: processing: en [en_AU-variant_1].
aspell-autobuildhash: processing: en [en_AU-w_accents-only].
aspell-autobuildhash: processing: en [en_AU-wo_accents-only].
aspell-autobuildhash: processing: en [en_CA-variant_0].
aspell-autobuildhash: processing: en [en_CA-variant_1].
aspell-autobuildhash: processing: en [en_CA-w_accents-only].
aspell-autobuildhash: processing: en [en_CA-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only].
aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only].
aspell-autobuildhash: processing: en [en_GB-variant_0].
aspell-autobuildhash: processing: en [en_GB-variant_1].
aspell-autobuildhash: processing: en [en_US-w_accents-only].
aspell-autobuildhash: processing: en [en_US-wo_accents-only].
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
Processing triggers for dbus (1.12.24-0+deb11u1) ...
Processing triggers for sgml-base (1.30) ...

2.4 安装lightdm

pi@raspberrypi:~ $ sudo apt-get install lightdm
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  gnome-accessibility-themes gnome-themes-extra gnome-themes-extra-data liblightdm-gobject-1-0 lightdm-gtk-greeter
Suggested packages:
  xserver-xephyr
The following NEW packages will be installed:
  gnome-accessibility-themes gnome-themes-extra gnome-themes-extra-data liblightdm-gobject-1-0 lightdm lightdm-gtk-greeter
0 upgraded, 6 newly installed, 0 to remove and 57 not upgraded.
Need to get 4,295 kB of archives.
After this operation, 9,943 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf gnome-accessibility-themes all 3.28-1 [2,893 kB]
Get:2 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf liblightdm-gobject-1-0 armhf 1.26.0-7+rpt1 [57.3 kB]
Get:3 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf lightdm armhf 1.26.0-7+rpt1 [151 kB]
Get:4 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf gnome-themes-extra-data all 3.28-1 [574 kB]
Get:5 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf gnome-themes-extra armhf 3.28-1 [522 kB]
Get:6 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf lightdm-gtk-greeter armhf 2.0.8-2 [98.0 kB]
Fetched 4,295 kB in 6s (719 kB/s)
Preconfiguring packages ...
Selecting previously unselected package gnome-accessibility-themes.
(Reading database ... 201364 files and directories currently installed.)
Preparing to unpack .../0-gnome-accessibility-themes_3.28-1_all.deb ...
Unpacking gnome-accessibility-themes (3.28-1) ...
Selecting previously unselected package gnome-themes-extra-data.
Preparing to unpack .../1-gnome-themes-extra-data_3.28-1_all.deb ...
Unpacking gnome-themes-extra-data (3.28-1) ...
Selecting previously unselected package gnome-themes-extra:armhf.
Preparing to unpack .../2-gnome-themes-extra_3.28-1_armhf.deb ...
Unpacking gnome-themes-extra:armhf (3.28-1) ...
Selecting previously unselected package liblightdm-gobject-1-0:armhf.
Preparing to unpack .../3-liblightdm-gobject-1-0_1.26.0-7+rpt1_armhf.deb ...
Unpacking liblightdm-gobject-1-0:armhf (1.26.0-7+rpt1) ...
Selecting previously unselected package lightdm-gtk-greeter.
Preparing to unpack .../4-lightdm-gtk-greeter_2.0.8-2_armhf.deb ...
Unpacking lightdm-gtk-greeter (2.0.8-2) ...
Selecting previously unselected package lightdm.
Preparing to unpack .../5-lightdm_1.26.0-7+rpt1_armhf.deb ...
Unpacking lightdm (1.26.0-7+rpt1) ...
Setting up gnome-themes-extra-data (3.28-1) ...
Setting up gnome-themes-extra:armhf (3.28-1) ...
Setting up gnome-accessibility-themes (3.28-1) ...
Setting up liblightdm-gobject-1-0:armhf (1.26.0-7+rpt1) ...
Setting up lightdm-gtk-greeter (2.0.8-2) ...
update-alternatives: using /usr/share/xgreeters/lightdm-gtk-greeter.desktop to provide /usr/share/xgreeters/lightdm-greeter.desktop (lightdm                            -greeter) in auto mode
Setting up lightdm (1.26.0-7+rpt1) ...
Adding group `lightdm' (GID 117) ...
Done.
Adding system user `lightdm' (UID 112) ...
Adding new user `lightdm' (UID 112) with group `lightdm' ...
Creating home directory `/var/lib/lightdm' ...
usermod: no changes
usermod: no changes
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for dbus (1.12.24-0+deb11u1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...

2.5 配置raspi-config

在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

pi@raspberrypi:~ $ sudo raspi-config
Unit vncserver-x11-serviced.service could not be found.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  acl colord colord-data 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 ipp-usb libcolorhug2 libcupsfilters1 libfontembed1 libgusb2 libieee1284-3 liblouis-data
  liblouis20 liblouisutdml-bin liblouisutdml-data liblouisutdml9 libpoppler-cpp0v5 libqpdf28 libsane-common libsane1 libsnmp-base
  libsnmp40 poppler-utils sane-utils ssl-cert update-inetd usb.ids
Suggested packages:
  cups-bsd cups-pdf foomatic-db-compressed-ppds | foomatic-db smbclient antiword docx2txt ooo2dbk rtf2xml hplip snmp-mibs-downloader
  unpaper
The following NEW packages will be installed:
  acl colord colord-data 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 ipp-usb libcolorhug2 libcupsfilters1 libfontembed1 libgusb2 libieee1284-3 liblouis-data
  liblouis20 liblouisutdml-bin liblouisutdml-data liblouisutdml9 libpoppler-cpp0v5 libqpdf28 libsane-common libsane1 libsnmp-base
  libsnmp40 poppler-utils realvnc-vnc-server sane-utils ssl-cert update-inetd usb.ids
0 upgraded, 37 newly installed, 0 to remove and 57 not upgraded.
Need to get 23.6 MB of archives.
After this operation, 92.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libcupsfilters1 armhf 1.28.7-1+deb11u1 [133 kB]
Get:2 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf ssl-cert all 1.1.0+nmu1 [21.0 kB]
Get:3 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-daemon armhf 2.3.3op2-3+deb11u2 [403 kB]
Get:4 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-browsed armhf 1.28.7-1+deb11u1 [146 kB]
Get:5 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libsane-common all 1.0.31-4.1 [1,275 kB]
Get:6 https://mirrors.tuna.tsinghua.edu.cn/raspberrypi bullseye/main armhf realvnc-vnc-server armhf 7.0.1.49073 [7,288 kB]
Get:7 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf update-inetd all 4.51 [28.3 kB]
Get:8 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libieee1284-3 armhf 0.2.11-14 [26.0 kB]
Get:9 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf acl armhf 2.2.53-10 [56.7 kB]
Get:10 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libsnmp-base all 5.9+dfsg-4+deb11u1 [1,736 kB]
Get:11 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libsnmp40 armhf 5.9+dfsg-4+deb11u1 [2,425 kB]
Get:12 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libsane1 armhf 1.0.31-4.1 [2,162 kB]
Get:13 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf sane-utils armhf 1.0.31-4.1 [210 kB]
Get:14 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf colord-data all 1.4.5-3 [281 kB]
Get:15 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libgusb2 armhf 0.3.5-1 [23.6 kB]
Get:16 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libcolorhug2 armhf 1.4.5-3 [43.8 kB]
Get:17 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf colord armhf 1.4.5-3 [186 kB]
Get:18 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-common all 2.3.3op2-3+deb11u2 [314 kB]
Get:19 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-client armhf 2.3.3op2-3+deb11u2 [235 kB]
Get:20 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libpoppler-cpp0v5 armhf 20.09.0-3.1+deb11u1 [52.1 kB]
Get:21 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libqpdf28 armhf 10.1.0-1 [415 kB]
Get:22 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf poppler-utils armhf 20.09.0-3.1+deb11u1 [161 kB]
Get:23 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-ipp-utils armhf 2.3.3op2-3+deb11u2 [285 kB]
Get:24 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-filters-core-drivers armhf 1.28.7-1+deb11u1 [189 kB]
Get:25 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-core-drivers armhf 2.3.3op2-3+deb11u2 [144 kB]
Get:26 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf libfontembed1 armhf 1.28.7-1+deb11u1 [73.0 kB]
Get:27 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-filters armhf 1.28.7-1+deb11u1 [560 kB]
Get:28 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-ppdc armhf 2.3.3op2-3+deb11u2 [194 kB]
Get:29 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups-server-common all 2.3.3op2-3+deb11u2 [520 kB]
Get:30 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf cups armhf 2.3.3op2-3+deb11u2 [353 kB]
Get:31 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf ipp-usb armhf 0.9.17-3 [1,556 kB]
Get:32 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf liblouis-data all 3.16.0-1 [1,681 kB]
Get:33 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf liblouis20 armhf 3.16.0-1 [85.1 kB]
Get:34 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf liblouisutdml-data all 2.9.0-1 [45.4 kB]
Get:35 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf liblouisutdml9 armhf 2.9.0-1 [77.8 kB]
Get:36 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf liblouisutdml-bin armhf 2.9.0-1 [14.6 kB]
Get:37 http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian bullseye/main armhf usb.ids all 2022.05.20-0+deb11u1 [205 kB]
Fetched 23.6 MB in 32s (735 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libcupsfilters1:armhf.
(Reading database ... 205536 files and directories currently installed.)
Preparing to unpack .../00-libcupsfilters1_1.28.7-1+deb11u1_armhf.deb ...
Unpacking libcupsfilters1:armhf (1.28.7-1+deb11u1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../01-ssl-cert_1.1.0+nmu1_all.deb ...
Unpacking ssl-cert (1.1.0+nmu1) ...
Selecting previously unselected package cups-daemon.
Preparing to unpack .../02-cups-daemon_2.3.3op2-3+deb11u2_armhf.deb ...
Unpacking cups-daemon (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package cups-browsed.
Preparing to unpack .../03-cups-browsed_1.28.7-1+deb11u1_armhf.deb ...
Unpacking cups-browsed (1.28.7-1+deb11u1) ...
Selecting previously unselected package libsane-common.
Preparing to unpack .../04-libsane-common_1.0.31-4.1_all.deb ...
Unpacking libsane-common (1.0.31-4.1) ...
Selecting previously unselected package update-inetd.
Preparing to unpack .../05-update-inetd_4.51_all.deb ...
Unpacking update-inetd (4.51) ...
Selecting previously unselected package libieee1284-3:armhf.
Preparing to unpack .../06-libieee1284-3_0.2.11-14_armhf.deb ...
Unpacking libieee1284-3:armhf (0.2.11-14) ...
Selecting previously unselected package acl.
Preparing to unpack .../07-acl_2.2.53-10_armhf.deb ...
Unpacking acl (2.2.53-10) ...
Selecting previously unselected package libsnmp-base.
Preparing to unpack .../08-libsnmp-base_5.9+dfsg-4+deb11u1_all.deb ...
Unpacking libsnmp-base (5.9+dfsg-4+deb11u1) ...
Selecting previously unselected package libsnmp40:armhf.
Preparing to unpack .../09-libsnmp40_5.9+dfsg-4+deb11u1_armhf.deb ...
Unpacking libsnmp40:armhf (5.9+dfsg-4+deb11u1) ...
Selecting previously unselected package libsane1:armhf.
Preparing to unpack .../10-libsane1_1.0.31-4.1_armhf.deb ...
Unpacking libsane1:armhf (1.0.31-4.1) ...
Selecting previously unselected package sane-utils.
Preparing to unpack .../11-sane-utils_1.0.31-4.1_armhf.deb ...
Unpacking sane-utils (1.0.31-4.1) ...
Selecting previously unselected package colord-data.
Preparing to unpack .../12-colord-data_1.4.5-3_all.deb ...
Unpacking colord-data (1.4.5-3) ...
Selecting previously unselected package libgusb2:armhf.
Preparing to unpack .../13-libgusb2_0.3.5-1_armhf.deb ...
Unpacking libgusb2:armhf (0.3.5-1) ...
Selecting previously unselected package libcolorhug2:armhf.
Preparing to unpack .../14-libcolorhug2_1.4.5-3_armhf.deb ...
Unpacking libcolorhug2:armhf (1.4.5-3) ...
Selecting previously unselected package colord.
Preparing to unpack .../15-colord_1.4.5-3_armhf.deb ...
Unpacking colord (1.4.5-3) ...
Selecting previously unselected package cups-common.
Preparing to unpack .../16-cups-common_2.3.3op2-3+deb11u2_all.deb ...
Unpacking cups-common (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package cups-client.
Preparing to unpack .../17-cups-client_2.3.3op2-3+deb11u2_armhf.deb ...
Unpacking cups-client (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package libpoppler-cpp0v5:armhf.
Preparing to unpack .../18-libpoppler-cpp0v5_20.09.0-3.1+deb11u1_armhf.deb ...
Unpacking libpoppler-cpp0v5:armhf (20.09.0-3.1+deb11u1) ...
Selecting previously unselected package libqpdf28:armhf.
Preparing to unpack .../19-libqpdf28_10.1.0-1_armhf.deb ...
Unpacking libqpdf28:armhf (10.1.0-1) ...
Selecting previously unselected package poppler-utils.
Preparing to unpack .../20-poppler-utils_20.09.0-3.1+deb11u1_armhf.deb ...
Unpacking poppler-utils (20.09.0-3.1+deb11u1) ...
Selecting previously unselected package cups-ipp-utils.
Preparing to unpack .../21-cups-ipp-utils_2.3.3op2-3+deb11u2_armhf.deb ...
Unpacking cups-ipp-utils (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package cups-filters-core-drivers.
Preparing to unpack .../22-cups-filters-core-drivers_1.28.7-1+deb11u1_armhf.deb ...
Unpacking cups-filters-core-drivers (1.28.7-1+deb11u1) ...
Selecting previously unselected package cups-core-drivers.
Preparing to unpack .../23-cups-core-drivers_2.3.3op2-3+deb11u2_armhf.deb ...
Unpacking cups-core-drivers (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package libfontembed1:armhf.
Preparing to unpack .../24-libfontembed1_1.28.7-1+deb11u1_armhf.deb ...
Unpacking libfontembed1:armhf (1.28.7-1+deb11u1) ...
Selecting previously unselected package cups-filters.
Preparing to unpack .../25-cups-filters_1.28.7-1+deb11u1_armhf.deb ...
Unpacking cups-filters (1.28.7-1+deb11u1) ...
Selecting previously unselected package cups-ppdc.
Preparing to unpack .../26-cups-ppdc_2.3.3op2-3+deb11u2_armhf.deb ...
Unpacking cups-ppdc (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package cups-server-common.
Preparing to unpack .../27-cups-server-common_2.3.3op2-3+deb11u2_all.deb ...
Unpacking cups-server-common (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package cups.
Preparing to unpack .../28-cups_2.3.3op2-3+deb11u2_armhf.deb ...
Unpacking cups (2.3.3op2-3+deb11u2) ...
Selecting previously unselected package ipp-usb.
Preparing to unpack .../29-ipp-usb_0.9.17-3_armhf.deb ...
Unpacking ipp-usb (0.9.17-3) ...
Selecting previously unselected package liblouis-data.
Preparing to unpack .../30-liblouis-data_3.16.0-1_all.deb ...
Unpacking liblouis-data (3.16.0-1) ...
Selecting previously unselected package liblouis20:armhf.
Preparing to unpack .../31-liblouis20_3.16.0-1_armhf.deb ...
Unpacking liblouis20:armhf (3.16.0-1) ...
Selecting previously unselected package liblouisutdml-data.
Preparing to unpack .../32-liblouisutdml-data_2.9.0-1_all.deb ...
Unpacking liblouisutdml-data (2.9.0-1) ...
Selecting previously unselected package liblouisutdml9:armhf.
Preparing to unpack .../33-liblouisutdml9_2.9.0-1_armhf.deb ...
Unpacking liblouisutdml9:armhf (2.9.0-1) ...
Selecting previously unselected package liblouisutdml-bin.
Preparing to unpack .../34-liblouisutdml-bin_2.9.0-1_armhf.deb ...
Unpacking liblouisutdml-bin (2.9.0-1) ...
Selecting previously unselected package realvnc-vnc-server.
Preparing to unpack .../35-realvnc-vnc-server_7.0.1.49073_armhf.deb ...
Unpacking realvnc-vnc-server (7.0.1.49073) ...
Selecting previously unselected package usb.ids.
Preparing to unpack .../36-usb.ids_2022.05.20-0+deb11u1_all.deb ...
Unpacking usb.ids (2022.05.20-0+deb11u1) ...
Setting up cups-ipp-utils (2.3.3op2-3+deb11u2) ...
Setting up libqpdf28:armhf (10.1.0-1) ...
Setting up ipp-usb (0.9.17-3) ...
ipp-usb.service is a disabled or a static unit, not starting it.
Setting up liblouisutdml-data (2.9.0-1) ...
Setting up cups-server-common (2.3.3op2-3+deb11u2) ...
Setting up libfontembed1:armhf (1.28.7-1+deb11u1) ...
Setting up libsnmp-base (5.9+dfsg-4+deb11u1) ...
Setting up libgusb2:armhf (0.3.5-1) ...
Setting up cups-common (2.3.3op2-3+deb11u2) ...
Setting up update-inetd (4.51) ...
Setting up libcolorhug2:armhf (1.4.5-3) ...
Setting up cups-client (2.3.3op2-3+deb11u2) ...
Adding group `lpadmin' (GID 118) ...
Done.
Setting up colord-data (1.4.5-3) ...
Setting up acl (2.2.53-10) ...
Setting up libsnmp40:armhf (5.9+dfsg-4+deb11u1) ...
Setting up liblouis-data (3.16.0-1) ...
Setting up ssl-cert (1.1.0+nmu1) ...
Setting up cups-daemon (2.3.3op2-3+deb11u2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/cups.path → /lib/systemd/system/cups.path.
Created symlink /etc/systemd/system/printer.target.wants/cups.service → /lib/systemd/system/cups.service.
Created symlink /etc/systemd/system/sockets.target.wants/cups.socket → /lib/systemd/system/cups.socket.
Setting up usb.ids (2022.05.20-0+deb11u1) ...
Setting up poppler-utils (20.09.0-3.1+deb11u1) ...
Setting up realvnc-vnc-server (7.0.1.49073) ...
Updating /etc/pam.d/vncserver
Updating /etc/pam.conf... done
Looking for font path... not found.
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 libsane-common (1.0.31-4.1) ...
Setting up libieee1284-3:armhf (0.2.11-14) ...
Setting up libpoppler-cpp0v5:armhf (20.09.0-3.1+deb11u1) ...
Setting up libcupsfilters1:armhf (1.28.7-1+deb11u1) ...
Setting up liblouis20:armhf (3.16.0-1) ...
Setting up cups-browsed (1.28.7-1+deb11u1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/cups-browsed.service → /lib/systemd/system/cups-browsed.service.
Setting up cups-ppdc (2.3.3op2-3+deb11u2) ...
Setting up cups-filters-core-drivers (1.28.7-1+deb11u1) ...
Setting up libsane1:armhf (1.0.31-4.1) ...
Adding scanner group...
Setting up liblouisutdml9:armhf (2.9.0-1) ...
Setting up liblouisutdml-bin (2.9.0-1) ...
Setting up cups-filters (1.28.7-1+deb11u1) ...
Setting up sane-utils (1.0.31-4.1) ...
update-inetd: warning: cannot add service, /etc/inetd.conf does not exist
Adding saned group and user...
Adding user saned to group scanner
saned.socket is a disabled or a static unit, not starting it.
Setting up cups-core-drivers (2.3.3op2-3+deb11u2) ...
Setting up cups (2.3.3op2-3+deb11u2) ...
Updating PPD files for cups ...
Updating PPD files for cups-filters ...
Setting up colord (1.4.5-3) ...
colord.service is a disabled or a static unit, not starting it.
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for dbus (1.12.24-0+deb11u1) ...
Processing triggers for udev (247.3-7+rpi1+deb11u1) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for bamfdaemon (0.5.4-2) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libglib2.0-0:armhf (2.66.8-1) ...
Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
Created symlink /etc/systemd/system/multi-user.target.wants/vncserver-x11-serviced.service → /lib/systemd/system/vncserver-x11-serviced.service.

2.6 重启系统

$ sudo reboot

3. 参考资料

【1】Raspbian镜像无头烧录
【2】wfb-ng Release 23.01镜像无头烧录&配置(1)
【3】wfb-ng Release 23.01镜像无头烧录&配置(2)
【4】Upgrade Raspberry Pi OS Lite to Desktop
【5】6 Desktop Environments You Can Install on Raspberry Pi OS
【6】How to Install a Desktop on Raspberry Pi OS Lite
【7】Google AIY Vision Kit安装及国内配置

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Raspbian命令行安装desktop界面 的相关文章

  • ArduPilot飞控AOCODARC-H7DUAL固件编译

    ArduPilot飞控AOCODARC H743DUAL固件编译 1 编译目标 xff08 AOCODARC H743DUAL xff09 2 硬件支持包 xff08 APM AOCODARC H743DUAL xff09 3 编译步骤3
  • 四轴FPV手动训练进阶步骤

    四轴FPV手动训练进阶步骤 1 目的2 训练2 1 基本操作训练2 1 1 滞空训练2 1 2 基本动作2 1 3 位置保持 2 2 基本控制训练2 2 1 转弯 Turn 2 2 2 翻滚 Roll 2 2 3 翻转 Flips 2 3
  • 数据库binlog(二进制日志binary log)

    二进制日志中存储的内容称之为事件 xff0c 每一个数据库更新操作 Insert Update Delete xff0c 不包括Select 等都对应一个事件 mysql binlog基本原理 简书 jianshu com https ww
  • 四轴异常炸机分析讨论集锦

    四轴异常炸机分析讨论集锦 0 异常 amp 炸机 汇总目的1 AT9SPro 43 R12DSM 300米信号丢失炸机2 PID参数异常 起飞 Takeoff Runaway 炸机3 接收机信号干扰 炸机4 GPS救援 RC控制信号丢失炸机
  • Github工程中的Markdown语言应用

    Github工程中的Markdown语言应用 1 介绍2 工具2 1 下载链接2 2 编辑界面2 3 插件安装 3 基本操作3 1 标题编写3 2 正文编写3 3 代码块编写3 4 加粗倾斜3 5 有序列表3 6 无序列表3 7 行内代码编
  • iNavFlight之MSP DJI协议分析

    iNavFlight之MSP DJI协议分析 1 iNav串行口通信1 1 iNav 串口任务1 2 调用逻辑 2 iNav串行抽象2 1 框架代码2 2 MSP DJI 协议处理 3 DJI协议相关实现3 1 DJI串口初始化3 2 DJ
  • iNavFlight之MSP DJI协议天空端请求报文

    iNavFlight之MSP DJI协议天空端请求报文 1 报文格式 请求 2 报文标志 flag 3 报文命令 cmd 4 参考资料 MSP DJI协议是用于DJI天空端与飞控端之间的通信协议 xff0c 其工作模式符合C S经典设计 这
  • iNavFlight之MSP DJI协议飞控端请求应答

    iNavFlight之MSP DJI协议飞控端请求应答 1 报文格式2 报文标志 flag 3 报文命令 cmd 4 请求应答 amp 反馈报文4 1 DJI MSP API VERSION4 2 DJI MSP FC VARIANT4 3
  • 大疆Tello UDP控制协议接口

    大疆Tello UDP控制协议接口 1 设计架构2 UDP报文格式2 1 控制报文2 2 查询报文2 3 状态报文 3 命令集3 1 控制报文 控制命令3 2 控制报文 设置命令3 3 查询报文 读取命令 4 状态报文 这里介绍了大疆Tel
  • 蓝牙无线自制串口模块连接穿越机配置工具

    蓝牙无线自制串口模块连接穿越机配置工具 1 目的2 验证环境3 BLE SPP验证4 BT SPP验证5 参考资料6 补充资料 windows10配置全过程截图6 1 添加设备 搜索蓝牙串口设备6 2 连接 选中SnapAirUnit设备6
  • 传感模块:MATEKSYS Optical Flow & LIDAR 3901-L0X

    传感模块 xff1a MATEKSYS Optical Flow amp LIDAR 3901 L0X 1 模块介绍2 规格参数3 使用方法Step1 接线方式Step2 安装方式Step3 使用范围 4 存在问题 思考 4 1 MATEK
  • iNavFlight之MSP v2 Sensor报文格式

    iNavFlight之MSP v2 Sensor报文格式 1 MSP v2传感报文介绍2 MSP v2协议格式3 MSP v2传感代码流程4 MSP v2 传感器4 1 光流传感报文 MSP2 SENSOR RANGEFINDER4 2 测
  • 自制肥鲨HDO2电源降压延长线,支持3S~6S动力电池

    自制肥鲨HDO2电源降压延长线 xff0c 支持3S 6S动力电池 1 问题源由2 破题思路2 1 10元大钞搞定2 2 两个毛爷爷搞定 3 解决方案4 最终延长线产出4 1 裸照4 2 成品 5 花絮6 参考资料 1 问题源由 源由 xf
  • java中for、foreach、stream性能比较

    在开发中循环遍历一个数组经常会用到 xff0c jdk8推出了一些新特性 xff0c 对循环做了比较 xff0c 通过代码亲测 xff0c 记录一下 xff01 1 for循环 public static void main String
  • 自制肥鲨HDO2电源升压延长线

    自制肥鲨HDO2电源升压延长线 1 问题源由2 解决方案3 材料准备4 最终延长线产出4 1 裸照4 2 成品 5 参考资料 1 问题源由 之前我们介绍了 自制肥鲨HDO2电源降压延长线 xff0c 支持3S 6S动力电池 xff0c 主要
  • iNavFlight之RC遥控MSP协议

    iNavFlight之RC遥控MSP协议 1 RC摇杆MSP协议2 地面站配置 amp MSP遥控器2 1 iNav地面站 配置2 2 iNav地面站 MSP遥控器 3 RC摇杆总体逻辑框架3 1 摇杆信息获取3 2 摇杆信息处理3 3 摇
  • iNavFlight之RC遥控CRSF协议

    iNavFlight之RC遥控CRSF协议 1 遥控器电传框架设计1 1 场景分析1 2 逻辑框架1 2 1 电传信息获取1 2 2 电传信息处理1 2 3 电传初始化 1 3 模块化设计 2 CRSF电传报文2 1 CRSF电传报文格式2
  • iNavFlight之电传MAVLink协议

    iNavFlight之电传MAVLink协议 1 业务逻辑框架2 MAVLink电传报文2 1 MAVLink电传报文格式2 2 iNav支持地面站报文 接收 2 3 iNav支持飞控报文 发送 3 MAVLink报文处理4 参考资料 本章
  • PX4模块设计之四十七:mavlink模块

    PX4模块设计之四十七 xff1a mavlink模块 1 mavlink模块简介2 模块入口函数mavlink main3 mavlink模块重要函数3 1 Mavlink start3 2 Mavlink task main3 3 Ma
  • SVN工程转Git工程&Github托管

    SVN工程转Git工程 amp Github托管 1 介绍2 autoAudioTest之SVN转Github步骤Step 1 工作环境 ubuntu Step 2 安装升级必要软件Step 3 转换脚本Step 4 检查软件运行环境Ste

随机推荐

  • iNav飞控AOCODARC-F7MINI固件编译

    iNav飞控AOCODARC F7MINI固件编译 1 编译目标 xff08 AOCODARC F7MINI xff09 2 编译步骤Step 1 软件配置环境准备Step 2 获取开源代码Step 3 构建命令介绍Step 4 厂家目标板
  • BetaFlight飞控AOCODARC-F7MINI固件编译

    BetaFlight飞控AOCODARC F7MINI固件编译 1 编译目标 xff08 AOCODARC F7MINI xff09 2 编译步骤Step 1 软件配置环境准备Step 2 获取开源代码Step 3 构建命令介绍Step 4
  • Google AIY Vision Kit安装及国内配置

    Google AIY Vision Kit安装及国内配置 1 AIY Vision Kit组装环节Step 1 xff1a 收集其他附件选择1 xff1a 使用AIY项目应用程序选择2 xff1a 使用显示器 鼠标和键盘 Step 2 xf
  • WiFi monitor模式的配置和运行检查(Ubuntu系统)

    WiFi monitor模式的配置和运行检查 1 WiFi monitor模式介绍2 WiFi monitor模式查看Step1 xff1a 确保计算机上有安装硬件WiFi无线网卡Step2 xff1a 安装必要的工具Step 3 xff1
  • github上的源码编译成.hpi插件

    目录 1 xff0c vim安装 安装 Maven 编译源码生成 hpi 2 xff0c windos 安装idea 安装maven idea设置maven 将github上的源码拉进并编译 成功 近期做jenkins监控github xf
  • BetaFlight统一硬件资源简单配置修改

    BetaFlight统一硬件资源简单配置修改 1 源由2 资源配置注意事项3 资源配置文件修改验证步骤Step 1 xff1a 确认硬件修改内容Step 2 xff1a 资源配置文件修改Step 3 xff1a 验证配置文件Step 4 x
  • SSH远程登录RaspberryPi命令行响应缓慢问题

    SSH远程登录RaspberryPi命令行响应缓慢问题 1 问题2 分析3 解决3 1 去掉PAM部分鉴权模块3 2 去掉sshd的DNS设置3 3 无线WiFi信号优化方法一 xff1a ifconfig操作方法二 xff1a 内核自动检
  • ESP32-FPV-Camera介绍和使用

    ESP32 FPV Camera介绍和使用 1 编译目标2 编译步骤Step 1 软件配置环境准备Step 2 获取开源代码Step 3 2 4G WiFi频段选择Step 4 要确保2 4G WiFi网卡处于Monitor状态Step 5
  • DIY-BETAFPV和DIY(ESP-01F+E19-900M20S2模块)915MHz信号测试对比

    DIY BETAFPV和DIY xff08 ESP 01F 43 E19 900M20S2模块 xff09 915MHz信号测试对比 1 前提条件2 实测效果2 1 起点附近 xff08 距离3m左右 xff09 2 2 30m米距离 xf
  • Raspbian镜像无头烧录

    Raspbian镜像无头烧录 1 源由2 需求3 分析4 步骤4 1 删除tf卡分区内容4 2 balena烧录镜像4 3 配置USB直接登录4 4 配置WiFi 2 4G网络登录4 5 修改登录账号密码4 6 数据同步和弹出tf卡 5 登
  • wfb-ng Release 23.01镜像无头烧录&配置(1)

    64 TOC wfb ng Release 23 01镜像无头烧录 amp 配置 1 最近打算搭一个数字图传系统 xff0c 并进行一些简单测试 xff0c 在刚开始烧录阶段就遇到各种问题 当然 xff0c 主要的问题就是不熟悉 xff0c
  • wfb-ng 锁定WiFi接口

    wfb ng 锁定WiFi接口 1 源由2 需求3 分析4 步骤4 1 确认网卡MAC地址4 2 修改udev配置文件4 3 配置重载 amp 重启4 4 确认逻辑网卡接口4 6 修改wfb ng逻辑WiFi通信接口 5 参考资料6 补充资
  • apt-get通过代理更新系统

    apt get通过代理更新系统 1 源由2 需求3 分析4 步骤4 1 安装CCProxy4 2 配置CCProxy4 3 apt get更新4 4 apt get升级4 5 apt get安装 5 补充资料 命令行设置代理6 参考资料 1
  • wfb-ng Release 23.01镜像无头烧录&配置(2)

    64 TOC wfb ng Release 23 01镜像无头烧录 amp 配置 2 1 简介 在wfb ng Release 23 01镜像无头烧录 amp 配置 1 的基础上 xff0c 整理天空端step by step配置过程 2
  • FPV Camera(RPI3+V2.1) | wfb_ng Release 23.01 | ubuntu20.04 gnome软解测试

    64 TOC FPV Camera RPI3 43 V2 1 wfb ng Release 23 01 ubuntu20 04 gnome软解测试 1 简介 最近搭建了基于树莓派和wfb ng通信的FPV摄像头方案 xff0c 该方案能解决
  • 【机器学习】pd.get_dummies()

    get dummies 是利用pandas实现one hot encode的方式 机器学习之One Hot Encoding详解 简书 jianshu com https www jianshu com p cb344e1c860a one
  • FPV Camera(RPI3+V2.1) | wfb_ng Release 23.01 | Ubuntu 20.04 xfce软解测试

    64 TOC FPV Camera RPI3 43 V2 1 wfb ng Release 23 01 Ubuntu 20 04 xfce软解测试 1 简介 与其他Linux桌面系统相比 xff0c Xfce消耗更少的CPU xff0c 仅
  • Mobility Radeon HD 4530 @ubuntu20.04 显卡驱动不支持[GPU无法使用]

    Mobility Radeon HD 4530 64 ubuntu20 04 显卡驱动不支持 GPU无法使用 1 源由2 显卡型号3 驱动安装3 1 问题1 xff1a 内核version h文件缺失3 2 问题2 xff1a 驱动编译失败
  • wfb-ng 开源工程结构&代码框架简明介绍

    wfb ng 开源工程结构 amp 代码框架简明介绍 1 获取开源代码1 1 开源代码版本1 2 克隆开源代码 2 了解工程情况2 1 支持特性 amp 功能2 2 安装 amp 文档链接2 3 快速使用指南 树莓派 2 3 1 天空端命令
  • Raspbian命令行安装desktop界面

    Raspbian命令行安装desktop界面 1 源由 amp 介绍1 1 PIXEL Desktop1 2 MATE1 3 KDE1 4 XFCE1 5 LXDE1 6 Cinnamon 2 安装步骤2 1 apt国内本地源配置修改2 2