You are not logged in.
Hello everyone, I'm the original OP of this thread.
I unfortunately lost access to many technologies, because I saved all my sensitive information within an encrypted KeePassX file on an encrypted HDD.
That HDD fell on the floor and was damaged, which made it impossible for me to recover the files due to a broken read/write head. (I've learned that digital data is fragile.)
So here I am with a new account on the dev1galaxy forum.
I'm reborn. (R.I.P all the Monero my old me had...)
First a little context for this post.
I'm of the mind that if you think some software behaves in a weird way, it's useful to assume your machine is compromised.
If it is not compromised, then great. It is not compromised.
If it is compromised, then great. You found out that your machine was compromised.
The reason for this post is that I've notice a lot of strange things during my work with Devuan. I will list them further below, so please keep reading.
I'm not only posting this to help me, but to also help others, who might be in a similar situation as I.
So, I've just installed a fresh Devuan Chimaera (devuan_chimaera_4.0.0_amd64_server.iso) on this computer. I didn't connect the machine to the internet during the install process and had it in an air gapped state.
I'm currently writing this from this very machine I installed the OS on.
I have not shut down the machine after this first initial boot. (I only used loginctl suspend.)
As someone who plans on supporting the Devuan project even more, I would appreciate it if you could help me as well.
So, what exactly did I do on this machine? Not whole lot.
Because I wanted to make sure others could follow the steps and see if they end up with the same result. We would be able to compare our systems and discuss potential differences between my system and your system.
I modified the /etc/dhcp/dhclient.conf file to supersede my routers nameserver ip addresses.
changed the package mirrors in /etc/apt/sources.list, because I did an offline install.
updated the apt package mirrors using apt update
logged the installed packages with dpkg -l > /root/dpkg-l-before.txt
installed the following packages apt install xorg xinit build-essential git tor firefox-esr libxft-dev libxinerama-dev libsdl2-dev
logged the installed packages again dpkg -l > /root/dpkg-l-after.txt
installed a minimalist window manager, status bar and terminal emulator with for r in dwm dmenu st; do git clone git://git.suckless.org/$r; cd $r; make; make install; cd ..; done
switched to the user user, wrote a basic .xsession file and started and Xorg session using startx
installed emacs
logged the installed packages again with dpkg -l > /root/dpkg-l-after-installing-emacs.txt
These are all the commands I've run since the install:
root (contents of /root/.bash_history)
vi /etc/dhclient.conf
dhclient -v&
vi /etc/apt/sources.list
apt update
cat /etc/resolv.conf
man dhclient.conf
vi /etc/dhclient.conf
dhclient -r&
dhclient -v&
cat /etc/resolv.conf
man dhclient.conf
man dhclient
rm /etc/dhclient.conf
cd /etc/dhcp/
ls
vi dhclient
vi dhclient.conf
dhclient -r &
dhclient -v&
cat /etc/resolv.conf
apt update
dpkg -l > /root/dpkg-l-before.txt
mkdir /usr/share/keymaps
vi /usr/share/keymaps/swapcaps.map
loadkeys /usr/share/keymaps/swapcaps.map
apt install xorg xinit build-essential git tor firefox-esr libxft-dev libxinerama-dev libsdl2-dev
dpkg -l > /root/dpkg-l-after.txt
loginctl suspend
cd /root/
mkdir Git
cd Git/
for r in "dwm dmenu st"; do git clone git://git.suckless.org/$r; cd $r; make; make install; cd ..; done
for r in "dwm dmenu st"; do echo "$r"; done
for r in dwm dmenu st; do echo "$r"; done
for r in dwm dmenu st; do git clone git://git.suckless.org/$r; cd $r; make; make install; cd ..; done
cd /root/Git/
ls
ls
cd ..
ls
pwd
mv dwm/ dmenu/ st/ Git/
cd Git/
cd dwm/
vi config.h
make
make install
dpkg -l > /root/dpkg-l-after-installing-emacs.txt
nethogs
apt install emacs
tmux
Here are a few things I've noticed.
Devuan claims to be a minimalist base GNU+Linux distribution, so I was a bit surprised to notice the following:
As the list of banned packages notes, the packages dbus-x11 is banned.
https://pkgmaster.devuan.org/bannedpackages.txt
A quick apt list --installed | grep -i dbus
returns the following results:
dbus-x11/stable,now 1.12.20-2+devuan2 amd64 [installed,automatic]
dbus/stable,now 1.12.20-2+devuan2 amd64 [installed]
libdbus-1-3/stable,now 1.12.20-2+devuan2 amd64 [installed,automatic]
libdbus-1-dev/stable,now 1.12.20-2+devuan2 amd64 [installed,automatic]
libdbus-glib-1-2/stable,now 0.110-6 amd64 [installed,automatic]
This is not something I expect, so I see this as an indicator that my machine is indeed compromised.
The question arises. "Why is dbus-x11 installed on my machine, if the official devuan website claims that it's a banned package?"
So either the website is lying, or my machine is not in a state it should be.
If it shouldn't be on my machine, then why was it installed during my first invocation of apt install xorg xinit build-essential git tor firefox-esr libxft-dev libxinerama-dev libsdl2-dev as a dependency of xorg?
The second thing I've noticed on this "minimalist" distro, is the presence of a /run directory.
As far as I'm informed, this /run directory is something that P*ttering (RedHat) introduced with SystemD.
Here is a quick ls -la on the root of the file system:
drwxr-xr-x 2 root root 4096 Dec 3 07:13 bin
drwxr-xr-x 3 root root 4096 Dec 3 07:14 boot
drwxr-xr-x 16 root root 3320 Dec 3 07:19 dev
drwxr-xr-x 105 root root 4096 Dec 3 11:00 etc
drwxr-xr-x 4 root root 4096 Dec 3 07:15 home
lrwxrwxrwx 1 root root 30 Dec 3 06:55 initrd.img -> boot/initrd.img-5.10.0-9-amd64
lrwxrwxrwx 1 root root 30 Dec 3 06:55 initrd.img.old -> boot/initrd.img-5.10.0-9-amd64
drwxr-xr-x 20 root root 4096 Dec 3 07:35 lib
drwxr-xr-x 2 root root 4096 Dec 3 06:51 lib64
drwx------ 2 root root 16384 Dec 3 06:50 lost+found
drwxr-xr-x 3 root root 4096 Dec 3 06:50 media
drwxr-xr-x 2 root root 4096 Dec 3 06:50 mnt
drwxr-xr-x 2 root root 4096 Dec 3 06:50 opt
dr-xr-xr-x 205 root root 0 Dec 3 07:16 proc
drwx------ 3 root root 4096 Dec 3 11:38 root
drwxr-xr-x 20 root root 660 Dec 3 09:43 run
drwxr-xr-x 2 root root 4096 Dec 3 07:15 sbin
drwxr-xr-x 2 root root 4096 Dec 3 06:50 srv
dr-xr-xr-x 13 root root 0 Dec 3 07:16 sys
drwxrwxrwt 8 root root 4096 Dec 3 11:01 tmp
drwxr-xr-x 11 root root 4096 Dec 3 06:50 usr
drwxr-xr-x 12 root root 4096 Dec 3 07:02 var
lrwxrwxrwx 1 root root 27 Dec 3 06:55 vmlinuz -> boot/vmlinuz-5.10.0-9-amd64
lrwxrwxrwx 1 root root 27 Dec 3 06:55 vmlinuz.old -> boot/vmlinuz-5.10.0-9-amd64
Ok, so let us look for systemd with the following commands:
find / -iname "*systemd*"
/usr/lib/systemd
/usr/lib/apt/apt.systemd.daily
/usr/bin/deb-systemd-helper
/usr/bin/deb-systemd-invoke
/usr/share/man/man1/deb-systemd-invoke.1p.gz
/usr/share/man/man1/deb-systemd-helper.1p.gz
/usr/share/gpm/gpm-systemd-wrapper.sh
/usr/share/mime/text/x-systemd-unit.xml
/usr/share/doc/gnupg/examples/systemd-user
/usr/share/doc/brltty/examples/systemd-wrapper
/lib/apparmor/apparmor.systemd
/lib/x86_64-linux-gnu/libsystemd.so.0
/lib/systemd
/var/lib/systemd
/var/lib/systemd/deb-systemd-helper-enabled
/var/lib/systemd/deb-systemd-user-helper-enabled
/run/systemd
/etc/apparmor.d/abstractions/libpam-systemd
/etc/systemd
As Golinux has shared in another thread. It's indeed normal for some files with the string "systemd" in their filename to be present.
But let's take a closer look at the files in the /etc/ directory.
Let's execute rgrep systemd /etc/.
The results are here:
/etc/fstab:# systemd generates mount units based on this file, see systemd.mount(5).
/etc/X11/Xsession.d/95dbus_update-activation-env: # tell dbus-daemon --session (and systemd --user, if running)
/etc/X11/Xsession.d/95dbus_update-activation-env: dbus-update-activation-environment --verbose --systemd --all
/etc/X11/Xsession.d/90qt-a11y: dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY
/etc/X11/Xsession.d/90gpg-agent:# On systems with systemd running, we expect the agent to be launched
/etc/X11/Xsession.d/90gpg-agent:# via systemd's user mode (see
/etc/X11/Xsession.d/90gpg-agent:# /usr/lib/systemd/user/gpg-agent.{socket,service} and
/etc/X11/Xsession.d/90gpg-agent:# systemd.unit(5)). This allows systemd to clean up the agent
/etc/X11/Xsession.d/90gpg-agent:# If systemd is absent from your system, or you do not permit it to
/etc/cron.weekly/man-db:if [ -d /run/systemd/system ]; then
/etc/cron.weekly/man-db: # Skip in favour of systemd timer.
/etc/apparmor.d/system_tor: /{,var/}run/systemd/notify w,
/etc/apparmor.d/abstractions/dbus-session-strict: # dbus with systemd and --enable-user-session
/etc/apparmor.d/abstractions/libpam-systemd: # libpam-systemd notifies systemd-logind about session logins/logouts
/etc/apparmor.d/abstractions/nameservice: # NSS records from systemd-userdbd.service
/etc/apparmor.d/abstractions/nameservice: @{run}/systemd/userdb/ r,
/etc/apparmor.d/abstractions/nameservice: @{run}/systemd/userdb/io.systemd.{NameServiceSwitch,Multiplexer,DynamicUser,Home} r,
/etc/apparmor.d/abstractions/nameservice: /{,var/}run/{resolvconf,NetworkManager,systemd/resolve,connman,netconfig}/resolv.conf r,
/etc/apparmor.d/abstractions/nameservice: /{,var/}run/systemd/resolve/stub-resolv.conf r,
/etc/apparmor.d/abstractions/base: /run/systemd/journal/dev-log w,
/etc/apparmor.d/abstractions/base: # systemd native journal API (see sd_journal_print(4))
/etc/apparmor.d/abstractions/base: /run/systemd/journal/socket w,
/etc/apparmor.d/abstractions/base: # Nested containers and anything using systemd-cat need this. 'r' shouldn't
/etc/apparmor.d/abstractions/base: /run/systemd/journal/stdout rw,
/etc/inittab:# Example for systemd-nspawn
/etc/cron.d/e2scrub_all:30 3 * * 0 root test -e /run/systemd/system || SERVICE_MODE=1 /usr/lib/x86_64-linux-gnu/e2fsprogs/e2scrub_all_cron
/etc/cron.d/e2scrub_all:10 3 * * * root test -e /run/systemd/system || SERVICE_MODE=1 /sbin/e2scrub_all -A -r
/etc/default/tor:# when Tor is launched by systemd.
/etc/default/rcS:# NOTE: This file is ignored when systemd is used as init system #
/etc/default/tmpfs:# NOTE: This file is ignored when systemd is used as init system #
/etc/default/rsync:# If this system uses systemd, you can specify options etc. for rsync
/etc/default/rsync:# in daemon mode by copying /lib/systemd/system/rsync.service to
/etc/default/rsync:# /etc/systemd/system/rsync.service and modifying the copy; add required
/etc/grub.d/20_linux_xen:SUPPORTED_INITS="sysvinit:/lib/sysvinit/init systemd:/lib/systemd/systemd upstart:/sbin/upstart"
/etc/grub.d/10_linux:SUPPORTED_INITS="sysvinit:/lib/sysvinit/init systemd:/lib/systemd/systemd upstart:/sbin/upstart"
/etc/cron.daily/exim4-base:# skip in favour of systemd timer if called from cron.daily
/etc/cron.daily/exim4-base:if [ -d /run/systemd/system ] && [ "$EX4SYSTEMDTIMER" != "systemd-timer" ]; then
/etc/cron.daily/sysstat:# Skip in favour of systemd timer
/etc/cron.daily/sysstat:[ ! -d /run/systemd/system ] || exit 0
/etc/cron.daily/mlocate:# skip in favour of systemd timer
/etc/cron.daily/mlocate:if [ -d /run/systemd/system ]; then
/etc/cron.daily/logrotate:# skip in favour of systemd timer
/etc/cron.daily/logrotate:if [ -d /run/systemd/system ]; then
/etc/cron.daily/man-db:if [ -d /run/systemd/system ]; then
/etc/cron.daily/man-db: # Skip in favour of systemd timer.
/etc/cron.daily/apt-compat:# Systemd systems use a systemd timer unit which is preferable to
/etc/cron.daily/apt-compat:# same time. The systemd time is better at this than the fixed
/etc/cron.daily/apt-compat:if [ -d /run/systemd/system ]; then
/etc/cron.daily/apt-compat:exec /usr/lib/apt/apt.systemd.daily
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Listening on GnuPG cryptographic agent and passphrase cache\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Listening on GnuPG network certificate management daemon\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Listening on GnuPG cryptographic agent and passphrase cache \(restricted\)\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Listening on GnuPG cryptographic agent and passphrase cache \(access for web browsers\)\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Listening on GnuPG cryptographic agent \(ssh-agent emulation\)\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Closed GnuPG network certificate management daemon\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Closed GnuPG cryptographic agent and passphrase cache\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Closed GnuPG cryptographic agent and passphrase cache \(restricted\)\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Closed GnuPG cryptographic agent \(ssh-agent emulation\)\.$
/etc/logcheck/ignore.d.server/gpg-agent:^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ systemd\[[[:digit:]]+\]: Closed GnuPG cryptographic agent and passphrase cache \(access for web browsers\)\.$
/etc/kernel/postinst.d/zz-update-grub:if type systemd-detect-virt >/dev/null 2>&1 &&
/etc/kernel/postinst.d/zz-update-grub: systemd-detect-virt --quiet --container; then
/etc/kernel/postrm.d/zz-update-grub:if type systemd-detect-virt >/dev/null 2>&1 &&
/etc/kernel/postrm.d/zz-update-grub: systemd-detect-virt --quiet --container; then
/etc/network/if-up.d/mountnfs:# script and instead use the systemd built-in mechanisms to mount remote
/etc/network/if-up.d/mountnfs:if [ -d /run/systemd/system ]; then
/etc/init.d/apparmor: if [ -x /usr/bin/systemd-detect-virt ] && \
/etc/init.d/apparmor: systemd-detect-virt --quiet --container && \
/etc/init.d/apparmor: if [ -x /usr/bin/systemd-detect-virt ] && \
/etc/init.d/apparmor: systemd-detect-virt --quiet --container && \
/etc/init.d/cgroups: keyword -docker -prefix -systemd-nspawn -vserver
/etc/init.d/dbus: # Force libnss-systemd to avoid trying to communicate via D-Bus, which
/etc/init.d/dbus: # is never going to work well from within dbus-daemon. systemd
/etc/init.d/dbus: # booting with sysvinit if libnss-systemd is still installed.
/etc/init.d/stop-bootlogd:[ -d /run/systemd/system ] && exit 0
/etc/init.d/bootlogd: echo "(Booted up using systemd which doesn't write logs to system console. Please check 'journalctl -b' instead.)" > /var/log/boot
/etc/init.d/bootlogd: log_daemon_msg "Skipping $NAME while running systemd"
/etc/init.d/stop-bootlogd-single:[ -d /run/systemd/system ] && exit 0
/etc/init.d/hwclock.sh:if [ -e /run/systemd/system ] ; then
/etc/e2scrub.conf:# (either via cron or via a systemd timer)
/etc/rc.conf:# "systemd-nspawn" - Container created by systemd-nspawn (Linux)
A lot of very interesting output, which seems to be a lot more then
just systemd units files, put there
by daemons/packages/utilities who "also" support systemd in a way or
another. So they are not alarming but just *totally* *harmless* if you
don't have a running systemd as PID 1, since only systemd understands
and can run them."
So another question arises.
Where did these files come from?
I know that the hard drive was new and was probably not compromised.
Was the installation medium comprommised?
Was it the ISO image or the USB itself?
How would I get my hands on an uncompromised ISO image if the ISP can just reroute my traffic to a server of his choice.
Even when verifying the install images, this behaviour still shows.
Could it be that DNS poisoning is the reason for me downloading compromised installation images as well as keys, which would not show any error during verifycation with GPG, because they were obtained through the same channel?
Let's do also an rgrep pulseaudio /etc.
/etc/apparmor.d/abstractions/ubuntu-browsers.d/multimedia: /usr/bin/pulseaudio Pixr,
/etc/apparmor.d/abstractions/audio:# pulse
/etc/apparmor.d/abstractions/audio:/etc/pulse/ r,
/etc/apparmor.d/abstractions/audio:/etc/pulse/** r,
/etc/apparmor.d/abstractions/audio:owner /{run,dev}/shm/pulse-shm* rwk,
/etc/apparmor.d/abstractions/audio:owner @{HOME}/.pulse-cookie rwk,
/etc/apparmor.d/abstractions/audio:owner @{HOME}/.pulse/ rw,
/etc/apparmor.d/abstractions/audio:owner @{HOME}/.pulse/* rwk,
/etc/apparmor.d/abstractions/audio:owner /{,var/}run/user/*/pulse/ rw,
/etc/apparmor.d/abstractions/audio:owner /{,var/}run/user/*/pulse/{native,pid} rwk,
/etc/apparmor.d/abstractions/audio:owner @{HOME}/.config/pulse/*.conf r,
/etc/apparmor.d/abstractions/audio:owner @{HOME}/.config/pulse/client.conf.d/{,*.conf} r,
/etc/apparmor.d/abstractions/audio:owner @{HOME}/.config/pulse/cookie rwk,
/etc/apparmor.d/abstractions/audio:owner /tmp/pulse-*/ rw,
/etc/apparmor.d/abstractions/audio:owner /tmp/pulse-*/* rw,
grep: /etc/ld.so.cache: binary file matches
/etc/mime.types:audio/vnd.dolby.pulse.1
/etc/brltty/Contraction/en-us-g2.ctb:word pulseaudio =
/etc/ImageMagick-6/mime.xml: <mime type="audio/x-it" description="Impulse Tracker audio" data-type="string" offset="0" magic="IMPM" priority="50" />
/etc/ImageMagick-6/mime.xml: <mime type="audio/x-it" description="Impulse Tracker audio" priority="100" pattern="*.it" />
/etc/pulse/client.conf:## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
/etc/pulse/client.conf:; daemon-binary = /usr/bin/pulseaudio
Ok, since when is pulseaudio considered minimalist software?
(Let me quickly install cloc and pull the pulseaudio repo...brb.)
# apt install cloc
git clone https://github.com/pulseaudio/pulseaudio
cloc /home/user/Git/pulseaudio
Here is the output:
862 text files.
858 unique files.
153 files ignored.
github.com/AlDanial/cloc v 1.86 T=1.17 s (609.0 files/s, 356066.4 lines/s)
--------------------------------------------------------------------------------
Language files blank comment code
--------------------------------------------------------------------------------
C 383 45704 14381 145052
PO File 50 30411 39138 106729
C/C++ Header 223 5225 9162 10332
NAnt script 22 375 0 2662
Vala Header 3 309 33 1317
Python 5 166 114 772
SVG 2 0 2 673
Bourne Again Shell 2 106 17 525
C++ 1 100 63 431
Bourne Shell 6 72 145 201
Markdown 4 58 0 170
Perl 1 32 17 167
XML 2 32 22 92
XSLT 1 23 13 90
YAML 1 6 24 80
CMake 2 4 0 19
DTD 1 4 13 19
CSS 1 4 13 10
--------------------------------------------------------------------------------
SUM: 710 82631 63157 269341
--------------------------------------------------------------------------------
Well, that's not what I call "minimalist".
So I assume my "minimalist" distro is compromised if something like that is installed.
Here are some final words I would like to say:
I don't need Xorg to depend on dbus.
I don't need firefox or IceCat to communicate with other Software through dbus.
I don't need a pulseaudio server running in the background, if ALSA works just fine for my purposes.
I don't need policykit to act as an "authority" if Linux groups and permissions are sufficient for all my needs.
I don't need a /run directory which contains crazy files with occult permissions, which I can't understand.
I don't need or want any software that came out of the Red Hat Project or the GNOME project.
I want understandable software, minimalist software, software which gives the user flexibility and freedom of choice, instead of thinking of him as a retard, who needs to be treated like cattle.
If I stay complacent an let myself be treated like cattle, I have not deserved anything better.
That's why I want to learn with my will power and intelligence.
I want to support Devuan and people, who are new to GNU+Linux and Free Software.
I don't want an elitist club that scares off newcomers. (Not saying this forum is one. It's a very nice place I appreciate.)
No, I want to help everyone who has an honest interest in technology and the will to learn.
So I ask of you to support me, so I can support you and others in the quest for freedom and justice.
I'll keep this machine running this this current state and be open for any input or commands you want me to run.
Now I'll go down and play some chess with my uncle. I've already spend more than enough time today in front of this machine.
Here are the contents of the three files created with dpkg -l:
dpkg-l-before.txt
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================================-==================================-============-===============================================================================
ii abook 0.6.1-1+b3 amd64 text-based ncurses address book application
ii adduser 3.118 all add and remove users and groups
ii adwaita-icon-theme 3.38.0-1 all default icon theme of GNOME
ii alsa-topology-conf 1.2.4-1 all ALSA topology configuration files
ii alsa-ucm-conf 1.2.4-2 all ALSA Use Case Manager configuration files
ii alsa-utils 1.2.4-1 amd64 Utilities for configuring and using ALSA
ii apcalc 2.12.7.2-4 all transitional package
ii apparmor 2.13.6-10 amd64 user-space parser utility for AppArmor
ii apt 2.2.4+devuan1 amd64 commandline package manager
ii apt-listchanges 3.24 all package change history notification tool
ii apt-utils 2.2.4+devuan1 amd64 package management related utility programs
ii aspell 0.60.8-3 amd64 GNU Aspell spell-checker
ii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspell
ii at-spi2-core 2.38.0-4 amd64 Assistive Technology Service Provider Interface (dbus core)
ii base-files 11.1+devuan3 all Devuan base system miscellaneous files
ii base-passwd 3.5.51 amd64 Debian base system master password and group files
ii bash 5.1-2+b3 amd64 GNU Bourne Again SHell
ii bash-completion 1:2.11-2 all programmable completion for the bash shell
ii bastet 0.43-6+b1 amd64 ncurses Tetris clone with a bastard algorithm
ii beep 1.4.9-1+b1 amd64 advanced PC-speaker beeper
ii bind9-dnsutils 1:9.16.15-1 amd64 Clients provided with BIND 9
ii bind9-host 1:9.16.15-1 amd64 DNS Lookup Utility
ii bind9-libs:amd64 1:9.16.15-1 amd64 Shared Libraries used by BIND 9
ii bombardier 0.8.3+nmu3 amd64 The GNU Bombing utility
ii bootlogd 2.96-7+devuan1 amd64 daemon to log boot messages
ii brltty 6.3+dfsg-1 amd64 Access software for a blind person using a braille display
ii bsd-mailx 8.1.2-0.20180807cvs-2 amd64 simple mail user agent
ii bsdextrautils 2.36.1-8+devuan1 amd64 extra utilities from 4.4BSD-Lite
ii bsdgames 2.17-28 amd64 collection of classic textual unix games
ii bsdutils 1:2.36.1-8+devuan1 amd64 basic utilities from 4.4BSD-Lite
ii busybox 1:1.30.1-6+b3 amd64 Tiny utilities for small and embedded systems
ii bzip2 1.0.8-4 amd64 high-quality block-sorting file compressor - utilities
ii ca-certificates 20210119 all Common CA certificates
ii caca-utils 0.99.beta19-2.2 amd64 text mode graphics utilities
ii calc 2.12.7.2-4 amd64 Arbitrary precision calculator
ii calc-common 2.12.7.2-4 all Arbitrary precision calculator (common files)
ii calcurse 4.6.0-2 amd64 text-based calendar and todo manager
ii cavezofphear 0.5.1-1.1 amd64 ASCII Boulder Dash clone
ii clex 4.6.patch8-1+b1 amd64 command line file manager which uses the ncurses library
ii cmatrix 2.0-3 amd64 simulates the display from "The Matrix"
ii console-setup 1.205 all console font and keymap setup program
ii console-setup-linux 1.205 all Linux specific part of console-setup
ii coreutils 8.32-4+b1 amd64 GNU core utilities
ii cowsay 3.03+dfsg2-8 all configurable talking cow
ii cpio 2.13+dfsg-4 amd64 GNU cpio -- a program to manage archives of files
ii crawl 2:0.26.1-1 amd64 Dungeon Crawl, a text-based roguelike game
ii crawl-common 2:0.26.1-1 all Dungeon Crawl, a text-based roguelike game (data files)
ii cron 3.0pl1-137 amd64 process scheduling daemon
ii curl 7.74.0-1.3+b1 amd64 command line tool for transferring data with URL syntax
ii curseofwar 1.1.8-3.1 amd64 Fast-paced action strategy game for Linux based on ncurses
ii dash 0.5.11+git20200708+dd9ef66-5 amd64 POSIX-compliant shell
ii dbus 1.12.20-2+devuan2 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-x11 1.12.20-2+devuan2 amd64 simple interprocess messaging system (X11 deps)
ii dconf-gsettings-backend:amd64 0.38.0-2 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.38.0-2 amd64 simple configuration storage system - D-Bus service
ii debconf 1.5.77 all Debian configuration management system
ii debconf-i18n 1.5.77 all full internationalization support for debconf
ii debian-archive-keyring 2021.1.1 all GnuPG archive keys of the Debian archive
ii debianutils 4.11.2 amd64 Miscellaneous utilities specific to Debian
ii devuan-keyring 2017.10.03 all GnuPG archive key of the devuan repository
ii dialog 1.3-20201126-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii dictionaries-common 1.28.4 all spelling dictionaries - common utilities
ii diffutils 1:3.7-5 amd64 File comparison utilities
ii dirmngr 2.2.27-2 amd64 GNU privacy guard - network certificate management service
ii discover 2.1.2-8 amd64 hardware identification system
ii discover-data 2.2013.01.11+nmu1 all Data lists for Discover hardware detection system
ii distro-info-data 0.51+devuan1 all information about the distributions' releases (data files)
ii dmidecode 3.3-2 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace library
ii dpkg 1.20.9 amd64 Debian package management system
ii dvtm 0.15+40.g311a8c0-1 amd64 Tiling window management for the console
ii e2fsprogs 1.46.2-2 amd64 ext2/ext3/ext4 file system utilities
ii ed 1.17-1 amd64 classic UNIX line editor
ii edbrowse 3.7.7-2 amd64 /bin/ed-alike webbrowser written in C
ii eflite 0.4.1-12 amd64 Festival-Lite based emacspeak speech server
ii eject 2.36.1-8+devuan1 amd64 ejects CDs and operates CD-Changers under Linux
ii elogind 246.10-2 amd64 user, seat and session management daemon
ii emacsen-common 3.0.4 all Common facilities for all emacsen
ii empire 1.16-1 amd64 war game of the century
ii entr 4.7-1 amd64 Run arbitrary commands when files change
ii espeak 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer
ii espeak-data:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data files
ii espeak-ng-data:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: speech data files
ii espeakup 1:0.80-20 amd64 Connector between speakup kernel modules and espeak
ii eudev 3.2.9-10~chimaera1 amd64 /dev/ and hotplug management daemon
ii exim4-base 4.94.2-7 amd64 support files for all Exim MTA (v4) packages
ii exim4-config 4.94.2-7 all configuration for the Exim MTA (v4)
ii exim4-daemon-light 4.94.2-7 amd64 lightweight Exim MTA (v4) daemon
ii fbi 2.10-4 amd64 Linux frame buffer image viewer
ii fbterm 1.7-5 amd64 fast framebuffer based terminal emulator for Linux
ii fdisk 2.36.1-8+devuan1 amd64 collection of partitioning utilities
ii fetchmail 6.4.16-4+deb11u1 amd64 SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
ii figlet 2.2.5-3+b1 amd64 Make large character ASCII banners out of ordinary text
ii file 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbers
ii findutils 4.8.0-1 amd64 utilities for finding files--find, xargs
ii firmware-linux-free 20200122-1 all Binary firmware for various drivers in the Linux kernel
ii firmware-realtek 20210315-3 all Binary firmware for Realtek wired/wifi/BT adapters
ii fontconfig 2.13.1-4.2 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-4.2 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-2 all Vera font family derivate with additional characters
ii fonts-droid-fallback 1:6.0.1r16-1.1 all handheld device font with extensive style and language support (fallback)
ii fonts-noto-mono 20201225-1 all "No Tofu" monospaced font family with large Unicode coverage
ii fonts-urw-base35 20200910-1 all font set metric-compatible with the 35 PostScript Level 2 Base Fonts
ii fortune-mod 1:1.99.1-7.1 amd64 provides fortune cookies on demand
ii fortunes-min 1:1.99.1-7.1 all Data files containing selected fortune cookies
ii freesweep 1.0.1-2 amd64 text-based minesweeper
ii ftp 0.17-34.1.1 amd64 classical file transfer client
ii gcc-10-base:amd64 10.2.1-6 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-9-base:amd64 9.3.0-22 amd64 GCC, the GNU Compiler Collection (base package)
ii gddrescue 1.23-2+b1 amd64 GNU data recovery tool
ii gdisk 1.0.6-1.1 amd64 GPT fdisk text-mode partitioning tool
ii geoip-bin 1.6.12-7 amd64 IP lookup command line tools that use the GeoIP library
ii geoip-database 20191224-3 all IP lookup command line tools that use the GeoIP library (country database)
ii gettext-base 0.21-4 amd64 GNU Internationalization utilities for the base system
ii ghostscript 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF
ii glib-networking:amd64 2.66.0-2 amd64 network-related giomodules for GLib
ii glib-networking-common 2.66.0-2 all network-related giomodules for GLib - data files
ii glib-networking-services 2.66.0-2 amd64 network-related giomodules for GLib - D-Bus services
ii gnuchess 6.2.7-1 amd64 Plays a game of chess, either against the user or against itself
ii gnuchess-book 1.02-2 all Opening book for gnuchess
ii gnupg 2.2.27-2 all GNU privacy guard - a free PGP replacement
ii gnupg-l10n 2.2.27-2 all GNU privacy guard - localization files
ii gnupg-utils 2.2.27-2 amd64 GNU privacy guard - utility programs
ii gnupg2 2.2.27-2 all GNU privacy guard - a free PGP replacement (dummy transitional package)
ii gpg 2.2.27-2 amd64 GNU Privacy Guard -- minimalist public key operations
ii gpg-agent 2.2.27-2 amd64 GNU privacy guard - cryptographic agent
ii gpg-wks-client 2.2.27-2 amd64 GNU privacy guard - Web Key Service client
ii gpg-wks-server 2.2.27-2 amd64 GNU privacy guard - Web Key Service server
ii gpgconf 2.2.27-2 amd64 GNU privacy guard - core configuration utilities
ii gpgsm 2.2.27-2 amd64 GNU privacy guard - S/MIME version
ii gpgv 2.2.27-2 amd64 GNU privacy guard - signature verification tool
ii gpm 1.20.7-8 amd64 General Purpose Mouse interface
ii greed 4.2-1 amd64 curses-based clone of the DOS free-ware game Greed
ii grep 3.6-1 amd64 GNU grep, egrep and fgrep
ii groff-base 1.22.4-6 amd64 GNU troff text-formatting system (base system components)
ii grub-common 2.04-20 amd64 GRand Unified Bootloader (common files)
ii grub-pc 2.04-20 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.04-20 amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2-common 2.04-20 amd64 GRand Unified Bootloader (common files for version 2)
ii gsasl-common 1.10.0-4 all GNU SASL platform independent files
ii gsettings-desktop-schemas 3.38.0-2 all GSettings desktop-wide schemas
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.5 all Fonts for the Ghostscript interpreter(s)
ii gtk-update-icon-cache 3.24.24-4 amd64 icon theme caching utility
ii gzip 1.10-4 amd64 GNU compression utilities
ii hasciicam 1.1.2-1+b3 amd64 (h)ascii for the masses: live video as text
ii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themes
ii hostname 3.23 amd64 utility to set/show the host name or domain name
ii htop 3.0.5-7 amd64 interactive processes viewer
ii iftop 1.0~pre4-7 amd64 displays bandwidth usage information on an network interface
ii ifupdown 0.8.36 amd64 high level tools to configure network interfaces
ii imagemagick-6-common 8:6.9.11.60+dfsg-1.3 all image manipulation programs -- infrastructure
ii imagemagick-6.q16 8:6.9.11.60+dfsg-1.3 amd64 image manipulation programs -- quantum depth Q16
ii init 1.60+devuan1 amd64 metapackage ensuring an init system is installed
ii init-system-helpers 1.60+devuan1 all helper tools for all init systems
ii initramfs-tools 0.140 all generic modular initramfs generator (automation)
ii initramfs-tools-core 0.140 all generic modular initramfs generator (core tools)
ii initscripts 2.96-7+devuan1 all scripts for initializing and shutting down the system
ii insserv 1.21.0-1.1 amd64 boot sequence organizer using LSB init.d script dependency information
ii installation-report 2.78 all system installation report
ii iotop 0.6-24-g733f3f8-1.1 amd64 simple top-like I/O monitor
ii iproute2 5.10.0-4 amd64 networking and traffic control tools
ii iputils-ping 3:20210202-1 amd64 Tools to test the reachability of network hosts
ii irssi 1.2.3-1 amd64 terminal based IRC client
ii isc-dhcp-client 4.4.1-2.3 amd64 DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.4.1-2.3 amd64 common manpages relevant to all of the isc-dhcp packages
ii iso-codes 4.6.0-1 all ISO language, territory, currency, script codes and their translations
ii iw 5.9-3 amd64 tool for configuring Linux wireless devices
ii jhead 1:3.04-6 amd64 manipulate the non-image part of Exif compliant JPEG files
ii kbd 2.3.0-3 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.205 all system-wide keyboard preferences
ii klibc-utils 2.0.8-6.1 amd64 small utilities built with klibc for early boot
ii kmod 28-1 amd64 tools for managing Linux kernel modules
ii krb5-locales 1.18.3-6+deb11u1 all internationalization support for MIT Kerberos
ii laptop-detect 0.16 all system chassis type checker
ii less 551-2 amd64 pager program similar to more
ii lftp 4.8.4-2+b1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programs
ii libaa1:amd64 1.4p5-48 amd64 ASCII art library
ii libacl1:amd64 2.2.53-10 amd64 access control list - shared library
ii libaom0:amd64 1.0.0.errata1-3 amd64 AV1 Video Codec Library
ii libapparmor1:amd64 2.13.6-10 amd64 changehat AppArmor library
ii libapt-pkg6.0:amd64 2.2.4+devuan1 amd64 package management runtime library
ii libasound2:amd64 1.2.4-1.1 amd64 shared library for ALSA applications
ii libasound2-data 1.2.4-1.1 all Configuration files and profiles for ALSA drivers
ii libaspell15:amd64 0.60.8-3 amd64 GNU Aspell spell-checker runtime library
ii libassuan0:amd64 2.5.3-7.1 amd64 IPC library for the GnuPG components
ii libasyncns0:amd64 0.8-6+b2 amd64 Asynchronous name service query library
ii libatk-bridge2.0-0:amd64 2.38.0-1 amd64 AT-SPI 2 toolkit bridge - shared library
ii libatk1.0-0:amd64 2.36.0-2 amd64 ATK accessibility toolkit
ii libatk1.0-data 2.36.0-2 all Common files for the ATK accessibility toolkit
ii libatopology2:amd64 1.2.4-1.1 amd64 shared library for handling ALSA topology definitions
ii libatspi2.0-0:amd64 2.38.0-4 amd64 Assistive Technology Service Provider Interface - shared library
ii libattr1:amd64 1:2.4.48-6 amd64 extended attribute handling - shared library
ii libaudit-common 1:3.0-2 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:3.0-2 amd64 Dynamic library for security auditing
ii libavahi-client3:amd64 0.8-5 amd64 Avahi client library
ii libavahi-common-data:amd64 0.8-5 amd64 Avahi common data files
ii libavahi-common3:amd64 0.8-5 amd64 Avahi common library
ii libblkid1:amd64 2.36.1-8+devuan1 amd64 block device ID library
ii libbluetooth3:amd64 5.55-3.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libboost-program-options1.74.0:amd64 1.74.0-9 amd64 program options library for C++
ii libbpf0:amd64 1:0.3-2 amd64 eBPF helper library (shared library)
ii libbrlapi0.8:amd64 6.3+dfsg-1 amd64 braille display access via BRLTTY - shared library
ii libbrotli1:amd64 1.0.9-2+b2 amd64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:amd64 0.11.3-1 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.8-4 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.31-13+deb11u2 amd64 GNU C Library: Binaries
ii libc-l10n 2.31-13+deb11u2 all GNU C Library: localization files
ii libc6:amd64 2.31-13+deb11u2 amd64 GNU C Library: Shared libraries
ii libcaca0:amd64 0.99.beta19-2.2 amd64 colour ASCII art library
ii libcairo-gobject2:amd64 1.16.0-5 amd64 Cairo 2D vector graphics library (GObject library)
ii libcairo2:amd64 1.16.0-5 amd64 Cairo 2D vector graphics library
ii libcanlock3:amd64 3.2.2-1 amd64 library for creating and verifying Usenet cancel locks
ii libcap-ng0:amd64 0.7.9-2.2+b1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.44-1 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.44-1 amd64 POSIX 1003.1e capabilities (utilities)
ii libcbor0:amd64 0.5.0+dfsg-2 amd64 library for parsing and generating CBOR (RFC 7049)
ii libcolord2:amd64 1.4.5-3+devuan1 amd64 system service to manage device colour profiles -- runtime
ii libcom-err2:amd64 1.46.2-2 amd64 common error description library
ii libcrypt1:amd64 1:4.4.18-4 amd64 libcrypt shared library
ii libcups2:amd64 2.3.3op2-3+deb11u1 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.74.0-1.3+b1 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.74.0-1.3+b1 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdatrie1:amd64 0.2.13-1 amd64 Double-array trie library
ii libdav1d4:amd64 0.7.1-3 amd64 fast and small AV1 video stream decoder (shared library)
ii libdb5.3:amd64 5.3.28+dfsg1-0.8 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbus-1-3:amd64 1.12.20-2+devuan2 amd64 simple interprocess messaging system (library)
ii libdconf1:amd64 0.38.0-2 amd64 simple configuration storage system - runtime library
ii libde265-0:amd64 1.0.8-1 amd64 Open H.265 video codec implementation
ii libdebconfclient0:amd64 0.260 amd64 Debian Configuration Management System (C-implementation library)
ii libdeflate0:amd64 1.7-1 amd64 fast, whole-buffer DEFLATE-based compression and decompression
ii libdevmapper1.02.1:amd64 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace library
ii libdirectfb-1.7-7:amd64 1.7.7-9 amd64 direct frame buffer graphics (shared libraries)
ii libdiscover2 2.1.2-8 amd64 hardware identification library
ii libdjvulibre-text 3.5.28-2 all Linguistic support files for libdjvulibre
ii libdjvulibre21:amd64 3.5.28-2 amd64 Runtime support for the DjVu image format
ii libdns-export1110 1:9.11.19+dfsg-2.1 amd64 Exported DNS Shared Library
ii libdrm-amdgpu1:amd64 2.4.104-1 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-common 2.4.104-1 all Userspace interface to kernel DRM services -- common files
ii libdrm-intel1:amd64 2.4.104-1 amd64 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.104-1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.104-1 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.104-1 amd64 Userspace interface to kernel DRM services -- runtime
ii libduktape205:amd64 2.5.0-2 amd64 embeddable Javascript engine, library
ii libedit2:amd64 3.1-20191231-2+b1 amd64 BSD editline and history libraries
ii libefiboot1:amd64 37-6 amd64 Library to manage UEFI variables
ii libefivar1:amd64 37-6 amd64 Library to manage UEFI variables
ii libegl-mesa0:amd64 20.3.5-1 amd64 free implementation of the EGL API -- Mesa vendor library
ii libegl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL support
ii libeinfo1:amd64 0.42-2.1 amd64 dependency based service manager (pretty console display library)
ii libelf1:amd64 0.183-1 amd64 library to read and write ELF files
ii libelogind0:amd64 246.10-2 amd64 user, seat and session management library
ii libenca0:amd64 1.19-1+b1 amd64 Extremely Naive Charset Analyser - shared library files
ii libepoxy0:amd64 1.5.5-1 amd64 OpenGL function pointer management library
ii libespeak-ng1:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: shared library
ii libespeak1:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: shared library
ii libestr0:amd64 0.1.10-2.1+b1 amd64 Helper functions for handling strings (lib)
ii libeudev1:amd64 3.2.9-10~chimaera1 amd64 libeudev shared library
ii libevent-2.1-7:amd64 2.1.12-stable-1 amd64 Asynchronous event notification library
ii libexif12:amd64 0.6.22-3 amd64 library to parse EXIF files
ii libexpat1:amd64 2.2.10-2 amd64 XML parsing C library - runtime library
ii libext2fs2:amd64 1.46.2-2 amd64 ext2/ext3/ext4 file system libraries
ii libfaad2:amd64 2.10.0-1 amd64 freeware Advanced Audio Decoder - runtime files
ii libfastjson4:amd64 0.99.9-1 amd64 fast json library for C
ii libfdisk1:amd64 2.36.1-8+devuan1 amd64 fdisk partitioning library
ii libffi7:amd64 3.3-6 amd64 Foreign Function Interface library runtime
ii libfftw3-double3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Double precision
ii libfftw3-single3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Single precision
ii libfido2-1:amd64 1.6.0-2 amd64 library for generating and verifying FIDO 2.0 objects
ii libfl2:amd64 2.6.4-8 amd64 SHARED library for flex (a fast lexical analyzer generator)
ii libflac8:amd64 1.3.3-2 amd64 Free Lossless Audio Codec - runtime C library
ii libflite1:amd64 2.2-2 amd64 Small run-time speech synthesis engine - shared libraries
ii libfontconfig1:amd64 2.13.1-4.2 amd64 generic font configuration library - runtime
ii libfontenc1:amd64 1:1.1.4-1 amd64 X11 font encoding library
ii libfreetype6:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, shared library files
ii libfribidi0:amd64 1.0.8-2 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfstrm0:amd64 0.6.0-1+b1 amd64 Frame Streams (fstrm) library
ii libftp4:amd64 4.0-1-4 amd64 Library of callable ftp routines
ii libfuse2:amd64 2.9.9-5 amd64 Filesystem in Userspace (library)
ii libgbm1:amd64 20.3.5-1 amd64 generic buffer management API -- runtime
ii libgc1:amd64 1:8.0.4-3 amd64 conservative garbage collector for C and C++
ii libgcc-s1:amd64 10.2.1-6 amd64 GCC support library
ii libgcrypt20:amd64 1.8.7-6 amd64 LGPL Crypto library - runtime library
ii libgdbm-compat4:amd64 1.19-2 amd64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:amd64 1.19-2 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf-2.0-0:amd64 2.42.2+dfsg-1 amd64 GDK Pixbuf library
ii libgdk-pixbuf-xlib-2.0-0:amd64 2.40.2-2 amd64 GDK Pixbuf library (deprecated Xlib integration)
ii libgdk-pixbuf2.0-0:amd64 2.40.2-2 amd64 GDK Pixbuf library (transitional package)
ii libgdk-pixbuf2.0-bin 2.42.2+dfsg-1 amd64 GDK Pixbuf library (thumbnailer)
ii libgdk-pixbuf2.0-common 2.42.2+dfsg-1 all GDK Pixbuf library - data files
ii libgeoip1:amd64 1.6.12-7 amd64 non-DNS IP-to-country resolver library
ii libgif7:amd64 5.1.9-2 amd64 library for GIF images (library)
ii libgl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- legacy GL support
ii libgl1-mesa-dri:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- DRI modules
ii libglapi-mesa:amd64 20.3.5-1 amd64 free implementation of the GL API -- shared library
ii libgles2:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv2 support
ii libglib2.0-0:amd64 2.66.8-1 amd64 GLib library of C routines
ii libglib2.0-data 2.66.8-1 all Common files for GLib library
ii libglvnd0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library
ii libglx-mesa0:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- GLX vendor library
ii libglx0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX support
ii libgmp10:amd64 2:6.2.1+dfsg-1 amd64 Multiprecision arithmetic library
ii libgnutls-dane0:amd64 3.7.1-5 amd64 GNU TLS library - DANE security support
ii libgnutls30:amd64 3.7.1-5 amd64 GNU TLS library - main runtime library
ii libgomp1:amd64 10.2.1-6 amd64 GCC OpenMP (GOMP) support library
ii libgpg-error0:amd64 1.38-2 amd64 GnuPG development runtime library
ii libgpgme11:amd64 1.14.0-1+b2 amd64 GPGME - GnuPG Made Easy (library)
ii libgpm2:amd64 1.20.7-8 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.14-1 amd64 Font rendering engine for Complex Scripts -- library
ii libgs9:amd64 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF - Library
ii libgs9-common 9.53.3~dfsg-7+deb11u1 all interpreter for the PostScript language and for PDF - common files
ii libgsasl7:amd64 1.10.0-4 amd64 GNU SASL library
ii libgsm1:amd64 1.0.18-2 amd64 Shared libraries for GSM speech compressor
ii libgssapi-krb5-2:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgtk-3-0:amd64 3.24.24-4 amd64 GTK graphical user interface library
ii libgtk-3-bin 3.24.24-4 amd64 programs for the GTK graphical user interface library
ii libgtk-3-common 3.24.24-4 all common files for the GTK graphical user interface library
ii libharfbuzz0b:amd64 2.7.4-1 amd64 OpenType text shaping engine (shared library)
ii libheif1:amd64 1.11.0-1 amd64 ISO/IEC 23008-12:2017 HEIF file format decoder - shared library
ii libhogweed6:amd64 3.7.3-1 amd64 low level cryptographic library (public-key cryptos)
ii libice6:amd64 2:1.0.10-1 amd64 X11 Inter-Client Exchange library
ii libicu67:amd64 67.1-7 amd64 International Components for Unicode
ii libid3tag0:amd64 0.15.1b-14 amd64 ID3 tag reading library from the MAD project
ii libidn11:amd64 1.33-3 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 2.3.0-5 amd64 Internationalized domain names (IDNA2008/TR46) library
ii libijs-0.35:amd64 0.35-15 amd64 IJS raster image transport protocol: shared library
ii libilmbase25:amd64 2.5.4-1 amd64 several utility libraries from ILM used by OpenEXR
ii libimlib2:amd64 1.7.1-2 amd64 image loading, rendering, saving library
ii libio-stringy-perl 2.111-3 all modules for I/O on in-core objects (strings/arrays)
ii libisc-export1105:amd64 1:9.11.19+dfsg-2.1 amd64 Exported ISC Shared Library
ii libiw30:amd64 30~pre9-13.1 amd64 Wireless tools - library
ii libjack-jackd2-0:amd64 1.9.17~dfsg-1 amd64 JACK Audio Connection Kit (libraries)
ii libjansson4:amd64 2.13.1-1.1 amd64 C library for encoding, decoding and manipulating JSON data
ii libjbig0:amd64 2.1-3.1+b2 amd64 JBIGkit libraries
ii libjbig2dec0:amd64 0.19-2 amd64 JBIG2 decoder library - shared libraries
ii libjpeg-turbo-progs 1:2.0.6-4 amd64 Programs for manipulating JPEG files
ii libjpeg62-turbo:amd64 1:2.0.6-4 amd64 libjpeg-turbo JPEG runtime library
ii libjson-c5:amd64 0.15-2 amd64 JSON manipulation library - shared library
ii libjson-glib-1.0-0:amd64 1.6.2-1 amd64 GLib JSON manipulation library
ii libjson-glib-1.0-common 1.6.2-1 all GLib JSON manipulation library (common files)
ii libjxr-tools 1.1-6+b1 amd64 JPEG-XR lib - command line apps
ii libjxr0:amd64 1.1-6+b1 amd64 JPEG-XR lib - libraries
ii libk5crypto3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkeyutils1:amd64 1.6.1-2 amd64 Linux Key Management Utilities (library)
ii libklibc:amd64 2.0.8-6.1 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 28-1 amd64 libkmod shared library
ii libkrb5-3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Support library
ii libksba8:amd64 1.5.0-3 amd64 X.509 and CMS support library
ii liblcms2-2:amd64 2.12~rc1-2 amd64 Little CMS 2 color management library
ii libldap-2.4-2:amd64 2.4.57+dfsg-3 amd64 OpenLDAP libraries
ii libldap-common 2.4.57+dfsg-3 all OpenLDAP common files for libraries
ii libllvm11:amd64 1:11.0.1-2 amd64 Modular compiler and toolchain technologies, runtime library
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4+b1 amd64 module using libc functions for internationalization in Perl
ii liblockfile-bin 1.17-1+b1 amd64 support binaries for and cli utilities based on liblockfile
ii liblockfile1:amd64 1.17-1+b1 amd64 NFS-safe locking library
ii liblognorm5:amd64 2.0.5-1.1 amd64 log normalizing library
ii libloudmouth1-0:amd64 1.5.3-6 amd64 Lightweight C Jabber library
ii liblouis-data 3.16.0-1 all Braille translation library - data
ii liblouis20:amd64 3.16.0-1 amd64 Braille translation library - shared libs
ii liblqr-1-0:amd64 0.4.2-2.1 amd64 converts plain array images into multi-size representation
ii libltdl7:amd64 2.4.6-15 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.1-0:amd64 5.1.5-8.1+b3 amd64 Shared library for the Lua interpreter version 5.1
ii liblz1:amd64 1.12-1 amd64 data compressor based on the LZMA algorithm (library)
ii liblz4-1:amd64 1.9.3-2 amd64 Fast LZ compression algorithm library - runtime
ii liblzma5:amd64 5.2.5-2 amd64 XZ-format compression library
ii libmad0:amd64 0.15.1b-10 amd64 MPEG audio decoder library
ii libmagic-mgc 1:5.39-3 amd64 File type determination library using "magic" numbers (compiled magic file)
ii libmagic1:amd64 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbers - library
ii libmagickcore-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library -- quantum depth Q16
ii libmagickcore-6.q16-6-extra:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library - extra codecs (Q16)
ii libmagickwand-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 image manipulation library -- quantum depth Q16
ii libmaxminddb0:amd64 1.5.2-1 amd64 IP geolocation database library
ii libmd0:amd64 1.0.3-3 amd64 message digest functions from BSD systems - shared library
ii libmnl0:amd64 1.0.4-3 amd64 minimalistic Netlink communication library
ii libmodplug1:amd64 1:0.8.9.0-3 amd64 shared libraries for mod music based on ModPlug
ii libmount1:amd64 2.36.1-8+devuan1 amd64 device mounting library
ii libmpcdec6:amd64 2:0.1~r495-2 amd64 MusePack decoder - library
ii libmpdec3:amd64 2.5.1-1 amd64 library for decimal floating point arithmetic (runtime library)
ii libncurses6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handling
ii libncursesw6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handling (wide character support)
ii libnetaddr-ip-perl 4.079+dfsg-1+b5 amd64 IP address manipulation module
ii libnetfilter-acct1:amd64 1.0.3-3 amd64 Netfilter acct library
ii libnetpbm10 2:10.0-15.4 amd64 Graphics conversion tools shared libraries
ii libnettle8:amd64 3.7.3-1 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:amd64 0.52.21-4+b3 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang
ii libnftables1:amd64 0.9.8-3.1 amd64 Netfilter nftables high level userspace API library
ii libnftnl11:amd64 1.1.9-1 amd64 Netfilter nftables userspace API library
ii libnghttp2-14:amd64 1.43.0-1 amd64 library implementing HTTP/2 protocol (shared library)
ii libnl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - route interface
ii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threads
ii libnsl2:amd64 1.3.0-2 amd64 Public client interface for NIS(YP) and NIS+
ii libnspr4:amd64 2:4.29-1 amd64 NetScape Portable Runtime Library
ii libnss3:amd64 2:3.61-1 amd64 Network Security Service libraries
ii libntlm0:amd64 1.6-3 amd64 NTLM authentication library
ii libnuma1:amd64 2.0.12-1+b1 amd64 Libraries for controlling NUMA policy
ii libogg0:amd64 1.3.4-0.1 amd64 Ogg bitstream library
ii libopencore-amrnb0:amd64 0.1.5-1 amd64 Adaptive Multi Rate speech codec - shared library
ii libopencore-amrwb0:amd64 0.1.5-1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared library
ii libopenexr25:amd64 2.5.4-2 amd64 runtime files for the OpenEXR image library
ii libopenjp2-7:amd64 2.4.0-3 amd64 JPEG 2000 image compression/decompression library
ii libopus0:amd64 1.3.1-0.1 amd64 Opus codec runtime library
ii libopusfile0 0.9+20170913-1.1 amd64 High-level API for basic manipulation of Ogg Opus audio streams
ii libotr5:amd64 4.1.1-4 amd64 Off-the-Record Messaging library
ii libp11-kit0:amd64 0.23.22-1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-elogind:amd64 246.10-2 amd64 elogind PAM module
ii libpam-modules:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.4.0-9+deb11u1 all Runtime support for the PAM library
ii libpam0g:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpaper-utils 1.1.28+b1 amd64 library for handling paper characteristics (utilities)
ii libpaper1:amd64 1.1.28+b1 amd64 library for handling paper characteristics
ii libparted2:amd64 3.4-1 amd64 disk partition manipulator - shared library
ii libpcap0.8:amd64 1.10.0-2 amd64 system interface for user-level packet capture
ii libpcaudio0:amd64 1.1-6 amd64 C API to different audio devices - shared library
ii libpci3:amd64 1:3.7.0-5 amd64 PCI utilities (shared library)
ii libpciaccess0:amd64 0.16-1 amd64 Generic PCI access library for X
ii libpcre2-32-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 32 bit runtime files
ii libpcre2-8-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libpcsclite1:amd64 1.9.1-1+devuan1 amd64 Middleware to access a smart card using PC/SC (library)
ii libperl5.32:amd64 5.32.1-4+deb11u2 amd64 shared Perl library
ii libpipeline1:amd64 1.5.3-1 amd64 Unix process pipeline manipulation library
ii libpixman-1-0:amd64 0.40.0-1 amd64 pixel-manipulation library for X and cairo
ii libpng16-16:amd64 1.6.37-3 amd64 PNG library - runtime (version 1.6)
ii libpod-parser-perl 1.63-2 all modules for parsing/translating POD format documents
ii libpolkit-agent-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authentication Agent API
ii libpolkit-gobject-elogind-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authorization API
ii libpoppler102:amd64 20.09.0-3.1 amd64 PDF rendering library
ii libpopt0:amd64 1.18-2 amd64 lib for parsing cmdline parameters
ii libportaudio2:amd64 19.6.0-1.1 amd64 Portable audio I/O - shared library
ii libprocps8:amd64 2:3.3.17-5+devuan1 amd64 library for accessing process information from /proc
ii libprotobuf-c1:amd64 1.3.3-1+b2 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf23:amd64 3.12.4-1 amd64 protocol buffers C++ library
ii libproxy1v5:amd64 0.4.17-1 amd64 automatic proxy configuration management library (shared)
ii libpsl5:amd64 0.21.0-1.2 amd64 Library for Public Suffix List (shared libraries)
ii libpulse0:amd64 14.2-2 amd64 PulseAudio client libraries
ii libpython3-stdlib:amd64 3.9.2-3 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.9-minimal:amd64 3.9.2-1 amd64 Minimal subset of the Python language (version 3.9)
ii libpython3.9-stdlib:amd64 3.9.2-1 amd64 Interactive high-level object-oriented language (standard library, version 3.9)
ii librc1:amd64 0.42-2.1 amd64 dependency based service manager (runtime library)
ii librcc0 0.2.12-0.1+b2 amd64 Library for autoconvert codepages
ii librcd0 0.1.13-3+b2 amd64 Library for autodection charset of Russian text
ii libreadline8:amd64 8.1-1 amd64 GNU readline and history libraries, run-time libraries
ii librecode0:amd64 3.6-24 amd64 Shared library on which recode is based
ii libresid-builder0c2a 2.1.1-15+b1 amd64 SID chip emulation class based on resid
ii librest-0.7-0:amd64 0.8.1-1.1 amd64 REST service access library
ii librsvg2-2:amd64 2.50.3+dfsg-1 amd64 SAX-based renderer library for SVG files (runtime)
ii librsvg2-common:amd64 2.50.3+dfsg-1 amd64 SAX-based renderer library for SVG files (extra runtime)
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2+b2 amd64 toolkit for RTMP streams (shared library)
ii libsamplerate0:amd64 0.2.1+ds0-1 amd64 Audio sample rate conversion library
ii libsasl2-2:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modules
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:amd64 2.5.1-1 amd64 high level interface to Linux seccomp filter
ii libsecret-1-0:amd64 0.20.4-2 amd64 Secret store
ii libsecret-common 0.20.4-2 all Secret store (common files)
ii libselinux1:amd64 3.1-3 amd64 SELinux runtime shared libraries
ii libsemanage-common 3.1-1 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 3.1-1+b2 amd64 SELinux policy management library
ii libsensors-config 1:3.6.0-7 all lm-sensors configuration files
ii libsensors5:amd64 1:3.6.0-7 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 3.1-1 amd64 SELinux library for manipulating binary security policies
ii libsidplay2 2.1.1-15+b1 amd64 SID (MOS 6581) emulation library
ii libsidutils0 2.1.1-15+b1 amd64 utility functions for SID players
ii libslang2:amd64 2.3.2-5 amd64 S-Lang programming library - runtime version
ii libsm6:amd64 2:1.2.3-1 amd64 X11 Session Management library
ii libsmartcols1:amd64 2.36.1-8+devuan1 amd64 smart column output alignment library
ii libsndfile1:amd64 1.0.31-2 amd64 Library for reading/writing audio files
ii libsocket6-perl 0.29-1+b3 amd64 Perl extensions for IPv6
ii libsonic0:amd64 0.2.0-10 amd64 Simple library to speed up or slow down speech
ii libsoup-gnome2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- GNOME support library
ii libsoup2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- Shared library
ii libsox-fmt-alsa:amd64 14.4.2+git20190427-2 amd64 SoX alsa format I/O library
ii libsox-fmt-base:amd64 14.4.2+git20190427-2 amd64 Minimal set of SoX format libraries
ii libsox3:amd64 14.4.2+git20190427-2 amd64 SoX library of audio effects and processing
ii libspeex1:amd64 1.2~rc1.2-1.1 amd64 The Speex codec runtime library
ii libsqlite3-0:amd64 3.34.1-3 amd64 SQLite 3 shared library
ii libss2:amd64 1.46.2-2 amd64 command-line interface parsing library
ii libssh2-1:amd64 1.9.0-2 amd64 SSH2 client-side library
ii libssl1.1:amd64 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++6:amd64 10.2.1-6 amd64 GNU Standard C++ Library v3
ii libtag1v5:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library
ii libtag1v5-vanilla:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - vanilla flavour
ii libtagc0:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - C bindings
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime)
ii libtext-charwidth-perl 0.04-10+b1 amd64 get display widths of characters on the terminal
ii libtext-iconv-perl 1.7-7+b1 amd64 module to convert between character sets in Perl
ii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrap
ii libthai-data 0.1.28-3 all Data files for Thai language support library
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library
ii libtidy5deb1:amd64 2:5.6.0-11 amd64 HTML/XML syntax checker and reformatter - shared library
ii libtiff5:amd64 4.2.0-1 amd64 Tag Image File Format (TIFF) library
ii libtinfo6:amd64 6.2+20201114-2 amd64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.3.1-1 all transport-independent RPC library - common files
ii libtirpc3:amd64 1.3.1-1 amd64 transport-independent RPC library
ii libtokyocabinet9:amd64 1.4.48-13 amd64 Tokyo Cabinet Database Libraries [runtime]
ii libturbojpeg0:amd64 1:2.0.6-4 amd64 TurboJPEG runtime library - SIMD optimized
ii libuchardet0:amd64 0.0.7-1 amd64 universal charset detection library - shared library
ii libunbound8:amd64 1.13.1-1 amd64 library implementing DNS resolution and validation
ii libunistring2:amd64 0.9.10-4 amd64 Unicode string library for C
ii libusb-0.1-4:amd64 2:0.1.12-32 amd64 userspace USB programming library
ii libutempter0:amd64 1.2.1-2 amd64 privileged helper for utmp/wtmp updates (runtime)
ii libuu0 0.5.20-12 amd64 Library for de/encoding several popular file encodings - runtime
ii libuuid1:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID library
ii libuv1:amd64 1.40.0-2 amd64 asynchronous event notification library - runtime library
ii libvorbis0a:amd64 1.3.7-1 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisenc2:amd64 1.3.7-1 amd64 encoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.7-1 amd64 high-level API for Vorbis General Audio Compression Codec
ii libvulkan1:amd64 1.2.162.0-1 amd64 Vulkan loader library
ii libwavpack1:amd64 5.4.0-1 amd64 audio codec (lossy and lossless) - library
ii libwayland-client0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - client library
ii libwayland-cursor0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - cursor library
ii libwayland-egl1:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - EGL library
ii libwayland-server0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - server library
ii libwebp6:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwebpdemux2:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwebpmux3:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwmf0.2-7:amd64 0.2.8.4-17 amd64 Windows metafile conversion library
ii libwrap0:amd64 7.6.q-31 amd64 Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.7.2-1 amd64 X11 client-side library
ii libx11-data 2:1.7.2-1 all X11 client-side library
ii libx11-xcb1:amd64 2:1.7.2-1 amd64 Xlib/XCB interface library
ii libx265-192:amd64 3.4-2 amd64 H.265/HEVC video stream encoder (shared library)
ii libx86-1:amd64 1.1+ds1-12 amd64 x86 real-mode library
ii libxau6:amd64 1:1.0.9-1 amd64 X11 authorisation library
ii libxaw7:amd64 2:1.0.13-1.1 amd64 X11 Athena Widget library
ii libxcb-dri2-0:amd64 1.14-3 amd64 X C Binding, dri2 extension
ii libxcb-dri3-0:amd64 1.14-3 amd64 X C Binding, dri3 extension
ii libxcb-glx0:amd64 1.14-3 amd64 X C Binding, glx extension
ii libxcb-present0:amd64 1.14-3 amd64 X C Binding, present extension
ii libxcb-randr0:amd64 1.14-3 amd64 X C Binding, randr extension
ii libxcb-render0:amd64 1.14-3 amd64 X C Binding, render extension
ii libxcb-shape0:amd64 1.14-3 amd64 X C Binding, shape extension
ii libxcb-shm0:amd64 1.14-3 amd64 X C Binding, shm extension
ii libxcb-sync1:amd64 1.14-3 amd64 X C Binding, sync extension
ii libxcb-xfixes0:amd64 1.14-3 amd64 X C Binding, xfixes extension
ii libxcb1:amd64 1.14-3 amd64 X C Binding
ii libxcomposite1:amd64 1:0.4.5-1 amd64 X11 Composite extension library
ii libxcursor1:amd64 1:1.2.0-2 amd64 X cursor management library
ii libxdamage1:amd64 1:1.1.5-2 amd64 X11 damaged region extension library
ii libxdmcp6:amd64 1:1.1.2-3 amd64 X11 Display Manager Control Protocol library
ii libxext6:amd64 2:1.3.3-1.1 amd64 X11 miscellaneous extension library
ii libxfixes3:amd64 1:5.0.3-2 amd64 X11 miscellaneous 'fixes' extension library
ii libxft2:amd64 2.3.2-2 amd64 FreeType-based font drawing library for X
ii libxi6:amd64 2:1.7.10-1 amd64 X11 Input extension library
ii libxinerama1:amd64 2:1.1.4-2 amd64 X11 Xinerama extension library
ii libxkbcommon0:amd64 1.0.3-2 amd64 library interface to the XKB compiler - shared library
ii libxkbfile1:amd64 1:1.1.0-1 amd64 X11 keyboard file manipulation library
ii libxml2:amd64 2.9.10+dfsg-6.7 amd64 GNOME XML library
ii libxmu6:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous utility library
ii libxmuu1:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous micro-utility library
ii libxpm4:amd64 1:3.5.12-1 amd64 X11 pixmap library
ii libxrandr2:amd64 2:1.5.1-1 amd64 X11 RandR extension library
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library
ii libxshmfence1:amd64 1.3-1 amd64 X shared memory fences - shared library
ii libxt6:amd64 1:1.2.0-1 amd64 X11 toolkit intrinsics library
ii libxtables12:amd64 1.8.7-1 amd64 netfilter xtables library
ii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension library
ii libxv1:amd64 2:1.0.11-1 amd64 X11 Video extension library
ii libxxf86dga1:amd64 2:1.1.4-1+b3 amd64 X11 Direct Graphics Access extension library
ii libxxf86vm1:amd64 1:1.1.4-1+b2 amd64 X11 XFree86 video mode extension library
ii libxxhash0:amd64 0.8.0-2 amd64 shared library for xxhash
ii libz3-4:amd64 4.8.10-1 amd64 theorem prover from Microsoft Research - runtime libraries
ii libzstd1:amd64 1.4.8+dfsg-2.1 amd64 fast lossless compression algorithm
ii links2 2.21-1+b1 amd64 Web browser running in both graphics and text mode
ii linux-base 4.6 all Linux image base package
ii linux-image-5.10.0-9-amd64 5.10.70-1 amd64 Linux 5.10 for 64-bit PCs (signed)
ii linux-image-amd64 5.10.70-1 amd64 Linux for 64-bit PCs (meta-package)
ii locales 2.31-13+deb11u2 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-1 amd64 system login tools
ii logrotate 3.18.0-2 amd64 Log rotation utility
ii logsave 1.46.2-2 amd64 save the output of a command in a log file
ii lrzsz 0.12.21-10+b1 amd64 Tools for zmodem/xmodem/ymodem file transfer
ii lsb-base 11.1.0 all Linux Standard Base init script functionality
ii lsb-release 11.1.0 all Linux Standard Base version reporting utility
ii lsof 4.93.2+dfsg-1.1 amd64 utility to list open files
ii mailcap 3.69 all Debian's mailcap system, and support programs
ii man-db 2.9.4-2 amd64 tools for reading manual pages
ii manpages 5.10-1 all Manual pages about using a GNU/Linux system
ii manpages-dev 5.10-1 all Manual pages about using GNU/Linux for development
ii matanza 0.13+ds2-1 amd64 Space ascii war game
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language
ii mc 3:4.8.26-1.1 amd64 Midnight Commander - a powerful file manager
ii mc-data 3:4.8.26-1.1 all Midnight Commander - a powerful file manager -- data files
ii mcabber 1.1.2-1 amd64 small Jabber (XMPP) console client
ii media-types 4.0.0 all List of standard media types and their usual file extension
ii mesa-vulkan-drivers:amd64 20.3.5-1 amd64 Mesa Vulkan graphics drivers
ii mime-support 3.66 all transitional package
ii minicom 2.8-2 amd64 Friendly menu driven serial communication program
ii mlocate 0.26-5 amd64 quickly find files on the filesystem based on their name
ii moc 1:2.6.0~svn-r3005-1 amd64 ncurses based console audio player
ii moria 5.7.13-1+b1 amd64 Rogue-like game with an infinite dungeon, also known as umoria
ii mosh 1.3.2-2.1+b3 amd64 Mobile shell that supports roaming and intelligent local echo
ii mount 2.36.1-8+devuan1 amd64 tools for mounting and manipulating filesystems
ii msmtp 1.8.11-2.1 amd64 light SMTP client with support for server profiles
ii mtr-tiny 0.94-1+deb11u1 amd64 Full screen ncurses traceroute tool
ii multitail 6.5.0-3 amd64 view multiple logfiles windowed on console
ii mutt 2.0.5-4.1 amd64 text-based mailreader supporting MIME, GPG, PGP and threading
ii nano 5.4-2 amd64 small, friendly text editor inspired by Pico
ii ncdu 1.15.1-1 amd64 ncurses disk usage viewer
ii ncurses-base 6.2+20201114-2 all basic terminal type definitions
ii ncurses-bin 6.2+20201114-2 amd64 terminal-related programs and man pages
ii ncurses-term 6.2+20201114-2 all additional terminal type definitions
ii net-tools 1.60+git20181103.0eebece-1+devuan1 amd64 NET-3 networking toolkit
ii netbase 6.3 all Basic TCP/IP networking system
ii netcat-traditional 1.10-46 amd64 TCP/IP swiss army knife
ii nethack-common 3.6.6-2+b1 amd64 dungeon crawl game - common files
ii nethack-console 3.6.6-2+b1 amd64 dungeon crawl game - text-based interface
ii netpbm 2:10.0-15.4 amd64 Graphics conversion tools between image formats
ii nfacct 1.0.2-3 amd64 netfilter accounting object tool
ii nftables 0.9.8-3.1 amd64 Program to control packet filtering rules by Netfilter project
ii ninvaders 0.1.1-4+b1 amd64 A space invaders-like game using ncurses
ii omega-rpg 1:0.90-pa9-16+b2 amd64 text-based roguelike game
ii openrc 0.42-2.1 amd64 dependency based service manager (runlevel change mechanism)
ii openssh-client 1:8.4p1-5 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.4p1-5 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.4p1-5 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii pacman4console 1.3-1+b4 amd64 ncurses-based pacman game
ii parallel 20161222-1.1 all build and execute command lines from standard input in parallel
ii parted 3.4-1 amd64 disk partition manipulator
ii passwd 1:4.8.1-1 amd64 change and administer password and group data
ii pci.ids 0.0~2021.02.08-1 all PCI ID Repository
ii pciutils 1:3.7.0-5 amd64 PCI utilities
ii pente 2.2.5-10 amd64 five in a row game for X and the console
ii perl 5.32.1-4+deb11u2 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.32.1-4+deb11u2 amd64 minimal Perl system
ii perl-modules-5.32 5.32.1-4+deb11u2 all Core Perl modules
ii pinentry-curses 1.1.0-4 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
ii policykit-1 0.105-31+devuan1 amd64 framework for managing administrative policies and privileges
ii policykit-1-gnome 0.105-7 amd64 authentication agent for PolicyKit
ii poppler-data 0.4.10-1 all encoding data for the poppler PDF rendering library
ii poppler-utils 20.09.0-3.1 amd64 PDF utilities (based on Poppler)
ii popularity-contest 1.71+devuan1 all Vote for your favourite packages automatically
ii procmail 3.22-26 amd64 Versatile e-mail processor
ii procps 2:3.3.17-5+devuan1 amd64 /proc file system utilities
ii psmisc 23.4-2 amd64 utilities that use the proc file system
ii publicsuffix 20210108.1309-1 all accurate, machine-readable list of domain name suffixes
ii python-apt-common 2.2.1 all Python interface to libapt-pkg (locales)
ii python3 3.9.2-3 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-apt 2.2.1 amd64 Python 3 interface to libapt-pkg
ii python3-certifi 2020.6.20-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-chardet 4.0.0-1 all universal character encoding detector for Python3
ii python3-debconf 1.5.77 all interact with debconf from Python 3
ii python3-debian 0.1.39 all Python 3 modules to work with Debian-related data formats
ii python3-debianbts 3.1.0 all Python interface to Debian's Bug Tracking System
ii python3-httplib2 0.18.1-3 all comprehensive HTTP client library written for Python3
ii python3-idna 2.10-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-minimal 3.9.2-3 amd64 minimal subset of the Python language (default python3 version)
ii python3-pkg-resources 52.0.0-4 all Package Discovery and Resource Access using pkg_resources
ii python3-pycurl 7.43.0.6-5 amd64 Python bindings to libcurl (Python 3)
ii python3-pysimplesoap 1.16.2-3 all simple and lightweight SOAP Library (Python 3)
ii python3-reportbug 7.10.3+devuan1 all Python modules for interacting with bug tracking systems
ii python3-requests 2.25.1+dfsg-2 all elegant and simple HTTP library for Python3, built for human beings
ii python3-six 1.16.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-urllib3 1.26.5-1~exp1 all HTTP library with thread-safe connection pooling for Python3
ii python3.9 3.9.2-1 amd64 Interactive high-level object-oriented language (version 3.9)
ii python3.9-minimal 3.9.2-1 amd64 Minimal subset of the Python language (version 3.9)
ii radio 3.107-1 amd64 ncurses-based radio application
ii readline-common 8.1-1 all GNU readline and history libraries, common files
ii rename 1.13-1 all Perl extension for renaming multiple files
ii reportbug 7.10.3+devuan1 all reports bugs in the Devuan or Debian distribution
ii rpl 1.8.0-2 all replace strings in files
ii rsync 3.2.3-4+deb11u1 amd64 fast, versatile, remote (and local) file-copying tool
ii rsyslog 8.2102.0-2+devuan2 amd64 reliable system and kernel logging daemon
ii runit-helper 2.10.3 all dh-runit implementation detail
ii sc 7.16-4+b3 amd64 Text-based spreadsheet with VI-like keybindings
ii screen 4.8.0-6 amd64 terminal multiplexer with VT100/ANSI terminal emulation
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.14 all Utilities for sensible alternative selection
ii shared-mime-info 2.0-1 amd64 FreeDesktop.org shared MIME database and spec
ii sox 14.4.2+git20190427-2 amd64 Swiss army knife of sound processing
ii startpar 0.64-3 amd64 run processes in parallel and multiplex their output
ii sudo 1.9.5p2-3 amd64 Provide limited super user privileges to specific users
ii sudoku 1.0.5-2+b3 amd64 console based sudoku
ii sysstat 12.5.2-2 amd64 system performance tools for Linux
rc sysv-rc 2.96-7+devuan1 all System-V-like runlevel change mechanism
ii sysvinit-core 2.96-7+devuan1 amd64 System-V-like init
ii sysvinit-utils 2.96-7+devuan1 amd64 System-V-like utilities
ii tar 1.34+dfsg-1 amd64 GNU version of the tar archiving utility
ii task-console-productivity 3.68+devuan4 all Console productivity
ii tasksel 3.68+devuan4 all tool for selecting tasks for installation on Devuan systems
ii tasksel-data 3.68+devuan4 all official tasks used for installation of Devuan systems
ii taskwarrior 2.5.3+dfsg-4 amd64 feature-rich console based todo list manager
ii telnet 0.17-42 amd64 basic telnet client
ii time 1.9-0.1 amd64 GNU time program for measuring CPU resource usage
ii tin 1:2.4.5-1 amd64 Full-screen easy to use Usenet newsreader
ii tmux 3.1c-1+deb11u1 amd64 terminal multiplexer
ii toilet 0.3-1.3 amd64 display large colourful characters in text mode
ii toilet-fonts 0.3-1.3 all collection of TOIlet fonts
ii traceroute 1:2.1.0-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 network
ii ttyrec 1.0.8-5.1 amd64 Terminal interaction recorder and player (for tty)
ii tzdata 2021a-1+deb11u1 all time zone and daylight-saving time data
ii ucf 3.0043 all Update Configuration File(s): preserve user changes to config files
ii unzip 6.0-26 amd64 De-archiver for .zip files
ii util-linux 2.36.1-8+devuan1 amd64 miscellaneous system utilities
ii vim-common 2:8.2.2434-3 all Vi IMproved - Common files
ii vim-tiny 2:8.2.2434-3 amd64 Vi IMproved - enhanced vi editor - compact version
ii w3m 0.5.3+git20210102-6 amd64 WWW browsable pager with excellent tables/frames support
ii wamerican 2019.10.06-1 all American English dictionary words for /usr/share/dict
ii wavemon 0.9.1-1+b1 amd64 Wireless Device Monitoring Application
ii wget 1.21-1+b1 amd64 retrieves files from the web
ii whiptail 0.52.21-4+b3 amd64 Displays user-friendly dialog boxes from shell scripts
ii whois 5.5.10 amd64 intelligent WHOIS client
ii wireless-regdb 2020.04.29-2 all wireless regulatory database for Linux
ii wireless-tools 30~pre9-13.1 amd64 Tools for manipulating Linux Wireless Extensions
ii wpasupplicant 2:2.9.0-21 amd64 client support for WPA and WPA2 (IEEE 802.11i)
ii x11-common 1:7.7+22 all X Window System (X.Org) infrastructure
ii x11-utils 7.7+5 amd64 X11 utilities
ii xauth 1:1.1-1 amd64 X authentication utility
ii xbitmaps 1.1.1-2.1 all Base X bitmaps
ii xdg-user-dirs 0.17-2 amd64 tool to manage well known user directories
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data
ii xterm 366-1 amd64 X terminal emulator
ii xxd 2:8.2.2434-3 amd64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.5-2 amd64 XZ-format compression utilities
ii yasr 0.6.9-10 amd64 General-purpose console screen reader
ii zile 2.4.15-2 amd64 very small Emacs-subset editor
ii zlib1g:amd64 1:1.2.11.dfsg-2 amd64 compression library - runtime
ii zsh 5.8-6+b2 amd64 shell with lots of features
ii zsh-common 5.8-6 all architecture independent files for Zsh
dpkg-l-after.txt
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================================-==================================-============-===============================================================================
ii abook 0.6.1-1+b3 amd64 text-based ncurses address book application
ii adduser 3.118 all add and remove users and groups
ii adwaita-icon-theme 3.38.0-1 all default icon theme of GNOME
ii alsa-topology-conf 1.2.4-1 all ALSA topology configuration files
ii alsa-ucm-conf 1.2.4-2 all ALSA Use Case Manager configuration files
ii alsa-utils 1.2.4-1 amd64 Utilities for configuring and using ALSA
ii apcalc 2.12.7.2-4 all transitional package
ii apparmor 2.13.6-10 amd64 user-space parser utility for AppArmor
ii apt 2.2.4+devuan1 amd64 commandline package manager
ii apt-listchanges 3.24 all package change history notification tool
ii apt-utils 2.2.4+devuan1 amd64 package management related utility programs
ii aspell 0.60.8-3 amd64 GNU Aspell spell-checker
ii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspell
ii at-spi2-core 2.38.0-4 amd64 Assistive Technology Service Provider Interface (dbus core)
ii base-files 11.1+devuan3 all Devuan base system miscellaneous files
ii base-passwd 3.5.51 amd64 Debian base system master password and group files
ii bash 5.1-2+b3 amd64 GNU Bourne Again SHell
ii bash-completion 1:2.11-2 all programmable completion for the bash shell
ii bastet 0.43-6+b1 amd64 ncurses Tetris clone with a bastard algorithm
ii beep 1.4.9-1+b1 amd64 advanced PC-speaker beeper
ii bind9-dnsutils 1:9.16.15-1 amd64 Clients provided with BIND 9
ii bind9-host 1:9.16.15-1 amd64 DNS Lookup Utility
ii bind9-libs:amd64 1:9.16.15-1 amd64 Shared Libraries used by BIND 9
ii binutils 2.35.2-2 amd64 GNU assembler, linker and binary utilities
ii binutils-common:amd64 2.35.2-2 amd64 Common files for the GNU assembler, linker and binary utilities
ii binutils-x86-64-linux-gnu 2.35.2-2 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii bombardier 0.8.3+nmu3 amd64 The GNU Bombing utility
ii bootlogd 2.96-7+devuan1 amd64 daemon to log boot messages
ii brltty 6.3+dfsg-1 amd64 Access software for a blind person using a braille display
ii bsd-mailx 8.1.2-0.20180807cvs-2 amd64 simple mail user agent
ii bsdextrautils 2.36.1-8+devuan1 amd64 extra utilities from 4.4BSD-Lite
ii bsdgames 2.17-28 amd64 collection of classic textual unix games
ii bsdutils 1:2.36.1-8+devuan1 amd64 basic utilities from 4.4BSD-Lite
ii build-essential 12.9 amd64 Informational list of build-essential packages
ii busybox 1:1.30.1-6+b3 amd64 Tiny utilities for small and embedded systems
ii bzip2 1.0.8-4 amd64 high-quality block-sorting file compressor - utilities
ii ca-certificates 20210119 all Common CA certificates
ii caca-utils 0.99.beta19-2.2 amd64 text mode graphics utilities
ii calc 2.12.7.2-4 amd64 Arbitrary precision calculator
ii calc-common 2.12.7.2-4 all Arbitrary precision calculator (common files)
ii calcurse 4.6.0-2 amd64 text-based calendar and todo manager
ii cavezofphear 0.5.1-1.1 amd64 ASCII Boulder Dash clone
ii clex 4.6.patch8-1+b1 amd64 command line file manager which uses the ncurses library
ii cmatrix 2.0-3 amd64 simulates the display from "The Matrix"
ii console-setup 1.205 all console font and keymap setup program
ii console-setup-linux 1.205 all Linux specific part of console-setup
ii coreutils 8.32-4+b1 amd64 GNU core utilities
ii cowsay 3.03+dfsg2-8 all configurable talking cow
ii cpio 2.13+dfsg-4 amd64 GNU cpio -- a program to manage archives of files
ii cpp 4:10.2.1-1 amd64 GNU C preprocessor (cpp)
ii cpp-10 10.2.1-6 amd64 GNU C preprocessor
ii crawl 2:0.26.1-1 amd64 Dungeon Crawl, a text-based roguelike game
ii crawl-common 2:0.26.1-1 all Dungeon Crawl, a text-based roguelike game (data files)
ii cron 3.0pl1-137 amd64 process scheduling daemon
ii curl 7.74.0-1.3+b1 amd64 command line tool for transferring data with URL syntax
ii curseofwar 1.1.8-3.1 amd64 Fast-paced action strategy game for Linux based on ncurses
ii dash 0.5.11+git20200708+dd9ef66-5 amd64 POSIX-compliant shell
ii dbus 1.12.20-2+devuan2 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-x11 1.12.20-2+devuan2 amd64 simple interprocess messaging system (X11 deps)
ii dconf-gsettings-backend:amd64 0.38.0-2 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.38.0-2 amd64 simple configuration storage system - D-Bus service
ii debconf 1.5.77 all Debian configuration management system
ii debconf-i18n 1.5.77 all full internationalization support for debconf
ii debian-archive-keyring 2021.1.1 all GnuPG archive keys of the Debian archive
ii debianutils 4.11.2 amd64 Miscellaneous utilities specific to Debian
ii devuan-keyring 2017.10.03 all GnuPG archive key of the devuan repository
ii dialog 1.3-20201126-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii dictionaries-common 1.28.4 all spelling dictionaries - common utilities
ii diffutils 1:3.7-5 amd64 File comparison utilities
ii dirmngr 2.2.27-2 amd64 GNU privacy guard - network certificate management service
ii discover 2.1.2-8 amd64 hardware identification system
ii discover-data 2.2013.01.11+nmu1 all Data lists for Discover hardware detection system
ii distro-info-data 0.51+devuan1 all information about the distributions' releases (data files)
ii dmidecode 3.3-2 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace library
ii dpkg 1.20.9 amd64 Debian package management system
ii dpkg-dev 1.20.9 all Debian package development tools
ii dvtm 0.15+40.g311a8c0-1 amd64 Tiling window management for the console
ii e2fsprogs 1.46.2-2 amd64 ext2/ext3/ext4 file system utilities
ii ed 1.17-1 amd64 classic UNIX line editor
ii edbrowse 3.7.7-2 amd64 /bin/ed-alike webbrowser written in C
ii eflite 0.4.1-12 amd64 Festival-Lite based emacspeak speech server
ii eject 2.36.1-8+devuan1 amd64 ejects CDs and operates CD-Changers under Linux
ii elogind 246.10-2 amd64 user, seat and session management daemon
ii emacsen-common 3.0.4 all Common facilities for all emacsen
ii empire 1.16-1 amd64 war game of the century
ii entr 4.7-1 amd64 Run arbitrary commands when files change
ii espeak 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer
ii espeak-data:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data files
ii espeak-ng-data:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: speech data files
ii espeakup 1:0.80-20 amd64 Connector between speakup kernel modules and espeak
ii eudev 3.2.9-10~chimaera1 amd64 /dev/ and hotplug management daemon
ii exim4-base 4.94.2-7 amd64 support files for all Exim MTA (v4) packages
ii exim4-config 4.94.2-7 all configuration for the Exim MTA (v4)
ii exim4-daemon-light 4.94.2-7 amd64 lightweight Exim MTA (v4) daemon
ii fakeroot 1.25.3-1.1 amd64 tool for simulating superuser privileges
ii fbi 2.10-4 amd64 Linux frame buffer image viewer
ii fbterm 1.7-5 amd64 fast framebuffer based terminal emulator for Linux
ii fdisk 2.36.1-8+devuan1 amd64 collection of partitioning utilities
ii fetchmail 6.4.16-4+deb11u1 amd64 SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
ii figlet 2.2.5-3+b1 amd64 Make large character ASCII banners out of ordinary text
ii file 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbers
ii findutils 4.8.0-1 amd64 utilities for finding files--find, xargs
ii firefox-esr 78.15.0esr-1~deb11u1 amd64 Mozilla Firefox web browser - Extended Support Release (ESR)
ii firmware-linux-free 20200122-1 all Binary firmware for various drivers in the Linux kernel
ii firmware-realtek 20210315-3 all Binary firmware for Realtek wired/wifi/BT adapters
ii fontconfig 2.13.1-4.2 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-4.2 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-2 all Vera font family derivate with additional characters
ii fonts-droid-fallback 1:6.0.1r16-1.1 all handheld device font with extensive style and language support (fallback)
ii fonts-noto-mono 20201225-1 all "No Tofu" monospaced font family with large Unicode coverage
ii fonts-urw-base35 20200910-1 all font set metric-compatible with the 35 PostScript Level 2 Base Fonts
ii fortune-mod 1:1.99.1-7.1 amd64 provides fortune cookies on demand
ii fortunes-min 1:1.99.1-7.1 all Data files containing selected fortune cookies
ii freesweep 1.0.1-2 amd64 text-based minesweeper
ii ftp 0.17-34.1.1 amd64 classical file transfer client
ii g++ 4:10.2.1-1 amd64 GNU C++ compiler
ii g++-10 10.2.1-6 amd64 GNU C++ compiler
ii gcc 4:10.2.1-1 amd64 GNU C compiler
ii gcc-10 10.2.1-6 amd64 GNU C compiler
ii gcc-10-base:amd64 10.2.1-6 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-9-base:amd64 9.3.0-22 amd64 GCC, the GNU Compiler Collection (base package)
ii gddrescue 1.23-2+b1 amd64 GNU data recovery tool
ii gdisk 1.0.6-1.1 amd64 GPT fdisk text-mode partitioning tool
ii geoip-bin 1.6.12-7 amd64 IP lookup command line tools that use the GeoIP library
ii geoip-database 20191224-3 all IP lookup command line tools that use the GeoIP library (country database)
ii gettext-base 0.21-4 amd64 GNU Internationalization utilities for the base system
ii ghostscript 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF
ii gir1.2-glib-2.0:amd64 1.66.1-1+b1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii gir1.2-ibus-1.0:amd64 1.5.23-2 amd64 Intelligent Input Bus - introspection data
ii git 1:2.30.2-1 amd64 fast, scalable, distributed revision control system
ii git-man 1:2.30.2-1 all fast, scalable, distributed revision control system (manual pages)
ii glib-networking:amd64 2.66.0-2 amd64 network-related giomodules for GLib
ii glib-networking-common 2.66.0-2 all network-related giomodules for GLib - data files
ii glib-networking-services 2.66.0-2 amd64 network-related giomodules for GLib - D-Bus services
ii gnuchess 6.2.7-1 amd64 Plays a game of chess, either against the user or against itself
ii gnuchess-book 1.02-2 all Opening book for gnuchess
ii gnupg 2.2.27-2 all GNU privacy guard - a free PGP replacement
ii gnupg-l10n 2.2.27-2 all GNU privacy guard - localization files
ii gnupg-utils 2.2.27-2 amd64 GNU privacy guard - utility programs
ii gnupg2 2.2.27-2 all GNU privacy guard - a free PGP replacement (dummy transitional package)
ii gpg 2.2.27-2 amd64 GNU Privacy Guard -- minimalist public key operations
ii gpg-agent 2.2.27-2 amd64 GNU privacy guard - cryptographic agent
ii gpg-wks-client 2.2.27-2 amd64 GNU privacy guard - Web Key Service client
ii gpg-wks-server 2.2.27-2 amd64 GNU privacy guard - Web Key Service server
ii gpgconf 2.2.27-2 amd64 GNU privacy guard - core configuration utilities
ii gpgsm 2.2.27-2 amd64 GNU privacy guard - S/MIME version
ii gpgv 2.2.27-2 amd64 GNU privacy guard - signature verification tool
ii gpm 1.20.7-8 amd64 General Purpose Mouse interface
ii greed 4.2-1 amd64 curses-based clone of the DOS free-ware game Greed
ii grep 3.6-1 amd64 GNU grep, egrep and fgrep
ii groff-base 1.22.4-6 amd64 GNU troff text-formatting system (base system components)
ii grub-common 2.04-20 amd64 GRand Unified Bootloader (common files)
ii grub-pc 2.04-20 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.04-20 amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2-common 2.04-20 amd64 GRand Unified Bootloader (common files for version 2)
ii gsasl-common 1.10.0-4 all GNU SASL platform independent files
ii gsettings-desktop-schemas 3.38.0-2 all GSettings desktop-wide schemas
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.5 all Fonts for the Ghostscript interpreter(s)
ii gtk-update-icon-cache 3.24.24-4 amd64 icon theme caching utility
ii gzip 1.10-4 amd64 GNU compression utilities
ii hasciicam 1.1.2-1+b3 amd64 (h)ascii for the masses: live video as text
ii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themes
ii hostname 3.23 amd64 utility to set/show the host name or domain name
ii htop 3.0.5-7 amd64 interactive processes viewer
ii i965-va-driver:amd64 2.4.1+dfsg1-1 amd64 VAAPI driver for Intel G45 & HD Graphics family
ii iftop 1.0~pre4-7 amd64 displays bandwidth usage information on an network interface
ii ifupdown 0.8.36 amd64 high level tools to configure network interfaces
ii imagemagick-6-common 8:6.9.11.60+dfsg-1.3 all image manipulation programs -- infrastructure
ii imagemagick-6.q16 8:6.9.11.60+dfsg-1.3 amd64 image manipulation programs -- quantum depth Q16
ii init 1.60+devuan1 amd64 metapackage ensuring an init system is installed
ii init-system-helpers 1.60+devuan1 all helper tools for all init systems
ii initramfs-tools 0.140 all generic modular initramfs generator (automation)
ii initramfs-tools-core 0.140 all generic modular initramfs generator (core tools)
ii initscripts 2.96-7+devuan1 all scripts for initializing and shutting down the system
ii insserv 1.21.0-1.1 amd64 boot sequence organizer using LSB init.d script dependency information
ii installation-report 2.78 all system installation report
ii intel-media-va-driver:amd64 21.1.1+dfsg1-1 amd64 VAAPI driver for the Intel GEN8+ Graphics family
ii iotop 0.6-24-g733f3f8-1.1 amd64 simple top-like I/O monitor
ii iproute2 5.10.0-4 amd64 networking and traffic control tools
ii iputils-ping 3:20210202-1 amd64 Tools to test the reachability of network hosts
ii irssi 1.2.3-1 amd64 terminal based IRC client
ii isc-dhcp-client 4.4.1-2.3 amd64 DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.4.1-2.3 amd64 common manpages relevant to all of the isc-dhcp packages
ii iso-codes 4.6.0-1 all ISO language, territory, currency, script codes and their translations
ii iw 5.9-3 amd64 tool for configuring Linux wireless devices
ii jhead 1:3.04-6 amd64 manipulate the non-image part of Exif compliant JPEG files
ii kbd 2.3.0-3 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.205 all system-wide keyboard preferences
ii klibc-utils 2.0.8-6.1 amd64 small utilities built with klibc for early boot
ii kmod 28-1 amd64 tools for managing Linux kernel modules
ii krb5-locales 1.18.3-6+deb11u1 all internationalization support for MIT Kerberos
ii laptop-detect 0.16 all system chassis type checker
ii less 551-2 amd64 pager program similar to more
ii lftp 4.8.4-2+b1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programs
ii libaa1:amd64 1.4p5-48 amd64 ASCII art library
ii libacl1:amd64 2.2.53-10 amd64 access control list - shared library
ii libalgorithm-diff-perl 1.201-1 all module to find differences between files
ii libalgorithm-diff-xs-perl 0.04-6+b1 amd64 module to find differences between files (XS accelerated)
ii libalgorithm-merge-perl 0.08-3 all Perl module for three-way merge of textual data
ii libaom0:amd64 1.0.0.errata1-3 amd64 AV1 Video Codec Library
ii libapparmor1:amd64 2.13.6-10 amd64 changehat AppArmor library
ii libapt-pkg6.0:amd64 2.2.4+devuan1 amd64 package management runtime library
ii libasan6:amd64 10.2.1-6 amd64 AddressSanitizer -- a fast memory error detector
ii libasound2:amd64 1.2.4-1.1 amd64 shared library for ALSA applications
ii libasound2-data 1.2.4-1.1 all Configuration files and profiles for ALSA drivers
ii libasound2-dev:amd64 1.2.4-1.1 amd64 shared library for ALSA applications -- development files
ii libaspell15:amd64 0.60.8-3 amd64 GNU Aspell spell-checker runtime library
ii libassuan0:amd64 2.5.3-7.1 amd64 IPC library for the GnuPG components
ii libasyncns0:amd64 0.8-6+b2 amd64 Asynchronous name service query library
ii libatk-bridge2.0-0:amd64 2.38.0-1 amd64 AT-SPI 2 toolkit bridge - shared library
ii libatk1.0-0:amd64 2.36.0-2 amd64 ATK accessibility toolkit
ii libatk1.0-data 2.36.0-2 all Common files for the ATK accessibility toolkit
ii libatomic1:amd64 10.2.1-6 amd64 support library providing __atomic built-in functions
ii libatopology2:amd64 1.2.4-1.1 amd64 shared library for handling ALSA topology definitions
ii libatspi2.0-0:amd64 2.38.0-4 amd64 Assistive Technology Service Provider Interface - shared library
ii libattr1:amd64 1:2.4.48-6 amd64 extended attribute handling - shared library
ii libaudit-common 1:3.0-2 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:3.0-2 amd64 Dynamic library for security auditing
ii libavahi-client3:amd64 0.8-5 amd64 Avahi client library
ii libavahi-common-data:amd64 0.8-5 amd64 Avahi common data files
ii libavahi-common3:amd64 0.8-5 amd64 Avahi common library
ii libavcodec58:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with de/encoders for audio/video codecs - runtime files
ii libavutil56:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with functions for simplifying programming - runtime files
ii libbinutils:amd64 2.35.2-2 amd64 GNU binary utilities (private shared library)
ii libblkid-dev:amd64 2.36.1-8+devuan1 amd64 block device ID library - headers
ii libblkid1:amd64 2.36.1-8+devuan1 amd64 block device ID library
ii libbluetooth3:amd64 5.55-3.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libboost-program-options1.74.0:amd64 1.74.0-9 amd64 program options library for C++
ii libbpf0:amd64 1:0.3-2 amd64 eBPF helper library (shared library)
ii libbrlapi0.8:amd64 6.3+dfsg-1 amd64 braille display access via BRLTTY - shared library
ii libbrotli-dev:amd64 1.0.9-2+b2 amd64 library implementing brotli encoder and decoder (development files)
ii libbrotli1:amd64 1.0.9-2+b2 amd64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:amd64 0.11.3-1 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.8-4 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.31-13+deb11u2 amd64 GNU C Library: Binaries
ii libc-dev-bin 2.31-13+deb11u2 amd64 GNU C Library: Development binaries
ii libc-devtools 2.31-13+deb11u2 amd64 GNU C Library: Development tools
ii libc-l10n 2.31-13+deb11u2 all GNU C Library: localization files
ii libc6:amd64 2.31-13+deb11u2 amd64 GNU C Library: Shared libraries
ii libc6-dev:amd64 2.31-13+deb11u2 amd64 GNU C Library: Development Libraries and Header Files
ii libcaca0:amd64 0.99.beta19-2.2 amd64 colour ASCII art library
ii libcairo-gobject2:amd64 1.16.0-5 amd64 Cairo 2D vector graphics library (GObject library)
ii libcairo2:amd64 1.16.0-5 amd64 Cairo 2D vector graphics library
ii libcanlock3:amd64 3.2.2-1 amd64 library for creating and verifying Usenet cancel locks
ii libcap-ng0:amd64 0.7.9-2.2+b1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.44-1 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.44-1 amd64 POSIX 1003.1e capabilities (utilities)
ii libcbor0:amd64 0.5.0+dfsg-2 amd64 library for parsing and generating CBOR (RFC 7049)
ii libcc1-0:amd64 10.2.1-6 amd64 GCC cc1 plugin for GDB
ii libcodec2-0.9:amd64 0.9.2-4 amd64 Codec2 runtime library
ii libcolord2:amd64 1.4.5-3+devuan1 amd64 system service to manage device colour profiles -- runtime
ii libcom-err2:amd64 1.46.2-2 amd64 common error description library
ii libcrypt-dev:amd64 1:4.4.18-4 amd64 libcrypt development files
ii libcrypt1:amd64 1:4.4.18-4 amd64 libcrypt shared library
ii libctf-nobfd0:amd64 2.35.2-2 amd64 Compact C Type Format library (runtime, no BFD dependency)
ii libctf0:amd64 2.35.2-2 amd64 Compact C Type Format library (runtime, BFD dependency)
ii libcups2:amd64 2.3.3op2-3+deb11u1 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.74.0-1.3+b1 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.74.0-1.3+b1 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdatrie1:amd64 0.2.13-1 amd64 Double-array trie library
ii libdav1d4:amd64 0.7.1-3 amd64 fast and small AV1 video stream decoder (shared library)
ii libdb5.3:amd64 5.3.28+dfsg1-0.8 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbus-1-3:amd64 1.12.20-2+devuan2 amd64 simple interprocess messaging system (library)
ii libdbus-1-dev:amd64 1.12.20-2+devuan2 amd64 simple interprocess messaging system (development headers)
ii libdbus-glib-1-2:amd64 0.110-6 amd64 deprecated library for D-Bus IPC
ii libdconf1:amd64 0.38.0-2 amd64 simple configuration storage system - runtime library
ii libde265-0:amd64 1.0.8-1 amd64 Open H.265 video codec implementation
ii libdebconfclient0:amd64 0.260 amd64 Debian Configuration Management System (C-implementation library)
ii libdeflate0:amd64 1.7-1 amd64 fast, whole-buffer DEFLATE-based compression and decompression
ii libdevmapper1.02.1:amd64 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace library
ii libdirectfb-1.7-7:amd64 1.7.7-9 amd64 direct frame buffer graphics (shared libraries)
ii libdiscover2 2.1.2-8 amd64 hardware identification library
ii libdjvulibre-text 3.5.28-2 all Linguistic support files for libdjvulibre
ii libdjvulibre21:amd64 3.5.28-2 amd64 Runtime support for the DjVu image format
ii libdns-export1110 1:9.11.19+dfsg-2.1 amd64 Exported DNS Shared Library
ii libdpkg-perl 1.20.9 all Dpkg perl modules
ii libdrm-amdgpu1:amd64 2.4.104-1 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-common 2.4.104-1 all Userspace interface to kernel DRM services -- common files
ii libdrm-intel1:amd64 2.4.104-1 amd64 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.104-1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.104-1 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.104-1 amd64 Userspace interface to kernel DRM services -- runtime
ii libduktape205:amd64 2.5.0-2 amd64 embeddable Javascript engine, library
ii libedit2:amd64 3.1-20191231-2+b1 amd64 BSD editline and history libraries
ii libefiboot1:amd64 37-6 amd64 Library to manage UEFI variables
ii libefivar1:amd64 37-6 amd64 Library to manage UEFI variables
ii libegl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL development files
ii libegl-mesa0:amd64 20.3.5-1 amd64 free implementation of the EGL API -- Mesa vendor library
ii libegl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL support
ii libegl1-mesa-dev:amd64 20.3.5-1 amd64 free implementation of the EGL API -- development files
ii libeinfo1:amd64 0.42-2.1 amd64 dependency based service manager (pretty console display library)
ii libelf1:amd64 0.183-1 amd64 library to read and write ELF files
ii libelogind0:amd64 246.10-2 amd64 user, seat and session management library
ii libenca0:amd64 1.19-1+b1 amd64 Extremely Naive Charset Analyser - shared library files
ii libepoxy0:amd64 1.5.5-1 amd64 OpenGL function pointer management library
ii liberror-perl 0.17029-1 all Perl module for error/exception handling in an OO-ish way
ii libespeak-ng1:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: shared library
ii libespeak1:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: shared library
ii libestr0:amd64 0.1.10-2.1+b1 amd64 Helper functions for handling strings (lib)
ii libeudev-dev:amd64 3.2.9-10~chimaera1 amd64 libeudev development files
ii libeudev1:amd64 3.2.9-10~chimaera1 amd64 libeudev shared library
ii libevdev2:amd64 1.11.0+dfsg-1 amd64 wrapper library for evdev devices
ii libevent-2.1-7:amd64 2.1.12-stable-1 amd64 Asynchronous event notification library
ii libexif12:amd64 0.6.22-3 amd64 library to parse EXIF files
ii libexpat1:amd64 2.2.10-2 amd64 XML parsing C library - runtime library
ii libexpat1-dev:amd64 2.2.10-2 amd64 XML parsing C library - development kit
ii libext2fs2:amd64 1.46.2-2 amd64 ext2/ext3/ext4 file system libraries
ii libfaad2:amd64 2.10.0-1 amd64 freeware Advanced Audio Decoder - runtime files
ii libfakeroot:amd64 1.25.3-1.1 amd64 tool for simulating superuser privileges - shared libraries
ii libfastjson4:amd64 0.99.9-1 amd64 fast json library for C
ii libfdisk1:amd64 2.36.1-8+devuan1 amd64 fdisk partitioning library
ii libffi-dev:amd64 3.3-6 amd64 Foreign Function Interface library (development files)
ii libffi7:amd64 3.3-6 amd64 Foreign Function Interface library runtime
ii libfftw3-double3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Double precision
ii libfftw3-single3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Single precision
ii libfido2-1:amd64 1.6.0-2 amd64 library for generating and verifying FIDO 2.0 objects
ii libfile-fcntllock-perl 0.22-3+b7 amd64 Perl module for file locking with fcntl(2)
ii libfl2:amd64 2.6.4-8 amd64 SHARED library for flex (a fast lexical analyzer generator)
ii libflac8:amd64 1.3.3-2 amd64 Free Lossless Audio Codec - runtime C library
ii libflite1:amd64 2.2-2 amd64 Small run-time speech synthesis engine - shared libraries
ii libfontconfig-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - development
ii libfontconfig1:amd64 2.13.1-4.2 amd64 generic font configuration library - runtime
ii libfontconfig1-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - dummy package
ii libfontenc1:amd64 1:1.1.4-1 amd64 X11 font encoding library
ii libfreetype-dev:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, development files
ii libfreetype6:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, shared library files
ii libfreetype6-dev:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, development files (transitional package)
ii libfribidi0:amd64 1.0.8-2 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfstrm0:amd64 0.6.0-1+b1 amd64 Frame Streams (fstrm) library
ii libftp4:amd64 4.0-1-4 amd64 Library of callable ftp routines
ii libfuse2:amd64 2.9.9-5 amd64 Filesystem in Userspace (library)
ii libgbm1:amd64 20.3.5-1 amd64 generic buffer management API -- runtime
ii libgc1:amd64 1:8.0.4-3 amd64 conservative garbage collector for C and C++
ii libgcc-10-dev:amd64 10.2.1-6 amd64 GCC support library (development files)
ii libgcc-s1:amd64 10.2.1-6 amd64 GCC support library
ii libgcrypt20:amd64 1.8.7-6 amd64 LGPL Crypto library - runtime library
ii libgd3:amd64 2.3.0-2 amd64 GD Graphics Library
ii libgdbm-compat4:amd64 1.19-2 amd64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:amd64 1.19-2 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf-2.0-0:amd64 2.42.2+dfsg-1 amd64 GDK Pixbuf library
ii libgdk-pixbuf-xlib-2.0-0:amd64 2.40.2-2 amd64 GDK Pixbuf library (deprecated Xlib integration)
ii libgdk-pixbuf2.0-0:amd64 2.40.2-2 amd64 GDK Pixbuf library (transitional package)
ii libgdk-pixbuf2.0-bin 2.42.2+dfsg-1 amd64 GDK Pixbuf library (thumbnailer)
ii libgdk-pixbuf2.0-common 2.42.2+dfsg-1 all GDK Pixbuf library - data files
ii libgeoip1:amd64 1.6.12-7 amd64 non-DNS IP-to-country resolver library
ii libgif7:amd64 5.1.9-2 amd64 library for GIF images (library)
ii libgirepository-1.0-1:amd64 1.66.1-1+b1 amd64 Library for handling GObject introspection data (runtime library)
ii libgl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GL development files
ii libgl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- legacy GL support
ii libgl1-mesa-dev:amd64 20.3.5-1 amd64 transitional dummy package
ii libgl1-mesa-dri:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- DRI modules
ii libglapi-mesa:amd64 20.3.5-1 amd64 free implementation of the GL API -- shared library
ii libgles-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLES development files
ii libgles1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv1 support
ii libgles2:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv2 support
ii libglib2.0-0:amd64 2.66.8-1 amd64 GLib library of C routines
ii libglib2.0-bin 2.66.8-1 amd64 Programs for the GLib library
ii libglib2.0-data 2.66.8-1 all Common files for GLib library
ii libglib2.0-dev:amd64 2.66.8-1 amd64 Development files for the GLib library
ii libglib2.0-dev-bin 2.66.8-1 amd64 Development utilities for the GLib library
ii libglu1-mesa:amd64 9.0.1-1 amd64 Mesa OpenGL utility library (GLU)
ii libglu1-mesa-dev:amd64 9.0.1-1 amd64 Mesa OpenGL utility library -- development files
ii libglvnd-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- development files
ii libglvnd0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library
ii libglx-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX development files
ii libglx-mesa0:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- GLX vendor library
ii libglx0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX support
ii libgmp10:amd64 2:6.2.1+dfsg-1 amd64 Multiprecision arithmetic library
ii libgnutls-dane0:amd64 3.7.1-5 amd64 GNU TLS library - DANE security support
ii libgnutls30:amd64 3.7.1-5 amd64 GNU TLS library - main runtime library
ii libgomp1:amd64 10.2.1-6 amd64 GCC OpenMP (GOMP) support library
ii libgpg-error0:amd64 1.38-2 amd64 GnuPG development runtime library
ii libgpgme11:amd64 1.14.0-1+b2 amd64 GPGME - GnuPG Made Easy (library)
ii libgpm2:amd64 1.20.7-8 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.14-1 amd64 Font rendering engine for Complex Scripts -- library
ii libgs9:amd64 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF - Library
ii libgs9-common 9.53.3~dfsg-7+deb11u1 all interpreter for the PostScript language and for PDF - common files
ii libgsasl7:amd64 1.10.0-4 amd64 GNU SASL library
ii libgsm1:amd64 1.0.18-2 amd64 Shared libraries for GSM speech compressor
ii libgssapi-krb5-2:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgtk-3-0:amd64 3.24.24-4 amd64 GTK graphical user interface library
ii libgtk-3-bin 3.24.24-4 amd64 programs for the GTK graphical user interface library
ii libgtk-3-common 3.24.24-4 all common files for the GTK graphical user interface library
ii libgudev-1.0-0:amd64 234-1 amd64 GObject-based wrapper library for libudev
ii libharfbuzz0b:amd64 2.7.4-1 amd64 OpenType text shaping engine (shared library)
ii libheif1:amd64 1.11.0-1 amd64 ISO/IEC 23008-12:2017 HEIF file format decoder - shared library
ii libhogweed6:amd64 3.7.3-1 amd64 low level cryptographic library (public-key cryptos)
ii libibus-1.0-5:amd64 1.5.23-2 amd64 Intelligent Input Bus - shared library
ii libibus-1.0-dev:amd64 1.5.23-2 amd64 Intelligent Input Bus - development file
ii libice-dev:amd64 2:1.0.10-1 amd64 X11 Inter-Client Exchange library (development headers)
ii libice6:amd64 2:1.0.10-1 amd64 X11 Inter-Client Exchange library
ii libicu67:amd64 67.1-7 amd64 International Components for Unicode
ii libid3tag0:amd64 0.15.1b-14 amd64 ID3 tag reading library from the MAD project
ii libidn11:amd64 1.33-3 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 2.3.0-5 amd64 Internationalized domain names (IDNA2008/TR46) library
ii libigdgmm11:amd64 20.4.1+ds1-1 amd64 Intel Graphics Memory Management Library -- shared library
ii libijs-0.35:amd64 0.35-15 amd64 IJS raster image transport protocol: shared library
ii libilmbase25:amd64 2.5.4-1 amd64 several utility libraries from ILM used by OpenEXR
ii libimlib2:amd64 1.7.1-2 amd64 image loading, rendering, saving library
ii libinput-bin 1.16.4-3 amd64 input device management and event handling library - udev quirks
ii libinput10:amd64 1.16.4-3 amd64 input device management and event handling library - shared library
ii libio-stringy-perl 2.111-3 all modules for I/O on in-core objects (strings/arrays)
ii libisc-export1105:amd64 1:9.11.19+dfsg-2.1 amd64 Exported ISC Shared Library
ii libisl23:amd64 0.23-1 amd64 manipulating sets and relations of integer points bounded by linear constraints
ii libitm1:amd64 10.2.1-6 amd64 GNU Transactional Memory Library
ii libiw30:amd64 30~pre9-13.1 amd64 Wireless tools - library
ii libjack-jackd2-0:amd64 1.9.17~dfsg-1 amd64 JACK Audio Connection Kit (libraries)
ii libjansson4:amd64 2.13.1-1.1 amd64 C library for encoding, decoding and manipulating JSON data
ii libjbig0:amd64 2.1-3.1+b2 amd64 JBIGkit libraries
ii libjbig2dec0:amd64 0.19-2 amd64 JBIG2 decoder library - shared libraries
ii libjpeg-turbo-progs 1:2.0.6-4 amd64 Programs for manipulating JPEG files
ii libjpeg62-turbo:amd64 1:2.0.6-4 amd64 libjpeg-turbo JPEG runtime library
ii libjson-c5:amd64 0.15-2 amd64 JSON manipulation library - shared library
ii libjson-glib-1.0-0:amd64 1.6.2-1 amd64 GLib JSON manipulation library
ii libjson-glib-1.0-common 1.6.2-1 all GLib JSON manipulation library (common files)
ii libjxr-tools 1.1-6+b1 amd64 JPEG-XR lib - command line apps
ii libjxr0:amd64 1.1-6+b1 amd64 JPEG-XR lib - libraries
ii libk5crypto3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkeyutils1:amd64 1.6.1-2 amd64 Linux Key Management Utilities (library)
ii libklibc:amd64 2.0.8-6.1 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 28-1 amd64 libkmod shared library
ii libkrb5-3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Support library
ii libksba8:amd64 1.5.0-3 amd64 X.509 and CMS support library
ii liblcms2-2:amd64 2.12~rc1-2 amd64 Little CMS 2 color management library
ii libldap-2.4-2:amd64 2.4.57+dfsg-3 amd64 OpenLDAP libraries
ii libldap-common 2.4.57+dfsg-3 all OpenLDAP common files for libraries
ii libllvm11:amd64 1:11.0.1-2 amd64 Modular compiler and toolchain technologies, runtime library
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4+b1 amd64 module using libc functions for internationalization in Perl
ii liblockfile-bin 1.17-1+b1 amd64 support binaries for and cli utilities based on liblockfile
ii liblockfile1:amd64 1.17-1+b1 amd64 NFS-safe locking library
ii liblognorm5:amd64 2.0.5-1.1 amd64 log normalizing library
ii libloudmouth1-0:amd64 1.5.3-6 amd64 Lightweight C Jabber library
ii liblouis-data 3.16.0-1 all Braille translation library - data
ii liblouis20:amd64 3.16.0-1 amd64 Braille translation library - shared libs
ii liblqr-1-0:amd64 0.4.2-2.1 amd64 converts plain array images into multi-size representation
ii liblsan0:amd64 10.2.1-6 amd64 LeakSanitizer -- a memory leak detector (runtime)
ii libltdl7:amd64 2.4.6-15 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.1-0:amd64 5.1.5-8.1+b3 amd64 Shared library for the Lua interpreter version 5.1
ii liblz1:amd64 1.12-1 amd64 data compressor based on the LZMA algorithm (library)
ii liblz4-1:amd64 1.9.3-2 amd64 Fast LZ compression algorithm library - runtime
ii liblzma5:amd64 5.2.5-2 amd64 XZ-format compression library
ii libmad0:amd64 0.15.1b-10 amd64 MPEG audio decoder library
ii libmagic-mgc 1:5.39-3 amd64 File type determination library using "magic" numbers (compiled magic file)
ii libmagic1:amd64 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbers - library
ii libmagickcore-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library -- quantum depth Q16
ii libmagickcore-6.q16-6-extra:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library - extra codecs (Q16)
ii libmagickwand-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 image manipulation library -- quantum depth Q16
ii libmaxminddb0:amd64 1.5.2-1 amd64 IP geolocation database library
ii libmd0:amd64 1.0.3-3 amd64 message digest functions from BSD systems - shared library
ii libmfx1:amd64 21.1.0-1 amd64 Intel Media SDK -- shared library
ii libmnl0:amd64 1.0.4-3 amd64 minimalistic Netlink communication library
ii libmodplug1:amd64 1:0.8.9.0-3 amd64 shared libraries for mod music based on ModPlug
ii libmount-dev:amd64 2.36.1-8+devuan1 amd64 device mounting library - headers
ii libmount1:amd64 2.36.1-8+devuan1 amd64 device mounting library
ii libmp3lame0:amd64 3.100-3 amd64 MP3 encoding library
ii libmpc3:amd64 1.2.0-1 amd64 multiple precision complex floating-point library
ii libmpcdec6:amd64 2:0.1~r495-2 amd64 MusePack decoder - library
ii libmpdec3:amd64 2.5.1-1 amd64 library for decimal floating point arithmetic (runtime library)
ii libmpfr6:amd64 4.1.0-3 amd64 multiple precision floating-point computation
ii libmtdev1:amd64 1.1.6-1 amd64 Multitouch Protocol Translation Library - shared library
ii libncurses6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handling
ii libncursesw6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handling (wide character support)
ii libnetaddr-ip-perl 4.079+dfsg-1+b5 amd64 IP address manipulation module
ii libnetfilter-acct1:amd64 1.0.3-3 amd64 Netfilter acct library
ii libnetpbm10 2:10.0-15.4 amd64 Graphics conversion tools shared libraries
ii libnettle8:amd64 3.7.3-1 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:amd64 0.52.21-4+b3 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang
ii libnftables1:amd64 0.9.8-3.1 amd64 Netfilter nftables high level userspace API library
ii libnftnl11:amd64 1.1.9-1 amd64 Netfilter nftables userspace API library
ii libnghttp2-14:amd64 1.43.0-1 amd64 library implementing HTTP/2 protocol (shared library)
ii libnl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - route interface
ii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threads
ii libnsl-dev:amd64 1.3.0-2 amd64 libnsl development files
ii libnsl2:amd64 1.3.0-2 amd64 Public client interface for NIS(YP) and NIS+
ii libnspr4:amd64 2:4.29-1 amd64 NetScape Portable Runtime Library
ii libnss3:amd64 2:3.61-1 amd64 Network Security Service libraries
ii libntlm0:amd64 1.6-3 amd64 NTLM authentication library
ii libnuma1:amd64 2.0.12-1+b1 amd64 Libraries for controlling NUMA policy
ii libogg0:amd64 1.3.4-0.1 amd64 Ogg bitstream library
ii libopencore-amrnb0:amd64 0.1.5-1 amd64 Adaptive Multi Rate speech codec - shared library
ii libopencore-amrwb0:amd64 0.1.5-1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared library
ii libopenexr25:amd64 2.5.4-2 amd64 runtime files for the OpenEXR image library
ii libopengl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL development files
ii libopengl0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL support
ii libopenjp2-7:amd64 2.4.0-3 amd64 JPEG 2000 image compression/decompression library
ii libopus0:amd64 1.3.1-0.1 amd64 Opus codec runtime library
ii libopusfile0 0.9+20170913-1.1 amd64 High-level API for basic manipulation of Ogg Opus audio streams
ii libotr5:amd64 4.1.1-4 amd64 Off-the-Record Messaging library
ii libp11-kit0:amd64 0.23.22-1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-elogind:amd64 246.10-2 amd64 elogind PAM module
ii libpam-modules:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.4.0-9+deb11u1 all Runtime support for the PAM library
ii libpam0g:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpaper-utils 1.1.28+b1 amd64 library for handling paper characteristics (utilities)
ii libpaper1:amd64 1.1.28+b1 amd64 library for handling paper characteristics
ii libparted2:amd64 3.4-1 amd64 disk partition manipulator - shared library
ii libpcap0.8:amd64 1.10.0-2 amd64 system interface for user-level packet capture
ii libpcaudio0:amd64 1.1-6 amd64 C API to different audio devices - shared library
ii libpci3:amd64 1:3.7.0-5 amd64 PCI utilities (shared library)
ii libpciaccess0:amd64 0.16-1 amd64 Generic PCI access library for X
ii libpcre16-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files
ii libpcre2-16-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 16 bit runtime files
ii libpcre2-32-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 32 bit runtime files
ii libpcre2-8-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre2-dev:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - development files
ii libpcre2-posix2:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - posix-compatible runtime files
ii libpcre3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libpcre3-dev:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - development files
ii libpcre32-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files
ii libpcrecpp0v5:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - C++ runtime files
ii libpcsclite1:amd64 1.9.1-1+devuan1 amd64 Middleware to access a smart card using PC/SC (library)
ii libperl5.32:amd64 5.32.1-4+deb11u2 amd64 shared Perl library
ii libpipeline1:amd64 1.5.3-1 amd64 Unix process pipeline manipulation library
ii libpixman-1-0:amd64 0.40.0-1 amd64 pixel-manipulation library for X and cairo
ii libpng-dev:amd64 1.6.37-3 amd64 PNG library - development (version 1.6)
ii libpng-tools 1.6.37-3 amd64 PNG library - tools (version 1.6)
ii libpng16-16:amd64 1.6.37-3 amd64 PNG library - runtime (version 1.6)
ii libpod-parser-perl 1.63-2 all modules for parsing/translating POD format documents
ii libpolkit-agent-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authentication Agent API
ii libpolkit-gobject-elogind-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authorization API
ii libpoppler102:amd64 20.09.0-3.1 amd64 PDF rendering library
ii libpopt0:amd64 1.18-2 amd64 lib for parsing cmdline parameters
ii libportaudio2:amd64 19.6.0-1.1 amd64 Portable audio I/O - shared library
ii libprocps8:amd64 2:3.3.17-5+devuan1 amd64 library for accessing process information from /proc
ii libprotobuf-c1:amd64 1.3.3-1+b2 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf23:amd64 3.12.4-1 amd64 protocol buffers C++ library
ii libproxy1v5:amd64 0.4.17-1 amd64 automatic proxy configuration management library (shared)
ii libpsl5:amd64 0.21.0-1.2 amd64 Library for Public Suffix List (shared libraries)
ii libpthread-stubs0-dev:amd64 0.4-1 amd64 pthread stubs not provided by native libc, development files
ii libpulse-dev:amd64 14.2-2 amd64 PulseAudio client development headers and libraries
ii libpulse-mainloop-glib0:amd64 14.2-2 amd64 PulseAudio client libraries (glib support)
ii libpulse0:amd64 14.2-2 amd64 PulseAudio client libraries
ii libpython3-stdlib:amd64 3.9.2-3 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.9-minimal:amd64 3.9.2-1 amd64 Minimal subset of the Python language (version 3.9)
ii libpython3.9-stdlib:amd64 3.9.2-1 amd64 Interactive high-level object-oriented language (standard library, version 3.9)
ii libquadmath0:amd64 10.2.1-6 amd64 GCC Quad-Precision Math Library
ii librc1:amd64 0.42-2.1 amd64 dependency based service manager (runtime library)
ii librcc0 0.2.12-0.1+b2 amd64 Library for autoconvert codepages
ii librcd0 0.1.13-3+b2 amd64 Library for autodection charset of Russian text
ii libreadline8:amd64 8.1-1 amd64 GNU readline and history libraries, run-time libraries
ii librecode0:amd64 3.6-24 amd64 Shared library on which recode is based
ii libresid-builder0c2a 2.1.1-15+b1 amd64 SID chip emulation class based on resid
ii librest-0.7-0:amd64 0.8.1-1.1 amd64 REST service access library
ii librsvg2-2:amd64 2.50.3+dfsg-1 amd64 SAX-based renderer library for SVG files (runtime)
ii librsvg2-common:amd64 2.50.3+dfsg-1 amd64 SAX-based renderer library for SVG files (extra runtime)
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2+b2 amd64 toolkit for RTMP streams (shared library)
ii libsamplerate0:amd64 0.2.1+ds0-1 amd64 Audio sample rate conversion library
ii libsasl2-2:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modules
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libsdl2-2.0-0:amd64 2.0.14+dfsg2-3 amd64 Simple DirectMedia Layer
ii libsdl2-dev:amd64 2.0.14+dfsg2-3 amd64 Simple DirectMedia Layer development files
ii libseccomp2:amd64 2.5.1-1 amd64 high level interface to Linux seccomp filter
ii libsecret-1-0:amd64 0.20.4-2 amd64 Secret store
ii libsecret-common 0.20.4-2 all Secret store (common files)
ii libselinux1:amd64 3.1-3 amd64 SELinux runtime shared libraries
ii libselinux1-dev:amd64 3.1-3 amd64 SELinux development headers
ii libsemanage-common 3.1-1 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 3.1-1+b2 amd64 SELinux policy management library
ii libsensors-config 1:3.6.0-7 all lm-sensors configuration files
ii libsensors5:amd64 1:3.6.0-7 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 3.1-1 amd64 SELinux library for manipulating binary security policies
ii libsepol1-dev:amd64 3.1-1 amd64 SELinux binary policy manipulation library and development files
ii libshine3:amd64 3.1.1-2 amd64 Fixed-point MP3 encoding library - runtime files
ii libsidplay2 2.1.1-15+b1 amd64 SID (MOS 6581) emulation library
ii libsidutils0 2.1.1-15+b1 amd64 utility functions for SID players
ii libslang2:amd64 2.3.2-5 amd64 S-Lang programming library - runtime version
ii libsm-dev:amd64 2:1.2.3-1 amd64 X11 Session Management library (development headers)
ii libsm6:amd64 2:1.2.3-1 amd64 X11 Session Management library
ii libsmartcols1:amd64 2.36.1-8+devuan1 amd64 smart column output alignment library
ii libsnappy1v5:amd64 1.1.8-1 amd64 fast compression/decompression library
ii libsndfile1:amd64 1.0.31-2 amd64 Library for reading/writing audio files
ii libsndio-dev:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, development files
ii libsndio7.0:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, runtime libraries
ii libsocket6-perl 0.29-1+b3 amd64 Perl extensions for IPv6
ii libsonic0:amd64 0.2.0-10 amd64 Simple library to speed up or slow down speech
ii libsoup-gnome2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- GNOME support library
ii libsoup2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- Shared library
ii libsox-fmt-alsa:amd64 14.4.2+git20190427-2 amd64 SoX alsa format I/O library
ii libsox-fmt-base:amd64 14.4.2+git20190427-2 amd64 Minimal set of SoX format libraries
ii libsox3:amd64 14.4.2+git20190427-2 amd64 SoX library of audio effects and processing
ii libsoxr0:amd64 0.1.3-4 amd64 High quality 1D sample-rate conversion library
ii libspeex1:amd64 1.2~rc1.2-1.1 amd64 The Speex codec runtime library
ii libsqlite3-0:amd64 3.34.1-3 amd64 SQLite 3 shared library
ii libss2:amd64 1.46.2-2 amd64 command-line interface parsing library
ii libssh2-1:amd64 1.9.0-2 amd64 SSH2 client-side library
ii libssl1.1:amd64 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++-10-dev:amd64 10.2.1-6 amd64 GNU Standard C++ Library v3 (development files)
ii libstdc++6:amd64 10.2.1-6 amd64 GNU Standard C++ Library v3
ii libswresample3:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library for audio resampling, rematrixing etc. - runtime files
ii libtag1v5:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library
ii libtag1v5-vanilla:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - vanilla flavour
ii libtagc0:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - C bindings
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime)
ii libtext-charwidth-perl 0.04-10+b1 amd64 get display widths of characters on the terminal
ii libtext-iconv-perl 1.7-7+b1 amd64 module to convert between character sets in Perl
ii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrap
ii libthai-data 0.1.28-3 all Data files for Thai language support library
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library
ii libtheora0:amd64 1.1.1+dfsg.1-15 amd64 Theora Video Compression Codec
ii libtidy5deb1:amd64 2:5.6.0-11 amd64 HTML/XML syntax checker and reformatter - shared library
ii libtiff5:amd64 4.2.0-1 amd64 Tag Image File Format (TIFF) library
ii libtinfo6:amd64 6.2+20201114-2 amd64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.3.1-1 all transport-independent RPC library - common files
ii libtirpc-dev:amd64 1.3.1-1 amd64 transport-independent RPC library - development files
ii libtirpc3:amd64 1.3.1-1 amd64 transport-independent RPC library
ii libtokyocabinet9:amd64 1.4.48-13 amd64 Tokyo Cabinet Database Libraries [runtime]
ii libtsan0:amd64 10.2.1-6 amd64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii libturbojpeg0:amd64 1:2.0.6-4 amd64 TurboJPEG runtime library - SIMD optimized
ii libtwolame0:amd64 0.4.0-2 amd64 MPEG Audio Layer 2 encoding library
ii libubsan1:amd64 10.2.1-6 amd64 UBSan -- undefined behaviour sanitizer (runtime)
ii libuchardet0:amd64 0.0.7-1 amd64 universal charset detection library - shared library
ii libudev-dev:amd64 1:3.2.9+devuan4 amd64 Transitional package for libeudev-dev
ii libunbound8:amd64 1.13.1-1 amd64 library implementing DNS resolution and validation
ii libunistring2:amd64 0.9.10-4 amd64 Unicode string library for C
ii libunwind8:amd64 1.3.2-2 amd64 library to determine the call-chain of a program - runtime
ii libusb-0.1-4:amd64 2:0.1.12-32 amd64 userspace USB programming library
ii libutempter0:amd64 1.2.1-2 amd64 privileged helper for utmp/wtmp updates (runtime)
ii libuu0 0.5.20-12 amd64 Library for de/encoding several popular file encodings - runtime
ii libuuid1:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID library
ii libuv1:amd64 1.40.0-2 amd64 asynchronous event notification library - runtime library
ii libva-drm2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- DRM runtime
ii libva-x11-2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- X11 runtime
ii libva2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- runtime
ii libvdpau-va-gl1:amd64 0.4.2-1+b1 amd64 VDPAU driver with OpenGL/VAAPI backend
ii libvdpau1:amd64 1.4-3 amd64 Video Decode and Presentation API for Unix (libraries)
ii libvorbis0a:amd64 1.3.7-1 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisenc2:amd64 1.3.7-1 amd64 encoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.7-1 amd64 high-level API for Vorbis General Audio Compression Codec
ii libvpx6:amd64 1.9.0-1 amd64 VP8 and VP9 video codec (shared library)
ii libvulkan1:amd64 1.2.162.0-1 amd64 Vulkan loader library
ii libwacom-bin 1.8-2 amd64 Wacom model feature query library -- binaries
ii libwacom-common 1.8-2 all Wacom model feature query library (common files)
ii libwacom2:amd64 1.8-2 amd64 Wacom model feature query library
ii libwavpack1:amd64 5.4.0-1 amd64 audio codec (lossy and lossless) - library
ii libwayland-bin 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - binary utilities
ii libwayland-client0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - client library
ii libwayland-cursor0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - cursor library
ii libwayland-dev:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - development files
ii libwayland-egl1:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - EGL library
ii libwayland-server0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - server library
ii libwebp6:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwebpdemux2:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwebpmux3:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwmf0.2-7:amd64 0.2.8.4-17 amd64 Windows metafile conversion library
ii libwrap0:amd64 7.6.q-31 amd64 Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.7.2-1 amd64 X11 client-side library
ii libx11-data 2:1.7.2-1 all X11 client-side library
ii libx11-dev:amd64 2:1.7.2-1 amd64 X11 client-side library (development headers)
ii libx11-xcb1:amd64 2:1.7.2-1 amd64 Xlib/XCB interface library
ii libx264-160:amd64 2:0.160.3011+gitcde9a93-2.1 amd64 x264 video coding library
ii libx265-192:amd64 3.4-2 amd64 H.265/HEVC video stream encoder (shared library)
ii libx86-1:amd64 1.1+ds1-12 amd64 x86 real-mode library
ii libxatracker2:amd64 20.3.5-1 amd64 X acceleration library -- runtime
ii libxau-dev:amd64 1:1.0.9-1 amd64 X11 authorisation library (development headers)
ii libxau6:amd64 1:1.0.9-1 amd64 X11 authorisation library
ii libxaw7:amd64 2:1.0.13-1.1 amd64 X11 Athena Widget library
ii libxcb-dri2-0:amd64 1.14-3 amd64 X C Binding, dri2 extension
ii libxcb-dri3-0:amd64 1.14-3 amd64 X C Binding, dri3 extension
ii libxcb-glx0:amd64 1.14-3 amd64 X C Binding, glx extension
ii libxcb-present0:amd64 1.14-3 amd64 X C Binding, present extension
ii libxcb-randr0:amd64 1.14-3 amd64 X C Binding, randr extension
ii libxcb-render0:amd64 1.14-3 amd64 X C Binding, render extension
ii libxcb-shape0:amd64 1.14-3 amd64 X C Binding, shape extension
ii libxcb-shm0:amd64 1.14-3 amd64 X C Binding, shm extension
ii libxcb-sync1:amd64 1.14-3 amd64 X C Binding, sync extension
ii libxcb-util1:amd64 0.4.0-1+b1 amd64 utility libraries for X C Binding -- atom, aux and event
ii libxcb-xfixes0:amd64 1.14-3 amd64 X C Binding, xfixes extension
ii libxcb1:amd64 1.14-3 amd64 X C Binding
ii libxcb1-dev:amd64 1.14-3 amd64 X C Binding, development files
ii libxcomposite1:amd64 1:0.4.5-1 amd64 X11 Composite extension library
ii libxcursor-dev:amd64 1:1.2.0-2 amd64 X cursor management library (development files)
ii libxcursor1:amd64 1:1.2.0-2 amd64 X cursor management library
ii libxdamage1:amd64 1:1.1.5-2 amd64 X11 damaged region extension library
ii libxdmcp-dev:amd64 1:1.1.2-3 amd64 X11 authorisation library (development headers)
ii libxdmcp6:amd64 1:1.1.2-3 amd64 X11 Display Manager Control Protocol library
ii libxext-dev:amd64 2:1.3.3-1.1 amd64 X11 miscellaneous extensions library (development headers)
ii libxext6:amd64 2:1.3.3-1.1 amd64 X11 miscellaneous extension library
ii libxfixes-dev:amd64 1:5.0.3-2 amd64 X11 miscellaneous 'fixes' extension library (development headers)
ii libxfixes3:amd64 1:5.0.3-2 amd64 X11 miscellaneous 'fixes' extension library
ii libxfont2:amd64 1:2.0.4-1 amd64 X11 font rasterisation library
ii libxft-dev:amd64 2.3.2-2 amd64 FreeType-based font drawing library for X (development files)
ii libxft2:amd64 2.3.2-2 amd64 FreeType-based font drawing library for X
ii libxi-dev:amd64 2:1.7.10-1 amd64 X11 Input extension library (development headers)
ii libxi6:amd64 2:1.7.10-1 amd64 X11 Input extension library
ii libxinerama-dev:amd64 2:1.1.4-2 amd64 X11 Xinerama extension library (development headers)
ii libxinerama1:amd64 2:1.1.4-2 amd64 X11 Xinerama extension library
ii libxkbcommon-dev:amd64 1.0.3-2 amd64 library interface to the XKB compiler - development files
ii libxkbcommon0:amd64 1.0.3-2 amd64 library interface to the XKB compiler - shared library
ii libxkbfile1:amd64 1:1.1.0-1 amd64 X11 keyboard file manipulation library
ii libxml2:amd64 2.9.10+dfsg-6.7 amd64 GNOME XML library
ii libxmu6:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous utility library
ii libxmuu1:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous micro-utility library
ii libxpm4:amd64 1:3.5.12-1 amd64 X11 pixmap library
ii libxrandr-dev:amd64 2:1.5.1-1 amd64 X11 RandR extension library (development headers)
ii libxrandr2:amd64 2:1.5.1-1 amd64 X11 RandR extension library
ii libxrender-dev:amd64 1:0.9.10-1 amd64 X Rendering Extension client library (development files)
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library
ii libxshmfence1:amd64 1.3-1 amd64 X shared memory fences - shared library
ii libxss-dev:amd64 1:1.2.3-1 amd64 X11 Screen Saver extension library (development headers)
ii libxss1:amd64 1:1.2.3-1 amd64 X11 Screen Saver extension library
ii libxt-dev:amd64 1:1.2.0-1 amd64 X11 toolkit intrinsics library (development headers)
ii libxt6:amd64 1:1.2.0-1 amd64 X11 toolkit intrinsics library
ii libxtables12:amd64 1.8.7-1 amd64 netfilter xtables library
ii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension library
ii libxv-dev:amd64 2:1.0.11-1 amd64 X11 Video extension library (development headers)
ii libxv1:amd64 2:1.0.11-1 amd64 X11 Video extension library
ii libxvidcore4:amd64 2:1.3.7-1 amd64 Open source MPEG-4 video codec (library)
ii libxvmc1:amd64 2:1.0.12-2 amd64 X11 Video extension library
ii libxxf86dga1:amd64 2:1.1.4-1+b3 amd64 X11 Direct Graphics Access extension library
ii libxxf86vm-dev:amd64 1:1.1.4-1+b2 amd64 X11 XFree86 video mode extension library (development headers)
ii libxxf86vm1:amd64 1:1.1.4-1+b2 amd64 X11 XFree86 video mode extension library
ii libxxhash0:amd64 0.8.0-2 amd64 shared library for xxhash
ii libz3-4:amd64 4.8.10-1 amd64 theorem prover from Microsoft Research - runtime libraries
ii libzstd1:amd64 1.4.8+dfsg-2.1 amd64 fast lossless compression algorithm
ii libzvbi-common 0.2.35-18 all Vertical Blanking Interval decoder (VBI) - common files
ii libzvbi0:amd64 0.2.35-18 amd64 Vertical Blanking Interval decoder (VBI) - runtime files
ii links2 2.21-1+b1 amd64 Web browser running in both graphics and text mode
ii linux-base 4.6 all Linux image base package
ii linux-image-5.10.0-9-amd64 5.10.70-1 amd64 Linux 5.10 for 64-bit PCs (signed)
ii linux-image-amd64 5.10.70-1 amd64 Linux for 64-bit PCs (meta-package)
ii linux-libc-dev:amd64 5.10.70-1 amd64 Linux support headers for userspace development
ii locales 2.31-13+deb11u2 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-1 amd64 system login tools
ii logrotate 3.18.0-2 amd64 Log rotation utility
ii logsave 1.46.2-2 amd64 save the output of a command in a log file
ii lrzsz 0.12.21-10+b1 amd64 Tools for zmodem/xmodem/ymodem file transfer
ii lsb-base 11.1.0 all Linux Standard Base init script functionality
ii lsb-release 11.1.0 all Linux Standard Base version reporting utility
ii lsof 4.93.2+dfsg-1.1 amd64 utility to list open files
ii mailcap 3.69 all Debian's mailcap system, and support programs
ii make 4.3-4.1 amd64 utility for directing compilation
ii man-db 2.9.4-2 amd64 tools for reading manual pages
ii manpages 5.10-1 all Manual pages about using a GNU/Linux system
ii manpages-dev 5.10-1 all Manual pages about using GNU/Linux for development
ii matanza 0.13+ds2-1 amd64 Space ascii war game
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language
ii mc 3:4.8.26-1.1 amd64 Midnight Commander - a powerful file manager
ii mc-data 3:4.8.26-1.1 all Midnight Commander - a powerful file manager -- data files
ii mcabber 1.1.2-1 amd64 small Jabber (XMPP) console client
ii media-types 4.0.0 all List of standard media types and their usual file extension
ii mesa-va-drivers:amd64 20.3.5-1 amd64 Mesa VA-API video acceleration drivers
ii mesa-vdpau-drivers:amd64 20.3.5-1 amd64 Mesa VDPAU video acceleration drivers
ii mesa-vulkan-drivers:amd64 20.3.5-1 amd64 Mesa Vulkan graphics drivers
ii mime-support 3.66 all transitional package
ii minicom 2.8-2 amd64 Friendly menu driven serial communication program
ii mlocate 0.26-5 amd64 quickly find files on the filesystem based on their name
ii moc 1:2.6.0~svn-r3005-1 amd64 ncurses based console audio player
ii moria 5.7.13-1+b1 amd64 Rogue-like game with an infinite dungeon, also known as umoria
ii mosh 1.3.2-2.1+b3 amd64 Mobile shell that supports roaming and intelligent local echo
ii mount 2.36.1-8+devuan1 amd64 tools for mounting and manipulating filesystems
ii msmtp 1.8.11-2.1 amd64 light SMTP client with support for server profiles
ii mtr-tiny 0.94-1+deb11u1 amd64 Full screen ncurses traceroute tool
ii multitail 6.5.0-3 amd64 view multiple logfiles windowed on console
ii mutt 2.0.5-4.1 amd64 text-based mailreader supporting MIME, GPG, PGP and threading
ii nano 5.4-2 amd64 small, friendly text editor inspired by Pico
ii ncdu 1.15.1-1 amd64 ncurses disk usage viewer
ii ncurses-base 6.2+20201114-2 all basic terminal type definitions
ii ncurses-bin 6.2+20201114-2 amd64 terminal-related programs and man pages
ii ncurses-term 6.2+20201114-2 all additional terminal type definitions
ii net-tools 1.60+git20181103.0eebece-1+devuan1 amd64 NET-3 networking toolkit
ii netbase 6.3 all Basic TCP/IP networking system
ii netcat-traditional 1.10-46 amd64 TCP/IP swiss army knife
ii nethack-common 3.6.6-2+b1 amd64 dungeon crawl game - common files
ii nethack-console 3.6.6-2+b1 amd64 dungeon crawl game - text-based interface
ii netpbm 2:10.0-15.4 amd64 Graphics conversion tools between image formats
ii nfacct 1.0.2-3 amd64 netfilter accounting object tool
ii nftables 0.9.8-3.1 amd64 Program to control packet filtering rules by Netfilter project
ii ninvaders 0.1.1-4+b1 amd64 A space invaders-like game using ncurses
ii ocl-icd-libopencl1:amd64 2.2.14-2 amd64 Generic OpenCL ICD Loader
ii omega-rpg 1:0.90-pa9-16+b2 amd64 text-based roguelike game
ii openrc 0.42-2.1 amd64 dependency based service manager (runlevel change mechanism)
ii openssh-client 1:8.4p1-5 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.4p1-5 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.4p1-5 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii pacman4console 1.3-1+b4 amd64 ncurses-based pacman game
ii parallel 20161222-1.1 all build and execute command lines from standard input in parallel
ii parted 3.4-1 amd64 disk partition manipulator
ii passwd 1:4.8.1-1 amd64 change and administer password and group data
ii patch 2.7.6-7 amd64 Apply a diff file to an original
ii pci.ids 0.0~2021.02.08-1 all PCI ID Repository
ii pciutils 1:3.7.0-5 amd64 PCI utilities
ii pente 2.2.5-10 amd64 five in a row game for X and the console
ii perl 5.32.1-4+deb11u2 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.32.1-4+deb11u2 amd64 minimal Perl system
ii perl-modules-5.32 5.32.1-4+deb11u2 all Core Perl modules
ii pinentry-curses 1.1.0-4 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
ii pkg-config 0.29.2-1 amd64 manage compile and link flags for libraries
ii policykit-1 0.105-31+devuan1 amd64 framework for managing administrative policies and privileges
ii policykit-1-gnome 0.105-7 amd64 authentication agent for PolicyKit
ii poppler-data 0.4.10-1 all encoding data for the poppler PDF rendering library
ii poppler-utils 20.09.0-3.1 amd64 PDF utilities (based on Poppler)
ii popularity-contest 1.71+devuan1 all Vote for your favourite packages automatically
ii procmail 3.22-26 amd64 Versatile e-mail processor
ii procps 2:3.3.17-5+devuan1 amd64 /proc file system utilities
ii psmisc 23.4-2 amd64 utilities that use the proc file system
ii publicsuffix 20210108.1309-1 all accurate, machine-readable list of domain name suffixes
ii python-apt-common 2.2.1 all Python interface to libapt-pkg (locales)
ii python3 3.9.2-3 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-apt 2.2.1 amd64 Python 3 interface to libapt-pkg
ii python3-certifi 2020.6.20-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-chardet 4.0.0-1 all universal character encoding detector for Python3
ii python3-debconf 1.5.77 all interact with debconf from Python 3
ii python3-debian 0.1.39 all Python 3 modules to work with Debian-related data formats
ii python3-debianbts 3.1.0 all Python interface to Debian's Bug Tracking System
ii python3-distutils 3.9.2-1 all distutils package for Python 3.x
ii python3-httplib2 0.18.1-3 all comprehensive HTTP client library written for Python3
ii python3-idna 2.10-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-lib2to3 3.9.2-1 all Interactive high-level object-oriented language (lib2to3)
ii python3-minimal 3.9.2-3 amd64 minimal subset of the Python language (default python3 version)
ii python3-pkg-resources 52.0.0-4 all Package Discovery and Resource Access using pkg_resources
ii python3-pycurl 7.43.0.6-5 amd64 Python bindings to libcurl (Python 3)
ii python3-pysimplesoap 1.16.2-3 all simple and lightweight SOAP Library (Python 3)
ii python3-reportbug 7.10.3+devuan1 all Python modules for interacting with bug tracking systems
ii python3-requests 2.25.1+dfsg-2 all elegant and simple HTTP library for Python3, built for human beings
ii python3-six 1.16.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-urllib3 1.26.5-1~exp1 all HTTP library with thread-safe connection pooling for Python3
ii python3.9 3.9.2-1 amd64 Interactive high-level object-oriented language (version 3.9)
ii python3.9-minimal 3.9.2-1 amd64 Minimal subset of the Python language (version 3.9)
ii radio 3.107-1 amd64 ncurses-based radio application
ii readline-common 8.1-1 all GNU readline and history libraries, common files
ii rename 1.13-1 all Perl extension for renaming multiple files
ii reportbug 7.10.3+devuan1 all reports bugs in the Devuan or Debian distribution
ii rpl 1.8.0-2 all replace strings in files
ii rsync 3.2.3-4+deb11u1 amd64 fast, versatile, remote (and local) file-copying tool
ii rsyslog 8.2102.0-2+devuan2 amd64 reliable system and kernel logging daemon
ii runit-helper 2.10.3 all dh-runit implementation detail
ii sc 7.16-4+b3 amd64 Text-based spreadsheet with VI-like keybindings
ii screen 4.8.0-6 amd64 terminal multiplexer with VT100/ANSI terminal emulation
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.14 all Utilities for sensible alternative selection
ii shared-mime-info 2.0-1 amd64 FreeDesktop.org shared MIME database and spec
ii sox 14.4.2+git20190427-2 amd64 Swiss army knife of sound processing
ii startpar 0.64-3 amd64 run processes in parallel and multiplex their output
ii sudo 1.9.5p2-3 amd64 Provide limited super user privileges to specific users
ii sudoku 1.0.5-2+b3 amd64 console based sudoku
ii sysstat 12.5.2-2 amd64 system performance tools for Linux
rc sysv-rc 2.96-7+devuan1 all System-V-like runlevel change mechanism
ii sysvinit-core 2.96-7+devuan1 amd64 System-V-like init
ii sysvinit-utils 2.96-7+devuan1 amd64 System-V-like utilities
ii tar 1.34+dfsg-1 amd64 GNU version of the tar archiving utility
ii task-console-productivity 3.68+devuan4 all Console productivity
ii tasksel 3.68+devuan4 all tool for selecting tasks for installation on Devuan systems
ii tasksel-data 3.68+devuan4 all official tasks used for installation of Devuan systems
ii taskwarrior 2.5.3+dfsg-4 amd64 feature-rich console based todo list manager
ii telnet 0.17-42 amd64 basic telnet client
ii time 1.9-0.1 amd64 GNU time program for measuring CPU resource usage
ii tin 1:2.4.5-1 amd64 Full-screen easy to use Usenet newsreader
ii tmux 3.1c-1+deb11u1 amd64 terminal multiplexer
ii toilet 0.3-1.3 amd64 display large colourful characters in text mode
ii toilet-fonts 0.3-1.3 all collection of TOIlet fonts
ii tor 0.4.5.10-1~deb11u1 amd64 anonymizing overlay network for TCP
ii tor-geoipdb 0.4.5.10-1~deb11u1 all GeoIP database for Tor
ii torsocks 2.3.0-3 amd64 use SOCKS-friendly applications with Tor
ii traceroute 1:2.1.0-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 network
ii ttyrec 1.0.8-5.1 amd64 Terminal interaction recorder and player (for tty)
ii tzdata 2021a-1+deb11u1 all time zone and daylight-saving time data
ii ucf 3.0043 all Update Configuration File(s): preserve user changes to config files
ii unzip 6.0-26 amd64 De-archiver for .zip files
ii util-linux 2.36.1-8+devuan1 amd64 miscellaneous system utilities
ii uuid-dev:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID library - headers and static libraries
ii va-driver-all:amd64 2.10.0-1 amd64 Video Acceleration (VA) API -- driver metapackage
ii vdpau-driver-all:amd64 1.4-3 amd64 Video Decode and Presentation API for Unix (driver metapackage)
ii vim-common 2:8.2.2434-3 all Vi IMproved - Common files
ii vim-tiny 2:8.2.2434-3 amd64 Vi IMproved - enhanced vi editor - compact version
ii w3m 0.5.3+git20210102-6 amd64 WWW browsable pager with excellent tables/frames support
ii wamerican 2019.10.06-1 all American English dictionary words for /usr/share/dict
ii wavemon 0.9.1-1+b1 amd64 Wireless Device Monitoring Application
ii wget 1.21-1+b1 amd64 retrieves files from the web
ii whiptail 0.52.21-4+b3 amd64 Displays user-friendly dialog boxes from shell scripts
ii whois 5.5.10 amd64 intelligent WHOIS client
ii wireless-regdb 2020.04.29-2 all wireless regulatory database for Linux
ii wireless-tools 30~pre9-13.1 amd64 Tools for manipulating Linux Wireless Extensions
ii wpasupplicant 2:2.9.0-21 amd64 client support for WPA and WPA2 (IEEE 802.11i)
ii x11-apps 7.7+8 amd64 X applications
ii x11-common 1:7.7+22 all X Window System (X.Org) infrastructure
ii x11-session-utils 7.7+4 amd64 X session utilities
ii x11-utils 7.7+5 amd64 X11 utilities
ii x11-xkb-utils 7.7+5 amd64 X11 XKB utilities
ii x11-xserver-utils 7.7+8 amd64 X server utilities
ii x11proto-dev 2020.1-1 all X11 extension protocols and auxiliary headers
ii x11proto-input-dev 2020.1-1 all transitional dummy package
ii x11proto-randr-dev 2020.1-1 all transitional dummy package
ii x11proto-scrnsaver-dev 2020.1-1 all transitional dummy package
ii x11proto-xext-dev 2020.1-1 all transitional dummy package
ii x11proto-xf86vidmode-dev 2020.1-1 all transitional dummy package
ii x11proto-xinerama-dev 2020.1-1 all transitional dummy package
ii xauth 1:1.1-1 amd64 X authentication utility
ii xbitmaps 1.1.1-2.1 all Base X bitmaps
ii xdg-user-dirs 0.17-2 amd64 tool to manage well known user directories
ii xfonts-100dpi 1:1.0.4+nmu1.1 all 100 dpi fonts for X
ii xfonts-75dpi 1:1.0.4+nmu1.1 all 75 dpi fonts for X
ii xfonts-base 1:1.0.5 all standard fonts for X
ii xfonts-encodings 1:1.0.4-2.1 all Encodings for X.Org fonts
ii xfonts-scalable 1:1.0.3-1.2 all scalable fonts for X
ii xfonts-utils 1:7.7+6 amd64 X Window System font utility programs
ii xinit 1.4.0-1 amd64 X server initialisation tool
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data
ii xorg 1:7.7+22 amd64 X.Org X Window System
ii xorg-docs-core 1:1.7.1-1.2 all Core documentation for the X.org X Window System
ii xorg-sgml-doctools 1:1.11-1.1 all Common tools for building X.Org SGML documentation
ii xserver-common 2:1.20.11-1 all common files used by various X servers
ii xserver-xorg 1:7.7+22 amd64 X.Org X server
ii xserver-xorg-core 2:1.20.11-1 amd64 Xorg X server - core server
ii xserver-xorg-input-all 1:7.7+22 amd64 X.Org X server -- input driver metapackage
ii xserver-xorg-input-libinput 0.30.0-1 amd64 X.Org X server -- libinput input driver
ii xserver-xorg-input-wacom 0.34.99.1-1+b1 amd64 X.Org X server -- Wacom input driver
ii xserver-xorg-legacy 2:1.20.11-1 amd64 setuid root Xorg server wrapper
ii xserver-xorg-video-all 1:7.7+22 amd64 X.Org X server -- output driver metapackage
ii xserver-xorg-video-amdgpu 19.1.0-2 amd64 X.Org X server -- AMDGPU display driver
ii xserver-xorg-video-ati 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI display driver wrapper
ii xserver-xorg-video-fbdev 1:0.5.0-1 amd64 X.Org X server -- fbdev display driver
ii xserver-xorg-video-intel 2:2.99.917+git20200714-1+b1 amd64 X.Org X server -- Intel i8xx, i9xx display driver
ii xserver-xorg-video-nouveau 1:1.0.17-1 amd64 X.Org X server -- Nouveau display driver
ii xserver-xorg-video-qxl 0.1.5+git20200331-1 amd64 X.Org X server -- QXL display driver
ii xserver-xorg-video-radeon 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI Radeon display driver
ii xserver-xorg-video-vesa 1:2.5.0-1 amd64 X.Org X server -- VESA display driver
ii xserver-xorg-video-vmware 1:13.3.0-3 amd64 X.Org X server -- VMware display driver
ii xterm 366-1 amd64 X terminal emulator
ii xtrans-dev 1.4.0-1 all X transport library (development files)
ii xxd 2:8.2.2434-3 amd64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.5-2 amd64 XZ-format compression utilities
ii yasr 0.6.9-10 amd64 General-purpose console screen reader
ii zile 2.4.15-2 amd64 very small Emacs-subset editor
ii zlib1g:amd64 1:1.2.11.dfsg-2 amd64 compression library - runtime
ii zlib1g-dev:amd64 1:1.2.11.dfsg-2 amd64 compression library - development
ii zsh 5.8-6+b2 amd64 shell with lots of features
ii zsh-common 5.8-6 all architecture independent files for Zsh
dpkg-l-after-installing-emacs.txt
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================================-==================================-============-===============================================================================
ii abook 0.6.1-1+b3 amd64 text-based ncurses address book application
ii adduser 3.118 all add and remove users and groups
ii adwaita-icon-theme 3.38.0-1 all default icon theme of GNOME
ii alsa-topology-conf 1.2.4-1 all ALSA topology configuration files
ii alsa-ucm-conf 1.2.4-2 all ALSA Use Case Manager configuration files
ii alsa-utils 1.2.4-1 amd64 Utilities for configuring and using ALSA
ii apcalc 2.12.7.2-4 all transitional package
ii apparmor 2.13.6-10 amd64 user-space parser utility for AppArmor
ii apt 2.2.4+devuan1 amd64 commandline package manager
ii apt-listchanges 3.24 all package change history notification tool
ii apt-utils 2.2.4+devuan1 amd64 package management related utility programs
ii aspell 0.60.8-3 amd64 GNU Aspell spell-checker
ii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspell
ii at-spi2-core 2.38.0-4 amd64 Assistive Technology Service Provider Interface (dbus core)
ii base-files 11.1+devuan3 all Devuan base system miscellaneous files
ii base-passwd 3.5.51 amd64 Debian base system master password and group files
ii bash 5.1-2+b3 amd64 GNU Bourne Again SHell
ii bash-completion 1:2.11-2 all programmable completion for the bash shell
ii bastet 0.43-6+b1 amd64 ncurses Tetris clone with a bastard algorithm
ii beep 1.4.9-1+b1 amd64 advanced PC-speaker beeper
ii bind9-dnsutils 1:9.16.15-1 amd64 Clients provided with BIND 9
ii bind9-host 1:9.16.15-1 amd64 DNS Lookup Utility
ii bind9-libs:amd64 1:9.16.15-1 amd64 Shared Libraries used by BIND 9
ii binutils 2.35.2-2 amd64 GNU assembler, linker and binary utilities
ii binutils-common:amd64 2.35.2-2 amd64 Common files for the GNU assembler, linker and binary utilities
ii binutils-x86-64-linux-gnu 2.35.2-2 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii bombardier 0.8.3+nmu3 amd64 The GNU Bombing utility
ii bootlogd 2.96-7+devuan1 amd64 daemon to log boot messages
ii brltty 6.3+dfsg-1 amd64 Access software for a blind person using a braille display
ii bsd-mailx 8.1.2-0.20180807cvs-2 amd64 simple mail user agent
ii bsdextrautils 2.36.1-8+devuan1 amd64 extra utilities from 4.4BSD-Lite
ii bsdgames 2.17-28 amd64 collection of classic textual unix games
ii bsdutils 1:2.36.1-8+devuan1 amd64 basic utilities from 4.4BSD-Lite
ii build-essential 12.9 amd64 Informational list of build-essential packages
ii busybox 1:1.30.1-6+b3 amd64 Tiny utilities for small and embedded systems
ii bzip2 1.0.8-4 amd64 high-quality block-sorting file compressor - utilities
ii ca-certificates 20210119 all Common CA certificates
ii caca-utils 0.99.beta19-2.2 amd64 text mode graphics utilities
ii calc 2.12.7.2-4 amd64 Arbitrary precision calculator
ii calc-common 2.12.7.2-4 all Arbitrary precision calculator (common files)
ii calcurse 4.6.0-2 amd64 text-based calendar and todo manager
ii cavezofphear 0.5.1-1.1 amd64 ASCII Boulder Dash clone
ii clex 4.6.patch8-1+b1 amd64 command line file manager which uses the ncurses library
ii cmatrix 2.0-3 amd64 simulates the display from "The Matrix"
ii console-setup 1.205 all console font and keymap setup program
ii console-setup-linux 1.205 all Linux specific part of console-setup
ii coreutils 8.32-4+b1 amd64 GNU core utilities
ii cowsay 3.03+dfsg2-8 all configurable talking cow
ii cpio 2.13+dfsg-4 amd64 GNU cpio -- a program to manage archives of files
ii cpp 4:10.2.1-1 amd64 GNU C preprocessor (cpp)
ii cpp-10 10.2.1-6 amd64 GNU C preprocessor
ii crawl 2:0.26.1-1 amd64 Dungeon Crawl, a text-based roguelike game
ii crawl-common 2:0.26.1-1 all Dungeon Crawl, a text-based roguelike game (data files)
ii cron 3.0pl1-137 amd64 process scheduling daemon
ii curl 7.74.0-1.3+b1 amd64 command line tool for transferring data with URL syntax
ii curseofwar 1.1.8-3.1 amd64 Fast-paced action strategy game for Linux based on ncurses
ii dash 0.5.11+git20200708+dd9ef66-5 amd64 POSIX-compliant shell
ii dbus 1.12.20-2+devuan2 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-x11 1.12.20-2+devuan2 amd64 simple interprocess messaging system (X11 deps)
ii dconf-gsettings-backend:amd64 0.38.0-2 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.38.0-2 amd64 simple configuration storage system - D-Bus service
ii debconf 1.5.77 all Debian configuration management system
ii debconf-i18n 1.5.77 all full internationalization support for debconf
ii debian-archive-keyring 2021.1.1 all GnuPG archive keys of the Debian archive
ii debianutils 4.11.2 amd64 Miscellaneous utilities specific to Debian
ii devuan-keyring 2017.10.03 all GnuPG archive key of the devuan repository
ii dialog 1.3-20201126-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii dictionaries-common 1.28.4 all spelling dictionaries - common utilities
ii diffutils 1:3.7-5 amd64 File comparison utilities
ii dirmngr 2.2.27-2 amd64 GNU privacy guard - network certificate management service
ii discover 2.1.2-8 amd64 hardware identification system
ii discover-data 2.2013.01.11+nmu1 all Data lists for Discover hardware detection system
ii distro-info-data 0.51+devuan1 all information about the distributions' releases (data files)
ii dmidecode 3.3-2 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace library
ii dpkg 1.20.9 amd64 Debian package management system
ii dpkg-dev 1.20.9 all Debian package development tools
ii dvtm 0.15+40.g311a8c0-1 amd64 Tiling window management for the console
ii e2fsprogs 1.46.2-2 amd64 ext2/ext3/ext4 file system utilities
ii ed 1.17-1 amd64 classic UNIX line editor
ii edbrowse 3.7.7-2 amd64 /bin/ed-alike webbrowser written in C
ii eflite 0.4.1-12 amd64 Festival-Lite based emacspeak speech server
ii eject 2.36.1-8+devuan1 amd64 ejects CDs and operates CD-Changers under Linux
ii elogind 246.10-2 amd64 user, seat and session management daemon
ii emacs 1:27.1+1-3.1 all GNU Emacs editor (metapackage)
ii emacs-bin-common 1:27.1+1-3.1 amd64 GNU Emacs editor's shared, architecture dependent files
ii emacs-common 1:27.1+1-3.1 all GNU Emacs editor's shared, architecture independent infrastructure
ii emacs-el 1:27.1+1-3.1 all GNU Emacs LISP (.el) files
ii emacs-gtk 1:27.1+1-3.1 amd64 GNU Emacs editor (with GTK+ GUI support)
ii emacsen-common 3.0.4 all Common facilities for all emacsen
ii empire 1.16-1 amd64 war game of the century
ii entr 4.7-1 amd64 Run arbitrary commands when files change
ii espeak 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer
ii espeak-data:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data files
ii espeak-ng-data:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: speech data files
ii espeakup 1:0.80-20 amd64 Connector between speakup kernel modules and espeak
ii eudev 3.2.9-10~chimaera1 amd64 /dev/ and hotplug management daemon
ii exim4-base 4.94.2-7 amd64 support files for all Exim MTA (v4) packages
ii exim4-config 4.94.2-7 all configuration for the Exim MTA (v4)
ii exim4-daemon-light 4.94.2-7 amd64 lightweight Exim MTA (v4) daemon
ii fakeroot 1.25.3-1.1 amd64 tool for simulating superuser privileges
ii fbi 2.10-4 amd64 Linux frame buffer image viewer
ii fbterm 1.7-5 amd64 fast framebuffer based terminal emulator for Linux
ii fdisk 2.36.1-8+devuan1 amd64 collection of partitioning utilities
ii fetchmail 6.4.16-4+deb11u1 amd64 SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
ii figlet 2.2.5-3+b1 amd64 Make large character ASCII banners out of ordinary text
ii file 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbers
ii findutils 4.8.0-1 amd64 utilities for finding files--find, xargs
ii firefox-esr 78.15.0esr-1~deb11u1 amd64 Mozilla Firefox web browser - Extended Support Release (ESR)
ii firmware-linux-free 20200122-1 all Binary firmware for various drivers in the Linux kernel
ii firmware-realtek 20210315-3 all Binary firmware for Realtek wired/wifi/BT adapters
ii fontconfig 2.13.1-4.2 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-4.2 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-2 all Vera font family derivate with additional characters
ii fonts-droid-fallback 1:6.0.1r16-1.1 all handheld device font with extensive style and language support (fallback)
ii fonts-noto-mono 20201225-1 all "No Tofu" monospaced font family with large Unicode coverage
ii fonts-urw-base35 20200910-1 all font set metric-compatible with the 35 PostScript Level 2 Base Fonts
ii fortune-mod 1:1.99.1-7.1 amd64 provides fortune cookies on demand
ii fortunes-min 1:1.99.1-7.1 all Data files containing selected fortune cookies
ii freesweep 1.0.1-2 amd64 text-based minesweeper
ii ftp 0.17-34.1.1 amd64 classical file transfer client
ii g++ 4:10.2.1-1 amd64 GNU C++ compiler
ii g++-10 10.2.1-6 amd64 GNU C++ compiler
ii gcc 4:10.2.1-1 amd64 GNU C compiler
ii gcc-10 10.2.1-6 amd64 GNU C compiler
ii gcc-10-base:amd64 10.2.1-6 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-9-base:amd64 9.3.0-22 amd64 GCC, the GNU Compiler Collection (base package)
ii gddrescue 1.23-2+b1 amd64 GNU data recovery tool
ii gdisk 1.0.6-1.1 amd64 GPT fdisk text-mode partitioning tool
ii geoip-bin 1.6.12-7 amd64 IP lookup command line tools that use the GeoIP library
ii geoip-database 20191224-3 all IP lookup command line tools that use the GeoIP library (country database)
ii gettext-base 0.21-4 amd64 GNU Internationalization utilities for the base system
ii ghostscript 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF
ii gir1.2-glib-2.0:amd64 1.66.1-1+b1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii gir1.2-ibus-1.0:amd64 1.5.23-2 amd64 Intelligent Input Bus - introspection data
ii git 1:2.30.2-1 amd64 fast, scalable, distributed revision control system
ii git-man 1:2.30.2-1 all fast, scalable, distributed revision control system (manual pages)
ii glib-networking:amd64 2.66.0-2 amd64 network-related giomodules for GLib
ii glib-networking-common 2.66.0-2 all network-related giomodules for GLib - data files
ii glib-networking-services 2.66.0-2 amd64 network-related giomodules for GLib - D-Bus services
ii gnuchess 6.2.7-1 amd64 Plays a game of chess, either against the user or against itself
ii gnuchess-book 1.02-2 all Opening book for gnuchess
ii gnupg 2.2.27-2 all GNU privacy guard - a free PGP replacement
ii gnupg-l10n 2.2.27-2 all GNU privacy guard - localization files
ii gnupg-utils 2.2.27-2 amd64 GNU privacy guard - utility programs
ii gnupg2 2.2.27-2 all GNU privacy guard - a free PGP replacement (dummy transitional package)
ii gpg 2.2.27-2 amd64 GNU Privacy Guard -- minimalist public key operations
ii gpg-agent 2.2.27-2 amd64 GNU privacy guard - cryptographic agent
ii gpg-wks-client 2.2.27-2 amd64 GNU privacy guard - Web Key Service client
ii gpg-wks-server 2.2.27-2 amd64 GNU privacy guard - Web Key Service server
ii gpgconf 2.2.27-2 amd64 GNU privacy guard - core configuration utilities
ii gpgsm 2.2.27-2 amd64 GNU privacy guard - S/MIME version
ii gpgv 2.2.27-2 amd64 GNU privacy guard - signature verification tool
ii gpm 1.20.7-8 amd64 General Purpose Mouse interface
ii greed 4.2-1 amd64 curses-based clone of the DOS free-ware game Greed
ii grep 3.6-1 amd64 GNU grep, egrep and fgrep
ii groff-base 1.22.4-6 amd64 GNU troff text-formatting system (base system components)
ii grub-common 2.04-20 amd64 GRand Unified Bootloader (common files)
ii grub-pc 2.04-20 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.04-20 amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2-common 2.04-20 amd64 GRand Unified Bootloader (common files for version 2)
ii gsasl-common 1.10.0-4 all GNU SASL platform independent files
ii gsettings-desktop-schemas 3.38.0-2 all GSettings desktop-wide schemas
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.5 all Fonts for the Ghostscript interpreter(s)
ii gtk-update-icon-cache 3.24.24-4 amd64 icon theme caching utility
ii guile-2.2-libs:amd64 2.2.7+1-6 amd64 Core Guile libraries
ii gzip 1.10-4 amd64 GNU compression utilities
ii hasciicam 1.1.2-1+b3 amd64 (h)ascii for the masses: live video as text
ii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themes
ii hostname 3.23 amd64 utility to set/show the host name or domain name
ii htop 3.0.5-7 amd64 interactive processes viewer
ii i965-va-driver:amd64 2.4.1+dfsg1-1 amd64 VAAPI driver for Intel G45 & HD Graphics family
ii iftop 1.0~pre4-7 amd64 displays bandwidth usage information on an network interface
ii ifupdown 0.8.36 amd64 high level tools to configure network interfaces
ii imagemagick-6-common 8:6.9.11.60+dfsg-1.3 all image manipulation programs -- infrastructure
ii imagemagick-6.q16 8:6.9.11.60+dfsg-1.3 amd64 image manipulation programs -- quantum depth Q16
ii init 1.60+devuan1 amd64 metapackage ensuring an init system is installed
ii init-system-helpers 1.60+devuan1 all helper tools for all init systems
ii initramfs-tools 0.140 all generic modular initramfs generator (automation)
ii initramfs-tools-core 0.140 all generic modular initramfs generator (core tools)
ii initscripts 2.96-7+devuan1 all scripts for initializing and shutting down the system
ii insserv 1.21.0-1.1 amd64 boot sequence organizer using LSB init.d script dependency information
ii install-info 6.7.0.dfsg.2-6 amd64 Manage installed documentation in info format
ii installation-report 2.78 all system installation report
ii intel-media-va-driver:amd64 21.1.1+dfsg1-1 amd64 VAAPI driver for the Intel GEN8+ Graphics family
ii iotop 0.6-24-g733f3f8-1.1 amd64 simple top-like I/O monitor
ii iproute2 5.10.0-4 amd64 networking and traffic control tools
ii iputils-ping 3:20210202-1 amd64 Tools to test the reachability of network hosts
ii irssi 1.2.3-1 amd64 terminal based IRC client
ii isc-dhcp-client 4.4.1-2.3 amd64 DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.4.1-2.3 amd64 common manpages relevant to all of the isc-dhcp packages
ii iso-codes 4.6.0-1 all ISO language, territory, currency, script codes and their translations
ii iw 5.9-3 amd64 tool for configuring Linux wireless devices
ii jhead 1:3.04-6 amd64 manipulate the non-image part of Exif compliant JPEG files
ii kbd 2.3.0-3 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.205 all system-wide keyboard preferences
ii klibc-utils 2.0.8-6.1 amd64 small utilities built with klibc for early boot
ii kmod 28-1 amd64 tools for managing Linux kernel modules
ii krb5-locales 1.18.3-6+deb11u1 all internationalization support for MIT Kerberos
ii laptop-detect 0.16 all system chassis type checker
ii less 551-2 amd64 pager program similar to more
ii lftp 4.8.4-2+b1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programs
ii libaa1:amd64 1.4p5-48 amd64 ASCII art library
ii libacl1:amd64 2.2.53-10 amd64 access control list - shared library
ii libalgorithm-diff-perl 1.201-1 all module to find differences between files
ii libalgorithm-diff-xs-perl 0.04-6+b1 amd64 module to find differences between files (XS accelerated)
ii libalgorithm-merge-perl 0.08-3 all Perl module for three-way merge of textual data
ii libaom0:amd64 1.0.0.errata1-3 amd64 AV1 Video Codec Library
ii libapparmor1:amd64 2.13.6-10 amd64 changehat AppArmor library
ii libapt-pkg6.0:amd64 2.2.4+devuan1 amd64 package management runtime library
ii libasan6:amd64 10.2.1-6 amd64 AddressSanitizer -- a fast memory error detector
ii libasound2:amd64 1.2.4-1.1 amd64 shared library for ALSA applications
ii libasound2-data 1.2.4-1.1 all Configuration files and profiles for ALSA drivers
ii libasound2-dev:amd64 1.2.4-1.1 amd64 shared library for ALSA applications -- development files
ii libaspell15:amd64 0.60.8-3 amd64 GNU Aspell spell-checker runtime library
ii libassuan0:amd64 2.5.3-7.1 amd64 IPC library for the GnuPG components
ii libasyncns0:amd64 0.8-6+b2 amd64 Asynchronous name service query library
ii libatk-bridge2.0-0:amd64 2.38.0-1 amd64 AT-SPI 2 toolkit bridge - shared library
ii libatk1.0-0:amd64 2.36.0-2 amd64 ATK accessibility toolkit
ii libatk1.0-data 2.36.0-2 all Common files for the ATK accessibility toolkit
ii libatomic1:amd64 10.2.1-6 amd64 support library providing __atomic built-in functions
ii libatopology2:amd64 1.2.4-1.1 amd64 shared library for handling ALSA topology definitions
ii libatspi2.0-0:amd64 2.38.0-4 amd64 Assistive Technology Service Provider Interface - shared library
ii libattr1:amd64 1:2.4.48-6 amd64 extended attribute handling - shared library
ii libaudit-common 1:3.0-2 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:3.0-2 amd64 Dynamic library for security auditing
ii libavahi-client3:amd64 0.8-5 amd64 Avahi client library
ii libavahi-common-data:amd64 0.8-5 amd64 Avahi common data files
ii libavahi-common3:amd64 0.8-5 amd64 Avahi common library
ii libavcodec58:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with de/encoders for audio/video codecs - runtime files
ii libavutil56:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with functions for simplifying programming - runtime files
ii libbinutils:amd64 2.35.2-2 amd64 GNU binary utilities (private shared library)
ii libblkid-dev:amd64 2.36.1-8+devuan1 amd64 block device ID library - headers
ii libblkid1:amd64 2.36.1-8+devuan1 amd64 block device ID library
ii libbluetooth3:amd64 5.55-3.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libboost-program-options1.74.0:amd64 1.74.0-9 amd64 program options library for C++
ii libbpf0:amd64 1:0.3-2 amd64 eBPF helper library (shared library)
ii libbrlapi0.8:amd64 6.3+dfsg-1 amd64 braille display access via BRLTTY - shared library
ii libbrotli-dev:amd64 1.0.9-2+b2 amd64 library implementing brotli encoder and decoder (development files)
ii libbrotli1:amd64 1.0.9-2+b2 amd64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:amd64 0.11.3-1 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.8-4 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.31-13+deb11u2 amd64 GNU C Library: Binaries
ii libc-dev-bin 2.31-13+deb11u2 amd64 GNU C Library: Development binaries
ii libc-devtools 2.31-13+deb11u2 amd64 GNU C Library: Development tools
ii libc-l10n 2.31-13+deb11u2 all GNU C Library: localization files
ii libc6:amd64 2.31-13+deb11u2 amd64 GNU C Library: Shared libraries
ii libc6-dev:amd64 2.31-13+deb11u2 amd64 GNU C Library: Development Libraries and Header Files
ii libcaca0:amd64 0.99.beta19-2.2 amd64 colour ASCII art library
ii libcairo-gobject2:amd64 1.16.0-5 amd64 Cairo 2D vector graphics library (GObject library)
ii libcairo2:amd64 1.16.0-5 amd64 Cairo 2D vector graphics library
ii libcanlock3:amd64 3.2.2-1 amd64 library for creating and verifying Usenet cancel locks
ii libcap-ng0:amd64 0.7.9-2.2+b1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.44-1 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.44-1 amd64 POSIX 1003.1e capabilities (utilities)
ii libcbor0:amd64 0.5.0+dfsg-2 amd64 library for parsing and generating CBOR (RFC 7049)
ii libcc1-0:amd64 10.2.1-6 amd64 GCC cc1 plugin for GDB
ii libcodec2-0.9:amd64 0.9.2-4 amd64 Codec2 runtime library
ii libcolord2:amd64 1.4.5-3+devuan1 amd64 system service to manage device colour profiles -- runtime
ii libcom-err2:amd64 1.46.2-2 amd64 common error description library
ii libcrypt-dev:amd64 1:4.4.18-4 amd64 libcrypt development files
ii libcrypt1:amd64 1:4.4.18-4 amd64 libcrypt shared library
ii libctf-nobfd0:amd64 2.35.2-2 amd64 Compact C Type Format library (runtime, no BFD dependency)
ii libctf0:amd64 2.35.2-2 amd64 Compact C Type Format library (runtime, BFD dependency)
ii libcups2:amd64 2.3.3op2-3+deb11u1 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.74.0-1.3+b1 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.74.0-1.3+b1 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdatrie1:amd64 0.2.13-1 amd64 Double-array trie library
ii libdav1d4:amd64 0.7.1-3 amd64 fast and small AV1 video stream decoder (shared library)
ii libdb5.3:amd64 5.3.28+dfsg1-0.8 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbus-1-3:amd64 1.12.20-2+devuan2 amd64 simple interprocess messaging system (library)
ii libdbus-1-dev:amd64 1.12.20-2+devuan2 amd64 simple interprocess messaging system (development headers)
ii libdbus-glib-1-2:amd64 0.110-6 amd64 deprecated library for D-Bus IPC
ii libdconf1:amd64 0.38.0-2 amd64 simple configuration storage system - runtime library
ii libde265-0:amd64 1.0.8-1 amd64 Open H.265 video codec implementation
ii libdebconfclient0:amd64 0.260 amd64 Debian Configuration Management System (C-implementation library)
ii libdeflate0:amd64 1.7-1 amd64 fast, whole-buffer DEFLATE-based compression and decompression
ii libdevmapper1.02.1:amd64 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace library
ii libdirectfb-1.7-7:amd64 1.7.7-9 amd64 direct frame buffer graphics (shared libraries)
ii libdiscover2 2.1.2-8 amd64 hardware identification library
ii libdjvulibre-text 3.5.28-2 all Linguistic support files for libdjvulibre
ii libdjvulibre21:amd64 3.5.28-2 amd64 Runtime support for the DjVu image format
ii libdns-export1110 1:9.11.19+dfsg-2.1 amd64 Exported DNS Shared Library
ii libdpkg-perl 1.20.9 all Dpkg perl modules
ii libdrm-amdgpu1:amd64 2.4.104-1 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-common 2.4.104-1 all Userspace interface to kernel DRM services -- common files
ii libdrm-intel1:amd64 2.4.104-1 amd64 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.104-1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.104-1 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.104-1 amd64 Userspace interface to kernel DRM services -- runtime
ii libduktape205:amd64 2.5.0-2 amd64 embeddable Javascript engine, library
ii libedit2:amd64 3.1-20191231-2+b1 amd64 BSD editline and history libraries
ii libefiboot1:amd64 37-6 amd64 Library to manage UEFI variables
ii libefivar1:amd64 37-6 amd64 Library to manage UEFI variables
ii libegl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL development files
ii libegl-mesa0:amd64 20.3.5-1 amd64 free implementation of the EGL API -- Mesa vendor library
ii libegl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL support
ii libegl1-mesa-dev:amd64 20.3.5-1 amd64 free implementation of the EGL API -- development files
ii libeinfo1:amd64 0.42-2.1 amd64 dependency based service manager (pretty console display library)
ii libelf1:amd64 0.183-1 amd64 library to read and write ELF files
ii libelogind0:amd64 246.10-2 amd64 user, seat and session management library
ii libenca0:amd64 1.19-1+b1 amd64 Extremely Naive Charset Analyser - shared library files
ii libepoxy0:amd64 1.5.5-1 amd64 OpenGL function pointer management library
ii liberror-perl 0.17029-1 all Perl module for error/exception handling in an OO-ish way
ii libespeak-ng1:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: shared library
ii libespeak1:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: shared library
ii libestr0:amd64 0.1.10-2.1+b1 amd64 Helper functions for handling strings (lib)
ii libeudev-dev:amd64 3.2.9-10~chimaera1 amd64 libeudev development files
ii libeudev1:amd64 3.2.9-10~chimaera1 amd64 libeudev shared library
ii libevdev2:amd64 1.11.0+dfsg-1 amd64 wrapper library for evdev devices
ii libevent-2.1-7:amd64 2.1.12-stable-1 amd64 Asynchronous event notification library
ii libexif12:amd64 0.6.22-3 amd64 library to parse EXIF files
ii libexpat1:amd64 2.2.10-2 amd64 XML parsing C library - runtime library
ii libexpat1-dev:amd64 2.2.10-2 amd64 XML parsing C library - development kit
ii libext2fs2:amd64 1.46.2-2 amd64 ext2/ext3/ext4 file system libraries
ii libfaad2:amd64 2.10.0-1 amd64 freeware Advanced Audio Decoder - runtime files
ii libfakeroot:amd64 1.25.3-1.1 amd64 tool for simulating superuser privileges - shared libraries
ii libfastjson4:amd64 0.99.9-1 amd64 fast json library for C
ii libfdisk1:amd64 2.36.1-8+devuan1 amd64 fdisk partitioning library
ii libffi-dev:amd64 3.3-6 amd64 Foreign Function Interface library (development files)
ii libffi7:amd64 3.3-6 amd64 Foreign Function Interface library runtime
ii libfftw3-double3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Double precision
ii libfftw3-single3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Single precision
ii libfido2-1:amd64 1.6.0-2 amd64 library for generating and verifying FIDO 2.0 objects
ii libfile-fcntllock-perl 0.22-3+b7 amd64 Perl module for file locking with fcntl(2)
ii libfl2:amd64 2.6.4-8 amd64 SHARED library for flex (a fast lexical analyzer generator)
ii libflac8:amd64 1.3.3-2 amd64 Free Lossless Audio Codec - runtime C library
ii libflite1:amd64 2.2-2 amd64 Small run-time speech synthesis engine - shared libraries
ii libfontconfig-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - development
ii libfontconfig1:amd64 2.13.1-4.2 amd64 generic font configuration library - runtime
ii libfontconfig1-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - dummy package
ii libfontenc1:amd64 1:1.1.4-1 amd64 X11 font encoding library
ii libfreetype-dev:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, development files
ii libfreetype6:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, shared library files
ii libfreetype6-dev:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, development files (transitional package)
ii libfribidi0:amd64 1.0.8-2 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfstrm0:amd64 0.6.0-1+b1 amd64 Frame Streams (fstrm) library
ii libftp4:amd64 4.0-1-4 amd64 Library of callable ftp routines
ii libfuse2:amd64 2.9.9-5 amd64 Filesystem in Userspace (library)
ii libgbm1:amd64 20.3.5-1 amd64 generic buffer management API -- runtime
ii libgc1:amd64 1:8.0.4-3 amd64 conservative garbage collector for C and C++
ii libgcc-10-dev:amd64 10.2.1-6 amd64 GCC support library (development files)
ii libgcc-s1:amd64 10.2.1-6 amd64 GCC support library
ii libgcrypt20:amd64 1.8.7-6 amd64 LGPL Crypto library - runtime library
ii libgd3:amd64 2.3.0-2 amd64 GD Graphics Library
ii libgdbm-compat4:amd64 1.19-2 amd64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:amd64 1.19-2 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf-2.0-0:amd64 2.42.2+dfsg-1 amd64 GDK Pixbuf library
ii libgdk-pixbuf-xlib-2.0-0:amd64 2.40.2-2 amd64 GDK Pixbuf library (deprecated Xlib integration)
ii libgdk-pixbuf2.0-0:amd64 2.40.2-2 amd64 GDK Pixbuf library (transitional package)
ii libgdk-pixbuf2.0-bin 2.42.2+dfsg-1 amd64 GDK Pixbuf library (thumbnailer)
ii libgdk-pixbuf2.0-common 2.42.2+dfsg-1 all GDK Pixbuf library - data files
ii libgeoip1:amd64 1.6.12-7 amd64 non-DNS IP-to-country resolver library
ii libgif7:amd64 5.1.9-2 amd64 library for GIF images (library)
ii libgirepository-1.0-1:amd64 1.66.1-1+b1 amd64 Library for handling GObject introspection data (runtime library)
ii libgl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GL development files
ii libgl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- legacy GL support
ii libgl1-mesa-dev:amd64 20.3.5-1 amd64 transitional dummy package
ii libgl1-mesa-dri:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- DRI modules
ii libglapi-mesa:amd64 20.3.5-1 amd64 free implementation of the GL API -- shared library
ii libgles-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLES development files
ii libgles1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv1 support
ii libgles2:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv2 support
ii libglib2.0-0:amd64 2.66.8-1 amd64 GLib library of C routines
ii libglib2.0-bin 2.66.8-1 amd64 Programs for the GLib library
ii libglib2.0-data 2.66.8-1 all Common files for GLib library
ii libglib2.0-dev:amd64 2.66.8-1 amd64 Development files for the GLib library
ii libglib2.0-dev-bin 2.66.8-1 amd64 Development utilities for the GLib library
ii libglu1-mesa:amd64 9.0.1-1 amd64 Mesa OpenGL utility library (GLU)
ii libglu1-mesa-dev:amd64 9.0.1-1 amd64 Mesa OpenGL utility library -- development files
ii libglvnd-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- development files
ii libglvnd0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library
ii libglx-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX development files
ii libglx-mesa0:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- GLX vendor library
ii libglx0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX support
ii libgmp10:amd64 2:6.2.1+dfsg-1 amd64 Multiprecision arithmetic library
ii libgnutls-dane0:amd64 3.7.1-5 amd64 GNU TLS library - DANE security support
ii libgnutls30:amd64 3.7.1-5 amd64 GNU TLS library - main runtime library
ii libgomp1:amd64 10.2.1-6 amd64 GCC OpenMP (GOMP) support library
ii libgpg-error0:amd64 1.38-2 amd64 GnuPG development runtime library
ii libgpgme11:amd64 1.14.0-1+b2 amd64 GPGME - GnuPG Made Easy (library)
ii libgpm2:amd64 1.20.7-8 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.14-1 amd64 Font rendering engine for Complex Scripts -- library
ii libgs9:amd64 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF - Library
ii libgs9-common 9.53.3~dfsg-7+deb11u1 all interpreter for the PostScript language and for PDF - common files
ii libgsasl7:amd64 1.10.0-4 amd64 GNU SASL library
ii libgsm1:amd64 1.0.18-2 amd64 Shared libraries for GSM speech compressor
ii libgssapi-krb5-2:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgtk-3-0:amd64 3.24.24-4 amd64 GTK graphical user interface library
ii libgtk-3-bin 3.24.24-4 amd64 programs for the GTK graphical user interface library
ii libgtk-3-common 3.24.24-4 all common files for the GTK graphical user interface library
ii libgudev-1.0-0:amd64 234-1 amd64 GObject-based wrapper library for libudev
ii libharfbuzz0b:amd64 2.7.4-1 amd64 OpenType text shaping engine (shared library)
ii libheif1:amd64 1.11.0-1 amd64 ISO/IEC 23008-12:2017 HEIF file format decoder - shared library
ii libhogweed6:amd64 3.7.3-1 amd64 low level cryptographic library (public-key cryptos)
ii libibus-1.0-5:amd64 1.5.23-2 amd64 Intelligent Input Bus - shared library
ii libibus-1.0-dev:amd64 1.5.23-2 amd64 Intelligent Input Bus - development file
ii libice-dev:amd64 2:1.0.10-1 amd64 X11 Inter-Client Exchange library (development headers)
ii libice6:amd64 2:1.0.10-1 amd64 X11 Inter-Client Exchange library
ii libicu67:amd64 67.1-7 amd64 International Components for Unicode
ii libid3tag0:amd64 0.15.1b-14 amd64 ID3 tag reading library from the MAD project
ii libidn11:amd64 1.33-3 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 2.3.0-5 amd64 Internationalized domain names (IDNA2008/TR46) library
ii libigdgmm11:amd64 20.4.1+ds1-1 amd64 Intel Graphics Memory Management Library -- shared library
ii libijs-0.35:amd64 0.35-15 amd64 IJS raster image transport protocol: shared library
ii libilmbase25:amd64 2.5.4-1 amd64 several utility libraries from ILM used by OpenEXR
ii libimlib2:amd64 1.7.1-2 amd64 image loading, rendering, saving library
ii libinput-bin 1.16.4-3 amd64 input device management and event handling library - udev quirks
ii libinput10:amd64 1.16.4-3 amd64 input device management and event handling library - shared library
ii libio-stringy-perl 2.111-3 all modules for I/O on in-core objects (strings/arrays)
ii libisc-export1105:amd64 1:9.11.19+dfsg-2.1 amd64 Exported ISC Shared Library
ii libisl23:amd64 0.23-1 amd64 manipulating sets and relations of integer points bounded by linear constraints
ii libitm1:amd64 10.2.1-6 amd64 GNU Transactional Memory Library
ii libiw30:amd64 30~pre9-13.1 amd64 Wireless tools - library
ii libjack-jackd2-0:amd64 1.9.17~dfsg-1 amd64 JACK Audio Connection Kit (libraries)
ii libjansson4:amd64 2.13.1-1.1 amd64 C library for encoding, decoding and manipulating JSON data
ii libjbig0:amd64 2.1-3.1+b2 amd64 JBIGkit libraries
ii libjbig2dec0:amd64 0.19-2 amd64 JBIG2 decoder library - shared libraries
ii libjpeg-turbo-progs 1:2.0.6-4 amd64 Programs for manipulating JPEG files
ii libjpeg62-turbo:amd64 1:2.0.6-4 amd64 libjpeg-turbo JPEG runtime library
ii libjson-c5:amd64 0.15-2 amd64 JSON manipulation library - shared library
ii libjson-glib-1.0-0:amd64 1.6.2-1 amd64 GLib JSON manipulation library
ii libjson-glib-1.0-common 1.6.2-1 all GLib JSON manipulation library (common files)
ii libjxr-tools 1.1-6+b1 amd64 JPEG-XR lib - command line apps
ii libjxr0:amd64 1.1-6+b1 amd64 JPEG-XR lib - libraries
ii libk5crypto3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkeyutils1:amd64 1.6.1-2 amd64 Linux Key Management Utilities (library)
ii libklibc:amd64 2.0.8-6.1 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 28-1 amd64 libkmod shared library
ii libkrb5-3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Support library
ii libksba8:amd64 1.5.0-3 amd64 X.509 and CMS support library
ii liblcms2-2:amd64 2.12~rc1-2 amd64 Little CMS 2 color management library
ii libldap-2.4-2:amd64 2.4.57+dfsg-3 amd64 OpenLDAP libraries
ii libldap-common 2.4.57+dfsg-3 all OpenLDAP common files for libraries
ii libllvm11:amd64 1:11.0.1-2 amd64 Modular compiler and toolchain technologies, runtime library
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4+b1 amd64 module using libc functions for internationalization in Perl
ii liblockfile-bin 1.17-1+b1 amd64 support binaries for and cli utilities based on liblockfile
ii liblockfile1:amd64 1.17-1+b1 amd64 NFS-safe locking library
ii liblognorm5:amd64 2.0.5-1.1 amd64 log normalizing library
ii libloudmouth1-0:amd64 1.5.3-6 amd64 Lightweight C Jabber library
ii liblouis-data 3.16.0-1 all Braille translation library - data
ii liblouis20:amd64 3.16.0-1 amd64 Braille translation library - shared libs
ii liblqr-1-0:amd64 0.4.2-2.1 amd64 converts plain array images into multi-size representation
ii liblsan0:amd64 10.2.1-6 amd64 LeakSanitizer -- a memory leak detector (runtime)
ii libltdl7:amd64 2.4.6-15 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.1-0:amd64 5.1.5-8.1+b3 amd64 Shared library for the Lua interpreter version 5.1
ii liblz1:amd64 1.12-1 amd64 data compressor based on the LZMA algorithm (library)
ii liblz4-1:amd64 1.9.3-2 amd64 Fast LZ compression algorithm library - runtime
ii liblzma5:amd64 5.2.5-2 amd64 XZ-format compression library
ii libm17n-0:amd64 1.8.0-2 amd64 multilingual text processing library - runtime
ii libmad0:amd64 0.15.1b-10 amd64 MPEG audio decoder library
ii libmagic-mgc 1:5.39-3 amd64 File type determination library using "magic" numbers (compiled magic file)
ii libmagic1:amd64 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbers - library
ii libmagickcore-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library -- quantum depth Q16
ii libmagickcore-6.q16-6-extra:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library - extra codecs (Q16)
ii libmagickwand-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 image manipulation library -- quantum depth Q16
ii libmailutils7:amd64 1:3.10-3+b1 amd64 GNU Mail abstraction library
ii libmariadb3:amd64 1:10.5.12-0+deb11u1 amd64 MariaDB database client library
ii libmaxminddb0:amd64 1.5.2-1 amd64 IP geolocation database library
ii libmd0:amd64 1.0.3-3 amd64 message digest functions from BSD systems - shared library
ii libmfx1:amd64 21.1.0-1 amd64 Intel Media SDK -- shared library
ii libmnl0:amd64 1.0.4-3 amd64 minimalistic Netlink communication library
ii libmodplug1:amd64 1:0.8.9.0-3 amd64 shared libraries for mod music based on ModPlug
ii libmount-dev:amd64 2.36.1-8+devuan1 amd64 device mounting library - headers
ii libmount1:amd64 2.36.1-8+devuan1 amd64 device mounting library
ii libmp3lame0:amd64 3.100-3 amd64 MP3 encoding library
ii libmpc3:amd64 1.2.0-1 amd64 multiple precision complex floating-point library
ii libmpcdec6:amd64 2:0.1~r495-2 amd64 MusePack decoder - library
ii libmpdec3:amd64 2.5.1-1 amd64 library for decimal floating point arithmetic (runtime library)
ii libmpfr6:amd64 4.1.0-3 amd64 multiple precision floating-point computation
ii libmtdev1:amd64 1.1.6-1 amd64 Multitouch Protocol Translation Library - shared library
ii libncurses6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handling
ii libncursesw6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handling (wide character support)
ii libnetaddr-ip-perl 4.079+dfsg-1+b5 amd64 IP address manipulation module
ii libnetfilter-acct1:amd64 1.0.3-3 amd64 Netfilter acct library
ii libnetpbm10 2:10.0-15.4 amd64 Graphics conversion tools shared libraries
ii libnettle8:amd64 3.7.3-1 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnewt0.52:amd64 0.52.21-4+b3 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang
ii libnftables1:amd64 0.9.8-3.1 amd64 Netfilter nftables high level userspace API library
ii libnftnl11:amd64 1.1.9-1 amd64 Netfilter nftables userspace API library
ii libnghttp2-14:amd64 1.43.0-1 amd64 library implementing HTTP/2 protocol (shared library)
ii libnl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - route interface
ii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threads
ii libnsl-dev:amd64 1.3.0-2 amd64 libnsl development files
ii libnsl2:amd64 1.3.0-2 amd64 Public client interface for NIS(YP) and NIS+
ii libnspr4:amd64 2:4.29-1 amd64 NetScape Portable Runtime Library
ii libnss3:amd64 2:3.61-1 amd64 Network Security Service libraries
ii libntlm0:amd64 1.6-3 amd64 NTLM authentication library
ii libnuma1:amd64 2.0.12-1+b1 amd64 Libraries for controlling NUMA policy
ii libogg0:amd64 1.3.4-0.1 amd64 Ogg bitstream library
ii libopencore-amrnb0:amd64 0.1.5-1 amd64 Adaptive Multi Rate speech codec - shared library
ii libopencore-amrwb0:amd64 0.1.5-1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared library
ii libopenexr25:amd64 2.5.4-2 amd64 runtime files for the OpenEXR image library
ii libopengl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL development files
ii libopengl0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL support
ii libopenjp2-7:amd64 2.4.0-3 amd64 JPEG 2000 image compression/decompression library
ii libopus0:amd64 1.3.1-0.1 amd64 Opus codec runtime library
ii libopusfile0 0.9+20170913-1.1 amd64 High-level API for basic manipulation of Ogg Opus audio streams
ii libotf0:amd64 0.9.13-7 amd64 Library for handling OpenType Font - runtime
ii libotr5:amd64 4.1.1-4 amd64 Off-the-Record Messaging library
ii libp11-kit0:amd64 0.23.22-1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-elogind:amd64 246.10-2 amd64 elogind PAM module
ii libpam-modules:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.4.0-9+deb11u1 all Runtime support for the PAM library
ii libpam0g:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized text
ii libpaper-utils 1.1.28+b1 amd64 library for handling paper characteristics (utilities)
ii libpaper1:amd64 1.1.28+b1 amd64 library for handling paper characteristics
ii libparted2:amd64 3.4-1 amd64 disk partition manipulator - shared library
ii libpcap0.8:amd64 1.10.0-2 amd64 system interface for user-level packet capture
ii libpcaudio0:amd64 1.1-6 amd64 C API to different audio devices - shared library
ii libpci3:amd64 1:3.7.0-5 amd64 PCI utilities (shared library)
ii libpciaccess0:amd64 0.16-1 amd64 Generic PCI access library for X
ii libpcre16-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files
ii libpcre2-16-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 16 bit runtime files
ii libpcre2-32-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 32 bit runtime files
ii libpcre2-8-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre2-dev:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - development files
ii libpcre2-posix2:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - posix-compatible runtime files
ii libpcre3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libpcre3-dev:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - development files
ii libpcre32-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files
ii libpcrecpp0v5:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - C++ runtime files
ii libpcsclite1:amd64 1.9.1-1+devuan1 amd64 Middleware to access a smart card using PC/SC (library)
ii libperl5.32:amd64 5.32.1-4+deb11u2 amd64 shared Perl library
ii libpipeline1:amd64 1.5.3-1 amd64 Unix process pipeline manipulation library
ii libpixman-1-0:amd64 0.40.0-1 amd64 pixel-manipulation library for X and cairo
ii libpng-dev:amd64 1.6.37-3 amd64 PNG library - development (version 1.6)
ii libpng-tools 1.6.37-3 amd64 PNG library - tools (version 1.6)
ii libpng16-16:amd64 1.6.37-3 amd64 PNG library - runtime (version 1.6)
ii libpod-parser-perl 1.63-2 all modules for parsing/translating POD format documents
ii libpolkit-agent-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authentication Agent API
ii libpolkit-gobject-elogind-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authorization API
ii libpoppler102:amd64 20.09.0-3.1 amd64 PDF rendering library
ii libpopt0:amd64 1.18-2 amd64 lib for parsing cmdline parameters
ii libportaudio2:amd64 19.6.0-1.1 amd64 Portable audio I/O - shared library
ii libprocps8:amd64 2:3.3.17-5+devuan1 amd64 library for accessing process information from /proc
ii libprotobuf-c1:amd64 1.3.3-1+b2 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf23:amd64 3.12.4-1 amd64 protocol buffers C++ library
ii libproxy1v5:amd64 0.4.17-1 amd64 automatic proxy configuration management library (shared)
ii libpsl5:amd64 0.21.0-1.2 amd64 Library for Public Suffix List (shared libraries)
ii libpthread-stubs0-dev:amd64 0.4-1 amd64 pthread stubs not provided by native libc, development files
ii libpulse-dev:amd64 14.2-2 amd64 PulseAudio client development headers and libraries
ii libpulse-mainloop-glib0:amd64 14.2-2 amd64 PulseAudio client libraries (glib support)
ii libpulse0:amd64 14.2-2 amd64 PulseAudio client libraries
ii libpython3-stdlib:amd64 3.9.2-3 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.9:amd64 3.9.2-1 amd64 Shared Python runtime library (version 3.9)
ii libpython3.9-minimal:amd64 3.9.2-1 amd64 Minimal subset of the Python language (version 3.9)
ii libpython3.9-stdlib:amd64 3.9.2-1 amd64 Interactive high-level object-oriented language (standard library, version 3.9)
ii libquadmath0:amd64 10.2.1-6 amd64 GCC Quad-Precision Math Library
ii librc1:amd64 0.42-2.1 amd64 dependency based service manager (runtime library)
ii librcc0 0.2.12-0.1+b2 amd64 Library for autoconvert codepages
ii librcd0 0.1.13-3+b2 amd64 Library for autodection charset of Russian text
ii libreadline8:amd64 8.1-1 amd64 GNU readline and history libraries, run-time libraries
ii librecode0:amd64 3.6-24 amd64 Shared library on which recode is based
ii libresid-builder0c2a 2.1.1-15+b1 amd64 SID chip emulation class based on resid
ii librest-0.7-0:amd64 0.8.1-1.1 amd64 REST service access library
ii librsvg2-2:amd64 2.50.3+dfsg-1 amd64 SAX-based renderer library for SVG files (runtime)
ii librsvg2-common:amd64 2.50.3+dfsg-1 amd64 SAX-based renderer library for SVG files (extra runtime)
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2+b2 amd64 toolkit for RTMP streams (shared library)
ii libsamplerate0:amd64 0.2.1+ds0-1 amd64 Audio sample rate conversion library
ii libsasl2-2:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modules
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libsdl2-2.0-0:amd64 2.0.14+dfsg2-3 amd64 Simple DirectMedia Layer
ii libsdl2-dev:amd64 2.0.14+dfsg2-3 amd64 Simple DirectMedia Layer development files
ii libseccomp2:amd64 2.5.1-1 amd64 high level interface to Linux seccomp filter
ii libsecret-1-0:amd64 0.20.4-2 amd64 Secret store
ii libsecret-common 0.20.4-2 all Secret store (common files)
ii libselinux1:amd64 3.1-3 amd64 SELinux runtime shared libraries
ii libselinux1-dev:amd64 3.1-3 amd64 SELinux development headers
ii libsemanage-common 3.1-1 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 3.1-1+b2 amd64 SELinux policy management library
ii libsensors-config 1:3.6.0-7 all lm-sensors configuration files
ii libsensors5:amd64 1:3.6.0-7 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 3.1-1 amd64 SELinux library for manipulating binary security policies
ii libsepol1-dev:amd64 3.1-1 amd64 SELinux binary policy manipulation library and development files
ii libshine3:amd64 3.1.1-2 amd64 Fixed-point MP3 encoding library - runtime files
ii libsidplay2 2.1.1-15+b1 amd64 SID (MOS 6581) emulation library
ii libsidutils0 2.1.1-15+b1 amd64 utility functions for SID players
ii libslang2:amd64 2.3.2-5 amd64 S-Lang programming library - runtime version
ii libsm-dev:amd64 2:1.2.3-1 amd64 X11 Session Management library (development headers)
ii libsm6:amd64 2:1.2.3-1 amd64 X11 Session Management library
ii libsmartcols1:amd64 2.36.1-8+devuan1 amd64 smart column output alignment library
ii libsnappy1v5:amd64 1.1.8-1 amd64 fast compression/decompression library
ii libsndfile1:amd64 1.0.31-2 amd64 Library for reading/writing audio files
ii libsndio-dev:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, development files
ii libsndio7.0:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, runtime libraries
ii libsocket6-perl 0.29-1+b3 amd64 Perl extensions for IPv6
ii libsonic0:amd64 0.2.0-10 amd64 Simple library to speed up or slow down speech
ii libsoup-gnome2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- GNOME support library
ii libsoup2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- Shared library
ii libsox-fmt-alsa:amd64 14.4.2+git20190427-2 amd64 SoX alsa format I/O library
ii libsox-fmt-base:amd64 14.4.2+git20190427-2 amd64 Minimal set of SoX format libraries
ii libsox3:amd64 14.4.2+git20190427-2 amd64 SoX library of audio effects and processing
ii libsoxr0:amd64 0.1.3-4 amd64 High quality 1D sample-rate conversion library
ii libspeex1:amd64 1.2~rc1.2-1.1 amd64 The Speex codec runtime library
ii libsqlite3-0:amd64 3.34.1-3 amd64 SQLite 3 shared library
ii libss2:amd64 1.46.2-2 amd64 command-line interface parsing library
ii libssh2-1:amd64 1.9.0-2 amd64 SSH2 client-side library
ii libssl1.1:amd64 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++-10-dev:amd64 10.2.1-6 amd64 GNU Standard C++ Library v3 (development files)
ii libstdc++6:amd64 10.2.1-6 amd64 GNU Standard C++ Library v3
ii libswresample3:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library for audio resampling, rematrixing etc. - runtime files
ii libtag1v5:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library
ii libtag1v5-vanilla:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - vanilla flavour
ii libtagc0:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - C bindings
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime)
ii libtext-charwidth-perl 0.04-10+b1 amd64 get display widths of characters on the terminal
ii libtext-iconv-perl 1.7-7+b1 amd64 module to convert between character sets in Perl
ii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrap
ii libthai-data 0.1.28-3 all Data files for Thai language support library
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library
ii libtheora0:amd64 1.1.1+dfsg.1-15 amd64 Theora Video Compression Codec
ii libtidy5deb1:amd64 2:5.6.0-11 amd64 HTML/XML syntax checker and reformatter - shared library
ii libtiff5:amd64 4.2.0-1 amd64 Tag Image File Format (TIFF) library
ii libtinfo6:amd64 6.2+20201114-2 amd64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.3.1-1 all transport-independent RPC library - common files
ii libtirpc-dev:amd64 1.3.1-1 amd64 transport-independent RPC library - development files
ii libtirpc3:amd64 1.3.1-1 amd64 transport-independent RPC library
ii libtokyocabinet9:amd64 1.4.48-13 amd64 Tokyo Cabinet Database Libraries [runtime]
ii libtsan0:amd64 10.2.1-6 amd64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii libturbojpeg0:amd64 1:2.0.6-4 amd64 TurboJPEG runtime library - SIMD optimized
ii libtwolame0:amd64 0.4.0-2 amd64 MPEG Audio Layer 2 encoding library
ii libubsan1:amd64 10.2.1-6 amd64 UBSan -- undefined behaviour sanitizer (runtime)
ii libuchardet0:amd64 0.0.7-1 amd64 universal charset detection library - shared library
ii libudev-dev:amd64 1:3.2.9+devuan4 amd64 Transitional package for libeudev-dev
ii libunbound8:amd64 1.13.1-1 amd64 library implementing DNS resolution and validation
ii libunistring2:amd64 0.9.10-4 amd64 Unicode string library for C
ii libunwind8:amd64 1.3.2-2 amd64 library to determine the call-chain of a program - runtime
ii libusb-0.1-4:amd64 2:0.1.12-32 amd64 userspace USB programming library
ii libutempter0:amd64 1.2.1-2 amd64 privileged helper for utmp/wtmp updates (runtime)
ii libuu0 0.5.20-12 amd64 Library for de/encoding several popular file encodings - runtime
ii libuuid1:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID library
ii libuv1:amd64 1.40.0-2 amd64 asynchronous event notification library - runtime library
ii libva-drm2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- DRM runtime
ii libva-x11-2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- X11 runtime
ii libva2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- runtime
ii libvdpau-va-gl1:amd64 0.4.2-1+b1 amd64 VDPAU driver with OpenGL/VAAPI backend
ii libvdpau1:amd64 1.4-3 amd64 Video Decode and Presentation API for Unix (libraries)
ii libvorbis0a:amd64 1.3.7-1 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisenc2:amd64 1.3.7-1 amd64 encoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.7-1 amd64 high-level API for Vorbis General Audio Compression Codec
ii libvpx6:amd64 1.9.0-1 amd64 VP8 and VP9 video codec (shared library)
ii libvulkan1:amd64 1.2.162.0-1 amd64 Vulkan loader library
ii libwacom-bin 1.8-2 amd64 Wacom model feature query library -- binaries
ii libwacom-common 1.8-2 all Wacom model feature query library (common files)
ii libwacom2:amd64 1.8-2 amd64 Wacom model feature query library
ii libwavpack1:amd64 5.4.0-1 amd64 audio codec (lossy and lossless) - library
ii libwayland-bin 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - binary utilities
ii libwayland-client0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - client library
ii libwayland-cursor0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - cursor library
ii libwayland-dev:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - development files
ii libwayland-egl1:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - EGL library
ii libwayland-server0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - server library
ii libwebp6:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwebpdemux2:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwebpmux3:amd64 0.6.1-2.1 amd64 Lossy compression of digital photographic images.
ii libwmf0.2-7:amd64 0.2.8.4-17 amd64 Windows metafile conversion library
ii libwrap0:amd64 7.6.q-31 amd64 Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.7.2-1 amd64 X11 client-side library
ii libx11-data 2:1.7.2-1 all X11 client-side library
ii libx11-dev:amd64 2:1.7.2-1 amd64 X11 client-side library (development headers)
ii libx11-xcb1:amd64 2:1.7.2-1 amd64 Xlib/XCB interface library
ii libx264-160:amd64 2:0.160.3011+gitcde9a93-2.1 amd64 x264 video coding library
ii libx265-192:amd64 3.4-2 amd64 H.265/HEVC video stream encoder (shared library)
ii libx86-1:amd64 1.1+ds1-12 amd64 x86 real-mode library
ii libxatracker2:amd64 20.3.5-1 amd64 X acceleration library -- runtime
ii libxau-dev:amd64 1:1.0.9-1 amd64 X11 authorisation library (development headers)
ii libxau6:amd64 1:1.0.9-1 amd64 X11 authorisation library
ii libxaw7:amd64 2:1.0.13-1.1 amd64 X11 Athena Widget library
ii libxcb-dri2-0:amd64 1.14-3 amd64 X C Binding, dri2 extension
ii libxcb-dri3-0:amd64 1.14-3 amd64 X C Binding, dri3 extension
ii libxcb-glx0:amd64 1.14-3 amd64 X C Binding, glx extension
ii libxcb-present0:amd64 1.14-3 amd64 X C Binding, present extension
ii libxcb-randr0:amd64 1.14-3 amd64 X C Binding, randr extension
ii libxcb-render0:amd64 1.14-3 amd64 X C Binding, render extension
ii libxcb-shape0:amd64 1.14-3 amd64 X C Binding, shape extension
ii libxcb-shm0:amd64 1.14-3 amd64 X C Binding, shm extension
ii libxcb-sync1:amd64 1.14-3 amd64 X C Binding, sync extension
ii libxcb-util1:amd64 0.4.0-1+b1 amd64 utility libraries for X C Binding -- atom, aux and event
ii libxcb-xfixes0:amd64 1.14-3 amd64 X C Binding, xfixes extension
ii libxcb1:amd64 1.14-3 amd64 X C Binding
ii libxcb1-dev:amd64 1.14-3 amd64 X C Binding, development files
ii libxcomposite1:amd64 1:0.4.5-1 amd64 X11 Composite extension library
ii libxcursor-dev:amd64 1:1.2.0-2 amd64 X cursor management library (development files)
ii libxcursor1:amd64 1:1.2.0-2 amd64 X cursor management library
ii libxdamage1:amd64 1:1.1.5-2 amd64 X11 damaged region extension library
ii libxdmcp-dev:amd64 1:1.1.2-3 amd64 X11 authorisation library (development headers)
ii libxdmcp6:amd64 1:1.1.2-3 amd64 X11 Display Manager Control Protocol library
ii libxext-dev:amd64 2:1.3.3-1.1 amd64 X11 miscellaneous extensions library (development headers)
ii libxext6:amd64 2:1.3.3-1.1 amd64 X11 miscellaneous extension library
ii libxfixes-dev:amd64 1:5.0.3-2 amd64 X11 miscellaneous 'fixes' extension library (development headers)
ii libxfixes3:amd64 1:5.0.3-2 amd64 X11 miscellaneous 'fixes' extension library
ii libxfont2:amd64 1:2.0.4-1 amd64 X11 font rasterisation library
ii libxft-dev:amd64 2.3.2-2 amd64 FreeType-based font drawing library for X (development files)
ii libxft2:amd64 2.3.2-2 amd64 FreeType-based font drawing library for X
ii libxi-dev:amd64 2:1.7.10-1 amd64 X11 Input extension library (development headers)
ii libxi6:amd64 2:1.7.10-1 amd64 X11 Input extension library
ii libxinerama-dev:amd64 2:1.1.4-2 amd64 X11 Xinerama extension library (development headers)
ii libxinerama1:amd64 2:1.1.4-2 amd64 X11 Xinerama extension library
ii libxkbcommon-dev:amd64 1.0.3-2 amd64 library interface to the XKB compiler - development files
ii libxkbcommon0:amd64 1.0.3-2 amd64 library interface to the XKB compiler - shared library
ii libxkbfile1:amd64 1:1.1.0-1 amd64 X11 keyboard file manipulation library
ii libxml2:amd64 2.9.10+dfsg-6.7 amd64 GNOME XML library
ii libxmu6:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous utility library
ii libxmuu1:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous micro-utility library
ii libxpm4:amd64 1:3.5.12-1 amd64 X11 pixmap library
ii libxrandr-dev:amd64 2:1.5.1-1 amd64 X11 RandR extension library (development headers)
ii libxrandr2:amd64 2:1.5.1-1 amd64 X11 RandR extension library
ii libxrender-dev:amd64 1:0.9.10-1 amd64 X Rendering Extension client library (development files)
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library
ii libxshmfence1:amd64 1.3-1 amd64 X shared memory fences - shared library
ii libxss-dev:amd64 1:1.2.3-1 amd64 X11 Screen Saver extension library (development headers)
ii libxss1:amd64 1:1.2.3-1 amd64 X11 Screen Saver extension library
ii libxt-dev:amd64 1:1.2.0-1 amd64 X11 toolkit intrinsics library (development headers)
ii libxt6:amd64 1:1.2.0-1 amd64 X11 toolkit intrinsics library
ii libxtables12:amd64 1.8.7-1 amd64 netfilter xtables library
ii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension library
ii libxv-dev:amd64 2:1.0.11-1 amd64 X11 Video extension library (development headers)
ii libxv1:amd64 2:1.0.11-1 amd64 X11 Video extension library
ii libxvidcore4:amd64 2:1.3.7-1 amd64 Open source MPEG-4 video codec (library)
ii libxvmc1:amd64 2:1.0.12-2 amd64 X11 Video extension library
ii libxxf86dga1:amd64 2:1.1.4-1+b3 amd64 X11 Direct Graphics Access extension library
ii libxxf86vm-dev:amd64 1:1.1.4-1+b2 amd64 X11 XFree86 video mode extension library (development headers)
ii libxxf86vm1:amd64 1:1.1.4-1+b2 amd64 X11 XFree86 video mode extension library
ii libxxhash0:amd64 0.8.0-2 amd64 shared library for xxhash
ii libz3-4:amd64 4.8.10-1 amd64 theorem prover from Microsoft Research - runtime libraries
ii libzstd1:amd64 1.4.8+dfsg-2.1 amd64 fast lossless compression algorithm
ii libzvbi-common 0.2.35-18 all Vertical Blanking Interval decoder (VBI) - common files
ii libzvbi0:amd64 0.2.35-18 amd64 Vertical Blanking Interval decoder (VBI) - runtime files
ii links2 2.21-1+b1 amd64 Web browser running in both graphics and text mode
ii linux-base 4.6 all Linux image base package
ii linux-image-5.10.0-9-amd64 5.10.70-1 amd64 Linux 5.10 for 64-bit PCs (signed)
ii linux-image-amd64 5.10.70-1 amd64 Linux for 64-bit PCs (meta-package)
ii linux-libc-dev:amd64 5.10.70-1 amd64 Linux support headers for userspace development
ii locales 2.31-13+deb11u2 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-1 amd64 system login tools
ii logrotate 3.18.0-2 amd64 Log rotation utility
ii logsave 1.46.2-2 amd64 save the output of a command in a log file
ii lrzsz 0.12.21-10+b1 amd64 Tools for zmodem/xmodem/ymodem file transfer
ii lsb-base 11.1.0 all Linux Standard Base init script functionality
ii lsb-release 11.1.0 all Linux Standard Base version reporting utility
ii lsof 4.93.2+dfsg-1.1 amd64 utility to list open files
ii m17n-db 1.8.0-3 all multilingual text processing library - database
ii mailcap 3.69 all Debian's mailcap system, and support programs
ii mailutils 1:3.10-3+b1 amd64 GNU mailutils utilities for handling mail
ii mailutils-common 1:3.10-3 all common files for GNU mailutils
ii make 4.3-4.1 amd64 utility for directing compilation
ii man-db 2.9.4-2 amd64 tools for reading manual pages
ii manpages 5.10-1 all Manual pages about using a GNU/Linux system
ii manpages-dev 5.10-1 all Manual pages about using GNU/Linux for development
ii mariadb-common 1:10.5.12-0+deb11u1 all MariaDB common configuration files
ii matanza 0.13+ds2-1 amd64 Space ascii war game
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language
ii mc 3:4.8.26-1.1 amd64 Midnight Commander - a powerful file manager
ii mc-data 3:4.8.26-1.1 all Midnight Commander - a powerful file manager -- data files
ii mcabber 1.1.2-1 amd64 small Jabber (XMPP) console client
ii media-types 4.0.0 all List of standard media types and their usual file extension
ii mesa-va-drivers:amd64 20.3.5-1 amd64 Mesa VA-API video acceleration drivers
ii mesa-vdpau-drivers:amd64 20.3.5-1 amd64 Mesa VDPAU video acceleration drivers
ii mesa-vulkan-drivers:amd64 20.3.5-1 amd64 Mesa Vulkan graphics drivers
ii mime-support 3.66 all transitional package
ii minicom 2.8-2 amd64 Friendly menu driven serial communication program
ii mlocate 0.26-5 amd64 quickly find files on the filesystem based on their name
ii moc 1:2.6.0~svn-r3005-1 amd64 ncurses based console audio player
ii moria 5.7.13-1+b1 amd64 Rogue-like game with an infinite dungeon, also known as umoria
ii mosh 1.3.2-2.1+b3 amd64 Mobile shell that supports roaming and intelligent local echo
ii mount 2.36.1-8+devuan1 amd64 tools for mounting and manipulating filesystems
ii msmtp 1.8.11-2.1 amd64 light SMTP client with support for server profiles
ii mtr-tiny 0.94-1+deb11u1 amd64 Full screen ncurses traceroute tool
ii multitail 6.5.0-3 amd64 view multiple logfiles windowed on console
ii mutt 2.0.5-4.1 amd64 text-based mailreader supporting MIME, GPG, PGP and threading
ii mysql-common 5.8+1.0.7 all MySQL database common files, e.g. /etc/mysql/my.cnf
ii nano 5.4-2 amd64 small, friendly text editor inspired by Pico
ii ncdu 1.15.1-1 amd64 ncurses disk usage viewer
ii ncurses-base 6.2+20201114-2 all basic terminal type definitions
ii ncurses-bin 6.2+20201114-2 amd64 terminal-related programs and man pages
ii ncurses-term 6.2+20201114-2 all additional terminal type definitions
ii net-tools 1.60+git20181103.0eebece-1+devuan1 amd64 NET-3 networking toolkit
ii netbase 6.3 all Basic TCP/IP networking system
ii netcat-traditional 1.10-46 amd64 TCP/IP swiss army knife
ii nethack-common 3.6.6-2+b1 amd64 dungeon crawl game - common files
ii nethack-console 3.6.6-2+b1 amd64 dungeon crawl game - text-based interface
ii netpbm 2:10.0-15.4 amd64 Graphics conversion tools between image formats
ii nfacct 1.0.2-3 amd64 netfilter accounting object tool
ii nftables 0.9.8-3.1 amd64 Program to control packet filtering rules by Netfilter project
ii ninvaders 0.1.1-4+b1 amd64 A space invaders-like game using ncurses
ii ocl-icd-libopencl1:amd64 2.2.14-2 amd64 Generic OpenCL ICD Loader
ii omega-rpg 1:0.90-pa9-16+b2 amd64 text-based roguelike game
ii openrc 0.42-2.1 amd64 dependency based service manager (runlevel change mechanism)
ii openssh-client 1:8.4p1-5 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.4p1-5 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.4p1-5 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii pacman4console 1.3-1+b4 amd64 ncurses-based pacman game
ii parallel 20161222-1.1 all build and execute command lines from standard input in parallel
ii parted 3.4-1 amd64 disk partition manipulator
ii passwd 1:4.8.1-1 amd64 change and administer password and group data
ii patch 2.7.6-7 amd64 Apply a diff file to an original
ii pci.ids 0.0~2021.02.08-1 all PCI ID Repository
ii pciutils 1:3.7.0-5 amd64 PCI utilities
ii pente 2.2.5-10 amd64 five in a row game for X and the console
ii perl 5.32.1-4+deb11u2 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.32.1-4+deb11u2 amd64 minimal Perl system
ii perl-modules-5.32 5.32.1-4+deb11u2 all Core Perl modules
ii pinentry-curses 1.1.0-4 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
ii pkg-config 0.29.2-1 amd64 manage compile and link flags for libraries
ii policykit-1 0.105-31+devuan1 amd64 framework for managing administrative policies and privileges
ii policykit-1-gnome 0.105-7 amd64 authentication agent for PolicyKit
ii poppler-data 0.4.10-1 all encoding data for the poppler PDF rendering library
ii poppler-utils 20.09.0-3.1 amd64 PDF utilities (based on Poppler)
ii popularity-contest 1.71+devuan1 all Vote for your favourite packages automatically
ii procmail 3.22-26 amd64 Versatile e-mail processor
ii procps 2:3.3.17-5+devuan1 amd64 /proc file system utilities
ii psmisc 23.4-2 amd64 utilities that use the proc file system
ii publicsuffix 20210108.1309-1 all accurate, machine-readable list of domain name suffixes
ii python-apt-common 2.2.1 all Python interface to libapt-pkg (locales)
ii python3 3.9.2-3 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-apt 2.2.1 amd64 Python 3 interface to libapt-pkg
ii python3-certifi 2020.6.20-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-chardet 4.0.0-1 all universal character encoding detector for Python3
ii python3-debconf 1.5.77 all interact with debconf from Python 3
ii python3-debian 0.1.39 all Python 3 modules to work with Debian-related data formats
ii python3-debianbts 3.1.0 all Python interface to Debian's Bug Tracking System
ii python3-distutils 3.9.2-1 all distutils package for Python 3.x
ii python3-httplib2 0.18.1-3 all comprehensive HTTP client library written for Python3
ii python3-idna 2.10-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-lib2to3 3.9.2-1 all Interactive high-level object-oriented language (lib2to3)
ii python3-minimal 3.9.2-3 amd64 minimal subset of the Python language (default python3 version)
ii python3-pkg-resources 52.0.0-4 all Package Discovery and Resource Access using pkg_resources
ii python3-pycurl 7.43.0.6-5 amd64 Python bindings to libcurl (Python 3)
ii python3-pysimplesoap 1.16.2-3 all simple and lightweight SOAP Library (Python 3)
ii python3-reportbug 7.10.3+devuan1 all Python modules for interacting with bug tracking systems
ii python3-requests 2.25.1+dfsg-2 all elegant and simple HTTP library for Python3, built for human beings
ii python3-six 1.16.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-urllib3 1.26.5-1~exp1 all HTTP library with thread-safe connection pooling for Python3
ii python3.9 3.9.2-1 amd64 Interactive high-level object-oriented language (version 3.9)
ii python3.9-minimal 3.9.2-1 amd64 Minimal subset of the Python language (version 3.9)
ii radio 3.107-1 amd64 ncurses-based radio application
ii readline-common 8.1-1 all GNU readline and history libraries, common files
ii rename 1.13-1 all Perl extension for renaming multiple files
ii reportbug 7.10.3+devuan1 all reports bugs in the Devuan or Debian distribution
ii rpl 1.8.0-2 all replace strings in files
ii rsync 3.2.3-4+deb11u1 amd64 fast, versatile, remote (and local) file-copying tool
ii rsyslog 8.2102.0-2+devuan2 amd64 reliable system and kernel logging daemon
ii runit-helper 2.10.3 all dh-runit implementation detail
ii sc 7.16-4+b3 amd64 Text-based spreadsheet with VI-like keybindings
ii screen 4.8.0-6 amd64 terminal multiplexer with VT100/ANSI terminal emulation
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.14 all Utilities for sensible alternative selection
ii shared-mime-info 2.0-1 amd64 FreeDesktop.org shared MIME database and spec
ii sox 14.4.2+git20190427-2 amd64 Swiss army knife of sound processing
ii startpar 0.64-3 amd64 run processes in parallel and multiplex their output
ii sudo 1.9.5p2-3 amd64 Provide limited super user privileges to specific users
ii sudoku 1.0.5-2+b3 amd64 console based sudoku
ii sysstat 12.5.2-2 amd64 system performance tools for Linux
rc sysv-rc 2.96-7+devuan1 all System-V-like runlevel change mechanism
ii sysvinit-core 2.96-7+devuan1 amd64 System-V-like init
ii sysvinit-utils 2.96-7+devuan1 amd64 System-V-like utilities
ii tar 1.34+dfsg-1 amd64 GNU version of the tar archiving utility
ii task-console-productivity 3.68+devuan4 all Console productivity
ii tasksel 3.68+devuan4 all tool for selecting tasks for installation on Devuan systems
ii tasksel-data 3.68+devuan4 all official tasks used for installation of Devuan systems
ii taskwarrior 2.5.3+dfsg-4 amd64 feature-rich console based todo list manager
ii telnet 0.17-42 amd64 basic telnet client
ii time 1.9-0.1 amd64 GNU time program for measuring CPU resource usage
ii tin 1:2.4.5-1 amd64 Full-screen easy to use Usenet newsreader
ii tmux 3.1c-1+deb11u1 amd64 terminal multiplexer
ii toilet 0.3-1.3 amd64 display large colourful characters in text mode
ii toilet-fonts 0.3-1.3 all collection of TOIlet fonts
ii tor 0.4.5.10-1~deb11u1 amd64 anonymizing overlay network for TCP
ii tor-geoipdb 0.4.5.10-1~deb11u1 all GeoIP database for Tor
ii torsocks 2.3.0-3 amd64 use SOCKS-friendly applications with Tor
ii traceroute 1:2.1.0-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 network
ii ttyrec 1.0.8-5.1 amd64 Terminal interaction recorder and player (for tty)
ii tzdata 2021a-1+deb11u1 all time zone and daylight-saving time data
ii ucf 3.0043 all Update Configuration File(s): preserve user changes to config files
ii unzip 6.0-26 amd64 De-archiver for .zip files
ii util-linux 2.36.1-8+devuan1 amd64 miscellaneous system utilities
ii uuid-dev:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID library - headers and static libraries
ii va-driver-all:amd64 2.10.0-1 amd64 Video Acceleration (VA) API -- driver metapackage
ii vdpau-driver-all:amd64 1.4-3 amd64 Video Decode and Presentation API for Unix (driver metapackage)
ii vim-common 2:8.2.2434-3 all Vi IMproved - Common files
ii vim-tiny 2:8.2.2434-3 amd64 Vi IMproved - enhanced vi editor - compact version
ii w3m 0.5.3+git20210102-6 amd64 WWW browsable pager with excellent tables/frames support
ii wamerican 2019.10.06-1 all American English dictionary words for /usr/share/dict
ii wavemon 0.9.1-1+b1 amd64 Wireless Device Monitoring Application
ii wget 1.21-1+b1 amd64 retrieves files from the web
ii whiptail 0.52.21-4+b3 amd64 Displays user-friendly dialog boxes from shell scripts
ii whois 5.5.10 amd64 intelligent WHOIS client
ii wireless-regdb 2020.04.29-2 all wireless regulatory database for Linux
ii wireless-tools 30~pre9-13.1 amd64 Tools for manipulating Linux Wireless Extensions
ii wpasupplicant 2:2.9.0-21 amd64 client support for WPA and WPA2 (IEEE 802.11i)
ii x11-apps 7.7+8 amd64 X applications
ii x11-common 1:7.7+22 all X Window System (X.Org) infrastructure
ii x11-session-utils 7.7+4 amd64 X session utilities
ii x11-utils 7.7+5 amd64 X11 utilities
ii x11-xkb-utils 7.7+5 amd64 X11 XKB utilities
ii x11-xserver-utils 7.7+8 amd64 X server utilities
ii x11proto-dev 2020.1-1 all X11 extension protocols and auxiliary headers
ii x11proto-input-dev 2020.1-1 all transitional dummy package
ii x11proto-randr-dev 2020.1-1 all transitional dummy package
ii x11proto-scrnsaver-dev 2020.1-1 all transitional dummy package
ii x11proto-xext-dev 2020.1-1 all transitional dummy package
ii x11proto-xf86vidmode-dev 2020.1-1 all transitional dummy package
ii x11proto-xinerama-dev 2020.1-1 all transitional dummy package
ii xauth 1:1.1-1 amd64 X authentication utility
ii xbitmaps 1.1.1-2.1 all Base X bitmaps
ii xdg-user-dirs 0.17-2 amd64 tool to manage well known user directories
ii xfonts-100dpi 1:1.0.4+nmu1.1 all 100 dpi fonts for X
ii xfonts-75dpi 1:1.0.4+nmu1.1 all 75 dpi fonts for X
ii xfonts-base 1:1.0.5 all standard fonts for X
ii xfonts-encodings 1:1.0.4-2.1 all Encodings for X.Org fonts
ii xfonts-scalable 1:1.0.3-1.2 all scalable fonts for X
ii xfonts-utils 1:7.7+6 amd64 X Window System font utility programs
ii xinit 1.4.0-1 amd64 X server initialisation tool
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data
ii xorg 1:7.7+22 amd64 X.Org X Window System
ii xorg-docs-core 1:1.7.1-1.2 all Core documentation for the X.org X Window System
ii xorg-sgml-doctools 1:1.11-1.1 all Common tools for building X.Org SGML documentation
ii xserver-common 2:1.20.11-1 all common files used by various X servers
ii xserver-xorg 1:7.7+22 amd64 X.Org X server
ii xserver-xorg-core 2:1.20.11-1 amd64 Xorg X server - core server
ii xserver-xorg-input-all 1:7.7+22 amd64 X.Org X server -- input driver metapackage
ii xserver-xorg-input-libinput 0.30.0-1 amd64 X.Org X server -- libinput input driver
ii xserver-xorg-input-wacom 0.34.99.1-1+b1 amd64 X.Org X server -- Wacom input driver
ii xserver-xorg-legacy 2:1.20.11-1 amd64 setuid root Xorg server wrapper
ii xserver-xorg-video-all 1:7.7+22 amd64 X.Org X server -- output driver metapackage
ii xserver-xorg-video-amdgpu 19.1.0-2 amd64 X.Org X server -- AMDGPU display driver
ii xserver-xorg-video-ati 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI display driver wrapper
ii xserver-xorg-video-fbdev 1:0.5.0-1 amd64 X.Org X server -- fbdev display driver
ii xserver-xorg-video-intel 2:2.99.917+git20200714-1+b1 amd64 X.Org X server -- Intel i8xx, i9xx display driver
ii xserver-xorg-video-nouveau 1:1.0.17-1 amd64 X.Org X server -- Nouveau display driver
ii xserver-xorg-video-qxl 0.1.5+git20200331-1 amd64 X.Org X server -- QXL display driver
ii xserver-xorg-video-radeon 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI Radeon display driver
ii xserver-xorg-video-vesa 1:2.5.0-1 amd64 X.Org X server -- VESA display driver
ii xserver-xorg-video-vmware 1:13.3.0-3 amd64 X.Org X server -- VMware display driver
ii xterm 366-1 amd64 X terminal emulator
ii xtrans-dev 1.4.0-1 all X transport library (development files)
ii xxd 2:8.2.2434-3 amd64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.5-2 amd64 XZ-format compression utilities
ii yasr 0.6.9-10 amd64 General-purpose console screen reader
ii zile 2.4.15-2 amd64 very small Emacs-subset editor
ii zlib1g:amd64 1:1.2.11.dfsg-2 amd64 compression library - runtime
ii zlib1g-dev:amd64 1:1.2.11.dfsg-2 amd64 compression library - development
ii zsh 5.8-6+b2 amd64 shell with lots of features
ii zsh-common 5.8-6 all architecture independent files for Zsh
Last edited by artchad_777 (2021-12-03 16:54:47)
Offline
Last time I checked this thread yesterday had 30 replies.
Now it's only 25. (26 if you include this posts.)
What was the reason for the deletion of all these posts?
I was unfortunately asleep during that time.
Last edited by artchad_777 (2021-12-04 08:03:03)
Offline
***
*** Yes, the 5 posts got lost due to a technical mishap; the sysadmin will be replaced as soon as possible.
*** Apologies.
***
Online
***
*** Yes, the 5 posts got lost due to a technical mishap; the sysadmin will be replaced as soon as possible.
*** Apologies.
***
No way.
Oh that's funny.
Thanks for the answer.
So I guess, all the help I received from that Head_on_a_Stick lad is gone now.
How very unfortunate in my current situation.
It's very interesting timing indeed.
Last edited by artchad_777 (2021-12-04 08:21:54)
Offline
So I guess, all the help I received from that Head_on_a_Stick lad is gone now.
Guess again
I have just saved all the missing posts from a pre-loaded page. I'll repost them all in a bit when I've had my breakfast.
Give me an hour or so...
EDIT: and what makes you think I identify as male?
Last edited by Head_on_a_Stick (2021-12-04 08:47:22)
Brianna Ghey — Rest In Power
Offline
artchad_777 wrote:So I guess, all the help I received from that Head_on_a_Stick lad is gone now.
Guess again
I have just saved all the missing posts from a pre-loaded page. I'll repost them all in a bit when I've had my breakfast.
Give me an hour or so...
EDIT: and what makes you think I identify as male?
Honestly, I was pretty sure you were female.
I just use a generic masculinum, because I don't like the seperation of male an female.
I see humans as one whole. I don't like seperation created through such illusions.
I talk no different with women than with men. (At least not on a conscious level.)
The individual is at the core and I adapt the words according to that.
On the internet, because I can not see the one in front of me, I just pretend the other human is a kind of generic pal.
Would be nice if you could repost the messages.
Last edited by artchad_777 (2021-12-04 09:03:13)
Offline
My original reply to post #26:
artchad_777 wrote:installed a minimalist window manager, status bar and terminal emulator with for r in dwm dmenu st; do git clone git://git.suckless.org/$r; cd $r; make; make install; cd ..; done
Why? All of those are provided by packages from the repository. Building your own is only needed if you want to change the default configuration, which you have not done.
artchad_777 wrote:Why is dbus-x11 installed on my machine, if the official devuan website claims that it's a banned package?
Because you can't read. The dbus-x11 package is only banned in ASCII.
artchad_777 wrote:The second thing I've noticed on this "minimalist" distro, is the presence of a /run directory.
As far as I'm informed, this /run directory is something that P*ttering (RedHat) introduced with SystemD.No. The /run directory is listed in the Filesystem Hierarchy Standard. See also hier(7).
EDIT: and the spelling is "systemd", all lower case. FFS mad
artchad_777 wrote:Where did these files come from?
Do your own legwork: https://wiki.debian.orgWhereIsIt#A.22I_ … g_to.3F.22
artchad_777 wrote:Well, that's not what I call "minimalist".
Debian is not, and never has been, minimalist. Devuan inherits this quality.
If you want minimal try OpenBSD or 9front.
artchad_777 wrote:I don't need Xorg to depend on dbus.
I don't need firefox or IceCat to communicate with other Software through dbus.You should speak to the upstream developers then.
artchad_777 wrote:I don't need a pulseaudio server running in the background, if ALSA works just fine for my purposes.
Remove it then. Or stop it from starting. There is a thread about that on these very boards.
artchad_777 wrote:I don't need policykit to act as an "authority" if Linux groups and permissions are sufficient for all my needs.
Remove it then. Or just don't start any authentication agents. If you're running dwm then it won't work unless you specifically configure it.
artchad_777 wrote:I don't need a /run directory which contains crazy files with occult permissions, which I can't understand.
No but lots of applications use /run and they won't work unless it is present.
And remember: just because you don't understand it doesn't mean it doesn't make any sense.
artchad_777 wrote:I don't need or want any software that came out of the Red Hat Project
Then why are you using X? Red Hat have been maintaining that almost exclusively for a very long time and only recently stopped.
Here's the announcement from the Red Hat employee who was in charge: https://ajaxnwnk.blogspot.com/2020/10/o … erver.html
To which artchad_777 replied:
First of all, thanks for taking the time to read and to reply to my post.
I really appreciate it.Head_on_a_Stick wrote:Because you can't read. The dbus-x11 package is only banned in ASCII.
I didn't notice that the numbers indicate the releases. I'll give my best to examine such things more closely in the future.
Head_on_a_Stick wrote:No. The /run directory is listed in the Filesystem Hierarchy Standard. See also hier(7).
I knew that it's part of the Filesystem Hierarchy Standard the Linux foundation has published.
But it is indeed not easy to understand the intricacies of this directory. (At least not for me.)
If it really wasn't introduced through the SystemD effort, then the following arctile does lie.
http://www.h-online.com/open/news/item/ … 19006.html [broken link, sorry]Head_on_a_Stick wrote:Do your own legwork: https://wiki.debian.orgWhereIsIt#A.22I_ … g_to.3F.22
Thanks for the link.
Head_on_a_Stick wrote:Debian is not, and never has been, minimalist. Devuan inherits this quality.
The text in https://www.devuan.org/os/announce/ uses the word "minimalist" two times.
I guess either the goal of minimalism is very hard to achieve in current day GNU+Linux or I have a different definition for "minimalism"Head_on_a_Stick wrote:If you want minimal try OpenBSD or 9front.
I really love OpenBSD. I would use it for everything if my graphics tablet just worked on it...
I didn't know 9front.
Although I heard many good things about Plan9.Head_on_a_Stick wrote:You should speak to the upstream developers then.
I guess that means it's the default on Devuan as well.
Head_on_a_Stick wrote:Remove it then. Or stop it from starting. There is a thread about that on these very boards.
Yeah, it's trivial to remove.
I just mentioned it, in case it wasn't supposed to be part of the install.
A DIGEST file would be great. But I guess it's hard to create something like that if there are so many optional packages you can install.
I guess dpkg -S should be used for verifying a file has a reason to be there.Head_on_a_Stick wrote:Remove it then. Or just don't start any authentication agents. If you're running dwm then it won't work unless you specifically configure it.
Good to know.
Head_on_a_Stick wrote:And remember: just because you don't understand it doesn't mean it doesn't make any sense.
I wouldn't ever dare to claim that something does make any sense.
I said it "contains crazy files with occult permissions", which I stand by.
It contains all kinds of special files.Head_on_a_Stick wrote:Then why are you using X? Red Hat have been maintaining that almost exclusively for a very long time and only recently stopped.
Same reason I'll be using dbus-x11 from now on apparently. Ahahahaha
Because I'm not a professional C developer and don't know how to get rid of it or how to replace it.
Then fsmithrd chimed in:
I never get pulseaudio with my minimal installs. Like this...
apt --no-install-recommends install <package>
And then from me:
artchad_777 wrote:The text in https://www.devuan.org/os/announce/ uses the word "minimalist" two times.
Yeah, they wish
artchad_777 wrote:I have a different definition for "minimalism"
^ This.
artchad_777 wrote:I just mentioned it, in case it wasn't supposed to be part of the install.
If PulseAudio were not installed then everybody using a laptop with HDMI outputs (which is all of them these days) would have to manually configure ALSA to select the correct default card and coping with multiple audio streams would be similarly messy. You might not like PA but it is in fact very useful.
artchad_777 wrote:Because I'm not a professional C developer and don't know how to get rid of it or how to replace it.
Try Wayland. It's awesome.
This is from golinux:
artchad_777 wrote:Hello everyone, I'm the original OP of this thread.
I unfortunately lost access to many technologies, because I saved all my sensitive information within an encrypted KeePassX file on an encrypted HDD.
That HDD fell on the floor and was damaged, which made it impossible for me to recover the files due to a broken read/write head. (I've learned that digital data is fragile.)Reminders of this absurd reality have become part of daily existence yet we continue to assume that such a thing as "security" or "permanence" can be obtained. Philosophically, this conundrum has stumped philosophers for millennia. Practically, it is the result of an increasingly weaponized communication system created by imperfect being with nefarious motives. You can never be secure no matter how much "garbage" of protection you burden yourself with. Just surrender to the chaos and absurdity of it all and be happy smelling roses and hope to breathe relatively unpolluted air . . .
Next (without the superfluous full quote):
I'm slowly starting to accept that reality.
But it hurts. Getting rid of that illusion hurts.
I want to believe that there is such a things as privacy and security on the internet. I really want to believe that...sad doggo [broken link]
(I don't know how to make images appear in a posts.
And finally:
This is not "new" news. Eben Moglen saw it coming a decade ago while we were still fast asleep. The game is already pretty much over but there is still a lot of money being made trying to convince us it's not.
HTH
Brianna Ghey — Rest In Power
Offline
HoaS saves the day! I was not happy to see all those posts disappear. Broken link fixed. Anything else need to be done?
Offline
Devuan claims to be a minimalist base GNU+Linux distribution . . .
That, of course, depends on the definition of "minimalist". That being said, there other Devuan installation media at https://pkgmaster.devuan.org/devuan/dis … s/netboot/. I have installed from the mini.iso. I can't remember the details but it was pretty "bare". Anyway, you might poke around there to see if any of those options suit your criterion better.
Offline
artchad_777 wrote:Devuan claims to be a minimalist base GNU+Linux distribution . . .
That, of course, depends on the definition of "minimalist". That being said, there other Devuan installation media at https://pkgmaster.devuan.org/devuan/dis … s/netboot/. I have installed from the mini.iso. I can't remember the details but it was pretty "bare". Anyway, you might poke around there to see if any of those options suit your criterion better.
I have to agree, Golinux.
The minimalist Devuan distributions are the "net install".iso.
The rest are full blown, "The Full Monty" (as described in another (rpm) distribution).
pic from 1993, new guitar day.
Offline
GlennW . . . the isos at the above link are in the "unstable" directory. IIUC, they are not part of the main distribution offered at files.devuan.org and the mini.iso is even more minimal than the netinstall iso. Maybe have a look and correct me if I'm wrong . . .
Offline
GlennW . . . the isos at the above link are in the "unstable" directory. IIUC, they are not part of the main distribution offered at files.devuan.org and the mini.iso is even more minimal than the netinstall iso. Maybe have a look and correct me if I'm wrong . . .
Thanks, I see. They both serve a purpose.
pic from 1993, new guitar day.
Offline
So it is indeed very normal for your system to have two dbus-daemons start up when you execute a startx?
If I kill the dbus-daemon that uses the --system flag, my Xorg server crashes and ends up in an infinite loop, which forces me to hard reboot my machine.
The two other highlighted processes can easily be SIGTERMed without any issues.
EDIT:
Oh, I've just notice ssh-agent is running. I should probably terminate that process as well.
Last edited by artchad_777 (2021-12-07 18:27:12)
Offline
So it is indeed very normal for your system to have two dbus-daemons start up when you execute a startx?
Yes.
One is the system-wide dbus session and the other is for your user.
EDIT: use pstree to check.
Last edited by Head_on_a_Stick (2021-12-07 19:34:34)
Brianna Ghey — Rest In Power
Offline