Dell Precision 5560 - Debian

Hardware info on main page.

Note: boot Debian via F12 (boot memu)

History / work log

2014-03-12: nvme1n1p1 - Debian 12.5 is in

tingo@torfinn-precision5560:~$ cat /etc/debian_version 
12.5

kernel

tingo@torfinn-precision5560:~$ uname -a
Linux torfinn-precision5560 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64 GNU/Linux

2024-03-12: nvme1n1p1 - on reboot I landed in the grub command line, had to do ls, ls (hd1,gpt1)/, and finally

configfile (hd1,gpt1)/boot/grub/grub.cfg

to get Debian to boot.

2024-03-12: nvme1n1p1 - apt - upgrade

tingo@torfinn-precision5560:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  linux-image-6.1.0-18-amd64
The following packages have been kept back:
  fcitx5-chinese-addons-data
The following packages will be upgraded:
  atril atril-common base-files bind9-dnsutils bind9-host bind9-libs bluetooth bluez bluez-obexd ca-certificates-java cryptsetup cryptsetup-bin
  cryptsetup-initramfs cups cups-client cups-common cups-core-drivers cups-daemon cups-ipp-utils cups-ppdc cups-server-common curl dnsutils
  espeak-ng-data exfatprogs exim4-base exim4-config exim4-daemon-light firefox-esr firefox-esr-l10n-en-gb firefox-esr-l10n-nb-no
  fonts-noto-color-emoji fonts-opensymbol ghostscript gimp-data gir1.2-javascriptcoregtk-4.0 gir1.2-webkit2-4.0 gstreamer1.0-plugins-bad
  imagemagick-6-common intel-microcode libatrildocument3 libatrilview3 libbluetooth-dev libbluetooth3 libc-bin libc-dev-bin libc-devtools libc-l10n
  libc6 libc6-dev libc6-i386 libcaja-extension1 libcryptsetup12 libcups2 libcurl3-gnutls libcurl3-nss libcurl4 libde265-0 libespeak-ng1 libgimp2.0
  libgnutls-dane0 libgnutls30 libgs-common libgs10 libgs10-common libgstreamer-plugins-bad1.0-0 libisl23 libjavascriptcoregtk-4.0-18
  libjavascriptcoregtk-4.1-0 libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra libmagickwand-6.q16-6 libmariadb3 libnghttp2-14 libnss-myhostname
  libpam-systemd libperl5.36 libpipewire-0.3-0 libpipewire-0.3-common libpipewire-0.3-modules libpq5 libqpdf29 libreoffice-base-core
  libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk3 libreoffice-help-common libreoffice-help-en-gb
  libreoffice-help-en-us libreoffice-l10n-en-gb libreoffice-l10n-nb libreoffice-l10n-nn libreoffice-math libreoffice-style-colibre
  libreoffice-writer libspa-0.2-modules libssh-4 libssh-gcrypt-4 libsystemd-shared libsystemd0 libtiff6 libtinyxml2.6.2v5 libudev1 libunbound8
  libuno-cppu3 libuno-cppuhelpergcc3-3 libuno-purpenvhelpergcc3-3 libuno-sal3 libuno-salhelpergcc3-3 libuv1 libwebkit2gtk-4.0-37
  libwebkit2gtk-4.1-0 libzbar0 linux-image-amd64 linux-libc-dev locales mariadb-common openjdk-17-jre openjdk-17-jre-headless openssh-client
  openssh-server openssh-sftp-server ovmf perl perl-base perl-modules-5.36 pipewire pipewire-bin pipewire-pulse python3-uno qemu-block-extra
  qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 qemu-utils systemd systemd-sysv systemd-timesyncd tar tzdata udev
  uno-libs-private ure usb.ids usbutils usrmerge xserver-common xserver-xorg-core xserver-xorg-legacy
152 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 460 MB of archives.
After this operation, 409 MB of additional disk space will be used.
[..]
update-initramfs: Generating /boot/initrd.img-6.1.0-18-amd64
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libglib2.0-0:amd64 (2.74.6-2) ...
Processing triggers for ca-certificates-java (20230710~deb12u1) ...
done.
Setting up openjdk-17-jre:amd64 (17.0.10+7-1~deb12u1) ...

apt - autoremove

tingo@torfinn-precision5560:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  linux-image-5.10.0-20-amd64
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 318 MB disk space will be freed.
[..]
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.10.0-20-amd64
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-6.1.0-18-amd64
Found initrd image: /boot/initrd.img-6.1.0-18-amd64
Found linux image: /boot/vmlinuz-6.1.0-13-amd64
Found initrd image: /boot/initrd.img-6.1.0-13-amd64
Found linux image: /boot/vmlinuz-5.10.0-10-amd64
Found initrd image: /boot/initrd.img-5.10.0-10-amd64
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done

apt - autoclean

tingo@torfinn-precision5560:~$ sudo apt autoclean
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

2024-03-12: nvme1n1p1 - booted into Debian and set up the mouse again. Also tested netExtender (SonicWall). It works, but it is slow to connect, almost two minutes (1 min 55 secs).

2023-11-13: nvme1n1p1 - reboot, Debian 12.2 is in

tingo@torfinn-precision5560:~$ cat /etc/debian_version 
12.2

kernel

tingo@torfinn-precision5560:~$ uname -a
Linux torfinn-precision5560 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux

2023-11-13: nvme1n1p1 - upgrade to Debian 12. minimal upgrade first

