You are not logged in.
Disclaimer: Use at your own risk. I'm using an amd64 ISO, but I assume it can be done with an i686 one as well. I'm assuming you are already familiar with the Debian Installer, partitioning disks, fixing grub, editing files via nano or vim, etc...
I'm updating these first 3 posts as I use the install and discover things, so check back if something doesn't work for you the first time. A Hellraiser avatar is not required for participation in this thread.
Per a discussion with @unklar in the Screenshot forum, this is one way to set up a minimal but usable Openbox session on Debian unstable (sid).
There are several ways to do this, but I wanted to make sure it could be done if the only Internet connection available was WiFI. First I had to choose an ISO. I went with the daily build netinstall ISO (bottom link of this page)...
https://cdimage.debian.org/cdimage/dail … 64/iso-cd/
I downloaded it, checked the sha256sum, burnt it to USB via the cp command, and ran the Graphical Installer. It gave me warnings about missing Intel WiFI firmware which I ignored as the ucode doesn't exits in the Debian packages yet (iwlwifi-QuZ-a0-hr-b0-73.ucode through -77.code), the WiFi network came up anyway, enter the passkey, continue.
Partition, continue. Set up computer (hostname) name, leave root password blank (sets sudo up with the user password), enter user name and password, continue with Installing the Base System.
When it gets to the Desktop Environment portion of the installer, I unchecked everything except Xfce and Standard System Utilities. I tried installing with only the utilities, but when the TTY came up after rebooting into the new installation, the WiFi connection was inactive and basic commands like iwconfig weren't working.
I considered using the LXDE selection, but I'm more familiar with Xfce, it installs and uninstalls fairly cleanly, it downloads a lot of stuff needed for functionality, and it doesn't create LXDE-specific Openbox configurations, so...
Finish the installation, reboot into a new Xfce desktop on Debian testing (trixie at this time). If you want to dist-upgrade to unstable (sid), and I suggest you should, open a terminal and run..
sudo nano /etc/apt/sources.list
... and change your sources so it looks something like this...
deb http://mirrors.ocf.berkeley.edu/debian/ sid main contrib non-free non-free-firmware
#deb-src http://mirrors.ocf.berkeley.edu/debian/ sid main contrib non-free non-free-firmware
Only one line should be enabled, everything else in the file should be commented out.
Then time to upgrade...
sudo apt update
sudo apt full-upgrade
I got a dpkg warning here, but the following fixed it...
sudo apt dist-upgrade && sudo apt --purge autoremove && sudo apt clean
At this point I enabled OS Prober in /etc/default/grub as the dist-upgrade disables it, so...
sudo nano /etc/default/grub
... and uncomment the line that reads
GRUB_DISABLE_OS_PROBER=false
Write out the change and run...
sudo update-grub
I then rebooted into my main install and ran 'sudo-grub install /dev/nvme0n1' (use the label for your drive without a partition number, example /dev/sda) and then 'sudo update-grub'. Now my main install is controlling grub. Note that if a new kernel comes into the new sid install and I want to boot into it, I'll have to boot back to my main install and run update-grub first.
So far so good.
Last edited by hhh (2023-10-19 15:41:52)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Reboot into the Xfce desktop, let's remove most of it and install Openbox...
sudo apt purge --autoremove xfburn xfdesktop4 xfce4* xfwm4
You don't really need to keep track of everything that command removes as it will be suggested with the next command, but it never hurts to do so. You might leave xfburn installed if your computer has a CD drawer.
Install Openbox and a few extras...
sudo apt install obconf openbox thunar-archive-plugin tumbler gvfs-backends bluez-obexd rar zip p7zip-rar unrar unar lxpolkit
The only major items left are a panel and, if you're on a laptop, xfce4-power-manager...
sudo apt install tint2 xfce4-power-manager
Of course you can substitute whatever you want, like xfce4-panel instead of tint2 (this is a nice substition because, once you remove the bottom panel that's enabled by default, what's left is a top panel that has a working application menu and a power-manager icon in addition to nm-applet and a clock/calendar), or mate-power-manager, or pcmanfm instead of thunar... and a terminal of your choice (right now you only have Uxterm and xterm). If you don't use Synaptic Package Manager you can uninstall it as well...
sudo apt purge --autoremove synaptic
Now you're in a broken desktop session, but pushing your power button should still bring up the Xfce-session-logout dialog so you can restart your computer into your now very stark Openbox session.
I've installed gnome-system-monitor to show you the running processes, and I've already uninstalled system-config-printer as I don't need it. gnome-system-monitor is showing an accurate RAM usage reading of about 700MB at idle on my 4G RAM laptop, htop is showing a less accurate reading of 375MB.
There are still quite a few programs that can be removed and a few to install, but this is a pretty darn lean install to start configuring Openbox on. Here's the dpkg -l output after installing xfce4-terminal...
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Arc>
+++-=====================================-=================================-===>
ii acl 2.3.1-3 amd>
ii adduser 3.137 all>
ii adwaita-icon-theme 45.0-1 all>
ii alsa-topology-conf 1.2.5.1-2 all>
ii alsa-ucm-conf 1.2.10-1 all>
ii alsa-utils 1.2.10-1 amd>
ii anacron 2.3-39 amd>
ii apparmor 3.0.12-1 amd>
ii apt 2.7.6 amd>
ii apt-listchanges 3.27 all>
ii apt-utils 2.7.6 amd>
ii aspell 0.60.8-6 amd>
ii aspell-en 2020.12.07-0-1 all>
ii at-spi2-common 2.50.0-1 all>
ii at-spi2-core 2.50.0-1 amd>
ii atril 1.26.0-2+b1 amd>
ii atril-common 1.26.0-2 all>
ii avahi-autoipd 0.8-11 amd>
ash@weyland-yutani:~$ ^C
ash@weyland-yutani:~$
ash@weyland-yutani:~$ dpkg -l
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 Arc>
+++-=====================================-=================================-===>
ii acl 2.3.1-3 amd>
ii adduser 3.137 all>
ii adwaita-icon-theme 45.0-1 all>
ii alsa-topology-conf 1.2.5.1-2 all>
ii alsa-ucm-conf 1.2.10-1 all>
ii alsa-utils 1.2.10-1 amd>
ii anacron 2.3-39 amd>
ii apparmor 3.0.12-1 amd>
ii apt 2.7.6 amd>
ii apt-listchanges 3.27 all>
ii apt-utils 2.7.6 amd>
ii aspell 0.60.8-6 amd>
ii aspell-en 2020.12.07-0-1 all>
ii at-spi2-common 2.50.0-1 all>
ii at-spi2-core 2.50.0-1 amd>
ii atril 1.26.0-2+b1 amd>
ii atril-common 1.26.0-2 all>
ii avahi-autoipd 0.8-11 amd>
ii avahi-daemon 0.8-11 amd>
ii base-files 13 amd>
ii base-passwd 3.6.2 amd>
ii bash 5.2.15-2+b6 amd>
ii bash-completion 1:2.11-8 all>
ii bc 1.07.1-3+b1 amd>
ii bind9-dnsutils 1:9.19.17-1 amd>
ii bind9-host 1:9.19.17-1 amd>
ii bind9-libs:amd64 1:9.19.17-1 amd>
ii bluetooth 5.69-1 all>
ii bluez 5.69-1 amd>
ii bluez-obexd 5.69-1 amd>
ii bsdextrautils 2.39.2-3 amd>
ii bsdutils 1:2.39.2-3 amd>
ii bubblewrap 0.8.0-2 amd>
ii busybox 1:1.36.1-3.1+b1 amd>
ii bzip2 1.0.8-5+b1 amd>
ii ca-certificates 20230311 all>
ii coinor-libcbc3.1:amd64 2.10.10+really2.10.10+ds1-3 amd>
ii coinor-libcgl1:amd64 0.60.3+repack1-4 amd>
ii coinor-libclp1:amd64 1.17.6-3 amd>
ii coinor-libcoinmp1v5:amd64 1.8.3-3+b1 amd>
ii coinor-libcoinutils3v5:amd64 2.11.4+repack1-3 amd>
ii coinor-libosi1v5:amd64 0.108.6+repack1-2 amd>
ii colord 1.4.6-3 amd>
ii colord-data 1.4.6-3 all>
ii console-setup 1.223 all>
ii console-setup-linux 1.223 all>
ii coreutils 9.1-1 amd>
ii cpio 2.13+dfsg-7.1 amd>
ii cpp 4:13.2.0-1 amd>
ii cpp-13 13.2.0-5 amd>
ii cron 3.0pl1-175 amd>
ii cron-daemon-common 3.0pl1-175 all>
ii cups 2.4.7-1 amd>
ii cups-browsed 1.28.17-3 amd>
ii cups-client 2.4.7-1 amd>
ii cups-common 2.4.7-1 all>
ii cups-core-drivers 2.4.7-1 amd>
ii cups-daemon 2.4.7-1 amd>
ii cups-filters 1.28.17-3 amd>
ii cups-filters-core-drivers 1.28.17-3 amd>
ii cups-ipp-utils 2.4.7-1 amd>
ii cups-ppdc 2.4.7-1 amd>
ii cups-server-common 2.4.7-1 all>
ii dash 0.5.12-6 amd>
ii dbus 1.14.10-1 amd>
ii dbus-bin 1.14.10-1 amd>
ii dbus-daemon 1.14.10-1 amd>
ii dbus-session-bus-common 1.14.10-1 all>
ii dbus-system-bus-common 1.14.10-1 all>
ii dbus-user-session 1.14.10-1 amd>
ii dconf-gsettings-backend:amd64 0.40.0-4 amd>
ii dconf-service 0.40.0-4 amd>
ii debconf 1.5.82 all>
ii debconf-i18n 1.5.82 all>
ii debian-archive-keyring 2023.4 all>
ii debian-faq 11.1 all>
ii debianutils 5.14 amd>
ii desktop-base 12.0.6+nmu1 all>
ii desktop-file-utils 0.26-1 amd>
ii dictionaries-common 1.29.7 all>
ii diffutils 1:3.8-4 amd>
ii dirmngr 2.2.40-1.1 amd>
ii discover 2.1.2-10 amd>
ii discover-data 2.2013.01.13 all>
ii distro-info-data 0.58 all>
ii dmidecode 3.5-2 amd>
ii dmsetup 2:1.02.185-2 amd>
ii dns-root-data 2023010101 all>
ii dnsmasq-base 2.89-1 amd>
ii doc-debian 11.3+nmu1 all>
ii dosfstools 4.2-1 amd>
ii dpkg 1.22.0 amd>
ii e2fsprogs 1.47.0-2+b1 amd>
ii efibootmgr 17-2 amd>
ii eject 2.39.2-3 amd>
ii emacsen-common 3.0.5 all>
ii enchant-2 2.3.3-2 amd>
ii espeak-ng-data:amd64 1.51+dfsg-11 amd>
ii exfalso 4.6.0-1 all>
ii exfatprogs 1.2.1-2 amd>
ii exo-utils 4.18.0-1 amd>
ii fdisk 2.39.2-3 amd>
ii file 1:5.45-2 amd>
ii findutils 4.9.0-5 amd>
ii firefox-esr 115.3.0esr-1+b1 amd>
ii firmware-ath9k-htc 1.4.0-108-gd856466+dfsg1-1.4 all>
ii firmware-iwlwifi 20230515-3 all>
ii firmware-linux-free 20200122-2 all>
ii firmware-misc-nonfree 20230515-3 all>
ii firmware-sof-signed 2.2.6-1 all>
ii fontconfig 2.14.2-6 amd>
ii fontconfig-config 2.14.2-6 amd>
ii fonts-dejavu-core 2.37-8 all>
ii fonts-dejavu-mono 2.37-8 all>
ii fonts-droid-fallback 1:6.0.1r16-1.1 all>
ii fonts-font-awesome 5.0.10+really4.7.0~dfsg-4.1 all>
ii fonts-lato 2.015-1 all>
ii fonts-liberation 1:2.1.5-3 all>
ii fonts-liberation-sans-narrow 1:1.07.6-4 all>
ii fonts-mathjax 2.7.9+dfsg-1 all>
ii fonts-noto-mono 20201225-2 all>
ii fonts-opensymbol 4:102.12+LibO7.5.8~rc1-1 all>
ii fonts-quicksand 0.2016-2.1 all>
ii fonts-symbola 2.60-1.1 all>
ii fonts-urw-base35 20200910-7 all>
ii fuse3 3.14.0-4 amd>
ii gcc-13-base:amd64 13.2.0-5 amd>
ii gcr 3.41.1-3 amd>
ii gettext-base 0.21-13+b1 amd>
ii ghostscript 10.02.0~dfsg-2 amd>
ii gimp-data 2.10.34-1 all>
ii gir1.2-atk-1.0:amd64 2.50.0-1 amd>
ii gir1.2-atspi-2.0:amd64 2.50.0-1 amd>
ii gir1.2-freedesktop:amd64 1.78.1-1 amd>
ii gir1.2-gdkpixbuf-2.0:amd64 2.42.10+dfsg-1+b1 amd>
ii gir1.2-glib-2.0:amd64 1.78.1-1 amd>
ii gir1.2-gst-plugins-base-1.0:amd64 1.22.6-1 amd>
ii gir1.2-gstreamer-1.0:amd64 1.22.6-1 amd>
ii gir1.2-gtk-3.0:amd64 3.24.38-5 amd>
ii gir1.2-gtksource-3.0:amd64 3.24.11-2+b1 amd>
ii gir1.2-harfbuzz-0.0:amd64 8.0.1-1 amd>
ii gir1.2-javascriptcoregtk-4.0:amd64 2.42.1-2+b1 amd>
ii gir1.2-keybinder-3.0 0.3.2-1.1 amd>
ii gir1.2-pango-1.0:amd64 1.51.0+ds-2 amd>
ii gir1.2-soup-2.4:amd64 2.74.3-1 amd>
ii gir1.2-soup-3.0:amd64 3.4.3-1 amd>
ii gir1.2-webkit2-4.0:amd64 2.42.1-2+b1 amd>
ii gir1.2-wnck-3.0:amd64 43.0-3 amd>
ii glib-networking:amd64 2.78.0-1 amd>
ii glib-networking-common 2.78.0-1 all>
ii glib-networking-services 2.78.0-1 amd>
ii gnome-accessibility-themes 3.28-2 all>
ii gnome-icon-theme 3.12.0-5 all>
ii gnome-keyring 42.1-1+b2 amd>
ii gnome-keyring-pkcs11:amd64 42.1-1+b2 amd>
ii gnome-system-monitor 45.0.2-1 amd>
ii gnome-themes-extra:amd64 3.28-2 amd>
ii gnome-themes-extra-data 3.28-2 all>
ii gnupg 2.2.40-1.1 all>
ii gnupg-l10n 2.2.40-1.1 all>
ii gnupg-utils 2.2.40-1.1 amd>
ii gnustep-base-common 1.29.0-7 all>
ii gnustep-base-runtime 1.29.0-7 amd>
ii gnustep-common 2.9.1-2 amd>
ii gnutls-bin 3.8.1-4+b1 amd>
ii gpg 2.2.40-1.1 amd>
ii gpg-agent 2.2.40-1.1 amd>
ii gpg-wks-client 2.2.40-1.1 amd>
ii gpg-wks-server 2.2.40-1.1 amd>
ii gpgconf 2.2.40-1.1 amd>
ii gpgsm 2.2.40-1.1 amd>
ii gpgv 2.2.40-1.1 amd>
ii grep 3.11-3 amd>
ii groff-base 1.23.0-3 amd>
ii grub-common 2.12~rc1-11 amd>
ii grub-efi-amd64 2.12~rc1-11 amd>
ii grub-efi-amd64-bin 2.12~rc1-11 amd>
ii grub-efi-amd64-signed 1+2.12~rc1+11 amd>
ii grub2-common 2.12~rc1-11 amd>
ii gsettings-desktop-schemas 45.0-1 all>
ii gsfonts 2:20200910-7 all>
ii gstreamer1.0-alsa:amd64 1.22.6-1 amd>
ii gstreamer1.0-gl:amd64 1.22.6-1 amd>
ii gstreamer1.0-gtk3:amd64 1.22.6-1+b1 amd>
ii gstreamer1.0-libav:amd64 1.22.6-1 amd>
ii gstreamer1.0-plugins-bad:amd64 1.22.4-1 amd>
ii gstreamer1.0-plugins-base:amd64 1.22.6-1 amd>
ii gstreamer1.0-plugins-good:amd64 1.22.6-1+b1 amd>
ii gstreamer1.0-plugins-ugly:amd64 1.22.6-1 amd>
ii gstreamer1.0-x:amd64 1.22.6-1 amd>
ii gtk-update-icon-cache 3.24.38-5 amd>
ii gtk2-engines-pixbuf:amd64 2.24.33-2 amd>
ii gvfs:amd64 1.52.0-1 amd>
ii gvfs-backends 1.52.0-1 amd>
ii gvfs-common 1.52.0-1 all>
ii gvfs-daemons 1.52.0-1 amd>
ii gvfs-libs:amd64 1.52.0-1 amd>
ii gzip 1.12-1 amd>
ii hicolor-icon-theme 0.17-2 all>
ii hostname 3.23+nmu1 amd>
ii htop 3.2.2-2 amd>
ii hunspell-en-us 1:2020.12.07-2 all>
ii hyphen-en-us 2.8.8-7 all>
ii i965-va-driver:amd64 2.4.1+dfsg1-1 amd>
ii iamerican 3.4.05-1 all>
ii ibritish 3.4.05-1 all>
ii ienglish-common 3.4.05-1 all>
ii ifupdown 0.8.41 amd>
ii imagemagick-6-common 8:6.9.11.60+dfsg-1.6 all>
ii inetutils-telnet 2:2.4-3 amd>
ii init 1.65.2 amd>
ii init-system-helpers 1.65.2 all>
ii initramfs-tools 0.142 all>
ii initramfs-tools-core 0.142 all>
ii installation-report 2.90 all>
ii intel-media-va-driver:amd64 23.3.4+dfsg1-1 amd>
ii intel-microcode 3.20230808.1 amd>
ii ipp-usb 0.9.23-1+b6 amd>
ii iproute2 6.5.0-4 amd>
ii iputils-ping 3:20221126-1 amd>
ii isc-dhcp-client 4.4.3-P1-3+b1 amd>
ii isc-dhcp-common 4.4.3-P1-3+b1 amd>
ii iso-codes 4.15.0-1 all>
ii ispell 3.4.05-1 amd>
ii iucode-tool 2.3.1-3 amd>
ii iw 5.19-1 amd>
ii javascript-common 11+nmu1 all>
ii kbd 2.5.1-1+b1 amd>
ii keyboard-configuration 1.223 all>
ii klibc-utils 2.0.13-1 amd>
ii kmod 30+20230601-2 amd>
ii krb5-locales 1.20.1-4 all>
ii laptop-detect 0.16 all>
ii less 590-2 amd>
ii liba52-0.7.4:amd64 0.7.4-20 amd>
ii libaa1:amd64 1.4p5-50 amd>
ii libaacs0:amd64 0.11.1-2 amd>
ii libabsl20220623:amd64 20220623.1-3 amd>
ii libabw-0.1-1:amd64 0.1.3-1 amd>
ii libacl1:amd64 2.3.1-3 amd>
ii libamd3:amd64 1:7.2.0+dfsg-2 amd>
ii libao-common 1.2.2+20180113-1.1 all>
ii libao4:amd64 1.2.2+20180113-1.1 amd>
ii libaom3:amd64 3.7.0-1 amd>
ii libapparmor1:amd64 3.0.12-1 amd>
ii libapt-pkg6.0:amd64 2.7.6 amd>
ii libarchive13:amd64 3.7.2-1 amd>
ii libargon2-1:amd64 0~20190702+dfsg-3 amd>
ii libasound2:amd64 1.2.10-1 amd>
ii libasound2-data 1.2.10-1 all>
ii libasound2-plugins:amd64 1.2.7.1-1+b1 amd>
ii libaspell15:amd64 0.60.8-6 amd>
ii libass9:amd64 1:0.17.1-1 amd>
ii libassuan0:amd64 2.5.6-1 amd>
ii libasyncns0:amd64 0.8-6+b3 amd>
ii libatasmart4:amd64 0.19-5 amd>
ii libatk-adaptor:amd64 2.50.0-1 amd>
ii libatk-bridge2.0-0:amd64 2.50.0-1 amd>
ii libatk1.0-0:amd64 2.50.0-1 amd>
ii libatkmm-1.6-1v5:amd64 2.28.3-2 amd>
ii libatomic1:amd64 13.2.0-5 amd>
ii libatopology2:amd64 1.2.10-1 amd>
ii libatrildocument3 1.26.0-2+b1 amd>
ii libatrilview3 1.26.0-2+b1 amd>
ii libatspi2.0-0:amd64 2.50.0-1 amd>
ii libattr1:amd64 1:2.5.1-4 amd>
ii libaudio2:amd64 1.9.4-7 amd>
ii libaudit-common 1:3.1.1-1 all>
ii libaudit1:amd64 1:3.1.1-1 amd>
ii libauthen-sasl-perl 2.1700-1 all>
ii libavahi-client3:amd64 0.8-11 amd>
ii libavahi-common-data:amd64 0.8-11 amd>
ii libavahi-common3:amd64 0.8-11 amd>
ii libavahi-core7:amd64 0.8-11 amd>
ii libavahi-glib1:amd64 0.8-11 amd>
ii libavc1394-0:amd64 0.5.4-5 amd>
ii libavcodec60:amd64 7:6.0-7+b1 amd>
ii libavfilter9:amd64 7:6.0-7+b1 amd>
ii libavformat60:amd64 7:6.0-7+b1 amd>
ii libavif16:amd64 1.0.1-2 amd>
ii libavtp0:amd64 0.2.0-1+b1 amd>
ii libavutil58:amd64 7:6.0-7+b1 amd>
ii libayatana-appindicator3-1 0.5.92-1.2 amd>
ii libayatana-ido3-0.4-0:amd64 0.10.1-1 amd>
ii libayatana-indicator3-7:amd64 0.9.3-1 amd>
ii libbabl-0.1-0:amd64 1:0.1.106-2 amd>
ii libbdplus0:amd64 0.2.0-3 amd>
ii libblas3:amd64 3.11.0-2 amd>
ii libblkid1:amd64 2.39.2-3 amd>
ii libblockdev-crypto3:amd64 3.0.4-1 amd>
ii libblockdev-fs3:amd64 3.0.4-1 amd>
ii libblockdev-loop3:amd64 3.0.4-1 amd>
ii libblockdev-mdraid3:amd64 3.0.4-1 amd>
ii libblockdev-nvme3:amd64 3.0.4-1 amd>
ii libblockdev-part3:amd64 3.0.4-1 amd>
ii libblockdev-swap3:amd64 3.0.4-1 amd>
ii libblockdev-utils3:amd64 3.0.4-1 amd>
ii libblockdev3:amd64 3.0.4-1 amd>
ii libbluetooth3:amd64 5.69-1 amd>
ii libbluray2:amd64 1:1.3.4-1 amd>
ii libboost-filesystem1.74.0:amd64 1.74.0+ds1-23 amd>
ii libboost-iostreams1.74.0:amd64 1.74.0+ds1-23 amd>
ii libboost-locale1.74.0:amd64 1.74.0+ds1-23 amd>
ii libboost-thread1.74.0:amd64 1.74.0+ds1-23 amd>
ii libbox2d2:amd64 2.4.1-3 amd>
ii libbpf1:amd64 1:1.2.2-2 amd>
ii libbrlapi0.8:amd64 6.6-4 amd>
ii libbrotli1:amd64 1.0.9-2+b6 amd>
ii libbs2b0:amd64 3.1.0+dfsg-7 amd>
ii libbsd0:amd64 0.11.7-4 amd>
ii libbytesize-common 2.9-1 all>
ii libbytesize1:amd64 2.9-1 amd>
ii libbz2-1.0:amd64 1.0.8-5+b1 amd>
ii libc-bin 2.37-12 amd>
ii libc-l10n 2.37-12 all>
ii libc6:amd64 2.37-12 amd>
ii libcaca0:amd64 0.99.beta20-4 amd>
ii libcairo-gobject-perl 1.005-4 amd>
ii libcairo-gobject2:amd64 1.18.0-1 amd>
ii libcairo-perl 1.109-3+b1 amd>
ii libcairo2:amd64 1.18.0-1 amd>
ii libcairomm-1.0-1v5:amd64 1.14.4-2 amd>
ii libcaja-extension1:amd64 1.26.1-1 amd>
ii libcamd3:amd64 1:7.2.0+dfsg-2 amd>
ii libcanberra-gtk3-0:amd64 0.30-10 amd>
ii libcanberra-gtk3-module:amd64 0.30-10 amd>
ii libcanberra0:amd64 0.30-10 amd>
ii libcap-ng0:amd64 0.8.3-1+b3 amd>
ii libcap2:amd64 1:2.66-4 amd>
ii libcap2-bin 1:2.66-4 amd>
ii libcbor0.10:amd64 0.10.2-1.1 amd>
ii libccolamd3:amd64 1:7.2.0+dfsg-2 amd>
ii libcdio-cdda2:amd64 10.2+2.0.1-1 amd>
ii libcdio-paranoia2:amd64 10.2+2.0.1-1 amd>
ii libcdio19:amd64 2.1.0-4 amd>
ii libcdparanoia0:amd64 3.10.2+debian-14 amd>
ii libcdr-0.1-1:amd64 0.1.7-1 amd>
ii libcholmod4:amd64 1:7.2.0+dfsg-2 amd>
ii libchromaprint1:amd64 1.5.1-4 amd>
ii libcjson1:amd64 1.7.16-1 amd>
ii libclone-perl:amd64 0.46-1 amd>
ii libcloudproviders0:amd64 0.3.4-1 amd>
ii libclucene-contribs1v5:amd64 2.3.3.4+dfsg-1.1 amd>
ii libclucene-core1v5:amd64 2.3.3.4+dfsg-1.1 amd>
ii libcodec2-1.2:amd64 1.2.0-2 amd>
ii libcolamd3:amd64 1:7.2.0+dfsg-2 amd>
ii libcolord2:amd64 1.4.6-3 amd>
ii libcolorhug2:amd64 1.4.6-3 amd>
ii libcom-err2:amd64 1.47.0-2+b1 amd>
ii libcrypt1:amd64 1:4.4.36-2 amd>
ii libcryptsetup12:amd64 2:2.6.1-5 amd>
ii libcups2:amd64 2.4.7-1 amd>
ii libcupsfilters1:amd64 1.28.17-3 amd>
ii libcurl3-gnutls:amd64 8.4.0-2 amd>
ii libcurl4:amd64 8.4.0-2 amd>
ii libdaemon0:amd64 0.14-7.1 amd>
ii libdata-dump-perl 1.25-1 all>
ii libdatrie1:amd64 0.2.13-2+b1 amd>
ii libdav1d6:amd64 1.2.1-2 amd>
ii libdb5.3:amd64 5.3.28+dfsg2-2 amd>
ii libdbus-1-3:amd64 1.14.10-1 amd>
ii libdbus-glib-1-2:amd64 0.112-3 amd>
ii libdbusmenu-glib4:amd64 18.10.20180917~bzr492+repack1-3.1 amd>
ii libdbusmenu-gtk3-4:amd64 18.10.20180917~bzr492+repack1-3.1 amd>
ii libdc1394-25:amd64 2.2.6-4 amd>
ii libdca0:amd64 0.0.7-2 amd>
ii libdconf1:amd64 0.40.0-4 amd>
ii libde265-0:amd64 1.0.12-2 amd>
ii libdebconfclient0:amd64 0.271 amd>
ii libdecor-0-0:amd64 0.2.0-1 amd>
ii libdecor-0-plugin-1-gtk:amd64 0.2.0-1 amd>
ii libdeflate0:amd64 1.18-1 amd>
ii libdevmapper1.02.1:amd64 2:1.02.185-2 amd>
ii libdirectfb-1.7-7:amd64 1.7.7-11 amd>
ii libdiscover2 2.1.2-10 amd>
ii libdjvulibre-text 3.5.28-2 all>
ii libdjvulibre21:amd64 3.5.28-2+b1 amd>
ii libdotconf0:amd64 1.3-0.3 amd>
ii libdrm-amdgpu1:amd64 2.4.116-1 amd>
ii libdrm-common 2.4.116-1 all>
ii libdrm-intel1:amd64 2.4.116-1 amd>
ii libdrm-nouveau2:amd64 2.4.116-1 amd>
ii libdrm-radeon1:amd64 2.4.116-1 amd>
ii libdrm2:amd64 2.4.116-1 amd>
ii libduktape207:amd64 2.7.0-2 amd>
ii libdv4:amd64 1.0.0-16 amd>
ii libdvdnav4:amd64 6.1.1-1 amd>
ii libdvdread8:amd64 6.1.3-1 amd>
ii libdw1:amd64 0.189-4 amd>
ii libe-book-0.1-1:amd64 0.1.3-2+b2 amd>
ii libedit2:amd64 3.1-20230828-1 amd>
ii libefiboot1:amd64 37-6 amd>
ii libefivar1:amd64 37-6 amd>
ii libegl-mesa0:amd64 23.2.1-1 amd>
ii libegl1:amd64 1.7.0-1 amd>
ii libelf1:amd64 0.189-4 amd>
ii libenchant-2-2:amd64 2.3.3-2 amd>
ii libencode-locale-perl 1.05-3 all>
ii libeot0:amd64 0.01-5+b1 amd>
ii libepoxy0:amd64 1.5.10-1 amd>
ii libept1.6.0:amd64 1.2.1 amd>
ii libepubgen-0.1-1:amd64 0.1.1-1 amd>
ii libespeak-ng1:amd64 1.51+dfsg-11 amd>
ii libetonyek-0.1-1:amd64 0.1.10-5 amd>
ii libevdev2:amd64 1.13.1+dfsg-1 amd>
ii libevent-2.1-7:amd64 2.1.12-stable-8 amd>
ii libexif12:amd64 0.6.24-1+b1 amd>
ii libexiv2-27:amd64 0.27.6-1 amd>
ii libexo-2-0:amd64 4.18.0-1 amd>
ii libexo-common 4.18.0-1 all>
ii libexpat1:amd64 2.5.0-2 amd>
ii libext2fs2:amd64 1.47.0-2+b1 amd>
ii libexttextcat-2.0-0:amd64 3.4.6-1 amd>
ii libexttextcat-data 3.4.6-1 all>
ii libextutils-depends-perl 0.8001-2 all>
ii libfaad2:amd64 2.10.1-1 amd>
ii libfdisk1:amd64 2.39.2-3 amd>
ii libffi8:amd64 3.4.4-1 amd>
ii libfftw3-double3:amd64 3.3.10-1 amd>
ii libfftw3-single3:amd64 3.3.10-1 amd>
ii libfido2-1:amd64 1.13.0-1+b1 amd>
ii libfile-basedir-perl 0.09-2 all>
ii libfile-desktopentry-perl 0.22-3 all>
ii libfile-listing-perl 6.16-1 all>
ii libfile-mimeinfo-perl 0.33-1 all>
ii libflac12:amd64 1.4.3+ds-2 amd>
ii libflite1:amd64 2.2-6 amd>
ii libfluidsynth3:amd64 2.3.4-1 amd>
ii libfont-afm-perl 1.20-4 all>
ii libfontconfig1:amd64 2.14.2-6 amd>
ii libfontembed1:amd64 1.28.17-3 amd>
ii libfontenc1:amd64 1:1.1.4-1 amd>
ii libfreeaptx0:amd64 0.1.1-2 amd>
ii libfreehand-0.1-1 0.1.2-3 amd>
ii libfreetype6:amd64 2.13.2+dfsg-1 amd>
ii libfribidi0:amd64 1.0.13-3 amd>
ii libfstrm0:amd64 0.6.1-1 amd>
ii libfuse3-3:amd64 3.14.0-4 amd>
ii libgail-common:amd64 2.24.33-2 amd>
ii libgail18:amd64 2.24.33-2 amd>
ii libgav1-1:amd64 0.18.0-1+b1 amd>
ii libgbm1:amd64 23.2.1-1 amd>
ii libgc1:amd64 1:8.2.4-1 amd>
ii libgcc-s1:amd64 13.2.0-5 amd>
ii libgck-1-0:amd64 3.41.1-3 amd>
ii libgcr-base-3-1:amd64 3.41.1-3 amd>
ii libgcr-ui-3-1:amd64 3.41.1-3 amd>
ii libgcrypt20:amd64 1.10.2-3 amd>
ii libgd3:amd64 2.3.3-9+b1 amd>
ii libgdata-common 0.18.1-3 all>
ii libgdata22:amd64 0.18.1-3 amd>
ii libgdbm-compat4:amd64 1.23-3 amd>
ii libgdbm6:amd64 1.23-3 amd>
ii libgdk-pixbuf-2.0-0:amd64 2.42.10+dfsg-1+b1 amd>
ii libgdk-pixbuf2.0-bin 2.42.10+dfsg-1+b1 amd>
ii libgdk-pixbuf2.0-common 2.42.10+dfsg-1 all>
ii libgegl-0.4-0:amd64 1:0.4.46-3 amd>
ii libgegl-common 1:0.4.46-3 all>
ii libgexiv2-2:amd64 0.14.2-2 amd>
ii libgfortran5:amd64 13.2.0-5 amd>
ii libgif7:amd64 5.2.1-2.5 amd>
ii libgimp2.0:amd64 2.10.34-1 amd>
ii libgirepository-1.0-1:amd64 1.78.1-1 amd>
ii libgl1:amd64 1.7.0-1 amd>
ii libgl1-mesa-dri:amd64 23.2.1-1 amd>
ii libglapi-mesa:amd64 23.2.1-1 amd>
ii libgles2:amd64 1.7.0-1 amd>
ii libglib-object-introspection-perl 0.050-2 amd>
ii libglib-perl:amd64 3:1.329.3-3 amd>
ii libglib2.0-0:amd64 2.78.0-2 amd>
ii libglib2.0-data 2.78.0-2 all>
ii libglibmm-2.4-1v5:amd64 2.66.6-2 amd>
ii libglu1-mesa:amd64 9.0.2-1.1 amd>
ii libglvnd0:amd64 1.7.0-1 amd>
ii libglx-mesa0:amd64 23.2.1-1 amd>
ii libglx0:amd64 1.7.0-1 amd>
ii libgme0:amd64 0.6.3-6 amd>
ii libgmp10:amd64 2:6.3.0+dfsg-2 amd>
ii libgnustep-base1.29 1.29.0-7 amd>
ii libgnutls-dane0:amd64 3.8.1-4+b1 amd>
ii libgnutls30:amd64 3.8.1-4+b1 amd>
ii libgoa-1.0-0b:amd64 3.48.0-2 amd>
ii libgoa-1.0-common 3.48.0-2 all>
ii libgomp1:amd64 13.2.0-5 amd>
ii libgpg-error0:amd64 1.47-2 amd>
ii libgpgme11:amd64 1.18.0-3+b1 amd>
ii libgpgmepp6:amd64 1.18.0-3+b1 amd>
ii libgphoto2-6:amd64 2.5.31-1 amd>
ii libgphoto2-l10n 2.5.31-1 all>
ii libgphoto2-port12:amd64 2.5.31-1 amd>
ii libgpm2:amd64 1.20.7-10+b1 amd>
ii libgraphene-1.0-0:amd64 1.10.8-1 amd>
ii libgraphite2-3:amd64 1.3.14-1 amd>
ii libgs-common 10.02.0~dfsg-2 all>
ii libgs10:amd64 10.02.0~dfsg-2 amd>
ii libgs10-common 10.02.0~dfsg-2 all>
ii libgsm1:amd64 1.0.22-1 amd>
ii libgspell-1-2:amd64 1.12.2-1 amd>
ii libgspell-1-common 1.12.2-1 all>
ii libgssapi-krb5-2:amd64 1.20.1-4 amd>
ii libgssdp-1.6-0:amd64 1.6.2-2 amd>
ii libgstreamer-gl1.0-0:amd64 1.22.6-1 amd>
ii libgstreamer-plugins-bad1.0-0:amd64 1.22.4-1 amd>
ii libgstreamer-plugins-base1.0-0:amd64 1.22.6-1 amd>
ii libgstreamer1.0-0:amd64 1.22.6-1 amd>
ii libgtk-3-0:amd64 3.24.38-5 amd>
ii libgtk-3-bin 3.24.38-5 amd>
ii libgtk-3-common 3.24.38-5 all>
ii libgtk2.0-0:amd64 2.24.33-2 amd>
ii libgtk2.0-bin 2.24.33-2 amd>
ii libgtk2.0-common 2.24.33-2 all>
ii libgtk3-perl 0.038-3 all>
ii libgtkmm-3.0-1v5:amd64 3.24.8-2 amd>
ii libgtksourceview-3.0-1:amd64 3.24.11-2+b1 amd>
ii libgtksourceview-3.0-common 3.24.11-2 all>
ii libgtksourceview-4-0:amd64 4.8.4-4 amd>
ii libgtksourceview-4-common 4.8.4-4 all>
ii libgtop-2.0-11:amd64 2.40.0-2 amd>
ii libgtop2-common 2.40.0-2 all>
ii libgudev-1.0-0:amd64 238-2 amd>
ii libgupnp-1.6-0:amd64 1.6.5-1 amd>
ii libgupnp-igd-1.6-0:amd64 1.6.0-3 amd>
ii libgusb2:amd64 0.4.5-1.1 amd>
ii libgxps2:amd64 0.3.2-3 amd>
ii libhandy-1-0:amd64 1.8.2-3 amd>
ii libharfbuzz-icu0:amd64 8.0.1-1 amd>
ii libharfbuzz0b:amd64 8.0.1-1 amd>
ii libheif-plugin-aomenc:amd64 1.17.0-1+b1 amd>
ii libheif-plugin-dav1d:amd64 1.17.0-1+b1 amd>
ii libheif-plugin-libde265:amd64 1.17.0-1+b1 amd>
ii libheif-plugin-x265:amd64 1.17.0-1+b1 amd>
ii libheif1:amd64 1.17.0-1+b1 amd>
ii libhogweed6:amd64 3.9.1-2 amd>
ii libhtml-form-perl 6.11-1 all>
ii libhtml-format-perl 2.16-2 all>
ii libhtml-parser-perl:amd64 3.81-1 amd>
ii libhtml-tagset-perl 3.20-6 all>
ii libhtml-tree-perl 5.07-3 all>
ii libhttp-cookies-perl 6.10-1 all>
ii libhttp-daemon-perl 6.16-1 all>
ii libhttp-date-perl 6.05-2 all>
ii libhttp-message-perl 6.44-2 all>
ii libhttp-negotiate-perl 6.01-2 all>
ii libhunspell-1.7-0:amd64 1.7.2+really1.7.2-10 amd>
ii libhwy1:amd64 1.0.7-8 amd>
ii libhyphen0:amd64 2.8.8-7 amd>
ii libical3:amd64 3.0.16-1+b1 amd>
ii libice6:amd64 2:1.0.10-1 amd>
ii libicu72:amd64 72.1-3 amd>
ii libid3tag0:amd64 0.15.1b-14 amd>
ii libidn12:amd64 1.41-1 amd>
ii libidn2-0:amd64 2.3.4-1+b1 amd>
ii libiec61883-0:amd64 1.2.0-6+b1 amd>
ii libieee1284-3:amd64 0.2.11-14 amd>
ii libigdgmm12:amd64 22.3.12+ds1-1 amd>
ii libijs-0.35:amd64 0.35-15.1 amd>
ii libimath-3-1-29:amd64 3.1.9-3 amd>
ii libimlib2:amd64 1.12.1-1 amd>
ii libimobiledevice6:amd64 1.3.0-7 amd>
ii libinput-bin 1.23.0-2 amd>
ii libinput10:amd64 1.23.0-2 amd>
ii libinstpatch-1.0-2:amd64 1.1.6-1 amd>
ii libio-compress-brotli-perl 0.004001-2 amd>
ii libio-html-perl 1.004-3 all>
ii libio-socket-ssl-perl 2.083-1 all>
ii libio-stringy-perl 2.111-3 all>
ii libip4tc2:amd64 1.8.9-2 amd>
ii libipc-system-simple-perl 1.30-2 all>
ii libisl23:amd64 0.26-3 amd>
ii libiw30:amd64 30~pre9-14 amd>
ii libjack-jackd2-0:amd64 1.9.21~dfsg-3 amd>
ii libjansson4:amd64 2.14-2 amd>
ii libjavascriptcoregtk-4.0-18:amd64 2.42.1-2+b1 amd>
ii libjavascriptcoregtk-4.1-0:amd64 2.42.1-2+b1 amd>
ii libjbig0:amd64 2.1-6.1 amd>
ii libjbig2dec0:amd64 0.19-3 amd>
ii libjemalloc2:amd64 5.3.0-2 amd>
ii libjim0.82:amd64 0.82-4 amd>
ii libjpeg62-turbo:amd64 1:2.1.5-2 amd>
ii libjs-jquery 3.6.1+dfsg+~3.5.14-1 all>
ii libjs-mathjax 2.7.9+dfsg-1 all>
ii libjs-sphinxdoc 5.3.0-7 all>
ii libjs-underscore 1.13.4~dfsg+~1.11.4-3 all>
ii libjson-c5:amd64 0.17-1 amd>
ii libjson-glib-1.0-0:amd64 1.8.0-1 amd>
ii libjson-glib-1.0-common 1.8.0-1 all>
ii libjxl0.7:amd64 0.7.0-10.2 amd>
ii libjxr-tools 1.2~git20170615.f752187-5 amd>
ii libjxr0:amd64 1.2~git20170615.f752187-5 amd>
ii libk5crypto3:amd64 1.20.1-4 amd>
ii libkate1:amd64 0.4.1-11 amd>
ii libkeybinder-3.0-0:amd64 0.3.2-1.1 amd>
ii libkeyutils1:amd64 1.6.3-2 amd>
ii libklibc:amd64 2.0.13-1 amd>
ii libkmod2:amd64 30+20230601-2 amd>
ii libkpathsea6:amd64 2023.20230311.66589-6 amd>
ii libkrb5-3:amd64 1.20.1-4 amd>
ii libkrb5support0:amd64 1.20.1-4 amd>
ii libksba8:amd64 1.6.4-2 amd>
ii liblangtag-common 0.6.4-2 all>
ii liblangtag1:amd64 0.6.4-2 amd>
ii liblapack3:amd64 3.11.0-2 amd>
ii liblcms2-2:amd64 2.14-2 amd>
ii libldacbt-enc2:amd64 2.0.2.3+git20200429+ed310a0-4 amd>
ii libldap-2.5-0:amd64 2.5.13+dfsg-5 amd>
ii libldap-common 2.5.13+dfsg-5 all>
ii libldb2:amd64 2:2.8.0+samba4.19.2+dfsg-1 amd>
ii liblerc4:amd64 4.0.0+ds-3 amd>
ii liblightdm-gobject-1-0:amd64 1.32.0-3 amd>
ii liblilv-0-0:amd64 0.24.14-1 amd>
ii libllvm16:amd64 1:16.0.6-16 amd>
ii liblmdb0:amd64 0.9.31-1 amd>
ii liblocale-gettext-perl 1.07-6 amd>
ii liblockfile-bin 1.17-1+b1 amd>
ii liblouis-data 3.27.0-1 all>
ii liblouis20:amd64 3.27.0-1 amd>
ii liblouisutdml-bin 2.11.0-4 amd>
ii liblouisutdml-data 2.11.0-4 all>
ii liblouisutdml9:amd64 2.11.0-4 amd>
ii liblqr-1-0:amd64 0.4.2-2.1 amd>
ii liblrdf0:amd64 0.6.1-4 amd>
ii libltc11:amd64 1.3.2-1 amd>
ii libltdl7:amd64 2.4.7-7 amd>
ii liblwp-mediatypes-perl 6.04-2 all>
ii liblwp-protocol-https-perl 6.11-1 all>
ii liblz4-1:amd64 1.9.4-1 amd>
ii liblzma5:amd64 5.4.4-0.1 amd>
ii libmagic-mgc 1:5.45-2 amd>
ii libmagic1:amd64 1:5.45-2 amd>
ii libmagickcore-6.q16-6:amd64 8:6.9.11.60+dfsg-1.6 amd>
ii libmagickcore-6.q16-6-extra:amd64 8:6.9.11.60+dfsg-1.6 amd>
ii libmagickwand-6.q16-6:amd64 8:6.9.11.60+dfsg-1.6 amd>
ii libmailtools-perl 2.21-2 all>
ii libmanette-0.2-0:amd64 0.2.6-3+b1 amd>
ii libmaxminddb0:amd64 1.7.1-1 amd>
ii libmbedcrypto7:amd64 2.28.5-1 amd>
ii libmbim-glib4:amd64 1.28.4-2 amd>
ii libmbim-proxy 1.28.4-2 amd>
ii libmbim-utils 1.28.4-2 amd>
ii libmd0:amd64 1.1.0-1 amd>
ii libmfx1:amd64 22.5.4-1 amd>
ii libmhash2:amd64 0.9.9.9-9 amd>
ii libmjpegutils-2.1-0:amd64 1:2.1.0+debian-7 amd>
ii libmm-glib0:amd64 1.20.6-2 amd>
ii libmnl0:amd64 1.0.4-3 amd>
ii libmodplug1:amd64 1:0.8.9.0-3 amd>
ii libmount1:amd64 2.39.2-3 amd>
ii libmousepad0:amd64 0.6.1-1 amd>
ii libmp3lame0:amd64 3.100-6 amd>
ii libmpc3:amd64 1.3.1-1 amd>
ii libmpcdec6:amd64 2:0.1~r495-2 amd>
ii libmpeg2-4:amd64 0.5.1-9 amd>
ii libmpeg2encpp-2.1-0:amd64 1:2.1.0+debian-7 amd>
ii libmpfr6:amd64 4.2.1-1 amd>
ii libmpg123-0:amd64 1.32.3-1 amd>
ii libmplex2-2.1-0:amd64 1:2.1.0+debian-7 amd>
ii libmspub-0.1-1:amd64 0.1.4-3+b3 amd>
ii libmtdev1:amd64 1.1.6-1 amd>
ii libmtp-common 1.1.21-1 all>
ii libmtp-runtime 1.1.21-1 amd>
ii libmtp9:amd64 1.1.21-1 amd>
ii libmwaw-0.3-3:amd64 0.3.22-1 amd>
ii libmysofa1:amd64 1.3.1~dfsg0-1 amd>
ii libmythes-1.2-0:amd64 2:1.2.5-1 amd>
ii libncurses6:amd64 6.4+20231016-1 amd>
ii libncursesw6:amd64 6.4+20231016-1 amd>
ii libndp0:amd64 1.8-1 amd>
ii libneon27:amd64 0.32.5-2 amd>
ii libnet-dbus-perl 1.2.0-2 amd>
ii libnet-http-perl 6.23-1 all>
ii libnet-smtp-ssl-perl 1.04-2 all>
ii libnet-ssleay-perl:amd64 1.92-2+b1 amd>
ii libnetfilter-conntrack3:amd64 1.0.9-5 amd>
ii libnettle8:amd64 3.9.1-2 amd>
ii libnewt0.52:amd64 0.52.23-1+b1 amd>
ii libnfnetlink0:amd64 1.0.2-2 amd>
ii libnfs14:amd64 5.0.2-1 amd>
ii libnftables1:amd64 1.0.8-1 amd>
ii libnftnl11:amd64 1.2.6-2 amd>
ii libnghttp2-14:amd64 1.57.0-1 amd>
ii libnice10:amd64 0.1.21-2 amd>
ii libnl-3-200:amd64 3.7.0-0.2+b1 amd>
ii libnl-genl-3-200:amd64 3.7.0-0.2+b1 amd>
ii libnl-route-3-200:amd64 3.7.0-0.2+b1 amd>
ii libnm0:amd64 1.44.2-1 amd>
ii libnma-common 1.10.6-1 all>
ii libnma0:amd64 1.10.6-1 amd>
ii libnorm1:amd64 1.5.9+dfsg-2 amd>
ii libnotify4:amd64 0.8.2-1 amd>
ii libnpth0:amd64 1.6-3 amd>
ii libnsl2:amd64 1.3.0-2 amd>
ii libnspr4:amd64 2:4.35-1.1 amd>
ii libnss-mdns:amd64 0.15.1-3 amd>
ii libnss-systemd:amd64 254.5-1 amd>
ii libnss3:amd64 2:3.93-1 amd>
ii libntfs-3g89:amd64 1:2022.10.3-1+b1 amd>
ii libnuma1:amd64 2.0.16-1 amd>
ii libnumbertext-1.0-0:amd64 1.0.11-1 amd>
ii libnumbertext-data 1.0.11-1 all>
ii libnvme1 1.6-1 amd>
ii libobjc4:amd64 13.2.0-5 amd>
ii libobrender32v5 3.6.1-11 amd>
ii libobt2v5:amd64 3.6.1-11 amd>
ii libodfgen-0.1-1:amd64 0.1.8-2 amd>
ii libogg0:amd64 1.3.5-3 amd>
ii libopenal-data 1:1.23.1-4 all>
ii libopenal1:amd64 1:1.23.1-4 amd>
ii libopencore-amrnb0:amd64 0.1.6-1 amd>
ii libopencore-amrwb0:amd64 0.1.6-1 amd>
ii libopenexr-3-1-30:amd64 3.1.5-5.1 amd>
ii libopengl0:amd64 1.7.0-1 amd>
ii libopenh264-7:amd64 2.3.1+dfsg-4 amd>
ii libopenjp2-7:amd64 2.5.0-2 amd>
ii libopenmpt0:amd64 0.7.3-1 amd>
ii libopenni2-0:amd64 2.2.0.33+dfsg-15+b1 amd>
ii libopus0:amd64 1.4-1 amd>
ii liborc-0.4-0:amd64 1:0.4.34-3 amd>
ii liborcus-0.17-0:amd64 0.17.2-3 amd>
ii liborcus-parser-0.17-0:amd64 0.17.2-3 amd>
ii libp11-kit0:amd64 0.25.0-5 amd>
ii libpagemaker-0.0-0:amd64 0.0.4-1 amd>
ii libpam-gnome-keyring:amd64 42.1-1+b2 amd>
ii libpam-modules:amd64 1.5.2-7 amd>
ii libpam-modules-bin 1.5.2-7 amd>
ii libpam-runtime 1.5.2-7 all>
ii libpam-systemd:amd64 254.5-1 amd>
ii libpam0g:amd64 1.5.2-7 amd>
ii libpango-1.0-0:amd64 1.51.0+ds-2 amd>
ii libpangocairo-1.0-0:amd64 1.51.0+ds-2 amd>
ii libpangoft2-1.0-0:amd64 1.51.0+ds-2 amd>
ii libpangomm-1.4-1v5:amd64 2.46.3-1 amd>
ii libpangoxft-1.0-0:amd64 1.51.0+ds-2 amd>
ii libpaper-utils 1.1.29 amd>
ii libpaper1:amd64 1.1.29 amd>
ii libparted2:amd64 3.6-3 amd>
ii libpcap0.8:amd64 1.10.4-4 amd>
ii libpcaudio0:amd64 1.2-2 amd>
ii libpci3:amd64 1:3.10.0-2 amd>
ii libpciaccess0:amd64 0.17-2 amd>
ii libpcre2-8-0:amd64 10.42-4 amd>
ii libpcsclite1:amd64 2.0.0-1 amd>
ii libperl5.36:amd64 5.36.0-9 amd>
ii libpgm-5.3-0:amd64 5.3.128~dfsg-2 amd>
ii libpipeline1:amd64 1.5.7-1 amd>
ii libpipewire-0.3-0:amd64 0.3.82-1 amd>
ii libpipewire-0.3-common 0.3.82-1 all>
ii libpixman-1-0:amd64 0.42.2-1 amd>
ii libplacebo292:amd64 6.292.1-1 amd>
ii libplist3:amd64 2.2.0-6+b2 amd>
ii libplymouth5:amd64 22.02.122-3 amd>
ii libpng16-16:amd64 1.6.40-2 amd>
ii libpocketsphinx3:amd64 0.8+5prealpha+1-15 amd>
ii libpolkit-agent-1-0:amd64 123-1 amd>
ii libpolkit-gobject-1-0:amd64 123-1 amd>
ii libpoppler-cpp0v5:amd64 22.12.0-2+b1 amd>
ii libpoppler-glib8:amd64 22.12.0-2+b1 amd>
ii libpoppler126:amd64 22.12.0-2+b1 amd>
ii libpopt0:amd64 1.19+dfsg-1 amd>
ii libpostproc57:amd64 7:6.0-7+b1 amd>
ii libproc2-0:amd64 2:4.0.4-2 amd>
ii libprotobuf-c1:amd64 1.4.1-1+b1 amd>
ii libproxy1v5:amd64 0.4.18-1.2 amd>
ii libpsl5:amd64 0.21.2-1+b1 amd>
ii libpulse-mainloop-glib0:amd64 16.1+dfsg1-2+b1 amd>
ii libpulse0:amd64 16.1+dfsg1-2+b1 amd>
ii libpulsedsp:amd64 16.1+dfsg1-2+b1 amd>
ii libpython3-stdlib:amd64 3.11.4-5+b1 amd>
ii libpython3.11:amd64 3.11.6-3 amd>
ii libpython3.11-minimal:amd64 3.11.6-3 amd>
ii libpython3.11-stdlib:amd64 3.11.6-3 amd>
ii libqmi-glib5:amd64 1.32.4-2 amd>
ii libqmi-proxy 1.32.4-2 amd>
ii libqmi-utils 1.32.4-2 amd>
ii libqpdf29:amd64 11.6.3-1 amd>
ii libqrencode4:amd64 4.1.1-1 amd>
ii libqrtr-glib0:amd64 1.2.2-1 amd>
ii libqxp-0.0-0 0.0.2-1+b3 amd>
ii librabbitmq4:amd64 0.11.0-1+b1 amd>
ii libraptor2-0:amd64 2.0.16-3 amd>
ii librasqal3:amd64 0.9.33-2 amd>
ii librav1e0:amd64 0.6.6-3 amd>
ii libraw1394-11:amd64 2.1.2-2 amd>
ii libraw23:amd64 0.21.1-7 amd>
ii librdf0:amd64 1.0.17-3 amd>
ii libreadline8:amd64 8.2-1.3 amd>
ii libreoffice-base-core 4:7.5.8~rc1-1 amd>
ii libreoffice-calc 4:7.5.8~rc1-1 amd>
ii libreoffice-common 4:7.5.8~rc1-1 all>
ii libreoffice-core 4:7.5.8~rc1-1 amd>
ii libreoffice-draw 4:7.5.8~rc1-1 amd>
ii libreoffice-gtk3 4:7.5.8~rc1-1 amd>
ii libreoffice-help-common 4:7.5.8~rc1-1 all>
ii libreoffice-help-en-us 4:7.5.8~rc1-1 all>
ii libreoffice-impress 4:7.5.8~rc1-1 amd>
ii libreoffice-math 4:7.5.8~rc1-1 amd>
ii libreoffice-style-colibre 4:7.5.8~rc1-1 all>
ii libreoffice-writer 4:7.5.8~rc1-1 amd>
ii librevenge-0.0-0:amd64 0.0.5-3 amd>
ii librist4:amd64 0.2.9+dfsg-1 amd>
ii librsvg2-2:amd64 2.54.7+dfsg-2 amd>
ii librsvg2-common:amd64 2.54.7+dfsg-2 amd>
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2+b2 amd>
ii librubberband2:amd64 3.3.0+dfsg-2 amd>
ii libsamplerate0:amd64 0.2.2-4 amd>
ii libsane-common 1.2.1-5 all>
ii libsane1:amd64 1.2.1-5 amd>
ii libsasl2-2:amd64 2.1.28+dfsg1-3 amd>
ii libsasl2-modules:amd64 2.1.28+dfsg1-3 amd>
ii libsasl2-modules-db:amd64 2.1.28+dfsg1-3 amd>
ii libsbc1:amd64 2.0-1 amd>
ii libsdl2-2.0-0:amd64 2.28.4+dfsg-1 amd>
ii libseccomp2:amd64 2.5.4-1+b3 amd>
ii libsecret-1-0:amd64 0.21.1-1 amd>
ii libsecret-common 0.21.1-1 all>
ii libselinux1:amd64 3.5-1 amd>
ii libsemanage-common 3.5-1 all>
ii libsemanage2:amd64 3.5-1 amd>
ii libsensors-config 1:3.6.0-8 all>
ii libsensors5:amd64 1:3.6.0-8 amd>
ii libsepol2:amd64 3.5-1 amd>
ii libserd-0-0:amd64 0.30.16-1 amd>
ii libsharpyuv0:amd64 1.3.2-0.3 amd>
ii libshine3:amd64 3.1.1-2 amd>
ii libshout3:amd64 2.4.6-1+b1 amd>
ii libsidplay1v5:amd64 1.36.60-1 amd>
ii libsigc++-2.0-0v5:amd64 2.12.0-1 amd>
ii libslang2:amd64 2.3.3-3 amd>
ii libsm6:amd64 2:1.2.3-1 amd>
ii libsmartcols1:amd64 2.39.2-3 amd>
ii libsmbclient:amd64 2:4.19.2+dfsg-1 amd>
ii libsnappy1v5:amd64 1.1.10-1 amd>
ii libsndfile1:amd64 1.2.2-1 amd>
ii libsndio7.0:amd64 1.9.0-0.3+b2 amd>
ii libsnmp-base 5.9.4+dfsg-1 all>
ii libsnmp40:amd64 5.9.4+dfsg-1 amd>
ii libsodium23:amd64 1.0.18-1 amd>
ii libsonic0:amd64 0.2.0-12 amd>
ii libsord-0-0:amd64 0.16.14+git221008-1 amd>
ii libsoundtouch1:amd64 2.3.2+ds1-1 amd>
ii libsoup-3.0-0:amd64 3.4.3-1 amd>
ii libsoup-3.0-common 3.4.3-1 all>
ii libsoup-gnome2.4-1:amd64 2.74.3-1 amd>
ii libsoup2.4-1:amd64 2.74.3-1 amd>
ii libsoup2.4-common 2.74.3-1 all>
ii libsoxr0:amd64 0.1.3-4 amd>
ii libspa-0.2-modules:amd64 0.3.82-1 amd>
ii libspandsp2:amd64 0.0.6+dfsg-2+b1 amd>
ii libspectre1:amd64 0.2.12-1 amd>
ii libspeechd2:amd64 0.11.5-2 amd>
ii libspeex1:amd64 1.2.1-2 amd>
ii libspeexdsp1:amd64 1.2.1-1 amd>
ii libsphinxbase3:amd64 0.8+5prealpha+1-16 amd>
ii libsqlite3-0:amd64 3.43.2-1 amd>
ii libsratom-0-0:amd64 0.6.14-1 amd>
ii libsrt1.5-gnutls:amd64 1.5.3-1 amd>
ii libsrtp2-1:amd64 2.5.0-3 amd>
ii libss2:amd64 1.47.0-2+b1 amd>
ii libssh-gcrypt-4:amd64 0.10.5-3 amd>
ii libssh2-1:amd64 1.11.0-2 amd>
ii libssl3:amd64 3.0.11-1 amd>
ii libstaroffice-0.0-0:amd64 0.0.7-1 amd>
ii libstartup-notification0:amd64 0.12-6+b1 amd>
ii libstdc++6:amd64 13.2.0-5 amd>
ii libsuitesparseconfig7:amd64 1:7.2.0+dfsg-2 amd>
ii libsvtav1enc1d1:amd64 1.7.0+dfsg-2 amd>
ii libswresample4:amd64 7:6.0-7+b1 amd>
ii libswscale7:amd64 7:6.0-7+b1 amd>
ii libsynctex2:amd64 2023.20230311.66589-6 amd>
ii libsystemd-shared:amd64 254.5-1 amd>
ii libsystemd0:amd64 254.5-1 amd>
ii libtag1v5:amd64 1.13.1-1 amd>
ii libtag1v5-vanilla:amd64 1.13.1-1 amd>
ii libtagc0:amd64 1.13.1-1 amd>
ii libtalloc2:amd64 2.4.1-2 amd>
ii libtasn1-6:amd64 4.19.0-3 amd>
ii libtdb1:amd64 1.4.9-2 amd>
ii libteamdctl0:amd64 1.31-1 amd>
ii libtevent0:amd64 0.15.0-1 amd>
ii libtext-charwidth-perl:amd64 0.04-11 amd>
ii libtext-iconv-perl:amd64 1.7-8 amd>
ii libtext-wrapi18n-perl 0.06-10 all>
ii libthai-data 0.1.29-1 all>
ii libthai0:amd64 0.1.29-1 amd>
ii libtheora0:amd64 1.1.1+dfsg.1-16.1+b1 amd>
ii libthunarx-3-0:amd64 4.18.7-1 amd>
ii libtie-ixhash-perl 1.23-4 all>
ii libtiff6:amd64 4.5.1+git230720-1 amd>
ii libtimedate-perl 2.3300-2 all>
ii libtinfo6:amd64 6.4+20231016-1 amd>
ii libtirpc-common 1.3.3+ds-1 all>
ii libtirpc3:amd64 1.3.3+ds-1 amd>
ii libtry-tiny-perl 0.31-2 all>
ii libtumbler-1-0:amd64 4.18.1-1 amd>
ii libtwolame0:amd64 0.4.0-2 amd>
ii libuchardet0:amd64 0.0.7-1 amd>
ii libudev1:amd64 254.5-1 amd>
ii libudfread0:amd64 1.1.2-1 amd>
ii libudisks2-0:amd64 2.10.1-1 amd>
ii libumfpack6:amd64 1:7.2.0+dfsg-2 amd>
ii libunbound8:amd64 1.18.0-2 amd>
ii libunistring5:amd64 1.1-2 amd>
ii libuno-cppu3 4:7.5.8~rc1-1 amd>
ii libuno-cppuhelpergcc3-3 4:7.5.8~rc1-1 amd>
ii libuno-purpenvhelpergcc3-3 4:7.5.8~rc1-1 amd>
ii libuno-sal3 4:7.5.8~rc1-1 amd>
ii libuno-salhelpergcc3-3 4:7.5.8~rc1-1 amd>
ii libunwind8:amd64 1.6.2-3 amd>
ii libupower-glib3:amd64 1.90.2-5 amd>
ii liburcu8:amd64 0.14.0-2 amd>
ii liburi-perl 5.21-1 all>
ii libusb-1.0-0:amd64 2:1.0.26-1 amd>
ii libusbmuxd6:amd64 2.0.2-4 amd>
ii libutempter0:amd64 1.2.1-3 amd>
ii libuuid1:amd64 2.39.2-3 amd>
ii libuv1:amd64 1.46.0-2 amd>
ii libv4l-0:amd64 1.24.1-4 amd>
ii libv4lconvert0:amd64 1.24.1-4 amd>
ii libva-drm2:amd64 2.20.0-2 amd>
ii libva-x11-2:amd64 2.20.0-2 amd>
ii libva2:amd64 2.20.0-2 amd>
ii libvdpau-va-gl1:amd64 0.4.2-1+b1 amd>
ii libvdpau1:amd64 1.5-2 amd>
ii libvidstab1.1:amd64 1.1.0-2+b1 amd>
ii libvisio-0.1-1:amd64 0.1.7-1+b3 amd>
ii libvisual-0.4-0:amd64 0.4.2-2 amd>
ii libvo-aacenc0:amd64 0.1.3-2 amd>
ii libvo-amrwbenc0:amd64 0.1.3-2 amd>
ii libvolume-key1:amd64 0.3.12-5+b1 amd>
ii libvorbis0a:amd64 1.3.7-1 amd>
ii libvorbisenc2:amd64 1.3.7-1 amd>
ii libvorbisfile3:amd64 1.3.7-1 amd>
ii libvpl2 2023.3.0-1 amd>
ii libvpx8:amd64 1.13.1-2 amd>
ii libvte-2.91-0:amd64 0.74.0-2 amd>
ii libvte-2.91-common 0.74.0-2 amd>
ii libvulkan1:amd64 1.3.250.0-1 amd>
ii libwacom-common 2.8.0-1 all>
ii libwacom9:amd64 2.8.0-1 amd>
ii libwavpack1:amd64 5.6.0-1 amd>
ii libwayland-client0:amd64 1.22.0-2.1 amd>
ii libwayland-cursor0:amd64 1.22.0-2.1 amd>
ii libwayland-egl1:amd64 1.22.0-2.1 amd>
ii libwayland-server0:amd64 1.22.0-2.1 amd>
ii libwbclient0:amd64 2:4.19.2+dfsg-1 amd>
ii libwebkit2gtk-4.0-37:amd64 2.42.1-2+b1 amd>
ii libwebkit2gtk-4.1-0:amd64 2.42.1-2+b1 amd>
ii libwebp7:amd64 1.3.2-0.3 amd>
ii libwebpdemux2:amd64 1.3.2-0.3 amd>
ii libwebpmux3:amd64 1.3.2-0.3 amd>
ii libwebrtc-audio-processing1:amd64 0.3-1+b1 amd>
ii libwildmidi2:amd64 0.4.3-1 amd>
ii libwmflite-0.2-7:amd64 0.2.13-1 amd>
ii libwnck-3-0:amd64 43.0-3 amd>
ii libwnck-3-common 43.0-3 all>
ii libwoff1:amd64 1.0.2-2 amd>
ii libwpd-0.10-10:amd64 0.10.3-2+b1 amd>
ii libwpe-1.0-1:amd64 1.14.0-1 amd>
ii libwpebackend-fdo-1.0-1:amd64 1.14.2-1 amd>
ii libwpg-0.3-3:amd64 0.3.4-3 amd>
ii libwps-0.4-4:amd64 0.4.14-2 amd>
ii libwrap0:amd64 7.6.q-32 amd>
ii libwww-perl 6.72-1 all>
ii libwww-robotrules-perl 6.02-1 all>
ii libx11-6:amd64 2:1.8.7-1 amd>
ii libx11-data 2:1.8.7-1 all>
ii libx11-protocol-perl 0.56-9 all>
ii libx11-xcb1:amd64 2:1.8.7-1 amd>
ii libx264-164:amd64 2:0.164.3095+gitbaee400-3+b1 amd>
ii libx265-199:amd64 3.5-2+b1 amd>
ii libxapian30:amd64 1.4.22-1 amd>
ii libxatracker2:amd64 23.2.1-1 amd>
ii libxau6:amd64 1:1.0.9-1 amd>
ii libxaw7:amd64 2:1.0.14-1 amd>
ii libxcb-damage0:amd64 1.15-1 amd>
ii libxcb-dri2-0:amd64 1.15-1 amd>
ii libxcb-dri3-0:amd64 1.15-1 amd>
ii libxcb-glx0:amd64 1.15-1 amd>
ii libxcb-present0:amd64 1.15-1 amd>
ii libxcb-randr0:amd64 1.15-1 amd>
ii libxcb-render0:amd64 1.15-1 amd>
ii libxcb-shape0:amd64 1.15-1 amd>
ii libxcb-shm0:amd64 1.15-1 amd>
ii libxcb-sync1:amd64 1.15-1 amd>
ii libxcb-util1:amd64 0.4.0-1+b1 amd>
ii libxcb-xfixes0:amd64 1.15-1 amd>
ii libxcb-xkb1:amd64 1.15-1 amd>
ii libxcb1:amd64 1.15-1 amd>
ii libxcomposite1:amd64 1:0.4.5-1 amd>
ii libxcursor1:amd64 1:1.2.1-1 amd>
ii libxcvt0:amd64 0.1.2-1 amd>
ii libxdamage1:amd64 1:1.1.6-1 amd>
ii libxdmcp6:amd64 1:1.1.2-3 amd>
ii libxext6:amd64 2:1.3.4-1+b1 amd>
ii libxfce4panel-2.0-4 4.18.4-1 amd>
ii libxfce4ui-2-0:amd64 4.18.4-1 amd>
ii libxfce4ui-common 4.18.4-1 all>
ii libxfce4util-bin 4.18.1-2 amd>
ii libxfce4util-common 4.18.1-2 all>
ii libxfce4util7:amd64 4.18.1-2 amd>
ii libxfconf-0-3:amd64 4.18.1-1 amd>
ii libxfixes3:amd64 1:6.0.0-2 amd>
ii libxfont2:amd64 1:2.0.6-1 amd>
ii libxft2:amd64 2.3.6-1 amd>
ii libxi6:amd64 2:1.8-1+b1 amd>
ii libxinerama1:amd64 2:1.1.4-3 amd>
ii libxkbcommon-x11-0:amd64 1.6.0-1 amd>
ii libxkbcommon0:amd64 1.6.0-1 amd>
ii libxkbfile1:amd64 1:1.1.0-1 amd>
ii libxklavier16:amd64 5.4-4 amd>
ii libxml-parser-perl 2.46-4 amd>
ii libxml-twig-perl 1:3.52-2 all>
ii libxml-xpathengine-perl 0.14-2 all>
ii libxml2:amd64 2.9.14+dfsg-1.3 amd>
ii libxmlsec1:amd64 1.2.37-2 amd>
ii libxmlsec1-nss:amd64 1.2.37-2 amd>
ii libxmu6:amd64 2:1.1.3-3 amd>
ii libxmuu1:amd64 2:1.1.3-3 amd>
ii libxpm4:amd64 1:3.5.17-1 amd>
ii libxpresent1:amd64 1.0.0-2+b10 amd>
ii libxrandr2:amd64 2:1.5.2-2+b1 amd>
ii libxrender1:amd64 1:0.9.10-1.1 amd>
ii libxres1:amd64 2:1.2.1-1 amd>
ii libxshmfence1:amd64 1.3-1 amd>
ii libxslt1.1:amd64 1.1.35-1 amd>
ii libxss1:amd64 1:1.2.3-1 amd>
ii libxt6:amd64 1:1.2.1-1.1 amd>
ii libxtables12:amd64 1.8.9-2 amd>
ii libxtst6:amd64 2:1.2.3-1.1 amd>
ii libxv1:amd64 2:1.0.11-1.1 amd>
ii libxvidcore4:amd64 2:1.3.7-1 amd>
ii libxvmc1:amd64 2:1.0.12-2 amd>
ii libxxf86dga1:amd64 2:1.1.5-1 amd>
ii libxxf86vm1:amd64 1:1.1.4-1+b2 amd>
ii libxxhash0:amd64 0.8.2-2 amd>
ii libyajl2:amd64 2.1.0-5 amd>
ii libyuv0:amd64 0.0~git20230907.cbfb661-1 amd>
ii libz3-4:amd64 4.8.12-3.1 amd>
ii libzbar0:amd64 0.23.92-8 amd>
ii libzimg2:amd64 3.0.5+ds1-1 amd>
ii libzmf-0.0-0:amd64 0.0.2-1+b5 amd>
ii libzmq5:amd64 4.3.5-1 amd>
ii libzstd1:amd64 1.5.5+dfsg2-2 amd>
ii libzvbi-common 0.2.42-1 all>
ii libzvbi0:amd64 0.2.42-1 amd>
ii libzxing2:amd64 1.4.0-3+b1 amd>
ii light-locker 1.8.0-3 amd>
ii lightdm 1.32.0-3 amd>
ii lightdm-gtk-greeter 2.0.8-3 amd>
ii linux-base 4.9 all>
ii linux-image-6.5.0-1-amd64 6.5.3-1 amd>
ii linux-image-6.5.0-2-amd64 6.5.6-1 amd>
ii linux-image-amd64 6.5.6-1 amd>
ii lm-sensors 1:3.6.0-8 amd>
ii locales 2.37-12 all>
ii login 1:4.13+dfsg1-3 amd>
ii logrotate 3.21.0-1 amd>
ii logsave 1.47.0-2+b1 amd>
ii lp-solve 5.5.2.5-2+b1 amd>
ii lsb-release 12.0-2 all>
ii lsof 4.95.0-1 amd>
ii lynx 2.9.0dev.12-1 amd>
ii lynx-common 2.9.0dev.12-1 all>
ii mailcap 3.70+nmu1 all>
ii man-db 2.12.0-1 amd>
ii manpages 6.03-2 all>
ii mawk 1.3.4.20230808-1 amd>
ii media-types 10.1.0 all>
ii mesa-va-drivers:amd64 23.2.1-1 amd>
ii mesa-vdpau-drivers:amd64 23.2.1-1 amd>
ii mesa-vulkan-drivers:amd64 23.2.1-1 amd>
ii mime-support 3.66 all>
ii mobile-broadband-provider-info 20230416-1 all>
ii modemmanager 1.20.6-2 amd>
ii mokutil 0.6.0-2 amd>
ii mount 2.39.2-3 amd>
ii mousepad 0.6.1-1 amd>
ii mythes-en-us 1:7.5.0-1 all>
ii nano 7.2-1 amd>
ii ncurses-base 6.4+20231016-1 all>
ii ncurses-bin 6.4+20231016-1 amd>
ii ncurses-term 6.4+20231016-1 all>
ii netbase 6.4 all>
ii netcat-traditional 1.10-47 amd>
ii network-manager 1.44.2-1 amd>
ii network-manager-gnome 1.34.0-1 amd>
ii nftables 1.0.8-1 amd>
ii node-clipboard 2.0.11+ds+~cs9.6.11-1 all>
ii node-normalize.css 8.0.1-5 all>
ii node-prismjs 1.29.0+dfsg+~1.26.0-1 all>
ii ntfs-3g 1:2022.10.3-1+b1 amd>
ii obconf 1:2.0.4+git20150213-2+b1 amd>
ii ocl-icd-libopencl1:amd64 2.3.2-1 amd>
ii openbox 3.6.1-11 amd>
ii openssh-client 1:9.4p1-1 amd>
ii openssl 3.0.11-1 amd>
ii orca 45.1-2 all>
ii os-prober 1.81 amd>
ii p11-kit 0.25.0-5 amd>
ii p11-kit-modules:amd64 0.25.0-5 amd>
ii p7zip 16.02+dfsg-8 amd>
ii p7zip-full 16.02+dfsg-8 amd>
ii p7zip-rar 16.02-3 amd>
ii parole 4.18.0-1 amd>
ii parted 3.6-3 amd>
ii passwd 1:4.13+dfsg1-3 amd>
ii pavucontrol 5.0-2 amd>
ii pci.ids 0.0~2023.08.10-1 all>
ii pciutils 1:3.10.0-2 amd>
ii perl 5.36.0-9 amd>
ii perl-base 5.36.0-9 amd>
ii perl-modules-5.36 5.36.0-9 all>
ii perl-openssl-defaults:amd64 7+b1 amd>
ii perl-tk 1:804.036+dfsg1-1 amd>
ii pinentry-curses 1.2.1-1 amd>
ii pinentry-gnome3 1.2.1-1 amd>
ii pkexec 123-1 amd>
ii plymouth 22.02.122-3 amd>
ii plymouth-label 22.02.122-3 amd>
ii pocketsphinx-en-us 0.8+5prealpha+1-15 all>
ii policykit-1-gnome 0.105-8 amd>
ii polkitd 123-1 amd>
ii poppler-data 0.4.12-1 all>
ii poppler-utils 22.12.0-2+b1 amd>
ii powertop 2.15-1 amd>
ii ppp 2.4.9-1+1.1+b1 amd>
ii procps 2:4.0.4-2 amd>
ii psmisc 23.6-1 amd>
ii publicsuffix 20231001.0357-0.1 all>
ii pulseaudio 16.1+dfsg1-2+b1 amd>
ii pulseaudio-utils 16.1+dfsg1-2+b1 amd>
ii python-apt-common 2.6.0 all>
ii python3 3.11.4-5+b1 amd>
ii python3-apt 2.6.0 amd>
ii python3-brlapi:amd64 6.6-4 amd>
ii python3-cairo:amd64 1.24.0-3 amd>
ii python3-certifi 2023.7.22-1 all>
ii python3-chardet 5.2.0+dfsg-1 all>
ii python3-charset-normalizer 3.2.0-1 all>
ii python3-dbus 1.3.2-5 amd>
ii python3-debconf 1.5.82 all>
ii python3-debian 0.1.49 all>
ii python3-debianbts 4.0.1 all>
ii python3-feedparser 6.0.10-1 all>
ii python3-gi 3.46.0-1 amd>
ii python3-gi-cairo 3.46.0-1 amd>
ii python3-httplib2 0.20.4-3 all>
ii python3-idna 3.3-2 all>
ii python3-louis 3.27.0-1 all>
ii python3-minimal 3.11.4-5+b1 amd>
ii python3-musicbrainzngs 0.7.1-5 all>
ii python3-mutagen 1.46.0-2 all>
ii python3-pkg-resources 68.1.2-2 all>
ii python3-pyatspi 2.46.0-2 all>
ii python3-pycurl 7.45.2-5 amd>
ii python3-pyinotify 0.9.6-2 all>
ii python3-pyparsing 3.1.1-1 all>
ii python3-pysimplesoap 1.16.2-5 all>
ii python3-reportbug 12.0.0 all>
ii python3-requests 2.31.0+dfsg-1 all>
ii python3-sgmllib3k 1.0.0-4 all>
ii python3-six 1.16.0-4 all>
ii python3-speechd 0.11.5-2 all>
ii python3-uno 4:7.5.8~rc1-1 amd>
ii python3-urllib3 1.26.17-1 all>
ii python3-xdg 0.28-2 all>
ii python3.11 3.11.6-3 amd>
ii python3.11-minimal 3.11.6-3 amd>
ii quodlibet 4.6.0-1 all>
ii rar 2:6.23-1 amd>
ii readline-common 8.2-1.3 all>
ii reportbug 12.0.0 all>
ii rtkit 0.13-5 amd>
ii samba-libs:amd64 2:4.19.2+dfsg-1 amd>
ii sane-airscan 0.99.27-1+b1 amd>
ii sane-utils 1.2.1-5 amd>
ii scrot 1.10-1 amd>
ii sed 4.9-1 amd>
ii sensible-utils 0.0.20 all>
ii sgml-base 1.31 all>
ii shared-mime-info 2.2-1 amd>
ii shim-helpers-amd64-signed 1+15.7+1 amd>
ii shim-signed:amd64 1.40+15.7-1 amd>
ii shim-signed-common 1.40+15.7-1 all>
ii shim-unsigned 15.7-1 amd>
ii sound-icons 0.1-8 all>
ii sound-theme-freedesktop 0.8-3 all>
ii speech-dispatcher 0.11.5-2 amd>
ii speech-dispatcher-audio-plugins:amd64 0.11.5-2 amd>
ii speech-dispatcher-espeak-ng 0.11.5-2 amd>
ii sphinx-rtd-theme-common 1.3.0+dfsg-1 all>
ii ssl-cert 1.1.2 all>
ii sudo 1.9.14p2-1 amd>
ii synaptic 0.91.3 amd>
ii systemd 254.5-1 amd>
ii systemd-dev 254.5-1 all>
ii systemd-sysv 254.5-1 amd>
ii systemd-timesyncd 254.5-1 amd>
ii sysvinit-utils 3.08-3 amd>
ii tango-icon-theme 0.8.90-11 all>
ii tar 1.34+dfsg-1.2 amd>
ii task-desktop 3.73 all>
ii task-english 3.73 all>
ii task-laptop 3.73 all>
ii tasksel 3.73 all>
ii tasksel-data 3.73 all>
ii thunar 4.18.7-1 amd>
ii thunar-archive-plugin:amd64 0.5.1-1 amd>
ii thunar-data 4.18.7-1 all>
ii thunar-volman 4.18.0-1 amd>
ii timgm6mb-soundfont 1.3-5 all>
ii traceroute 1:2.1.3-1 amd>
ii tumbler:amd64 4.18.1-1 amd>
ii tumbler-common 4.18.1-1 all>
ii tzdata 2023c-10 all>
ii tzdata-legacy 2023c-10 all>
ii ucf 3.0043+nmu1 all>
ii udev 254.5-1 amd>
ii udisks2 2.10.1-1 amd>
ii unar 1.10.7+ds1+really1.10.1-2+b3 amd>
ii uno-libs-private 4:7.5.8~rc1-1 amd>
ii unrar 1:6.2.12-1 amd>
ii unzip 6.0-28 amd>
ii update-inetd 4.53 all>
ii upower 1.90.2-5 amd>
ii ure 4:7.5.8~rc1-1 amd>
ii usb-modeswitch 2.6.1-3+b2 amd>
ii usb-modeswitch-data 20191128-5 all>
ii usb.ids 2023.08.24-1 all>
ii usbmuxd 1.1.1-3 amd>
ii usbutils 1:015-1 amd>
ii usr-is-merged 37 all>
ii util-linux 2.39.2-3 amd>
ii util-linux-extra 2.39.2-3 amd>
ii util-linux-locales 2.39.2-3 all>
ii va-driver-all:amd64 2.20.0-2 amd>
ii vdpau-driver-all:amd64 1.5-2 amd>
ii vim-common 2:9.0.2018-1 all>
ii vim-tiny 2:9.0.2018-1 amd>
ii wamerican 2020.12.07-2 all>
ii wget 1.21.4-1+b1 amd>
ii whiptail 0.52.23-1+b1 amd>
ii wireless-regdb 2022.06.06-1 all>
ii wireless-tools 30~pre9-14 amd>
ii wpasupplicant 2:2.10-15 amd>
ii x11-apps 7.7+9 amd>
ii x11-common 1:7.7+23 all>
ii x11-session-utils 7.7+5 amd>
ii x11-utils 7.7+5 amd>
ii x11-xkb-utils 7.7+7 amd>
ii x11-xserver-utils 7.7+9+b1 amd>
ii xarchiver 1:0.5.4.21-2 amd>
ii xauth 1:1.1.2-1 amd>
ii xbitmaps 1.1.1-2.2 all>
ii xbrlapi 6.6-4 amd>
ii xcvt 0.1.2-1 amd>
ii xdg-dbus-proxy 0.1.5-1 amd>
ii xdg-desktop-portal 1.18.0-1 amd>
ii xdg-desktop-portal-gtk 1.14.1-1 amd>
ii xdg-user-dirs 0.18-1 amd>
ii xdg-utils 1.1.3-4.1 all>
ii xfce4-power-manager 4.18.2-1 amd>
ii xfce4-power-manager-data 4.18.2-1 all>
ii xfce4-power-manager-plugins 4.18.2-1 amd>
ii xfconf 4.18.1-1 amd>
ii xfonts-100dpi 1:1.0.5 all>
ii xfonts-75dpi 1:1.0.5 all>
ii xfonts-base 1:1.0.5+nmu1 all>
ii xfonts-encodings 1:1.0.4-2.2 all>
ii xfonts-scalable 1:1.0.3-1.3 all>
ii xfonts-utils 1:7.7+6 amd>
ii xfwm4 4.18.0-1 amd>
ii xinit 1.4.0-1 amd>
ii xkb-data 2.38-2 all>
ii xkbset 0.8-1 amd>
ii xml-core 0.18+nmu1 all>
ii xorg 1:7.7+23 amd>
ii xorg-docs-core 1:1.7.1-1.2 all>
ii xsane 0.999-12+b1 amd>
ii xsane-common 0.999-12 all>
ii xserver-common 2:21.1.8-1 all>
ii xserver-xorg 1:7.7+23 amd>
ii xserver-xorg-core 2:21.1.8-1 amd>
ii xserver-xorg-input-all 1:7.7+23 amd>
ii xserver-xorg-input-libinput 1.3.0-1 amd>
ii xserver-xorg-input-wacom 1.2.0-1 amd>
ii xserver-xorg-legacy 2:21.1.8-1 amd>
ii xserver-xorg-video-all 1:7.7+23 amd>
ii xserver-xorg-video-amdgpu 23.0.0-1 amd>
ii xserver-xorg-video-ati 1:19.1.0-3 amd>
ii xserver-xorg-video-fbdev 1:0.5.0-2 amd>
ii xserver-xorg-video-intel 2:2.99.917+git20210115-1 amd>
ii xserver-xorg-video-nouveau 1:1.0.17-2 amd>
ii xserver-xorg-video-radeon 1:19.1.0-3 amd>
ii xserver-xorg-video-vesa 1:2.5.0-1+b1 amd>
ii xserver-xorg-video-vmware 1:13.3.0-3.1+b1 amd>
ii xterm 386-1 amd>
ii xz-utils 5.4.4-0.1 amd>
ii zip 3.0-13 amd>
ii zlib1g:amd64 1:1.2.13.dfsg-3 amd>
ii zstd 1.5.5+dfsg2-2
Last edited by hhh (2023-10-19 13:53:47)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
I edited the second post. I forgot to purge xfwm4 and I cleaned up some typos and added a bit more info.
For additional info on configuring Openbox other than the documentation, I suggest urukrama's Openbox Guide.
Do yourself a favor and begin by installing a panel (I'll use tint2) and create a basic ~/.config/openbox/autostart file...
lxpolkit &
tint2 &
This will start tint2, and nm-applet gets autostarted by Debian, so now at least you can easily configure a connection if you need to use a different WiFi network. lxpolkit allows you to access other drives in Thunar and to run apps like Gparted without fuss.
The other thing I did immediately was get touchpad clicks enabled. This sid setup uses lipinput by default, so...
sudo mv /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/
... and at line #33 of 40-libinput.conf add some options to the "libinput touchpad catchall" section...
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "DisableWhileTyping" "1"
Option "Tapping" "1"
EndSection
Reboot for changes to take effect.
You could also disable scrolling here, etc... see the libinput man page...
https://www.systutorials.com/docs/linux/man/4-libinput/
Source...
https://wiki.debian.org/LibinputTouchpad
Last edited by hhh (2023-10-19 13:54:33)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Per a discussion with @Pinhead in the Screenshot forum
Near miss. But otherwise nice tutorial...
Complete the pattern, solve the puzzle, turn the key.
Offline
Interesting challenge...
But the iso link you posted is for Debian testing (Trixie) not unstable (Sid).
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I thought Sid didn't have his iso. That testing must be installed and then upgraded... or not?
Complete the pattern, solve the puzzle, turn the key.
Offline
hhh wrote:Per a discussion with @Pinhead in the Screenshot forum
Near miss. But otherwise nice tutorial...
Oops! Fixed the OP.
Interesting challenge...
But the iso link you posted is for Debian testing (Trixie) not unstable (Sid).
Right, the Debian recommendation is to upgrade from stable or testing. Is there an "official" Debian sid iso?
https://wiki.debian.org/DebianUnstable
OK, there's a mini.ISO. I don't think this would work for my purpose. This laptop has no ethernet input and the idea of this is to get an Xorg desktop with working WiFi with as little network configuration as possible. This lets you choose the network and enter the password during installation, done.
I've added some more edits. I had misnamed the xfdesktop4 package, I forgot to add a polkit package (I went with lxpolkit), and I added a basic libinput touchpad configuration section. I also fixed more typos, made a note about grub, and added a note about me updating the first 3 posts on-the-fly.
Last edited by hhh (2023-10-19 15:42:36)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
@hhh,
Class tutorial!
What I do not understand, why this detour via xfce?
Offline
@hhh,
Class tutorial!
What I do not understand, why this detour via xfce?
Two reasons, the first being to have WiFi configured out of the box. I have a laptop that has no ethernet port, and in the past I have had computers where the only Internet access was via WiFi. From the first post...
There are several ways to do this, but I wanted to make sure it could be done if the only Internet connection available was WiFI.
The alternative is to only check Standard System Utilities during the netinstall, but then you have to manually configure a wireless connection, and even then or if you're using an ethernet connection you still have to know which packages to install to create a usable desktop (xorg, a sound server, gnome-keyring-daemon, gvfs, polkit, gstreamer plugins, fonts, icons, grub, etc...) That's the second reason. This makes all of that significantly easier, in my opinion. Everything is pretty much already installed by Xfce, then you just pull out the window and session managers.
I always find it easier to pull out packages that I think I might not need (and put them back if a problem arises) than to figure what package and configuration is needed to get a certain function to work.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Then I understand you!
Offline
johnraff wrote:Interesting challenge...
But the iso link you posted is for Debian testing (Trixie) not unstable (Sid).Right, the Debian recommendation is to upgrade from stable or testing.
Which is exactly what you did in your tutorial - I read too hastily to notice.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
amd64-ISO siduction-noX from 2023-09-09 (without X) with current amd64-boron from 2023-10-23 on desktop-system
This is an experiment and has been run on a separate HDD. It is not recommended to inexperienced users for imitation. Nor is it recommended for use as a stable system.
noX - Installation
It is not described how to download the ISO, check it for integrity with md5 or sha256 and put it on the stick with dd.
It is recommended to prepare the partition with gparted. This saves the later way via cfdisk. So I created an ext4 partition and a swap partition.
The current live-siduction offers the possibility of system recovery with the 'chroot-helper'.
In addition, 'snapper' backs up the system in so-called btrfs-snapshot's if you wish. Prerequisite is, as the name says, a btrfs-file system from the beginning.
After starting the Live-ISO you land on tty1 and enter for the Installtion on:
sudo cli-installer
This launches a minimalistic installer that requires you to answer some (common) questions.
After successful installation, you reboot:
systemctl -reboot -i
You end up back at tty1 and make yourself root with su. With the usual:
apt update
apt dist-upgrade
the system is updated and brought to the newest state of unstable. If a new kernel has been in the process, a reboot is done again so that it can be used.
Since siduction does not set up sudo, this should be done here who knows about it. I am not familiar with it at all, so I did the simple configuration of 'doas' for a single user system:
$ su
Passwort
# echo "permit keepenv nopass $USER" > /etc/doas.conf
# exit
$USER = unklar
For a multi-user system, the configuration is slightly larger. Please consult the siduction manual.
doas should be tested with a simple
doas apt update
If it doesn't do that, then it must be a reboot again.
Then I executed:
wget https://ddl.bunsenlabs.org/ddl/bunsen-release.asc
doas cp bunsen-release.asc /etc/apt/trusted.gpg.d
doas nano /etc/apt/sources.list.d/bunsen.list
deb https://pkg.bunsenlabs.org/debian boron main
doas apt update
doas apt install --no-install-recommends bunsen-meta-lite
Which leads to no success because of unfulfilled dependencies on hfsprogs, libblockdev-crypto2, mlocate, unrar.
By adding:
doas nano /etc/apt/sources.list.d/debian.list
deb https://deb.debian.org/debian bookworm main contrib non-free
and again:
doas apt update
doas apt install --no-install-recommends bunsen-meta-lite
~470 packages were fetched and installed without errors.
Last edited by unklar (2023-10-24 13:54:44)
Offline
After the last reboot I come to Boron, log in and get to the desktop.
There seems to be no problems, everything is as usual.
I installed LXterminal for the Urxvt, which is the same version in unstable as in bookworm.
Calling lxterminal from the menu does not work. It always comes up with the urxvt. A look in Alternatives shows that both have the priority 20.
debian.list
# debian loadbalancer
deb https://deb.debian.org/debian/ unstable main contrib non-free-firmware
#deb-src https://deb.debian.org/debian/ unstable main contrib non-free-firmware
# deb https://deb.debian.org/debian/ experimental main contrib non-free-firmware
# deb-src https://deb.debian.org/debian/ experimental main contrib non-free-firmware
# deb https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free-firmware
# deb-src https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free-firmware
#deb https://deb.debian.org/debian bookworm main contrib non-free
Last edited by unklar (2023-10-24 14:01:35)
Offline
Calling lxterminal from the menu does not work. It always comes up with the urxvt. A look in Alternatives shows that both have the priority 20.
galternatives (menu>system>edit debian alternatives) seems to be a bit buggy sometimes.
Try setting x-terminal-emulator to something else, then come back to the one you want.
Or use 'update-alternatives --display x-terminal-emulator' to see what you've got, --help to see the commands.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
2x and a reboot, then he ate it.
When installing librewolf, I saw a message in the terminal that it was now being set up for dillo. But, I missed this message at lxterminal.
Thanks!
Offline
perhaps a hint:
Xsession: X session started for unklarer at Do 26. Okt 11:14:37 CEST 2023
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting XAUTHORITY=/home/unklarer/.Xauthority
localuser:unklarer being added to access control list
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting USER=unklarer
dbus-update-activation-environment: setting SYSTEMD_PAGER=less
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting HOME=/home/unklarer
dbus-update-activation-environment: setting DESKTOP_SESSION=bunsenlabs
dbus-update-activation-environment: setting XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting QT_QPA_PLATFORMTHEME=gtk2
dbus-update-activation-environment: setting LOGNAME=unklarer
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting PATH=/home/unklarer/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
dbus-update-activation-environment: setting XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting LANG=de_DE.UTF-8
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=bunsenlabs
dbus-update-activation-environment: setting XAUTHORITY=/home/unklarer/.Xauthority
dbus-update-activation-environment: setting XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/unklarer
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting GDMSESSION=bunsenlabs
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting PWD=/home/unklarer
dbus-update-activation-environment: setting XDG_DATA_DIRS=/home/unklarer/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
discover_other_daemon: 11824
Unable to find a synaptics device.
(nitrogen:2333): Gtk-WARNING **: 11:14:40.276: Unable to locate theme engine in module_path: "clearlooks",
(nitrogen:2333): Gtk-WARNING **: 11:14:40.276: Unable to locate theme engine in module_path: "clearlooks",
(nitrogen:2333): Gtk-WARNING **: 11:14:40.427: Unable to locate theme engine in module_path: "clearlooks",
(nitrogen:2333): Gtk-WARNING **: 11:14:40.427: Unable to locate theme engine in module_path: "clearlooks",
(nitrogen:2333): GLib-GObject-CRITICAL **: 11:14:40.430: Attempting to freeze the notification queue for object GtkSettings[0x56270b9de030]; Property notification does not work during instance finalization.
(nitrogen:2333): GLib-GObject-CRITICAL **: 11:14:40.430: Attempting to thaw the notification queue for object GtkSettings[0x56270b9de030]; Property notification does not work during instance finalization.
(xfce4-power-manager:2452): xfce4-power-manager-WARNING **: 11:14:41.934: Unable to connect to session manager : Verbindung zur Sitzungsverwaltung fehlgeschlagen: SESSION_MANAGER environment variable not defined
(xfce4-power-manager:2452): xfce4-power-manager-WARNING **: 11:14:43.342: could not map keysym 1008ffa8 to keycode
...
Application for this:
Flameshot v12.1.0 (Debian 12.1.0-2)
Compiled with Qt 5.15.8
linux: 6.5.9-1-siduction-amd64
bunsenlabs: 12
Offline
Ops, I think I jumped the gun.... Sorry.
installed is yes the light version of the BL packages and there is missing e.g. xfce4-screenshooter for the key combination 'PrtSc'.
Offline
^But the Win/Super key doesn't work? Let's hope that can be fixed.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
^But the Win/Super key doesn't work? Let's hope that can be fixed.
You said it!
^I don't have a compelling plan for it.
Offline
johnraff wrote:^But the Win/Super key doesn't work? Let's hope that can be fixed.
You said it!
^I don't have a compelling plan for it.
Please start a new support topic for that Win key. Maybe something can be done...
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline