bareboat-necessities / lysmarine_gen

With BBN OS you can build a central boat computer. BBN OS is free and open source. It is based on commonly used community supported open source projects such as SignalK, PyPilot, OpenCPN, and others. BBN OS graphical user interface will let you build a cockpit front-end to all functionality of the OS from chartplotting, dashboards, weather, etc.
https://github.com/bareboat-necessities/lysmarine_gen
231 stars 59 forks source link

Slow chromium startup time on bookworm #362

Closed mgrouch closed 6 months ago

mgrouch commented 6 months ago

It works fine in original raspberry bookworm distribution where:

user@raspberrypi:~ $ dpkg -l | grep themes
ii  gnome-themes-extra-data              3.28-2                              all          Adwaita GTK 2 theme and Adwaita-dark GTK 3 theme — common files
ii  hicolor-icon-theme                   0.17-2                              all          default fallback theme for FreeDesktop.org icon themes
ii  libobrender32v5                      3.6.1-10+rpt1                       arm64        rendering library for openbox themes
ii  plymouth-themes                      22.02.122-3+rpt1                    arm64        boot animation, logger and I/O multiplexer - themes
user@raspberrypi:~ $ dpkg -l | grep theme
ii  adwaita-icon-theme                   43-1                                all          default icon theme of GNOME
ii  gnome-icon-theme                     3.12.0-5                            all          This package contains the default icon theme used by the GNOME
ii  gnome-themes-extra-data              3.28-2                              all          Adwaita GTK 2 theme and Adwaita-dark GTK 3 theme — common files
ii  gtk-update-icon-cache                1:3.24.38-2~deb12u1+rpt3+rpi1       arm64        icon theme caching utility
ii  gtk2-engines:arm64                   1:2.20.2-5+b1                       arm64        theme engines for GTK+ 2.x
ii  gtk2-engines-pixbuf:arm64            2.24.33-2+rpt1                      arm64        pixbuf-based theme for GTK 2
ii  gtk2-engines-pixflat:arm64           0.5                                 arm64        PiXflat theme engine for GTK+ 2.x
ii  hicolor-icon-theme                   0.17-2                              all          default fallback theme for FreeDesktop.org icon themes
ii  libobrender32v5                      3.6.1-10+rpt1                       arm64        rendering library for openbox themes
ii  lxappearance                         0.6.3-1+b1                          arm64        LXDE GTK+ theme switcher
ii  lxappearance-obconf                  0.2.3-1+b2                          arm64        LXDE GTK+ theme switcher (plugin)
ii  lxde-icon-theme                      0.5.1-2.1                           all          LXDE standard icon theme
ii  pixflat-theme                        0.8                                 arm64        PiXflat theme for Raspberry Pi desktop
ii  plymouth-themes                      22.02.122-3+rpt1                    arm64        boot animation, logger and I/O multiplexer - themes
ii  qt5-gtk-platformtheme:arm64          5.15.8+dfsg-11                      arm64        Qt 5 GTK+ 3 platform theme
ii  qt5-gtk2-platformtheme:arm64         5.0.0+git23.g335dbec-4+rpt2         arm64        Qt 5 extra widget styles - GTK+ 2 Platform theme

user@raspberrypi:~ $ set | grep XDG
XDG_CONFIG_DIRS=/etc/xdg
XDG_CONFIG_HOME=/home/user/.config
XDG_CURRENT_DESKTOP=LXDE
XDG_DATA_DIRS=/usr/local/share:/usr/share/raspi-ui-overrides:/usr/share:/usr/share/gdm:/var/lib/menu-xdg
XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/user
XDG_MENU_PREFIX=lxde-pi-
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=LXDE-pi-x
XDG_SESSION_ID=1
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=x11
XDG_VTNR=7

user@raspberrypi:~ $ dpkg -l | grep chrom
ii  chromium-browser                     120.0.6099.102-rpt1                 arm64        Chromium web browser, open-source version of Chrome
ii  chromium-browser-l10n                120.0.6099.102-rpt1                 all          chromium-browser language packages
ii  chromium-codecs-ffmpeg-extra         120.0.6099.102-rpt1                 arm64        Extra ffmpeg codecs for the Chromium Browser
ii  libchromaprint1:arm64                1.5.1-2+b1                          arm64        audio fingerprint library
ii  rpi-chromium-mods                    20230925                            arm64        Raspberry Pi-specific mods to Chromium

user@raspberrypi:~ $ cat /etc/resolv.conf 
# Generated by NetworkManager
search fios-router.home
nameserver 192.168.1.1
user@raspberrypi:~ $ cat /etc/nsswitch.conf 
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd:         files
group:          files
shadow:         files
gshadow:        files

hosts:          files mdns4_minimal [NOTFOUND=return] dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

user@raspberrypi:~ $ ps -efa 
UID          PID    PPID  C STIME TTY          TIME CMD
root           1       0  0 11:44 ?        00:00:03 /sbin/init splash
root           2       0  0 11:44 ?        00:00:00 [kthreadd]
root           3       2  0 11:44 ?        00:00:00 [rcu_gp]
root           4       2  0 11:44 ?        00:00:00 [rcu_par_gp]
root           5       2  0 11:44 ?        00:00:00 [slub_flushwq]
root           6       2  0 11:44 ?        00:00:00 [netns]
root          10       2  0 11:44 ?        00:00:00 [mm_percpu_wq]
root          11       2  0 11:44 ?        00:00:00 [rcu_tasks_kthread]
root          12       2  0 11:44 ?        00:00:00 [rcu_tasks_rude_kthread]
root          13       2  0 11:44 ?        00:00:00 [rcu_tasks_trace_kthread]
root          14       2  0 11:44 ?        00:00:00 [ksoftirqd/0]
root          15       2  0 11:44 ?        00:00:06 [rcu_preempt]
root          16       2  0 11:44 ?        00:00:00 [migration/0]
root          17       2  0 11:44 ?        00:00:00 [cpuhp/0]
root          18       2  0 11:44 ?        00:00:00 [cpuhp/1]
root          19       2  0 11:44 ?        00:00:00 [migration/1]
root          20       2  0 11:44 ?        00:00:00 [ksoftirqd/1]
root          23       2  0 11:44 ?        00:00:00 [cpuhp/2]
root          24       2  0 11:44 ?        00:00:00 [migration/2]
root          25       2  0 11:44 ?        00:00:00 [ksoftirqd/2]
root          28       2  0 11:44 ?        00:00:00 [cpuhp/3]
root          29       2  0 11:44 ?        00:00:00 [migration/3]
root          30       2  0 11:44 ?        00:00:00 [ksoftirqd/3]
root          33       2  0 11:44 ?        00:00:00 [kdevtmpfs]
root          34       2  0 11:44 ?        00:00:00 [inet_frag_wq]
root          36       2  0 11:44 ?        00:00:00 [kauditd]
root          38       2  0 11:44 ?        00:00:00 [khungtaskd]
root          40       2  0 11:44 ?        00:00:00 [oom_reaper]
root          41       2  0 11:44 ?        00:00:00 [writeback]
root          42       2  0 11:44 ?        00:00:01 [kcompactd0]
root          43       2  0 11:44 ?        00:00:00 [kintegrityd]
root          44       2  0 11:44 ?        00:00:00 [kblockd]
root          45       2  0 11:44 ?        00:00:00 [blkcg_punt_bio]
root          46       2  0 11:44 ?        00:00:00 [watchdogd]
root          51       2  0 11:44 ?        00:00:00 [rpciod]
root          52       2  0 11:44 ?        00:00:00 [xprtiod]
root          55       2  0 11:44 ?        00:00:00 [kswapd0]
root          56       2  0 11:44 ?        00:00:00 [nfsiod]
root          57       2  0 11:44 ?        00:00:00 [kthrotld]
root          62       2  0 11:44 ?        00:00:00 [irq/31-aerdrv]
root          63       2  0 11:44 ?        00:00:00 [hwrng]
root          64       2  0 11:44 ?        00:00:00 [iscsi_conn_clea]
root          65       2  0 11:44 ?        00:00:00 [nvme-wq]
root          66       2  0 11:44 ?        00:00:00 [nvme-reset-wq]
root          67       2  0 11:44 ?        00:00:00 [nvme-delete-wq]
root          69       2  0 11:44 ?        00:00:00 [DWC Notificatio]
root          70       2  0 11:44 ?        00:00:00 [uas]
root          71       2  0 11:44 ?        00:00:00 [vchiq-slot/0]
root          72       2  0 11:44 ?        00:00:00 [vchiq-recy/0]
root          73       2  0 11:44 ?        00:00:00 [vchiq-sync/0]
root          80       2  0 11:44 ?        00:00:00 [zswap-shrink]
root          81       2  0 11:44 ?        00:00:00 [kworker/u9:0-brcmf_wq/mmc1:0001:1]
root         101       2  0 11:44 ?        00:00:00 [sdhci]
root         102       2  0 11:44 ?        00:00:00 [irq/37-mmc0]
root         119       2  0 11:44 ?        00:00:00 [mmc_complete]
root         145       2  0 11:44 ?        00:00:00 [scsi_eh_0]
root         146       2  0 11:44 ?        00:00:00 [scsi_tmf_0]
root         147       2  0 11:44 ?        00:00:00 [usb-storage]
root         149       2  0 11:44 ?        00:00:03 [kworker/3:1H-kblockd]
root         151       2  0 11:44 ?        00:00:03 [kworker/2:2H-kblockd]
root         172       2  0 11:44 ?        00:00:02 [kworker/1:2H-kblockd]
root         186       2  0 11:44 ?        00:00:02 [v3d_bin]
root         187       2  0 11:44 ?        00:00:02 [v3d_render]
root         188       2  0 11:44 ?        00:00:00 [v3d_tfu]
root         189       2  0 11:44 ?        00:00:00 [v3d_csd]
root         190       2  0 11:44 ?        00:00:00 [v3d_cache_clean]
root         191       2  0 11:44 ?        00:00:00 [irq/40-vc4 hdmi hpd connected]
root         192       2  0 11:44 ?        00:00:00 [irq/41-vc4 hdmi hpd disconnected]
root         193       2  0 11:44 ?        00:00:00 [cec-vc4-hdmi-0]
root         194       2  0 11:44 ?        00:00:00 [irq/42-vc4 hdmi cec rx]
root         195       2  0 11:44 ?        00:00:00 [irq/43-vc4 hdmi cec tx]
root         196       2  0 11:44 ?        00:00:00 [irq/44-vc4 hdmi hpd connected]
root         197       2  0 11:44 ?        00:00:00 [irq/45-vc4 hdmi hpd disconnected]
root         198       2  0 11:44 ?        00:00:00 [cec-vc4-hdmi-1]
root         199       2  0 11:44 ?        00:00:00 [irq/46-vc4 hdmi cec rx]
root         200       2  0 11:44 ?        00:00:00 [irq/47-vc4 hdmi cec tx]
root         201       2  0 11:44 ?        00:00:00 [card1-crtc0]
root         202       2  0 11:44 ?        00:00:00 [card1-crtc1]
root         203       2  0 11:44 ?        00:00:00 [card1-crtc2]
root         204       2  0 11:44 ?        00:00:00 [card1-crtc3]
root         205       2  0 11:44 ?        00:00:00 [card1-crtc4]
root         206       2  0 11:44 ?        00:00:00 [card1-crtc5]
root         244       2  0 11:44 ?        00:00:01 [jbd2/mmcblk0p2-8]
root         245       2  0 11:44 ?        00:00:00 [ext4-rsv-conver]
root         261       2  0 11:44 ?        00:00:00 [mld]
root         262       2  0 11:44 ?        00:00:00 [ipv6_addrconf]
root         295       1  0 11:44 ?        00:00:29 /lib/systemd/systemd-journald
root         325       1  0 11:44 ?        00:00:01 /lib/systemd/systemd-udevd
root         409       2  0 11:44 ?        00:00:00 [vchiq-keep/0]
root         410       2  0 11:44 ?        00:00:00 [SMIO]
root         439       2  0 11:44 ?        00:00:00 [mmal-vchiq]
root         440       2  0 11:44 ?        00:00:00 [mmal-vchiq]
root         441       2  0 11:44 ?        00:00:00 [mmal-vchiq]
root         442       2  0 11:44 ?        00:00:00 [mmal-vchiq]
root         444       2  0 11:44 ?        00:00:00 [mmal-vchiq]
root         446       2  0 11:44 ?        00:00:00 [mmal-vchiq]
root         450       2  0 11:44 ?        00:00:00 [mmal-vchiq]
root         453       2  0 11:44 ?        00:00:00 [irq/53-feb10000.codec]
root         471       2  0 11:44 ?        00:00:00 [cfg80211]
systemd+     505       1  0 11:44 ?        00:00:00 /lib/systemd/systemd-timesyncd
root         514       2  0 11:44 ?        00:00:00 [brcmf_wq/mmc1:0]
root         518       2  0 11:44 ?        00:00:00 [brcmf_wdog/mmc1:0001:1]
root         534       2  0 11:44 ?        00:00:00 [kworker/u9:3-hci0]
root         571       1  0 11:44 ?        00:00:00 /usr/libexec/accounts-daemon
avahi        580       1  0 11:44 ?        00:00:15 avahi-daemon: running [raspberrypi.local]
root         581       1  0 11:44 ?        00:00:00 /usr/sbin/cron -f
message+     582       1  0 11:44 ?        00:00:02 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
avahi        585     580  0 11:44 ?        00:00:00 avahi-daemon: chroot helper
polkitd      599       1  0 11:44 ?        00:00:00 /usr/lib/polkit-1/polkitd --no-debug
root         656       1  0 11:44 ?        00:00:00 /lib/systemd/systemd-logind
nobody       661       1  0 11:44 ?        00:00:00 /usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user nobody --deviceglob
root         665       1  0 11:44 ?        00:00:05 /usr/libexec/udisks2/udisksd
root         697       1  0 11:44 ?        00:00:07 /usr/sbin/NetworkManager --no-daemon
root         701       1  0 11:44 ?        00:00:01 /sbin/wpa_supplicant -u -s -O DIR=/run/wpa_supplicant GROUP=netdev
root         724       1  0 11:44 ?        00:00:00 /usr/sbin/ModemManager
root         819       1  0 11:44 ?        00:00:00 /usr/sbin/cupsd -l
root         851       1  0 11:44 ?        00:00:00 /usr/sbin/lightdm
root         866       1  0 11:44 ?        00:00:00 /usr/libexec/bluetooth/bluetoothd
root         959     851  0 11:44 tty7     00:00:38 /usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
root         970     851  0 11:44 ?        00:00:00 lightdm --session-child 13 16
user        1016       1  0 11:44 ?        00:00:00 /lib/systemd/systemd --user
user        1017    1016  0 11:44 ?        00:00:00 (sd-pam)
user        1033    1016  0 11:44 ?        00:00:00 /usr/bin/pipewire
user        1034    1016  0 11:44 ?        00:00:00 /usr/bin/wireplumber
user        1035    1016  0 11:44 ?        00:00:00 /usr/bin/pipewire-pulse
user        1036     970  0 11:44 ?        00:00:01 /usr/bin/lxsession -s LXDE-pi -e LXDE
user        1046    1016  0 11:44 ?        00:00:01 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
rtkit       1050       1  0 11:44 ?        00:00:00 /usr/libexec/rtkit-daemon
user        1117    1036  0 11:44 ?        00:00:00 /usr/bin/ssh-agent /usr/bin/startlxde-pi
root        1124       1  0 11:44 ?        00:00:00 /usr/sbin/cups-browsed
root        1129       1  0 11:44 tty1     00:00:00 /bin/login -f
user        1143    1129  0 11:44 tty1     00:00:00 -bash
user        1144    1016  0 11:44 ?        00:00:00 /usr/libexec/gvfsd
user        1159    1016  0 11:44 ?        00:00:00 /usr/libexec/gvfsd-fuse /run/user/1000/gvfs -f
user        1163    1036  0 11:44 ?        00:00:02 openbox --config-file /home/user/.config/openbox/lxde-pi-rc.xml
user        1165    1036  0 11:44 ?        00:00:00 lxpolkit
user        1169    1036  0 11:44 ?        00:00:24 lxpanel --profile LXDE-pi
user        1175    1036  0 11:44 ?        00:00:01 pcmanfm --desktop --profile LXDE-pi
user        1187       1  0 11:44 ?        00:00:00 /usr/bin/ssh-agent -s
user        1196       1  0 11:44 ?        00:00:00 xcompmgr -aR
root        1209       2  0 11:44 ?        00:00:00 [krfcommd]
user        1237    1016  0 11:44 ?        00:00:00 /usr/libexec/gvfs-udisks2-volume-monitor
user        1242    1016  0 11:44 ?        00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
user        1246       1  0 11:44 ?        00:00:00 /usr/lib/menu-cache/menu-cached /run/user/1000/menu-cached-:0
lp          1249     819  0 11:44 ?        00:00:00 /usr/lib/cups/notifier/dbus dbus://
colord      1254       1  0 11:44 ?        00:00:00 /usr/libexec/colord
user        1256    1016  0 11:44 ?        00:00:00 /usr/libexec/gvfs-goa-volume-monitor
user        1260    1016  0 11:44 ?        00:00:01 /usr/libexec/gvfs-afc-volume-monitor
user        1268    1016  0 11:44 ?        00:00:00 /usr/libexec/gvfs-mtp-volume-monitor
user        1275    1144  0 11:44 ?        00:00:00 /usr/libexec/gvfsd-trash --spawner :1.10 /org/gtk/gvfs/exec_spaw/0
root        1349       2  0 11:44 ?        00:00:00 [jbd2/sda2-8]
root        1350       2  0 11:44 ?        00:00:00 [ext4-rsv-conver]
user        1358    1016  0 11:44 ?        00:00:00 /usr/libexec/gvfsd-metadata
root        2046       2  0 13:09 ?        00:00:12 [kworker/0:2-events]
root        2225       2  0 14:55 ?        00:00:01 [kworker/u8:2-events_unbound]
root        2252       2  0 15:13 ?        00:00:00 [kworker/2:2-mm_percpu_wq]
root        2364       2  0 16:16 ?        00:00:00 [kworker/3:1-inet_frag_wq]
root        2383       2  0 16:23 ?        00:00:00 [kworker/0:2H-mmc_complete]
user        2462    1016  0 16:23 ?        00:00:00 /usr/libexec/xdg-desktop-portal
user        2469    1016  0 16:23 ?        00:00:00 /usr/libexec/xdg-document-portal
user        2476    1016  0 16:23 ?        00:00:00 /usr/libexec/xdg-permission-store
root        2482    2469  0 16:23 ?        00:00:00 fusermount3 -o rw,nosuid,nodev,fsname=portal,auto_unmount,subtype=portal -- /run/user/1000/doc
user        2491    1016  0 16:23 ?        00:00:00 /usr/libexec/xdg-desktop-portal-gtk
root        2618       2  0 16:24 ?        00:00:00 [kworker/u8:3-ext4-rsv-conversion]
user        2623    1016  0 16:24 ?        00:00:00 /usr/bin/gnome-keyring-daemon --start --foreground --components=secrets
user        2624    1016  0 16:24 ?        00:00:00 /usr/bin/gnome-keyring-daemon --foreground --components=pkcs11,secrets --control-directory=/run/user/1000/
root        2644       2  0 16:27 ?        00:00:00 [kworker/1:1-events]
user        3050    1169  0 16:29 ?        00:00:06 lxterminal
user        3056    3050  0 16:29 pts/0    00:00:00 bash
user        3725    1144  0 16:33 ?        00:00:00 /usr/libexec/gvfsd-network --spawner :1.10 /org/gtk/gvfs/exec_spaw/1
user        3844    1144  0 16:33 ?        00:00:00 /usr/libexec/gvfsd-dnssd --spawner :1.10 /org/gtk/gvfs/exec_spaw/3
root        4576       2  0 16:39 ?        00:00:00 [kworker/3:0-events]
root        4580       2  0 16:40 ?        00:00:00 [kworker/1:1H]
root        4582       2  0 16:40 ?        00:00:00 [kworker/1:0-events]
root        4583       2  0 16:40 ?        00:00:00 [kworker/0:0H-mmc_complete]
root        4586       2  0 16:40 ?        00:00:00 [kworker/1:2-mm_percpu_wq]
root        4591       2  0 16:40 ?        00:00:00 [kworker/2:0-mm_percpu_wq]
root        4592       2  0 16:41 ?        00:00:00 [kworker/0:1-events]
user        4676    3050  0 16:44 pts/2    00:00:00 bash
root        4687       2  0 16:44 ?        00:00:00 [kworker/3:2-events]
user        4688    3056  4 16:44 pts/0    00:00:18 /usr/lib/chromium-browser/chromium-browser --force-renderer-accessibility --enable-remote-extensions --ena
user        4735       1  0 16:44 ?        00:00:00 /usr/lib/chromium-browser/chrome_crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-
user        4738       1  0 16:44 ?        00:00:00 /usr/lib/chromium-browser/chrome_crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=cras
user        4741    4688  0 16:44 pts/0    00:00:00 /usr/lib/chromium-browser/chromium-browser --type=zygote --no-zygote-sandbox --crashpad-handler-pid=0 --en
user        4742    4688  0 16:44 pts/0    00:00:00 /usr/lib/chromium-browser/chromium-browser --type=zygote --crashpad-handler-pid=0 --enable-crash-reporter=
user        4744    4742  0 16:44 pts/0    00:00:00 /usr/lib/chromium-browser/chromium-browser --type=zygote --crashpad-handler-pid=0 --enable-crash-reporter=
user        4769    4741  3 16:44 pts/0    00:00:11 /usr/lib/chromium-browser/chromium-browser --type=gpu-process --ozone-platform=x11 --crashpad-handler-pid=
user        4770    4688  0 16:44 pts/0    00:00:01 /usr/lib/chromium-browser/chromium-browser --type=utility --utility-sub-type=network.mojom.NetworkService 
user        4772    4744  0 16:44 pts/0    00:00:00 /usr/lib/chromium-browser/chromium-browser --type=utility --utility-sub-type=storage.mojom.StorageService 
user        4794    4744  7 16:45 pts/0    00:00:27 /usr/lib/chromium-browser/chromium-browser --type=renderer --crashpad-handler-pid=0 --enable-crash-reporte
user        4857    4744  0 16:45 pts/0    00:00:02 /usr/lib/chromium-browser/chromium-browser --type=renderer --crashpad-handler-pid=0 --enable-crash-reporte
root        4882       2  0 16:45 ?        00:00:00 [kworker/3:2H]
user        4891    4744  0 16:45 pts/0    00:00:00 /usr/lib/chromium-browser/chromium-browser --type=renderer --crashpad-handler-pid=0 --enable-crash-reporte
root        4906       2  0 16:45 ?        00:00:00 [kworker/2:1H]
root        4912       2  0 16:46 ?        00:00:00 [kworker/0:1H]
root        4921       2  0 16:46 ?        00:00:00 [kworker/2:1-mm_percpu_wq]
root        4924       2  0 16:47 ?        00:00:00 [kworker/0:0-events]
root        4925       2  0 16:47 ?        00:00:00 [kworker/3:3-mm_percpu_wq]
root        4973       2  0 16:48 ?        00:00:00 [kworker/1:3]
root        4998       2  0 16:50 ?        00:00:00 [kworker/3:0H]
root        5003       2  0 16:50 ?        00:00:00 [kworker/u8:0-events_unbound]
user        5010    4676 99 16:51 pts/2    00:00:00 ps -efa
user@raspberrypi:~ $ dpkg -l | grep portal
ii  xdg-desktop-portal                   1.16.0-2                            arm64        desktop integration portal for Flatpak and Snap
ii  xdg-desktop-portal-gtk               1.14.1-1                            arm64        GTK+/GNOME portal backend for xdg-desktop-portal
ii  xdg-desktop-portal-wlr               0.7.0-1+rpt2                        arm64        xdg-desktop-portal backend for wlroots
user@raspberrypi:~ $ systemctl > 1
user@raspberrypi:~ $ cat 1
  UNIT                                                                                                                                                  LOAD   ACTIVE SUB       DESCRIPTION
  proc-sys-fs-binfmt_misc.automount                                                                                                                     loaded active running   Arbitrary Executable File Formats File System Automount Point
  sys-devices-platform-emmc2bus-fe340000.mmc-mmc_host-mmc0-mmc0:0001-block-mmcblk0-mmcblk0p1.device                                                     loaded active plugged   /sys/devices/platform/emmc2bus/fe340000.mmc/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p1
  sys-devices-platform-emmc2bus-fe340000.mmc-mmc_host-mmc0-mmc0:0001-block-mmcblk0-mmcblk0p2.device                                                     loaded active plugged   /sys/devices/platform/emmc2bus/fe340000.mmc/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0p2
  sys-devices-platform-emmc2bus-fe340000.mmc-mmc_host-mmc0-mmc0:0001-block-mmcblk0.device                                                               loaded active plugged   /sys/devices/platform/emmc2bus/fe340000.mmc/mmc_host/mmc0/mmc0:0001/block/mmcblk0
  sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2.1-1\x2d1.2.1:1.0-tty-ttyACM0.device         loaded active plugged   [u-blox 8]
  sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2.3-1\x2d1.2.3:1.0-ttyUSB0-tty-ttyUSB0.device loaded active plugged   FT232 Serial (UART) IC
  sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb1-1\x2d1-1\x2d1.2-1\x2d1.2.4-1\x2d1.2.4:1.0-ttyUSB1-tty-ttyUSB1.device loaded active plugged   FT232 Serial (UART) IC
  sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb2-2\x2d1-2\x2d1:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device    loaded active plugged   Samsung_SSD_860_EVO_500GB 1
  sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb2-2\x2d1-2\x2d1:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device    loaded active plugged   Samsung_SSD_860_EVO_500GB bbn
  sys-devices-platform-scb-fd500000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-usb2-2\x2d1-2\x2d1:1.0-host0-target0:0:0-0:0:0:0-block-sda.device         loaded active plugged   Samsung_SSD_860_EVO_500GB
  sys-devices-platform-scb-fd580000.ethernet-net-eth0.device                                                                                            loaded active plugged   /sys/devices/platform/scb/fd580000.ethernet/net/eth0
  sys-devices-platform-soc-fe00b840.mailbox-bcm2835_audio-sound-card2-controlC2.device                                                                  loaded active plugged   /sys/devices/platform/soc/fe00b840.mailbox/bcm2835_audio/sound/card2/controlC2
  sys-devices-platform-soc-fe201000.serial-serial0-serial0\x2d0-bluetooth-hci0.device                                                                   loaded active plugged   /sys/devices/platform/soc/fe201000.serial/serial0/serial0-0/bluetooth/hci0
  sys-devices-platform-soc-fe300000.mmcnr-mmc_host-mmc1-mmc1:0001-mmc1:0001:1-net-wlan0.device                                                          loaded active plugged   /sys/devices/platform/soc/fe300000.mmcnr/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0
  sys-devices-platform-soc-fef00700.hdmi-sound-card0-controlC0.device                                                                                   loaded active plugged   /sys/devices/platform/soc/fef00700.hdmi/sound/card0/controlC0
  sys-devices-platform-soc-fef05700.hdmi-sound-card1-controlC1.device                                                                                   loaded active plugged   /sys/devices/platform/soc/fef05700.hdmi/sound/card1/controlC1
  sys-devices-virtual-block-ram0.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram0
  sys-devices-virtual-block-ram1.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram1
  sys-devices-virtual-block-ram10.device                                                                                                                loaded active plugged   /sys/devices/virtual/block/ram10
  sys-devices-virtual-block-ram11.device                                                                                                                loaded active plugged   /sys/devices/virtual/block/ram11
  sys-devices-virtual-block-ram12.device                                                                                                                loaded active plugged   /sys/devices/virtual/block/ram12
  sys-devices-virtual-block-ram13.device                                                                                                                loaded active plugged   /sys/devices/virtual/block/ram13
  sys-devices-virtual-block-ram14.device                                                                                                                loaded active plugged   /sys/devices/virtual/block/ram14
  sys-devices-virtual-block-ram15.device                                                                                                                loaded active plugged   /sys/devices/virtual/block/ram15
  sys-devices-virtual-block-ram2.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram2
  sys-devices-virtual-block-ram3.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram3
  sys-devices-virtual-block-ram4.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram4
  sys-devices-virtual-block-ram5.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram5
  sys-devices-virtual-block-ram6.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram6
  sys-devices-virtual-block-ram7.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram7
  sys-devices-virtual-block-ram8.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram8
  sys-devices-virtual-block-ram9.device                                                                                                                 loaded active plugged   /sys/devices/virtual/block/ram9
  sys-devices-virtual-misc-rfkill.device                                                                                                                loaded active plugged   /sys/devices/virtual/misc/rfkill
  sys-devices-virtual-tty-ttyprintk.device                                                                                                              loaded active plugged   /sys/devices/virtual/tty/ttyprintk
  sys-module-configfs.device                                                                                                                            loaded active plugged   /sys/module/configfs
  sys-module-fuse.device                                                                                                                                loaded active plugged   /sys/module/fuse
  sys-subsystem-bluetooth-devices-hci0.device                                                                                                           loaded active plugged   /sys/subsystem/bluetooth/devices/hci0
  sys-subsystem-net-devices-eth0.device                                                                                                                 loaded active plugged   /sys/subsystem/net/devices/eth0
  sys-subsystem-net-devices-wlan0.device                                                                                                                loaded active plugged   /sys/subsystem/net/devices/wlan0
  -.mount                                                                                                                                               loaded active mounted   Root Mount
  boot-firmware.mount                                                                                                                                   loaded active mounted   /boot/firmware
  dev-mqueue.mount                                                                                                                                      loaded active mounted   POSIX Message Queue File System
  media-user-3C76\x2dEF17.mount                                                                                                                         loaded active mounted   /media/user/3C76-EF17
  media-user-bbn.mount                                                                                                                                  loaded active mounted   /media/user/bbn
  proc-sys-fs-binfmt_misc.mount                                                                                                                         loaded active mounted   Arbitrary Executable File Formats File System
  run-credentials-systemd\x2dsysctl.service.mount                                                                                                       loaded active mounted   /run/credentials/systemd-sysctl.service
  run-credentials-systemd\x2dsysusers.service.mount                                                                                                     loaded active mounted   /run/credentials/systemd-sysusers.service
  run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount                                                                                            loaded active mounted   /run/credentials/systemd-tmpfiles-setup.service
  run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount                                                                                     loaded active mounted   /run/credentials/systemd-tmpfiles-setup-dev.service
  run-rpc_pipefs.mount                                                                                                                                  loaded active mounted   RPC Pipe File System
  run-user-1000-doc.mount                                                                                                                               loaded active mounted   /run/user/1000/doc
  run-user-1000-gvfs.mount                                                                                                                              loaded active mounted   /run/user/1000/gvfs
  run-user-1000.mount                                                                                                                                   loaded active mounted   /run/user/1000
  sys-fs-fuse-connections.mount                                                                                                                         loaded active mounted   FUSE Control File System
  sys-kernel-config.mount                                                                                                                               loaded active mounted   Kernel Configuration File System
  sys-kernel-debug.mount                                                                                                                                loaded active mounted   Kernel Debug File System
  sys-kernel-tracing.mount                                                                                                                              loaded active mounted   Kernel Trace File System
  cups.path                                                                                                                                             loaded active running   CUPS Scheduler
  systemd-ask-password-plymouth.path                                                                                                                    loaded active waiting   Forward Password Requests to Plymouth Directory Watch
  systemd-ask-password-wall.path                                                                                                                        loaded active waiting   Forward Password Requests to Wall Directory Watch
  init.scope                                                                                                                                            loaded active running   System and Service Manager
  session-1.scope                                                                                                                                       loaded active running   Session 1 of User user
  session-3.scope                                                                                                                                       loaded active running   Session 3 of User user
  accounts-daemon.service                                                                                                                               loaded active running   Accounts Service
  alsa-restore.service                                                                                                                                  loaded active exited    Save/Restore Sound Card State
  avahi-daemon.service                                                                                                                                  loaded active running   Avahi mDNS/DNS-SD Stack
  bluetooth.service                                                                                                                                     loaded active running   Bluetooth service
  bthelper@hci0.service                                                                                                                                 loaded active exited    Raspberry Pi bluetooth helper
  colord.service                                                                                                                                        loaded active running   Manage, Install and Generate Color Profiles
  console-setup.service                                                                                                                                 loaded active exited    Set console font and keymap
  cron.service                                                                                                                                          loaded active running   Regular background program processing daemon
  cups-browsed.service                                                                                                                                  loaded active running   Make remote CUPS printers available locally
  cups.service                                                                                                                                          loaded active running   CUPS Scheduler
  dbus.service                                                                                                                                          loaded active running   D-Bus System Message Bus
  dphys-swapfile.service                                                                                                                                loaded active exited    dphys-swapfile - set up, mount/unmount, and delete a swap file
  fake-hwclock.service                                                                                                                                  loaded active exited    Restore / save the current clock
  getty@tty1.service                                                                                                                                    loaded active running   Getty on tty1
  glamor-test.service                                                                                                                                   loaded active exited    Check for glamor
  ifupdown-pre.service                                                                                                                                  loaded active exited    Helper to synchronize boot up for ifupdown
  keyboard-setup.service                                                                                                                                loaded active exited    Set the console keyboard layout
  kmod-static-nodes.service                                                                                                                             loaded active exited    Create List of Static Device Nodes
  lightdm.service                                                                                                                                       loaded active running   Light Display Manager
  ModemManager.service                                                                                                                                  loaded active running   Modem Manager
  networking.service                                                                                                                                    loaded active exited    Raise network interfaces
  NetworkManager-wait-online.service                                                                                                                    loaded active exited    Network Manager Wait Online
  NetworkManager.service                                                                                                                                loaded active running   Network Manager
  plymouth-quit-wait.service                                                                                                                            loaded active exited    Hold until boot process finishes up
  plymouth-read-write.service                                                                                                                           loaded active exited    Tell Plymouth To Write Out Runtime Data
  plymouth-start.service                                                                                                                                loaded active exited    Show Plymouth Boot Screen
  polkit.service                                                                                                                                        loaded active running   Authorization Manager
  raspi-config.service                                                                                                                                  loaded active exited    LSB: Switch to ondemand cpu governor (unless shift key is pressed)
  rc-local.service                                                                                                                                      loaded active exited    /etc/rc.local Compatibility
  rp1-test.service                                                                                                                                      loaded active exited    Check for RP1 displays for Xorg
  rpc-statd-notify.service                                                                                                                              loaded active exited    Notify NFS peers of a restart
  rpi-eeprom-update.service                                                                                                                             loaded active exited    Check for Raspberry Pi EEPROM updates
  rtkit-daemon.service                                                                                                                                  loaded active running   RealtimeKit Scheduling Policy Service
  systemd-binfmt.service                                                                                                                                loaded active exited    Set Up Additional Binary Formats
  systemd-fsck@dev-disk-by\x2dpartuuid-93e2b369\x2d01.service                                                                                           loaded active exited    File System Check on /dev/disk/by-partuuid/93e2b369-01
  systemd-journal-flush.service                                                                                                                         loaded active exited    Flush Journal to Persistent Storage
  systemd-journald.service                                                                                                                              loaded active running   Journal Service
  systemd-logind.service                                                                                                                                loaded active running   User Login Management
  systemd-modules-load.service                                                                                                                          loaded active exited    Load Kernel Modules
  systemd-random-seed.service                                                                                                                           loaded active exited    Load/Save Random Seed
  systemd-remount-fs.service                                                                                                                            loaded active exited    Remount Root and Kernel File Systems
  systemd-sysctl.service                                                                                                                                loaded active exited    Apply Kernel Variables
  systemd-sysusers.service                                                                                                                              loaded active exited    Create System Users
  systemd-timesyncd.service                                                                                                                             loaded active running   Network Time Synchronization
  systemd-tmpfiles-setup-dev.service                                                                                                                    loaded active exited    Create Static Device Nodes in /dev
  systemd-tmpfiles-setup.service                                                                                                                        loaded active exited    Create Volatile Files and Directories
  systemd-udev-trigger.service                                                                                                                          loaded active exited    Coldplug All udev Devices
  systemd-udevd.service                                                                                                                                 loaded active running   Rule-based Manager for Device Events and Files
  systemd-update-utmp.service                                                                                                                           loaded active exited    Record System Boot/Shutdown in UTMP
  systemd-user-sessions.service                                                                                                                         loaded active exited    Permit User Sessions
  triggerhappy.service                                                                                                                                  loaded active running   triggerhappy global hotkey daemon
  udisks2.service                                                                                                                                       loaded active running   Disk Manager
  user-runtime-dir@1000.service                                                                                                                         loaded active exited    User Runtime Directory /run/user/1000
  user@1000.service                                                                                                                                     loaded active running   User Manager for UID 1000
  wpa_supplicant.service                                                                                                                                loaded active running   WPA supplicant
  -.slice                                                                                                                                               loaded active active    Root Slice
  system-bthelper.slice                                                                                                                                 loaded active active    Slice /system/bthelper
  system-getty.slice                                                                                                                                    loaded active active    Slice /system/getty
  system-modprobe.slice                                                                                                                                 loaded active active    Slice /system/modprobe
  system-systemd\x2dfsck.slice                                                                                                                          loaded active active    Slice /system/systemd-fsck
  system.slice                                                                                                                                          loaded active active    System Slice
  user-1000.slice                                                                                                                                       loaded active active    User Slice of UID 1000
  user.slice                                                                                                                                            loaded active active    User and Session Slice
  avahi-daemon.socket                                                                                                                                   loaded active running   Avahi mDNS/DNS-SD Stack Activation Socket
  cups.socket                                                                                                                                           loaded active running   CUPS Scheduler
  dbus.socket                                                                                                                                           loaded active running   D-Bus System Message Bus Socket
  systemd-fsckd.socket                                                                                                                                  loaded active listening fsck to fsckd communication Socket
  systemd-initctl.socket                                                                                                                                loaded active listening initctl Compatibility Named Pipe
  systemd-journald-audit.socket                                                                                                                         loaded active running   Journal Audit Socket
  systemd-journald-dev-log.socket                                                                                                                       loaded active running   Journal Socket (/dev/log)
  systemd-journald.socket                                                                                                                               loaded active running   Journal Socket
  systemd-rfkill.socket                                                                                                                                 loaded active listening Load/Save RF Kill Switch Status /dev/rfkill Watch
  systemd-udevd-control.socket                                                                                                                          loaded active running   udev Control Socket
  systemd-udevd-kernel.socket                                                                                                                           loaded active running   udev Kernel Socket
  triggerhappy.socket                                                                                                                                   loaded active running   triggerhappy.socket
  var-swap.swap                                                                                                                                         loaded active active    /var/swap
  basic.target                                                                                                                                          loaded active active    Basic System
  bluetooth.target                                                                                                                                      loaded active active    Bluetooth Support
  cryptsetup.target                                                                                                                                     loaded active active    Local Encrypted Volumes
  getty.target                                                                                                                                          loaded active active    Login Prompts
  graphical.target                                                                                                                                      loaded active active    Graphical Interface
  integritysetup.target                                                                                                                                 loaded active active    Local Integrity Protected Volumes
  local-fs-pre.target                                                                                                                                   loaded active active    Preparation for Local File Systems
  local-fs.target                                                                                                                                       loaded active active    Local File Systems
  multi-user.target                                                                                                                                     loaded active active    Multi-User System
  network-online.target                                                                                                                                 loaded active active    Network is Online
  network.target                                                                                                                                        loaded active active    Network
  nfs-client.target                                                                                                                                     loaded active active    NFS client services
  nss-user-lookup.target                                                                                                                                loaded active active    User and Group Name Lookups
  paths.target                                                                                                                                          loaded active active    Path Units
  remote-fs-pre.target                                                                                                                                  loaded active active    Preparation for Remote File Systems
  remote-fs.target                                                                                                                                      loaded active active    Remote File Systems
  rpc_pipefs.target                                                                                                                                     loaded active active    rpc_pipefs.target
  slices.target                                                                                                                                         loaded active active    Slice Units
  sockets.target                                                                                                                                        loaded active active    Socket Units
  sound.target                                                                                                                                          loaded active active    Sound Card
  swap.target                                                                                                                                           loaded active active    Swaps
  sysinit.target                                                                                                                                        loaded active active    System Initialization
  time-set.target                                                                                                                                       loaded active active    System Time Set
  timers.target                                                                                                                                         loaded active active    Timer Units
  veritysetup.target                                                                                                                                    loaded active active    Local Verity Protected Volumes
  apt-daily-upgrade.timer                                                                                                                               loaded active waiting   Daily apt upgrade and clean activities
  apt-daily.timer                                                                                                                                       loaded active waiting   Daily apt download activities
  dpkg-db-backup.timer                                                                                                                                  loaded active waiting   Daily dpkg database backup timer
  e2scrub_all.timer                                                                                                                                     loaded active waiting   Periodic ext4 Online Metadata Check for All Filesystems
  fstrim.timer                                                                                                                                          loaded active waiting   Discard unused blocks once a week
  logrotate.timer                                                                                                                                       loaded active waiting   Daily rotation of log files
  man-db.timer                                                                                                                                          loaded active waiting   Daily man-db regeneration
  systemd-tmpfiles-clean.timer                                                                                                                          loaded active waiting   Daily Cleanup of Temporary Directories

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.
172 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.