tingo@torfinn-precision5560:~/work/debian_bullseye_upgrade$ sudo apt upgrade --without-new-pkgs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  gsfonts gsfonts-x11 gstreamer1.0-pulseaudio libappstream4 libglib2.0-bin libstemmer0d packagekit packagekit-tools
  xfce4-datetime-plugin
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
  acl acpi acpid alsa-utils anacron apparmor apt apt-utils arm-trusted-firmware-tools aspell at-spi2-core atril avahi-autoipd
  avahi-daemon base-passwd bash bind9-dnsutils bind9-host bind9-libs binutils binutils-arm-none-eabi binutils-common
  binutils-x86-64-linux-gnu blueman bluez bluez-obexd bolt bsdextrautils bsdutils btrfs-progs bubblewrap busybox bzip2 coinor-libcbc3
  coinor-libcgl1 coinor-libclp1 colord coreutils cpio cpp cron cryptsetup cryptsetup-bin cryptsetup-initramfs cups cups-browsed
  cups-client cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers cups-ipp-utils cups-ppdc curl dash dbus
  dbus-user-session dbus-x11 dconf-cli dconf-gsettings-backend dconf-service debianutils diffutils dirmngr dmidecode dmsetup
  dnsmasq-base dpkg dpkg-dev e2fsprogs efibootmgr eject enchant-2 espeak-ng-data exfatprogs exim4-base exim4-daemon-light exo-utils
  fakeroot fcitx fcitx-bin fcitx-data fcitx-frontend-all fcitx-frontend-qt5 fcitx-module-kimpanel fcitx-module-x11 fcitx-modules
  fcitx-pinyin fcitx-table fcitx-ui-classic fcitx5 fcitx5-chewing fcitx5-chinese-addons fcitx5-chinese-addons-bin
  fcitx5-chinese-addons-data fcitx5-config-qt fcitx5-data fcitx5-frontend-gtk3 fcitx5-frontend-qt5 fcitx5-module-chttrans
  fcitx5-module-cloudpinyin fcitx5-module-fullwidth fcitx5-module-pinyinhelper fcitx5-module-punctuation fcitx5-modules fcitx5-pinyin
  fcitx5-table fdisk file findutils firefox-esr firefox-esr-l10n-en-gb firefox-esr-l10n-nb-no fontconfig fuse fwupd g++ gcc
  gcc-arm-none-eabi gcr gdisk geoclue-2.0 gettext-base ghostscript gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-glib-2.0
  gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-nm-1.0 gir1.2-notify-0.7
  gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-soup-2.4 gir1.2-webkit2-4.0 git git-man glib-networking glib-networking-services
  gnome-desktop3-data gnome-firmware gnome-keyring gnupg gnupg-l10n gnupg-utils goldendict gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm gpgv grep groff-base grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub2-common gsasl-common
  gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-base
  gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio gstreamer1.0-x gtk-update-icon-cache guile-2.2-libs gvfs
  gvfs-common gvfs-daemons gvfs-libs gzip hostname hunspell i2c-tools iamerican ibritish ibus ibus-data ibus-gtk ibus-gtk3 ibus-hangul
  ibverbs-providers ienglish-common ifupdown init-system-helpers intel-media-va-driver ipp-usb iproute2 iptables iputils-ping
  isc-dhcp-client ispell iucode-tool kasumi kbd keyutils kmod less libaacs0 libacl1 libalgorithm-diff-xs-perl libapparmor1
  libappstream4 libapt-pkg6.0 libarchive13 libargon2-1 libasan6 libasound2 libasound2-data libasound2-plugins libaspell15 libassuan0
  libasyncns0 libatk1.0-0 libatkmm-1.6-1v5 libatomic1 libatopology2 libatrildocument3 libatrilview3 libatspi2.0-0 libaudit1
  libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libayatana-ido3-0.4-0 libayatana-indicator3-7
  libbabl-0.1-0 libbdplus0 libbinutils libblkid1 libblockdev-crypto2 libblockdev-utils2 libblockdev2 libbluray2
  libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-locale1.74.0 libboost-regex1.74.0 libboost-thread1.74.0 libbrlapi0.8
  libbsd0 libbz2-1.0 libc-bin libc-dev-bin libc-devtools libc6 libc6-dev libcairo-gobject-perl libcairo-gobject2 libcairo-perl
  libcairo2 libcanberra0 libcap-ng0 libcap2 libcap2-bin libcc1-0 libcdio19 libcdr-0.1-1 libchromaprint1 libclone-perl
  libclucene-core1v5 libcrypt-dev libcrypt1 libcryptsetup12 libctf0 libcups2 libcupsfilters1 libcurl3-gnutls libcurl4 libdaxctl1
  libdb5.3 libdbus-1-3 libdbus-1-dev libdconf1 libde265-0 libdevmapper1.02.1 libdjvulibre21 libdpkg-perl libdrm-amdgpu1 libdrm-intel1
  libdrm-nouveau2 libdrm-radeon1 libdrm2 libdvdread8 libdw1 libe-book-0.1-1 libedit2 libegl-mesa0 libegl1 libelf1 libenchant-2-2
  libenchant-2-voikko libespeak-ng1 libetonyek-0.1-1 libevdev2 libevent-2.1-7 libexiv2-27 libexo-2-0 libext2fs2 libfakeroot
  libfcitx-config4 libfcitx-core0 libfcitx-gclient1 libfcitx-qt5-1 libfcitx-utils0 libfcitx5-qt-data libfcitx5-qt1 libfcitx5config6
  libfcitx5core7 libfcitx5utils2 libfdisk1 libfftw3-double3 libfftw3-single3 libfido2-1 libfile-fcntllock-perl libflashrom1 libflite1
  libfontconfig1 libfreetype6 libfstrm0 libfuse2 libgarcon-1-0 libgbm1 libgc1 libgcc-s1 libgck-1-0 libgcr-base-3-1 libgcr-ui-3-1
  libgcrypt20 libgd3 libgdbm-compat4 libgdbm6 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgegl-0.4-0
  libgettextpo0 libgexiv2-2 libgfortran5 libgimp2.0 libgirepository-1.0-1 libgl1 libgl1-mesa-dri libglapi-mesa libgles2
  libglib-object-introspection-perl libglib-perl libglib2.0-0 libglib2.0-bin libglibmm-2.4-1v5 libglu1-mesa libglvnd0 libglx-mesa0
  libglx0 libgme0 libgnutls-dane0 libgnutls30 libgomp1 libgpg-error0 libgpgme11 libgpgmepp6 libgphoto2-6 libgphoto2-port12 libgpm2
  libgs9-common libgssapi-krb5-2 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0
  libgtk-3-0 libgtk-3-bin libgtkmm-3.0-1v5 libgupnp-igd-1.0-4 libgxps2 libharfbuzz-icu0 libharfbuzz0b libhfstospell11
  libhtml-parser-perl libhttp-message-perl libhunspell-1.7-0 libibus-1.0-5 libibverbs1 libical3 libime-bin libime-data
  libime-data-language-model libimecore0 libimepinyin0 libimetable0 libimobiledevice6 libinput-bin libinput10 libip4tc2 libip6tc2
  libitm1 libjack-jackd2-0 libjavascriptcoregtk-4.0-18 libjson-c5 libk5crypto3 libkmod2 libkpathsea6 libkrb5-3 libkrb5support0 libksba8
  liblangtag-common liblangtag1 libldb2 liblibreoffice-java liblilv-0-0 liblocale-gettext-perl liblouis20 liblouisutdml-bin
  liblouisutdml9 liblsan0 libltdl7 liblua5.2-0 liblzma5 libm17n-0 libmagic-mgc libmagic1 libmariadb3 libmarisa0 libmaxminddb0
  libmbim-glib4 libmbim-proxy libmd0 libmfx1 libmm-glib0 libmount1 libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libmspub-0.1-1
  libmwaw-0.3-3 libncurses6 libncursesw6 libndctl6 libneon27-gnutls libnet-dbus-perl libnet-ssleay-perl libnewt0.52 libnftables1
  libnftnl11 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm0 libnma-common libnma0 libnotify-bin libnotify4 libnspr4 libnss-mdns
  libnss-myhostname libnss3 libnuma1 libnumbertext-1.0-0 libopencc-data libopencc1.1 libopenjp2-7 libopenmpt0 libopenni2-0 libp11-kit0
  libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-systemd libpam0g libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
  libpangomm-1.4-1v5 libpangoxft-1.0-0 libpaper-utils libpaper1 libparted-fs-resize0 libparted2 libpcap0.8 libpcap0.8-dev libpci3
  libpciaccess0 libpcre2-16-0 libpcre2-8-0 libpcre3 libpcsclite1 libpipeline1 libpipewire-0.3-0 libpipewire-0.3-modules libplist3
  libplymouth5 libpmem1 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpoppler-cpp0v5 libpoppler-glib8 libpopt0 libpresage-data
  libpresage1v5 libproxy1v5 libpsl5 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpyside2-py3-5.15 libpython3-stdlib libqmi-glib5
  libqmi-proxy libqt5core5a libqt5dbus5 libqt5gui5 libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediagsttools5
  libqt5multimediawidgets5 libqt5network5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5qmlmodels5 libqt5quick5
  libqt5quickwidgets5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5waylandclient5 libqt5waylandcompositor5
  libqt5webchannel5 libqt5webengine-data libqt5webenginecore5 libqt5webenginewidgets5 libqt5webkit5 libqt5widgets5 libqt5x11extras5
  libqt5xml5 libquadmath0 libqxp-0.0-0 librabbitmq4 libraptor2-0 librasqal3 libraw20 librdf0 librdmacm1 libre2-9 libreadline8
  libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk3 libreoffice-help-common
  libreoffice-help-en-gb libreoffice-help-en-us libreoffice-l10n-en-gb libreoffice-l10n-nb libreoffice-l10n-nn libreoffice-math
  libreoffice-writer librevenge-0.0-0 librsvg2-2 librsvg2-common librubberband2 librust-bitflags-dev librust-lazy-static-dev
  librust-openssl-dev librust-openssl-sys-dev libsane-common libsane1 libsasl2-2 libsasl2-modules libsdl2-2.0-0 libsecret-1-0
  libselinux1 libsemanage-common libsensors5 libshiboken2-py3-5.15 libshout3 libslang2 libslirp0 libsmartcols1 libsmbclient libsndfile1
  libsndio7.0 libsnmp40 libsoup-gnome2.4-1 libsoup2.4-1 libspa-0.2-modules libspandsp2 libspectre1 libspeechd2 libsphinxbase3
  libspice-server1 libsqlite3-0 libss2 libssh-gcrypt-4 libssh2-1 libssl-dev libstdc++-arm-none-eabi-newlib libstdc++6 libsynctex2
  libsystemd0 libtalloc2 libtdb1 libtevent0 libtext-charwidth-perl libtext-iconv-perl libthunarx-3-0 libtinfo6 libtirpc-dev libtirpc3
  libtsan0 libtss2-esys-3.0.2-0 libtumbler-1-0 libubertooth-dev libubertooth1 libubsan1 libudev1 libuim-custom2 libuim8 libunbound8
  libunistring2 libuno-cppu3 libuno-cppuhelpergcc3-3 libuno-sal3 libunwind8 libupower-glib3 liburi-perl libutempter0 libuv1 libv4l-0
  libv4lconvert0 libva-drm2 libva-x11-2 libva2 libvdeplug2 libvdpau1 libvirglrenderer1 libvisio-0.1-1 libvisual-0.4-0 libvoikko1
  libvte-2.91-0 libvte-2.91-common libvulkan1 libwacom-bin libwacom-common libwavpack1 libwayland-client0 libwayland-cursor0
  libwayland-server0 libwbclient0 libwebkit2gtk-4.0-37 libwebpdemux2 libwebpmux3 libwoff1 libwpd-0.10-10 libwpe-1.0-1
  libwpebackend-fdo-1.0-1 libwps-0.4-4 libwrap0 libx11-6 libx11-xcb1 libxapian30 libxatracker2 libxenforeignmemory1 libxengnttab1
  libxfce4panel-2.0-4 libxfce4ui-2-0 libxfce4ui-utils libxfce4util-bin libxfce4util7 libxfont2 libxkbcommon-x11-0 libxkbcommon0
  libxkbregistry0 libxml-parser-perl libxml2 libxmlsec1-nss libxpm4 libxslt1.1 libxt6 libxtables12 libxxf86dga1 libz3-4 libzbar0
  libzmf-0.0-0 libzmq5 libzstd1 libzvbi-common libzvbi0 lightdm linux-image-amd64 lm-sensors locales login logrotate logsave lsb-base
  lsof mailutils mailutils-common man-db mdadm mesa-utils mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers modemmanager mokutil
  mount mousepad mozc-server mozc-utils-gui nano ncurses-base ncurses-bin ncurses-term network-manager network-manager-gnome nftables
  ntfs-3g ocl-icd-libopencl1 openssh-client openssh-server openssh-sftp-server openssl p11-kit p11-kit-modules packagekit
  packagekit-tools parole parted passwd pavucontrol pciutils perl perl-base perl-openssl-defaults perl-tk pinentry-curses
  pinentry-gnome3 pipewire pipewire-bin pkg-config plymouth plymouth-label policykit-1 policykit-1-gnome poppler-utils powertop ppp
  presage procps psmisc pulseaudio pulseaudio-module-bluetooth pulseaudio-utils python3 python3-brlapi python3-cairo python3-cups
  python3-cupshelpers python3-dbus python3-feedparser python3-gi python3-gi-cairo python3-ibus-1.0 python3-ldb python3-libvoikko
  python3-louis python3-minimal python3-numpy python3-pyside2.qtcore python3-pyside2.qtgui python3-pyside2.qtwidgets python3-requests
  python3-smbc python3-talloc python3-uno qemu-system-common qemu-system-gui qemu-system-x86 qemu-utils qt5-gtk-platformtheme
  qtwayland5 ristretto rsyslog rtkit ruby ruby-ffi samba-libs sane-utils sed shared-mime-info shim-signed speech-dispatcher
  speech-dispatcher-audio-plugins speech-dispatcher-espeak-ng sudo synaptic system-config-printer system-config-printer-common
  system-config-printer-udev systemd systemd-timesyncd sysvinit-utils tar thunar thunar-data thunar-volman traceroute tree tumbler
  tumbler-common ubertooth udev udisks2 uim uim-fep uim-gtk2.0 uim-gtk2.0-immodule uim-gtk3 uim-gtk3-immodule uim-mozc uim-plugins
  uim-qt5 uim-qt5-immodule uim-xim uno-libs-private unzip upower ure usb-modeswitch util-linux util-linux-locales uuid-runtime
  vim-common vim-tiny whiptail wireless-tools wpasupplicant x11-apps x11-xkb-utils x11-xserver-utils xarchiver xauth xbrlapi
  xdg-dbus-proxy xdg-desktop-portal xdg-desktop-portal-gtk xdg-user-dirs xfce4 xfce4-appfinder xfce4-cpufreq-plugin
  xfce4-cpugraph-plugin xfce4-diskperf-plugin xfce4-notifyd xfce4-panel xfce4-places-plugin xfce4-power-manager
  xfce4-power-manager-data xfce4-screenshooter xfce4-sensors-plugin xfce4-session xfce4-settings xfce4-systemload-plugin
  xfce4-taskmanager xfce4-whiskermenu-plugin xfconf xfdesktop4 xfdesktop4-data xfwm4 xiccd xkbset xsane xsane-common xserver-xorg-core
  xserver-xorg-input-libinput xserver-xorg-input-wacom xserver-xorg-legacy xserver-xorg-video-amdgpu xserver-xorg-video-ati
  xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-nouveau xserver-xorg-video-qxl xserver-xorg-video-radeon
  xserver-xorg-video-vesa xserver-xorg-video-vmware xterm xxd xxkb xz-utils zenity zip zstd
The following packages will be upgraded:
  adduser adwaita-icon-theme alsa-topology-conf alsa-ucm-conf amd64-microcode aspell-am aspell-ca aspell-cs aspell-cy aspell-da
  aspell-de aspell-el aspell-en aspell-eo aspell-es aspell-et aspell-eu aspell-gl-minimos aspell-hr aspell-hu aspell-is aspell-kk
  aspell-lt aspell-lv aspell-pt-br aspell-pt-pt aspell-ro aspell-ru aspell-sk aspell-sl aspell-sv aspell-tl aspell-uk atmel-firmware
  atril-common base-files bc bluetooth bluez-firmware ca-certificates coinor-libcoinutils3v5 colord-data console-setup
  console-setup-linux cryptsetup-run cups-common cups-server-common dahdi-firmware-nonfree debconf debconf-i18n debian-archive-keyring
  desktop-base dfu-util dictionaries-common dns-root-data dns323-firmware-tools dnsutils emacsen-common exfalso exim4-config
  fcitx-frontend-gtk2 fcitx-frontend-gtk3 fcitx-m17n fcitx-module-dbus fcitx-module-lua fcitx-table-amharic
  fcitx-table-malayalam-phonetic firmware-amd-graphics firmware-ath9k-htc firmware-atheros firmware-bnx2 firmware-bnx2x
  firmware-brcm80211 firmware-cavium firmware-intel-sound firmware-ipw2x00 firmware-ivtv firmware-iwlwifi firmware-libertas
  firmware-linux firmware-linux-nonfree firmware-microbit-micropython firmware-microbit-micropython-doc firmware-misc-nonfree
  firmware-myricom firmware-netronome firmware-netxen firmware-qcom-media firmware-qcom-soc firmware-qlogic firmware-realtek
  firmware-samsung firmware-siano firmware-sof-signed firmware-ti-connectivity firmware-zd1211 fontconfig-config fonts-dejavu
  fonts-dejavu-core fonts-dejavu-extra fonts-ipafont fonts-ipafont-gothic fonts-ipafont-mincho fonts-liberation2
  fonts-lohit-beng-bengali fonts-lohit-deva fonts-lohit-guru fonts-noto-cjk fonts-noto-cjk-extra fonts-noto-color-emoji
  fonts-opensymbol fonts-sil-abyssinica fonts-sil-andika fonts-thai-tlwg fonts-tlwg-garuda fonts-tlwg-garuda-ttf fonts-tlwg-kinnari
  fonts-tlwg-kinnari-ttf fonts-tlwg-laksaman fonts-tlwg-laksaman-ttf fonts-tlwg-loma fonts-tlwg-loma-ttf fonts-tlwg-mono
  fonts-tlwg-mono-ttf fonts-tlwg-norasi fonts-tlwg-norasi-ttf fonts-tlwg-purisa fonts-tlwg-purisa-ttf fonts-tlwg-sawasdee
  fonts-tlwg-sawasdee-ttf fonts-tlwg-typewriter fonts-tlwg-typewriter-ttf fonts-tlwg-typist fonts-tlwg-typist-ttf fonts-tlwg-typo
  fonts-tlwg-typo-ttf fonts-tlwg-umpush fonts-tlwg-umpush-ttf fonts-tlwg-waree fonts-tlwg-waree-ttf fonts-unifont fonts-urw-base35
  fonts-vlgothic fwupd-amd64-signed fxload gimp-data gimp-help-common gimp-help-sv gir1.2-atk-1.0 gir1.2-ayatanaappindicator3-0.1
  gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-harfbuzz-0.0 gir1.2-packagekitglib-1.0 gir1.2-secret-1
  gir1.2-wnck-3.0 glib-networking-common gnome-accessibility-themes gnome-keyring-pkcs11 gnome-themes-extra gnome-themes-extra-data
  grub-firmware-qemu gsettings-desktop-schemas gsfonts gsfonts-x11 hunspell-ar hunspell-bg hunspell-bs hunspell-ca hunspell-cs
  hunspell-da hunspell-de-at hunspell-de-ch hunspell-de-de hunspell-el hunspell-en-gb hunspell-en-us hunspell-eu hunspell-gl
  hunspell-gu hunspell-hi hunspell-hr hunspell-hu hunspell-id hunspell-is hunspell-it hunspell-kk hunspell-kmr hunspell-lt hunspell-lv
  hunspell-ne hunspell-pl hunspell-pt-br hunspell-pt-pt hunspell-ro hunspell-ru hunspell-si hunspell-sl hunspell-sr hunspell-sv
  hunspell-te hunspell-th hunspell-vi hyphen-de hyphen-hr hyphen-hu hyphen-lt ibrazilian icatalan idanish ifrench-gut iitalian
  ilithuanian im-config ingerman init initramfs-tools initramfs-tools-core intel-microcode inxi ipolish iportuguese irussian
  isc-dhcp-common iso-codes ispanish iswiss iw keyboard-configuration klibc-utils libaa1 libaio1 libalgorithm-merge-perl libamd2
  libass9 libatk-adaptor libatk-bridge2.0-0 libattr1 libaudit-common libauthen-sasl-perl libayatana-appindicator3-1 libblas3
  libblockdev-fs2 libblockdev-loop2 libblockdev-part-err2 libblockdev-part2 libblockdev-swap2 libbluetooth-dev libbluetooth3 libbrotli1
  libbs2b0 libburn4 libc-l10n libcaca0 libcairomm-1.0-1v5 libcaja-extension1 libcamd2 libcanberra-gtk3-0 libcanberra-gtk3-module
  libcapstone4 libccolamd2 libcdparanoia0 libchewing3 libchewing3-data libcholmod3 libclucene-contribs1v5 libcolamd2 libcolord2
  libcolorhug2 libcom-err2 libctf-nobfd0 libdata-dump-perl libdatrie1 libdbus-glib-1-2 libdbusmenu-glib4 libdbusmenu-gtk3-4
  libdc1394-25 libdebconfclient0 libdeflate0 libdouble-conversion3 libdrm-common libdv4 libdvdnav4 libeb16 libencode-locale-perl
  libepoxy0 liberror-perl libestr0 libexecs0 libexif12 libexo-common libexpat1 libextutils-depends-perl libextutils-pkgconfig-perl
  libfaad2 libfastjson4 libfcitx-qt5-data libfdt1 libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl
  libfile-mimeinfo-perl libfont-afm-perl libfontembed1 libfribidi0 libftdi1-2 libfwupd2 libgarcon-common libgarcon-gtk3-1-0
  libgcab-1.0-0 libgcroots0 libgegl-common libglib2.0-data libgmp10 libgphoto2-l10n libgraphene-1.0-0 libgsm1 libgtk-3-common
  libgtk3-perl libgtksourceview-3.0-1 libgudev-1.0-0 libgusb2 libhogweed6 libhtml-form-perl libhtml-format-perl libhtml-tagset-perl
  libhtml-tree-perl libhttp-daemon-perl libhttp-date-perl libhttp-negotiate-perl libi2c0 libidn2-0 libiec61883-0 libio-html-perl
  libio-socket-ssl-perl libipc-system-simple-perl libisl23 libisofs6 libiw30 libjansson4 libjbig0 libjbig2dec0 libjcat1 libjpeg62-turbo
  libjs-jquery libjs-sphinxdoc libjs-underscore libjson-glib-1.0-0 libjson-glib-1.0-common libkeyutils1 libkf5itemviews-data
  libkf5itemviews5 libkf5widgetsaddons-data libkf5widgetsaddons5 libklibc liblapack3 liblcms2-2 libldap-common liblightdm-gobject-1-0
  liblognorm5 liblouis-data liblouisutdml-data libltc11 liblwp-mediatypes-perl liblz4-1 libmailtools-perl libmanette-0.2-0 libmd4c0
  libmjpegutils-2.1-0 libmp3lame0 libmpc3 libmpfr6 libmysofa1 libmythes-1.2-0 libndp0 libnet-http-perl libnet-smtp-ssl-perl
  libnetfilter-conntrack3 libnettle8 libnewlib-arm-none-eabi libnewlib-dev libnfnetlink0 libnghttp2-14 libnice10 libntlm0
  libnumbertext-data libogg0 libopencore-amrnb0 libopencore-amrwb0 libopus0 liborc-0.4-0 libpackagekit-glib2-18 libpam-runtime
  libpcap-dev libpcaudio0 libpixman-1-0 libpng16-16 libpocketsphinx3 libprotobuf-c1 libqrcodegencpp1 libqt5help5 libqt5pas1
  libreoffice-style-colibre libreoffice-voikko librust-autocfg-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
  libsamplerate0 libsasl2-modules-db libsbc1 libseccomp2 libsecret-common libsensors-config libserd-0-0 libsigc++-2.0-0v5 libsnappy1v5
  libsnmp-base libsonic0 libsord-0-0 libsoundtouch1 libspeex1 libspeexdsp1 libsratom-0-0 libsrtp2-1 libstemmer0d libsuitesparseconfig5
  libtag1v5 libtag1v5-vanilla libtagc0 libtasn1-6 libtext-wrapi18n-perl libthai-data libthai0 libtheora0 libtie-ixhash-perl
  libtinyxml2.6.2v5 libtirpc-common libtry-tiny-perl libtss2-mu0 libtss2-sys1 libtss2-tcti-cmd0 libtss2-tcti-device0
  libtss2-tcti-mssim0 libtss2-tcti-swtpm0 libudfread0 libudisks2-0 libuim-data libuim-scm0 libumfpack5 libuno-purpenvhelpergcc3-3
  libuno-salhelpergcc3-3 libunoloader-java libusb-1.0-0 libusb-1.0-0-dev libusb-1.0-doc libusbredirparser1 libuuid1 libvolume-key1
  libwayland-egl1 libwnck-3-0 libwnck-3-common libwww-perl libx11-data libx11-protocol-perl libxaw7 libxcb-dri2-0 libxcb-dri3-0
  libxcb-glx0 libxcb-image0 libxcb-imdkit1 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1
  libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb1 libxcursor1 libxdamage1 libxencall1 libxendevicemodel1
  libxenevtchn1 libxenhypfs1 libxentoolcore1 libxentoollog1 libxext6 libxfce4ui-common libxfce4util-common libxfconf-0-3 libxfixes3
  libxft2 libxi6 libxinerama1 libxml-twig-perl libxml-xpathengine-perl libxmlsec1 libxmu6 libxmuu1 libxnvctrl0 libxrandr2 libxrender1
  libxres1 libxtst6 libxv1 libxxhash0 libyajl2 libyaml-0-2 lightdm-gtk-greeter linux-base linux-libc-dev m17n-db manpages manpages-dev
  mariadb-common mawk media-types mlterm mlterm-common mlterm-tools mobile-broadband-provider-info mozc-data myspell-eo myspell-es
  myspell-et myspell-fa myspell-sq myspell-uk mysql-common mythes-cs mythes-en-us mythes-fr mythes-it mythes-ne mythes-pl mythes-ru
  mythes-sk netbase node-normalize.css notification-daemon orca os-prober ovmf pci.ids pocketsphinx-en-us poppler-data powermgmt-base
  psf-unifont publicsuffix python3-certifi python3-chardet python3-idna python3-musicbrainzngs python3-mutagen python3-pkg-resources
  python3-pyatspi python3-pyinotify python3-pyvisa python3-pyvisa-py python3-serial python3-six python3-speechd
  python3-typing-extensions python3-urllib3 python3-usb python3-xdg qemu-system-data qttranslations5-l10n quodlibet rake
  readline-common ruby-minitest ruby-net-telnet ruby-power-assert ruby-rubygems ruby-test-unit ruby-xmlrpc runit-helper seabios
  sensible-utils shim-helpers-amd64-signed shim-signed-common shim-unsigned sound-icons sphinx-rtd-theme-common ssl-cert systemd-sysv
  t1-cyrillic t1-teams tango-icon-theme task-albanian-desktop task-amharic-desktop task-arabic-desktop task-asturian-desktop
  task-basque-desktop task-belarusian-desktop task-bengali-desktop task-bosnian-desktop task-brazilian-portuguese-desktop
  task-british-desktop task-bulgarian-desktop task-catalan-desktop task-chinese-s-desktop task-chinese-t-desktop task-croatian-desktop
  task-cyrillic-desktop task-czech-desktop task-danish-desktop task-desktop task-dutch-desktop task-dzongkha-desktop task-english
  task-esperanto-desktop task-estonian-desktop task-finnish-desktop task-french-desktop task-galician-desktop task-georgian-desktop
  task-german-desktop task-greek-desktop task-gujarati-desktop task-hebrew-desktop task-hindi-desktop task-hungarian-desktop
  task-icelandic-desktop task-indonesian-desktop task-irish-desktop task-italian-desktop task-japanese-desktop task-kannada-desktop
  task-kazakh-desktop task-khmer-desktop task-korean-desktop task-kurdish-desktop task-laptop task-latvian-desktop
  task-lithuanian-desktop task-macedonian-desktop task-malayalam-desktop task-marathi-desktop task-nepali-desktop
  task-northern-sami-desktop task-norwegian-desktop task-persian-desktop task-polish-desktop task-portuguese-desktop
  task-punjabi-desktop task-romanian-desktop task-russian-desktop task-serbian-desktop task-sinhala-desktop task-slovak-desktop
  task-slovenian-desktop task-south-african-english-desktop task-spanish-desktop task-swedish-desktop task-tamil-desktop
  task-telugu-desktop task-thai-desktop task-turkish-desktop task-ukrainian-desktop task-uyghur-desktop task-vietnamese-desktop
  task-welsh-desktop task-xfce-desktop task-xhosa-desktop tasksel tasksel-data tegaki-zinnia-japanese thunar-archive-plugin
  thunar-media-tags-plugin tpm-udev tzdata ubertooth-firmware ubertooth-firmware-source ucf uim-data unicode-cldr-core unifont
  update-inetd usb-modeswitch-data usb.ids usbutils va-driver-all vdpau-driver-all voikko-fi wamerican wbrazilian wcatalan wdanish
  wfrench wireless-regdb wngerman wpolish wportuguese wspanish wswedish x11-common x11-session-utils xbitmaps xfburn
  xfce4-battery-plugin xfce4-clipman xfce4-clipman-plugin xfce4-datetime-plugin xfce4-dict xfce4-goodies xfce4-helpers
  xfce4-mailwatch-plugin xfce4-netload-plugin xfce4-power-manager-plugins xfce4-pulseaudio-plugin xfce4-terminal xfce4-wavelan-plugin
  xfce4-xkb-plugin xfonts-100dpi xfonts-75dpi xfonts-base xfonts-encodings xfonts-scalable xfonts-thai xfonts-thai-etl
  xfonts-thai-manop xfonts-thai-nectec xfonts-thai-poonlap xfonts-thai-vor xfonts-unifont xkb-data xorg xserver-common xserver-xorg
  xserver-xorg-input-all xserver-xorg-video-all zenity-common zlib1g
740 upgraded, 0 newly installed, 0 to remove and 908 not upgraded.
Need to get 766 MB of archives.
After this operation, 65,7 MB of additional disk space will be used.
[..]
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-5.10.0-26-amd64