user@raspberrypi:~ $ lsmod
Module                  Size  Used by
rfcomm                 49152  4
snd_seq_dummy          16384  0
snd_hrtimer            16384  1
snd_seq                77824  7 snd_seq_dummy
snd_seq_device         16384  1 snd_seq
cmac                   16384  3
algif_hash             16384  1
aes_arm64              16384  3
aes_generic            36864  1 aes_arm64
algif_skcipher         16384  1
af_alg                 28672  6 algif_hash,algif_skcipher
bnep                   24576  2
joydev                 28672  0
brcmfmac              327680  0
brcmutil               24576  1 brcmfmac
cfg80211              946176  1 brcmfmac
hci_uart               45056  0
raspberrypi_hwmon      16384  0
btbcm                  24576  1 hci_uart
bluetooth             585728  33 hci_uart,btbcm,bnep,rfcomm
ecdh_generic           16384  2 bluetooth
ecc                    36864  1 ecdh_generic
rpivid_hevc            49152  0
rfkill                 32768  6 bluetooth,cfg80211
libaes                 16384  3 aes_arm64,bluetooth,aes_generic
cdc_acm                32768  0
bcm2835_codec          49152  0
hid_multitouch         24576  0
bcm2835_isp            28672  0
bcm2835_v4l2           45056  0
bcm2835_mmal_vchiq     36864  3 bcm2835_codec,bcm2835_v4l2,bcm2835_isp
v4l2_mem2mem           40960  2 bcm2835_codec,rpivid_hevc
videobuf2_vmalloc      16384  1 bcm2835_v4l2
videobuf2_dma_contig    20480  3 bcm2835_codec,rpivid_hevc,bcm2835_isp
ftdi_sio               53248  0
videobuf2_memops       16384  2 videobuf2_vmalloc,videobuf2_dma_contig
videobuf2_v4l2         32768  5 bcm2835_codec,bcm2835_v4l2,rpivid_hevc,v4l2_mem2mem,bcm2835_isp
usbserial              40960  1 ftdi_sio
videobuf2_common       69632  9 bcm2835_codec,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,bcm2835_v4l2,rpivid_hevc,v4l2_mem2mem,videobuf2_memops,bcm2835_isp
snd_bcm2835            28672  1
videodev              274432  7 bcm2835_codec,videobuf2_v4l2,bcm2835_v4l2,videobuf2_common,rpivid_hevc,v4l2_mem2mem,bcm2835_isp
binfmt_misc            20480  1
raspberrypi_gpiomem    16384  0
vc_sm_cma              32768  2 bcm2835_mmal_vchiq,bcm2835_isp
mc                     61440  7 videodev,bcm2835_codec,videobuf2_v4l2,videobuf2_common,rpivid_hevc,v4l2_mem2mem,bcm2835_isp
nvmem_rmem             16384  0
sg                     32768  0
uio_pdrv_genirq        16384  0
uio                    24576  1 uio_pdrv_genirq
i2c_dev                20480  0
dm_mod                143360  0
fuse                  139264  5
ip_tables              32768  0
x_tables               49152  1 ip_tables
ipv6                  561152  48
vc4                   364544  13
snd_soc_hdmi_codec     20480  2
drm_display_helper     16384  1 vc4
cec                    53248  1 vc4
drm_dma_helper         20480  1 vc4
drm_kms_helper        204800  4 drm_dma_helper,vc4
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
v3d                    90112  6
gpu_sched              49152  1 v3d
drm_shmem_helper       24576  1 v3d
snd_soc_core          270336  2 vc4,snd_soc_hdmi_codec
drm                   581632  19 gpu_sched,drm_kms_helper,drm_dma_helper,v3d,vc4,drm_shmem_helper,drm_display_helper
snd_compress           20480  1 snd_soc_core
drm_panel_orientation_quirks    28672  1 drm
snd_pcm_dmaengine      20480  1 snd_soc_core
i2c_brcmstb            16384  0
snd_pcm               139264  5 snd_bcm2835,snd_soc_hdmi_codec,snd_compress,snd_soc_core,snd_pcm_dmaengine
snd_timer              36864  3 snd_seq,snd_hrtimer,snd_pcm
snd                   110592  14 snd_seq,snd_seq_device,snd_bcm2835,snd_soc_hdmi_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
backlight              24576  1 drm

user@raspberrypi:~ $ cat /boot/cmdline.txt 
console=serial0,115200 console=tty1 root=PARTUUID=93e2b369-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=US

user@raspberrypi:~ $ cat /boot/config.txt 
# For more options and information see
# http://rptl.io/configtxt
# Some settings may impact device functionality. See link above for details

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Enable audio (loads snd_bcm2835)
dtparam=audio=on

# Additional overlays and parameters are documented
# /boot/firmware/overlays/README

# Automatically load overlays for detected cameras
camera_auto_detect=1

# Automatically load overlays for detected DSI displays
display_auto_detect=1

# Automatically load initramfs files, if found
auto_initramfs=1

# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d
max_framebuffers=2

# Don't have the firmware create an initial video= setting in cmdline.txt.
# Use the kernel's default instead.
disable_fw_kms_setup=1

# Run in 64-bit mode
arm_64bit=1

# Disable compensation for displays with overscan
disable_overscan=1

# Run as fast as firmware / board allows
arm_boost=1

[cm4]
# Enable host mode on the 2711 built-in XHCI USB controller.
# This line should be removed if the legacy DWC2 controller is required
# (e.g. for USB device mode) or if USB support is not required.
otg_mode=1

[all]
mgrouch commented 6 months ago

Even in original distribution of bookworm there are errors on chromium startup