apt - full-upgrade

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  appstream cryptsetup-run fcitx5-config-qt fcitx5-data fcitx5-frontend-gtk3 fcitx5-frontend-qt5 fcitx5-module-chttrans
  fcitx5-module-cloudpinyin fcitx5-module-fullwidth fcitx5-module-punctuation fcitx5-modules g++-10 gir1.2-ayatanaappindicator3-0.1
  gnome-desktop3-data gsfonts-x11 gstreamer1.0-pulseaudio guile-2.2-libs hddtemp libabsl20200923 libappstream4 libatk1.0-data
  libavfilter7 libavformat58 libavresample4 libboost-regex1.74.0 libcbor0 libcmis-0.5-5v5 libextutils-pkgconfig-perl libfcitx5-qt-data
  libfcitx5-qt1 libfcitx5gclient1 libfcitx5gclient2 libflac8 libfluidsynth2 libfwupdplugin1 libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0
  libglew2.1 libglib2.0-bin libgs9-common libgssdp-1.2-0 libgupnp-1.2-0 libharfbuzz-subset0 libicu67 libidn11 libigdgmm11 libilmbase25
  libime-bin libime-data libime-data-language-model libimecore0 libimepinyin0 libimetable0 libimobiledevice6 libjim0.79
  libkf5itemviews-data libkf5itemviews5 libkf5widgetsaddons-data libkf5widgetsaddons5 libldap-2.4-2 liblibreoffice-java libllvm11
  libminizip1 libmms0 libmpdec3 libneon27-gnutls libntfs-3g883 libofa0 libopenexr25 liborcus-0.16-0 liborcus-parser-0.16-0 libotf0
  libperl5.32 libplist3 libpoppler102 libpostproc55 libprotobuf23 libpython3.9 libpython3.9-minimal libpython3.9-stdlib libqpdf28
  libqrcodegencpp1 libqt5quickwidgets5 libqt5webengine-data libqt5webenginecore5 libqt5webenginewidgets5 libre2-9 librest-0.7-0
  librust-cfg-if-0.1-dev libsrt1.4-gnutls libstdc++-10-dev libstemmer0d libswscale5 libtiff5 libunoloader-java liburing1 libusbmuxd6
  libxcb-ewmh2 libxcb-imdkit1 libxencall1 libxendevicemodel1 libxenevtchn1 libxenforeignmemory1 libxengnttab1 libxenhypfs1
  libxenmisc4.14 libxenstore3.0 libxentoolcore1 libxentoollog1 libxkbregistry0 libxmlb1 packagekit packagekit-tools perl-modules-5.32
  python3-certifi python3-chardet python3-charset-normalizer python3-ldb python3-requests python3-talloc python3.9 python3.9-minimal
  ruby2.7 tegaki-zinnia-japanese unicode-cldr-core ure-java usbmuxd xfce4-datetime-plugin
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  fcitx-pinyin fcitx-table fcitx-table-amharic fcitx-table-malayalam-phonetic fcitx5 fcitx5-chinese-addons fcitx5-module-emoji
  fcitx5-module-pinyinhelper fcitx5-module-quickphrase fcitx5-module-quickphrase-editor fcitx5-module-wayland fcitx5-module-xorg
  fcitx5-pinyin fcitx5-table fuse libgnome-desktop-3-19 libgs9 libgsasl7 libjuh-java libjurt-java libmailutils7 libridl-java
  libsemanage1 libwacom2
The following NEW packages will be installed:
  appstream at-spi2-common avahi-utils ca-certificates-java clang clang-14 cpp-12 cron-daemon-common dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common default-jre default-jre-headless fcitx-frontend-qt6 fcitx-module-quickphrase-editor5
  fuse3 g++-12 gcc-11-base gcc-12 gcc-12-base gir1.2-handy-1 gnome-icon-theme guile-3.0-libs ibus-gtk4 icu-devtools
  imagemagick-6-common java-common jq lib32gcc-s1 lib32stdc++6 libabsl20220623 libadwaita-1-0 libaom3 libasan8 libatk-wrapper-java
  libatk-wrapper-java-jni libavcodec59 libavfilter8 libavformat59 libavif15 libavutil57 libb2-1 libbpf1 libc6-i386
  libcairo-script-interpreter2 libcbor0.8 libcjson1 libclang-14-dev libclang-common-14-dev libclang-cpp14 libclang-dev
  libclang-rt-14-dev libclang1-14 libcloudproviders0 libcodec2-1.0 libcurl3-nss libdav1d6 libdecor-0-0 libdecor-0-plugin-1-cairo
  libdirectfb-1.7-7 libduktape207 libfcitx5gclient2 libffi-dev libffi8 libfile-find-rule-perl libflac12 libfluidsynth3 libfmt9
  libfreeaptx0 libfuse3-3 libgav1-1 libgcc-12-dev libgfapi0 libgfrpc0 libgfxdr0 libgif7 libglusterfs0 libgprofng0 libgs-common libgs10
  libgs10-common libgsasl18 libgspell-1-2 libgspell-1-common libgssdp-1.6-0 libgssglue1 libgtk-4-1 libgtk-4-bin libgtk-4-common
  libgtksourceview-4-0 libgtksourceview-4-common libgupnp-1.6-0 libhandy-1-0 libharfbuzz-subset0 libheif1 libhwy1 libicu-dev libicu72
  libidn12 libigdgmm12 libimath-3-1-29 libiscsi7 libjavascriptcoregtk-4.1-0 libjaylink0 libjemalloc2 libjim0.81 libjq1 libjxl0.7
  libjxr-tools libjxr0 libldacbt-enc2 libldap-2.5-0 liblerc4 libllvm14 libllvm15 liblqr-1-0 liblrdf0 liblua5.3-0 libmagickcore-6.q16-6
  libmagickcore-6.q16-6-extra libmagickwand-6.q16-6 libmailutils9 libmbedcrypto7 libmbim-utils libmousepad0 libncurses-dev libneon27
  libnfs13 libntfs-3g89 libnumber-compare-perl libobjc-12-dev libobjc4 libonig5 libopenexr-3-1-30 libopengl0 libopenh264-7
  liborcus-0.17-0 liborcus-parser-0.17-0 libotf1 libperl5.36 libpfm4 libpipewire-0.3-common libpkgconf3 libplacebo208 libpoppler126
  libpostproc56 libpq5 libproc2-0 libprotobuf32 libpython3.11 libpython3.11-minimal libpython3.11-stdlib libqmi-utils libqpdf29
  libqrtr-glib0 libqt6core6 libqt6dbus6 libqt6gui6 libqt6network6 librados2 librav1e0 librbd1 libregexp-ipv6-perl librist4 libruby
  libruby3.1 librust-addr2line+cpp-demangle-dev librust-addr2line+default-dev librust-addr2line+object-dev
  librust-addr2line+rustc-demangle-dev librust-addr2line+std-dev librust-addr2line+std-object-dev librust-addr2line-dev
  librust-adler-dev librust-ahash-0.7-dev librust-aho-corasick-dev librust-arbitrary-dev librust-atty-dev librust-backtrace-dev
  librust-bindgen+clap-dev librust-bindgen+default-dev librust-bindgen+env-logger-dev librust-bindgen+log-dev
  librust-bindgen+logging-dev librust-bindgen+runtime-dev librust-bindgen+which-dev librust-bindgen-dev librust-bumpalo-dev
  librust-bytes-dev librust-cexpr-dev librust-cfg-if-dev librust-clang-sys+libloading-dev librust-clang-sys-dev librust-clap-3-dev
  librust-clap-derive-3-dev librust-clap-lex-dev librust-compiler-builtins-dev librust-const-random-dev librust-const-random-macro-dev
  librust-cpp-demangle-dev librust-crc32fast-dev librust-crossbeam-channel-dev librust-crossbeam-deque-dev
  librust-crossbeam-epoch+std-dev librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev librust-ctor-dev
  librust-derive-arbitrary-dev librust-either-dev librust-env-logger+atty-dev librust-env-logger+default-dev
  librust-env-logger+humantime-dev librust-env-logger+regex-dev librust-env-logger+termcolor-dev librust-env-logger-dev
  librust-erased-serde-dev librust-errno-dev librust-fallible-iterator-dev librust-fixedbitset-dev librust-flate2+miniz-oxide-dev
  librust-flate2-dev librust-getrandom-dev librust-gimli-dev librust-glob-dev librust-hashbrown-dev librust-heck-dev
  librust-humantime-dev librust-indexmap-dev librust-io-lifetimes-dev librust-itoa-dev librust-lazycell-dev librust-libloading-dev
  librust-linked-hash-map-dev librust-linux-raw-sys+compiler-builtins-dev librust-linux-raw-sys+core-dev
  librust-linux-raw-sys+default-dev librust-linux-raw-sys+rustc-dep-of-std-dev librust-linux-raw-sys-dev librust-lock-api-dev
  librust-log-dev librust-memchr-dev librust-memoffset-dev librust-minimal-lexical-dev librust-miniz-oxide-dev librust-mio-dev
  librust-nom+std-dev librust-nom-dev librust-num-cpus-dev librust-object-dev librust-once-cell-dev librust-openssl-macros-dev
  librust-os-pipe-dev librust-os-str-bytes-dev librust-owning-ref-dev librust-parking-lot-core+deadlock-detection-dev
  librust-parking-lot-core+petgraph-dev librust-parking-lot-core+thread-id-dev librust-parking-lot-core-dev librust-parking-lot-dev
  librust-peeking-take-while-dev librust-petgraph-dev librust-pin-project-lite-dev librust-ppv-lite86-dev librust-print-bytes-dev
  librust-proc-macro-error-attr-dev librust-proc-macro-error-dev librust-proc-macro-hack-dev librust-proc-macro2-dev
  librust-quickcheck+default-dev librust-quickcheck+regex-dev librust-quickcheck+use-logging-dev librust-quickcheck-dev
  librust-quote+proc-macro-dev librust-quote-dev librust-rand-chacha-dev librust-rand-core+getrandom-dev librust-rand-core+serde-dev
  librust-rand-core+std-dev librust-rand-core-dev librust-rand-dev librust-rayon-core-dev librust-rayon-dev
  librust-regex+aho-corasick-dev librust-regex+default-dev librust-regex+memchr-dev librust-regex+perf-dev
  librust-regex+perf-literal-dev librust-regex+unicode-age-dev librust-regex+unicode-bool-dev librust-regex+unicode-case-dev
  librust-regex+unicode-dev librust-regex+unicode-gencat-dev librust-regex+unicode-perl-dev librust-regex+unicode-script-dev
  librust-regex+unicode-segment-dev librust-regex-dev librust-regex-syntax+unicode-dev librust-regex-syntax-dev
  librust-rustc-demangle-dev librust-rustc-hash-dev librust-rustc-std-workspace-core-dev librust-rustix-dev librust-scopeguard-dev
  librust-serde+serde-derive-dev librust-serde-derive-dev librust-serde-dev librust-serde-fmt-dev librust-shlex-dev
  librust-signal-hook-registry-dev librust-smallvec-dev librust-smawk-dev librust-socket2-dev librust-spin-dev
  librust-stable-deref-trait-dev librust-strsim-dev librust-sval+serde1-lib-dev librust-sval-dev librust-syn-dev librust-syn-mid-dev
  librust-termcolor-dev librust-terminal-size-dev librust-textwrap-dev librust-thread-id-dev librust-tiny-keccak-dev librust-tokio-dev
  librust-tokio-macros-dev librust-tracing-attributes-dev librust-tracing-core-dev librust-tracing-dev librust-unicase-dev
  librust-unicode-ident-dev librust-unicode-linebreak-dev librust-unicode-segmentation-dev librust-unicode-width-dev
  librust-uniquote-dev librust-valuable-derive-dev librust-valuable-dev librust-value-bag-dev librust-version-check-dev
  librust-which-dev librust-winapi-dev librust-winapi-i686-pc-windows-gnu-dev librust-winapi-util-dev
  librust-winapi-x86-64-pc-windows-gnu-dev librust-yaml-rust-dev libsemanage2 libsepol2 libsoup-3.0-0 libsoup-3.0-common
  libsoup2.4-common libsrt1.5-gnutls libssh-4 libssl3 libstdc++-12-dev libstdc++-arm-none-eabi-dev libsvtav1enc1 libswresample4
  libswscale6 libsystemd-shared libtext-glob-perl libtiff6 libtinfo-dev libts0 libtsan2 liburing2 libvpx7 libwacom9 libwebkit2gtk-4.1-0
  libwebp7 libwireplumber-0.4-0 libwmflite-0.2-7 libx264-164 libx265-199 libxcb-damage0 libxcvt0 libxml2-dev libxmlb2 libyuv0 libz3-dev
  libzimg2 libzxing2 linux-image-6.1.0-13-amd64 llvm llvm-14 llvm-14-dev llvm-14-linker-tools llvm-14-runtime llvm-14-tools
  llvm-runtime lynx lynx-common mailcap mesa-utils-bin node-clipboard node-prismjs nss-plugin-pem openjdk-17-jre
  openjdk-17-jre-headless perl-modules-5.36 pipewire-pulse pkexec pkgconf pkgconf-bin polkitd polkitd-pkla python3-charset-normalizer
  python3-libevdev python3-pygments python3-pyudev python3-sgmllib3k python3-yaml python3.11 python3.11-minimal qemu-block-extra
  qt6-gtk-platformtheme qt6-qpa-plugins qt6-translations-l10n rpcsvc-proto ruby-sdbm ruby-webrick ruby3.1 sane-airscan sgml-base
  ure-java usrmerge util-linux-extra wireplumber xcvt xml-core
The following packages have been kept back:
  fcitx5-chinese-addons-data fcitx5-module-chttrans fcitx5-module-fullwidth fcitx5-module-punctuation
The following packages will be upgraded:
  acl acpi acpid alsa-utils anacron apparmor apt apt-utils arm-trusted-firmware-tools aspell at-spi2-core atril avahi-autoipd
  avahi-daemon base-passwd bash bind9-dnsutils bind9-host bind9-libs binutils binutils-arm-none-eabi binutils-common
  binutils-x86-64-linux-gnu blueman bluez bluez-obexd bolt bsdextrautils bsdutils btrfs-progs bubblewrap busybox bzip2 coinor-libcbc3
  coinor-libcgl1 coinor-libclp1 colord coreutils cpio cpp cron cryptsetup cryptsetup-bin cryptsetup-initramfs cups cups-browsed
  cups-client cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers cups-ipp-utils cups-ppdc curl dash dbus
  dbus-user-session dbus-x11 dconf-cli dconf-gsettings-backend dconf-service debianutils diffutils dirmngr dmidecode dmsetup
  dnsmasq-base dpkg dpkg-dev e2fsprogs efibootmgr eject enchant-2 espeak-ng-data exfatprogs exim4-base exim4-daemon-light exo-utils
  fakeroot fcitx fcitx-bin fcitx-data fcitx-frontend-all fcitx-frontend-qt5 fcitx-module-kimpanel fcitx-module-x11 fcitx-modules
  fcitx-ui-classic fcitx5-chewing fcitx5-chinese-addons-bin fcitx5-config-qt fcitx5-data fcitx5-frontend-gtk3 fcitx5-frontend-qt5
  fcitx5-module-cloudpinyin fcitx5-modules fdisk file findutils firefox-esr firefox-esr-l10n-en-gb firefox-esr-l10n-nb-no fontconfig
  fwupd g++ gcc gcc-arm-none-eabi gcr gdisk geoclue-2.0 gettext-base ghostscript gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-glib-2.0
  gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 gir1.2-ibus-1.0 gir1.2-javascriptcoregtk-4.0 gir1.2-nm-1.0 gir1.2-notify-0.7
  gir1.2-pango-1.0 gir1.2-polkit-1.0 gir1.2-soup-2.4 gir1.2-webkit2-4.0 git git-man glib-networking glib-networking-services
  gnome-desktop3-data gnome-firmware gnome-keyring gnupg gnupg-l10n gnupg-utils goldendict gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm gpgv grep groff-base grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub2-common gsasl-common
  gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-libav gstreamer1.0-plugins-bad gstreamer1.0-plugins-base
  gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio gstreamer1.0-x gtk-update-icon-cache guile-2.2-libs gvfs
  gvfs-common gvfs-daemons gvfs-libs gzip hostname hunspell i2c-tools iamerican ibritish ibus ibus-data ibus-gtk ibus-gtk3 ibus-hangul
  ibverbs-providers ienglish-common ifupdown init-system-helpers intel-media-va-driver ipp-usb iproute2 iptables iputils-ping
  isc-dhcp-client ispell iucode-tool kasumi kbd keyutils kmod less libaacs0 libacl1 libalgorithm-diff-xs-perl libapparmor1
  libappstream4 libapt-pkg6.0 libarchive13 libargon2-1 libasan6 libasound2 libasound2-data libasound2-plugins libaspell15 libassuan0
  libasyncns0 libatk1.0-0 libatkmm-1.6-1v5 libatomic1 libatopology2 libatrildocument3 libatrilview3 libatspi2.0-0 libaudit1
  libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libayatana-ido3-0.4-0 libayatana-indicator3-7
  libbabl-0.1-0 libbdplus0 libbinutils libblkid1 libblockdev-crypto2 libblockdev-utils2 libblockdev2 libbluray2
  libboost-filesystem1.74.0 libboost-iostreams1.74.0 libboost-locale1.74.0 libboost-regex1.74.0 libboost-thread1.74.0 libbrlapi0.8
  libbsd0 libbz2-1.0 libc-bin libc-dev-bin libc-devtools libc6 libc6-dev libcairo-gobject-perl libcairo-gobject2 libcairo-perl
  libcairo2 libcanberra0 libcap-ng0 libcap2 libcap2-bin libcc1-0 libcdio19 libcdr-0.1-1 libchromaprint1 libclone-perl
  libclucene-core1v5 libcrypt-dev libcrypt1 libcryptsetup12 libctf0 libcups2 libcupsfilters1 libcurl3-gnutls libcurl4 libdaxctl1
  libdb5.3 libdbus-1-3 libdbus-1-dev libdconf1 libde265-0 libdevmapper1.02.1 libdjvulibre21 libdpkg-perl libdrm-amdgpu1 libdrm-intel1
  libdrm-nouveau2 libdrm-radeon1 libdrm2 libdvdread8 libdw1 libe-book-0.1-1 libedit2 libegl-mesa0 libegl1 libelf1 libenchant-2-2
  libenchant-2-voikko libespeak-ng1 libetonyek-0.1-1 libevdev2 libevent-2.1-7 libexiv2-27 libexo-2-0 libext2fs2 libfakeroot
  libfcitx-config4 libfcitx-core0 libfcitx-gclient1 libfcitx-qt5-1 libfcitx-utils0 libfcitx5-qt-data libfcitx5-qt1 libfcitx5config6
  libfcitx5core7 libfcitx5utils2 libfdisk1 libfftw3-double3 libfftw3-single3 libfido2-1 libfile-fcntllock-perl libflashrom1 libflite1
  libfontconfig1 libfreetype6 libfstrm0 libfuse2 libgarcon-1-0 libgbm1 libgc1 libgcc-s1 libgck-1-0 libgcr-base-3-1 libgcr-ui-3-1
  libgcrypt20 libgd3 libgdbm-compat4 libgdbm6 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgegl-0.4-0
  libgettextpo0 libgexiv2-2 libgfortran5 libgimp2.0 libgirepository-1.0-1 libgl1 libgl1-mesa-dri libglapi-mesa libgles2
  libglib-object-introspection-perl libglib-perl libglib2.0-0 libglib2.0-bin libglibmm-2.4-1v5 libglu1-mesa libglvnd0 libglx-mesa0
  libglx0 libgme0 libgnutls-dane0 libgnutls30 libgomp1 libgpg-error0 libgpgme11 libgpgmepp6 libgphoto2-6 libgphoto2-port12 libgpm2
  libgs9-common libgssapi-krb5-2 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0
  libgtk-3-0 libgtk-3-bin libgtkmm-3.0-1v5 libgupnp-igd-1.0-4 libgxps2 libharfbuzz-icu0 libharfbuzz0b libhfstospell11
  libhtml-parser-perl libhttp-message-perl libhunspell-1.7-0 libibus-1.0-5 libibverbs1 libical3 libime-bin libime-data
  libime-data-language-model libimecore0 libimepinyin0 libimetable0 libimobiledevice6 libinput-bin libinput10 libip4tc2 libip6tc2
  libitm1 libjack-jackd2-0 libjavascriptcoregtk-4.0-18 libjson-c5 libk5crypto3 libkmod2 libkpathsea6 libkrb5-3 libkrb5support0 libksba8
  liblangtag-common liblangtag1 libldb2 liblibreoffice-java liblilv-0-0 liblocale-gettext-perl liblouis20 liblouisutdml-bin
  liblouisutdml9 liblsan0 libltdl7 liblua5.2-0 liblzma5 libm17n-0 libmagic-mgc libmagic1 libmariadb3 libmarisa0 libmaxminddb0
  libmbim-glib4 libmbim-proxy libmd0 libmfx1 libmm-glib0 libmount1 libmpeg2encpp-2.1-0 libmpg123-0 libmplex2-2.1-0 libmspub-0.1-1
  libmwaw-0.3-3 libncurses6 libncursesw6 libndctl6 libneon27-gnutls libnet-dbus-perl libnet-ssleay-perl libnewt0.52 libnftables1
  libnftnl11 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm0 libnma-common libnma0 libnotify-bin libnotify4 libnspr4 libnss-mdns
  libnss-myhostname libnss3 libnuma1 libnumbertext-1.0-0 libopencc-data libopencc1.1 libopenjp2-7 libopenmpt0 libopenni2-0 libp11-kit0
  libpam-gnome-keyring libpam-modules libpam-modules-bin libpam-systemd libpam0g libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
  libpangomm-1.4-1v5 libpangoxft-1.0-0 libpaper-utils libpaper1 libparted-fs-resize0 libparted2 libpcap0.8 libpcap0.8-dev libpci3
  libpciaccess0 libpcre2-16-0 libpcre2-8-0 libpcre3 libpcsclite1 libpipeline1 libpipewire-0.3-0 libpipewire-0.3-modules libplist3
  libplymouth5 libpmem1 libpolkit-agent-1-0 libpolkit-gobject-1-0 libpoppler-cpp0v5 libpoppler-glib8 libpopt0 libpresage-data
  libpresage1v5 libproxy1v5 libpsl5 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpyside2-py3-5.15 libpython3-stdlib libqmi-glib5
  libqmi-proxy libqt5core5a libqt5dbus5 libqt5gui5 libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediagsttools5
  libqt5multimediawidgets5 libqt5network5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5qmlmodels5 libqt5quick5
  libqt5quickwidgets5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5waylandclient5 libqt5waylandcompositor5
  libqt5webchannel5 libqt5webengine-data libqt5webenginecore5 libqt5webenginewidgets5 libqt5webkit5 libqt5widgets5 libqt5x11extras5
  libqt5xml5 libquadmath0 libqxp-0.0-0 librabbitmq4 libraptor2-0 librasqal3 libraw20 librdf0 librdmacm1 libre2-9 libreadline8
  libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk3 libreoffice-help-common
  libreoffice-help-en-gb libreoffice-help-en-us libreoffice-l10n-en-gb libreoffice-l10n-nb libreoffice-l10n-nn libreoffice-math
  libreoffice-writer librevenge-0.0-0 librsvg2-2 librsvg2-common librubberband2 librust-bitflags-dev librust-lazy-static-dev
  librust-openssl-dev librust-openssl-sys-dev libsane-common libsane1 libsasl2-2 libsasl2-modules libsdl2-2.0-0 libsecret-1-0
  libselinux1 libsemanage-common libsensors5 libshiboken2-py3-5.15 libshout3 libslang2 libslirp0 libsmartcols1 libsmbclient libsndfile1
  libsndio7.0 libsnmp40 libsoup-gnome2.4-1 libsoup2.4-1 libspa-0.2-modules libspandsp2 libspectre1 libspeechd2 libsphinxbase3
  libspice-server1 libsqlite3-0 libss2 libssh-gcrypt-4 libssh2-1 libssl-dev libstdc++-arm-none-eabi-newlib libstdc++6 libsynctex2
  libsystemd0 libtalloc2 libtdb1 libtevent0 libtext-charwidth-perl libtext-iconv-perl libthunarx-3-0 libtinfo6 libtirpc-dev libtirpc3
  libtsan0 libtss2-esys-3.0.2-0 libtumbler-1-0 libubertooth-dev libubertooth1 libubsan1 libudev1 libuim-custom2 libuim8 libunbound8
  libunistring2 libuno-cppu3 libuno-cppuhelpergcc3-3 libuno-sal3 libunwind8 libupower-glib3 liburi-perl libutempter0 libuv1 libv4l-0
  libv4lconvert0 libva-drm2 libva-x11-2 libva2 libvdeplug2 libvdpau1 libvirglrenderer1 libvisio-0.1-1 libvisual-0.4-0 libvoikko1
  libvte-2.91-0 libvte-2.91-common libvulkan1 libwacom-bin libwacom-common libwavpack1 libwayland-client0 libwayland-cursor0
  libwayland-server0 libwbclient0 libwebkit2gtk-4.0-37 libwebpdemux2 libwebpmux3 libwoff1 libwpd-0.10-10 libwpe-1.0-1
  libwpebackend-fdo-1.0-1 libwps-0.4-4 libwrap0 libx11-6 libx11-xcb1 libxapian30 libxatracker2 libxenforeignmemory1 libxengnttab1
  libxfce4panel-2.0-4 libxfce4ui-2-0 libxfce4ui-utils libxfce4util-bin libxfce4util7 libxfont2 libxkbcommon-x11-0 libxkbcommon0
  libxkbregistry0 libxml-parser-perl libxml2 libxmlsec1-nss libxpm4 libxslt1.1 libxt6 libxtables12 libxxf86dga1 libz3-4 libzbar0
  libzmf-0.0-0 libzmq5 libzstd1 libzvbi-common libzvbi0 lightdm linux-image-amd64 lm-sensors locales login logrotate logsave lsb-base
  lsof mailutils mailutils-common man-db mdadm mesa-utils mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers modemmanager mokutil
  mount mousepad mozc-server mozc-utils-gui nano ncurses-base ncurses-bin ncurses-term network-manager network-manager-gnome nftables
  ntfs-3g ocl-icd-libopencl1 openssh-client openssh-server openssh-sftp-server openssl p11-kit p11-kit-modules packagekit
  packagekit-tools parole parted passwd pavucontrol pciutils perl perl-base perl-openssl-defaults perl-tk pinentry-curses
  pinentry-gnome3 pipewire pipewire-bin pkg-config plymouth plymouth-label policykit-1 policykit-1-gnome poppler-utils powertop ppp
  presage procps psmisc pulseaudio pulseaudio-module-bluetooth pulseaudio-utils python3 python3-brlapi python3-cairo python3-cups
  python3-cupshelpers python3-dbus python3-feedparser python3-gi python3-gi-cairo python3-ibus-1.0 python3-ldb python3-libvoikko
  python3-louis python3-minimal python3-numpy python3-pyside2.qtcore python3-pyside2.qtgui python3-pyside2.qtwidgets python3-requests
  python3-smbc python3-talloc python3-uno qemu-system-common qemu-system-gui qemu-system-x86 qemu-utils qt5-gtk-platformtheme
  qtwayland5 ristretto rsyslog rtkit ruby ruby-ffi samba-libs sane-utils sed shared-mime-info shim-signed speech-dispatcher
  speech-dispatcher-audio-plugins speech-dispatcher-espeak-ng sudo synaptic system-config-printer system-config-printer-common
  system-config-printer-udev systemd systemd-timesyncd sysvinit-utils tar thunar thunar-data thunar-volman traceroute tree tumbler
  tumbler-common ubertooth udev udisks2 uim uim-fep uim-gtk2.0 uim-gtk2.0-immodule uim-gtk3 uim-gtk3-immodule uim-mozc uim-plugins
  uim-qt5 uim-qt5-immodule uim-xim uno-libs-private unzip upower ure usb-modeswitch util-linux util-linux-locales uuid-runtime
  vim-common vim-tiny whiptail wireless-tools wpasupplicant x11-apps x11-xkb-utils x11-xserver-utils xarchiver xauth xbrlapi
  xdg-dbus-proxy xdg-desktop-portal xdg-desktop-portal-gtk xdg-user-dirs xfce4 xfce4-appfinder xfce4-cpufreq-plugin
  xfce4-cpugraph-plugin xfce4-diskperf-plugin xfce4-notifyd xfce4-panel xfce4-places-plugin xfce4-power-manager
  xfce4-power-manager-data xfce4-screenshooter xfce4-sensors-plugin xfce4-session xfce4-settings xfce4-systemload-plugin
  xfce4-taskmanager xfce4-whiskermenu-plugin xfconf xfdesktop4 xfdesktop4-data xfwm4 xiccd xkbset xsane xsane-common xserver-xorg-core
  xserver-xorg-input-libinput xserver-xorg-input-wacom xserver-xorg-legacy xserver-xorg-video-amdgpu xserver-xorg-video-ati
  xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-nouveau xserver-xorg-video-qxl xserver-xorg-video-radeon
  xserver-xorg-video-vesa xserver-xorg-video-vmware xterm xxd xxkb xz-utils zenity zip zstd