user@raspberrypi:~ $ chromium-browser 
[4688:4688:1223/164500.408731:ERROR:policy_logger.cc(156)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[4688:4867:1223/164501.178925:ERROR:object_proxy.cc(577)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
[4688:4867:1223/164501.179746:ERROR:object_proxy.cc(577)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
[4688:4867:1223/164501.180432:ERROR:object_proxy.cc(577)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
[4769:4769:1223/164501.440139:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.440557:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.440859:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.441017:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.441414:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.441891:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.442277:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.442487:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.442782:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.442982:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.443470:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.443763:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.445749:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.448779:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.452566:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.452897:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.453284:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.453514:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.453844:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.454048:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.454323:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.454515:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.454776:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.454931:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.455157:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.455337:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4769:4769:1223/164501.455565:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4769:4769:1223/164501.455705:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
mgrouch commented 6 months ago

Openbox theme is PiXFlat

mgrouch commented 6 months ago

dpkg -l output

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                 Version                             Architecture Description
+++-====================================-===================================-============-================================================================================
ii  accountsservice                      22.08.8-6                           arm64        query and manipulate user account information
ii  acl                                  2.3.1-3                             arm64        access control list - utilities
ii  adduser                              3.134                               all          add and remove users and groups
ii  adwaita-icon-theme                   43-1                                all          default icon theme of GNOME
ii  agnostics                            0.13                                arm64        Raspberry Pi Diagnostics
ii  alacarte                             3.44.2-1+rpt1                       all          easy GNOME menu editing tool
ii  alsa-topology-conf                   1.2.5.1-2                           all          ALSA topology configuration files
ii  alsa-ucm-conf                        1.2.8-1                             all          ALSA Use Case Manager configuration files
ii  alsa-utils                           1.2.8-1+rpt1                        arm64        Utilities for configuring and using ALSA
ii  apparmor                             3.0.8-3                             arm64        user-space parser utility for AppArmor
ii  apt                                  2.6.1                               arm64        commandline package manager
ii  apt-listchanges                      3.24                                all          package change history notification tool
ii  apt-utils                            2.6.1                               arm64        package management related utility programs
ii  arandr                               0.1.11-1+rpt15                      all          Simple visual front end for XRandR
ii  at-spi2-common                       2.46.0-5                            all          Assistive Technology Service Provider Interface (common files)
ii  avahi-daemon                         0.8-10                              arm64        Avahi mDNS/DNS-SD daemon
ii  avahi-utils                          0.8-10                              arm64        Avahi browsing, publishing and discovery utilities
ii  base-files                           12.4+deb12u4                        arm64        Debian base system miscellaneous files
ii  base-passwd                          3.6.1                               arm64        Debian base system master password and group files
ii  bash                                 5.2.15-2+b2                         arm64        GNU Bourne Again SHell
ii  bash-completion                      1:2.11-6                            all          programmable completion for the bash shell
ii  bc                                   1.07.1-3                            arm64        GNU bc arbitrary precision calculator language
ii  binutils                             2.40-2                              arm64        GNU assembler, linker and binary utilities
ii  binutils-aarch64-linux-gnu           2.40-2                              arm64        GNU binary utilities, for aarch64-linux-gnu target
ii  binutils-common:arm64                2.40-2                              arm64        Common files for the GNU assembler, linker and binary utilities
ii  blt                                  2.5.3+dfsg-4.1                      arm64        graphics extension library for Tcl/Tk - run-time
ii  bluez                                5.66-1+rpt1                         arm64        Bluetooth tools and daemons
ii  bluez-firmware                       1.2-9+rpt2                          all          Firmware for Bluetooth devices
ii  bsdextrautils                        2.38.1-5+b1                         arm64        extra utilities from 4.4BSD-Lite
ii  bsdutils                             1:2.38.1-5+b1                       arm64        basic utilities from 4.4BSD-Lite
ii  bubblewrap                           0.8.0-2                             arm64        utility for unprivileged chroot and namespace manipulation
ii  build-essential                      12.9                                arm64        Informational list of build-essential packages
ii  busybox                              1:1.35.0-4+b3                       arm64        Tiny utilities for small and embedded systems
ii  bzip2                                1.0.8-5+b1                          arm64        high-quality block-sorting file compressor - utilities
ii  ca-certificates                      20230311                            all          Common CA certificates
ii  chromium-browser                     120.0.6099.102-rpt1                 arm64        Chromium web browser, open-source version of Chrome
ii  chromium-browser-l10n                120.0.6099.102-rpt1                 all          chromium-browser language packages
ii  chromium-codecs-ffmpeg-extra         120.0.6099.102-rpt1                 arm64        Extra ffmpeg codecs for the Chromium Browser
ii  cifs-utils                           2:7.0-2                             arm64        Common Internet File System utilities
ii  colord                               1.4.6-2.2                           arm64        system service to manage device colour profiles -- system daemon
ii  colord-data                          1.4.6-2.2                           all          system service to manage device colour profiles -- data files
ii  console-setup                        1.221rpt1                           all          console font and keymap setup program
ii  console-setup-linux                  1.221rpt1                           all          Linux specific part of console-setup
ii  coreutils                            9.1-1                               arm64        GNU core utilities
ii  cpio                                 2.13+dfsg-7.1                       arm64        GNU cpio -- a program to manage archives of files
ii  cpp                                  4:12.2.0-3                          arm64        GNU C preprocessor (cpp)
ii  cpp-12                               12.2.0-14                           arm64        GNU C preprocessor
ii  cron                                 3.0pl1-162                          arm64        process scheduling daemon
ii  cron-daemon-common                   3.0pl1-162                          all          process scheduling daemon's configuration files
ii  cups                                 2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - PPD/driver support, web interface
ii  cups-browsed                         1.28.17-3                           arm64        OpenPrinting CUPS Filters - cups-browsed
ii  cups-client                          2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - client programs (SysV)
ii  cups-common                          2.4.2-3+deb12u5                     all          Common UNIX Printing System(tm) - common files
ii  cups-core-drivers                    2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - driverless printing
ii  cups-daemon                          2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - daemon
ii  cups-filters                         1.28.17-3                           arm64        OpenPrinting CUPS Filters - Main Package
ii  cups-filters-core-drivers            1.28.17-3                           arm64        OpenPrinting CUPS Filters - Driverless printing
ii  cups-ipp-utils                       2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - IPP developer/admin utilities
ii  cups-pk-helper                       0.2.6-1+rpt1                        arm64        PolicyKit helper to configure cups with fine-grained privileges
ii  cups-ppdc                            2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - PPD manipulation utilities
ii  cups-server-common                   2.4.2-3+deb12u5                     all          Common UNIX Printing System(tm) - server common files
ii  curl                                 7.88.1-10+deb12u4                   arm64        command line tool for transferring data with URL syntax
ii  dash                                 0.5.12-2                            arm64        POSIX-compliant shell
ii  dbus                                 1.14.10-1~deb12u1                   arm64        simple interprocess messaging system (system message bus)
ii  dbus-bin                             1.14.10-1~deb12u1                   arm64        simple interprocess messaging system (command line utilities)
ii  dbus-daemon                          1.14.10-1~deb12u1                   arm64        simple interprocess messaging system (reference message bus)
ii  dbus-session-bus-common              1.14.10-1~deb12u1                   all          simple interprocess messaging system (session bus configuration)
ii  dbus-system-bus-common               1.14.10-1~deb12u1                   all          simple interprocess messaging system (system bus configuration)
ii  dbus-user-session                    1.14.10-1~deb12u1                   arm64        simple interprocess messaging system (systemd --user integration)
ii  dbus-x11                             1.14.10-1~deb12u1                   arm64        simple interprocess messaging system (X11 deps)
ii  dc                                   1.07.1-3                            arm64        GNU dc arbitrary precision reverse-polish calculator
ii  dconf-gsettings-backend:arm64        0.40.0-4                            arm64        simple configuration storage system - GSettings back-end
ii  dconf-service                        0.40.0-4                            arm64        simple configuration storage system - D-Bus service
ii  debconf                              1.5.82                              all          Debian configuration management system
ii  debconf-i18n                         1.5.82                              all          full internationalization support for debconf
ii  debconf-utils                        1.5.82                              all          debconf utilities
ii  debian-archive-keyring               2023.3+deb12u1                      all          GnuPG archive keys of the Debian archive
ii  debian-reference-common              2.100                               all          Debian system administration guide, common files
ii  debian-reference-en                  2.100                               all          Debian system administration guide, English original
ii  debianutils                          5.7-0.5~deb12u1                     arm64        Miscellaneous utilities specific to Debian
ii  desktop-base                         12.0.6+nmu1~deb12u1                 all          common files for the Debian Desktop
ii  desktop-file-utils                   0.26-1                              arm64        Utilities for .desktop files
ii  device-tree-compiler                 1.6.1-4+b1                          arm64        Device Tree Compiler for Flat Device Trees
ii  dictionaries-common                  1.29.5                              all          spelling dictionaries - common utilities
ii  diffutils                            1:3.8-4                             arm64        File comparison utilities
ii  dillo                                3.0.5-7+rpt1                        arm64        Small and fast web browser
ii  dirmngr                              2.2.40-1.1                          arm64        GNU privacy guard - network certificate management service
ii  distro-info-data                     0.58+deb12u1                        all          information about the distributions' releases (data files)
ii  dmidecode                            3.4-1                               arm64        SMBIOS/DMI table decoder
ii  dmsetup                              2:1.02.185-2                        arm64        Linux Kernel Device Mapper userspace library
ii  dns-root-data                        2023010101                          all          DNS root data including root zone and DNSSEC key
ii  dnsmasq-base                         2.89-1                              arm64        Small caching DNS proxy and DHCP/TFTP server
ii  docutils-common                      0.19+dfsg-6                         all          text processing system for reStructuredText - common data
ii  dos2unix                             7.4.3-1                             arm64        convert text file line endings between CRLF and LF
ii  dosfstools                           4.2-1                               arm64        utilities for making and checking MS-DOS FAT filesystems
ii  dphys-swapfile                       20100506-7.1+rpt2                   all          Autogenerate and use a swap file
ii  dpkg                                 1.21.22                             arm64        Debian package management system
ii  dpkg-dev                             1.21.22                             all          Debian package development tools
ii  e2fsprogs                            1.47.0-2                            arm64        ext2/ext3/ext4 file system utilities
ii  ed                                   1.19-1                              arm64        classic UNIX line editor
ii  edid-decode                          0.1~git20220315.cb74358c2896-1      arm64        decode the binary EDID information from monitors
ii  eject                                2.38.1-5+b1                         arm64        ejects CDs and operates CD-Changers under Linux
ii  emacsen-common                       3.0.5                               all          Common facilities for all emacsen
ii  eom                                  1.26.0-2                            arm64        Eye of MATE graphics viewer program
ii  eom-common                           1.26.0-2                            all          Eye of MATE graphics viewer program (common files)
ii  ethtool                              1:6.1-1                             arm64        display or change Ethernet device settings
ii  evince                               43.1-2+b1                           arm64        Document (PostScript, PDF) viewer
ii  evince-common                        43.1-2                              all          Document (PostScript, PDF) viewer - common files
ii  exfatprogs                           1.2.0-1+deb12u1                     arm64        exFAT file system utilities
ii  fake-hwclock                         0.12+nmu1                           all          Save/restore system clock on machines without working RTC hardware
ii  fakeroot                             1.31-1.2                            arm64        tool for simulating superuser privileges
ii  fbset                                2.1-33                              arm64        framebuffer device maintenance program
ii  fdisk                                2.38.1-5+b1                         arm64        collection of partitioning utilities
ii  ffmpeg                               8:5.1.4-0+rpt1+deb12u1              arm64        Tools for transcoding, streaming and playing of multimedia files
ii  file                                 1:5.44-3                            arm64        Recognize the type of data in a file using "magic" numbers
ii  findutils                            4.9.0-4                             arm64        utilities for finding files--find, xargs
ii  fio                                  3.33-3                              arm64        flexible I/O tester
ii  firefox                              121.0-1+rpt4                        arm64        Mozilla Firefox web browser
ii  firmware-atheros                     1:20230210-5+rpt2                   all          Binary firmware for Qualcomm Atheros wireless cards
ii  firmware-brcm80211                   1:20230210-5+rpt2                   all          Binary firmware for Broadcom/Cypress 802.11 wireless cards
ii  firmware-libertas                    1:20230210-5+rpt2                   all          Binary firmware for Marvell wireless cards
ii  firmware-linux-free                  20200122-1                          all          Binary firmware for various drivers in the Linux kernel
ii  firmware-misc-nonfree                1:20230210-5+rpt2                   all          Binary firmware for various drivers in the Linux kernel
ii  firmware-realtek                     1:20230210-5+rpt2                   all          Binary firmware for Realtek wired/wifi/BT adapters
ii  flashrom                             1.3.0-2.1                           arm64        Identify, read, write, erase, and verify BIOS/ROM/flash chips
ii  fontconfig                           2.14.1-4                            arm64        generic font configuration library - support binaries
ii  fontconfig-config                    2.14.1-4                            arm64        generic font configuration library - configuration
ii  fonts-cantarell                      0.303.1-1                           all          sans serif font family designed for on-screen readability
ii  fonts-dejavu-core                    2.37-6                              all          Vera font family derivate with additional characters
ii  fonts-droid-fallback                 1:6.0.1r16-1.1                      all          handheld device font with extensive style and language support (fallback)
ii  fonts-freefont-ttf                   20120503-10                         all          Freefont Serif, Sans and Mono Truetype fonts
ii  fonts-liberation2                    2.1.5-1                             all          Fonts with the same metrics as Times, Arial and Courier (v2)
ii  fonts-noto-mono                      20201225-1                          all          "No Tofu" monospaced font family with large Unicode coverage
ii  fonts-piboto                         1.2                                 all          sans-serif font family released with Android Ice Cream Sandwich
ii  fonts-quicksand                      0.2016-2.1                          all          sans-serif font with round attributes
ii  fonts-urw-base35                     20200910-7                          all          font set metric-compatible with the 35 PostScript Level 2 Base Fonts
ii  fuse3                                3.14.0-4                            arm64        Filesystem in Userspace (3.x version)
ii  g++                                  4:12.2.0-3                          arm64        GNU C++ compiler
ii  g++-12                               12.2.0-14                           arm64        GNU C++ compiler
ii  galculator                           2.1.4-1.2                           arm64        scientific calculator
ii  gcc                                  4:12.2.0-3                          arm64        GNU C compiler
ii  gcc-12                               12.2.0-14                           arm64        GNU C compiler
ii  gcc-12-base:arm64                    12.2.0-14                           arm64        GCC, the GNU Compiler Collection (base package)
ii  gcr                                  3.41.1-1+b1                         arm64        GNOME crypto services (daemon and tools)
ii  gdb                                  13.1-3                              arm64        GNU Debugger
ii  gdisk                                1.0.9-2.1                           arm64        GPT fdisk text-mode partitioning tool
ii  geany                                1.38-1+rpt1                         arm64        fast and lightweight IDE
ii  geany-common                         1.38-1+rpt1                         all          fast and lightweight IDE -- common files
ii  gettext-base                         0.21-12                             arm64        GNU Internationalization utilities for the base system
ii  ghostscript                          10.0.0~dfsg-11+deb12u3              arm64        interpreter for the PostScript language and for PDF
ii  gir1.2-atk-1.0:arm64                 2.46.0-5                            arm64        ATK accessibility toolkit (GObject introspection)
ii  gir1.2-eom-1.0                       1.26.0-2                            arm64        GObject introspection data for the eom library
ii  gir1.2-freedesktop:arm64             1.74.0-3                            arm64        Introspection data for some FreeDesktop components
ii  gir1.2-gdkpixbuf-2.0:arm64           2.42.10+dfsg-1+b1                   arm64        GDK Pixbuf library - GObject-Introspection
ii  gir1.2-glib-2.0:arm64                1.74.0-3                            arm64        Introspection data for GLib, GObject, Gio and GModule
ii  gir1.2-gmenu-3.0:arm64               3.36.0-1.1                          arm64        GObject introspection data for the GNOME menu library
ii  gir1.2-gtk-3.0:arm64                 1:3.24.38-2~deb12u1+rpt3+rpi1       arm64        GTK graphical user interface library -- gir bindings
ii  gir1.2-handy-1:arm64                 1.8.1-1+rpt3                        arm64        GObject introspection files for libhandy
ii  gir1.2-harfbuzz-0.0:arm64            6.0.0+dfsg-3                        arm64        OpenType text shaping engine (GObject introspection data)
ii  gir1.2-notify-0.7:arm64              0.8.1-1                             arm64        sends desktop notifications to a notification daemon (Introspection files)
ii  gir1.2-packagekitglib-1.0            1.2.6-5                             arm64        GObject introspection data for the PackageKit GLib library
ii  gir1.2-pango-1.0:arm64               1.50.12+ds-1                        arm64        Layout and rendering of internationalized text - gir bindings
ii  gir1.2-polkit-1.0                    122-3                               arm64        GObject introspection data for polkit
ii  gir1.2-secret-1:arm64                0.20.5-3                            arm64        Secret store (GObject-Introspection)
ii  git                                  1:2.39.2-1.1                        arm64        fast, scalable, distributed revision control system
ii  git-man                              1:2.39.2-1.1                        all          fast, scalable, distributed revision control system (manual pages)
ii  gldriver-test                        0.15                                all          Various graphics-related config services
ii  glib-networking:arm64                2.74.0-4                            arm64        network-related giomodules for GLib
ii  glib-networking-common               2.74.0-4                            all          network-related giomodules for GLib - data files
ii  glib-networking-services             2.74.0-4                            arm64        network-related giomodules for GLib - D-Bus services
ii  gnome-desktop3-data                  43.2-2                              all          Common files for GNOME desktop apps
ii  gnome-icon-theme                     3.12.0-5                            all          This package contains the default icon theme used by the GNOME
ii  gnome-keyring                        42.1-1+b2                           arm64        GNOME keyring services (daemon and tools)
ii  gnome-menus                          3.36.0-1.1                          arm64        GNOME implementation of the freedesktop menu specification
ii  gnome-themes-extra-data              3.28-2                              all          Adwaita GTK 2 theme and Adwaita-dark GTK 3 theme — common files
ii  gnupg                                2.2.40-1.1                          all          GNU privacy guard - a free PGP replacement
ii  gnupg-l10n                           2.2.40-1.1                          all          GNU privacy guard - localization files
ii  gnupg-utils                          2.2.40-1.1                          arm64        GNU privacy guard - utility programs
ii  gpg                                  2.2.40-1.1                          arm64        GNU Privacy Guard -- minimalist public key operations
ii  gpg-agent                            2.2.40-1.1                          arm64        GNU privacy guard - cryptographic agent
ii  gpg-wks-client                       2.2.40-1.1                          arm64        GNU privacy guard - Web Key Service client
ii  gpg-wks-server                       2.2.40-1.1                          arm64        GNU privacy guard - Web Key Service server
ii  gpgconf                              2.2.40-1.1                          arm64        GNU privacy guard - core configuration utilities
ii  gpgsm                                2.2.40-1.1                          arm64        GNU privacy guard - S/MIME version
ii  gpgv                                 2.2.40-1.1                          arm64        GNU privacy guard - signature verification tool
ii  gpiod                                1.6.3-1+b3                          arm64        Tools for interacting with Linux GPIO character device - binary
ii  grep                                 3.8-5                               arm64        GNU grep, egrep and fgrep
ii  grim                                 1.4.0+ds-2                          arm64        command-line utility to make screenshots of Wayland desktops
ii  groff-base                           1.22.4-10                           arm64        GNU troff text-formatting system (base system components)
ii  gsettings-desktop-schemas            43.0-1+rpt1                         all          GSettings desktop-wide schemas
ii  gsfonts                              2:20200910-7                        all          transitional dummy package (gsfonts -> fonts-urw-base35)
ii  gstreamer1.0-alsa:arm64              1.22.0-3+deb12u1                    arm64        GStreamer plugin for ALSA
ii  gstreamer1.0-libav:arm64             1.22.0-2                            arm64        ffmpeg plugin for GStreamer
ii  gstreamer1.0-plugins-bad:arm64       1.22.0-4+deb12u4                    arm64        GStreamer plugins from the "bad" set
ii  gstreamer1.0-plugins-base:arm64      1.22.0-3+deb12u1                    arm64        GStreamer plugins from the "base" set
ii  gstreamer1.0-plugins-good:arm64      1.22.0-5+rpt1+deb12u1               arm64        GStreamer plugins from the "good" set
ii  gstreamer1.0-x:arm64                 1.22.0-3+deb12u1                    arm64        GStreamer plugins for X11 and Pango
ii  gtk-update-icon-cache                1:3.24.38-2~deb12u1+rpt3+rpi1       arm64        icon theme caching utility
ii  gtk2-engines:arm64                   1:2.20.2-5+b1                       arm64        theme engines for GTK+ 2.x
ii  gtk2-engines-pixbuf:arm64            2.24.33-2+rpt1                      arm64        pixbuf-based theme for GTK 2
ii  gtk2-engines-pixflat:arm64           0.5                                 arm64        PiXflat theme engine for GTK+ 2.x
ii  gui-pkinst                           0.12                                arm64        Simple command-line package installer
ii  gvfs:arm64                           1.50.3-1                            arm64        userspace virtual filesystem - GIO module
ii  gvfs-backends                        1.50.3-1                            arm64        userspace virtual filesystem - backends
ii  gvfs-common                          1.50.3-1                            all          userspace virtual filesystem - common data files
ii  gvfs-daemons                         1.50.3-1                            arm64        userspace virtual filesystem - servers
ii  gvfs-fuse                            1.50.3-1                            arm64        userspace virtual filesystem - fuse server
ii  gvfs-libs:arm64                      1.50.3-1                            arm64        userspace virtual filesystem - private libraries
ii  gzip                                 1.12-1                              arm64        GNU compression utilities
ii  hicolor-icon-theme                   0.17-2                              all          default fallback theme for FreeDesktop.org icon themes
ii  hostname                             3.23+nmu1                           arm64        utility to set/show the host name or domain name
ii  hplip                                3.22.10+dfsg0-2                     arm64        HP Linux Printing and Imaging System (HPLIP)
ii  hplip-data                           3.22.10+dfsg0-2                     all          HP Linux Printing and Imaging - data files
ii  htop                                 3.2.2-2                             arm64        interactive processes viewer
ii  hunspell-en-gb                       1:7.5.0-1                           all          English (GB) dictionary for hunspell
ii  hunspell-en-us                       1:2020.12.07-2                      all          English_american dictionary for hunspell
ii  hyphen-en-gb                         1:7.5.0-1                           all          English (GB) hyphenation patterns
ii  i2c-tools                            4.3-2+b3                            arm64        heterogeneous set of I2C tools for Linux
ii  ibverbs-providers:arm64              44.0-2                              arm64        User space provider drivers for libibverbs
ii  ifupdown                             0.8.41                              arm64        high level tools to configure network interfaces
ii  imagemagick-6-common                 8:6.9.11.60+dfsg-1.6                all          image manipulation programs -- infrastructure
ii  init                                 1.65.2                              arm64        metapackage ensuring an init system is installed
ii  init-system-helpers                  1.65.2                              all          helper tools for all init systems
ii  initramfs-tools                      0.142                               all          generic modular initramfs generator (automation)
ii  initramfs-tools-core                 0.142                               all          generic modular initramfs generator (core tools)
ii  ipp-usb                              0.9.23-1+b4                         arm64        Daemon for IPP over USB printer support
ii  iproute2                             6.1.0-3                             arm64        networking and traffic control tools
ii  iputils-ping                         3:20221126-1                        arm64        Tools to test the reachability of network hosts
ii  isc-dhcp-client                      4.4.3-P1-2                          arm64        DHCP client for automatically obtaining an IP address
ii  isc-dhcp-common                      4.4.3-P1-2                          arm64        common manpages relevant to all of the isc-dhcp packages
ii  iso-codes                            4.15.0-1                            all          ISO language, territory, currency, script codes and their translations
ii  iw                                   5.19-1                              arm64        tool for configuring Linux wireless devices
ii  javascript-common                    11+nmu1                             all          Base support for JavaScript library packages
ii  kbd                                  2.5.1-1+b1                          arm64        Linux console font and keytable utilities
ii  keyboard-configuration               1.221rpt1                           all          system-wide keyboard preferences
ii  keyutils                             1.6.3-2                             arm64        Linux Key Management Utilities
ii  klibc-utils                          2.0.12-1                            arm64        small utilities built with klibc for early boot
ii  kmod                                 30+20221128-1                       arm64        tools for managing Linux kernel modules
ii  kms++-utils                          0~git20230930~162059+b91affd-1      arm64        C++ library for kernel mode setting - utilities
ii  laptop-detect                        0.16                                all          system chassis type checker
ii  less                                 590-2                               arm64        pager program similar to more
ii  liba52-0.7.4:arm64                   0.7.4-20                            arm64        library for decoding ATSC A/52 streams
ii  libaa1:arm64                         1.4p5-50                            arm64        ASCII art library
ii  libabsl20220623:arm64                20220623.1-1                        arm64        extensions to the C++ standard library
ii  libaccountsservice0:arm64            22.08.8-6                           arm64        query and manipulate user account information - shared libraries
ii  libacl1:arm64                        2.3.1-3                             arm64        access control list - shared library
ii  libaio1:arm64                        0.3.113-4                           arm64        Linux kernel AIO access library - shared library
ii  libalgorithm-diff-perl               1.201-1                             all          module to find differences between files
ii  libalgorithm-diff-xs-perl:arm64      0.04-8+b1                           arm64        module to find differences between files (XS accelerated)
ii  libalgorithm-merge-perl              0.08-5                              all          Perl module for three-way merge of textual data
ii  libaml0:arm64                        0.3.0-1~bpo12+1                     arm64        Andri's Main Loop library (shared library)
ii  libaom3:arm64                        3.6.0-1                             arm64        AV1 Video Codec Library
ii  libapparmor1:arm64                   3.0.8-3                             arm64        changehat AppArmor library
ii  libappstream4:arm64                  0.16.1-2                            arm64        Library to access AppStream services
ii  libapt-pkg6.0:arm64                  2.6.1                               arm64        package management runtime library
ii  libarchive13:arm64                   3.6.2-1                             arm64        Multi-format archive and compression library (shared library)
ii  libargon2-1:arm64                    0~20171227-0.3+deb12u1              arm64        memory-hard hashing function - runtime library
ii  libaribb24-0:arm64                   1.0.3-2                             arm64        library for ARIB STD-B24 decoding (runtime files)
ii  libasan8:arm64                       12.2.0-14                           arm64        AddressSanitizer -- a fast memory error detector
ii  libasound2:arm64                     1.2.8-1+rpt1                        arm64        shared library for ALSA applications
ii  libasound2-data                      1.2.8-1+rpt1                        all          Configuration files and profiles for ALSA drivers
ii  libasound2-plugins:arm64             1.2.7.1-1                           arm64        ALSA library additional plugins
ii  libaspell15:arm64                    0.60.8-4+b1                         arm64        GNU Aspell spell-checker runtime library
ii  libass9:arm64                        1:0.17.1-1                          arm64        library for SSA/ASS subtitles rendering
ii  libassuan0:arm64                     2.5.5-5                             arm64        IPC library for the GnuPG components
ii  libasyncns0:arm64                    0.8-6+b3                            arm64        Asynchronous name service query library
ii  libatasmart4:arm64                   0.19-5                              arm64        ATA S.M.A.R.T. reading and parsing library
ii  libatk-bridge2.0-0:arm64             2.46.0-5                            arm64        AT-SPI 2 toolkit bridge - shared library
ii  libatk1.0-0:arm64                    2.46.0-5                            arm64        ATK accessibility toolkit
ii  libatkmm-1.6-1v5:arm64               2.28.3-1                            arm64        C++ wrappers for ATK accessibility toolkit (shared libraries)
ii  libatomic1:arm64                     12.2.0-14                           arm64        support library providing __atomic built-in functions
ii  libatopology2:arm64                  1.2.8-1+rpt1                        arm64        shared library for handling ALSA topology definitions
ii  libatspi2.0-0:arm64                  2.46.0-5                            arm64        Assistive Technology Service Provider Interface - shared library
ii  libattr1:arm64                       1:2.5.1-4                           arm64        extended attribute handling - shared library
ii  libaudit-common                      1:3.0.9-1                           all          Dynamic library for security auditing - common files
ii  libaudit1:arm64                      1:3.0.9-1                           arm64        Dynamic library for security auditing
ii  libavahi-client3:arm64               0.8-10                              arm64        Avahi client library
ii  libavahi-common-data:arm64           0.8-10                              arm64        Avahi common data files
ii  libavahi-common3:arm64               0.8-10                              arm64        Avahi common library
ii  libavahi-core7:arm64                 0.8-10                              arm64        Avahi's embeddable mDNS/DNS-SD library
ii  libavahi-glib1:arm64                 0.8-10                              arm64        Avahi GLib integration library
ii  libavc1394-0:arm64                   0.5.4-5                             arm64        control IEEE 1394 audio/video devices
ii  libavcodec59:arm64                   8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library with de/encoders for audio/video codecs - runtime files
ii  libavdevice59:arm64                  8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library for handling input and output devices - runtime files
ii  libavfilter8:arm64                   8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library containing media filters - runtime files
ii  libavformat59:arm64                  8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library with (de)muxers for multimedia containers - runtime files
ii  libavif15:arm64                      0.11.1-1                            arm64        Library for handling .avif files
ii  libavutil57:arm64                    8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library with functions for simplifying programming - runtime files
ii  libayatana-ido3-0.4-0:arm64          0.9.3-1                             arm64        Widgets and other objects used for Ayatana Indicators
ii  libayatana-indicator3-7:arm64        0.9.3-1                             arm64        panel indicator applet - shared library (GTK-3+ variant)
ii  libbabeltrace1:arm64                 1.5.11-1+b2                         arm64        Babeltrace conversion libraries
ii  libbasicusageenvironment1:arm64      2020.01.19-1+build1                 arm64        multimedia RTSP streaming library (BasicUsageEnvironment class)
ii  libbinutils:arm64                    2.40-2                              arm64        GNU binary utilities (private shared library)
ii  libblas3:arm64                       3.11.0-2                            arm64        Basic Linear Algebra Reference implementations, shared library
ii  libblkid1:arm64                      2.38.1-5+b1                         arm64        block device ID library
ii  libblockdev-crypto2:arm64            2.28-2                              arm64        Crypto plugin for libblockdev
ii  libblockdev-fs2:arm64                2.28-2                              arm64        file system plugin for libblockdev
ii  libblockdev-loop2:arm64              2.28-2                              arm64        Loop device plugin for libblockdev
ii  libblockdev-part-err2:arm64          2.28-2                              arm64        Partition error utility functions for libblockdev
ii  libblockdev-part2:arm64              2.28-2                              arm64        Partitioning plugin for libblockdev
ii  libblockdev-swap2:arm64              2.28-2                              arm64        Swap plugin for libblockdev
ii  libblockdev-utils2:arm64             2.28-2                              arm64        Utility functions for libblockdev
ii  libblockdev2:arm64                   2.28-2                              arm64        Library for manipulating block devices
ii  libbluetooth3:arm64                  5.66-1+rpt1                         arm64        Library to use the BlueZ Linux Bluetooth stack
ii  libbluray2:arm64                     1:1.3.4-1                           arm64        Blu-ray disc playback support library (shared library)
ii  libboost-filesystem1.74.0:arm64      1.74.0+ds1-21                       arm64        filesystem operations (portable paths, iteration over directories, etc) in C++
ii  libboost-iostreams1.74.0:arm64       1.74.0+ds1-21                       arm64        Boost.Iostreams Library
ii  libboost-log1.74.0                   1.74.0+ds1-21                       arm64        C++ logging library
ii  libboost-program-options1.74.0:arm64 1.74.0+ds1-21                       arm64        program options library for C++
ii  libboost-regex1.74.0:arm64           1.74.0+ds1-21                       arm64        regular expression library for C++
ii  libboost-thread1.74.0:arm64          1.74.0+ds1-21                       arm64        portable C++ multi-threading
ii  libbpf1:arm64                        1:1.1.0-1                           arm64        eBPF helper library (shared library)
ii  libbrotli1:arm64                     1.0.9-2+b6                          arm64        library implementing brotli encoder and decoder (shared libraries)
ii  libbs2b0:arm64                       3.1.0+dfsg-7                        arm64        Bauer stereophonic-to-binaural DSP library
ii  libbsd0:arm64                        0.11.7-2                            arm64        utility functions from BSD systems - shared library
ii  libbz2-1.0:arm64                     1.0.8-5+b1                          arm64        high-quality block-sorting file compressor library - runtime
ii  libc-bin                             2.36-9+rpt2+deb12u3                 arm64        GNU C Library: Binaries
ii  libc-dev-bin                         2.36-9+rpt2+deb12u3                 arm64        GNU C Library: Development binaries
ii  libc-devtools                        2.36-9+rpt2+deb12u3                 arm64        GNU C Library: Development tools
ii  libc-l10n                            2.36-9+rpt2+deb12u3                 all          GNU C Library: localization files
ii  libc6:arm64                          2.36-9+rpt2+deb12u3                 arm64        GNU C Library: Shared libraries
ii  libc6-dbg:arm64                      2.36-9+rpt2+deb12u3                 arm64        GNU C Library: detached debugging symbols
ii  libc6-dev:arm64                      2.36-9+rpt2+deb12u3                 arm64        GNU C Library: Development Libraries and Header Files
ii  libcaca0:arm64                       0.99.beta20-3                       arm64        colour ASCII art library
ii  libcairo-gobject2:arm64              1.16.0-7+rpt1                       arm64        Cairo 2D vector graphics library (GObject library)
ii  libcairo2:arm64                      1.16.0-7+rpt1                       arm64        Cairo 2D vector graphics library
ii  libcairomm-1.0-1v5:arm64             1.14.4-2                            arm64        C++ wrappers for Cairo (shared libraries)
ii  libcamera-apps                       1.4.1-1                             all          transitional package
ii  libcamera-ipa:arm64                  0.1.0+rpt20231122-1                 arm64        complex camera support library (IPA modules)
ii  libcamera-tools                      0.1.0+rpt20231122-1                 arm64        complex camera support library (tools)
ii  libcamera0.1:arm64                   0.1.0+rpt20231122-1                 arm64        complex camera support library
ii  libcap-ng0:arm64                     0.8.3-1+b3                          arm64        alternate POSIX capabilities library
ii  libcap2:arm64                        1:2.66-4                            arm64        POSIX 1003.1e capabilities (library)
ii  libcap2-bin                          1:2.66-4                            arm64        POSIX 1003.1e capabilities (utilities)
ii  libcbor0.8:arm64                     0.8.0-2+b1                          arm64        library for parsing and generating CBOR (RFC 7049)
ii  libcc1-0:arm64                       12.2.0-14                           arm64        GCC cc1 plugin for GDB
ii  libcddb2                             1.3.2-7                             arm64        library to access CDDB data - runtime files
ii  libcdio-cdda2:arm64                  10.2+2.0.1-1                        arm64        library to read and control digital audio CDs
ii  libcdio-paranoia2:arm64              10.2+2.0.1-1                        arm64        library to read digital audio CDs with error correction
ii  libcdio19:arm64                      2.1.0-4                             arm64        library to read and control CD-ROM
ii  libcdparanoia0:arm64                 3.10.2+debian-14                    arm64        audio extraction tool for sampling CDs (library)
ii  libchromaprint1:arm64                1.5.1-2+b1                          arm64        audio fingerprint library
ii  libcjson1:arm64                      1.7.15-1                            arm64        Ultralightweight JSON parser in ANSI C
ii  libcodec2-1.0:arm64                  1.0.5-1                             arm64        Codec2 runtime library
ii  libcolord2:arm64                     1.4.6-2.2                           arm64        system service to manage device colour profiles -- runtime
ii  libcolorhug2:arm64                   1.4.6-2.2                           arm64        library to access the ColorHug colourimeter -- runtime
ii  libcom-err2:arm64                    1.47.0-2                            arm64        common error description library
ii  libcrypt-dev:arm64                   1:4.4.33-2                          arm64        libcrypt development files
ii  libcrypt1:arm64                      1:4.4.33-2                          arm64        libcrypt shared library
ii  libcryptsetup12:arm64                2:2.6.1-4~deb12u1                   arm64        disk encryption support - shared library
ii  libctf-nobfd0:arm64                  2.40-2                              arm64        Compact C Type Format library (runtime, no BFD dependency)
ii  libctf0:arm64                        2.40-2                              arm64        Compact C Type Format library (runtime, BFD dependency)
ii  libcups2:arm64                       2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - Core library
ii  libcupsfilters1:arm64                1.28.17-3                           arm64        OpenPrinting CUPS Filters - Shared library
ii  libcupsimage2:arm64                  2.4.2-3+deb12u5                     arm64        Common UNIX Printing System(tm) - Raster image library
ii  libcurl3-gnutls:arm64                7.88.1-10+deb12u4                   arm64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl4:arm64                       7.88.1-10+deb12u4                   arm64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libdaemon0:arm64                     0.14-7.1                            arm64        lightweight C library for daemons - runtime library
ii  libdatrie1:arm64                     0.2.13-2+b1                         arm64        Double-array trie library
ii  libdav1d6:arm64                      1.0.0-2                             arm64        fast and small AV1 video stream decoder (shared library)
ii  libdaxctl1:arm64                     76.1-1                              arm64        Utility library for managing the device DAX subsystem
ii  libdb5.3:arm64                       5.3.28+dfsg2-1                      arm64        Berkeley v5.3 Database Libraries [runtime]
ii  libdbus-1-3:arm64                    1.14.10-1~deb12u1                   arm64        simple interprocess messaging system (library)
ii  libdbus-glib-1-2:arm64               0.112-3                             arm64        deprecated library for D-Bus IPC
ii  libdbusmenu-glib4:arm64              18.10.20180917~bzr492+repack1-3     arm64        library for passing menus over DBus
ii  libdbusmenu-gtk3-4:arm64             18.10.20180917~bzr492+repack1-3     arm64        library for passing menus over DBus - GTK-3+ version
ii  libdc1394-25:arm64                   2.2.6-4                             arm64        high level programming interface for IEEE 1394 digital cameras
ii  libdca0:arm64                        0.0.7-2                             arm64        decoding library for DTS Coherent Acoustics streams
ii  libdconf1:arm64                      0.40.0-4                            arm64        simple configuration storage system - runtime library
ii  libde265-0:arm64                     1.0.11-1+deb12u1                    arm64        Open H.265 video codec implementation
ii  libdebconfclient0:arm64              0.270                               arm64        Debian Configuration Management System (C-implementation library)
ii  libdebuginfod-common                 0.188-2.1                           all          configuration to enable the Debian debug info server
ii  libdebuginfod1:arm64                 0.188-2.1                           arm64        library to interact with debuginfod (development files)
ii  libdecor-0-0:arm64                   0.1.1-2                             arm64        client-side window decoration library
ii  libdecor-0-plugin-1-cairo:arm64      0.1.1-2                             arm64        default decoration plugin
ii  libdeflate0:arm64                    1.14-1                              arm64        fast, whole-buffer DEFLATE-based compression and decompression
ii  libdevmapper1.02.1:arm64             2:1.02.185-2                        arm64        Linux Kernel Device Mapper userspace library
ii  libdirectfb-1.7-7:arm64              1.7.7-11                            arm64        direct frame buffer graphics (shared libraries)
ii  libdjvulibre-text                    3.5.28-2                            all          Linguistic support files for libdjvulibre
ii  libdjvulibre21:arm64                 3.5.28-2+b1                         arm64        Runtime support for the DjVu image format
ii  libdouble-conversion3:arm64          3.2.1-1                             arm64        routines to convert IEEE floats to and from strings
ii  libdpkg-perl                         1.21.22                             all          Dpkg perl modules
ii  libdrm-amdgpu1:arm64                 2.4.114-1+b1                        arm64        Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii  libdrm-common                        2.4.114-1                           all          Userspace interface to kernel DRM services -- common files
ii  libdrm-nouveau2:arm64                2.4.114-1+b1                        arm64        Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  libdrm-radeon1:arm64                 2.4.114-1+b1                        arm64        Userspace interface to radeon-specific kernel DRM services -- runtime
ii  libdrm2:arm64                        2.4.114-1+b1                        arm64        Userspace interface to kernel DRM services -- runtime
ii  libduktape207:arm64                  2.7.0-2                             arm64        embeddable Javascript engine, library
ii  libdv4:arm64                         1.0.0-15                            arm64        software library for DV format digital video (runtime lib)
ii  libdvbpsi10:arm64                    1.3.3-1                             arm64        library for MPEG TS and DVB PSI tables decoding and generating
ii  libdvdnav4:arm64                     6.1.1-1                             arm64        DVD navigation library
ii  libdvdread8:arm64                    6.1.3-1                             arm64        library for reading DVDs
ii  libdw1:arm64                         0.188-2.1                           arm64        library that provides access to the DWARF debug information
ii  libebml5:arm64                       1.4.4-1                             arm64        access library for the EBML format (shared library)
ii  libedit2:arm64                       3.1-20221030-2                      arm64        BSD editline and history libraries
ii  libegl-dev:arm64                     1.6.0-1                             arm64        Vendor neutral GL dispatch library -- EGL development files
ii  libegl-mesa0:arm64                   23.2.1-1~bpo12+rpt2                 arm64        free implementation of the EGL API -- Mesa vendor library
ii  libegl1:arm64                        1.6.0-1                             arm64        Vendor neutral GL dispatch library -- EGL support
ii  libelf1:arm64                        0.188-2.1                           arm64        library to read and write ELF files
ii  libenchant-2-2:arm64                 2.3.3-2                             arm64        Wrapper library for various spell checker engines (runtime libs)
ii  libepoxy0:arm64                      1.5.10-1                            arm64        OpenGL function pointer management library
ii  liberror-perl                        0.17029-2                           all          Perl module for error/exception handling in an OO-ish way
ii  libevdev2:arm64                      1.13.0+dfsg-1                       arm64        wrapper library for evdev devices
ii  libevdocument3-4:arm64               43.1-2+b1                           arm64        Document (PostScript, PDF) rendering library
ii  libevent-2.1-7:arm64                 2.1.12-stable-8                     arm64        Asynchronous event notification library
ii  libevent-core-2.1-7:arm64            2.1.12-stable-8                     arm64        Asynchronous event notification library (core)
ii  libevent-pthreads-2.1-7:arm64        2.1.12-stable-8                     arm64        Asynchronous event notification library (pthreads)
ii  libevview3-3:arm64                   43.1-2+b1                           arm64        Document (PostScript, PDF) rendering library - Gtk+ widgets
ii  libexempi8:arm64                     2.6.3-1                             arm64        library to parse XMP metadata (Library)
ii  libexif12:arm64                      0.6.24-1+b1                         arm64        library to parse EXIF files
ii  libexpat1:arm64                      2.5.0-1                             arm64        XML parsing C library - runtime library
ii  libexpat1-dev:arm64                  2.5.0-1                             arm64        XML parsing C library - development kit
ii  libext2fs2:arm64                     1.47.0-2                            arm64        ext2/ext3/ext4 file system libraries
ii  libfaad2:arm64                       2.10.1-1                            arm64        freeware Advanced Audio Decoder - runtime files
ii  libfakeroot:arm64                    1.31-1.2                            arm64        tool for simulating superuser privileges - shared libraries
ii  libfdisk1:arm64                      2.38.1-5+b1                         arm64        fdisk partitioning library
ii  libfdt1:arm64                        1.6.1-4+b1                          arm64        Flat Device Trees manipulation library
ii  libffi8:arm64                        3.4.4-1                             arm64        Foreign Function Interface library runtime
ii  libfftw3-double3:arm64               3.3.10-1                            arm64        Library for computing Fast Fourier Transforms - Double precision
ii  libfftw3-single3:arm64               3.3.10-1                            arm64        Library for computing Fast Fourier Transforms - Single precision
ii  libfido2-1:arm64                     1.12.0-2+b1                         arm64        library for generating and verifying FIDO 2.0 objects
ii  libfile-fcntllock-perl               0.22-4+b1                           arm64        Perl module for file locking with fcntl(2)
ii  libfile-find-rule-perl               0.34-3                              all          module to search for files based on rules
ii  libflac12:arm64                      1.4.2+ds-2                          arm64        Free Lossless Audio Codec - runtime C library
ii  libflite1:arm64                      2.2-5                               arm64        Small run-time speech synthesis engine - shared libraries
ii  libfltk1.3:arm64                     1.3.8-5                             arm64        Fast Light Toolkit - main shared library
ii  libfluidsynth3:arm64                 2.3.1-2                             arm64        Real-time MIDI software synthesizer (runtime library)
ii  libfm-data                           1.3.2-1+rpt10                       all          file management support (common data)
ii  libfm-extra4:arm64                   1.3.2-1+rpt10                       arm64        file management support (extra library)
ii  libfm-gtk-data                       1.3.2-1+rpt10                       all          file management support (GTK+ library common data)
ii  libfm-gtk4:arm64                     1.3.2-1+rpt10                       arm64        file management support (GTK+ 2.0 GUI library)
ii  libfm-modules:arm64                  1.3.2-1+rpt10                       arm64        file management support (loadable modules for library)
ii  libfm4:arm64                         1.3.2-1+rpt10                       arm64        file management support (core library)
ii  libfmt9:arm64                        9.1.0+ds1-2                         arm64        fast type-safe C++ formatting library -- library
ii  libfontconfig1:arm64                 2.14.1-4                            arm64        generic font configuration library - runtime
ii  libfontembed1:arm64                  1.28.17-3                           arm64        OpenPrinting CUPS Filters - Font Embed Shared library
ii  libfontenc1:arm64                    1:1.1.4-1                           arm64        X11 font encoding library
ii  libfreeaptx0:arm64                   0.1.1-2                             arm64        Free implementation of aptX
ii  libfreetype6:arm64                   2.12.1+dfsg-5                       arm64        FreeType 2 font engine, shared library files
ii  libfribidi0:arm64                    1.0.8-2.1                           arm64        Free Implementation of the Unicode BiDi algorithm
ii  libftdi1-2:arm64                     1.5-6+b2                            arm64        C Library to control and program the FTDI USB controllers
ii  libfuse3-3:arm64                     3.14.0-4                            arm64        Filesystem in Userspace (library) (3.x version)
ii  libgav1-1:arm64                      0.18.0-1+b1                         arm64        AV1 decoder developed by Google -- runtime library
ii  libgbm1:arm64                        23.2.1-1~bpo12+rpt2                 arm64        generic buffer management API -- runtime
ii  libgcc-12-dev:arm64                  12.2.0-14                           arm64        GCC support library (development files)
ii  libgcc-s1:arm64                      12.2.0-14                           arm64        GCC support library
ii  libgck-1-0:arm64                     3.41.1-1+b1                         arm64        Glib wrapper library for PKCS#11 - runtime
ii  libgcr-base-3-1:arm64                3.41.1-1+b1                         arm64        Library for Crypto related tasks
ii  libgcr-ui-3-1:arm64                  3.41.1-1+b1                         arm64        Library for Crypto UI related tasks
ii  libgcrypt20:arm64                    1.10.1-3                            arm64        LGPL Crypto library - runtime library
ii  libgd3:arm64                         2.3.3-9                             arm64        GD Graphics Library
ii  libgdata-common                      0.18.1-2                            all          Library for accessing GData webservices - common data files
ii  libgdata22:arm64                     0.18.1-2                            arm64        Library for accessing GData webservices - shared libraries
ii  libgdbm-compat4:arm64                1.23-3                              arm64        GNU dbm database routines (legacy support runtime version) 
ii  libgdbm6:arm64                       1.23-3                              arm64        GNU dbm database routines (runtime version) 
ii  libgdk-pixbuf-2.0-0:arm64            2.42.10+dfsg-1+b1                   arm64        GDK Pixbuf library
ii  libgdk-pixbuf-xlib-2.0-0:arm64       2.40.2-2                            arm64        GDK Pixbuf library (deprecated Xlib integration)
ii  libgdk-pixbuf2.0-0:arm64             2.40.2-2                            arm64        GDK Pixbuf library (transitional package)
ii  libgdk-pixbuf2.0-bin                 2.42.10+dfsg-1+b1                   arm64        GDK Pixbuf library (thumbnailer)
ii  libgdk-pixbuf2.0-common              2.42.10+dfsg-1                      all          GDK Pixbuf library - data files
ii  libgfapi0:arm64                      10.3-5                              arm64        GlusterFS gfapi shared library
ii  libgfortran5:arm64                   12.2.0-14                           arm64        Runtime library for GNU Fortran applications
ii  libgfrpc0:arm64                      10.3-5                              arm64        GlusterFS libgfrpc shared library
ii  libgfxdr0:arm64                      10.3-5                              arm64        GlusterFS libgfxdr shared library
ii  libgif7:arm64                        5.2.1-2.5                           arm64        library for GIF images (library)
ii  libgirepository-1.0-1:arm64          1.74.0-3                            arm64        Library for handling GObject introspection data (runtime library)
ii  libgl-dev:arm64                      1.6.0-1                             arm64        Vendor neutral GL dispatch library -- GL development files
ii  libgl1:arm64                         1.6.0-1                             arm64        Vendor neutral GL dispatch library -- legacy GL support
ii  libgl1-mesa-dev:arm64                23.2.1-1~bpo12+rpt2                 arm64        transitional dummy package
ii  libgl1-mesa-dri:arm64                23.2.1-1~bpo12+rpt2                 arm64        free implementation of the OpenGL API -- DRI modules
ii  libglapi-mesa:arm64                  23.2.1-1~bpo12+rpt2                 arm64        free implementation of the GL API -- shared library
ii  libgles-dev:arm64                    1.6.0-1                             arm64        Vendor neutral GL dispatch library -- GLES development files
ii  libgles1:arm64                       1.6.0-1                             arm64        Vendor neutral GL dispatch library -- GLESv1 support
ii  libgles2:arm64                       1.6.0-1                             arm64        Vendor neutral GL dispatch library -- GLESv2 support
ii  libgles2-mesa:arm64                  22.3.6-1+rpt2+deb12u1               arm64        transitional dummy package
ii  libglib2.0-0:arm64                   2.74.6-2                            arm64        GLib library of C routines
ii  libglib2.0-bin                       2.74.6-2                            arm64        Programs for the GLib library
ii  libglib2.0-data                      2.74.6-2                            all          Common files for GLib library
ii  libglibmm-2.4-1v5:arm64              2.66.5-2                            arm64        C++ wrapper for the GLib toolkit (shared libraries)
ii  libglu1-mesa:arm64                   9.0.2-1.1                           arm64        Mesa OpenGL utility library (GLU)
ii  libglu1-mesa-dev:arm64               9.0.2-1.1                           arm64        Mesa OpenGL utility library -- development files
ii  libglusterfs0:arm64                  10.3-5                              arm64        GlusterFS shared library
ii  libglut-dev:arm64                    3.4.0-1                             arm64        OpenGL Utility Toolkit development files
ii  libglut3.12:arm64                    3.4.0-1                             arm64        OpenGL Utility Toolkit
ii  libglvnd-core-dev:arm64              1.6.0-1                             arm64        Vendor neutral GL dispatch library -- core development files
ii  libglvnd-dev:arm64                   1.6.0-1                             arm64        Vendor neutral GL dispatch library -- development files
ii  libglvnd0:arm64                      1.6.0-1                             arm64        Vendor neutral GL dispatch library
ii  libglx-dev:arm64                     1.6.0-1                             arm64        Vendor neutral GL dispatch library -- GLX development files
ii  libglx-mesa0:arm64                   23.2.1-1~bpo12+rpt2                 arm64        free implementation of the OpenGL API -- GLX vendor library
ii  libglx0:arm64                        1.6.0-1                             arm64        Vendor neutral GL dispatch library -- GLX support
ii  libgme0:arm64                        0.6.3-6                             arm64        Playback library for video game music files - shared library
ii  libgmp10:arm64                       2:6.2.1+dfsg1-1.1                   arm64        Multiprecision arithmetic library
ii  libgnome-desktop-3-20:arm64          43.2-2                              arm64        Utility library for the GNOME desktop - GTK 3 version
ii  libgnome-menu-3-0:arm64              3.36.0-1.1                          arm64        GNOME implementation of the freedesktop menu specification
ii  libgnutls30:arm64                    3.7.9-2+deb12u1                     arm64        GNU TLS library - main runtime library
ii  libgoa-1.0-0b:arm64                  3.46.0-1                            arm64        library for GNOME Online Accounts
ii  libgoa-1.0-common                    3.46.0-1                            all          library for GNOME Online Accounts - common files
ii  libgomp1:arm64                       12.2.0-14                           arm64        GCC OpenMP (GOMP) support library
ii  libgpg-error0:arm64                  1.46-1                              arm64        GnuPG development runtime library
ii  libgpgme11:arm64                     1.18.0-3+b1                         arm64        GPGME - GnuPG Made Easy (library)
ii  libgphoto2-6:arm64                   2.5.30-1                            arm64        gphoto2 digital camera library
ii  libgphoto2-port12:arm64              2.5.30-1                            arm64        gphoto2 digital camera port library
ii  libgpiod2:arm64                      1.6.3-1+b3                          arm64        C library for interacting with Linux GPIO device - shared libraries
ii  libgpm2:arm64                        1.20.7-10+b1                        arm64        General Purpose Mouse - shared library
ii  libgprofng0:arm64                    2.40-2                              arm64        GNU Next Generation profiler (runtime library)
ii  libgraphite2-3:arm64                 1.3.14-1                            arm64        Font rendering engine for Complex Scripts -- library
ii  libgroupsock8:arm64                  2020.01.19-1+build1                 arm64        multimedia RTSP streaming library (network interfaces and sockets)
ii  libgs-common                         10.0.0~dfsg-11+deb12u3              all          interpreter for the PostScript language and for PDF - ICC profiles
ii  libgs10:arm64                        10.0.0~dfsg-11+deb12u3              arm64        interpreter for the PostScript language and for PDF - Library
ii  libgs10-common                       10.0.0~dfsg-11+deb12u3              all          interpreter for the PostScript language and for PDF - common files
ii  libgsm1:arm64                        1.0.22-1                            arm64        Shared libraries for GSM speech compressor
ii  libgspell-1-2:arm64                  1.12.0-1+b2                         arm64        spell-checking library for GTK+ applications
ii  libgspell-1-common                   1.12.0-1                            all          libgspell architecture-independent files
ii  libgssapi-krb5-2:arm64               1.20.1-2+deb12u1                    arm64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libgssdp-1.6-0:arm64                 1.6.2-2                             arm64        GObject-based library for SSDP
ii  libgstreamer-gl1.0-0:arm64           1.22.0-3+deb12u1                    arm64        GStreamer GL libraries
ii  libgstreamer-plugins-bad1.0-0:arm64  1.22.0-4+deb12u4                    arm64        GStreamer libraries from the "bad" set
ii  libgstreamer-plugins-base1.0-0:arm64 1.22.0-3+deb12u1                    arm64        GStreamer libraries from the "base" set
ii  libgstreamer1.0-0:arm64              1.22.0-2                            arm64        Core GStreamer libraries and elements
ii  libgtk-3-0:arm64                     1:3.24.38-2~deb12u1+rpt3+rpi1       arm64        GTK graphical user interface library
ii  libgtk-3-common                      1:3.24.38-2~deb12u1+rpt3+rpi1       all          common files for the GTK graphical user interface library
ii  libgtk-layer-shell0                  0.8.0-1+rpt3                        arm64        Wayland Layer Shell protocol desktop component library
ii  libgtk2.0-0:arm64                    2.24.33-2+rpt1                      arm64        GTK graphical user interface library - old version
ii  libgtk2.0-bin                        2.24.33-2+rpt1                      arm64        programs for the GTK graphical user interface library
ii  libgtk2.0-common                     2.24.33-2+rpt1                      all          common files for the GTK graphical user interface library
ii  libgtkmm-3.0-1v5:arm64               3.24.7-1                            arm64        C++ wrappers for GTK+ (shared libraries)
ii  libgtksourceview-4-0:arm64           4.8.4-4                             arm64        shared libraries for the GTK+ syntax highlighting widget
ii  libgtksourceview-4-common            4.8.4-4                             all          common files for the GTK+ syntax highlighting widget
ii  libgudev-1.0-0:arm64                 237-2                               arm64        GObject-based wrapper library for libudev
ii  libgupnp-1.6-0:arm64                 1.6.3-1                             arm64        GObject-based library for UPnP
ii  libgupnp-igd-1.0-4:arm64             1.2.0-3                             arm64        library to handle UPnP IGD port mapping
ii  libgusb2:arm64                       0.3.10-1                            arm64        GLib wrapper around libusb1
ii  libgxps2:arm64                       0.3.2-2+b1                          arm64        handling and rendering XPS documents (library)
ii  libhandy-1-0:arm64                   1.8.1-1+rpt3                        arm64        Library with GTK widgets for mobile phones
ii  libharfbuzz-icu0:arm64               6.0.0+dfsg-3                        arm64        OpenType text shaping engine ICU backend
ii  libharfbuzz0b:arm64                  6.0.0+dfsg-3                        arm64        OpenType text shaping engine (shared library)
ii  libheif1:arm64                       1.15.1-1                            arm64        ISO/IEC 23008-12:2017 HEIF file format decoder - shared library
ii  libhogweed6:arm64                    3.8.1-2                             arm64        low level cryptographic library (public-key cryptos)
ii  libhpmud0:arm64                      3.22.10+dfsg0-2                     arm64        HP Multi-Point Transport Driver (hpmud) run-time libraries
ii  libhunspell-1.7-0:arm64              1.7.1-1                             arm64        spell checker and morphological analyzer (shared library)
ii  libhwasan0:arm64                     12.2.0-14                           arm64        AddressSanitizer -- a fast memory error detector
ii  libhwy1:arm64                        1.0.3-3+deb12u1                     arm64        Efficient and performance-portable SIMD wrapper (runtime files)
ii  libhyphen0:arm64                     2.8.8-7                             arm64        ALTLinux hyphenation library - shared library
ii  libi2c0:arm64                        4.3-2+b3                            arm64        userspace I2C programming library
ii  libibverbs1:arm64                    44.0-2                              arm64        Library for direct userspace use of RDMA (InfiniBand/iWARP)
ii  libice-dev:arm64                     2:1.0.10-1                          arm64        X11 Inter-Client Exchange library (development headers)
ii  libice6:arm64                        2:1.0.10-1                          arm64        X11 Inter-Client Exchange library
ii  libicu72:arm64                       72.1-3                              arm64        International Components for Unicode
ii  libid3tag0:arm64                     0.15.1b-14                          arm64        ID3 tag reading library from the MAD project
ii  libidn12:arm64                       1.41-1                              arm64        GNU Libidn library, implementation of IETF IDN specifications
ii  libidn2-0:arm64                      2.3.3-1+b1                          arm64        Internationalized domain names (IDNA2008/TR46) library
ii  libiec61883-0:arm64                  1.2.0-6+b1                          arm64        partial implementation of IEC 61883 (shared lib)
ii  libieee1284-3:arm64                  0.2.11-14                           arm64        cross-platform library for parallel port access
ii  libijs-0.35:arm64                    0.35-15                             arm64        IJS raster image transport protocol: shared library
ii  libimagequant0:arm64                 2.17.0-1                            arm64        palette quantization library
ii  libimath-3-1-29:arm64                3.1.6-1                             arm64        Utility libraries from ASF used by OpenEXR - runtime
ii  libimlib2:arm64                      1.10.0-4+deb12u1                    arm64        image loading, rendering, saving library
ii  libimobiledevice6:arm64              1.3.0-6+b3                          arm64        Library for communicating with iPhone and other Apple devices
ii  libinih1:arm64                       55-1                                arm64        simple .INI file parser
ii  libinput-bin                         1.22.1-1                            arm64        input device management and event handling library - udev quirks
ii  libinput-tools                       1.22.1-1                            arm64        input device management and event handling library - command line tools
ii  libinput10:arm64                     1.22.1-1                            arm64        input device management and event handling library - shared library
ii  libinstpatch-1.0-2:arm64             1.1.6-1                             arm64        MIDI instrument editing library
ii  libip4tc2:arm64                      1.8.9-2                             arm64        netfilter libip4tc library
ii  libisl23:arm64                       0.25-1                              arm64        manipulating sets and relations of integer points bounded by linear constraints
ii  libitm1:arm64                        12.2.0-14                           arm64        GNU Transactional Memory Library
ii  libiw30:arm64                        30~pre9-14                          arm64        Wireless tools - library
ii  libixml10:arm64                      1:1.8.4-2                           arm64        Portable SDK for UPnP Devices, version 1.8 (ixml shared library)
ii  libjack-jackd2-0:arm64               1.9.21~dfsg-3                       arm64        JACK Audio Connection Kit (libraries)
ii  libjansson4:arm64                    2.14-2                              arm64        C library for encoding, decoding and manipulating JSON data
ii  libjavascriptcoregtk-4.1-0:arm64     2.42.4-1~deb12u1                    arm64        JavaScript engine library from WebKitGTK
ii  libjaylink0:arm64                    0.3.1-1                             arm64        library for interacting with J-Link programmers
ii  libjbig0:arm64                       2.1-6.1                             arm64        JBIGkit libraries
ii  libjbig2dec0:arm64                   0.19-3                              arm64        JBIG2 decoder library - shared libraries
ii  libjim0.81:arm64                     0.81+dfsg0-2                        arm64        small-footprint implementation of Tcl - shared library
ii  libjpeg62-turbo:arm64                1:2.1.5-2                           arm64        libjpeg-turbo JPEG runtime library
ii  libjs-jquery                         3.6.1+dfsg+~3.5.14-1                all          JavaScript library for dynamic web applications
ii  libjs-sphinxdoc                      5.3.0-4                             all          JavaScript support for Sphinx documentation
ii  libjs-underscore                     1.13.4~dfsg+~1.11.4-3               all          JavaScript's functional programming helper library
ii  libjson-c5:arm64                     0.16-2                              arm64        JSON manipulation library - shared library
ii  libjson-glib-1.0-0:arm64             1.6.6-1                             arm64        GLib JSON manipulation library
ii  libjson-glib-1.0-common              1.6.6-1                             all          GLib JSON manipulation library (common files)
ii  libjxl0.7:arm64                      0.7.0-10                            arm64        JPEG XL Image Coding System - "JXL" (shared libraries)
ii  libjxr-tools                         1.2~git20170615.f752187-5           arm64        JPEG-XR lib - command line apps
ii  libjxr0:arm64                        1.2~git20170615.f752187-5           arm64        JPEG-XR lib - libraries
ii  libk5crypto3:arm64                   1.20.1-2+deb12u1                    arm64        MIT Kerberos runtime libraries - Crypto Library
ii  libkate1:arm64                       0.4.1-11                            arm64        Codec for karaoke and text encapsulation
ii  libkeybinder-3.0-0:arm64             0.3.2-1.1                           arm64        registers global key bindings for applications - Gtk+3
ii  libkeyutils1:arm64                   1.6.3-2                             arm64        Linux Key Management Utilities (library)
ii  libklibc:arm64                       2.0.12-1                            arm64        minimal libc subset for use with initramfs
ii  libkmod2:arm64                       30+20221128-1                       arm64        libkmod shared library
ii  libkms++0:arm64                      0~git20230930~162059+b91affd-1      arm64        C++ library for kernel mode setting
ii  libkpathsea6:arm64                   2022.20220321.62855-5.1+deb12u1     arm64        TeX Live: path search library for TeX (runtime part)
ii  libkrb5-3:arm64                      1.20.1-2+deb12u1                    arm64        MIT Kerberos runtime libraries
ii  libkrb5support0:arm64                1.20.1-2+deb12u1                    arm64        MIT Kerberos runtime libraries - Support library
ii  libksba8:arm64                       1.6.3-2                             arm64        X.509 and CMS support library
ii  liblapack3:arm64                     3.11.0-2                            arm64        Library of linear algebra routines 3 - shared version
ii  liblc3-0:arm64                       1.0.1-1+b1                          arm64        Low Complexity Communication Codec (shared library)
ii  liblcms2-2:arm64                     2.14-2                              arm64        Little CMS 2 color management library
ii  libldacbt-abr2:arm64                 2.0.2.3+git20200429+ed310a0-4       arm64        LDAC Bluetooth ABR library (shared library)
ii  libldacbt-enc2:arm64                 2.0.2.3+git20200429+ed310a0-4       arm64        LDAC Bluetooth encoder library (shared library)
ii  libldap-2.5-0:arm64                  2.5.13+dfsg-5                       arm64        OpenLDAP libraries
ii  libldap-common                       2.5.13+dfsg-5                       all          OpenLDAP common files for libraries
ii  libldb2:arm64                        2:2.6.2+samba4.17.12+dfsg-0+deb12u1 arm64        LDAP-like embedded database - shared library
ii  liblerc4:arm64                       4.0.0+ds-2                          arm64        Limited Error Raster Compression library
ii  liblgpio1:arm64                      0.2.2-1~rpt1                        arm64        Control GPIO pins via gpiochip devices - shared libraries
ii  libliftoff-rpi:arm64                 0.2                                 arm64        libliftoff for Raspberry Pi
ii  liblightdm-gobject-1-0:arm64         1.26.0-8+rpt3                       arm64        simple display manager (GObject library)
ii  liblilv-0-0:arm64                    0.24.14-1                           arm64        library for simple use of LV2 plugins
ii  liblirc-client0:arm64                0.10.1-7.2                          arm64        infra-red remote control support - client library
ii  liblivemedia77:arm64                 2020.01.19-1+build1                 arm64        multimedia RTSP streaming library
ii  libllvm15:arm64                      1:15.0.6-4+b1                       arm64        Modular compiler and toolchain technologies, runtime library
ii  liblmdb0:arm64                       0.9.24-1                            arm64        Lightning Memory-Mapped Database shared library
ii  liblocale-gettext-perl               1.07-5                              arm64        module using libc functions for internationalization in Perl
ii  liblouis-data                        3.24.0-1                            all          Braille translation library - data
ii  liblouis20:arm64                     3.24.0-1                            arm64        Braille translation library - shared libs
ii  liblouisutdml-bin                    2.11.0-2                            arm64        Braille UTDML translation utilities
ii  liblouisutdml-data                   2.11.0-2                            all          Braille UTDML translation library - data
ii  liblouisutdml9:arm64                 2.11.0-2                            arm64        Braille UTDML translation library - shared libs
ii  liblqr-1-0:arm64                     0.4.2-2.1                           arm64        converts plain array images into multi-size representation
ii  liblrdf0:arm64                       0.6.1-4                             arm64        library to manipulate RDF files describing LADSPA plugins
ii  liblsan0:arm64                       12.2.0-14                           arm64        LeakSanitizer -- a memory leak detector (runtime)
ii  libltc11:arm64                       1.3.2-1                             arm64        linear timecode library
ii  libltdl7:arm64                       2.4.7-5                             arm64        System independent dlopen wrapper for GNU libtool
ii  liblttng-ust-common1:arm64           2.13.5-1                            arm64        LTTng 2.0 Userspace Tracer (common library)
ii  liblttng-ust-ctl5:arm64              2.13.5-1                            arm64        LTTng 2.0 Userspace Tracer (trace control library)
ii  liblttng-ust1:arm64                  2.13.5-1                            arm64        LTTng 2.0 Userspace Tracer (tracing libraries)
ii  liblua5.2-0:arm64                    5.2.4-3                             arm64        Shared library for the Lua interpreter version 5.2
ii  liblua5.3-0:arm64                    5.3.6-2                             arm64        Shared library for the Lua interpreter version 5.3
ii  libluajit-5.1-2:arm64                2.1.0~beta3+git20220320+dfsg-4.1    arm64        Just in time compiler for Lua - library version
ii  libluajit-5.1-common                 2.1.0~beta3+git20220320+dfsg-4.1    all          Just in time compiler for Lua - common files
ii  liblz4-1:arm64                       1.9.4-1                             arm64        Fast LZ compression algorithm library - runtime
ii  liblzma5:arm64                       5.4.1-0.2                           arm64        XZ-format compression library
ii  liblzo2-2:arm64                      2.10-2                              arm64        data compression library
ii  libmad0:arm64                        0.15.1b-10.1+b1                     arm64        MPEG audio decoder library
ii  libmagic-mgc                         1:5.44-3                            arm64        File type determination library using "magic" numbers (compiled magic file)
ii  libmagic1:arm64                      1:5.44-3                            arm64        Recognize the type of data in a file using "magic" numbers - library
ii  libmagickcore-6.q16-6:arm64          8:6.9.11.60+dfsg-1.6                arm64        low-level image manipulation library -- quantum depth Q16
ii  libmagickcore-6.q16-6-extra:arm64    8:6.9.11.60+dfsg-1.6                arm64        low-level image manipulation library - extra codecs (Q16)
ii  libmagickwand-6.q16-6:arm64          8:6.9.11.60+dfsg-1.6                arm64        image manipulation library -- quantum depth Q16
ii  libmanette-0.2-0:arm64               0.2.6-3+b1                          arm64        Simple GObject game controller library
ii  libmate-desktop-2-17:arm64           1.26.0-2                            arm64        Library with common API for various MATE modules (library)
ii  libmatroska7:arm64                   1.7.1-1                             arm64        extensible open standard audio/video container format (shared library)
ii  libmbedcrypto7:arm64                 2.28.3-1                            arm64        lightweight crypto and SSL/TLS library - crypto library
ii  libmbim-glib4:arm64                  1.28.2-1                            arm64        Support library to use the MBIM protocol
ii  libmbim-proxy                        1.28.2-1                            arm64        Proxy to communicate with MBIM ports
ii  libmbim-utils                        1.28.2-1                            arm64        Utilities to use the MBIM protocol from the command line
ii  libmd0:arm64                         1.0.4-2                             arm64        message digest functions from BSD systems - shared library
ii  libmd4c0:arm64                       0.4.8-1                             arm64        Markdown for C
ii  libmenu-cache-bin                    1.1.0-1.1                           arm64        LXDE implementation of the freedesktop Menu's cache (libexec)
ii  libmenu-cache3:arm64                 1.1.0-1.1                           arm64        LXDE implementation of the freedesktop Menu's cache
ii  libmjpegutils-2.1-0:arm64            1:2.1.0+debian-7                    arm64        MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmm-glib0:arm64                    1.20.4-1                            arm64        D-Bus service for managing modems - shared libraries
ii  libmnl0:arm64                        1.0.4-3                             arm64        minimalistic Netlink communication library
ii  libmodplug1:arm64                    1:0.8.9.0-3                         arm64        shared libraries for mod music based on ModPlug
ii  libmount1:arm64                      2.38.1-5+b1                         arm64        device mounting library
ii  libmousepad0:arm64                   0.5.10-2                            arm64        mousepad plugins library
ii  libmp3lame0:arm64                    3.100-6                             arm64        MP3 encoding library
ii  libmpc3:arm64                        1.3.1-1                             arm64        multiple precision complex floating-point library
ii  libmpcdec6:arm64                     2:0.1~r495-2                        arm64        MusePack decoder - library
ii  libmpeg2-4:arm64                     0.5.1-9                             arm64        MPEG1 and MPEG2 video decoder library
ii  libmpeg2encpp-2.1-0:arm64            1:2.1.0+debian-7                    arm64        MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmpfr6:arm64                       4.2.0-1                             arm64        multiple precision floating-point computation
ii  libmpg123-0:arm64                    1.31.2-1                            arm64        MPEG layer 1/2/3 audio decoder (shared library)
ii  libmplex2-2.1-0:arm64                1:2.1.0+debian-7                    arm64        MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmtdev1:arm64                      1.1.6-1                             arm64        Multitouch Protocol Translation Library - shared library
ii  libmtp-common                        1.1.20-1                            all          Media Transfer Protocol (MTP) common files
ii  libmtp-runtime                       1.1.20-1                            arm64        Media Transfer Protocol (MTP) runtime tools
ii  libmtp9:arm64                        1.1.20-1                            arm64        Media Transfer Protocol (MTP) library
ii  libmysofa1:arm64                     1.3.1~dfsg0-1                       arm64        library to read HRTFs stored in the AES69-2015 SOFA format
ii  libnbd0                              1.14.2-1                            arm64        Network Block Device client library -- shared library
ii  libncurses6:arm64                    6.4-4                               arm64        shared libraries for terminal handling
ii  libncursesw6:arm64                   6.4-4                               arm64        shared libraries for terminal handling (wide character support)
ii  libndctl6:arm64                      76.1-1                              arm64        Utility library for managing the libnvdimm subsystem
ii  libndp0:arm64                        1.8-1                               arm64        Library for Neighbor Discovery Protocol
ii  libneatvnc0:arm64                    0.7.0+dfsg-1~bpo12+rpt2             arm64        Fast and neat VNC server library (shared library)
ii  libneon27:arm64                      0.32.5-1                            arm64        HTTP and WebDAV client library
ii  libnetfilter-conntrack3:arm64        1.0.9-3                             arm64        Netfilter netlink-conntrack library
ii  libnettle8:arm64                     3.8.1-2                             arm64        low level cryptographic library (symmetric and one-way cryptos)
ii  libnewt0.52:arm64                    0.52.23-1+b1                        arm64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0:arm64                  1.0.2-2                             arm64        Netfilter netlink library
ii  libnfs13:arm64                       4.0.0-1                             arm64        NFS client library (shared library)
ii  libnfsidmap1:arm64                   1:2.6.2-4                           arm64        NFS idmapping library
ii  libnftables1:arm64                   1.0.6-2+deb12u2                     arm64        Netfilter nftables high level userspace API library
ii  libnftnl11:arm64                     1.2.4-2                             arm64        Netfilter nftables userspace API library
ii  libnghttp2-14:arm64                  1.52.0-1+deb12u1                    arm64        library implementing HTTP/2 protocol (shared library)
ii  libnice10:arm64                      0.1.21-1                            arm64        ICE library (shared library)
ii  libnl-3-200:arm64                    3.7.0-0.2+b1                        arm64        library for dealing with netlink sockets
ii  libnl-genl-3-200:arm64               3.7.0-0.2+b1                        arm64        library for dealing with netlink sockets - generic netlink
ii  libnl-route-3-200:arm64              3.7.0-0.2+b1                        arm64        library for dealing with netlink sockets - route interface
ii  libnm0:arm64                         1.42.4-1+rpt1                       arm64        GObject-based client library for NetworkManager
ii  libnma-common                        1.10.6-1+rpt1                       all          NetworkManager GUI library - translations
ii  libnma0:arm64                        1.10.6-1+rpt1                       arm64        NetworkManager GUI library
ii  libnorm1:arm64                       1.5.9+dfsg-2                        arm64        NACK-Oriented Reliable Multicast (NORM) library
ii  libnotify4:arm64                     0.8.1-1                             arm64        sends desktop notifications to a notification daemon
ii  libnpth0:arm64                       1.6-3                               arm64        replacement for GNU Pth using system threads
ii  libnsl-dev:arm64                     1.3.0-2                             arm64        libnsl development files
ii  libnsl2:arm64                        1.3.0-2                             arm64        Public client interface for NIS(YP) and NIS+
ii  libnspr4:arm64                       2:4.35-1                            arm64        NetScape Portable Runtime Library
ii  libnss-mdns:arm64                    0.15.1-3                            arm64        NSS module for Multicast DNS name resolution
ii  libnss3:arm64                        2:3.87.1-1                          arm64        Network Security Service libraries
ii  libntfs-3g89:arm64                   1:2022.10.3-1+b1                    arm64        read/write NTFS driver for FUSE (runtime library)
ii  libnuma1:arm64                       2.0.16-1                            arm64        Libraries for controlling NUMA policy
ii  libnumber-compare-perl               0.03-3                              all          module for performing numeric comparisons in Perl
ii  libobrender32v5                      3.6.1-10+rpt1                       arm64        rendering library for openbox themes
ii  libobt2v5                            3.6.1-10+rpt1                       arm64        parsing library for openbox
ii  libogg0:arm64                        1.3.5-3                             arm64        Ogg bitstream library
ii  libopenal-data                       1:1.19.1-2                          all          Software implementation of the OpenAL audio API (data files)
ii  libopenal1:arm64                     1:1.19.1-2                          arm64        Software implementation of the OpenAL audio API (shared library)
ii  libopenexr-3-1-30:arm64              3.1.5-5                             arm64        runtime files for the OpenEXR image library
ii  libopengl-dev:arm64                  1.6.0-1                             arm64        Vendor neutral GL dispatch library -- OpenGL development files
ii  libopengl0:arm64                     1.6.0-1                             arm64        Vendor neutral GL dispatch library -- OpenGL support
ii  libopenh264-7:arm64                  2.3.1+dfsg-3                        arm64        OpenH264 Video Codec
ii  libopenjp2-7:arm64                   2.5.0-2                             arm64        JPEG 2000 image compression/decompression library
ii  libopenmpt-modplug1:arm64            0.8.9.0-openmpt1-2+b1               arm64        module music library based on OpenMPT -- modplug compat library
ii  libopenmpt0:arm64                    0.6.9-1                             arm64        module music library based on OpenMPT -- shared library
ii  libopenni2-0:arm64                   2.2.0.33+dfsg-15+b1                 arm64        framework for sensor-based 'Natural Interaction'
ii  libopus0:arm64                       1.3.1-3                             arm64        Opus codec runtime library
ii  libopusfile0:arm64                   0.12-4                              arm64        High-level API for basic manipulation of Ogg Opus audio streams
ii  liborc-0.4-0:arm64                   1:0.4.33-2                          arm64        Library of Optimized Inner Loops Runtime Compiler
ii  libossp-uuid16:arm64                 1.6.2-1.5+b11                       arm64        OSSP uuid ISO-C and C++ - shared library
ii  libp11-kit0:arm64                    0.24.1-2                            arm64        library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpackagekit-glib2-18:arm64         1.2.6-5                             arm64        Library for accessing PackageKit using GLib
ii  libpam-chksshpwd:arm64               1.5.2-6+rpt2+deb12u1                arm64        PAM module to enable SSH password checking support
ii  libpam-modules:arm64                 1.5.2-6+rpt2+deb12u1                arm64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                   1.5.2-6+rpt2+deb12u1                arm64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                       1.5.2-6+rpt2+deb12u1                all          Runtime support for the PAM library
ii  libpam-systemd:arm64                 252.19-1~deb12u1                    arm64        system and service manager - PAM module
ii  libpam0g:arm64                       1.5.2-6+rpt2+deb12u1                arm64        Pluggable Authentication Modules library
ii  libpango-1.0-0:arm64                 1.50.12+ds-1                        arm64        Layout and rendering of internationalized text
ii  libpangocairo-1.0-0:arm64            1.50.12+ds-1                        arm64        Layout and rendering of internationalized text
ii  libpangoft2-1.0-0:arm64              1.50.12+ds-1                        arm64        Layout and rendering of internationalized text
ii  libpangomm-1.4-1v5:arm64             2.46.3-1                            arm64        C++ Wrapper for pango (shared libraries)
ii  libpangoxft-1.0-0:arm64              1.50.12+ds-1                        arm64        Layout and rendering of internationalized text
ii  libpaper-utils                       1.1.29                              arm64        library for handling paper characteristics (utilities)
ii  libpaper1:arm64                      1.1.29                              arm64        library for handling paper characteristics
ii  libparted-fs-resize0:arm64           3.5-3                               arm64        disk partition manipulator - shared FS resizing library
ii  libparted2:arm64                     3.5-3                               arm64        disk partition manipulator - shared library
ii  libpcap0.8:arm64                     1.10.3-1                            arm64        system interface for user-level packet capture
ii  libpci3:arm64                        1:3.9.0-4                           arm64        PCI utilities (shared library)
ii  libpciaccess0:arm64                  0.17-2                              arm64        Generic PCI access library for X
ii  libpcre2-16-0:arm64                  10.42-1                             arm64        New Perl Compatible Regular Expression Library - 16 bit runtime files
ii  libpcre2-8-0:arm64                   10.42-1                             arm64        New Perl Compatible Regular Expression Library- 8 bit runtime files
ii  libpcsclite1:arm64                   1.9.9-2                             arm64        Middleware to access a smart card using PC/SC (library)
ii  libpeas-1.0-0:arm64                  1.34.0-1+b1                         arm64        Application plugin library
ii  libpeas-common                       1.34.0-1                            all          Application plugin library (common files)
ii  libperl5.36:arm64                    5.36.0-7+deb12u1                    arm64        shared Perl library
ii  libpgm-5.3-0:arm64                   5.3.128~dfsg-2                      arm64        OpenPGM shared library
ii  libpigpio-dev                        1.79-1+rpt1                         arm64        Client tools for Raspberry Pi GPIO control
ii  libpigpio1                           1.79-1+rpt1                         arm64        Library for Raspberry Pi GPIO control
ii  libpigpiod-if-dev                    1.79-1+rpt1                         arm64        Development headers for client libraries for Raspberry Pi GPIO control
ii  libpigpiod-if1                       1.79-1+rpt1                         arm64        Client library for Raspberry Pi GPIO control (deprecated)
ii  libpigpiod-if2-1                     1.79-1+rpt1                         arm64        Client library for Raspberry Pi GPIO control
ii  libpipeline1:arm64                   1.5.7-1                             arm64        Unix process pipeline manipulation library
ii  libpipewire-0.3-0:arm64              0.3.65-3+rpt3                       arm64        libraries for the PipeWire multimedia server
ii  libpipewire-0.3-common               0.3.65-3+rpt3                       all          libraries for the PipeWire multimedia server - common files
ii  libpipewire-0.3-modules:arm64        0.3.65-3+rpt3                       arm64        libraries for the PipeWire multimedia server - modules
ii  libpisp-common                       1.0.2-1                             all          Helper library for the PiSP hardware block (data files)
ii  libpisp1:arm64                       1.0.2-1                             arm64        Helper library for the PiSP hardware block (runtime)
ii  libpixman-1-0:arm64                  0.42.2-1+rpt1                       arm64        pixel-manipulation library for X and cairo
ii  libpkgconf3:arm64                    1.8.1-1                             arm64        shared library for pkgconf
ii  libplacebo208:arm64                  4.208.0-3                           arm64        GPU-accelerated video/image rendering primitives (shared library)
ii  libplist3:arm64                      2.2.0-6+b2                          arm64        Library for handling Apple binary and XML property lists
ii  libplymouth5:arm64                   22.02.122-3+rpt1                    arm64        graphical boot animation and logger - shared libraries
ii  libpmem1:arm64                       1.12.1-2                            arm64        Persistent Memory low level support library, v1 runtime
ii  libpmemblk1:arm64                    1.12.1-2                            arm64        Persistent Memory block array support library
ii  libpng16-16:arm64                    1.6.39-2                            arm64        PNG library - runtime (version 1.6)
ii  libpocketsphinx3:arm64               0.8+5prealpha+1-15                  arm64        Speech recognition tool - front-end library
ii  libpolkit-agent-1-0:arm64            122-3                               arm64        polkit Authentication Agent API
ii  libpolkit-gobject-1-0:arm64          122-3                               arm64        polkit Authorization API
ii  libpoppler-cpp0v5:arm64              22.12.0-2+b1                        arm64        PDF rendering library (CPP shared library)
ii  libpoppler-glib8:arm64               22.12.0-2+b1                        arm64        PDF rendering library (GLib-based shared library)
ii  libpoppler126:arm64                  22.12.0-2+b1                        arm64        PDF rendering library
ii  libpopt0:arm64                       1.19+dfsg-1                         arm64        lib for parsing cmdline parameters
ii  libportmidi0:arm64                   1:217-6.1                           arm64        library for real-time MIDI input/output
ii  libpostproc56:arm64                  8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library for post processing - runtime files
ii  libproc2-0:arm64                     2:4.0.2-3                           arm64        library for accessing process information from /proc
ii  libprotobuf-lite32:arm64             3.21.12-3                           arm64        protocol buffers C++ library (lite version)
ii  libproxy-tools                       0.4.18-1.2                          arm64        automatic proxy configuration management library (tools)
ii  libproxy1v5:arm64                    0.4.18-1.2                          arm64        automatic proxy configuration management library (shared)
ii  libpsl5:arm64                        0.21.2-1                            arm64        Library for Public Suffix List (shared libraries)
ii  libpthread-stubs0-dev:arm64          0.4-1                               arm64        pthread stubs not provided by native libc, development files
ii  libpugixml1v5:arm64                  1.13-0.2                            arm64        Light-weight C++ XML processing library
ii  libpulse0:arm64                      16.1+dfsg1-2+rpt1                   arm64        PulseAudio client libraries
ii  libpulsedsp:arm64                    16.1+dfsg1-2+rpt1                   arm64        PulseAudio OSS pre-load library
ii  libpython3-dev:arm64                 3.11.2-1+b1                         arm64        header files and a static library for Python (default)
ii  libpython3-stdlib:arm64              3.11.2-1+b1                         arm64        interactive high-level object-oriented language (default python3 version)
ii  libpython3.11:arm64                  3.11.2-6                            arm64        Shared Python runtime library (version 3.11)
ii  libpython3.11-dev:arm64              3.11.2-6                            arm64        Header files and a static library for Python (v3.11)
ii  libpython3.11-minimal:arm64          3.11.2-6                            arm64        Minimal subset of the Python language (version 3.11)
ii  libpython3.11-stdlib:arm64           3.11.2-6                            arm64        Interactive high-level object-oriented language (standard library, version 3.11)
ii  libqmi-glib5:arm64                   1.32.2-1                            arm64        Support library to use the Qualcomm MSM Interface (QMI) protocol
ii  libqmi-proxy                         1.32.2-1                            arm64        Proxy to communicate with QMI ports
ii  libqmi-utils                         1.32.2-1                            arm64        Utilities to use the QMI protocol from the command line
ii  libqpdf29:arm64                      11.3.0-1+deb12u1                    arm64        runtime library for PDF transformation/inspection software
ii  libqrencode4:arm64                   4.1.1-1                             arm64        QR Code encoding library
ii  libqrtr-glib0:arm64                  1.2.2-1                             arm64        Support library to use the QRTR protocol
ii  libqt5core5a:arm64                   5.15.8+dfsg-11                      arm64        Qt 5 core module
ii  libqt5dbus5:arm64                    5.15.8+dfsg-11                      arm64        Qt 5 D-Bus module
ii  libqt5designer5:arm64                5.15.8-2                            arm64        Qt 5 designer module
ii  libqt5gui5:arm64                     5.15.8+dfsg-11                      arm64        Qt 5 GUI module
ii  libqt5help5:arm64                    5.15.8-2                            arm64        Qt 5 help module
ii  libqt5network5:arm64                 5.15.8+dfsg-11                      arm64        Qt 5 network module
ii  libqt5printsupport5:arm64            5.15.8+dfsg-11                      arm64        Qt 5 print support module
ii  libqt5qml5:arm64                     5.15.8+dfsg-3                       arm64        Qt 5 QML module
ii  libqt5qmlmodels5:arm64               5.15.8+dfsg-3                       arm64        Qt 5 QML Models library
ii  libqt5qmlworkerscript5:arm64         5.15.8+dfsg-3                       arm64        Qt 5 QML Worker Script library
ii  libqt5quick5:arm64                   5.15.8+dfsg-3                       arm64        Qt 5 Quick library
ii  libqt5quickcontrols2-5:arm64         5.15.8+dfsg-2                       arm64        Qt 5 Quick Controls 2 library
ii  libqt5quicktemplates2-5:arm64        5.15.8+dfsg-2                       arm64        Qt 5 Quick Templates 2 library
ii  libqt5sql5:arm64                     5.15.8+dfsg-11                      arm64        Qt 5 SQL module
ii  libqt5sql5-sqlite:arm64              5.15.8+dfsg-11                      arm64        Qt 5 SQLite 3 database driver
ii  libqt5svg5:arm64                     5.15.8-3                            arm64        Qt 5 SVG module
ii  libqt5test5:arm64                    5.15.8+dfsg-11                      arm64        Qt 5 test module
ii  libqt5waylandclient5:arm64           5.15.8-2                            arm64        QtWayland client library
ii  libqt5waylandcompositor5:arm64       5.15.8-2                            arm64        QtWayland compositor library
ii  libqt5widgets5:arm64                 5.15.8+dfsg-11                      arm64        Qt 5 widgets module
ii  libqt5x11extras5:arm64               5.15.8-2                            arm64        Qt 5 X11 extras
ii  libqt5xml5:arm64                     5.15.8+dfsg-11                      arm64        Qt 5 XML module
ii  librabbitmq4:arm64                   0.11.0-1+b1                         arm64        AMQP client library written in C
ii  librados2                            16.2.11+ds-2                        arm64        RADOS distributed object store client library
ii  libraptor2-0:arm64                   2.0.15-4                            arm64        Raptor 2 RDF syntax library
ii  libraqm0:arm64                       0.7.0-4.1                           arm64        Library for complex text layout
ii  libraspberrypi0:arm64                1:2+git20231018~131943+3c97f76-1    arm64        Libraries for the Raspberry Pi's VideoCore IV
ii  librav1e0:arm64                      0.5.1-6                             arm64        Fastest and safest AV1 encoder - shared library
ii  libraw1394-11:arm64                  2.1.2-2                             arm64        library for direct access to IEEE 1394 bus (aka FireWire)
ii  librbd1                              16.2.11+ds-2                        arm64        RADOS block device client library
ii  librdmacm1:arm64                     44.0-2                              arm64        Library for managing RDMA connections
ii  libreadline8:arm64                   8.2-1.3                             arm64        GNU readline and history libraries, run-time libraries
ii  libresid-builder0c2a                 2.1.1-15+b1                         arm64        SID chip emulation class based on resid
ii  librist4:arm64                       0.2.7+dfsg-1                        arm64        Reliable Internet Stream Transport -- shared library
ii  librsvg2-2:arm64                     2.54.7+dfsg-1~deb12u1               arm64        SAX-based renderer library for SVG files (runtime)
ii  librsvg2-common:arm64                2.54.7+dfsg-1~deb12u1               arm64        SAX-based renderer library for SVG files (extra runtime)
ii  librtimulib-dev                      7.2.1-6+bookworm                    arm64        Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (dev files)
ii  librtimulib-utils                    7.2.1-6+bookworm                    arm64        Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (utilities)
ii  librtimulib7                         7.2.1-6+bookworm                    arm64        Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (shared library)
ii  librtmp1:arm64                       2.4+20151223.gitfa8646d.1-2+b2      arm64        toolkit for RTMP streams (shared library)
ii  librubberband2:arm64                 3.1.2+dfsg0-1                       arm64        audio time-stretching and pitch-shifting library
ii  libsamplerate0:arm64                 0.2.2-3                             arm64        Audio sample rate conversion library
ii  libsane-common                       1.2.1-2                             all          API library for scanners -- documentation and support files
ii  libsane-hpaio:arm64                  3.22.10+dfsg0-2                     arm64        HP SANE backend for multi-function peripherals
ii  libsane1:arm64                       1.2.1-2                             arm64        API library for scanners
ii  libsasl2-2:arm64                     2.1.28+dfsg-10                      arm64        Cyrus SASL - authentication abstraction library
ii  libsasl2-modules:arm64               2.1.28+dfsg-10                      arm64        Cyrus SASL - pluggable authentication modules
ii  libsasl2-modules-db:arm64            2.1.28+dfsg-10                      arm64        Cyrus SASL - pluggable authentication modules (DB)
ii  libsbc1:arm64                        2.0-1                               arm64        Sub Band CODEC library - runtime
ii  libsdl-image1.2:arm64                1.2.12-13+b2                        arm64        Image loading library for Simple DirectMedia Layer 1.2, libraries
ii  libsdl1.2debian:arm64                1.2.15+dfsg2-8                      arm64        Simple DirectMedia Layer
ii  libsdl2-2.0-0:arm64                  2.26.5+dfsg-1                       arm64        Simple DirectMedia Layer
ii  libsdl2-image-2.0-0:arm64            2.6.3+dfsg-1                        arm64        Image loading library for Simple DirectMedia Layer 2, libraries
ii  libsdl2-mixer-2.0-0:arm64            2.6.2+dfsg-2                        arm64        Mixer library for Simple DirectMedia Layer 2, libraries
ii  libsdl2-ttf-2.0-0:arm64              2.20.1+dfsg-2                       arm64        TrueType Font library for Simple DirectMedia Layer 2, libraries
ii  libseat1:arm64                       0.7.0-6                             arm64        flexible user, seat and session management library
ii  libseccomp2:arm64                    2.5.4-1+b3                          arm64        high level interface to Linux seccomp filter
ii  libsecret-1-0:arm64                  0.20.5-3                            arm64        Secret store
ii  libsecret-common                     0.20.5-3                            all          Secret store (common files)
ii  libselinux1:arm64                    3.4-1+b6                            arm64        SELinux runtime shared libraries
ii  libsemanage-common                   3.4-1                               all          Common files for SELinux policy management libraries
ii  libsemanage2:arm64                   3.4-1+b5                            arm64        SELinux policy management library
ii  libsensors-config                    1:3.6.0-7.1                         all          lm-sensors configuration files
ii  libsensors5:arm64                    1:3.6.0-7.1                         arm64        library to read temperature/voltage/fan sensors
ii  libsepol2:arm64                      3.4-2.1                             arm64        SELinux library for manipulating binary security policies
ii  libserd-0-0:arm64                    0.30.16-1                           arm64        lightweight RDF syntax library
ii  libshine3:arm64                      3.1.1-2                             arm64        Fixed-point MP3 encoding library - runtime files
ii  libshout3:arm64                      2.4.6-1+b1                          arm64        MP3/Ogg Vorbis broadcast streaming library
ii  libsidplay2                          2.1.1-15+b1                         arm64        SID (MOS 6581) emulation library
ii  libsigc++-2.0-0v5:arm64              2.12.0-1                            arm64        type-safe Signal Framework for C++ - runtime
ii  libslang2:arm64                      2.3.3-3                             arm64        S-Lang programming library - runtime version
ii  libsm-dev:arm64                      2:1.2.3-1                           arm64        X11 Session Management library (development headers)
ii  libsm6:arm64                         2:1.2.3-1                           arm64        X11 Session Management library
ii  libsmartcols1:arm64                  2.38.1-5+b1                         arm64        smart column output alignment library
ii  libsmbclient:arm64                   2:4.17.12+dfsg-0+deb12u1            arm64        shared library for communication with SMB/CIFS servers
ii  libsnappy1v5:arm64                   1.1.9-3                             arm64        fast compression/decompression library
ii  libsndfile1:arm64                    1.2.0-1                             arm64        Library for reading/writing audio files
ii  libsndio7.0:arm64                    1.9.0-0.3+b2                        arm64        Small audio and MIDI framework from OpenBSD, runtime libraries
ii  libsnmp-base                         5.9.3+dfsg-2                        all          SNMP configuration script, MIBs and documentation
ii  libsnmp40:arm64                      5.9.3+dfsg-2                        arm64        SNMP (Simple Network Management Protocol) library
ii  libsodium23:arm64                    1.0.18-1                            arm64        Network communication, cryptography and signaturing library
ii  libsord-0-0:arm64                    0.16.14+git221008-1                 arm64        library for storing RDF data in memory
ii  libsoundtouch1:arm64                 2.3.2+ds1-1                         arm64        Sound stretching library
ii  libsoup-3.0-0:arm64                  3.2.2-2                             arm64        HTTP library implementation in C -- Shared library
ii  libsoup-3.0-common                   3.2.2-2                             all          HTTP library implementation in C -- Common files
ii  libsoup2.4-1:arm64                   2.74.3-1                            arm64        HTTP library implementation in C -- Shared library
ii  libsoup2.4-common                    2.74.3-1                            all          HTTP library implementation in C -- Common files
ii  libsource-highlight-common           3.1.9-4.2                           all          architecture-independent files for source highlighting library
ii  libsource-highlight4v5:arm64         3.1.9-4.2+b3                        arm64        source highlighting library
ii  libsoxr0:arm64                       0.1.3-4                             arm64        High quality 1D sample-rate conversion library
ii  libspa-0.2-bluetooth:arm64           0.3.65-3+rpt3                       arm64        libraries for the PipeWire multimedia server - bluetooth plugins
ii  libspa-0.2-modules:arm64             0.3.65-3+rpt3                       arm64        libraries for the PipeWire multimedia server Simple Plugin API - modules
ii  libspandsp2:arm64                    0.0.6+dfsg-2+b1                     arm64        Telephony signal processing library
ii  libspatialaudio0:arm64               0.3.0+git20180730+dfsg1-2+b1        arm64        library for ambisonic encoding and decoding (runtime files)
ii  libspectre1:arm64                    0.2.12-1                            arm64        Library for rendering PostScript documents
ii  libspeex1:arm64                      1.2.1-2                             arm64        The Speex codec runtime library
ii  libspeexdsp1:arm64                   1.2.1-1                             arm64        DSP library derived from speex
ii  libsphinxbase3:arm64                 0.8+5prealpha+1-16                  arm64        Speech recognition tool - shared library
ii  libsqlite3-0:arm64                   3.40.1-2                            arm64        SQLite 3 shared library
ii  libsratom-0-0:arm64                  0.6.14-1                            arm64        library for serialising LV2 atoms to/from Turtle
ii  libsrt1.5-gnutls:arm64               1.5.1-1                             arm64        Secure Reliable Transport UDP streaming library (GnuTLS flavour)
ii  libsrtp2-1:arm64                     2.5.0-3                             arm64        Secure RTP (SRTP) and UST Reference Implementations - shared library
ii  libss2:arm64                         1.47.0-2                            arm64        command-line interface parsing library
ii  libssh-gcrypt-4:arm64                0.10.5-2                            arm64        tiny C SSH library (gcrypt flavor)
ii  libssh2-1:arm64                      1.10.0-3+b1                         arm64        SSH2 client-side library
ii  libssl1.1:arm64                      1.1.1w-0~deb11u1+rpt1               arm64        Secure Sockets Layer toolkit - shared libraries
ii  libssl3:arm64                        3.0.11-1~deb12u2+rpt1               arm64        Secure Sockets Layer toolkit - shared libraries
ii  libstartup-notification0:arm64       0.12-6+b1                           arm64        library for program launch feedback (shared library)
ii  libstdc++-12-dev:arm64               12.2.0-14                           arm64        GNU Standard C++ Library v3 (development files)
ii  libstdc++6:arm64                     12.2.0-14                           arm64        GNU Standard C++ Library v3
ii  libstemmer0d:arm64                   2.2.0-2                             arm64        Snowball stemming algorithms for use in Information Retrieval
ii  libsvtav1enc1:arm64                  1.4.1+dfsg-1                        arm64        Scalable Video Technology for AV1 (libsvtav1enc shared library)
ii  libswresample4:arm64                 8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library for audio resampling, rematrixing etc. - runtime files
ii  libswscale6:arm64                    8:5.1.4-0+rpt1+deb12u1              arm64        FFmpeg library for image scaling and various conversions - runtime files
ii  libsynctex2:arm64                    2022.20220321.62855-5.1+deb12u1     arm64        TeX Live: SyncTeX parser library
ii  libsystemd-shared:arm64              252.19-1~deb12u1                    arm64        systemd shared private library
ii  libsystemd0:arm64                    252.19-1~deb12u1                    arm64        systemd utility library
ii  libtag1v5:arm64                      1.13-2                              arm64        audio meta-data library
ii  libtag1v5-vanilla:arm64              1.13-2                              arm64        audio meta-data library - vanilla flavour
ii  libtalloc2:arm64                     2.4.0-f2                            arm64        hierarchical pool based memory allocator
ii  libtasn1-6:arm64                     4.19.0-2                            arm64        Manage ASN.1 structures (runtime)
ii  libtcl8.6:arm64                      8.6.13+dfsg-2                       arm64        Tcl (the Tool Command Language) v8.6 - run-time library files
ii  libtdb1:arm64                        1.4.8-2                             arm64        Trivial Database - shared library
ii  libteamdctl0:arm64                   1.31-1                              arm64        library for communication with `teamd` process
ii  libtevent0:arm64                     0.14.1-1                            arm64        talloc-based event loop library - shared library
ii  libtext-charwidth-perl:arm64         0.04-11                             arm64        get display widths of characters on the terminal
ii  libtext-glob-perl                    0.11-3                              all          Perl module for matching globbing patterns against text
ii  libtext-iconv-perl:arm64             1.7-8                               arm64        module to convert between character sets in Perl
ii  libtext-wrapi18n-perl                0.06-10                             all          internationalized substitute of Text::Wrap
ii  libthai-data                         0.1.29-1                            all          Data files for Thai language support library
ii  libthai0:arm64                       0.1.29-1                            arm64        Thai language support library
ii  libtheora0:arm64                     1.1.1+dfsg.1-16.1+b1                arm64        Theora Video Compression Codec
ii  libtiff6:arm64                       4.5.0-6+deb12u1                     arm64        Tag Image File Format (TIFF) library
ii  libtinfo6:arm64                      6.4-4                               arm64        shared low-level terminfo library for terminal handling
ii  libtirpc-common                      1.3.3+ds-1                          all          transport-independent RPC library - common files
ii  libtirpc-dev:arm64                   1.3.3+ds-1                          arm64        transport-independent RPC library - development files
ii  libtirpc3:arm64                      1.3.3+ds-1                          arm64        transport-independent RPC library
ii  libtk8.6:arm64                       8.6.13-2                            arm64        Tk toolkit for Tcl and X11 v8.6 - run-time files
ii  libtsan2:arm64                       12.2.0-14                           arm64        ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii  libturbojpeg0:arm64                  1:2.1.5-2                           arm64        TurboJPEG runtime library - SIMD optimized
ii  libtwolame0:arm64                    0.4.0-2                             arm64        MPEG Audio Layer 2 encoding library
ii  libubsan1:arm64                      12.2.0-14                           arm64        UBSan -- undefined behaviour sanitizer (runtime)
ii  libuchardet0:arm64                   0.0.7-1                             arm64        universal charset detection library - shared library
ii  libudev1:arm64                       252.19-1~deb12u1                    arm64        libudev shared library
ii  libudfread0:arm64                    1.1.2-1                             arm64        UDF reader library
ii  libudisks2-0:arm64                   2.9.4-4                             arm64        GObject based library to access udisks2
ii  libunistring2:arm64                  1.0-2                               arm64        Unicode string library for C
ii  libunwind8:arm64                     1.6.2-3                             arm64        library to determine the call-chain of a program - runtime
ii  libupnp13:arm64                      1:1.8.4-2                           arm64        Portable SDK for UPnP Devices, version 1.8 (shared library)
ii  libusageenvironment3:arm64           2020.01.19-1+build1                 arm64        multimedia RTSP streaming library (UsageEnvironment classes)
ii  libusb-1.0-0:arm64                   2:1.0.26-1                          arm64        userspace USB programming library
ii  libusbmuxd6:arm64                    2.0.2-3                             arm64        USB multiplexor daemon for iPhone and iPod Touch devices - library
ii  libuuid1:arm64                       2.38.1-5+b1                         arm64        Universally Unique ID library
ii  libv4l-0:arm64                       1.22.1-5+b2                         arm64        Collection of video4linux support libraries
ii  libv4l2rds0:arm64                    1.22.1-5+b2                         arm64        Video4Linux Radio Data System (RDS) decoding library
ii  libv4lconvert0:arm64                 1.22.1-5+b2                         arm64        Video4linux frame format conversion library
ii  libva-drm2:arm64                     2.17.0-1                            arm64        Video Acceleration (VA) API for Linux -- DRM runtime
ii  libva-x11-2:arm64                    2.17.0-1                            arm64        Video Acceleration (VA) API for Linux -- X11 runtime
ii  libva2:arm64                         2.17.0-1                            arm64        Video Acceleration (VA) API for Linux -- runtime
ii  libvdpau-va-gl1:arm64                0.4.2-1+b1                          arm64        VDPAU driver with OpenGL/VAAPI backend
ii  libvdpau1:arm64                      1.5-2                               arm64        Video Decode and Presentation API for Unix (libraries)
ii  libvidstab1.1:arm64                  1.1.0-2+b1                          arm64        video stabilization library (shared library)
ii  libvisual-0.4-0:arm64                0.4.0-19                            arm64        audio visualization framework
ii  libvlc-bin:arm64                     1:3.0.20-0+rpt2+deb12u1             arm64        tools for VLC's base library
ii  libvlc5:arm64                        1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer library
ii  libvlccore9:arm64                    1:3.0.20-0+rpt2+deb12u1             arm64        base library for VLC and its modules
ii  libvncclient1:arm64                  0.9.14+dfsg-1                       arm64        API to write one's own VNC server - client library
ii  libvo-aacenc0:arm64                  0.1.3-2                             arm64        VisualOn AAC encoder library
ii  libvo-amrwbenc0:arm64                0.1.3-2                             arm64        VisualOn AMR-WB encoder library
ii  libvolume-key1:arm64                 0.3.12-5+b1                         arm64        Library for manipulating storage encryption keys and passphrases
ii  libvorbis0a:arm64                    1.3.7-1                             arm64        decoder library for Vorbis General Audio Compression Codec
ii  libvorbisenc2:arm64                  1.3.7-1                             arm64        encoder library for Vorbis General Audio Compression Codec
ii  libvorbisfile3:arm64                 1.3.7-1                             arm64        high-level API for Vorbis General Audio Compression Codec
ii  libvpx7:arm64                        1.12.0-1+deb12u2                    arm64        VP8 and VP9 video codec (shared library)
ii  libvte-2.91-0:arm64                  0.70.6-2~deb12u1                    arm64        Terminal emulator widget for GTK+ 3.0 - runtime files
ii  libvte-2.91-common                   0.70.6-2~deb12u1                    arm64        Terminal emulator widget for GTK+ 3.0 - common files
ii  libvulkan1:arm64                     1.3.239.0-1                         arm64        Vulkan loader library
ii  libwacom-common                      2.6.0-1                             all          Wacom model feature query library (common files)
ii  libwacom9:arm64                      2.6.0-1                             arm64        Wacom model feature query library
ii  libwavpack1:arm64                    5.6.0-1                             arm64        audio codec (lossy and lossless) - library
ii  libwayland-client0:arm64             1.21.0-1                            arm64        wayland compositor infrastructure - client library
ii  libwayland-cursor0:arm64             1.21.0-1                            arm64        wayland compositor infrastructure - cursor library
ii  libwayland-egl1:arm64                1.21.0-1                            arm64        wayland compositor infrastructure - EGL library
ii  libwayland-server0:arm64             1.21.0-1                            arm64        wayland compositor infrastructure - server library
ii  libwbclient0:arm64                   2:4.17.12+dfsg-0+deb12u1            arm64        Samba winbind client library
ii  libwebkit2gtk-4.1-0:arm64            2.42.4-1~deb12u1                    arm64        Web content engine library for GTK
ii  libwebp7:arm64                       1.2.4-0.2+deb12u1                   arm64        Lossy compression of digital photographic images
ii  libwebpdemux2:arm64                  1.2.4-0.2+deb12u1                   arm64        Lossy compression of digital photographic images.
ii  libwebpmux3:arm64                    1.2.4-0.2+deb12u1                   arm64        Lossy compression of digital photographic images
ii  libwebrtc-audio-processing1:arm64    0.3-1+b1                            arm64        AudioProcessing module from the WebRTC project.
ii  libwf-config1:arm64                  0.7.1-3                             arm64        Wayfire-specific library for managing config files
ii  libwf-utils0:arm64                   0.7.5-1~bpo11+1~rpt30               arm64        3D Wayland compositor (wf-utils library)
ii  libwidevinecdm0                      4.10.2662.3+1                       arm64        Widevine CDM
ii  libwildmidi2:arm64                   0.4.3-1                             arm64        software MIDI player library
ii  libwireplumber-0.4-0:arm64           0.4.13-1                            arm64        Shared libraries for WirePlumber
ii  libwlroots11:arm64                   0.16.0-2~bpo11+1~rpt12              arm64        Modular wayland compositor library - shared library
ii  libwmflite-0.2-7:arm64               0.2.12-5.1                          arm64        Windows metafile conversion lite library
ii  libwnck-3-0:arm64                    43.0-3                              arm64        Window Navigator Construction Kit - runtime files
ii  libwnck-3-common                     43.0-3                              all          Window Navigator Construction Kit - common files
ii  libwoff1:arm64                       1.0.2-2                             arm64        library for converting fonts to WOFF 2.0
ii  libwpe-1.0-1:arm64                   1.14.0-1                            arm64        Base library for the WPE WebKit port
ii  libwpebackend-fdo-1.0-1:arm64        1.14.2-1                            arm64        WPE backend for FreeDesktop.org
ii  libwrap0:arm64                       7.6.q-32                            arm64        Wietse Venema's TCP wrappers library
ii  libx11-6:arm64                       2:1.8.4-2+deb12u2                   arm64        X11 client-side library
ii  libx11-data                          2:1.8.4-2+deb12u2                   all          X11 client-side library
ii  libx11-dev:arm64                     2:1.8.4-2+deb12u2                   arm64        X11 client-side library (development headers)
ii  libx11-xcb1:arm64                    2:1.8.4-2+deb12u2                   arm64        Xlib/XCB interface library
ii  libx264-164:arm64                    2:0.164.3095+gitbaee400-3           arm64        x264 video coding library
ii  libx265-199:arm64                    3.5-2+b1                            arm64        H.265/HEVC video stream encoder (shared library)
ii  libxau-dev:arm64                     1:1.0.9-1                           arm64        X11 authorisation library (development headers)
ii  libxau6:arm64                        1:1.0.9-1                           arm64        X11 authorisation library
ii  libxaw7:arm64                        2:1.0.14-1                          arm64        X11 Athena Widget library
ii  libxcb-composite0:arm64              1.15-1                              arm64        X C Binding, composite extension
ii  libxcb-dri2-0:arm64                  1.15-1                              arm64        X C Binding, dri2 extension
ii  libxcb-dri3-0:arm64                  1.15-1                              arm64        X C Binding, dri3 extension
ii  libxcb-glx0:arm64                    1.15-1                              arm64        X C Binding, glx extension
ii  libxcb-icccm4:arm64                  0.4.1-1.1                           arm64        utility libraries for X C Binding -- icccm
ii  libxcb-image0:arm64                  0.4.0-2                             arm64        utility libraries for X C Binding -- image
ii  libxcb-keysyms1:arm64                0.4.0-1+b2                          arm64        utility libraries for X C Binding -- keysyms
ii  libxcb-present0:arm64                1.15-1                              arm64        X C Binding, present extension
ii  libxcb-randr0:arm64                  1.15-1                              arm64        X C Binding, randr extension
ii  libxcb-render-util0:arm64            0.3.9-1+b1                          arm64        utility libraries for X C Binding -- render-util
ii  libxcb-render0:arm64                 1.15-1                              arm64        X C Binding, render extension
ii  libxcb-res0:arm64                    1.15-1                              arm64        X C Binding, res extension
ii  libxcb-shape0:arm64                  1.15-1                              arm64        X C Binding, shape extension
ii  libxcb-shm0:arm64                    1.15-1                              arm64        X C Binding, shm extension
ii  libxcb-sync1:arm64                   1.15-1                              arm64        X C Binding, sync extension
ii  libxcb-util1:arm64                   0.4.0-1+b1                          arm64        utility libraries for X C Binding -- atom, aux and event
ii  libxcb-xfixes0:arm64                 1.15-1                              arm64        X C Binding, xfixes extension
ii  libxcb-xinerama0:arm64               1.15-1                              arm64        X C Binding, xinerama extension
ii  libxcb-xinput0:arm64                 1.15-1                              arm64        X C Binding, xinput extension
ii  libxcb-xkb1:arm64                    1.15-1                              arm64        X C Binding, XKEYBOARD extension
ii  libxcb-xv0:arm64                     1.15-1                              arm64        X C Binding, xv extension
ii  libxcb1:arm64                        1.15-1                              arm64        X C Binding
ii  libxcb1-dev:arm64                    1.15-1                              arm64        X C Binding, development files
ii  libxcomposite1:arm64                 1:0.4.5-1                           arm64        X11 Composite extension library
ii  libxcursor1:arm64                    1:1.2.1-1                           arm64        X cursor management library
ii  libxcvt0:arm64                       0.1.2-1                             arm64        VESA CVT standard timing modelines generator -- shared library
ii  libxdamage1:arm64                    1:1.1.6-1                           arm64        X11 damaged region extension library
ii  libxdmcp-dev:arm64                   1:1.1.2-3                           arm64        X11 authorisation library (development headers)
ii  libxdmcp6:arm64                      1:1.1.2-3                           arm64        X11 Display Manager Control Protocol library
ii  libxext-dev:arm64                    2:1.3.4-1+b1                        arm64        X11 miscellaneous extensions library (development headers)
ii  libxext6:arm64                       2:1.3.4-1+b1                        arm64        X11 miscellaneous extension library
ii  libxfixes3:arm64                     1:6.0.0-2                           arm64        X11 miscellaneous 'fixes' extension library
ii  libxfont2:arm64                      1:2.0.6-1                           arm64        X11 font rasterisation library
ii  libxft2:arm64                        2.3.6-1                             arm64        FreeType-based font drawing library for X
ii  libxi6:arm64                         2:1.8-1+b1                          arm64        X11 Input extension library
ii  libxinerama1:arm64                   2:1.1.4-3                           arm64        X11 Xinerama extension library
ii  libxkbcommon-x11-0:arm64             1.5.0-1                             arm64        library to create keymaps with the XKB X11 protocol
ii  libxkbcommon0:arm64                  1.5.0-1                             arm64        library interface to the XKB compiler - shared library
ii  libxkbfile1:arm64                    1:1.1.0-1                           arm64        X11 keyboard file manipulation library
ii  libxkbregistry0:arm64                1.5.0-1                             arm64        library to query available RMLVO
ii  libxklavier16:arm64                  5.4-4                               arm64        X Keyboard Extension high-level API
ii  libxml2:arm64                        2.9.14+dfsg-1.3~deb12u1             arm64        GNOME XML library
ii  libxmlb2:arm64                       0.3.10-2                            arm64        Binary XML library
ii  libxmu6:arm64                        2:1.1.3-3                           arm64        X11 miscellaneous utility library
ii  libxmuu1:arm64                       2:1.1.3-3                           arm64        X11 miscellaneous micro-utility library
ii  libxpm4:arm64                        1:3.5.12-1.1+deb12u1                arm64        X11 pixmap library
ii  libxrandr2:arm64                     2:1.5.2-2+b1                        arm64        X11 RandR extension library
ii  libxrender1:arm64                    1:0.9.10-1.1                        arm64        X Rendering Extension client library
ii  libxres1:arm64                       2:1.2.1-1                           arm64        X11 Resource extension library
ii  libxshmfence1:arm64                  1.3-1                               arm64        X shared memory fences - shared library
ii  libxslt1.1:arm64                     1.1.35-1                            arm64        XSLT 1.0 processing library - runtime library
ii  libxss1:arm64                        1:1.2.3-1                           arm64        X11 Screen Saver extension library
ii  libxt-dev:arm64                      1:1.2.1-1.1                         arm64        X11 toolkit intrinsics library (development headers)
ii  libxt6:arm64                         1:1.2.1-1.1                         arm64        X11 toolkit intrinsics library
ii  libxtables12:arm64                   1.8.9-2                             arm64        netfilter xtables library
ii  libxtst6:arm64                       2:1.2.3-1.1                         arm64        X11 Testing -- Record extension library
ii  libxv1:arm64                         2:1.0.11-1.1                        arm64        X11 Video extension library
ii  libxvidcore4:arm64                   2:1.3.7-1                           arm64        Open source MPEG-4 video codec (library)
ii  libxxf86vm1:arm64                    1:1.1.4-1+b2                        arm64        X11 XFree86 video mode extension library
ii  libxxhash0:arm64                     0.8.1-1                             arm64        shared library for xxhash
ii  libyajl2:arm64                       2.1.0-3+deb12u2                     arm64        Yet Another JSON Library
ii  libyaml-0-2:arm64                    0.2.5-1                             arm64        Fast YAML 1.1 parser and emitter library
ii  libyuv0:arm64                        0.0~git20230123.b2528b0-1           arm64        Library for YUV scaling (shared library)
ii  libz3-4:arm64                        4.8.12-3.1                          arm64        theorem prover from Microsoft Research - runtime libraries
ii  libzbar0:arm64                       0.23.92-7                           arm64        QR code / bar code scanner and decoder (library)
ii  libzimg2:arm64                       3.0.4+ds1-1                         arm64        scaling, colorspace, depth conversion library (shared library)
ii  libzmq5:arm64                        4.3.4-6                             arm64        lightweight messaging kernel (shared library)
ii  libzstd1:arm64                       1.5.4+dfsg2-5                       arm64        fast lossless compression algorithm
ii  libzvbi-common                       0.2.41-1                            all          Vertical Blanking Interval decoder (VBI) - common files
ii  libzvbi0:arm64                       0.2.41-1                            arm64        Vertical Blanking Interval decoder (VBI) - runtime files
ii  libzxing2:arm64                      1.4.0-3+b1                          arm64        C++ port of ZXing library (library files)
ii  lightdm                              1.26.0-8+rpt3                       arm64        simple display manager
ii  lightdm-gtk-greeter                  2.0.8-2+b1                          arm64        simple display manager (GTK+ greeter)
ii  linux-base                           4.9                                 all          Linux image base package
ii  linux-headers-6.1.0-rpi7-common-rpi  1:6.1.63-1+rpt1                     all          Common header files for Linux 6.1.0-rpi7-rpi
ii  linux-headers-6.1.0-rpi7-rpi-2712    1:6.1.63-1+rpt1                     arm64        Header files for Linux 6.1.0-rpi7-rpi-2712
ii  linux-headers-6.1.0-rpi7-rpi-v8      1:6.1.63-1+rpt1                     arm64        Header files for Linux 6.1.0-rpi7-rpi-v8
ii  linux-headers-rpi-2712               1:6.1.63-1+rpt1                     arm64        Header files for Linux rpi-2712 configuration (meta-package)
ii  linux-headers-rpi-v8                 1:6.1.63-1+rpt1                     arm64        Header files for Linux rpi-v8 configuration (meta-package)
ii  linux-image-6.1.0-rpi7-rpi-2712      1:6.1.63-1+rpt1                     arm64        Linux 6.1 for Raspberry Pi 2712, Raspberry Pi
ii  linux-image-6.1.0-rpi7-rpi-v8        1:6.1.63-1+rpt1                     arm64        Linux 6.1 for Raspberry Pi v8, Raspberry Pi
ii  linux-image-rpi-2712                 1:6.1.63-1+rpt1                     arm64        Linux for Raspberry Pi 2712 (meta-package)
ii  linux-image-rpi-v8                   1:6.1.63-1+rpt1                     arm64        Linux for Raspberry Pi v8 (meta-package)
ii  linux-kbuild-6.1                     1:6.1.63-1+rpt1                     arm64        Kbuild infrastructure for Linux 6.1
ii  linux-libc-dev:arm64                 1:6.1.63-1+rpt1                     arm64        Linux support headers for userspace development
ii  locales                              2.36-9+rpt2+deb12u3                 all          GNU C Library: National Language (locale) data [support]
ii  login                                1:4.13+dfsg1-1+b1                   arm64        system login tools
ii  logrotate                            3.21.0-1                            arm64        Log rotation utility
ii  logsave                              1.47.0-2                            arm64        save the output of a command in a log file
ii  lp-connection-editor                 0.2                                 arm64        Network Manager connection editor application
ii  lsb-release                          12.0-1                              all          Linux Standard Base version reporting utility (minimal implementation)
ii  lsof                                 4.95.0-1                            arm64        utility to list open files
ii  lua5.1                               5.1.5-9                             arm64        Simple, extensible, embeddable programming language
ii  luajit                               2.1.0~beta3+git20220320+dfsg-4.1    arm64        Just in time compiler for Lua programming language version 5.1
ii  lxappearance                         0.6.3-1+b1                          arm64        LXDE GTK+ theme switcher
ii  lxappearance-obconf                  0.2.3-1+b2                          arm64        LXDE GTK+ theme switcher (plugin)
ii  lxde                                 11+rpt1                             all          metapackage for LXDE
ii  lxde-common                          0.99.2-4                            all          LXDE common configuration files
ii  lxde-core                            11+rpt1                             all          metapackage for the LXDE core
ii  lxde-icon-theme                      0.5.1-2.1                           all          LXDE standard icon theme
ii  lxhotkey-core                        0.1.1-1                             arm64        Lightweight global keyboard shortcuts configurator
ii  lxhotkey-gtk                         0.1.1-1                             arm64        LXHotkey keyboard shortcuts configurator (GTK+ GUI plugin)
ii  lxinput                              0.3.5-1+rpt20                       arm64        LXDE keyboard and mouse configuration
ii  lxmenu-data                          0.1.5-2.1                           all          LXDE freedesktop.org menu specification
ii  lxpanel                              0.10.1-2+rpt19                      arm64        LXDE panel
ii  lxpanel-data                         0.10.1-2+rpt19                      all          LXDE panel (data files)
ii  lxplug-bluetooth                     0.34                                arm64        Bluetooth plugin for lxpanel
ii  lxplug-cputemp                       0.12                                arm64        CPU temperature plugin for lxpanel
ii  lxplug-ejecter                       0.22                                arm64        Ejecter plugin for lxpanel
ii  lxplug-magnifier                     0.14                                arm64        Magnifier plugin for lxpanel
ii  lxplug-menu                          0.4                                 arm64        Menu plugin for lxpanel
ii  lxplug-netman                        0.9                                 arm64        Network Manager plugin for lxpanel
ii  lxplug-network                       0.33                                arm64        Network plugin for lxpanel
ii  lxplug-ptbatt                        0.22                                arm64        Battery monitor plugin for lxpanel
ii  lxplug-updater                       0.18                                arm64        Updater plugin for lxpanel
ii  lxplug-volumepulse                   0.22                                arm64        PulseAudio controller plugin for lxpanel
ii  lxpolkit                             0.5.5-2+rpt4                        arm64        LXDE PolicyKit authentication agent
ii  lxrandr                              0.3.2-1.1                           arm64        LXDE monitor configuration tool
ii  lxsession                            0.5.5-2+rpt4                        arm64        LXDE default session manager
ii  lxsession-data                       0.5.5-2+rpt4                        all          Common files for lxsession
ii  lxsession-edit                       0.5.5-2+rpt4                        arm64        configure what application start up automatically in LXDE
ii  lxsession-logout                     0.5.5-2+rpt4                        arm64        utility to logout from a LXDE or an Openbox session
ii  lxtask                               0.1.10-1+rpt3                       arm64        LXDE task manager
ii  lxterminal                           0.4.0-2+rpt1                        arm64        LXDE terminal emulator
ii  lynx                                 2.9.0dev.12-1                       arm64        classic non-graphical (text-mode) web browser
ii  lynx-common                          2.9.0dev.12-1                       all          shared files for lynx package
ii  mailcap                              3.70+nmu1                           all          Debian's mailcap system, and support programs
ii  make                                 4.3-4.1                             arm64        utility for directing compilation
ii  man-db                               2.11.2-2                            arm64        tools for reading manual pages
ii  manpages                             6.03-2                              all          Manual pages about using a GNU/Linux system
ii  manpages-dev                         6.03-2                              all          Manual pages about using GNU/Linux for development
ii  mate-desktop-common                  1.26.0-2                            all          Library with common API for various MATE modules (common files)
ii  mate-polkit                          1.26.1-3+rpt2                       arm64        MATE authentication agent for PolicyKit-1
ii  mate-polkit-bin                      1.26.1-3+rpt2                       all          MATE authentication agent for PolicyKit-1 (executable wrapper script)
ii  mate-polkit-common                   1.26.1-3+rpt2                       all          MATE authentication agent for PolicyKit-1 (common files)
ii  mawk                                 1.3.4.20200120-3.1                  arm64        Pattern scanning and text processing language
ii  media-types                          10.0.0                              all          List of standard media types and their usual file extension
ii  menu-xdg                             0.7                                 all          freedesktop.org menu compliant window manager scripts
ii  mesa-vdpau-drivers:arm64             23.2.1-1~bpo12+rpt2                 arm64        Mesa VDPAU video acceleration drivers
ii  mime-support                         3.66                                all          transitional package
ii  mkvtoolnix                           74.0.0-1                            arm64        Set of command-line tools to work with Matroska files
ii  modemmanager                         1.20.4-1                            arm64        D-Bus service for managing modems
ii  mount                                2.38.1-5+b1                         arm64        tools for mounting and manipulating filesystems
ii  mousepad                             0.5.10-2                            arm64        simple Xfce oriented text editor
ii  mypy                                 1.0.1-1                             all          optional static typing for Python
ii  nano                                 7.2-1                               arm64        small, friendly text editor inspired by Pico
ii  ncdu                                 1.18-0.2                            arm64        ncurses disk usage viewer
ii  ncurses-base                         6.4-4                               all          basic terminal type definitions
ii  ncurses-bin                          6.4-4                               arm64        terminal-related programs and man pages
ii  ncurses-term                         6.4-4                               all          additional terminal type definitions
ii  net-tools                            2.10-0.1                            arm64        NET-3 networking toolkit
ii  netbase                              6.4                                 all          Basic TCP/IP networking system
ii  network-manager                      1.42.4-1+rpt1                       arm64        network management framework (daemon and userspace tools)
ii  nfs-common                           1:2.6.2-4                           arm64        NFS support files common to client and server
ii  nftables                             1.0.6-2+deb12u2                     arm64        Program to control packet filtering rules by Netfilter project
ii  ntfs-3g                              1:2022.10.3-1+b1                    arm64        read/write NTFS driver for FUSE
ii  obconf                               1:2.0.4+git20150213-2+rpt4          arm64        preferences manager for Openbox window manager
ii  ocl-icd-libopencl1:arm64             2.3.1-1                             arm64        Generic OpenCL ICD Loader
ii  openbox                              3.6.1-10+rpt1                       arm64        standards-compliant, fast, light-weight and extensible window manager
ii  openbox-lxde-session                 0.99.2-4                            all          LXDE session manager and configuration files
ii  openssh-client                       1:9.2p1-2+deb12u2                   arm64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                       1:9.2p1-2+deb12u2                   arm64        secure shell (SSH) server, for secure access from remote machines
ii  openssh-sftp-server                  1:9.2p1-2+deb12u2                   arm64        secure shell (SSH) sftp server module, for SFTP access from remote machines
ii  openssl                              3.0.11-1~deb12u2+rpt1               arm64        Secure Sockets Layer toolkit - cryptographic utility
ii  p11-kit                              0.24.1-2                            arm64        p11-glue utilities
ii  p11-kit-modules:arm64                0.24.1-2                            arm64        p11-glue proxy and trust modules
ii  p7zip                                16.02+dfsg-8                        arm64        7zr file archiver with high compression ratio
ii  p7zip-full                           16.02+dfsg-8                        arm64        7z and 7za file archivers with high compression ratio
ii  packagekit                           1.2.6-5                             arm64        Provides a package management service
ii  parted                               3.5-3                               arm64        disk partition manipulator
ii  passwd                               1:4.13+dfsg1-1+b1                   arm64        change and administer password and group data
ii  patch                                2.7.6-7                             arm64        Apply a diff file to an original
ii  pci.ids                              0.0~2023.04.11-1                    all          PCI ID Repository
ii  pciutils                             1:3.9.0-4                           arm64        PCI utilities
ii  pcmanfm                              1.3.2-1+rpt18                       arm64        extremely fast and lightweight file manager
ii  perl                                 5.36.0-7+deb12u1                    arm64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                            5.36.0-7+deb12u1                    arm64        minimal Perl system
ii  perl-modules-5.36                    5.36.0-7+deb12u1                    all          Core Perl modules
ii  pi-bluetooth                         0.1.19                              all          Raspberry Pi 3 bluetooth
ii  pi-greeter                           0.21                                arm64        GTK greeter for Raspberry Pi
ii  pi-language-support                  0.1                                 arm64        Determines additional packages required for language support
ii  pi-package                           0.15                                arm64        Graphical distribution neutral package manager for GNOME
ii  pi-package-data                      0.15                                all          Data files for GNOME-PackageKit
ii  pi-package-session                   0.15                                arm64        Provides PackageKit session API for GNOME
ii  pi-printer-support                   1.1                                 all          Meta-package for Raspberry Pi printer support
ii  piclone                              0.27                                arm64        SD Card backup program for Raspberry Pi
ii  pigpio                               1.79-1+rpt1                         arm64        Raspberry Pi GPIO control transitional package.
ii  pigpio-tools                         1.79-1+rpt1                         arm64        Client tools for Raspberry Pi GPIO control
ii  pigpiod                              1.79-1+rpt1                         arm64        Client tools for Raspberry Pi GPIO control
ii  pinentry-curses                      1.2.1-1                             arm64        curses-based PIN or pass-phrase entry dialog for GnuPG
ii  pinentry-gnome3                      1.2.1-1                             arm64        GNOME 3 PIN or pass-phrase entry dialog for GnuPG
ii  pipanel                              1:1.36                              arm64        Settings panel for Raspberry Pi desktop appearance
ii  pipewire:arm64                       0.3.65-3+rpt3                       arm64        audio and video processing engine multimedia server
ii  pipewire-bin                         0.3.65-3+rpt3                       arm64        PipeWire multimedia server - programs
ii  pipewire-libcamera:arm64             0.3.65-3+rpt3                       arm64        PipeWire libcamera plugin
ii  pipewire-pulse                       0.3.65-3+rpt3                       arm64        PipeWire PulseAudio daemon
ii  pishutdown                           0.23                                arm64        Desktop shutdown helper for Raspberry Pi
ii  piwiz                                0.66                                arm64        Raspberry Pi first-run wizard
ii  pixflat-icons                        0.23                                all          Icons for Raspberry Pi Desktop
ii  pixflat-theme                        0.8                                 arm64        PiXflat theme for Raspberry Pi desktop
ii  pkexec                               122-3                               arm64        run commands as another user with polkit authorization
ii  pkg-config:arm64                     1.8.1-1                             arm64        manage compile and link flags for libraries (transitional package)
ii  pkgconf:arm64                        1.8.1-1                             arm64        manage compile and link flags for libraries
ii  pkgconf-bin                          1.8.1-1                             arm64        manage compile and link flags for libraries (binaries)
ii  plymouth                             22.02.122-3+rpt1                    arm64        boot animation, logger and I/O multiplexer
ii  plymouth-label                       22.02.122-3+rpt1                    arm64        boot animation, logger and I/O multiplexer - label control
ii  plymouth-themes                      22.02.122-3+rpt1                    arm64        boot animation, logger and I/O multiplexer - themes
ii  pocketsphinx-en-us                   0.8+5prealpha+1-15                  all          Speech recognition tool - US English language model
ii  policykit-1                          122-3                               arm64        transitional package for polkitd and pkexec
ii  polkitd                              122-3                               arm64        framework for managing administrative policies and privileges
ii  polkitd-pkla                         122-3                               arm64        Legacy "local authority" (.pkla) backend for polkitd
ii  poppler-data                         0.4.12-1                            all          encoding data for the poppler PDF rendering library
ii  poppler-utils                        22.12.0-2+b1                        arm64        PDF utilities (based on Poppler)
ii  ppp                                  2.4.9-1+1.1+b1                      arm64        Point-to-Point Protocol (PPP) - daemon
ii  pprompt                              0.21                                all          ssh password check
ii  printer-driver-escpr                 1.7.17-3                            arm64        printer driver for Epson Inkjet that use ESC/P-R
ii  printer-driver-hpcups                3.22.10+dfsg0-2                     arm64        HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii  printer-driver-postscript-hp         3.22.10+dfsg0-2                     arm64        HP Printers PostScript Descriptions
ii  procps                               2:4.0.2-3                           arm64        /proc file system utilities
ii  psmisc                               23.6-1                              arm64        utilities that use the proc file system
ii  publicsuffix                         20230209.2326-1                     all          accurate, machine-readable list of domain name suffixes
ii  pulseaudio                           16.1+dfsg1-2+rpt1                   arm64        PulseAudio sound server
ii  pulseaudio-module-bluetooth          16.1+dfsg1-2+rpt1                   arm64        Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils                     16.1+dfsg1-2+rpt1                   arm64        Command line tools for the PulseAudio sound server
ii  pylint                               2.16.2-2                            all          Python 3 code static checker and UML diagram generator
ii  python-apt-common                    2.6.0                               all          Python interface to libapt-pkg (locales)
ii  python-babel-localedata              2.10.3-1                            all          tools for internationalizing Python applications - locale data files
ii  python-is-python3                    3.11.1-3                            all          symlinks /usr/bin/python to python3
ii  python3                              3.11.2-1+b1                         arm64        interactive high-level object-oriented language (default python3 version)
ii  python3-apt                          2.6.0                               arm64        Python 3 interface to libapt-pkg
ii  python3-asgiref                      3.6.0-1                             all          ASGI in-memory channel layer (Python3 version)
ii  python3-astroid                      2.14.2-1                            all          rebuild a new abstract syntax tree from Python's AST (Python3)
ii  python3-asttokens                    2.2.1-1                             all          annotate Python asbtract syntax trees with code references (Python 3)
ii  python3-av                           10.0.0-1+rpt2                       arm64        pythonic bindings for FFmpeg's libraries
ii  python3-babel                        2.10.3-1                            all          tools for internationalizing Python applications - Python 3.x
ii  python3-blinker                      1.5-1                               all          Fast, simple object-to-object and broadcast signaling (Python3)
ii  python3-bs4                          4.11.2-2                            all          error-tolerant HTML parser for Python 3
ii  python3-cairo:arm64                  1.20.1-5+b1                         arm64        Python3 bindings for the Cairo vector graphics library
ii  python3-certifi                      2022.9.24-1                         all          root certificates for validating SSL certs and verifying TLS hosts (python3)
ii  python3-cffi-backend:arm64           1.15.1-5+b1                         arm64        Foreign Function Interface for Python 3 calling C code - runtime
ii  python3-chardet                      5.1.0+dfsg-2                        all          Universal Character Encoding Detector (Python3)
ii  python3-charset-normalizer           3.0.1-2                             all          charset, encoding and language detection (Python 3)
ii  python3-click                        8.1.3-2                             all          Wrapper around optparse for command line utilities - Python 3.x
ii  python3-colorama                     0.4.6-2                             all          Cross-platform colored terminal text in Python - Python 3.x
ii  python3-colorzero                    2.0-2                               all          Construct, convert, and manipulate colors in a Pythonic manner.
ii  python3-cryptography                 38.0.4-3                            arm64        Python library exposing cryptographic recipes and primitives (Python 3)
ii  python3-cups:arm64                   2.0.1-5+b4                          arm64        Python3 bindings for CUPS
ii  python3-cupshelpers                  1.5.18-1                            all          Python utility modules around the CUPS printing system
ii  python3-dbus                         1.3.2-4+b1                          arm64        simple interprocess messaging system (Python 3 interface)
ii  python3-debconf                      1.5.82                              all          interact with debconf from Python 3
ii  python3-dev                          3.11.2-1+b1                         arm64        header files and a static library for Python (default)
ii  python3-dill                         0.3.6-1                             all          Serialize all of Python 3 (almost)
ii  python3-distro                       1.8.0-1                             all          Linux OS platform information API
ii  python3-distutils                    3.11.2-3                            all          distutils package for Python 3.x
ii  python3-docutils                     0.19+dfsg-6                         all          text processing system for reStructuredText (implemented in Python 3)
ii  python3-dotenv                       0.21.0-1                            all          Get and set values in the .env file in local and production servers
ii  python3-flask                        2.2.2-3                             all          micro web framework based on Werkzeug and Jinja2 - Python 3.x
ii  python3-gi                           3.42.2-3+b1                         arm64        Python 3 bindings for gobject-introspection libraries
ii  python3-gi-cairo                     3.42.2-3+b1                         arm64        Python 3 Cairo bindings for the GObject library
ii  python3-gpiozero                     2.0-1                               all          Simple API for controlling devices attached to a Pi's GPIO pins
ii  python3-html5lib                     1.1-3                               all          HTML parser/tokenizer based on the WHATWG HTML5 specification
ii  python3-idna                         3.3-1                               all          Python IDNA2008 (RFC 5891) handling (Python 3)
ii  python3-importlib-metadata           4.12.0-1                            all          library to access the metadata for a Python package - Python 3.x
ii  python3-isort                        5.6.4-1                             all          library for sorting Python imports (Python 3)
ii  python3-itsdangerous                 2.1.2-3                             all          Various helpers to pass trusted data to untrusted environment - Python 3.x
ii  python3-jedi                         0.18.2-1                            all          autocompletion tool for Python 3
ii  python3-jinja2                       3.1.2-1                             all          small but fast and easy to use stand-alone template engine
ii  python3-jwt                          2.6.0-1                             all          Python 3 implementation of JSON Web Token
ii  python3-kms++                        0~git20230930~162059+b91affd-1      arm64        C++ library for kernel mode setting - python3 bindings
ii  python3-lazy-object-proxy            1.9.0-1+b1                          arm64        Python 3 fast and thorough lazy object proxy
ii  python3-lgpio                        0.2.2-1~rpt1                        arm64        Control GPIO pins via gpiochip devices - python3 bindings
ii  python3-lib2to3                      3.11.2-3                            all          Interactive high-level object-oriented language (lib2to3)
ii  python3-libcamera                    0.1.0+rpt20231122-1                 arm64        complex camera support library (Python bindings)
ii  python3-libevdev                     0.5-3                               all          Python 3 wrapper for libevdev
ii  python3-libgpiod:arm64               1.6.3-1+b3                          arm64        Python bindings for libgpiod (Python 3)
ii  python3-logilab-common               1.9.8-1                             all          useful miscellaneous modules used by Logilab projects (Python3)
ii  python3-lxml:arm64                   4.9.2-1+b1                          arm64        pythonic binding for the libxml2 and libxslt libraries
ii  python3-markupsafe                   2.1.2-1+b1                          arm64        HTML/XHTML/XML string library
ii  python3-mccabe                       0.7.0-1                             all          Python code complexity checker (Python 3)
ii  python3-minimal                      3.11.2-1+b1                         arm64        minimal subset of the Python language (default python3 version)
ii  python3-more-itertools               8.10.0-2                            all          library with routines for operating on iterables, beyond itertools (Python 3)
ii  python3-mypy                         1.0.1-1                             arm64        public modules for mypy (Python 3)
ii  python3-mypy-extensions              0.4.3-4                             all          Experimental type system extensions for mypy typechecker (Python 3)
ii  python3-numpy                        1:1.24.2-1                          arm64        Fast array facility to the Python 3 language
ii  python3-oauthlib                     3.2.2-1                             all          generic, spec-compliant implementation of OAuth for Python3
ii  python3-olefile                      0.46-3                              all          Python module to read/write MS OLE2 files
ii  python3-opengl                       3.1.6+dfsg-3                        all          Python bindings to OpenGL (Python 3)
ii  python3-openssl                      23.0.0-1                            all          Python 3 wrapper around the OpenSSL library
ii  python3-parso                        0.8.3-1                             all          Python parser that supports error recovery - Python 3.X
ii  python3-pexpect                      4.8.0-4                             all          Python 3 module for automating interactive applications
ii  python3-pgzero                       1.2.post4+dfsg-2                    all          Zero-boilerplate games programming framework based on Pygame (Python 3)
ii  python3-picamera2                    0.3.16-1                            all          Libcamera based python library
ii  python3-pidng                        4.0.9-1+bookworm                    arm64        Create Adobe DNG RAW files using Python (Python 3)
ii  python3-piexif                       1.1.3-2                             all          pure-Python EXIF manipulation library
ii  python3-pigpio                       1.79-1+rpt1                         all          Python module which talks to the pigpio daemon (Python 3)
ii  python3-pil:arm64                    9.4.0-1.1+b1                        arm64        Python Imaging Library (Python3)
ii  python3-pip                          23.0.1+dfsg-1+rpt1                  all          Python package installer
ii  python3-pip-whl                      23.0.1+dfsg-1+rpt1                  all          Python package installer (pip wheel)
ii  python3-pkg-resources                66.1.1-1                            all          Package Discovery and Resource Access using pkg_resources
ii  python3-platformdirs                 2.6.0-1                             all          determining appropriate platform-specific directories (Python 3)
ii  python3-prctl                        1.8.1-1+b2                          arm64        Python interface to the prctl() syscall (Python 3)
ii  python3-psutil                       5.9.4-1+b1                          arm64        module providing convenience functions for managing processes (Python3)
ii  python3-ptyprocess                   0.7.0-5                             all          Run a subprocess in a pseudo terminal from Python 3
ii  python3-pygame                       2.1.2+dfsg-5+b1                     arm64        SDL bindings for games development (Python 3)
ii  python3-pygments                     2.14.0+dfsg-1                       all          syntax highlighting package written in Python 3
ii  python3-pyinotify                    0.9.6-2                             all          simple Linux inotify Python bindings
ii  python3-pyqt5                        5.15.9+dfsg-1                       arm64        Python 3 bindings for Qt5
ii  python3-pyqt5.sip                    12.11.1-1                           arm64        runtime module for Python extensions using SIP
ii  python3-pyudev                       0.24.0-1                            all          Python3 bindings for libudev
ii  python3-renderpm:arm64               3.6.12-1+b1                         arm64        python low level render interface
ii  python3-reportlab                    3.6.12-1                            all          ReportLab library to create PDF documents using Python3
ii  python3-reportlab-accel:arm64        3.6.12-1+b1                         arm64        C coded extension accelerator for the ReportLab Toolkit
ii  python3-requests                     2.28.1+dfsg-1                       all          elegant and simple HTTP library for Python3, built for human beings
ii  python3-requests-oauthlib            1.3.0+ds-1                          all          module providing OAuthlib auth support for requests (Python 3)
ii  python3-responses                    0.18.0-1                            all          Utility library for mocking out the requests Python 3 library
ii  python3-roman                        3.3-3                               all          module for generating/analyzing Roman numerals for Python 3
ii  python3-rpi.gpio                     0.7.1~a4-1+b4                       arm64        Module to control Raspberry Pi GPIO channels (Python 3)
ii  python3-rtimulib                     7.2.1-6+bookworm                    arm64        Versatile C++ and Python 9-dof, 10-dof and 11-dof IMU library (Python 3)
ii  python3-send2trash                   1.8.1~b0-2                          all          Python module for sending file to trash natively
ii  python3-sense-hat                    2.6.0-1                             all          Sense HAT python library (Python 3)
ii  python3-serial                       3.5-1.1                             all          pyserial - module encapsulating access for the serial port
ii  python3-setuptools                   66.1.1-1                            all          Python3 Distutils Enhancements
ii  python3-setuptools-whl               66.1.1-1                            all          Python Distutils Enhancements (wheel package)
ii  python3-simplejpeg                   1.6.6-1                             arm64        Simple package for fast JPEG encoding and decoding
ii  python3-simplejson                   3.18.3-1                            arm64        simple, fast, extensible JSON encoder/decoder for Python 3.x
ii  python3-six                          1.16.0-4                            all          Python 2 and 3 compatibility library
ii  python3-smbc                         1.0.23-2+b4                         arm64        Python 3 bindings for the Samba client library
ii  python3-smbus:arm64                  4.3-2+b3                            arm64        Python 3 bindings for Linux SMBus access through i2c-dev
ii  python3-smbus2                       0.4.2-1                             arm64        another pure Python implementation of the python-smbus package
ii  python3-soupsieve                    2.3.2-1                             all          modern CSS selector implementation for BeautifulSoup (Python 3)
ii  python3-spidev                       20200602~200721-1+bookworm          arm64        Bindings for Linux SPI access through spidev (Python 3)
ii  python3-tk:arm64                     3.11.2-3                            arm64        Tkinter - Writing Tk applications with Python 3.x
ii  python3-toml                         0.10.2-1                            all          library for Tom's Obvious, Minimal Language - Python 3.x
ii  python3-tomlkit                      0.11.7-1                            all          style-preserving TOML library for Python
ii  python3-twython                      3.8.2+dfsg-2                        all          Pure Python3 wrapper for the Twitter API
ii  python3-typeshed                     0.0~git20221107.4f381af-1           all          collection of library stubs for Python, with static types
ii  python3-typing-extensions            4.4.0-1                             all          Backported and Experimental Type Hints for Python
ii  python3-tz                           2022.7.1-4                          all          Python3 version of the Olson timezone database
ii  python3-urllib3                      1.26.12-1                           all          HTTP library with thread-safe connection pooling for Python3
ii  python3-v4l2                         0.3.2-1                             all          Python bindings for the v4l2 userspace api
ii  python3-venv                         3.11.2-1+b1                         arm64        venv module for python3 (default python3 version)
ii  python3-webencodings                 0.5.1-5                             all          Python implementation of the WHATWG Encoding standard
ii  python3-werkzeug                     2.2.2-3                             all          collection of utilities for WSGI applications (Python 3.x)
ii  python3-wheel                        0.38.4-2                            all          built-package format for Python
ii  python3-wrapt                        1.14.1-2+b2                         arm64        decorators, wrappers and monkey patching. - Python 3.x
ii  python3-zipp                         1.0.0-6                             all          pathlib-compatible Zipfile object wrapper - Python 3.x
ii  python3.11                           3.11.2-6                            arm64        Interactive high-level object-oriented language (version 3.11)
ii  python3.11-dev                       3.11.2-6                            arm64        Header files and a static library for Python (v3.11)
ii  python3.11-minimal                   3.11.2-6                            arm64        Minimal subset of the Python language (version 3.11)
ii  python3.11-venv                      3.11.2-6                            arm64        Interactive high-level object-oriented language (pyvenv binary, version 3.11)
ii  qml-module-qtgraphicaleffects:arm64  5.15.8-2                            arm64        Qt 5 Graphical Effects module
ii  qml-module-qtquick-controls2:arm64   5.15.8+dfsg-2                       arm64        Qt 5 Qt Quick Controls 2 QML module
ii  qml-module-qtquick-layouts:arm64     5.15.8+dfsg-3                       arm64        Qt 5 Quick Layouts QML module
ii  qml-module-qtquick-templates2:arm64  5.15.8+dfsg-2                       arm64        Qt 5 Qt Quick Templates 2 QML module
ii  qml-module-qtquick-window2:arm64     5.15.8+dfsg-3                       arm64        Qt 5 window 2 QML module
ii  qml-module-qtquick2:arm64            5.15.8+dfsg-3                       arm64        Qt 5 Qt Quick 2 QML module
ii  qt5-gtk-platformtheme:arm64          5.15.8+dfsg-11                      arm64        Qt 5 GTK+ 3 platform theme
ii  qt5-gtk2-platformtheme:arm64         5.0.0+git23.g335dbec-4+rpt2         arm64        Qt 5 extra widget styles - GTK+ 2 Platform theme
ii  qt5-style-plugin-cleanlooks:arm64    5.0.0+git23.g335dbec-4+rpt2         arm64        Qt 5 extra widget styles - Cleanlooks
ii  qt5-style-plugin-motif:arm64         5.0.0+git23.g335dbec-4+rpt2         arm64        Qt 5 extra widget styles - Motif
ii  qt5-style-plugin-plastique:arm64     5.0.0+git23.g335dbec-4+rpt2         arm64        Qt 5 extra widget styles - Plastique
ii  qt5-style-plugins:arm64              5.0.0+git23.g335dbec-4+rpt2         arm64        Qt 5 extra widget styles
ii  qt5ct                                1.5-1+rpt1                          arm64        Qt5 Configuration Utility
ii  qtwayland5:arm64                     5.15.8-2                            arm64        QtWayland platform plugin
ii  raspberrypi-archive-keyring          2021.1.1+rpt1                       all          GnuPG archive keys of the Raspberry Pi OS archive
ii  raspberrypi-net-mods                 1.4.0                               all          Network configuration for the Raspberry Pi UI
ii  raspberrypi-sys-mods                 20231208                            arm64        System tweaks for the Raspberry Pi
ii  raspberrypi-ui-mods                  1.20231206                          arm64        Config to customise the LXDE UI for the Raspberry Pi
ii  raspi-config                         20231216                            all          Raspberry Pi configuration tool
ii  raspi-firmware                       1:1.20231024+ds-1+rpt2              all          Raspberry Pi family GPU firmware and bootloaders
ii  raspi-gpio                           0.20231127                          arm64        Dump the state of the BCM270x GPIOs
ii  raspi-utils                          20231105-1                          arm64        Collection of scripts and simple applications
ii  rc-gui                               1.75                                arm64        raspi-config GUI
ii  read-edid                            3.0.2-1.1                           arm64        hardware information-gathering tool for VESA PnP monitors
ii  readline-common                      8.2-1.3                             all          GNU readline and history libraries, common files
ii  realvnc-vnc-server                   7.5.1.50075                         arm64        VNC® Server
ii  rfkill                               2.38.1-5+b1                         arm64        tool for enabling and disabling wireless devices
ii  rp-bookshelf                         0.21                                arm64        Raspberry Pi publications
ii  rp-prefapps                          0.53                                arm64        Raspberry Pi recommended applications
ii  rpcbind                              1.2.6-6+b1                          arm64        converts RPC program numbers into universal addresses
ii  rpcsvc-proto                         1.4.3-1                             arm64        RPC protocol compiler and definitions
ii  rpd-plym-splash                      0.37                                arm64        Raspberry Pi Desktop splashscreen
ii  rpd-wallpaper                        0.5                                 all          Wallpaper for Raspberry Pi Desktop
ii  rpi-chromium-mods                    20230925                            arm64        Raspberry Pi-specific mods to Chromium
ii  rpi-eeprom                           20.4-1                              all          Raspberry Pi 4 boot EEPROM updater
ii  rpi-firefox-mods                     20231002                            all          Raspberry Pi-specific mods to Firefox
ii  rpi-imager                           1.8.3                               arm64        Raspberry Pi imaging utility
ii  rpi-update                           20230904                            all          Raspberry Pi firmware updating tool
ii  rpi.gpio-common:arm64                0.7.1~a4-1+b4                       arm64        Module to control Raspberry Pi GPIO channels (common files)
ii  rpicam-apps                          1.4.1-1                             arm64        rpicam-apps
ii  rsync                                3.2.7-1                             arm64        fast, versatile, remote (and local) file-copying tool
ii  rtkit                                0.13-5                              arm64        Realtime Policy and Watchdog Daemon
ii  runit-helper                         2.15.2                              all          dh-runit implementation detail
ii  samba-libs:arm64                     2:4.17.12+dfsg-0+deb12u1            arm64        Samba core libraries
ii  sane-airscan                         0.99.27-1+b1                        arm64        SANE backend for AirScan (eSCL) and WSD document scanner
ii  sane-utils                           1.2.1-2                             arm64        API library for scanners -- utilities
ii  scrot                                1.8.1-1                             arm64        command line screen capture utility
ii  sed                                  4.9-1                               arm64        GNU stream editor for filtering/transforming text
ii  sense-hat                            1.4                                 all          Sense HAT configuration, libraries and examples
ii  sensible-utils                       0.0.17+nmu1                         all          Utilities for sensible alternative selection
ii  sgml-base                            1.31                                all          SGML infrastructure and SGML catalog file support
ii  shared-mime-info                     2.2-1                               arm64        FreeDesktop.org shared MIME database and spec
ii  ssh                                  1:9.2p1-2+deb12u2                   all          secure shell client and server (metapackage)
ii  ssh-import-id                        5.10-1                              all          securely retrieve an SSH public key and install it locally
ii  ssl-cert                             1.1.2                               all          simple debconf wrapper for OpenSSL
ii  strace                               6.1-0.1                             arm64        System call tracer
ii  sudo                                 1.9.13p3-1+deb12u1                  arm64        Provide limited super user privileges to specific users
ii  system-config-printer                1.5.18-1                            all          graphical interface to configure the printing system
ii  system-config-printer-common         1.5.18-1                            all          backend and the translation files for system-config-printer
ii  system-config-printer-udev           1.5.18-1                            arm64        Utilities to detect and configure printers automatically
ii  systemd                              252.19-1~deb12u1                    arm64        system and service manager
ii  systemd-sysv                         252.19-1~deb12u1                    arm64        system and service manager - SysV compatibility symlinks
ii  systemd-timesyncd                    252.19-1~deb12u1                    arm64        minimalistic service to synchronize local time with NTP servers
ii  sysvinit-utils                       3.06-4                              arm64        System-V-like utilities
ii  tar                                  1.34+dfsg-1.2                       arm64        GNU version of the tar archiving utility
ii  tasksel                              3.73                                all          tool for selecting tasks for installation on Debian systems
ii  tasksel-data                         3.73                                all          official tasks used for installation of Debian systems
ii  thonny                               4.1.4-1                             all          Python IDE for beginners
ii  timgm6mb-soundfont                   1.3-5                               all          TimGM6mb SoundFont from MuseScore 1.3
ii  tk8.6-blt2.5                         2.5.3+dfsg-4.1                      arm64        graphics extension library for Tcl/Tk - library
ii  tree                                 2.1.0-1                             arm64        displays an indented directory tree, in color
ii  triggerhappy                         0.5.0-1.1+b2                        arm64        global hotkey daemon for Linux
ii  tzdata                               2023c-5+deb12u1                     all          time zone and daylight-saving time data
ii  ucf                                  3.0043+nmu1                         all          Update Configuration File(s): preserve user changes to config files
ii  udev                                 252.19-1~deb12u1                    arm64        /dev/ and hotplug management daemon
ii  udisks2                              2.9.4-4                             arm64        D-Bus service to access and manipulate storage devices
ii  unzip                                6.0-28                              arm64        De-archiver for .zip files
ii  update-inetd                         4.53                                all          inetd configuration file updater
ii  usb-modeswitch                       2.6.1-3+b1                          arm64        mode switching tool for controlling "flip flop" USB devices
ii  usb-modeswitch-data                  20191128-5                          all          mode switching data for usb-modeswitch
ii  usb.ids                              2023.05.17-0+deb12u1                all          USB ID Repository
ii  usbutils                             1:014-1                             arm64        Linux USB utilities
ii  userconf-pi                          0.9                                 all          Raspberry Pi tool to rename a user
ii  usrmerge                             35                                  all          Convert the system to the merged /usr directories scheme
ii  util-linux                           2.38.1-5+b1                         arm64        miscellaneous system utilities
ii  util-linux-extra                     2.38.1-5+b1                         arm64        interactive login tools
ii  uuid                                 1.6.2-1.5+b11                       arm64        Universally Unique Identifier Command-Line Tool
ii  v4l-utils                            1.22.1-5+b2                         arm64        Collection of command line video4linux utilities
ii  vdpau-driver-all:arm64               1.5-2                               arm64        Video Decode and Presentation API for Unix (driver metapackage)
ii  vim-common                           2:9.0.1378-2                        all          Vi IMproved - Common files
ii  vim-tiny                             2:9.0.1378-2                        arm64        Vi IMproved - enhanced vi editor - compact version
ii  vlc                                  1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer
ii  vlc-bin                              1:3.0.20-0+rpt2+deb12u1             arm64        binaries from VLC
ii  vlc-data                             1:3.0.20-0+rpt2+deb12u1             all          common data for VLC
ii  vlc-l10n                             1:3.0.20-0+rpt2+deb12u1             all          translations for VLC
ii  vlc-plugin-access-extra:arm64        1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer (extra access plugins)
ii  vlc-plugin-base:arm64                1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer (base plugins)
ii  vlc-plugin-notify:arm64              1:3.0.20-0+rpt2+deb12u1             arm64        LibNotify plugin for VLC
ii  vlc-plugin-qt:arm64                  1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer (Qt plugin)
ii  vlc-plugin-samba:arm64               1:3.0.20-0+rpt2+deb12u1             arm64        Samba plugin for VLC
ii  vlc-plugin-skins2:arm64              1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer (Skins2 plugin)
ii  vlc-plugin-video-output:arm64        1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer (video output plugins)
ii  vlc-plugin-video-splitter:arm64      1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer (video splitter plugins)
ii  vlc-plugin-visualization:arm64       1:3.0.20-0+rpt2+deb12u1             arm64        multimedia player and streamer (visualization plugins)
ii  wamerican                            2020.12.07-2                        all          American English dictionary words for /usr/share/dict
ii  wayfire                              0.7.5-1~bpo11+1~rpt30               arm64        3D Wayland compositor
ii  wayvnc                               0.7.1-1~bpo12+rpt2                  arm64        VNC server for wlroots-based Wayland compositors
ii  wbritish                             2020.12.07-2                        all          British English dictionary words for /usr/share/dict
ii  webp-pixbuf-loader:arm64             0.2.1-1                             arm64        WebP Image format GdkPixbuf loader
ii  wf-panel-pi                          0.55                                arm64        Raspberry Pi desktop panel for Wayfire
ii  wget                                 1.21.3-1+b1                         arm64        retrieves files from the web
ii  whiptail                             0.52.23-1+b1                        arm64        Displays user-friendly dialog boxes from shell scripts
ii  wireless-regdb                       2022.06.06-1                        all          wireless regulatory database for Linux
ii  wireless-tools                       30~pre9-14                          arm64        Tools for manipulating Linux Wireless Extensions
ii  wireplumber                          0.4.13-1                            arm64        modular session / policy manager for PipeWire
ii  wlr-randr                            0.2.0-2+rpt1                        arm64        Utility to manage outputs of a Wayland compositor
ii  wpasupplicant                        2:2.10-12                           arm64        client support for WPA and WPA2 (IEEE 802.11i)
ii  x11-common                           1:7.7+23                            all          X Window System (X.Org) infrastructure
ii  x11-xkb-utils                        7.7+7                               arm64        X11 XKB utilities
ii  x11-xserver-utils                    7.7+9+b1                            arm64        X server utilities
ii  x11proto-dev                         2022.1-1                            all          X11 extension protocols and auxiliary headers
ii  xarchiver                            1:0.5.4.20-2                        arm64        GTK+ frontend for most used compression formats
ii  xauth                                1:1.1.2-1                           arm64        X authentication utility
ii  xcompmgr                             1.1.8-1+rpt1                        arm64        X composition manager
ii  xdg-dbus-proxy                       0.1.4-3                             arm64        filtering D-Bus proxy
ii  xdg-desktop-portal                   1.16.0-2                            arm64        desktop integration portal for Flatpak and Snap
ii  xdg-desktop-portal-gtk               1.14.1-1                            arm64        GTK+/GNOME portal backend for xdg-desktop-portal
ii  xdg-desktop-portal-wlr               0.7.0-1+rpt2                        arm64        xdg-desktop-portal backend for wlroots
ii  xdg-user-dirs                        0.18-1                              arm64        tool to manage well known user directories
ii  xdg-utils                            1.1.3-4.1                           all          desktop integration utilities from freedesktop.org
ii  xfonts-encodings                     1:1.0.4-2.2                         all          Encodings for X.Org fonts
ii  xfonts-utils                         1:7.7+6                             arm64        X Window System font utility programs
ii  xinit                                1.4.0-1                             arm64        X server initialisation tool
ii  xinput                               1.6.3-1                             arm64        Runtime configuration and test of XInput devices
ii  xkb-data                             2.35.1-1                            all          X Keyboard Extension (XKB) configuration data
ii  xml-core                             0.18+nmu1                           all          XML infrastructure and XML catalog file support
ii  xorg-sgml-doctools                   1:1.11-1.1                          all          Common tools for building X.Org SGML documentation
ii  xsel                                 1.2.0+git9bfc13d.20180109-4         arm64        command-line tool to access X clipboard and selection buffers
ii  xserver-common                       2:21.1.7-3+rpt1+deb12u4             all          common files used by various X servers
ii  xserver-xorg                         1:7.7+23                            arm64        X.Org X server
ii  xserver-xorg-core                    2:21.1.7-3+rpt1+deb12u4             arm64        Xorg X server - core server
ii  xserver-xorg-input-all               1:7.7+23                            arm64        X.Org X server -- input driver metapackage
ii  xserver-xorg-input-libinput          1.2.1-1+b1                          arm64        X.Org X server -- libinput input driver
ii  xserver-xorg-video-all               1:7.7+23                            arm64        X.Org X server -- output driver metapackage
ii  xserver-xorg-video-amdgpu            23.0.0-1                            arm64        X.Org X server -- AMDGPU display driver
ii  xserver-xorg-video-ati               1:19.1.0-3                          arm64        X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-fbdev             1:0.5.0-2                           arm64        X.Org X server -- fbdev display driver
ii  xserver-xorg-video-fbturbo           1.20210602~095927+1+bookworm        arm64        X.Org X server -- fbturbo display driver
ii  xserver-xorg-video-nouveau           1:1.0.17-2                          arm64        X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-radeon            1:19.1.0-3                          arm64        X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-vesa              1:2.5.0-1+b1                        arm64        X.Org X server -- VESA display driver
ii  xsettingsd                           1.0.2-1                             arm64        Provides settings to X11 applications
ii  xtrans-dev                           1.4.0-1                             all          X transport library (development files)
ii  xwayland                             2:22.1.9-1                          arm64        X server for running X clients under Wayland
ii  xz-utils                             5.4.1-0.2                           arm64        XZ-format compression utilities
ii  zenity                               3.44.0-1                            arm64        Display graphical dialog boxes from shell scripts
ii  zenity-common                        3.44.0-1                            all          Display graphical dialog boxes from shell scripts (common files)
ii  zip                                  3.0-13                              arm64        Archiver for .zip files
ii  zlib1g:arm64                         1:1.2.13.dfsg-1                     arm64        compression library - runtime
ii  zlib1g-dev:arm64                     1:1.2.13.dfsg-1                     arm64        compression library - development
ii  zstd                                 1.5.4+dfsg2-5                       arm64        fast lossless compression algorithm -- CLI tool
mgrouch commented 6 months ago

--password-store=basic argument to chromium-browser seems fixes it