896 upgraded, 431 newly installed, 24 to remove and 4 not upgraded.
Need to get 1551 MB of archives.
After this operation, 3470 MB of additional disk space will be used.
[..]
Processing triggers for dbus (1.14.10-1~deb12u1) ...
Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ...
Processing triggers for shim-signed:amd64 (1.39+15.7-1) ...

apt - autoremove

ingo@torfinn-precision5560:~/work/debian_bullseye_upgrade$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  appstream cryptsetup-run fcitx5-config-qt fcitx5-data fcitx5-frontend-gtk3 fcitx5-frontend-qt5 fcitx5-module-chttrans
  fcitx5-module-cloudpinyin fcitx5-module-fullwidth fcitx5-module-punctuation fcitx5-modules g++-10 gir1.2-ayatanaappindicator3-0.1
  gnome-desktop3-data gsfonts-x11 gstreamer1.0-pulseaudio guile-2.2-libs hddtemp libabsl20200923 libappstream4 libatk1.0-data
  libavfilter7 libavformat58 libavresample4 libboost-regex1.74.0 libcbor0 libcmis-0.5-5v5 libextutils-pkgconfig-perl libfcitx5-qt-data
  libfcitx5-qt1 libfcitx5gclient1 libfcitx5gclient2 libflac8 libfluidsynth2 libfwupdplugin1 libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0
  libglew2.1 libglib2.0-bin libgs9-common libgssdp-1.2-0 libgupnp-1.2-0 libharfbuzz-subset0 libicu67 libidn11 libigdgmm11 libilmbase25
  libime-bin libime-data libime-data-language-model libimecore0 libimepinyin0 libimetable0 libimobiledevice6 libjim0.79
  libkf5itemviews-data libkf5itemviews5 libkf5widgetsaddons-data libkf5widgetsaddons5 libldap-2.4-2 liblibreoffice-java libllvm11
  libminizip1 libmms0 libmpdec3 libneon27-gnutls libntfs-3g883 libofa0 libopenexr25 liborcus-0.16-0 liborcus-parser-0.16-0 libotf0
  libperl5.32 libplist3 libpoppler102 libpostproc55 libprotobuf23 libpython3.9 libpython3.9-minimal libpython3.9-stdlib libqpdf28
  libqrcodegencpp1 libqt5quickwidgets5 libqt5webengine-data libqt5webenginecore5 libqt5webenginewidgets5 libre2-9 librest-0.7-0
  librust-cfg-if-0.1-dev libsrt1.4-gnutls libstdc++-10-dev libstemmer0d libswscale5 libtiff5 libunoloader-java liburing1 libusbmuxd6
  libxcb-ewmh2 libxcb-imdkit1 libxencall1 libxendevicemodel1 libxenevtchn1 libxenforeignmemory1 libxengnttab1 libxenhypfs1
  libxenmisc4.14 libxenstore3.0 libxentoolcore1 libxentoollog1 libxkbregistry0 libxmlb1 linux-image-5.10.0-26-amd64 packagekit
  packagekit-tools perl-modules-5.32 python3-certifi python3-chardet python3-charset-normalizer python3-ldb python3-requests
  python3-talloc python3.9 python3.9-minimal ruby2.7 tegaki-zinnia-japanese unicode-cldr-core ure-java usbmuxd xfce4-datetime-plugin
0 upgraded, 0 newly installed, 129 to remove and 1 not upgraded.
After this operation, 1163 MB disk space will be freed.
[..]
Processing triggers for dbus (1.14.10-1~deb12u1) ...
Processing triggers for mailcap (3.70+nmu1) ...
Processing triggers for desktop-file-utils (0.26-1) ...

apt - autoclean

tingo@torfinn-precision5560:~/work/debian_bullseye_upgrade$ sudo apt autoclean
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

2023-11-13: nvme1n1p1 - apt - upgrade sources.list

tingo@torfinn-precision5560:~/work/debian_bullseye_upgrade$ sudo sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list

then run apt update again.

2023-11-13: nvme1n1p1 - apt - upgrade

tingo@torfinn-precision5560:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  libopengl0
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  libgles2 linux-image-5.10.0-26-amd64
The following packages will be upgraded:
  adduser at-spi2-core avahi-autoipd avahi-daemon base-files bind9-dnsutils bind9-host bind9-libs cpio cups
  cups-browsed cups-client cups-common cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers
  cups-ipp-utils cups-ppdc cups-server-common curl dbus dbus-user-session dbus-x11 debian-archive-keyring
  dnsutils dpkg dpkg-dev exim4-base exim4-config exim4-daemon-light file firefox-esr firefox-esr-l10n-en-gb
  firefox-esr-l10n-nb-no fonts-opensymbol ghostscript gir1.2-atspi-2.0 gir1.2-gst-plugins-base-1.0
  gir1.2-gtk-3.0 gir1.2-javascriptcoregtk-4.0 gir1.2-webkit2-4.0 git git-man grep grub-common grub-efi-amd64
  grub-efi-amd64-bin grub-efi-amd64-signed grub-firmware-qemu grub2-common gstreamer1.0-alsa gstreamer1.0-gl
  gstreamer1.0-gtk3 gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good
  gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio gstreamer1.0-x gtk-update-icon-cache isc-dhcp-client
  isc-dhcp-common libaom0 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7
  libavahi-glib1 libavcodec58 libavfilter7 libavformat58 libavresample4 libavutil56 libblas3 libbsd0 libc-bin
  libc-dev-bin libc-devtools libc-l10n libc6 libc6-dev libcups2 libcupsfilters1 libcurl3-gnutls libcurl4
  libdbus-1-3 libdbus-1-dev libde265-0 libdpkg-perl libexiv2-27 libflac8 libfontembed1 libgnutls-dane0
  libgnutls30 libgs9 libgs9-common libgssapi-krb5-2 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0
  libgstreamer-plugins-base1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libjavascriptcoregtk-4.0-18 libjson-c5
  libjuh-java libjurt-java libk5crypto3 libkpathsea6 libkrb5-3 libkrb5support0 liblapack3 liblibreoffice-java
  libmagic-mgc libmagic1 libmariadb3 libncurses6 libncursesw6 libnss-myhostname libnss3 libpam-systemd
  libpostproc55 libprotobuf23 libraw20 libreoffice-base-core libreoffice-calc libreoffice-common
  libreoffice-core libreoffice-draw libreoffice-gtk3 libreoffice-help-common libreoffice-help-en-gb
  libreoffice-help-en-us libreoffice-l10n-en-gb libreoffice-l10n-nb libreoffice-l10n-nn libreoffice-math
  libreoffice-style-colibre libreoffice-writer libridl-java librsvg2-2 librsvg2-common libssh-gcrypt-4
  libssl-dev libssl1.1 libswresample3 libswscale5 libsynctex2 libsystemd0 libtiff5 libtinfo6 libudev1
  libunbound8 libuno-cppu3 libuno-cppuhelpergcc3-3 libuno-purpenvhelpergcc3-3 libuno-sal3
  libuno-salhelpergcc3-3 libunoloader-java libvpx6 libwebkit2gtk-4.0-37 libwebp6 libwebpdemux2 libwebpmux3
  libx11-6 libx11-data libx11-xcb1 libxapian30 libxencall1 libxendevicemodel1 libxenevtchn1
  libxenforeignmemory1 libxengnttab1 libxenhypfs1 libxenmisc4.14 libxenstore3.0 libxentoolcore1 libxentoollog1
  libxml2 libxpm4 libyajl2 linux-image-amd64 linux-libc-dev locales logrotate mariadb-common ncurses-base
  ncurses-bin ncurses-term openssh-client openssh-server openssh-sftp-server openssl python3-uno
  qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 qemu-utils shim-helpers-amd64-signed
  shim-signed shim-signed-common shim-unsigned sudo systemd systemd-sysv systemd-timesyncd traceroute tzdata
  udev uno-libs-private ure usb.ids xserver-common xserver-xorg-core xserver-xorg-legacy
218 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 386 MB of archives.
After this operation, 345 MB of additional disk space will be used.
[..]
update-initramfs: Generating /boot/initrd.img-5.10.0-26-amd64
setupcon: The keyboard model is unknown, assuming 'pc105'. Keyboard may be configured incorrectly.
[..]
Setting up libreoffice-help-en-us (1:7.0.4-4+deb11u7) ...
Processing triggers for libc-bin (2.31-13+deb11u7) ...

apt - dist-upgrade

tingo@torfinn-precision5560:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  libopengl0
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
  linux-image-5.10.0-14-amd64
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 302 MB disk space will be freed.
[..]
Removing linux-image-5.10.0-14-amd64 (5.10.113-1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.10.0-14-amd64
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-5.10.0-26-amd64
Found initrd image: /boot/initrd.img-5.10.0-26-amd64
Found linux image: /boot/vmlinuz-5.10.0-20-amd64
Found initrd image: /boot/initrd.img-5.10.0-20-amd64
Found linux image: /boot/vmlinuz-5.10.0-10-amd64
Found initrd image: /boot/initrd.img-5.10.0-10-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done

apt - cleanup

ingo@torfinn-precision5560:~$ sudo apt --purge autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  libopengl0*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 225 kB disk space will be freed.
[..]
Removing libopengl0:amd64 (1.3.2-1) ...
Processing triggers for libc-bin (2.31-13+deb11u7) ...

and autoclean

tingo@torfinn-precision5560:~$ sudo apt autoclean
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

2022-12-31: nvme1n1p1 - configured ssh and gnupg keys, then set up a personal token for github access per this blog entry. Cloned a github repository to test. all ok.

2022-12-21: nvme1n1p1 - reboot, Debian 11.6 is in

tingo@torfinn-precision5560:~$ cat /etc/debian_version 
11.6

kernel

tingo@torfinn-precision5560:~$ uname -a
Linux torfinn-precision5560 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux

2022-12-21: nvme1n1p1 - apt - upgrade

tingo@torfinn-precision5560:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  linux-compiler-gcc-10-x86
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  linux-image-5.10.0-20-amd64
The following packages will be upgraded:
  avahi-autoipd avahi-daemon base-files bash bind9-dnsutils bind9-host bind9-libs curl dbus dbus-user-session dbus-x11 dirmngr dnsutils
  dpkg dpkg-dev exo-utils firefox-esr firefox-esr-l10n-en-gb firefox-esr-l10n-nb-no fonts-opensymbol gir1.2-ayatanaappindicator3-0.1
  gir1.2-gdkpixbuf-2.0 gir1.2-javascriptcoregtk-4.0 gir1.2-nm-1.0 gir1.2-webkit2-4.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed grub-firmware-qemu
  grub2-common gsasl-common gstreamer1.0-gtk3 gstreamer1.0-plugins-good gstreamer1.0-pulseaudio isc-dhcp-client isc-dhcp-common
  libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libavcodec58 libavfilter7 libavformat58
  libavresample4 libavutil56 libayatana-appindicator3-1 libbluray2 libc-bin libc-dev-bin libc-devtools libc-l10n libc6 libc6-dev
  libcurl3-gnutls libcurl4 libdbus-1-3 libdbus-1-dev libdpkg-perl libexo-2-0 libexo-common libexpat1 libfreetype6 libfribidi0
  libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgnutls-dane0 libgnutls30 libgsasl7 libgssapi-krb5-2
  libhttp-daemon-perl libjavascriptcoregtk-4.0-18 libjuh-java libjurt-java libk5crypto3 libkrb5-3 libkrb5support0 libksba8 libldb2
  liblibreoffice-java libmariadb3 libnftables1 libnm0 libnss-myhostname libntfs-3g883 libopenexr25 libpam-systemd libpcre2-16-0
  libpcre2-8-0 libpixman-1-0 libpoppler-cpp0v5 libpoppler-glib8 libpoppler102 libpostproc55 libreoffice-base-core libreoffice-calc
  libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk3 libreoffice-help-common libreoffice-help-en-gb
  libreoffice-help-en-us libreoffice-l10n-en-gb libreoffice-l10n-nb libreoffice-l10n-nn libreoffice-math libreoffice-style-colibre
  libreoffice-writer libridl-java libsdl2-2.0-0 libsmbclient libsnmp-base libsnmp40 libspeechd2 libssl1.1 libswresample3 libswscale5
  libsystemd0 libtasn1-6 libtinyxml2.6.2v5 libtirpc-common libtirpc-dev libtirpc3 libudev1 libuno-cppu3 libuno-cppuhelpergcc3-3
  libuno-purpenvhelpergcc3-3 libuno-sal3 libuno-salhelpergcc3-3 libunoloader-java libvirglrenderer1 libwbclient0 libwebkit2gtk-4.0-37
  libxencall1 libxendevicemodel1 libxenevtchn1 libxenforeignmemory1 libxengnttab1 libxenhypfs1 libxenmisc4.14 libxenstore3.0
  libxentoolcore1 libxentoollog1 libxml2 libxnvctrl0 libxslt1.1 linux-compiler-gcc-10-x86 linux-image-amd64 linux-libc-dev locales
  logrotate mariadb-common mokutil nano network-manager nftables ntfs-3g openssh-client openssh-server openssh-sftp-server openssl orca
  poppler-utils publicsuffix python3-ldb python3-speechd python3-uno samba-libs speech-dispatcher speech-dispatcher-audio-plugins
  speech-dispatcher-espeak-ng systemd systemd-sysv systemd-timesyncd tzdata udev uno-libs-private unzip ure usb.ids wireless-regdb
  xfce4-helpers xfce4-settings xserver-common xserver-xorg-core xserver-xorg-legacy zlib1g
200 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 341 MB of archives.
After this operation, 350 MB of additional disk space will be used.
[..]
Processing triggers for initramfs-tools (0.140) ...
update-initramfs: Generating /boot/initrd.img-5.10.0-20-amd64
setupcon: The keyboard model is unknown, assuming 'pc105'. Keyboard may be configured incorrectly.
Processing triggers for shim-signed:amd64 (1.38+15.4-7) ...

apt - autoremove

tingo@torfinn-precision5560:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  linux-compiler-gcc-10-x86 linux-image-5.10.0-13-amd64
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 302 MB disk space will be freed.
[..]
Removing linux-compiler-gcc-10-x86 (5.10.158-2) ...
Removing linux-image-5.10.0-13-amd64 (5.10.106-1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.10.0-13-amd64
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-5.10.0-20-amd64
Found initrd image: /boot/initrd.img-5.10.0-20-amd64
Found linux image: /boot/vmlinuz-5.10.0-14-amd64
Found initrd image: /boot/initrd.img-5.10.0-14-amd64
Found linux image: /boot/vmlinuz-5.10.0-10-amd64
Found initrd image: /boot/initrd.img-5.10.0-10-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done

apt - autoclean

tingo@torfinn-precision5560:~$ sudo apt autoclean
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

2022-06-10: nvme1n1p1 - reboot, a new kernel is in

tingo@torfinn-precision5560:~$ uname -a
Linux torfinn-precision5560 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 GNU/Linux

2022-06-10: nvme1n1p1 - apt, update, then upgrade

tingo@torfinn-precision5560:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  hunspell-gl-es hunspell-sv-se
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  linux-image-5.10.0-14-amd64
The following packages will be upgraded:
  cups cups-client cups-common cups-core-drivers cups-daemon cups-ipp-utils cups-ppdc cups-server-common dpkg dpkg-dev
  firefox-esr firefox-esr-l10n-en-gb firefox-esr-l10n-nb-no gir1.2-javascriptcoregtk-4.0 gir1.2-webkit2-4.0 gzip libavcodec58
  libavfilter7 libavformat58 libavresample4 libavutil56 libcups2 libdpkg-perl libjavascriptcoregtk-4.0-18 libldap-2.4-2
  libldap-common liblzma5 libpostproc55 libssl1.1 libswresample3 libswscale5 libwebkit2gtk-4.0-37 libxencall1
  libxendevicemodel1 libxenevtchn1 libxenforeignmemory1 libxengnttab1 libxenhypfs1 libxenmisc4.14 libxenstore3.0
  libxentoolcore1 libxentoollog1 libxml2 linux-compiler-gcc-10-x86 linux-image-amd64 linux-kbuild-5.10 linux-libc-dev openssl
  qemu-system-common qemu-system-data qemu-system-gui qemu-system-x86 qemu-utils rsyslog xz-utils zlib1g
56 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 171 MB of archives.
After this operation, 300 MB of additional disk space will be used.
[..]
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...

2022-03-27: nvme1n1p1 - reboot, Debian 11.3 is in.

tingo@torfinn-precision5560:~$ cat /etc/debian_version 
11.3

kernel

tingo@torfinn-precision5560:~$ uname -a
Linux torfinn-precision5560 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux

2022-03-27: nvme1n1p1 - apt - upgrade

tingo@torfinn-precision5560:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  bc cups cups-browsed cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers cups-ipp-utils cups-ppdc
  cups-server-common ghostscript libcupsfilters1 libfontembed1 liblouisutdml-bin liblouisutdml-data liblouisutdml9
  libopengl0 libpoppler-cpp0v5 libqpdf28 linux-image-5.10.0-13-amd64 poppler-utils ssl-cert
The following packages will be upgraded:
  base-files bind9-dnsutils bind9-host bind9-libs bsdextrautils bsdutils cryptsetup cryptsetup-bin cryptsetup-initramfs
  cryptsetup-run dirmngr dnsutils eject espeak-ng-data fcitx5-chinese-addons fcitx5-chinese-addons-bin
  fcitx5-chinese-addons-data fcitx5-module-chttrans fcitx5-module-cloudpinyin fcitx5-module-fullwidth
  fcitx5-module-pinyinhelper fcitx5-module-punctuation fcitx5-pinyin fcitx5-table fdisk firefox-esr firefox-esr-l10n-ar
  firefox-esr-l10n-ast firefox-esr-l10n-be firefox-esr-l10n-bg firefox-esr-l10n-bn firefox-esr-l10n-bs firefox-esr-l10n-ca
  firefox-esr-l10n-cs firefox-esr-l10n-cy firefox-esr-l10n-da firefox-esr-l10n-de firefox-esr-l10n-el firefox-esr-l10n-en-gb
  firefox-esr-l10n-eo firefox-esr-l10n-es-ar firefox-esr-l10n-es-cl firefox-esr-l10n-es-es firefox-esr-l10n-es-mx
  firefox-esr-l10n-et firefox-esr-l10n-eu firefox-esr-l10n-fa firefox-esr-l10n-fi firefox-esr-l10n-fr firefox-esr-l10n-ga-ie
  firefox-esr-l10n-gl firefox-esr-l10n-gu-in firefox-esr-l10n-he firefox-esr-l10n-hi-in firefox-esr-l10n-hr
  firefox-esr-l10n-hu firefox-esr-l10n-id firefox-esr-l10n-is firefox-esr-l10n-it firefox-esr-l10n-ja firefox-esr-l10n-kk
  firefox-esr-l10n-km firefox-esr-l10n-kn firefox-esr-l10n-ko firefox-esr-l10n-lt firefox-esr-l10n-lv firefox-esr-l10n-mk
  firefox-esr-l10n-mr firefox-esr-l10n-nb-no firefox-esr-l10n-ne-np firefox-esr-l10n-nl firefox-esr-l10n-nn-no
  firefox-esr-l10n-pa-in firefox-esr-l10n-pl firefox-esr-l10n-pt-br firefox-esr-l10n-pt-pt firefox-esr-l10n-ro
  firefox-esr-l10n-ru firefox-esr-l10n-si firefox-esr-l10n-sk firefox-esr-l10n-sl firefox-esr-l10n-sq firefox-esr-l10n-sr
  firefox-esr-l10n-sv-se firefox-esr-l10n-ta firefox-esr-l10n-te firefox-esr-l10n-th firefox-esr-l10n-tr firefox-esr-l10n-uk
  firefox-esr-l10n-vi firefox-esr-l10n-zh-cn firefox-esr-l10n-zh-tw gir1.2-gtk-3.0 gir1.2-javascriptcoregtk-4.0
  gir1.2-polkit-1.0 gir1.2-webkit2-4.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
  gpgsm gpgv gtk-update-icon-cache libarchive13 libblkid1 libc-bin libc-dev-bin libc-devtools libc-l10n libc6 libc6-dev
  libcryptsetup12 libespeak-ng1 libexpat1 libfdisk1 libflac8 libgs9 libgs9-common libgtk-3-0 libgtk-3-bin libgtk-3-common
  libjavascriptcoregtk-4.0-18 libmariadb3 libmount1 libnss-myhostname libnss3 libpam-systemd libpolkit-agent-1-0
  libpolkit-gobject-1-0 libruby2.7 libsasl2-2 libsasl2-modules libsasl2-modules-db libsmartcols1 libsmbclient libssl1.1
  libsystemd0 libtiff5 libudev1 libuuid1 libwbclient0 libwebkit2gtk-4.0-37 libxml2 linux-compiler-gcc-10-x86
  linux-image-amd64 linux-kbuild-5.10 linux-libc-dev locales mariadb-common mount openssl policykit-1 ruby2.7 samba-libs
  systemd systemd-sysv systemd-timesyncd sysvinit-utils task-albanian-desktop task-amharic-desktop task-arabic-desktop
  task-asturian-desktop task-basque-desktop task-belarusian-desktop task-bengali-desktop task-bosnian-desktop
  task-brazilian-portuguese-desktop task-british-desktop task-bulgarian-desktop task-catalan-desktop task-chinese-s-desktop
  task-chinese-t-desktop task-croatian-desktop task-cyrillic-desktop task-czech-desktop task-danish-desktop task-desktop
  task-dutch-desktop task-dzongkha-desktop task-english task-esperanto-desktop task-estonian-desktop task-finnish-desktop
  task-french-desktop task-galician-desktop task-georgian-desktop task-german-desktop task-greek-desktop
  task-gujarati-desktop task-hebrew-desktop task-hindi-desktop task-hungarian-desktop task-icelandic-desktop
  task-indonesian-desktop task-irish-desktop task-italian-desktop task-japanese-desktop task-kannada-desktop
  task-kazakh-desktop task-khmer-desktop task-korean-desktop task-kurdish-desktop task-laptop task-latvian-desktop
  task-lithuanian-desktop task-macedonian-desktop task-malayalam-desktop task-marathi-desktop task-nepali-desktop
  task-northern-sami-desktop task-norwegian-desktop task-persian-desktop task-polish-desktop task-portuguese-desktop
  task-punjabi-desktop task-romanian-desktop task-russian-desktop task-serbian-desktop task-sinhala-desktop
  task-slovak-desktop task-slovenian-desktop task-south-african-english-desktop task-spanish-desktop task-swedish-desktop
  task-tamil-desktop task-telugu-desktop task-thai-desktop task-turkish-desktop task-ukrainian-desktop task-uyghur-desktop
  task-vietnamese-desktop task-welsh-desktop task-xfce-desktop task-xhosa-desktop tasksel tasksel-data tzdata udev usb.ids
  util-linux util-linux-locales uuid-runtime xserver-common xserver-xorg-core xserver-xorg-legacy xserver-xorg-video-intel
  xterm
251 upgraded, 22 newly installed, 0 to remove and 0 not upgraded.
Need to get 255 MB of archives.
After this operation, 330 MB of additional disk space will be used.
[..]
Setting up firefox-esr-l10n-sv-se (91.7.0esr-1~deb11u1) ...
Processing triggers for libc-bin (2.31-13+deb11u3) ...

apt - autoremove

tingo@torfinn-precision5560:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

apt - autoclean

tingo@torfinn-precision5560:~$ sudo apt autoclean
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

2022-03-27: nvme1n1p1 - check bootorder

tingo@torfinn-precision5560:~$ efibootmgr
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0004,0006,0001,0000
Boot0000* UEFI HTTPs Boot
Boot0001* UEFI RST PC711 NVMe SK hynix 1TB JA7N44121030762H 
Boot0004* Debian
Boot0006* Windows Boot Manager

change it

tingo@torfinn-precision5560:~$ sudo efibootmgr -o 6,4,1,0
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0006,0004,0001,0000
Boot0000* UEFI HTTPs Boot
Boot0001* UEFI RST PC711 NVMe SK hynix 1TB JA7N44121030762H 
Boot0004* Debian
Boot0006* Windows Boot Manager

verify

tingo@torfinn-precision5560:~$ efibootmgr
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0006,0004,0001,0000
Boot0000* UEFI HTTPs Boot
Boot0001* UEFI RST PC711 NVMe SK hynix 1TB JA7N44121030762H 
Boot0004* Debian
Boot0006* Windows Boot Manager

change timeout to 5 seconds

tingo@torfinn-precision5560:~$ sudo efibootmgr -t 5
BootCurrent: 0004
Timeout: 5 seconds
BootOrder: 0006,0004,0001,0000
Boot0000* UEFI HTTPs Boot
Boot0001* UEFI RST PC711 NVMe SK hynix 1TB JA7N44121030762H 
Boot0004* Debian
Boot0006* Windows Boot Manager

2022-03-27: nvme1n1p1 - I set up Bluetooth sharing for my mouse via How to share a Bluetooth mouse between Windows 10 and Ubuntu Linux (dual boot) and Dual Boot Bluetooth Pair. It works beautifully.

2022-02-13: nvme1n1p1 - inxi info

tingo@torfinn-precision5560:~$ sudo inxi -F
System:    Host: torfinn-precision5560 Kernel: 5.10.0-10-amd64 x86_64 bits: 64 Console: tty 1 
           Distro: Debian GNU/Linux 11 (bullseye) 
Machine:   Type: Laptop System: Dell product: Precision 5560 v: N/A serial: 27GX5G3 
           Mobo: Dell model: 0WPMMN v: A00 serial: /27GX5G3/CNCMK001920739/ UEFI: Dell v: 1.7.0 date: 12/09/2021 
Battery:   ID-1: BAT0 charge: 48.1 Wh condition: 84.3/84.3 Wh (100%) 
CPU:       Info: 8-Core model: 11th Gen Intel Core i7-11850H bits: 64 type: MT MCP L2 cache: 24 MiB 
           Speed: 907 MHz min/max: 800/4800 MHz Core speeds (MHz): 1: 907 2: 769 3: 800 4: 801 5: 787 6: 801 7: 899 
           8: 800 9: 800 10: 800 11: 801 12: 801 13: 952 14: 800 15: 800 16: 800 
Graphics:  Device-1: Intel driver: i915 v: kernel 
           Device-2: NVIDIA driver: nouveau v: kernel 
           Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo 
           Display: server: X.org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa tty: 122x36 
           Message: Advanced graphics data unavailable in console for root. 
Audio:     Device-1: Intel driver: snd_hda_intel 
           Sound Server: ALSA v: k5.10.0-10-amd64 
Network:   Device-1: Intel driver: iwlwifi 
           IF: wlp0s20f3 state: up mac: 60:e3:2b:cc:b0:91 
Bluetooth: Device-1: Intel type: USB driver: btusb 
           Report: ID: hci0 state: up running bt-v: 3.0 address: 60:E3:2B:CC:B0:95 
RAID:      Hardware-1: Intel Volume Management Device NVMe RAID Controller driver: vmd 
Drives:    Local Storage: total: 1.84 TiB used: 9.66 GiB (0.5%) 
           ID-1: /dev/nvme0n1 vendor: SK Hynix model: PC711 NVMe 1TB size: 953.87 GiB 
           ID-2: /dev/nvme1n1 vendor: Samsung model: SSD 980 1TB size: 931.51 GiB 
Partition: ID-1: / size: 245.02 GiB used: 9.58 GiB (3.9%) fs: ext4 dev: /dev/nvme1n1p1 
           ID-2: /boot/efi size: 236 MiB used: 91.5 MiB (38.8%) fs: vfat dev: /dev/nvme0n1p1 
Swap:      Alert: No Swap data was found. 
Sensors:   System Temperatures: cpu: 40.0 C mobo: N/A gpu: nouveau temp: 40.0 C 
           Fan Speeds (RPM): N/A 
Info:      Processes: 289 Uptime: 1h 35m Memory: 62.54 GiB used: 1.93 GiB (3.1%) Init: systemd runlevel: 5 Shell: Bash 
           inxi: 3.3.01 

graphics info

tingo@torfinn-precision5560:~$ inxi -G --display
Graphics:  Device-1: Intel driver: i915 v: kernel 
           Device-2: NVIDIA driver: nouveau v: kernel 
           Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo 
           Display: server: X.Org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1920x1200~60Hz 
           OpenGL: renderer: Mesa Intel UHD Graphics (TGL GT1) v: 4.6 Mesa 20.3.5 

2022-02-13: nvme1n1p1 - apt - install inxi.

2022-02-13: nvme1n1p1 - apt - install acpi

tingo@torfinn-precision5560:~$ sudo apt install acpi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  acpi
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 16,4 kB of archives.
After this operation, 46,1 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 acpi amd64 1.7-1.1 [16,4 kB]
Fetched 16,4 kB in 0s (58,6 kB/s)
Selecting previously unselected package acpi.
(Reading database ... 222087 files and directories currently installed.)
Preparing to unpack .../acpi_1.7-1.1_amd64.deb ...
Unpacking acpi (1.7-1.1) ...
Setting up acpi (1.7-1.1) ...
Processing triggers for man-db (2.9.4-2) ...
tingo@torfinn-precision5560:~$ dpkg-query -S `which acpi`
acpi: /usr/bin/acpi

hmm, acpi -t doesn't report anything

tingo@torfinn-precision5560:~$ acpi -t

acpi -b does

tingo@torfinn-precision5560:~$ acpi -b
Battery 0: Discharging, 60%, 04:55:08 remaining

2022-02-13: nvme1n1p1 - partition info the first drive has the uefi partition and Windows

tingo@torfinn-precision5560:~$ sudo parted /dev/nvme0n1 print
Model: PC711 NVMe SK hynix 1TB (nvme)
Disk /dev/nvme0n1: 1024GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name                          Flags
 1      1049kB  253MB   252MB   fat32        EFI system partition          boot, esp
 2      253MB   387MB   134MB                Microsoft reserved partition  msftres
 3      387MB   1022GB  1021GB               Basic data partition          msftdata
 4      1022GB  1023GB  1038MB  ntfs                                       hidden, diag
 5      1023GB  1024GB  1473MB  ntfs                                       hidden, diag

the second drive only has Debian for now

Model: Samsung SSD 980 1TB (nvme)
Disk /dev/nvme1n1: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size   File system  Name  Flags
 1      1049kB  268GB  268GB  ext4

EFI boot manager info

tingo@torfinn-precision5560:~$ sudo efibootmgr
BootCurrent: 0004
Timeout: 0 seconds
BootOrder: 0004,0006,0001,0000
Boot0000* UEFI HTTPs Boot
Boot0001* UEFI RST PC711 NVMe SK hynix 1TB JA7N44121030762H 
Boot0004* Debian
Boot0006* Windows Boot Manager

lsblk info

tingo@torfinn-precision5560:~$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
nvme0n1     259:0    0 953,9G  0 disk 
├─nvme0n1p1 259:1    0   240M  0 part /boot/efi
├─nvme0n1p2 259:2    0   128M  0 part 
├─nvme0n1p3 259:3    0 951,2G  0 part 
├─nvme0n1p4 259:4    0   990M  0 part 
└─nvme0n1p5 259:5    0   1,4G  0 part 
nvme1n1     259:6    0 931,5G  0 disk 
└─nvme1n1p1 259:7    0   250G  0 part /

2022-02-13: nvme1n1p1 - apt - install blueman (then log out and log in) so I can connect a bluetooth mouse. apt - install openssh-server, then start the service via

$ sudo systemctl start sshd

so I can log in remotely.

2022-02-13: I connected up a usb-c to usb-A and HDMI adapter, inserted a Debian 11.2 live usb stick and booted from it by pressing F12. everything worked, including wireless, so I installed gparted, created a 250 GB partition on drive nvme1n1 and installed Debian on it by selecting to replace that partition. That worked.