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...)
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.
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.confdhclient -v&vi /etc/apt/sources.listapt updatecat /etc/resolv.confman dhclient.confvi /etc/dhclient.confdhclient -r&dhclient -v&cat /etc/resolv.confman dhclient.confman dhclientrm /etc/dhclient.confcd /etc/dhcp/lsvi dhclientvi dhclient.confdhclient -r &dhclient -v&cat /etc/resolv.confapt updatedpkg -l > /root/dpkg-l-before.txtmkdir /usr/share/keymapsvi /usr/share/keymaps/swapcaps.maploadkeys /usr/share/keymaps/swapcaps.mapapt install xorg xinit build-essential git tor firefox-esr libxft-dev libxinerama-dev libsdl2-devdpkg -l > /root/dpkg-l-after.txtloginctl suspendcd /root/mkdir Gitcd Git/for r in "dwm dmenu st"; do git clone git://git.suckless.org/$r; cd $r; make; make install; cd ..; donefor r in "dwm dmenu st"; do echo "$r"; donefor r in dwm dmenu st; do echo "$r"; donefor r in dwm dmenu st; do git clone git://git.suckless.org/$r; cd $r; make; make install; cd ..; donecd /root/Git/lslscd ..lspwdmv dwm/ dmenu/ st/ Git/cd Git/cd dwm/vi config.hmakemake installdpkg -l > /root/dpkg-l-after-installing-emacs.txtnethogsapt install emacstmux
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 bindrwxr-xr-x 3 root root 4096 Dec 3 07:14 bootdrwxr-xr-x 16 root root 3320 Dec 3 07:19 devdrwxr-xr-x 105 root root 4096 Dec 3 11:00 etcdrwxr-xr-x 4 root root 4096 Dec 3 07:15 homelrwxrwxrwx 1 root root 30 Dec 3 06:55 initrd.img -> boot/initrd.img-5.10.0-9-amd64lrwxrwxrwx 1 root root 30 Dec 3 06:55 initrd.img.old -> boot/initrd.img-5.10.0-9-amd64drwxr-xr-x 20 root root 4096 Dec 3 07:35 libdrwxr-xr-x 2 root root 4096 Dec 3 06:51 lib64drwx------ 2 root root 16384 Dec 3 06:50 lost+founddrwxr-xr-x 3 root root 4096 Dec 3 06:50 mediadrwxr-xr-x 2 root root 4096 Dec 3 06:50 mntdrwxr-xr-x 2 root root 4096 Dec 3 06:50 optdr-xr-xr-x 205 root root 0 Dec 3 07:16 procdrwx------ 3 root root 4096 Dec 3 11:38 rootdrwxr-xr-x 20 root root 660 Dec 3 09:43 rundrwxr-xr-x 2 root root 4096 Dec 3 07:15 sbindrwxr-xr-x 2 root root 4096 Dec 3 06:50 srvdr-xr-xr-x 13 root root 0 Dec 3 07:16 sysdrwxrwxrwt 8 root root 4096 Dec 3 11:01 tmpdrwxr-xr-x 11 root root 4096 Dec 3 06:50 usrdrwxr-xr-x 12 root root 4096 Dec 3 07:02 varlrwxrwxrwx 1 root root 27 Dec 3 06:55 vmlinuz -> boot/vmlinuz-5.10.0-9-amd64lrwxrwxrwx 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.
Golinux wrote:
Why are systemd files present in Devuan?
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 145052PO File 50 30411 39138 106729C/C++ Header 223 5225 9162 10332NAnt script 22 375 0 2662Vala Header 3 309 33 1317Python 5 166 114 772SVG 2 0 2 673Bourne Again Shell 2 106 17 525C++ 1 100 63 431Bourne Shell 6 72 145 201Markdown 4 58 0 170Perl 1 32 17 167XML 2 32 22 92XSLT 1 23 13 90YAML 1 6 24 80CMake 2 4 0 19DTD 1 4 13 19CSS 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.
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 applicationii adduser 3.118 all add and remove users and groupsii adwaita-icon-theme 3.38.0-1 all default icon theme of GNOMEii alsa-topology-conf 1.2.4-1 all ALSA topology configuration filesii alsa-ucm-conf 1.2.4-2 all ALSA Use Case Manager configuration filesii alsa-utils 1.2.4-1 amd64 Utilities for configuring and using ALSAii apcalc 2.12.7.2-4 all transitional packageii apparmor 2.13.6-10 amd64 user-space parser utility for AppArmorii apt 2.2.4+devuan1 amd64 commandline package managerii apt-listchanges 3.24 all package change history notification toolii apt-utils 2.2.4+devuan1 amd64 package management related utility programsii aspell 0.60.8-3 amd64 GNU Aspell spell-checkerii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspellii 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 filesii base-passwd 3.5.51 amd64 Debian base system master password and group filesii bash 5.1-2+b3 amd64 GNU Bourne Again SHellii bash-completion 1:2.11-2 all programmable completion for the bash shellii bastet 0.43-6+b1 amd64 ncurses Tetris clone with a bastard algorithmii beep 1.4.9-1+b1 amd64 advanced PC-speaker beeperii bind9-dnsutils 1:9.16.15-1 amd64 Clients provided with BIND 9ii bind9-host 1:9.16.15-1 amd64 DNS Lookup Utilityii bind9-libs:amd64 1:9.16.15-1 amd64 Shared Libraries used by BIND 9ii bombardier 0.8.3+nmu3 amd64 The GNU Bombing utilityii bootlogd 2.96-7+devuan1 amd64 daemon to log boot messagesii brltty 6.3+dfsg-1 amd64 Access software for a blind person using a braille displayii bsd-mailx 8.1.2-0.20180807cvs-2 amd64 simple mail user agentii bsdextrautils 2.36.1-8+devuan1 amd64 extra utilities from 4.4BSD-Liteii bsdgames 2.17-28 amd64 collection of classic textual unix gamesii bsdutils 1:2.36.1-8+devuan1 amd64 basic utilities from 4.4BSD-Liteii busybox 1:1.30.1-6+b3 amd64 Tiny utilities for small and embedded systemsii bzip2 1.0.8-4 amd64 high-quality block-sorting file compressor - utilitiesii ca-certificates 20210119 all Common CA certificatesii caca-utils 0.99.beta19-2.2 amd64 text mode graphics utilitiesii calc 2.12.7.2-4 amd64 Arbitrary precision calculatorii 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 managerii cavezofphear 0.5.1-1.1 amd64 ASCII Boulder Dash cloneii clex 4.6.patch8-1+b1 amd64 command line file manager which uses the ncurses libraryii cmatrix 2.0-3 amd64 simulates the display from "The Matrix"ii console-setup 1.205 all console font and keymap setup programii console-setup-linux 1.205 all Linux specific part of console-setupii coreutils 8.32-4+b1 amd64 GNU core utilitiesii cowsay 3.03+dfsg2-8 all configurable talking cowii cpio 2.13+dfsg-4 amd64 GNU cpio -- a program to manage archives of filesii crawl 2:0.26.1-1 amd64 Dungeon Crawl, a text-based roguelike gameii 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 daemonii curl 7.74.0-1.3+b1 amd64 command line tool for transferring data with URL syntaxii curseofwar 1.1.8-3.1 amd64 Fast-paced action strategy game for Linux based on ncursesii dash 0.5.11+git20200708+dd9ef66-5 amd64 POSIX-compliant shellii 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-endii dconf-service 0.38.0-2 amd64 simple configuration storage system - D-Bus serviceii debconf 1.5.77 all Debian configuration management systemii debconf-i18n 1.5.77 all full internationalization support for debconfii debian-archive-keyring 2021.1.1 all GnuPG archive keys of the Debian archiveii debianutils 4.11.2 amd64 Miscellaneous utilities specific to Debianii devuan-keyring 2017.10.03 all GnuPG archive key of the devuan repositoryii dialog 1.3-20201126-1 amd64 Displays user-friendly dialog boxes from shell scriptsii dictionaries-common 1.28.4 all spelling dictionaries - common utilitiesii diffutils 1:3.7-5 amd64 File comparison utilitiesii dirmngr 2.2.27-2 amd64 GNU privacy guard - network certificate management serviceii discover 2.1.2-8 amd64 hardware identification systemii discover-data 2.2013.01.11+nmu1 all Data lists for Discover hardware detection systemii distro-info-data 0.51+devuan1 all information about the distributions' releases (data files)ii dmidecode 3.3-2 amd64 SMBIOS/DMI table decoderii dmsetup 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace libraryii dpkg 1.20.9 amd64 Debian package management systemii dvtm 0.15+40.g311a8c0-1 amd64 Tiling window management for the consoleii e2fsprogs 1.46.2-2 amd64 ext2/ext3/ext4 file system utilitiesii ed 1.17-1 amd64 classic UNIX line editorii edbrowse 3.7.7-2 amd64 /bin/ed-alike webbrowser written in Cii eflite 0.4.1-12 amd64 Festival-Lite based emacspeak speech serverii eject 2.36.1-8+devuan1 amd64 ejects CDs and operates CD-Changers under Linuxii elogind 246.10-2 amd64 user, seat and session management daemonii emacsen-common 3.0.4 all Common facilities for all emacsenii empire 1.16-1 amd64 war game of the centuryii entr 4.7-1 amd64 Run arbitrary commands when files changeii espeak 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizerii espeak-data:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data filesii espeak-ng-data:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: speech data filesii espeakup 1:0.80-20 amd64 Connector between speakup kernel modules and espeakii eudev 3.2.9-10~chimaera1 amd64 /dev/ and hotplug management daemonii exim4-base 4.94.2-7 amd64 support files for all Exim MTA (v4) packagesii 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) daemonii fbi 2.10-4 amd64 Linux frame buffer image viewerii fbterm 1.7-5 amd64 fast framebuffer based terminal emulator for Linuxii fdisk 2.36.1-8+devuan1 amd64 collection of partitioning utilitiesii fetchmail 6.4.16-4+deb11u1 amd64 SSL enabled POP3, APOP, IMAP mail gatherer/forwarderii figlet 2.2.5-3+b1 amd64 Make large character ASCII banners out of ordinary textii file 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbersii findutils 4.8.0-1 amd64 utilities for finding files--find, xargsii firmware-linux-free 20200122-1 all Binary firmware for various drivers in the Linux kernelii firmware-realtek 20210315-3 all Binary firmware for Realtek wired/wifi/BT adaptersii fontconfig 2.13.1-4.2 amd64 generic font configuration library - support binariesii fontconfig-config 2.13.1-4.2 all generic font configuration library - configurationii fonts-dejavu-core 2.37-2 all Vera font family derivate with additional charactersii 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 coverageii fonts-urw-base35 20200910-1 all font set metric-compatible with the 35 PostScript Level 2 Base Fontsii fortune-mod 1:1.99.1-7.1 amd64 provides fortune cookies on demandii fortunes-min 1:1.99.1-7.1 all Data files containing selected fortune cookiesii freesweep 1.0.1-2 amd64 text-based minesweeperii ftp 0.17-34.1.1 amd64 classical file transfer clientii 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 toolii gdisk 1.0.6-1.1 amd64 GPT fdisk text-mode partitioning toolii geoip-bin 1.6.12-7 amd64 IP lookup command line tools that use the GeoIP libraryii 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 systemii ghostscript 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDFii glib-networking:amd64 2.66.0-2 amd64 network-related giomodules for GLibii glib-networking-common 2.66.0-2 all network-related giomodules for GLib - data filesii glib-networking-services 2.66.0-2 amd64 network-related giomodules for GLib - D-Bus servicesii gnuchess 6.2.7-1 amd64 Plays a game of chess, either against the user or against itselfii gnuchess-book 1.02-2 all Opening book for gnuchessii gnupg 2.2.27-2 all GNU privacy guard - a free PGP replacementii gnupg-l10n 2.2.27-2 all GNU privacy guard - localization filesii gnupg-utils 2.2.27-2 amd64 GNU privacy guard - utility programsii 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 operationsii gpg-agent 2.2.27-2 amd64 GNU privacy guard - cryptographic agentii gpg-wks-client 2.2.27-2 amd64 GNU privacy guard - Web Key Service clientii gpg-wks-server 2.2.27-2 amd64 GNU privacy guard - Web Key Service serverii gpgconf 2.2.27-2 amd64 GNU privacy guard - core configuration utilitiesii gpgsm 2.2.27-2 amd64 GNU privacy guard - S/MIME versionii gpgv 2.2.27-2 amd64 GNU privacy guard - signature verification toolii gpm 1.20.7-8 amd64 General Purpose Mouse interfaceii greed 4.2-1 amd64 curses-based clone of the DOS free-ware game Greedii grep 3.6-1 amd64 GNU grep, egrep and fgrepii 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 filesii gsettings-desktop-schemas 3.38.0-2 all GSettings desktop-wide schemasii 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 utilityii gzip 1.10-4 amd64 GNU compression utilitiesii hasciicam 1.1.2-1+b3 amd64 (h)ascii for the masses: live video as textii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themesii hostname 3.23 amd64 utility to set/show the host name or domain nameii htop 3.0.5-7 amd64 interactive processes viewerii iftop 1.0~pre4-7 amd64 displays bandwidth usage information on an network interfaceii ifupdown 0.8.36 amd64 high level tools to configure network interfacesii imagemagick-6-common 8:6.9.11.60+dfsg-1.3 all image manipulation programs -- infrastructureii imagemagick-6.q16 8:6.9.11.60+dfsg-1.3 amd64 image manipulation programs -- quantum depth Q16ii init 1.60+devuan1 amd64 metapackage ensuring an init system is installedii init-system-helpers 1.60+devuan1 all helper tools for all init systemsii 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 systemii insserv 1.21.0-1.1 amd64 boot sequence organizer using LSB init.d script dependency informationii installation-report 2.78 all system installation reportii iotop 0.6-24-g733f3f8-1.1 amd64 simple top-like I/O monitorii iproute2 5.10.0-4 amd64 networking and traffic control toolsii iputils-ping 3:20210202-1 amd64 Tools to test the reachability of network hostsii irssi 1.2.3-1 amd64 terminal based IRC clientii isc-dhcp-client 4.4.1-2.3 amd64 DHCP client for automatically obtaining an IP addressii isc-dhcp-common 4.4.1-2.3 amd64 common manpages relevant to all of the isc-dhcp packagesii iso-codes 4.6.0-1 all ISO language, territory, currency, script codes and their translationsii iw 5.9-3 amd64 tool for configuring Linux wireless devicesii jhead 1:3.04-6 amd64 manipulate the non-image part of Exif compliant JPEG filesii kbd 2.3.0-3 amd64 Linux console font and keytable utilitiesii keyboard-configuration 1.205 all system-wide keyboard preferencesii klibc-utils 2.0.8-6.1 amd64 small utilities built with klibc for early bootii kmod 28-1 amd64 tools for managing Linux kernel modulesii krb5-locales 1.18.3-6+deb11u1 all internationalization support for MIT Kerberosii laptop-detect 0.16 all system chassis type checkerii less 551-2 amd64 pager program similar to moreii lftp 4.8.4-2+b1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programsii libaa1:amd64 1.4p5-48 amd64 ASCII art libraryii libacl1:amd64 2.2.53-10 amd64 access control list - shared libraryii libaom0:amd64 1.0.0.errata1-3 amd64 AV1 Video Codec Libraryii libapparmor1:amd64 2.13.6-10 amd64 changehat AppArmor libraryii libapt-pkg6.0:amd64 2.2.4+devuan1 amd64 package management runtime libraryii libasound2:amd64 1.2.4-1.1 amd64 shared library for ALSA applicationsii libasound2-data 1.2.4-1.1 all Configuration files and profiles for ALSA driversii libaspell15:amd64 0.60.8-3 amd64 GNU Aspell spell-checker runtime libraryii libassuan0:amd64 2.5.3-7.1 amd64 IPC library for the GnuPG componentsii libasyncns0:amd64 0.8-6+b2 amd64 Asynchronous name service query libraryii libatk-bridge2.0-0:amd64 2.38.0-1 amd64 AT-SPI 2 toolkit bridge - shared libraryii libatk1.0-0:amd64 2.36.0-2 amd64 ATK accessibility toolkitii libatk1.0-data 2.36.0-2 all Common files for the ATK accessibility toolkitii libatopology2:amd64 1.2.4-1.1 amd64 shared library for handling ALSA topology definitionsii libatspi2.0-0:amd64 2.38.0-4 amd64 Assistive Technology Service Provider Interface - shared libraryii libattr1:amd64 1:2.4.48-6 amd64 extended attribute handling - shared libraryii libaudit-common 1:3.0-2 all Dynamic library for security auditing - common filesii libaudit1:amd64 1:3.0-2 amd64 Dynamic library for security auditingii libavahi-client3:amd64 0.8-5 amd64 Avahi client libraryii libavahi-common-data:amd64 0.8-5 amd64 Avahi common data filesii libavahi-common3:amd64 0.8-5 amd64 Avahi common libraryii libblkid1:amd64 2.36.1-8+devuan1 amd64 block device ID libraryii libbluetooth3:amd64 5.55-3.1 amd64 Library to use the BlueZ Linux Bluetooth stackii 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 libraryii 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 libraryii libbz2-1.0:amd64 1.0.8-4 amd64 high-quality block-sorting file compressor library - runtimeii libc-bin 2.31-13+deb11u2 amd64 GNU C Library: Binariesii libc-l10n 2.31-13+deb11u2 all GNU C Library: localization filesii libc6:amd64 2.31-13+deb11u2 amd64 GNU C Library: Shared librariesii libcaca0:amd64 0.99.beta19-2.2 amd64 colour ASCII art libraryii 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 libraryii libcanlock3:amd64 3.2.2-1 amd64 library for creating and verifying Usenet cancel locksii libcap-ng0:amd64 0.7.9-2.2+b1 amd64 An alternate POSIX capabilities libraryii 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 -- runtimeii libcom-err2:amd64 1.46.2-2 amd64 common error description libraryii libcrypt1:amd64 1:4.4.18-4 amd64 libcrypt shared libraryii libcups2:amd64 2.3.3op2-3+deb11u1 amd64 Common UNIX Printing System(tm) - Core libraryii 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 libraryii 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 libraryii libde265-0:amd64 1.0.8-1 amd64 Open H.265 video codec implementationii 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 decompressionii libdevmapper1.02.1:amd64 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace libraryii 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 libraryii libdjvulibre-text 3.5.28-2 all Linguistic support files for libdjvulibreii libdjvulibre21:amd64 3.5.28-2 amd64 Runtime support for the DjVu image formatii libdns-export1110 1:9.11.19+dfsg-2.1 amd64 Exported DNS Shared Libraryii libdrm-amdgpu1:amd64 2.4.104-1 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtimeii libdrm-common 2.4.104-1 all Userspace interface to kernel DRM services -- common filesii libdrm-intel1:amd64 2.4.104-1 amd64 Userspace interface to intel-specific kernel DRM services -- runtimeii libdrm-nouveau2:amd64 2.4.104-1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtimeii libdrm-radeon1:amd64 2.4.104-1 amd64 Userspace interface to radeon-specific kernel DRM services -- runtimeii libdrm2:amd64 2.4.104-1 amd64 Userspace interface to kernel DRM services -- runtimeii libduktape205:amd64 2.5.0-2 amd64 embeddable Javascript engine, libraryii libedit2:amd64 3.1-20191231-2+b1 amd64 BSD editline and history librariesii libefiboot1:amd64 37-6 amd64 Library to manage UEFI variablesii libefivar1:amd64 37-6 amd64 Library to manage UEFI variablesii libegl-mesa0:amd64 20.3.5-1 amd64 free implementation of the EGL API -- Mesa vendor libraryii libegl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL supportii 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 filesii libelogind0:amd64 246.10-2 amd64 user, seat and session management libraryii libenca0:amd64 1.19-1+b1 amd64 Extremely Naive Charset Analyser - shared library filesii libepoxy0:amd64 1.5.5-1 amd64 OpenGL function pointer management libraryii libespeak-ng1:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: shared libraryii libespeak1:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: shared libraryii 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 libraryii libevent-2.1-7:amd64 2.1.12-stable-1 amd64 Asynchronous event notification libraryii libexif12:amd64 0.6.22-3 amd64 library to parse EXIF filesii libexpat1:amd64 2.2.10-2 amd64 XML parsing C library - runtime libraryii libext2fs2:amd64 1.46.2-2 amd64 ext2/ext3/ext4 file system librariesii libfaad2:amd64 2.10.0-1 amd64 freeware Advanced Audio Decoder - runtime filesii libfastjson4:amd64 0.99.9-1 amd64 fast json library for Cii libfdisk1:amd64 2.36.1-8+devuan1 amd64 fdisk partitioning libraryii libffi7:amd64 3.3-6 amd64 Foreign Function Interface library runtimeii libfftw3-double3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Double precisionii libfftw3-single3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Single precisionii libfido2-1:amd64 1.6.0-2 amd64 library for generating and verifying FIDO 2.0 objectsii 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 libraryii libflite1:amd64 2.2-2 amd64 Small run-time speech synthesis engine - shared librariesii libfontconfig1:amd64 2.13.1-4.2 amd64 generic font configuration library - runtimeii libfontenc1:amd64 1:1.1.4-1 amd64 X11 font encoding libraryii libfreetype6:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, shared library filesii libfribidi0:amd64 1.0.8-2 amd64 Free Implementation of the Unicode BiDi algorithmii libfstrm0:amd64 0.6.0-1+b1 amd64 Frame Streams (fstrm) libraryii libftp4:amd64 4.0-1-4 amd64 Library of callable ftp routinesii libfuse2:amd64 2.9.9-5 amd64 Filesystem in Userspace (library)ii libgbm1:amd64 20.3.5-1 amd64 generic buffer management API -- runtimeii 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 libraryii libgcrypt20:amd64 1.8.7-6 amd64 LGPL Crypto library - runtime libraryii 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 libraryii 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 filesii libgeoip1:amd64 1.6.12-7 amd64 non-DNS IP-to-country resolver libraryii 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 supportii libgl1-mesa-dri:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- DRI modulesii libglapi-mesa:amd64 20.3.5-1 amd64 free implementation of the GL API -- shared libraryii libgles2:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv2 supportii libglib2.0-0:amd64 2.66.8-1 amd64 GLib library of C routinesii libglib2.0-data 2.66.8-1 all Common files for GLib libraryii libglvnd0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch libraryii libglx-mesa0:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- GLX vendor libraryii libglx0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX supportii libgmp10:amd64 2:6.2.1+dfsg-1 amd64 Multiprecision arithmetic libraryii libgnutls-dane0:amd64 3.7.1-5 amd64 GNU TLS library - DANE security supportii libgnutls30:amd64 3.7.1-5 amd64 GNU TLS library - main runtime libraryii libgomp1:amd64 10.2.1-6 amd64 GCC OpenMP (GOMP) support libraryii libgpg-error0:amd64 1.38-2 amd64 GnuPG development runtime libraryii 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 libraryii libgraphite2-3:amd64 1.3.14-1 amd64 Font rendering engine for Complex Scripts -- libraryii libgs9:amd64 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF - Libraryii libgs9-common 9.53.3~dfsg-7+deb11u1 all interpreter for the PostScript language and for PDF - common filesii libgsasl7:amd64 1.10.0-4 amd64 GNU SASL libraryii libgsm1:amd64 1.0.18-2 amd64 Shared libraries for GSM speech compressorii libgssapi-krb5-2:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanismii libgtk-3-0:amd64 3.24.24-4 amd64 GTK graphical user interface libraryii libgtk-3-bin 3.24.24-4 amd64 programs for the GTK graphical user interface libraryii libgtk-3-common 3.24.24-4 all common files for the GTK graphical user interface libraryii 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 libraryii 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 libraryii libicu67:amd64 67.1-7 amd64 International Components for Unicodeii libid3tag0:amd64 0.15.1b-14 amd64 ID3 tag reading library from the MAD projectii libidn11:amd64 1.33-3 amd64 GNU Libidn library, implementation of IETF IDN specificationsii libidn2-0:amd64 2.3.0-5 amd64 Internationalized domain names (IDNA2008/TR46) libraryii libijs-0.35:amd64 0.35-15 amd64 IJS raster image transport protocol: shared libraryii libilmbase25:amd64 2.5.4-1 amd64 several utility libraries from ILM used by OpenEXRii libimlib2:amd64 1.7.1-2 amd64 image loading, rendering, saving libraryii 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 Libraryii libiw30:amd64 30~pre9-13.1 amd64 Wireless tools - libraryii 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 dataii libjbig0:amd64 2.1-3.1+b2 amd64 JBIGkit librariesii libjbig2dec0:amd64 0.19-2 amd64 JBIG2 decoder library - shared librariesii libjpeg-turbo-progs 1:2.0.6-4 amd64 Programs for manipulating JPEG filesii libjpeg62-turbo:amd64 1:2.0.6-4 amd64 libjpeg-turbo JPEG runtime libraryii libjson-c5:amd64 0.15-2 amd64 JSON manipulation library - shared libraryii libjson-glib-1.0-0:amd64 1.6.2-1 amd64 GLib JSON manipulation libraryii 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 appsii libjxr0:amd64 1.1-6+b1 amd64 JPEG-XR lib - librariesii libk5crypto3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Crypto Libraryii 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 initramfsii libkmod2:amd64 28-1 amd64 libkmod shared libraryii libkrb5-3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime librariesii libkrb5support0:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Support libraryii libksba8:amd64 1.5.0-3 amd64 X.509 and CMS support libraryii liblcms2-2:amd64 2.12~rc1-2 amd64 Little CMS 2 color management libraryii libldap-2.4-2:amd64 2.4.57+dfsg-3 amd64 OpenLDAP librariesii libldap-common 2.4.57+dfsg-3 all OpenLDAP common files for librariesii libllvm11:amd64 1:11.0.1-2 amd64 Modular compiler and toolchain technologies, runtime libraryii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared libraryii liblocale-gettext-perl 1.07-4+b1 amd64 module using libc functions for internationalization in Perlii liblockfile-bin 1.17-1+b1 amd64 support binaries for and cli utilities based on liblockfileii liblockfile1:amd64 1.17-1+b1 amd64 NFS-safe locking libraryii liblognorm5:amd64 2.0.5-1.1 amd64 log normalizing libraryii libloudmouth1-0:amd64 1.5.3-6 amd64 Lightweight C Jabber libraryii liblouis-data 3.16.0-1 all Braille translation library - dataii liblouis20:amd64 3.16.0-1 amd64 Braille translation library - shared libsii liblqr-1-0:amd64 0.4.2-2.1 amd64 converts plain array images into multi-size representationii libltdl7:amd64 2.4.6-15 amd64 System independent dlopen wrapper for GNU libtoolii liblua5.1-0:amd64 5.1.5-8.1+b3 amd64 Shared library for the Lua interpreter version 5.1ii 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 - runtimeii liblzma5:amd64 5.2.5-2 amd64 XZ-format compression libraryii libmad0:amd64 0.15.1b-10 amd64 MPEG audio decoder libraryii 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 - libraryii libmagickcore-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library -- quantum depth Q16ii 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 Q16ii libmaxminddb0:amd64 1.5.2-1 amd64 IP geolocation database libraryii libmd0:amd64 1.0.3-3 amd64 message digest functions from BSD systems - shared libraryii libmnl0:amd64 1.0.4-3 amd64 minimalistic Netlink communication libraryii libmodplug1:amd64 1:0.8.9.0-3 amd64 shared libraries for mod music based on ModPlugii libmount1:amd64 2.36.1-8+devuan1 amd64 device mounting libraryii libmpcdec6:amd64 2:0.1~r495-2 amd64 MusePack decoder - libraryii 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 handlingii 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 moduleii libnetfilter-acct1:amd64 1.0.3-3 amd64 Netfilter acct libraryii libnetpbm10 2:10.0-15.4 amd64 Graphics conversion tools shared librariesii 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 slangii libnftables1:amd64 0.9.8-3.1 amd64 Netfilter nftables high level userspace API libraryii libnftnl11:amd64 1.1.9-1 amd64 Netfilter nftables userspace API libraryii 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 socketsii libnl-genl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - generic netlinkii libnl-route-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - route interfaceii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threadsii 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 Libraryii libnss3:amd64 2:3.61-1 amd64 Network Security Service librariesii libntlm0:amd64 1.6-3 amd64 NTLM authentication libraryii libnuma1:amd64 2.0.12-1+b1 amd64 Libraries for controlling NUMA policyii libogg0:amd64 1.3.4-0.1 amd64 Ogg bitstream libraryii libopencore-amrnb0:amd64 0.1.5-1 amd64 Adaptive Multi Rate speech codec - shared libraryii libopencore-amrwb0:amd64 0.1.5-1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared libraryii libopenexr25:amd64 2.5.4-2 amd64 runtime files for the OpenEXR image libraryii libopenjp2-7:amd64 2.4.0-3 amd64 JPEG 2000 image compression/decompression libraryii libopus0:amd64 1.3.1-0.1 amd64 Opus codec runtime libraryii libopusfile0 0.9+20170913-1.1 amd64 High-level API for basic manipulation of Ogg Opus audio streamsii libotr5:amd64 4.1.1-4 amd64 Off-the-Record Messaging libraryii libp11-kit0:amd64 0.23.22-1 amd64 library for loading and coordinating access to PKCS#11 modules - runtimeii libpam-elogind:amd64 246.10-2 amd64 elogind PAM moduleii libpam-modules:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAMii libpam-modules-bin 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM - helper binariesii libpam-runtime 1.4.0-9+deb11u1 all Runtime support for the PAM libraryii libpam0g:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules libraryii libpango-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii libpangocairo-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii libpangoft2-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii 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 characteristicsii libparted2:amd64 3.4-1 amd64 disk partition manipulator - shared libraryii libpcap0.8:amd64 1.10.0-2 amd64 system interface for user-level packet captureii libpcaudio0:amd64 1.1-6 amd64 C API to different audio devices - shared libraryii libpci3:amd64 1:3.7.0-5 amd64 PCI utilities (shared library)ii libpciaccess0:amd64 0.16-1 amd64 Generic PCI access library for Xii libpcre2-32-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 32 bit runtime filesii libpcre2-8-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime filesii libpcre3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - runtime filesii 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 libraryii libpipeline1:amd64 1.5.3-1 amd64 Unix process pipeline manipulation libraryii libpixman-1-0:amd64 0.40.0-1 amd64 pixel-manipulation library for X and cairoii 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 documentsii libpolkit-agent-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authentication Agent APIii libpolkit-gobject-elogind-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authorization APIii libpoppler102:amd64 20.09.0-3.1 amd64 PDF rendering libraryii libpopt0:amd64 1.18-2 amd64 lib for parsing cmdline parametersii libportaudio2:amd64 19.6.0-1.1 amd64 Portable audio I/O - shared libraryii libprocps8:amd64 2:3.3.17-5+devuan1 amd64 library for accessing process information from /procii 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++ libraryii 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 librariesii 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 codepagesii librcd0 0.1.13-3+b2 amd64 Library for autodection charset of Russian textii libreadline8:amd64 8.1-1 amd64 GNU readline and history libraries, run-time librariesii librecode0:amd64 3.6-24 amd64 Shared library on which recode is basedii libresid-builder0c2a 2.1.1-15+b1 amd64 SID chip emulation class based on residii librest-0.7-0:amd64 0.8.1-1.1 amd64 REST service access libraryii 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 libraryii libsasl2-2:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - authentication abstraction libraryii libsasl2-modules:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modulesii 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 filterii libsecret-1-0:amd64 0.20.4-2 amd64 Secret storeii libsecret-common 0.20.4-2 all Secret store (common files)ii libselinux1:amd64 3.1-3 amd64 SELinux runtime shared librariesii libsemanage-common 3.1-1 all Common files for SELinux policy management librariesii libsemanage1:amd64 3.1-1+b2 amd64 SELinux policy management libraryii libsensors-config 1:3.6.0-7 all lm-sensors configuration filesii libsensors5:amd64 1:3.6.0-7 amd64 library to read temperature/voltage/fan sensorsii libsepol1:amd64 3.1-1 amd64 SELinux library for manipulating binary security policiesii libsidplay2 2.1.1-15+b1 amd64 SID (MOS 6581) emulation libraryii libsidutils0 2.1.1-15+b1 amd64 utility functions for SID playersii libslang2:amd64 2.3.2-5 amd64 S-Lang programming library - runtime versionii libsm6:amd64 2:1.2.3-1 amd64 X11 Session Management libraryii libsmartcols1:amd64 2.36.1-8+devuan1 amd64 smart column output alignment libraryii libsndfile1:amd64 1.0.31-2 amd64 Library for reading/writing audio filesii libsocket6-perl 0.29-1+b3 amd64 Perl extensions for IPv6ii libsonic0:amd64 0.2.0-10 amd64 Simple library to speed up or slow down speechii libsoup-gnome2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- GNOME support libraryii libsoup2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- Shared libraryii libsox-fmt-alsa:amd64 14.4.2+git20190427-2 amd64 SoX alsa format I/O libraryii libsox-fmt-base:amd64 14.4.2+git20190427-2 amd64 Minimal set of SoX format librariesii libsox3:amd64 14.4.2+git20190427-2 amd64 SoX library of audio effects and processingii libspeex1:amd64 1.2~rc1.2-1.1 amd64 The Speex codec runtime libraryii libsqlite3-0:amd64 3.34.1-3 amd64 SQLite 3 shared libraryii libss2:amd64 1.46.2-2 amd64 command-line interface parsing libraryii libssh2-1:amd64 1.9.0-2 amd64 SSH2 client-side libraryii libssl1.1:amd64 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - shared librariesii libstdc++6:amd64 10.2.1-6 amd64 GNU Standard C++ Library v3ii libtag1v5:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data libraryii libtag1v5-vanilla:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - vanilla flavourii libtagc0:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - C bindingsii 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 terminalii libtext-iconv-perl 1.7-7+b1 amd64 module to convert between character sets in Perlii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrapii libthai-data 0.1.28-3 all Data files for Thai language support libraryii libthai0:amd64 0.1.28-3 amd64 Thai language support libraryii libtidy5deb1:amd64 2:5.6.0-11 amd64 HTML/XML syntax checker and reformatter - shared libraryii libtiff5:amd64 4.2.0-1 amd64 Tag Image File Format (TIFF) libraryii libtinfo6:amd64 6.2+20201114-2 amd64 shared low-level terminfo library for terminal handlingii libtirpc-common 1.3.1-1 all transport-independent RPC library - common filesii libtirpc3:amd64 1.3.1-1 amd64 transport-independent RPC libraryii 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 optimizedii libuchardet0:amd64 0.0.7-1 amd64 universal charset detection library - shared libraryii libunbound8:amd64 1.13.1-1 amd64 library implementing DNS resolution and validationii libunistring2:amd64 0.9.10-4 amd64 Unicode string library for Cii libusb-0.1-4:amd64 2:0.1.12-32 amd64 userspace USB programming libraryii 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 - runtimeii libuuid1:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID libraryii libuv1:amd64 1.40.0-2 amd64 asynchronous event notification library - runtime libraryii libvorbis0a:amd64 1.3.7-1 amd64 decoder library for Vorbis General Audio Compression Codecii libvorbisenc2:amd64 1.3.7-1 amd64 encoder library for Vorbis General Audio Compression Codecii libvorbisfile3:amd64 1.3.7-1 amd64 high-level API for Vorbis General Audio Compression Codecii libvulkan1:amd64 1.2.162.0-1 amd64 Vulkan loader libraryii libwavpack1:amd64 5.4.0-1 amd64 audio codec (lossy and lossless) - libraryii libwayland-client0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - client libraryii libwayland-cursor0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - cursor libraryii libwayland-egl1:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - EGL libraryii libwayland-server0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - server libraryii 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 libraryii libwrap0:amd64 7.6.q-31 amd64 Wietse Venema's TCP wrappers libraryii libx11-6:amd64 2:1.7.2-1 amd64 X11 client-side libraryii libx11-data 2:1.7.2-1 all X11 client-side libraryii libx11-xcb1:amd64 2:1.7.2-1 amd64 Xlib/XCB interface libraryii 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 libraryii libxau6:amd64 1:1.0.9-1 amd64 X11 authorisation libraryii libxaw7:amd64 2:1.0.13-1.1 amd64 X11 Athena Widget libraryii libxcb-dri2-0:amd64 1.14-3 amd64 X C Binding, dri2 extensionii libxcb-dri3-0:amd64 1.14-3 amd64 X C Binding, dri3 extensionii libxcb-glx0:amd64 1.14-3 amd64 X C Binding, glx extensionii libxcb-present0:amd64 1.14-3 amd64 X C Binding, present extensionii libxcb-randr0:amd64 1.14-3 amd64 X C Binding, randr extensionii libxcb-render0:amd64 1.14-3 amd64 X C Binding, render extensionii libxcb-shape0:amd64 1.14-3 amd64 X C Binding, shape extensionii libxcb-shm0:amd64 1.14-3 amd64 X C Binding, shm extensionii libxcb-sync1:amd64 1.14-3 amd64 X C Binding, sync extensionii libxcb-xfixes0:amd64 1.14-3 amd64 X C Binding, xfixes extensionii libxcb1:amd64 1.14-3 amd64 X C Bindingii libxcomposite1:amd64 1:0.4.5-1 amd64 X11 Composite extension libraryii libxcursor1:amd64 1:1.2.0-2 amd64 X cursor management libraryii libxdamage1:amd64 1:1.1.5-2 amd64 X11 damaged region extension libraryii libxdmcp6:amd64 1:1.1.2-3 amd64 X11 Display Manager Control Protocol libraryii libxext6:amd64 2:1.3.3-1.1 amd64 X11 miscellaneous extension libraryii libxfixes3:amd64 1:5.0.3-2 amd64 X11 miscellaneous 'fixes' extension libraryii libxft2:amd64 2.3.2-2 amd64 FreeType-based font drawing library for Xii libxi6:amd64 2:1.7.10-1 amd64 X11 Input extension libraryii libxinerama1:amd64 2:1.1.4-2 amd64 X11 Xinerama extension libraryii libxkbcommon0:amd64 1.0.3-2 amd64 library interface to the XKB compiler - shared libraryii libxkbfile1:amd64 1:1.1.0-1 amd64 X11 keyboard file manipulation libraryii libxml2:amd64 2.9.10+dfsg-6.7 amd64 GNOME XML libraryii libxmu6:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous utility libraryii libxmuu1:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous micro-utility libraryii libxpm4:amd64 1:3.5.12-1 amd64 X11 pixmap libraryii libxrandr2:amd64 2:1.5.1-1 amd64 X11 RandR extension libraryii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client libraryii libxshmfence1:amd64 1.3-1 amd64 X shared memory fences - shared libraryii libxt6:amd64 1:1.2.0-1 amd64 X11 toolkit intrinsics libraryii libxtables12:amd64 1.8.7-1 amd64 netfilter xtables libraryii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension libraryii libxv1:amd64 2:1.0.11-1 amd64 X11 Video extension libraryii libxxf86dga1:amd64 2:1.1.4-1+b3 amd64 X11 Direct Graphics Access extension libraryii libxxf86vm1:amd64 1:1.1.4-1+b2 amd64 X11 XFree86 video mode extension libraryii libxxhash0:amd64 0.8.0-2 amd64 shared library for xxhashii libz3-4:amd64 4.8.10-1 amd64 theorem prover from Microsoft Research - runtime librariesii libzstd1:amd64 1.4.8+dfsg-2.1 amd64 fast lossless compression algorithmii links2 2.21-1+b1 amd64 Web browser running in both graphics and text modeii linux-base 4.6 all Linux image base packageii 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 toolsii logrotate 3.18.0-2 amd64 Log rotation utilityii logsave 1.46.2-2 amd64 save the output of a command in a log fileii lrzsz 0.12.21-10+b1 amd64 Tools for zmodem/xmodem/ymodem file transferii lsb-base 11.1.0 all Linux Standard Base init script functionalityii lsb-release 11.1.0 all Linux Standard Base version reporting utilityii lsof 4.93.2+dfsg-1.1 amd64 utility to list open filesii mailcap 3.69 all Debian's mailcap system, and support programsii man-db 2.9.4-2 amd64 tools for reading manual pagesii manpages 5.10-1 all Manual pages about using a GNU/Linux systemii manpages-dev 5.10-1 all Manual pages about using GNU/Linux for developmentii matanza 0.13+ds2-1 amd64 Space ascii war gameii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing languageii mc 3:4.8.26-1.1 amd64 Midnight Commander - a powerful file managerii mc-data 3:4.8.26-1.1 all Midnight Commander - a powerful file manager -- data filesii mcabber 1.1.2-1 amd64 small Jabber (XMPP) console clientii media-types 4.0.0 all List of standard media types and their usual file extensionii mesa-vulkan-drivers:amd64 20.3.5-1 amd64 Mesa Vulkan graphics driversii mime-support 3.66 all transitional packageii minicom 2.8-2 amd64 Friendly menu driven serial communication programii mlocate 0.26-5 amd64 quickly find files on the filesystem based on their nameii moc 1:2.6.0~svn-r3005-1 amd64 ncurses based console audio playerii moria 5.7.13-1+b1 amd64 Rogue-like game with an infinite dungeon, also known as umoriaii mosh 1.3.2-2.1+b3 amd64 Mobile shell that supports roaming and intelligent local echoii mount 2.36.1-8+devuan1 amd64 tools for mounting and manipulating filesystemsii msmtp 1.8.11-2.1 amd64 light SMTP client with support for server profilesii mtr-tiny 0.94-1+deb11u1 amd64 Full screen ncurses traceroute toolii multitail 6.5.0-3 amd64 view multiple logfiles windowed on consoleii mutt 2.0.5-4.1 amd64 text-based mailreader supporting MIME, GPG, PGP and threadingii nano 5.4-2 amd64 small, friendly text editor inspired by Picoii ncdu 1.15.1-1 amd64 ncurses disk usage viewerii ncurses-base 6.2+20201114-2 all basic terminal type definitionsii ncurses-bin 6.2+20201114-2 amd64 terminal-related programs and man pagesii ncurses-term 6.2+20201114-2 all additional terminal type definitionsii net-tools 1.60+git20181103.0eebece-1+devuan1 amd64 NET-3 networking toolkitii netbase 6.3 all Basic TCP/IP networking systemii netcat-traditional 1.10-46 amd64 TCP/IP swiss army knifeii nethack-common 3.6.6-2+b1 amd64 dungeon crawl game - common filesii nethack-console 3.6.6-2+b1 amd64 dungeon crawl game - text-based interfaceii netpbm 2:10.0-15.4 amd64 Graphics conversion tools between image formatsii nfacct 1.0.2-3 amd64 netfilter accounting object toolii nftables 0.9.8-3.1 amd64 Program to control packet filtering rules by Netfilter projectii ninvaders 0.1.1-4+b1 amd64 A space invaders-like game using ncursesii omega-rpg 1:0.90-pa9-16+b2 amd64 text-based roguelike gameii 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 machinesii openssh-server 1:8.4p1-5 amd64 secure shell (SSH) server, for secure access from remote machinesii openssh-sftp-server 1:8.4p1-5 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machinesii openssl 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - cryptographic utilityii pacman4console 1.3-1+b4 amd64 ncurses-based pacman gameii parallel 20161222-1.1 all build and execute command lines from standard input in parallelii parted 3.4-1 amd64 disk partition manipulatorii passwd 1:4.8.1-1 amd64 change and administer password and group dataii pci.ids 0.0~2021.02.08-1 all PCI ID Repositoryii pciutils 1:3.7.0-5 amd64 PCI utilitiesii pente 2.2.5-10 amd64 five in a row game for X and the consoleii perl 5.32.1-4+deb11u2 amd64 Larry Wall's Practical Extraction and Report Languageii perl-base 5.32.1-4+deb11u2 amd64 minimal Perl systemii perl-modules-5.32 5.32.1-4+deb11u2 all Core Perl modulesii pinentry-curses 1.1.0-4 amd64 curses-based PIN or pass-phrase entry dialog for GnuPGii policykit-1 0.105-31+devuan1 amd64 framework for managing administrative policies and privilegesii policykit-1-gnome 0.105-7 amd64 authentication agent for PolicyKitii poppler-data 0.4.10-1 all encoding data for the poppler PDF rendering libraryii 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 automaticallyii procmail 3.22-26 amd64 Versatile e-mail processorii procps 2:3.3.17-5+devuan1 amd64 /proc file system utilitiesii psmisc 23.4-2 amd64 utilities that use the proc file systemii publicsuffix 20210108.1309-1 all accurate, machine-readable list of domain name suffixesii 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-pkgii 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 Python3ii python3-debconf 1.5.77 all interact with debconf from Python 3ii python3-debian 0.1.39 all Python 3 modules to work with Debian-related data formatsii python3-debianbts 3.1.0 all Python interface to Debian's Bug Tracking Systemii python3-httplib2 0.18.1-3 all comprehensive HTTP client library written for Python3ii 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_resourcesii 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 systemsii python3-requests 2.25.1+dfsg-2 all elegant and simple HTTP library for Python3, built for human beingsii 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 Python3ii 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 applicationii readline-common 8.1-1 all GNU readline and history libraries, common filesii rename 1.13-1 all Perl extension for renaming multiple filesii reportbug 7.10.3+devuan1 all reports bugs in the Devuan or Debian distributionii rpl 1.8.0-2 all replace strings in filesii rsync 3.2.3-4+deb11u1 amd64 fast, versatile, remote (and local) file-copying toolii rsyslog 8.2102.0-2+devuan2 amd64 reliable system and kernel logging daemonii runit-helper 2.10.3 all dh-runit implementation detailii sc 7.16-4+b3 amd64 Text-based spreadsheet with VI-like keybindingsii screen 4.8.0-6 amd64 terminal multiplexer with VT100/ANSI terminal emulationii sed 4.7-1 amd64 GNU stream editor for filtering/transforming textii sensible-utils 0.0.14 all Utilities for sensible alternative selectionii shared-mime-info 2.0-1 amd64 FreeDesktop.org shared MIME database and specii sox 14.4.2+git20190427-2 amd64 Swiss army knife of sound processingii startpar 0.64-3 amd64 run processes in parallel and multiplex their outputii sudo 1.9.5p2-3 amd64 Provide limited super user privileges to specific usersii sudoku 1.0.5-2+b3 amd64 console based sudokuii sysstat 12.5.2-2 amd64 system performance tools for Linuxrc sysv-rc 2.96-7+devuan1 all System-V-like runlevel change mechanismii sysvinit-core 2.96-7+devuan1 amd64 System-V-like initii sysvinit-utils 2.96-7+devuan1 amd64 System-V-like utilitiesii tar 1.34+dfsg-1 amd64 GNU version of the tar archiving utilityii task-console-productivity 3.68+devuan4 all Console productivityii tasksel 3.68+devuan4 all tool for selecting tasks for installation on Devuan systemsii tasksel-data 3.68+devuan4 all official tasks used for installation of Devuan systemsii taskwarrior 2.5.3+dfsg-4 amd64 feature-rich console based todo list managerii telnet 0.17-42 amd64 basic telnet clientii time 1.9-0.1 amd64 GNU time program for measuring CPU resource usageii tin 1:2.4.5-1 amd64 Full-screen easy to use Usenet newsreaderii tmux 3.1c-1+deb11u1 amd64 terminal multiplexerii toilet 0.3-1.3 amd64 display large colourful characters in text modeii toilet-fonts 0.3-1.3 all collection of TOIlet fontsii traceroute 1:2.1.0-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 networkii 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 dataii ucf 3.0043 all Update Configuration File(s): preserve user changes to config filesii unzip 6.0-26 amd64 De-archiver for .zip filesii util-linux 2.36.1-8+devuan1 amd64 miscellaneous system utilitiesii vim-common 2:8.2.2434-3 all Vi IMproved - Common filesii vim-tiny 2:8.2.2434-3 amd64 Vi IMproved - enhanced vi editor - compact versionii w3m 0.5.3+git20210102-6 amd64 WWW browsable pager with excellent tables/frames supportii wamerican 2019.10.06-1 all American English dictionary words for /usr/share/dictii wavemon 0.9.1-1+b1 amd64 Wireless Device Monitoring Applicationii wget 1.21-1+b1 amd64 retrieves files from the webii whiptail 0.52.21-4+b3 amd64 Displays user-friendly dialog boxes from shell scriptsii whois 5.5.10 amd64 intelligent WHOIS clientii wireless-regdb 2020.04.29-2 all wireless regulatory database for Linuxii wireless-tools 30~pre9-13.1 amd64 Tools for manipulating Linux Wireless Extensionsii 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) infrastructureii x11-utils 7.7+5 amd64 X11 utilitiesii xauth 1:1.1-1 amd64 X authentication utilityii xbitmaps 1.1.1-2.1 all Base X bitmapsii xdg-user-dirs 0.17-2 amd64 tool to manage well known user directoriesii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration dataii xterm 366-1 amd64 X terminal emulatorii xxd 2:8.2.2434-3 amd64 tool to make (or reverse) a hex dumpii xz-utils 5.2.5-2 amd64 XZ-format compression utilitiesii yasr 0.6.9-10 amd64 General-purpose console screen readerii zile 2.4.15-2 amd64 very small Emacs-subset editorii zlib1g:amd64 1:1.2.11.dfsg-2 amd64 compression library - runtimeii zsh 5.8-6+b2 amd64 shell with lots of featuresii 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 applicationii adduser 3.118 all add and remove users and groupsii adwaita-icon-theme 3.38.0-1 all default icon theme of GNOMEii alsa-topology-conf 1.2.4-1 all ALSA topology configuration filesii alsa-ucm-conf 1.2.4-2 all ALSA Use Case Manager configuration filesii alsa-utils 1.2.4-1 amd64 Utilities for configuring and using ALSAii apcalc 2.12.7.2-4 all transitional packageii apparmor 2.13.6-10 amd64 user-space parser utility for AppArmorii apt 2.2.4+devuan1 amd64 commandline package managerii apt-listchanges 3.24 all package change history notification toolii apt-utils 2.2.4+devuan1 amd64 package management related utility programsii aspell 0.60.8-3 amd64 GNU Aspell spell-checkerii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspellii 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 filesii base-passwd 3.5.51 amd64 Debian base system master password and group filesii bash 5.1-2+b3 amd64 GNU Bourne Again SHellii bash-completion 1:2.11-2 all programmable completion for the bash shellii bastet 0.43-6+b1 amd64 ncurses Tetris clone with a bastard algorithmii beep 1.4.9-1+b1 amd64 advanced PC-speaker beeperii bind9-dnsutils 1:9.16.15-1 amd64 Clients provided with BIND 9ii bind9-host 1:9.16.15-1 amd64 DNS Lookup Utilityii bind9-libs:amd64 1:9.16.15-1 amd64 Shared Libraries used by BIND 9ii binutils 2.35.2-2 amd64 GNU assembler, linker and binary utilitiesii binutils-common:amd64 2.35.2-2 amd64 Common files for the GNU assembler, linker and binary utilitiesii binutils-x86-64-linux-gnu 2.35.2-2 amd64 GNU binary utilities, for x86-64-linux-gnu targetii bombardier 0.8.3+nmu3 amd64 The GNU Bombing utilityii bootlogd 2.96-7+devuan1 amd64 daemon to log boot messagesii brltty 6.3+dfsg-1 amd64 Access software for a blind person using a braille displayii bsd-mailx 8.1.2-0.20180807cvs-2 amd64 simple mail user agentii bsdextrautils 2.36.1-8+devuan1 amd64 extra utilities from 4.4BSD-Liteii bsdgames 2.17-28 amd64 collection of classic textual unix gamesii bsdutils 1:2.36.1-8+devuan1 amd64 basic utilities from 4.4BSD-Liteii build-essential 12.9 amd64 Informational list of build-essential packagesii busybox 1:1.30.1-6+b3 amd64 Tiny utilities for small and embedded systemsii bzip2 1.0.8-4 amd64 high-quality block-sorting file compressor - utilitiesii ca-certificates 20210119 all Common CA certificatesii caca-utils 0.99.beta19-2.2 amd64 text mode graphics utilitiesii calc 2.12.7.2-4 amd64 Arbitrary precision calculatorii 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 managerii cavezofphear 0.5.1-1.1 amd64 ASCII Boulder Dash cloneii clex 4.6.patch8-1+b1 amd64 command line file manager which uses the ncurses libraryii cmatrix 2.0-3 amd64 simulates the display from "The Matrix"ii console-setup 1.205 all console font and keymap setup programii console-setup-linux 1.205 all Linux specific part of console-setupii coreutils 8.32-4+b1 amd64 GNU core utilitiesii cowsay 3.03+dfsg2-8 all configurable talking cowii cpio 2.13+dfsg-4 amd64 GNU cpio -- a program to manage archives of filesii cpp 4:10.2.1-1 amd64 GNU C preprocessor (cpp)ii cpp-10 10.2.1-6 amd64 GNU C preprocessorii crawl 2:0.26.1-1 amd64 Dungeon Crawl, a text-based roguelike gameii 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 daemonii curl 7.74.0-1.3+b1 amd64 command line tool for transferring data with URL syntaxii curseofwar 1.1.8-3.1 amd64 Fast-paced action strategy game for Linux based on ncursesii dash 0.5.11+git20200708+dd9ef66-5 amd64 POSIX-compliant shellii 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-endii dconf-service 0.38.0-2 amd64 simple configuration storage system - D-Bus serviceii debconf 1.5.77 all Debian configuration management systemii debconf-i18n 1.5.77 all full internationalization support for debconfii debian-archive-keyring 2021.1.1 all GnuPG archive keys of the Debian archiveii debianutils 4.11.2 amd64 Miscellaneous utilities specific to Debianii devuan-keyring 2017.10.03 all GnuPG archive key of the devuan repositoryii dialog 1.3-20201126-1 amd64 Displays user-friendly dialog boxes from shell scriptsii dictionaries-common 1.28.4 all spelling dictionaries - common utilitiesii diffutils 1:3.7-5 amd64 File comparison utilitiesii dirmngr 2.2.27-2 amd64 GNU privacy guard - network certificate management serviceii discover 2.1.2-8 amd64 hardware identification systemii discover-data 2.2013.01.11+nmu1 all Data lists for Discover hardware detection systemii distro-info-data 0.51+devuan1 all information about the distributions' releases (data files)ii dmidecode 3.3-2 amd64 SMBIOS/DMI table decoderii dmsetup 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace libraryii dpkg 1.20.9 amd64 Debian package management systemii dpkg-dev 1.20.9 all Debian package development toolsii dvtm 0.15+40.g311a8c0-1 amd64 Tiling window management for the consoleii e2fsprogs 1.46.2-2 amd64 ext2/ext3/ext4 file system utilitiesii ed 1.17-1 amd64 classic UNIX line editorii edbrowse 3.7.7-2 amd64 /bin/ed-alike webbrowser written in Cii eflite 0.4.1-12 amd64 Festival-Lite based emacspeak speech serverii eject 2.36.1-8+devuan1 amd64 ejects CDs and operates CD-Changers under Linuxii elogind 246.10-2 amd64 user, seat and session management daemonii emacsen-common 3.0.4 all Common facilities for all emacsenii empire 1.16-1 amd64 war game of the centuryii entr 4.7-1 amd64 Run arbitrary commands when files changeii espeak 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizerii espeak-data:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data filesii espeak-ng-data:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: speech data filesii espeakup 1:0.80-20 amd64 Connector between speakup kernel modules and espeakii eudev 3.2.9-10~chimaera1 amd64 /dev/ and hotplug management daemonii exim4-base 4.94.2-7 amd64 support files for all Exim MTA (v4) packagesii 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) daemonii fakeroot 1.25.3-1.1 amd64 tool for simulating superuser privilegesii fbi 2.10-4 amd64 Linux frame buffer image viewerii fbterm 1.7-5 amd64 fast framebuffer based terminal emulator for Linuxii fdisk 2.36.1-8+devuan1 amd64 collection of partitioning utilitiesii fetchmail 6.4.16-4+deb11u1 amd64 SSL enabled POP3, APOP, IMAP mail gatherer/forwarderii figlet 2.2.5-3+b1 amd64 Make large character ASCII banners out of ordinary textii file 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbersii findutils 4.8.0-1 amd64 utilities for finding files--find, xargsii 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 kernelii firmware-realtek 20210315-3 all Binary firmware for Realtek wired/wifi/BT adaptersii fontconfig 2.13.1-4.2 amd64 generic font configuration library - support binariesii fontconfig-config 2.13.1-4.2 all generic font configuration library - configurationii fonts-dejavu-core 2.37-2 all Vera font family derivate with additional charactersii 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 coverageii fonts-urw-base35 20200910-1 all font set metric-compatible with the 35 PostScript Level 2 Base Fontsii fortune-mod 1:1.99.1-7.1 amd64 provides fortune cookies on demandii fortunes-min 1:1.99.1-7.1 all Data files containing selected fortune cookiesii freesweep 1.0.1-2 amd64 text-based minesweeperii ftp 0.17-34.1.1 amd64 classical file transfer clientii g++ 4:10.2.1-1 amd64 GNU C++ compilerii g++-10 10.2.1-6 amd64 GNU C++ compilerii gcc 4:10.2.1-1 amd64 GNU C compilerii gcc-10 10.2.1-6 amd64 GNU C compilerii 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 toolii gdisk 1.0.6-1.1 amd64 GPT fdisk text-mode partitioning toolii geoip-bin 1.6.12-7 amd64 IP lookup command line tools that use the GeoIP libraryii 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 systemii ghostscript 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDFii gir1.2-glib-2.0:amd64 1.66.1-1+b1 amd64 Introspection data for GLib, GObject, Gio and GModuleii gir1.2-ibus-1.0:amd64 1.5.23-2 amd64 Intelligent Input Bus - introspection dataii git 1:2.30.2-1 amd64 fast, scalable, distributed revision control systemii 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 GLibii glib-networking-common 2.66.0-2 all network-related giomodules for GLib - data filesii glib-networking-services 2.66.0-2 amd64 network-related giomodules for GLib - D-Bus servicesii gnuchess 6.2.7-1 amd64 Plays a game of chess, either against the user or against itselfii gnuchess-book 1.02-2 all Opening book for gnuchessii gnupg 2.2.27-2 all GNU privacy guard - a free PGP replacementii gnupg-l10n 2.2.27-2 all GNU privacy guard - localization filesii gnupg-utils 2.2.27-2 amd64 GNU privacy guard - utility programsii 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 operationsii gpg-agent 2.2.27-2 amd64 GNU privacy guard - cryptographic agentii gpg-wks-client 2.2.27-2 amd64 GNU privacy guard - Web Key Service clientii gpg-wks-server 2.2.27-2 amd64 GNU privacy guard - Web Key Service serverii gpgconf 2.2.27-2 amd64 GNU privacy guard - core configuration utilitiesii gpgsm 2.2.27-2 amd64 GNU privacy guard - S/MIME versionii gpgv 2.2.27-2 amd64 GNU privacy guard - signature verification toolii gpm 1.20.7-8 amd64 General Purpose Mouse interfaceii greed 4.2-1 amd64 curses-based clone of the DOS free-ware game Greedii grep 3.6-1 amd64 GNU grep, egrep and fgrepii 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 filesii gsettings-desktop-schemas 3.38.0-2 all GSettings desktop-wide schemasii 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 utilityii gzip 1.10-4 amd64 GNU compression utilitiesii hasciicam 1.1.2-1+b3 amd64 (h)ascii for the masses: live video as textii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themesii hostname 3.23 amd64 utility to set/show the host name or domain nameii htop 3.0.5-7 amd64 interactive processes viewerii i965-va-driver:amd64 2.4.1+dfsg1-1 amd64 VAAPI driver for Intel G45 & HD Graphics familyii iftop 1.0~pre4-7 amd64 displays bandwidth usage information on an network interfaceii ifupdown 0.8.36 amd64 high level tools to configure network interfacesii imagemagick-6-common 8:6.9.11.60+dfsg-1.3 all image manipulation programs -- infrastructureii imagemagick-6.q16 8:6.9.11.60+dfsg-1.3 amd64 image manipulation programs -- quantum depth Q16ii init 1.60+devuan1 amd64 metapackage ensuring an init system is installedii init-system-helpers 1.60+devuan1 all helper tools for all init systemsii 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 systemii insserv 1.21.0-1.1 amd64 boot sequence organizer using LSB init.d script dependency informationii installation-report 2.78 all system installation reportii intel-media-va-driver:amd64 21.1.1+dfsg1-1 amd64 VAAPI driver for the Intel GEN8+ Graphics familyii iotop 0.6-24-g733f3f8-1.1 amd64 simple top-like I/O monitorii iproute2 5.10.0-4 amd64 networking and traffic control toolsii iputils-ping 3:20210202-1 amd64 Tools to test the reachability of network hostsii irssi 1.2.3-1 amd64 terminal based IRC clientii isc-dhcp-client 4.4.1-2.3 amd64 DHCP client for automatically obtaining an IP addressii isc-dhcp-common 4.4.1-2.3 amd64 common manpages relevant to all of the isc-dhcp packagesii iso-codes 4.6.0-1 all ISO language, territory, currency, script codes and their translationsii iw 5.9-3 amd64 tool for configuring Linux wireless devicesii jhead 1:3.04-6 amd64 manipulate the non-image part of Exif compliant JPEG filesii kbd 2.3.0-3 amd64 Linux console font and keytable utilitiesii keyboard-configuration 1.205 all system-wide keyboard preferencesii klibc-utils 2.0.8-6.1 amd64 small utilities built with klibc for early bootii kmod 28-1 amd64 tools for managing Linux kernel modulesii krb5-locales 1.18.3-6+deb11u1 all internationalization support for MIT Kerberosii laptop-detect 0.16 all system chassis type checkerii less 551-2 amd64 pager program similar to moreii lftp 4.8.4-2+b1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programsii libaa1:amd64 1.4p5-48 amd64 ASCII art libraryii libacl1:amd64 2.2.53-10 amd64 access control list - shared libraryii libalgorithm-diff-perl 1.201-1 all module to find differences between filesii 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 dataii libaom0:amd64 1.0.0.errata1-3 amd64 AV1 Video Codec Libraryii libapparmor1:amd64 2.13.6-10 amd64 changehat AppArmor libraryii libapt-pkg6.0:amd64 2.2.4+devuan1 amd64 package management runtime libraryii libasan6:amd64 10.2.1-6 amd64 AddressSanitizer -- a fast memory error detectorii libasound2:amd64 1.2.4-1.1 amd64 shared library for ALSA applicationsii libasound2-data 1.2.4-1.1 all Configuration files and profiles for ALSA driversii libasound2-dev:amd64 1.2.4-1.1 amd64 shared library for ALSA applications -- development filesii libaspell15:amd64 0.60.8-3 amd64 GNU Aspell spell-checker runtime libraryii libassuan0:amd64 2.5.3-7.1 amd64 IPC library for the GnuPG componentsii libasyncns0:amd64 0.8-6+b2 amd64 Asynchronous name service query libraryii libatk-bridge2.0-0:amd64 2.38.0-1 amd64 AT-SPI 2 toolkit bridge - shared libraryii libatk1.0-0:amd64 2.36.0-2 amd64 ATK accessibility toolkitii libatk1.0-data 2.36.0-2 all Common files for the ATK accessibility toolkitii libatomic1:amd64 10.2.1-6 amd64 support library providing __atomic built-in functionsii libatopology2:amd64 1.2.4-1.1 amd64 shared library for handling ALSA topology definitionsii libatspi2.0-0:amd64 2.38.0-4 amd64 Assistive Technology Service Provider Interface - shared libraryii libattr1:amd64 1:2.4.48-6 amd64 extended attribute handling - shared libraryii libaudit-common 1:3.0-2 all Dynamic library for security auditing - common filesii libaudit1:amd64 1:3.0-2 amd64 Dynamic library for security auditingii libavahi-client3:amd64 0.8-5 amd64 Avahi client libraryii libavahi-common-data:amd64 0.8-5 amd64 Avahi common data filesii libavahi-common3:amd64 0.8-5 amd64 Avahi common libraryii libavcodec58:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with de/encoders for audio/video codecs - runtime filesii libavutil56:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with functions for simplifying programming - runtime filesii 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 - headersii libblkid1:amd64 2.36.1-8+devuan1 amd64 block device ID libraryii libbluetooth3:amd64 5.55-3.1 amd64 Library to use the BlueZ Linux Bluetooth stackii 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 libraryii 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 libraryii libbz2-1.0:amd64 1.0.8-4 amd64 high-quality block-sorting file compressor library - runtimeii libc-bin 2.31-13+deb11u2 amd64 GNU C Library: Binariesii libc-dev-bin 2.31-13+deb11u2 amd64 GNU C Library: Development binariesii libc-devtools 2.31-13+deb11u2 amd64 GNU C Library: Development toolsii libc-l10n 2.31-13+deb11u2 all GNU C Library: localization filesii libc6:amd64 2.31-13+deb11u2 amd64 GNU C Library: Shared librariesii libc6-dev:amd64 2.31-13+deb11u2 amd64 GNU C Library: Development Libraries and Header Filesii libcaca0:amd64 0.99.beta19-2.2 amd64 colour ASCII art libraryii 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 libraryii libcanlock3:amd64 3.2.2-1 amd64 library for creating and verifying Usenet cancel locksii libcap-ng0:amd64 0.7.9-2.2+b1 amd64 An alternate POSIX capabilities libraryii 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 GDBii libcodec2-0.9:amd64 0.9.2-4 amd64 Codec2 runtime libraryii libcolord2:amd64 1.4.5-3+devuan1 amd64 system service to manage device colour profiles -- runtimeii libcom-err2:amd64 1.46.2-2 amd64 common error description libraryii libcrypt-dev:amd64 1:4.4.18-4 amd64 libcrypt development filesii libcrypt1:amd64 1:4.4.18-4 amd64 libcrypt shared libraryii 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 libraryii 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 libraryii 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 IPCii libdconf1:amd64 0.38.0-2 amd64 simple configuration storage system - runtime libraryii libde265-0:amd64 1.0.8-1 amd64 Open H.265 video codec implementationii 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 decompressionii libdevmapper1.02.1:amd64 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace libraryii 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 libraryii libdjvulibre-text 3.5.28-2 all Linguistic support files for libdjvulibreii libdjvulibre21:amd64 3.5.28-2 amd64 Runtime support for the DjVu image formatii libdns-export1110 1:9.11.19+dfsg-2.1 amd64 Exported DNS Shared Libraryii libdpkg-perl 1.20.9 all Dpkg perl modulesii libdrm-amdgpu1:amd64 2.4.104-1 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtimeii libdrm-common 2.4.104-1 all Userspace interface to kernel DRM services -- common filesii libdrm-intel1:amd64 2.4.104-1 amd64 Userspace interface to intel-specific kernel DRM services -- runtimeii libdrm-nouveau2:amd64 2.4.104-1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtimeii libdrm-radeon1:amd64 2.4.104-1 amd64 Userspace interface to radeon-specific kernel DRM services -- runtimeii libdrm2:amd64 2.4.104-1 amd64 Userspace interface to kernel DRM services -- runtimeii libduktape205:amd64 2.5.0-2 amd64 embeddable Javascript engine, libraryii libedit2:amd64 3.1-20191231-2+b1 amd64 BSD editline and history librariesii libefiboot1:amd64 37-6 amd64 Library to manage UEFI variablesii libefivar1:amd64 37-6 amd64 Library to manage UEFI variablesii libegl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL development filesii libegl-mesa0:amd64 20.3.5-1 amd64 free implementation of the EGL API -- Mesa vendor libraryii libegl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL supportii libegl1-mesa-dev:amd64 20.3.5-1 amd64 free implementation of the EGL API -- development filesii 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 filesii libelogind0:amd64 246.10-2 amd64 user, seat and session management libraryii libenca0:amd64 1.19-1+b1 amd64 Extremely Naive Charset Analyser - shared library filesii libepoxy0:amd64 1.5.5-1 amd64 OpenGL function pointer management libraryii liberror-perl 0.17029-1 all Perl module for error/exception handling in an OO-ish wayii libespeak-ng1:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: shared libraryii libespeak1:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: shared libraryii 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 filesii libeudev1:amd64 3.2.9-10~chimaera1 amd64 libeudev shared libraryii libevdev2:amd64 1.11.0+dfsg-1 amd64 wrapper library for evdev devicesii libevent-2.1-7:amd64 2.1.12-stable-1 amd64 Asynchronous event notification libraryii libexif12:amd64 0.6.22-3 amd64 library to parse EXIF filesii libexpat1:amd64 2.2.10-2 amd64 XML parsing C library - runtime libraryii libexpat1-dev:amd64 2.2.10-2 amd64 XML parsing C library - development kitii libext2fs2:amd64 1.46.2-2 amd64 ext2/ext3/ext4 file system librariesii libfaad2:amd64 2.10.0-1 amd64 freeware Advanced Audio Decoder - runtime filesii libfakeroot:amd64 1.25.3-1.1 amd64 tool for simulating superuser privileges - shared librariesii libfastjson4:amd64 0.99.9-1 amd64 fast json library for Cii libfdisk1:amd64 2.36.1-8+devuan1 amd64 fdisk partitioning libraryii libffi-dev:amd64 3.3-6 amd64 Foreign Function Interface library (development files)ii libffi7:amd64 3.3-6 amd64 Foreign Function Interface library runtimeii libfftw3-double3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Double precisionii libfftw3-single3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Single precisionii libfido2-1:amd64 1.6.0-2 amd64 library for generating and verifying FIDO 2.0 objectsii 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 libraryii libflite1:amd64 2.2-2 amd64 Small run-time speech synthesis engine - shared librariesii libfontconfig-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - developmentii libfontconfig1:amd64 2.13.1-4.2 amd64 generic font configuration library - runtimeii libfontconfig1-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - dummy packageii libfontenc1:amd64 1:1.1.4-1 amd64 X11 font encoding libraryii libfreetype-dev:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, development filesii libfreetype6:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, shared library filesii 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 algorithmii libfstrm0:amd64 0.6.0-1+b1 amd64 Frame Streams (fstrm) libraryii libftp4:amd64 4.0-1-4 amd64 Library of callable ftp routinesii libfuse2:amd64 2.9.9-5 amd64 Filesystem in Userspace (library)ii libgbm1:amd64 20.3.5-1 amd64 generic buffer management API -- runtimeii 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 libraryii libgcrypt20:amd64 1.8.7-6 amd64 LGPL Crypto library - runtime libraryii libgd3:amd64 2.3.0-2 amd64 GD Graphics Libraryii 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 libraryii 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 filesii libgeoip1:amd64 1.6.12-7 amd64 non-DNS IP-to-country resolver libraryii 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 filesii libgl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- legacy GL supportii libgl1-mesa-dev:amd64 20.3.5-1 amd64 transitional dummy packageii libgl1-mesa-dri:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- DRI modulesii libglapi-mesa:amd64 20.3.5-1 amd64 free implementation of the GL API -- shared libraryii libgles-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLES development filesii libgles1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv1 supportii libgles2:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv2 supportii libglib2.0-0:amd64 2.66.8-1 amd64 GLib library of C routinesii libglib2.0-bin 2.66.8-1 amd64 Programs for the GLib libraryii libglib2.0-data 2.66.8-1 all Common files for GLib libraryii libglib2.0-dev:amd64 2.66.8-1 amd64 Development files for the GLib libraryii libglib2.0-dev-bin 2.66.8-1 amd64 Development utilities for the GLib libraryii 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 filesii libglvnd-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- development filesii libglvnd0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch libraryii libglx-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX development filesii libglx-mesa0:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- GLX vendor libraryii libglx0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX supportii libgmp10:amd64 2:6.2.1+dfsg-1 amd64 Multiprecision arithmetic libraryii libgnutls-dane0:amd64 3.7.1-5 amd64 GNU TLS library - DANE security supportii libgnutls30:amd64 3.7.1-5 amd64 GNU TLS library - main runtime libraryii libgomp1:amd64 10.2.1-6 amd64 GCC OpenMP (GOMP) support libraryii libgpg-error0:amd64 1.38-2 amd64 GnuPG development runtime libraryii 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 libraryii libgraphite2-3:amd64 1.3.14-1 amd64 Font rendering engine for Complex Scripts -- libraryii libgs9:amd64 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF - Libraryii libgs9-common 9.53.3~dfsg-7+deb11u1 all interpreter for the PostScript language and for PDF - common filesii libgsasl7:amd64 1.10.0-4 amd64 GNU SASL libraryii libgsm1:amd64 1.0.18-2 amd64 Shared libraries for GSM speech compressorii libgssapi-krb5-2:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanismii libgtk-3-0:amd64 3.24.24-4 amd64 GTK graphical user interface libraryii libgtk-3-bin 3.24.24-4 amd64 programs for the GTK graphical user interface libraryii libgtk-3-common 3.24.24-4 all common files for the GTK graphical user interface libraryii libgudev-1.0-0:amd64 234-1 amd64 GObject-based wrapper library for libudevii 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 libraryii 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 libraryii libibus-1.0-dev:amd64 1.5.23-2 amd64 Intelligent Input Bus - development fileii 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 libraryii libicu67:amd64 67.1-7 amd64 International Components for Unicodeii libid3tag0:amd64 0.15.1b-14 amd64 ID3 tag reading library from the MAD projectii libidn11:amd64 1.33-3 amd64 GNU Libidn library, implementation of IETF IDN specificationsii libidn2-0:amd64 2.3.0-5 amd64 Internationalized domain names (IDNA2008/TR46) libraryii libigdgmm11:amd64 20.4.1+ds1-1 amd64 Intel Graphics Memory Management Library -- shared libraryii libijs-0.35:amd64 0.35-15 amd64 IJS raster image transport protocol: shared libraryii libilmbase25:amd64 2.5.4-1 amd64 several utility libraries from ILM used by OpenEXRii libimlib2:amd64 1.7.1-2 amd64 image loading, rendering, saving libraryii libinput-bin 1.16.4-3 amd64 input device management and event handling library - udev quirksii libinput10:amd64 1.16.4-3 amd64 input device management and event handling library - shared libraryii 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 Libraryii libisl23:amd64 0.23-1 amd64 manipulating sets and relations of integer points bounded by linear constraintsii libitm1:amd64 10.2.1-6 amd64 GNU Transactional Memory Libraryii libiw30:amd64 30~pre9-13.1 amd64 Wireless tools - libraryii 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 dataii libjbig0:amd64 2.1-3.1+b2 amd64 JBIGkit librariesii libjbig2dec0:amd64 0.19-2 amd64 JBIG2 decoder library - shared librariesii libjpeg-turbo-progs 1:2.0.6-4 amd64 Programs for manipulating JPEG filesii libjpeg62-turbo:amd64 1:2.0.6-4 amd64 libjpeg-turbo JPEG runtime libraryii libjson-c5:amd64 0.15-2 amd64 JSON manipulation library - shared libraryii libjson-glib-1.0-0:amd64 1.6.2-1 amd64 GLib JSON manipulation libraryii 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 appsii libjxr0:amd64 1.1-6+b1 amd64 JPEG-XR lib - librariesii libk5crypto3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Crypto Libraryii 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 initramfsii libkmod2:amd64 28-1 amd64 libkmod shared libraryii libkrb5-3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime librariesii libkrb5support0:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Support libraryii libksba8:amd64 1.5.0-3 amd64 X.509 and CMS support libraryii liblcms2-2:amd64 2.12~rc1-2 amd64 Little CMS 2 color management libraryii libldap-2.4-2:amd64 2.4.57+dfsg-3 amd64 OpenLDAP librariesii libldap-common 2.4.57+dfsg-3 all OpenLDAP common files for librariesii libllvm11:amd64 1:11.0.1-2 amd64 Modular compiler and toolchain technologies, runtime libraryii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared libraryii liblocale-gettext-perl 1.07-4+b1 amd64 module using libc functions for internationalization in Perlii liblockfile-bin 1.17-1+b1 amd64 support binaries for and cli utilities based on liblockfileii liblockfile1:amd64 1.17-1+b1 amd64 NFS-safe locking libraryii liblognorm5:amd64 2.0.5-1.1 amd64 log normalizing libraryii libloudmouth1-0:amd64 1.5.3-6 amd64 Lightweight C Jabber libraryii liblouis-data 3.16.0-1 all Braille translation library - dataii liblouis20:amd64 3.16.0-1 amd64 Braille translation library - shared libsii liblqr-1-0:amd64 0.4.2-2.1 amd64 converts plain array images into multi-size representationii 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 libtoolii liblua5.1-0:amd64 5.1.5-8.1+b3 amd64 Shared library for the Lua interpreter version 5.1ii 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 - runtimeii liblzma5:amd64 5.2.5-2 amd64 XZ-format compression libraryii libmad0:amd64 0.15.1b-10 amd64 MPEG audio decoder libraryii 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 - libraryii libmagickcore-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library -- quantum depth Q16ii 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 Q16ii libmaxminddb0:amd64 1.5.2-1 amd64 IP geolocation database libraryii libmd0:amd64 1.0.3-3 amd64 message digest functions from BSD systems - shared libraryii libmfx1:amd64 21.1.0-1 amd64 Intel Media SDK -- shared libraryii libmnl0:amd64 1.0.4-3 amd64 minimalistic Netlink communication libraryii libmodplug1:amd64 1:0.8.9.0-3 amd64 shared libraries for mod music based on ModPlugii libmount-dev:amd64 2.36.1-8+devuan1 amd64 device mounting library - headersii libmount1:amd64 2.36.1-8+devuan1 amd64 device mounting libraryii libmp3lame0:amd64 3.100-3 amd64 MP3 encoding libraryii libmpc3:amd64 1.2.0-1 amd64 multiple precision complex floating-point libraryii libmpcdec6:amd64 2:0.1~r495-2 amd64 MusePack decoder - libraryii 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 computationii libmtdev1:amd64 1.1.6-1 amd64 Multitouch Protocol Translation Library - shared libraryii libncurses6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handlingii 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 moduleii libnetfilter-acct1:amd64 1.0.3-3 amd64 Netfilter acct libraryii libnetpbm10 2:10.0-15.4 amd64 Graphics conversion tools shared librariesii 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 slangii libnftables1:amd64 0.9.8-3.1 amd64 Netfilter nftables high level userspace API libraryii libnftnl11:amd64 1.1.9-1 amd64 Netfilter nftables userspace API libraryii 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 socketsii libnl-genl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - generic netlinkii libnl-route-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - route interfaceii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threadsii libnsl-dev:amd64 1.3.0-2 amd64 libnsl development filesii 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 Libraryii libnss3:amd64 2:3.61-1 amd64 Network Security Service librariesii libntlm0:amd64 1.6-3 amd64 NTLM authentication libraryii libnuma1:amd64 2.0.12-1+b1 amd64 Libraries for controlling NUMA policyii libogg0:amd64 1.3.4-0.1 amd64 Ogg bitstream libraryii libopencore-amrnb0:amd64 0.1.5-1 amd64 Adaptive Multi Rate speech codec - shared libraryii libopencore-amrwb0:amd64 0.1.5-1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared libraryii libopenexr25:amd64 2.5.4-2 amd64 runtime files for the OpenEXR image libraryii libopengl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL development filesii libopengl0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL supportii libopenjp2-7:amd64 2.4.0-3 amd64 JPEG 2000 image compression/decompression libraryii libopus0:amd64 1.3.1-0.1 amd64 Opus codec runtime libraryii libopusfile0 0.9+20170913-1.1 amd64 High-level API for basic manipulation of Ogg Opus audio streamsii libotr5:amd64 4.1.1-4 amd64 Off-the-Record Messaging libraryii libp11-kit0:amd64 0.23.22-1 amd64 library for loading and coordinating access to PKCS#11 modules - runtimeii libpam-elogind:amd64 246.10-2 amd64 elogind PAM moduleii libpam-modules:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAMii libpam-modules-bin 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM - helper binariesii libpam-runtime 1.4.0-9+deb11u1 all Runtime support for the PAM libraryii libpam0g:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules libraryii libpango-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii libpangocairo-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii libpangoft2-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii 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 characteristicsii libparted2:amd64 3.4-1 amd64 disk partition manipulator - shared libraryii libpcap0.8:amd64 1.10.0-2 amd64 system interface for user-level packet captureii libpcaudio0:amd64 1.1-6 amd64 C API to different audio devices - shared libraryii libpci3:amd64 1:3.7.0-5 amd64 PCI utilities (shared library)ii libpciaccess0:amd64 0.16-1 amd64 Generic PCI access library for Xii libpcre16-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 16 bit runtime filesii libpcre2-16-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 16 bit runtime filesii libpcre2-32-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 32 bit runtime filesii libpcre2-8-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime filesii libpcre2-dev:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - development filesii libpcre2-posix2:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - posix-compatible runtime filesii libpcre3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - runtime filesii libpcre3-dev:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - development filesii libpcre32-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 32 bit runtime filesii libpcrecpp0v5:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - C++ runtime filesii 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 libraryii libpipeline1:amd64 1.5.3-1 amd64 Unix process pipeline manipulation libraryii libpixman-1-0:amd64 0.40.0-1 amd64 pixel-manipulation library for X and cairoii 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 documentsii libpolkit-agent-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authentication Agent APIii libpolkit-gobject-elogind-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authorization APIii libpoppler102:amd64 20.09.0-3.1 amd64 PDF rendering libraryii libpopt0:amd64 1.18-2 amd64 lib for parsing cmdline parametersii libportaudio2:amd64 19.6.0-1.1 amd64 Portable audio I/O - shared libraryii libprocps8:amd64 2:3.3.17-5+devuan1 amd64 library for accessing process information from /procii 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++ libraryii 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 filesii libpulse-dev:amd64 14.2-2 amd64 PulseAudio client development headers and librariesii libpulse-mainloop-glib0:amd64 14.2-2 amd64 PulseAudio client libraries (glib support)ii libpulse0:amd64 14.2-2 amd64 PulseAudio client librariesii 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 Libraryii 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 codepagesii librcd0 0.1.13-3+b2 amd64 Library for autodection charset of Russian textii libreadline8:amd64 8.1-1 amd64 GNU readline and history libraries, run-time librariesii librecode0:amd64 3.6-24 amd64 Shared library on which recode is basedii libresid-builder0c2a 2.1.1-15+b1 amd64 SID chip emulation class based on residii librest-0.7-0:amd64 0.8.1-1.1 amd64 REST service access libraryii 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 libraryii libsasl2-2:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - authentication abstraction libraryii libsasl2-modules:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modulesii 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 Layerii libsdl2-dev:amd64 2.0.14+dfsg2-3 amd64 Simple DirectMedia Layer development filesii libseccomp2:amd64 2.5.1-1 amd64 high level interface to Linux seccomp filterii libsecret-1-0:amd64 0.20.4-2 amd64 Secret storeii libsecret-common 0.20.4-2 all Secret store (common files)ii libselinux1:amd64 3.1-3 amd64 SELinux runtime shared librariesii libselinux1-dev:amd64 3.1-3 amd64 SELinux development headersii libsemanage-common 3.1-1 all Common files for SELinux policy management librariesii libsemanage1:amd64 3.1-1+b2 amd64 SELinux policy management libraryii libsensors-config 1:3.6.0-7 all lm-sensors configuration filesii libsensors5:amd64 1:3.6.0-7 amd64 library to read temperature/voltage/fan sensorsii libsepol1:amd64 3.1-1 amd64 SELinux library for manipulating binary security policiesii libsepol1-dev:amd64 3.1-1 amd64 SELinux binary policy manipulation library and development filesii libshine3:amd64 3.1.1-2 amd64 Fixed-point MP3 encoding library - runtime filesii libsidplay2 2.1.1-15+b1 amd64 SID (MOS 6581) emulation libraryii libsidutils0 2.1.1-15+b1 amd64 utility functions for SID playersii libslang2:amd64 2.3.2-5 amd64 S-Lang programming library - runtime versionii 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 libraryii libsmartcols1:amd64 2.36.1-8+devuan1 amd64 smart column output alignment libraryii libsnappy1v5:amd64 1.1.8-1 amd64 fast compression/decompression libraryii libsndfile1:amd64 1.0.31-2 amd64 Library for reading/writing audio filesii libsndio-dev:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, development filesii libsndio7.0:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, runtime librariesii libsocket6-perl 0.29-1+b3 amd64 Perl extensions for IPv6ii libsonic0:amd64 0.2.0-10 amd64 Simple library to speed up or slow down speechii libsoup-gnome2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- GNOME support libraryii libsoup2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- Shared libraryii libsox-fmt-alsa:amd64 14.4.2+git20190427-2 amd64 SoX alsa format I/O libraryii libsox-fmt-base:amd64 14.4.2+git20190427-2 amd64 Minimal set of SoX format librariesii libsox3:amd64 14.4.2+git20190427-2 amd64 SoX library of audio effects and processingii libsoxr0:amd64 0.1.3-4 amd64 High quality 1D sample-rate conversion libraryii libspeex1:amd64 1.2~rc1.2-1.1 amd64 The Speex codec runtime libraryii libsqlite3-0:amd64 3.34.1-3 amd64 SQLite 3 shared libraryii libss2:amd64 1.46.2-2 amd64 command-line interface parsing libraryii libssh2-1:amd64 1.9.0-2 amd64 SSH2 client-side libraryii libssl1.1:amd64 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - shared librariesii 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 v3ii libswresample3:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library for audio resampling, rematrixing etc. - runtime filesii libtag1v5:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data libraryii libtag1v5-vanilla:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - vanilla flavourii libtagc0:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - C bindingsii 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 terminalii libtext-iconv-perl 1.7-7+b1 amd64 module to convert between character sets in Perlii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrapii libthai-data 0.1.28-3 all Data files for Thai language support libraryii libthai0:amd64 0.1.28-3 amd64 Thai language support libraryii libtheora0:amd64 1.1.1+dfsg.1-15 amd64 Theora Video Compression Codecii libtidy5deb1:amd64 2:5.6.0-11 amd64 HTML/XML syntax checker and reformatter - shared libraryii libtiff5:amd64 4.2.0-1 amd64 Tag Image File Format (TIFF) libraryii libtinfo6:amd64 6.2+20201114-2 amd64 shared low-level terminfo library for terminal handlingii libtirpc-common 1.3.1-1 all transport-independent RPC library - common filesii libtirpc-dev:amd64 1.3.1-1 amd64 transport-independent RPC library - development filesii libtirpc3:amd64 1.3.1-1 amd64 transport-independent RPC libraryii 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 optimizedii libtwolame0:amd64 0.4.0-2 amd64 MPEG Audio Layer 2 encoding libraryii 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 libraryii libudev-dev:amd64 1:3.2.9+devuan4 amd64 Transitional package for libeudev-devii libunbound8:amd64 1.13.1-1 amd64 library implementing DNS resolution and validationii libunistring2:amd64 0.9.10-4 amd64 Unicode string library for Cii libunwind8:amd64 1.3.2-2 amd64 library to determine the call-chain of a program - runtimeii libusb-0.1-4:amd64 2:0.1.12-32 amd64 userspace USB programming libraryii 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 - runtimeii libuuid1:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID libraryii libuv1:amd64 1.40.0-2 amd64 asynchronous event notification library - runtime libraryii libva-drm2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- DRM runtimeii libva-x11-2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- X11 runtimeii libva2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- runtimeii libvdpau-va-gl1:amd64 0.4.2-1+b1 amd64 VDPAU driver with OpenGL/VAAPI backendii 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 Codecii libvorbisenc2:amd64 1.3.7-1 amd64 encoder library for Vorbis General Audio Compression Codecii libvorbisfile3:amd64 1.3.7-1 amd64 high-level API for Vorbis General Audio Compression Codecii 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 libraryii libwacom-bin 1.8-2 amd64 Wacom model feature query library -- binariesii libwacom-common 1.8-2 all Wacom model feature query library (common files)ii libwacom2:amd64 1.8-2 amd64 Wacom model feature query libraryii libwavpack1:amd64 5.4.0-1 amd64 audio codec (lossy and lossless) - libraryii libwayland-bin 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - binary utilitiesii libwayland-client0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - client libraryii libwayland-cursor0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - cursor libraryii libwayland-dev:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - development filesii libwayland-egl1:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - EGL libraryii libwayland-server0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - server libraryii 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 libraryii libwrap0:amd64 7.6.q-31 amd64 Wietse Venema's TCP wrappers libraryii libx11-6:amd64 2:1.7.2-1 amd64 X11 client-side libraryii libx11-data 2:1.7.2-1 all X11 client-side libraryii 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 libraryii libx264-160:amd64 2:0.160.3011+gitcde9a93-2.1 amd64 x264 video coding libraryii 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 libraryii libxatracker2:amd64 20.3.5-1 amd64 X acceleration library -- runtimeii 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 libraryii libxaw7:amd64 2:1.0.13-1.1 amd64 X11 Athena Widget libraryii libxcb-dri2-0:amd64 1.14-3 amd64 X C Binding, dri2 extensionii libxcb-dri3-0:amd64 1.14-3 amd64 X C Binding, dri3 extensionii libxcb-glx0:amd64 1.14-3 amd64 X C Binding, glx extensionii libxcb-present0:amd64 1.14-3 amd64 X C Binding, present extensionii libxcb-randr0:amd64 1.14-3 amd64 X C Binding, randr extensionii libxcb-render0:amd64 1.14-3 amd64 X C Binding, render extensionii libxcb-shape0:amd64 1.14-3 amd64 X C Binding, shape extensionii libxcb-shm0:amd64 1.14-3 amd64 X C Binding, shm extensionii libxcb-sync1:amd64 1.14-3 amd64 X C Binding, sync extensionii libxcb-util1:amd64 0.4.0-1+b1 amd64 utility libraries for X C Binding -- atom, aux and eventii libxcb-xfixes0:amd64 1.14-3 amd64 X C Binding, xfixes extensionii libxcb1:amd64 1.14-3 amd64 X C Bindingii libxcb1-dev:amd64 1.14-3 amd64 X C Binding, development filesii libxcomposite1:amd64 1:0.4.5-1 amd64 X11 Composite extension libraryii 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 libraryii libxdamage1:amd64 1:1.1.5-2 amd64 X11 damaged region extension libraryii 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 libraryii 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 libraryii 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 libraryii libxfont2:amd64 1:2.0.4-1 amd64 X11 font rasterisation libraryii 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 Xii 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 libraryii 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 libraryii libxkbcommon-dev:amd64 1.0.3-2 amd64 library interface to the XKB compiler - development filesii libxkbcommon0:amd64 1.0.3-2 amd64 library interface to the XKB compiler - shared libraryii libxkbfile1:amd64 1:1.1.0-1 amd64 X11 keyboard file manipulation libraryii libxml2:amd64 2.9.10+dfsg-6.7 amd64 GNOME XML libraryii libxmu6:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous utility libraryii libxmuu1:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous micro-utility libraryii libxpm4:amd64 1:3.5.12-1 amd64 X11 pixmap libraryii 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 libraryii 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 libraryii libxshmfence1:amd64 1.3-1 amd64 X shared memory fences - shared libraryii 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 libraryii 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 libraryii libxtables12:amd64 1.8.7-1 amd64 netfilter xtables libraryii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension libraryii 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 libraryii 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 libraryii libxxf86dga1:amd64 2:1.1.4-1+b3 amd64 X11 Direct Graphics Access extension libraryii 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 libraryii libxxhash0:amd64 0.8.0-2 amd64 shared library for xxhashii libz3-4:amd64 4.8.10-1 amd64 theorem prover from Microsoft Research - runtime librariesii libzstd1:amd64 1.4.8+dfsg-2.1 amd64 fast lossless compression algorithmii libzvbi-common 0.2.35-18 all Vertical Blanking Interval decoder (VBI) - common filesii libzvbi0:amd64 0.2.35-18 amd64 Vertical Blanking Interval decoder (VBI) - runtime filesii links2 2.21-1+b1 amd64 Web browser running in both graphics and text modeii linux-base 4.6 all Linux image base packageii 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 developmentii locales 2.31-13+deb11u2 all GNU C Library: National Language (locale) data [support]ii login 1:4.8.1-1 amd64 system login toolsii logrotate 3.18.0-2 amd64 Log rotation utilityii logsave 1.46.2-2 amd64 save the output of a command in a log fileii lrzsz 0.12.21-10+b1 amd64 Tools for zmodem/xmodem/ymodem file transferii lsb-base 11.1.0 all Linux Standard Base init script functionalityii lsb-release 11.1.0 all Linux Standard Base version reporting utilityii lsof 4.93.2+dfsg-1.1 amd64 utility to list open filesii mailcap 3.69 all Debian's mailcap system, and support programsii make 4.3-4.1 amd64 utility for directing compilationii man-db 2.9.4-2 amd64 tools for reading manual pagesii manpages 5.10-1 all Manual pages about using a GNU/Linux systemii manpages-dev 5.10-1 all Manual pages about using GNU/Linux for developmentii matanza 0.13+ds2-1 amd64 Space ascii war gameii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing languageii mc 3:4.8.26-1.1 amd64 Midnight Commander - a powerful file managerii mc-data 3:4.8.26-1.1 all Midnight Commander - a powerful file manager -- data filesii mcabber 1.1.2-1 amd64 small Jabber (XMPP) console clientii media-types 4.0.0 all List of standard media types and their usual file extensionii mesa-va-drivers:amd64 20.3.5-1 amd64 Mesa VA-API video acceleration driversii mesa-vdpau-drivers:amd64 20.3.5-1 amd64 Mesa VDPAU video acceleration driversii mesa-vulkan-drivers:amd64 20.3.5-1 amd64 Mesa Vulkan graphics driversii mime-support 3.66 all transitional packageii minicom 2.8-2 amd64 Friendly menu driven serial communication programii mlocate 0.26-5 amd64 quickly find files on the filesystem based on their nameii moc 1:2.6.0~svn-r3005-1 amd64 ncurses based console audio playerii moria 5.7.13-1+b1 amd64 Rogue-like game with an infinite dungeon, also known as umoriaii mosh 1.3.2-2.1+b3 amd64 Mobile shell that supports roaming and intelligent local echoii mount 2.36.1-8+devuan1 amd64 tools for mounting and manipulating filesystemsii msmtp 1.8.11-2.1 amd64 light SMTP client with support for server profilesii mtr-tiny 0.94-1+deb11u1 amd64 Full screen ncurses traceroute toolii multitail 6.5.0-3 amd64 view multiple logfiles windowed on consoleii mutt 2.0.5-4.1 amd64 text-based mailreader supporting MIME, GPG, PGP and threadingii nano 5.4-2 amd64 small, friendly text editor inspired by Picoii ncdu 1.15.1-1 amd64 ncurses disk usage viewerii ncurses-base 6.2+20201114-2 all basic terminal type definitionsii ncurses-bin 6.2+20201114-2 amd64 terminal-related programs and man pagesii ncurses-term 6.2+20201114-2 all additional terminal type definitionsii net-tools 1.60+git20181103.0eebece-1+devuan1 amd64 NET-3 networking toolkitii netbase 6.3 all Basic TCP/IP networking systemii netcat-traditional 1.10-46 amd64 TCP/IP swiss army knifeii nethack-common 3.6.6-2+b1 amd64 dungeon crawl game - common filesii nethack-console 3.6.6-2+b1 amd64 dungeon crawl game - text-based interfaceii netpbm 2:10.0-15.4 amd64 Graphics conversion tools between image formatsii nfacct 1.0.2-3 amd64 netfilter accounting object toolii nftables 0.9.8-3.1 amd64 Program to control packet filtering rules by Netfilter projectii ninvaders 0.1.1-4+b1 amd64 A space invaders-like game using ncursesii ocl-icd-libopencl1:amd64 2.2.14-2 amd64 Generic OpenCL ICD Loaderii omega-rpg 1:0.90-pa9-16+b2 amd64 text-based roguelike gameii 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 machinesii openssh-server 1:8.4p1-5 amd64 secure shell (SSH) server, for secure access from remote machinesii openssh-sftp-server 1:8.4p1-5 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machinesii openssl 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - cryptographic utilityii pacman4console 1.3-1+b4 amd64 ncurses-based pacman gameii parallel 20161222-1.1 all build and execute command lines from standard input in parallelii parted 3.4-1 amd64 disk partition manipulatorii passwd 1:4.8.1-1 amd64 change and administer password and group dataii patch 2.7.6-7 amd64 Apply a diff file to an originalii pci.ids 0.0~2021.02.08-1 all PCI ID Repositoryii pciutils 1:3.7.0-5 amd64 PCI utilitiesii pente 2.2.5-10 amd64 five in a row game for X and the consoleii perl 5.32.1-4+deb11u2 amd64 Larry Wall's Practical Extraction and Report Languageii perl-base 5.32.1-4+deb11u2 amd64 minimal Perl systemii perl-modules-5.32 5.32.1-4+deb11u2 all Core Perl modulesii pinentry-curses 1.1.0-4 amd64 curses-based PIN or pass-phrase entry dialog for GnuPGii pkg-config 0.29.2-1 amd64 manage compile and link flags for librariesii policykit-1 0.105-31+devuan1 amd64 framework for managing administrative policies and privilegesii policykit-1-gnome 0.105-7 amd64 authentication agent for PolicyKitii poppler-data 0.4.10-1 all encoding data for the poppler PDF rendering libraryii 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 automaticallyii procmail 3.22-26 amd64 Versatile e-mail processorii procps 2:3.3.17-5+devuan1 amd64 /proc file system utilitiesii psmisc 23.4-2 amd64 utilities that use the proc file systemii publicsuffix 20210108.1309-1 all accurate, machine-readable list of domain name suffixesii 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-pkgii 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 Python3ii python3-debconf 1.5.77 all interact with debconf from Python 3ii python3-debian 0.1.39 all Python 3 modules to work with Debian-related data formatsii python3-debianbts 3.1.0 all Python interface to Debian's Bug Tracking Systemii python3-distutils 3.9.2-1 all distutils package for Python 3.xii python3-httplib2 0.18.1-3 all comprehensive HTTP client library written for Python3ii 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_resourcesii 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 systemsii python3-requests 2.25.1+dfsg-2 all elegant and simple HTTP library for Python3, built for human beingsii 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 Python3ii 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 applicationii readline-common 8.1-1 all GNU readline and history libraries, common filesii rename 1.13-1 all Perl extension for renaming multiple filesii reportbug 7.10.3+devuan1 all reports bugs in the Devuan or Debian distributionii rpl 1.8.0-2 all replace strings in filesii rsync 3.2.3-4+deb11u1 amd64 fast, versatile, remote (and local) file-copying toolii rsyslog 8.2102.0-2+devuan2 amd64 reliable system and kernel logging daemonii runit-helper 2.10.3 all dh-runit implementation detailii sc 7.16-4+b3 amd64 Text-based spreadsheet with VI-like keybindingsii screen 4.8.0-6 amd64 terminal multiplexer with VT100/ANSI terminal emulationii sed 4.7-1 amd64 GNU stream editor for filtering/transforming textii sensible-utils 0.0.14 all Utilities for sensible alternative selectionii shared-mime-info 2.0-1 amd64 FreeDesktop.org shared MIME database and specii sox 14.4.2+git20190427-2 amd64 Swiss army knife of sound processingii startpar 0.64-3 amd64 run processes in parallel and multiplex their outputii sudo 1.9.5p2-3 amd64 Provide limited super user privileges to specific usersii sudoku 1.0.5-2+b3 amd64 console based sudokuii sysstat 12.5.2-2 amd64 system performance tools for Linuxrc sysv-rc 2.96-7+devuan1 all System-V-like runlevel change mechanismii sysvinit-core 2.96-7+devuan1 amd64 System-V-like initii sysvinit-utils 2.96-7+devuan1 amd64 System-V-like utilitiesii tar 1.34+dfsg-1 amd64 GNU version of the tar archiving utilityii task-console-productivity 3.68+devuan4 all Console productivityii tasksel 3.68+devuan4 all tool for selecting tasks for installation on Devuan systemsii tasksel-data 3.68+devuan4 all official tasks used for installation of Devuan systemsii taskwarrior 2.5.3+dfsg-4 amd64 feature-rich console based todo list managerii telnet 0.17-42 amd64 basic telnet clientii time 1.9-0.1 amd64 GNU time program for measuring CPU resource usageii tin 1:2.4.5-1 amd64 Full-screen easy to use Usenet newsreaderii tmux 3.1c-1+deb11u1 amd64 terminal multiplexerii toilet 0.3-1.3 amd64 display large colourful characters in text modeii toilet-fonts 0.3-1.3 all collection of TOIlet fontsii tor 0.4.5.10-1~deb11u1 amd64 anonymizing overlay network for TCPii tor-geoipdb 0.4.5.10-1~deb11u1 all GeoIP database for Torii torsocks 2.3.0-3 amd64 use SOCKS-friendly applications with Torii traceroute 1:2.1.0-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 networkii 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 dataii ucf 3.0043 all Update Configuration File(s): preserve user changes to config filesii unzip 6.0-26 amd64 De-archiver for .zip filesii util-linux 2.36.1-8+devuan1 amd64 miscellaneous system utilitiesii uuid-dev:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID library - headers and static librariesii va-driver-all:amd64 2.10.0-1 amd64 Video Acceleration (VA) API -- driver metapackageii 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 filesii vim-tiny 2:8.2.2434-3 amd64 Vi IMproved - enhanced vi editor - compact versionii w3m 0.5.3+git20210102-6 amd64 WWW browsable pager with excellent tables/frames supportii wamerican 2019.10.06-1 all American English dictionary words for /usr/share/dictii wavemon 0.9.1-1+b1 amd64 Wireless Device Monitoring Applicationii wget 1.21-1+b1 amd64 retrieves files from the webii whiptail 0.52.21-4+b3 amd64 Displays user-friendly dialog boxes from shell scriptsii whois 5.5.10 amd64 intelligent WHOIS clientii wireless-regdb 2020.04.29-2 all wireless regulatory database for Linuxii wireless-tools 30~pre9-13.1 amd64 Tools for manipulating Linux Wireless Extensionsii wpasupplicant 2:2.9.0-21 amd64 client support for WPA and WPA2 (IEEE 802.11i)ii x11-apps 7.7+8 amd64 X applicationsii x11-common 1:7.7+22 all X Window System (X.Org) infrastructureii x11-session-utils 7.7+4 amd64 X session utilitiesii x11-utils 7.7+5 amd64 X11 utilitiesii x11-xkb-utils 7.7+5 amd64 X11 XKB utilitiesii x11-xserver-utils 7.7+8 amd64 X server utilitiesii x11proto-dev 2020.1-1 all X11 extension protocols and auxiliary headersii x11proto-input-dev 2020.1-1 all transitional dummy packageii x11proto-randr-dev 2020.1-1 all transitional dummy packageii x11proto-scrnsaver-dev 2020.1-1 all transitional dummy packageii x11proto-xext-dev 2020.1-1 all transitional dummy packageii x11proto-xf86vidmode-dev 2020.1-1 all transitional dummy packageii x11proto-xinerama-dev 2020.1-1 all transitional dummy packageii xauth 1:1.1-1 amd64 X authentication utilityii xbitmaps 1.1.1-2.1 all Base X bitmapsii xdg-user-dirs 0.17-2 amd64 tool to manage well known user directoriesii xfonts-100dpi 1:1.0.4+nmu1.1 all 100 dpi fonts for Xii xfonts-75dpi 1:1.0.4+nmu1.1 all 75 dpi fonts for Xii xfonts-base 1:1.0.5 all standard fonts for Xii xfonts-encodings 1:1.0.4-2.1 all Encodings for X.Org fontsii xfonts-scalable 1:1.0.3-1.2 all scalable fonts for Xii xfonts-utils 1:7.7+6 amd64 X Window System font utility programsii xinit 1.4.0-1 amd64 X server initialisation toolii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration dataii xorg 1:7.7+22 amd64 X.Org X Window Systemii xorg-docs-core 1:1.7.1-1.2 all Core documentation for the X.org X Window Systemii xorg-sgml-doctools 1:1.11-1.1 all Common tools for building X.Org SGML documentationii xserver-common 2:1.20.11-1 all common files used by various X serversii xserver-xorg 1:7.7+22 amd64 X.Org X serverii xserver-xorg-core 2:1.20.11-1 amd64 Xorg X server - core serverii xserver-xorg-input-all 1:7.7+22 amd64 X.Org X server -- input driver metapackageii xserver-xorg-input-libinput 0.30.0-1 amd64 X.Org X server -- libinput input driverii xserver-xorg-input-wacom 0.34.99.1-1+b1 amd64 X.Org X server -- Wacom input driverii xserver-xorg-legacy 2:1.20.11-1 amd64 setuid root Xorg server wrapperii xserver-xorg-video-all 1:7.7+22 amd64 X.Org X server -- output driver metapackageii xserver-xorg-video-amdgpu 19.1.0-2 amd64 X.Org X server -- AMDGPU display driverii xserver-xorg-video-ati 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI display driver wrapperii xserver-xorg-video-fbdev 1:0.5.0-1 amd64 X.Org X server -- fbdev display driverii xserver-xorg-video-intel 2:2.99.917+git20200714-1+b1 amd64 X.Org X server -- Intel i8xx, i9xx display driverii xserver-xorg-video-nouveau 1:1.0.17-1 amd64 X.Org X server -- Nouveau display driverii xserver-xorg-video-qxl 0.1.5+git20200331-1 amd64 X.Org X server -- QXL display driverii xserver-xorg-video-radeon 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI Radeon display driverii xserver-xorg-video-vesa 1:2.5.0-1 amd64 X.Org X server -- VESA display driverii xserver-xorg-video-vmware 1:13.3.0-3 amd64 X.Org X server -- VMware display driverii xterm 366-1 amd64 X terminal emulatorii 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 dumpii xz-utils 5.2.5-2 amd64 XZ-format compression utilitiesii yasr 0.6.9-10 amd64 General-purpose console screen readerii zile 2.4.15-2 amd64 very small Emacs-subset editorii zlib1g:amd64 1:1.2.11.dfsg-2 amd64 compression library - runtimeii zlib1g-dev:amd64 1:1.2.11.dfsg-2 amd64 compression library - developmentii zsh 5.8-6+b2 amd64 shell with lots of featuresii 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 applicationii adduser 3.118 all add and remove users and groupsii adwaita-icon-theme 3.38.0-1 all default icon theme of GNOMEii alsa-topology-conf 1.2.4-1 all ALSA topology configuration filesii alsa-ucm-conf 1.2.4-2 all ALSA Use Case Manager configuration filesii alsa-utils 1.2.4-1 amd64 Utilities for configuring and using ALSAii apcalc 2.12.7.2-4 all transitional packageii apparmor 2.13.6-10 amd64 user-space parser utility for AppArmorii apt 2.2.4+devuan1 amd64 commandline package managerii apt-listchanges 3.24 all package change history notification toolii apt-utils 2.2.4+devuan1 amd64 package management related utility programsii aspell 0.60.8-3 amd64 GNU Aspell spell-checkerii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspellii 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 filesii base-passwd 3.5.51 amd64 Debian base system master password and group filesii bash 5.1-2+b3 amd64 GNU Bourne Again SHellii bash-completion 1:2.11-2 all programmable completion for the bash shellii bastet 0.43-6+b1 amd64 ncurses Tetris clone with a bastard algorithmii beep 1.4.9-1+b1 amd64 advanced PC-speaker beeperii bind9-dnsutils 1:9.16.15-1 amd64 Clients provided with BIND 9ii bind9-host 1:9.16.15-1 amd64 DNS Lookup Utilityii bind9-libs:amd64 1:9.16.15-1 amd64 Shared Libraries used by BIND 9ii binutils 2.35.2-2 amd64 GNU assembler, linker and binary utilitiesii binutils-common:amd64 2.35.2-2 amd64 Common files for the GNU assembler, linker and binary utilitiesii binutils-x86-64-linux-gnu 2.35.2-2 amd64 GNU binary utilities, for x86-64-linux-gnu targetii bombardier 0.8.3+nmu3 amd64 The GNU Bombing utilityii bootlogd 2.96-7+devuan1 amd64 daemon to log boot messagesii brltty 6.3+dfsg-1 amd64 Access software for a blind person using a braille displayii bsd-mailx 8.1.2-0.20180807cvs-2 amd64 simple mail user agentii bsdextrautils 2.36.1-8+devuan1 amd64 extra utilities from 4.4BSD-Liteii bsdgames 2.17-28 amd64 collection of classic textual unix gamesii bsdutils 1:2.36.1-8+devuan1 amd64 basic utilities from 4.4BSD-Liteii build-essential 12.9 amd64 Informational list of build-essential packagesii busybox 1:1.30.1-6+b3 amd64 Tiny utilities for small and embedded systemsii bzip2 1.0.8-4 amd64 high-quality block-sorting file compressor - utilitiesii ca-certificates 20210119 all Common CA certificatesii caca-utils 0.99.beta19-2.2 amd64 text mode graphics utilitiesii calc 2.12.7.2-4 amd64 Arbitrary precision calculatorii 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 managerii cavezofphear 0.5.1-1.1 amd64 ASCII Boulder Dash cloneii clex 4.6.patch8-1+b1 amd64 command line file manager which uses the ncurses libraryii cmatrix 2.0-3 amd64 simulates the display from "The Matrix"ii console-setup 1.205 all console font and keymap setup programii console-setup-linux 1.205 all Linux specific part of console-setupii coreutils 8.32-4+b1 amd64 GNU core utilitiesii cowsay 3.03+dfsg2-8 all configurable talking cowii cpio 2.13+dfsg-4 amd64 GNU cpio -- a program to manage archives of filesii cpp 4:10.2.1-1 amd64 GNU C preprocessor (cpp)ii cpp-10 10.2.1-6 amd64 GNU C preprocessorii crawl 2:0.26.1-1 amd64 Dungeon Crawl, a text-based roguelike gameii 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 daemonii curl 7.74.0-1.3+b1 amd64 command line tool for transferring data with URL syntaxii curseofwar 1.1.8-3.1 amd64 Fast-paced action strategy game for Linux based on ncursesii dash 0.5.11+git20200708+dd9ef66-5 amd64 POSIX-compliant shellii 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-endii dconf-service 0.38.0-2 amd64 simple configuration storage system - D-Bus serviceii debconf 1.5.77 all Debian configuration management systemii debconf-i18n 1.5.77 all full internationalization support for debconfii debian-archive-keyring 2021.1.1 all GnuPG archive keys of the Debian archiveii debianutils 4.11.2 amd64 Miscellaneous utilities specific to Debianii devuan-keyring 2017.10.03 all GnuPG archive key of the devuan repositoryii dialog 1.3-20201126-1 amd64 Displays user-friendly dialog boxes from shell scriptsii dictionaries-common 1.28.4 all spelling dictionaries - common utilitiesii diffutils 1:3.7-5 amd64 File comparison utilitiesii dirmngr 2.2.27-2 amd64 GNU privacy guard - network certificate management serviceii discover 2.1.2-8 amd64 hardware identification systemii discover-data 2.2013.01.11+nmu1 all Data lists for Discover hardware detection systemii distro-info-data 0.51+devuan1 all information about the distributions' releases (data files)ii dmidecode 3.3-2 amd64 SMBIOS/DMI table decoderii dmsetup 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace libraryii dpkg 1.20.9 amd64 Debian package management systemii dpkg-dev 1.20.9 all Debian package development toolsii dvtm 0.15+40.g311a8c0-1 amd64 Tiling window management for the consoleii e2fsprogs 1.46.2-2 amd64 ext2/ext3/ext4 file system utilitiesii ed 1.17-1 amd64 classic UNIX line editorii edbrowse 3.7.7-2 amd64 /bin/ed-alike webbrowser written in Cii eflite 0.4.1-12 amd64 Festival-Lite based emacspeak speech serverii eject 2.36.1-8+devuan1 amd64 ejects CDs and operates CD-Changers under Linuxii elogind 246.10-2 amd64 user, seat and session management daemonii 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 filesii emacs-common 1:27.1+1-3.1 all GNU Emacs editor's shared, architecture independent infrastructureii emacs-el 1:27.1+1-3.1 all GNU Emacs LISP (.el) filesii 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 emacsenii empire 1.16-1 amd64 war game of the centuryii entr 4.7-1 amd64 Run arbitrary commands when files changeii espeak 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizerii espeak-data:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data filesii espeak-ng-data:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: speech data filesii espeakup 1:0.80-20 amd64 Connector between speakup kernel modules and espeakii eudev 3.2.9-10~chimaera1 amd64 /dev/ and hotplug management daemonii exim4-base 4.94.2-7 amd64 support files for all Exim MTA (v4) packagesii 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) daemonii fakeroot 1.25.3-1.1 amd64 tool for simulating superuser privilegesii fbi 2.10-4 amd64 Linux frame buffer image viewerii fbterm 1.7-5 amd64 fast framebuffer based terminal emulator for Linuxii fdisk 2.36.1-8+devuan1 amd64 collection of partitioning utilitiesii fetchmail 6.4.16-4+deb11u1 amd64 SSL enabled POP3, APOP, IMAP mail gatherer/forwarderii figlet 2.2.5-3+b1 amd64 Make large character ASCII banners out of ordinary textii file 1:5.39-3 amd64 Recognize the type of data in a file using "magic" numbersii findutils 4.8.0-1 amd64 utilities for finding files--find, xargsii 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 kernelii firmware-realtek 20210315-3 all Binary firmware for Realtek wired/wifi/BT adaptersii fontconfig 2.13.1-4.2 amd64 generic font configuration library - support binariesii fontconfig-config 2.13.1-4.2 all generic font configuration library - configurationii fonts-dejavu-core 2.37-2 all Vera font family derivate with additional charactersii 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 coverageii fonts-urw-base35 20200910-1 all font set metric-compatible with the 35 PostScript Level 2 Base Fontsii fortune-mod 1:1.99.1-7.1 amd64 provides fortune cookies on demandii fortunes-min 1:1.99.1-7.1 all Data files containing selected fortune cookiesii freesweep 1.0.1-2 amd64 text-based minesweeperii ftp 0.17-34.1.1 amd64 classical file transfer clientii g++ 4:10.2.1-1 amd64 GNU C++ compilerii g++-10 10.2.1-6 amd64 GNU C++ compilerii gcc 4:10.2.1-1 amd64 GNU C compilerii gcc-10 10.2.1-6 amd64 GNU C compilerii 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 toolii gdisk 1.0.6-1.1 amd64 GPT fdisk text-mode partitioning toolii geoip-bin 1.6.12-7 amd64 IP lookup command line tools that use the GeoIP libraryii 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 systemii ghostscript 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDFii gir1.2-glib-2.0:amd64 1.66.1-1+b1 amd64 Introspection data for GLib, GObject, Gio and GModuleii gir1.2-ibus-1.0:amd64 1.5.23-2 amd64 Intelligent Input Bus - introspection dataii git 1:2.30.2-1 amd64 fast, scalable, distributed revision control systemii 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 GLibii glib-networking-common 2.66.0-2 all network-related giomodules for GLib - data filesii glib-networking-services 2.66.0-2 amd64 network-related giomodules for GLib - D-Bus servicesii gnuchess 6.2.7-1 amd64 Plays a game of chess, either against the user or against itselfii gnuchess-book 1.02-2 all Opening book for gnuchessii gnupg 2.2.27-2 all GNU privacy guard - a free PGP replacementii gnupg-l10n 2.2.27-2 all GNU privacy guard - localization filesii gnupg-utils 2.2.27-2 amd64 GNU privacy guard - utility programsii 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 operationsii gpg-agent 2.2.27-2 amd64 GNU privacy guard - cryptographic agentii gpg-wks-client 2.2.27-2 amd64 GNU privacy guard - Web Key Service clientii gpg-wks-server 2.2.27-2 amd64 GNU privacy guard - Web Key Service serverii gpgconf 2.2.27-2 amd64 GNU privacy guard - core configuration utilitiesii gpgsm 2.2.27-2 amd64 GNU privacy guard - S/MIME versionii gpgv 2.2.27-2 amd64 GNU privacy guard - signature verification toolii gpm 1.20.7-8 amd64 General Purpose Mouse interfaceii greed 4.2-1 amd64 curses-based clone of the DOS free-ware game Greedii grep 3.6-1 amd64 GNU grep, egrep and fgrepii 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 filesii gsettings-desktop-schemas 3.38.0-2 all GSettings desktop-wide schemasii 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 utilityii guile-2.2-libs:amd64 2.2.7+1-6 amd64 Core Guile librariesii gzip 1.10-4 amd64 GNU compression utilitiesii hasciicam 1.1.2-1+b3 amd64 (h)ascii for the masses: live video as textii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themesii hostname 3.23 amd64 utility to set/show the host name or domain nameii htop 3.0.5-7 amd64 interactive processes viewerii i965-va-driver:amd64 2.4.1+dfsg1-1 amd64 VAAPI driver for Intel G45 & HD Graphics familyii iftop 1.0~pre4-7 amd64 displays bandwidth usage information on an network interfaceii ifupdown 0.8.36 amd64 high level tools to configure network interfacesii imagemagick-6-common 8:6.9.11.60+dfsg-1.3 all image manipulation programs -- infrastructureii imagemagick-6.q16 8:6.9.11.60+dfsg-1.3 amd64 image manipulation programs -- quantum depth Q16ii init 1.60+devuan1 amd64 metapackage ensuring an init system is installedii init-system-helpers 1.60+devuan1 all helper tools for all init systemsii 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 systemii insserv 1.21.0-1.1 amd64 boot sequence organizer using LSB init.d script dependency informationii install-info 6.7.0.dfsg.2-6 amd64 Manage installed documentation in info formatii installation-report 2.78 all system installation reportii intel-media-va-driver:amd64 21.1.1+dfsg1-1 amd64 VAAPI driver for the Intel GEN8+ Graphics familyii iotop 0.6-24-g733f3f8-1.1 amd64 simple top-like I/O monitorii iproute2 5.10.0-4 amd64 networking and traffic control toolsii iputils-ping 3:20210202-1 amd64 Tools to test the reachability of network hostsii irssi 1.2.3-1 amd64 terminal based IRC clientii isc-dhcp-client 4.4.1-2.3 amd64 DHCP client for automatically obtaining an IP addressii isc-dhcp-common 4.4.1-2.3 amd64 common manpages relevant to all of the isc-dhcp packagesii iso-codes 4.6.0-1 all ISO language, territory, currency, script codes and their translationsii iw 5.9-3 amd64 tool for configuring Linux wireless devicesii jhead 1:3.04-6 amd64 manipulate the non-image part of Exif compliant JPEG filesii kbd 2.3.0-3 amd64 Linux console font and keytable utilitiesii keyboard-configuration 1.205 all system-wide keyboard preferencesii klibc-utils 2.0.8-6.1 amd64 small utilities built with klibc for early bootii kmod 28-1 amd64 tools for managing Linux kernel modulesii krb5-locales 1.18.3-6+deb11u1 all internationalization support for MIT Kerberosii laptop-detect 0.16 all system chassis type checkerii less 551-2 amd64 pager program similar to moreii lftp 4.8.4-2+b1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programsii libaa1:amd64 1.4p5-48 amd64 ASCII art libraryii libacl1:amd64 2.2.53-10 amd64 access control list - shared libraryii libalgorithm-diff-perl 1.201-1 all module to find differences between filesii 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 dataii libaom0:amd64 1.0.0.errata1-3 amd64 AV1 Video Codec Libraryii libapparmor1:amd64 2.13.6-10 amd64 changehat AppArmor libraryii libapt-pkg6.0:amd64 2.2.4+devuan1 amd64 package management runtime libraryii libasan6:amd64 10.2.1-6 amd64 AddressSanitizer -- a fast memory error detectorii libasound2:amd64 1.2.4-1.1 amd64 shared library for ALSA applicationsii libasound2-data 1.2.4-1.1 all Configuration files and profiles for ALSA driversii libasound2-dev:amd64 1.2.4-1.1 amd64 shared library for ALSA applications -- development filesii libaspell15:amd64 0.60.8-3 amd64 GNU Aspell spell-checker runtime libraryii libassuan0:amd64 2.5.3-7.1 amd64 IPC library for the GnuPG componentsii libasyncns0:amd64 0.8-6+b2 amd64 Asynchronous name service query libraryii libatk-bridge2.0-0:amd64 2.38.0-1 amd64 AT-SPI 2 toolkit bridge - shared libraryii libatk1.0-0:amd64 2.36.0-2 amd64 ATK accessibility toolkitii libatk1.0-data 2.36.0-2 all Common files for the ATK accessibility toolkitii libatomic1:amd64 10.2.1-6 amd64 support library providing __atomic built-in functionsii libatopology2:amd64 1.2.4-1.1 amd64 shared library for handling ALSA topology definitionsii libatspi2.0-0:amd64 2.38.0-4 amd64 Assistive Technology Service Provider Interface - shared libraryii libattr1:amd64 1:2.4.48-6 amd64 extended attribute handling - shared libraryii libaudit-common 1:3.0-2 all Dynamic library for security auditing - common filesii libaudit1:amd64 1:3.0-2 amd64 Dynamic library for security auditingii libavahi-client3:amd64 0.8-5 amd64 Avahi client libraryii libavahi-common-data:amd64 0.8-5 amd64 Avahi common data filesii libavahi-common3:amd64 0.8-5 amd64 Avahi common libraryii libavcodec58:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with de/encoders for audio/video codecs - runtime filesii libavutil56:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library with functions for simplifying programming - runtime filesii 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 - headersii libblkid1:amd64 2.36.1-8+devuan1 amd64 block device ID libraryii libbluetooth3:amd64 5.55-3.1 amd64 Library to use the BlueZ Linux Bluetooth stackii 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 libraryii 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 libraryii libbz2-1.0:amd64 1.0.8-4 amd64 high-quality block-sorting file compressor library - runtimeii libc-bin 2.31-13+deb11u2 amd64 GNU C Library: Binariesii libc-dev-bin 2.31-13+deb11u2 amd64 GNU C Library: Development binariesii libc-devtools 2.31-13+deb11u2 amd64 GNU C Library: Development toolsii libc-l10n 2.31-13+deb11u2 all GNU C Library: localization filesii libc6:amd64 2.31-13+deb11u2 amd64 GNU C Library: Shared librariesii libc6-dev:amd64 2.31-13+deb11u2 amd64 GNU C Library: Development Libraries and Header Filesii libcaca0:amd64 0.99.beta19-2.2 amd64 colour ASCII art libraryii 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 libraryii libcanlock3:amd64 3.2.2-1 amd64 library for creating and verifying Usenet cancel locksii libcap-ng0:amd64 0.7.9-2.2+b1 amd64 An alternate POSIX capabilities libraryii 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 GDBii libcodec2-0.9:amd64 0.9.2-4 amd64 Codec2 runtime libraryii libcolord2:amd64 1.4.5-3+devuan1 amd64 system service to manage device colour profiles -- runtimeii libcom-err2:amd64 1.46.2-2 amd64 common error description libraryii libcrypt-dev:amd64 1:4.4.18-4 amd64 libcrypt development filesii libcrypt1:amd64 1:4.4.18-4 amd64 libcrypt shared libraryii 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 libraryii 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 libraryii 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 IPCii libdconf1:amd64 0.38.0-2 amd64 simple configuration storage system - runtime libraryii libde265-0:amd64 1.0.8-1 amd64 Open H.265 video codec implementationii 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 decompressionii libdevmapper1.02.1:amd64 2:1.02.175-2.1 amd64 Linux Kernel Device Mapper userspace libraryii 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 libraryii libdjvulibre-text 3.5.28-2 all Linguistic support files for libdjvulibreii libdjvulibre21:amd64 3.5.28-2 amd64 Runtime support for the DjVu image formatii libdns-export1110 1:9.11.19+dfsg-2.1 amd64 Exported DNS Shared Libraryii libdpkg-perl 1.20.9 all Dpkg perl modulesii libdrm-amdgpu1:amd64 2.4.104-1 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtimeii libdrm-common 2.4.104-1 all Userspace interface to kernel DRM services -- common filesii libdrm-intel1:amd64 2.4.104-1 amd64 Userspace interface to intel-specific kernel DRM services -- runtimeii libdrm-nouveau2:amd64 2.4.104-1 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtimeii libdrm-radeon1:amd64 2.4.104-1 amd64 Userspace interface to radeon-specific kernel DRM services -- runtimeii libdrm2:amd64 2.4.104-1 amd64 Userspace interface to kernel DRM services -- runtimeii libduktape205:amd64 2.5.0-2 amd64 embeddable Javascript engine, libraryii libedit2:amd64 3.1-20191231-2+b1 amd64 BSD editline and history librariesii libefiboot1:amd64 37-6 amd64 Library to manage UEFI variablesii libefivar1:amd64 37-6 amd64 Library to manage UEFI variablesii libegl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL development filesii libegl-mesa0:amd64 20.3.5-1 amd64 free implementation of the EGL API -- Mesa vendor libraryii libegl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- EGL supportii libegl1-mesa-dev:amd64 20.3.5-1 amd64 free implementation of the EGL API -- development filesii 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 filesii libelogind0:amd64 246.10-2 amd64 user, seat and session management libraryii libenca0:amd64 1.19-1+b1 amd64 Extremely Naive Charset Analyser - shared library filesii libepoxy0:amd64 1.5.5-1 amd64 OpenGL function pointer management libraryii liberror-perl 0.17029-1 all Perl module for error/exception handling in an OO-ish wayii libespeak-ng1:amd64 1.50+dfsg-7 amd64 Multi-lingual software speech synthesizer: shared libraryii libespeak1:amd64 1.48.15+dfsg-2 amd64 Multi-lingual software speech synthesizer: shared libraryii 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 filesii libeudev1:amd64 3.2.9-10~chimaera1 amd64 libeudev shared libraryii libevdev2:amd64 1.11.0+dfsg-1 amd64 wrapper library for evdev devicesii libevent-2.1-7:amd64 2.1.12-stable-1 amd64 Asynchronous event notification libraryii libexif12:amd64 0.6.22-3 amd64 library to parse EXIF filesii libexpat1:amd64 2.2.10-2 amd64 XML parsing C library - runtime libraryii libexpat1-dev:amd64 2.2.10-2 amd64 XML parsing C library - development kitii libext2fs2:amd64 1.46.2-2 amd64 ext2/ext3/ext4 file system librariesii libfaad2:amd64 2.10.0-1 amd64 freeware Advanced Audio Decoder - runtime filesii libfakeroot:amd64 1.25.3-1.1 amd64 tool for simulating superuser privileges - shared librariesii libfastjson4:amd64 0.99.9-1 amd64 fast json library for Cii libfdisk1:amd64 2.36.1-8+devuan1 amd64 fdisk partitioning libraryii libffi-dev:amd64 3.3-6 amd64 Foreign Function Interface library (development files)ii libffi7:amd64 3.3-6 amd64 Foreign Function Interface library runtimeii libfftw3-double3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Double precisionii libfftw3-single3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Single precisionii libfido2-1:amd64 1.6.0-2 amd64 library for generating and verifying FIDO 2.0 objectsii 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 libraryii libflite1:amd64 2.2-2 amd64 Small run-time speech synthesis engine - shared librariesii libfontconfig-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - developmentii libfontconfig1:amd64 2.13.1-4.2 amd64 generic font configuration library - runtimeii libfontconfig1-dev:amd64 2.13.1-4.2 amd64 generic font configuration library - dummy packageii libfontenc1:amd64 1:1.1.4-1 amd64 X11 font encoding libraryii libfreetype-dev:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, development filesii libfreetype6:amd64 2.10.4+dfsg-1 amd64 FreeType 2 font engine, shared library filesii 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 algorithmii libfstrm0:amd64 0.6.0-1+b1 amd64 Frame Streams (fstrm) libraryii libftp4:amd64 4.0-1-4 amd64 Library of callable ftp routinesii libfuse2:amd64 2.9.9-5 amd64 Filesystem in Userspace (library)ii libgbm1:amd64 20.3.5-1 amd64 generic buffer management API -- runtimeii 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 libraryii libgcrypt20:amd64 1.8.7-6 amd64 LGPL Crypto library - runtime libraryii libgd3:amd64 2.3.0-2 amd64 GD Graphics Libraryii 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 libraryii 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 filesii libgeoip1:amd64 1.6.12-7 amd64 non-DNS IP-to-country resolver libraryii 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 filesii libgl1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- legacy GL supportii libgl1-mesa-dev:amd64 20.3.5-1 amd64 transitional dummy packageii libgl1-mesa-dri:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- DRI modulesii libglapi-mesa:amd64 20.3.5-1 amd64 free implementation of the GL API -- shared libraryii libgles-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLES development filesii libgles1:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv1 supportii libgles2:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLESv2 supportii libglib2.0-0:amd64 2.66.8-1 amd64 GLib library of C routinesii libglib2.0-bin 2.66.8-1 amd64 Programs for the GLib libraryii libglib2.0-data 2.66.8-1 all Common files for GLib libraryii libglib2.0-dev:amd64 2.66.8-1 amd64 Development files for the GLib libraryii libglib2.0-dev-bin 2.66.8-1 amd64 Development utilities for the GLib libraryii 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 filesii libglvnd-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- development filesii libglvnd0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch libraryii libglx-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX development filesii libglx-mesa0:amd64 20.3.5-1 amd64 free implementation of the OpenGL API -- GLX vendor libraryii libglx0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- GLX supportii libgmp10:amd64 2:6.2.1+dfsg-1 amd64 Multiprecision arithmetic libraryii libgnutls-dane0:amd64 3.7.1-5 amd64 GNU TLS library - DANE security supportii libgnutls30:amd64 3.7.1-5 amd64 GNU TLS library - main runtime libraryii libgomp1:amd64 10.2.1-6 amd64 GCC OpenMP (GOMP) support libraryii libgpg-error0:amd64 1.38-2 amd64 GnuPG development runtime libraryii 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 libraryii libgraphite2-3:amd64 1.3.14-1 amd64 Font rendering engine for Complex Scripts -- libraryii libgs9:amd64 9.53.3~dfsg-7+deb11u1 amd64 interpreter for the PostScript language and for PDF - Libraryii libgs9-common 9.53.3~dfsg-7+deb11u1 all interpreter for the PostScript language and for PDF - common filesii libgsasl7:amd64 1.10.0-4 amd64 GNU SASL libraryii libgsm1:amd64 1.0.18-2 amd64 Shared libraries for GSM speech compressorii libgssapi-krb5-2:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanismii libgtk-3-0:amd64 3.24.24-4 amd64 GTK graphical user interface libraryii libgtk-3-bin 3.24.24-4 amd64 programs for the GTK graphical user interface libraryii libgtk-3-common 3.24.24-4 all common files for the GTK graphical user interface libraryii libgudev-1.0-0:amd64 234-1 amd64 GObject-based wrapper library for libudevii 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 libraryii 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 libraryii libibus-1.0-dev:amd64 1.5.23-2 amd64 Intelligent Input Bus - development fileii 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 libraryii libicu67:amd64 67.1-7 amd64 International Components for Unicodeii libid3tag0:amd64 0.15.1b-14 amd64 ID3 tag reading library from the MAD projectii libidn11:amd64 1.33-3 amd64 GNU Libidn library, implementation of IETF IDN specificationsii libidn2-0:amd64 2.3.0-5 amd64 Internationalized domain names (IDNA2008/TR46) libraryii libigdgmm11:amd64 20.4.1+ds1-1 amd64 Intel Graphics Memory Management Library -- shared libraryii libijs-0.35:amd64 0.35-15 amd64 IJS raster image transport protocol: shared libraryii libilmbase25:amd64 2.5.4-1 amd64 several utility libraries from ILM used by OpenEXRii libimlib2:amd64 1.7.1-2 amd64 image loading, rendering, saving libraryii libinput-bin 1.16.4-3 amd64 input device management and event handling library - udev quirksii libinput10:amd64 1.16.4-3 amd64 input device management and event handling library - shared libraryii 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 Libraryii libisl23:amd64 0.23-1 amd64 manipulating sets and relations of integer points bounded by linear constraintsii libitm1:amd64 10.2.1-6 amd64 GNU Transactional Memory Libraryii libiw30:amd64 30~pre9-13.1 amd64 Wireless tools - libraryii 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 dataii libjbig0:amd64 2.1-3.1+b2 amd64 JBIGkit librariesii libjbig2dec0:amd64 0.19-2 amd64 JBIG2 decoder library - shared librariesii libjpeg-turbo-progs 1:2.0.6-4 amd64 Programs for manipulating JPEG filesii libjpeg62-turbo:amd64 1:2.0.6-4 amd64 libjpeg-turbo JPEG runtime libraryii libjson-c5:amd64 0.15-2 amd64 JSON manipulation library - shared libraryii libjson-glib-1.0-0:amd64 1.6.2-1 amd64 GLib JSON manipulation libraryii 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 appsii libjxr0:amd64 1.1-6+b1 amd64 JPEG-XR lib - librariesii libk5crypto3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Crypto Libraryii 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 initramfsii libkmod2:amd64 28-1 amd64 libkmod shared libraryii libkrb5-3:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime librariesii libkrb5support0:amd64 1.18.3-6+deb11u1 amd64 MIT Kerberos runtime libraries - Support libraryii libksba8:amd64 1.5.0-3 amd64 X.509 and CMS support libraryii liblcms2-2:amd64 2.12~rc1-2 amd64 Little CMS 2 color management libraryii libldap-2.4-2:amd64 2.4.57+dfsg-3 amd64 OpenLDAP librariesii libldap-common 2.4.57+dfsg-3 all OpenLDAP common files for librariesii libllvm11:amd64 1:11.0.1-2 amd64 Modular compiler and toolchain technologies, runtime libraryii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared libraryii liblocale-gettext-perl 1.07-4+b1 amd64 module using libc functions for internationalization in Perlii liblockfile-bin 1.17-1+b1 amd64 support binaries for and cli utilities based on liblockfileii liblockfile1:amd64 1.17-1+b1 amd64 NFS-safe locking libraryii liblognorm5:amd64 2.0.5-1.1 amd64 log normalizing libraryii libloudmouth1-0:amd64 1.5.3-6 amd64 Lightweight C Jabber libraryii liblouis-data 3.16.0-1 all Braille translation library - dataii liblouis20:amd64 3.16.0-1 amd64 Braille translation library - shared libsii liblqr-1-0:amd64 0.4.2-2.1 amd64 converts plain array images into multi-size representationii 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 libtoolii liblua5.1-0:amd64 5.1.5-8.1+b3 amd64 Shared library for the Lua interpreter version 5.1ii 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 - runtimeii liblzma5:amd64 5.2.5-2 amd64 XZ-format compression libraryii libm17n-0:amd64 1.8.0-2 amd64 multilingual text processing library - runtimeii libmad0:amd64 0.15.1b-10 amd64 MPEG audio decoder libraryii 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 - libraryii libmagickcore-6.q16-6:amd64 8:6.9.11.60+dfsg-1.3 amd64 low-level image manipulation library -- quantum depth Q16ii 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 Q16ii libmailutils7:amd64 1:3.10-3+b1 amd64 GNU Mail abstraction libraryii libmariadb3:amd64 1:10.5.12-0+deb11u1 amd64 MariaDB database client libraryii libmaxminddb0:amd64 1.5.2-1 amd64 IP geolocation database libraryii libmd0:amd64 1.0.3-3 amd64 message digest functions from BSD systems - shared libraryii libmfx1:amd64 21.1.0-1 amd64 Intel Media SDK -- shared libraryii libmnl0:amd64 1.0.4-3 amd64 minimalistic Netlink communication libraryii libmodplug1:amd64 1:0.8.9.0-3 amd64 shared libraries for mod music based on ModPlugii libmount-dev:amd64 2.36.1-8+devuan1 amd64 device mounting library - headersii libmount1:amd64 2.36.1-8+devuan1 amd64 device mounting libraryii libmp3lame0:amd64 3.100-3 amd64 MP3 encoding libraryii libmpc3:amd64 1.2.0-1 amd64 multiple precision complex floating-point libraryii libmpcdec6:amd64 2:0.1~r495-2 amd64 MusePack decoder - libraryii 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 computationii libmtdev1:amd64 1.1.6-1 amd64 Multitouch Protocol Translation Library - shared libraryii libncurses6:amd64 6.2+20201114-2 amd64 shared libraries for terminal handlingii 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 moduleii libnetfilter-acct1:amd64 1.0.3-3 amd64 Netfilter acct libraryii libnetpbm10 2:10.0-15.4 amd64 Graphics conversion tools shared librariesii 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 slangii libnftables1:amd64 0.9.8-3.1 amd64 Netfilter nftables high level userspace API libraryii libnftnl11:amd64 1.1.9-1 amd64 Netfilter nftables userspace API libraryii 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 socketsii libnl-genl-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - generic netlinkii libnl-route-3-200:amd64 3.4.0-1+b1 amd64 library for dealing with netlink sockets - route interfaceii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threadsii libnsl-dev:amd64 1.3.0-2 amd64 libnsl development filesii 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 Libraryii libnss3:amd64 2:3.61-1 amd64 Network Security Service librariesii libntlm0:amd64 1.6-3 amd64 NTLM authentication libraryii libnuma1:amd64 2.0.12-1+b1 amd64 Libraries for controlling NUMA policyii libogg0:amd64 1.3.4-0.1 amd64 Ogg bitstream libraryii libopencore-amrnb0:amd64 0.1.5-1 amd64 Adaptive Multi Rate speech codec - shared libraryii libopencore-amrwb0:amd64 0.1.5-1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared libraryii libopenexr25:amd64 2.5.4-2 amd64 runtime files for the OpenEXR image libraryii libopengl-dev:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL development filesii libopengl0:amd64 1.3.2-1 amd64 Vendor neutral GL dispatch library -- OpenGL supportii libopenjp2-7:amd64 2.4.0-3 amd64 JPEG 2000 image compression/decompression libraryii libopus0:amd64 1.3.1-0.1 amd64 Opus codec runtime libraryii libopusfile0 0.9+20170913-1.1 amd64 High-level API for basic manipulation of Ogg Opus audio streamsii libotf0:amd64 0.9.13-7 amd64 Library for handling OpenType Font - runtimeii libotr5:amd64 4.1.1-4 amd64 Off-the-Record Messaging libraryii libp11-kit0:amd64 0.23.22-1 amd64 library for loading and coordinating access to PKCS#11 modules - runtimeii libpam-elogind:amd64 246.10-2 amd64 elogind PAM moduleii libpam-modules:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAMii libpam-modules-bin 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules for PAM - helper binariesii libpam-runtime 1.4.0-9+deb11u1 all Runtime support for the PAM libraryii libpam0g:amd64 1.4.0-9+deb11u1 amd64 Pluggable Authentication Modules libraryii libpango-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii libpangocairo-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii libpangoft2-1.0-0:amd64 1.46.2-3 amd64 Layout and rendering of internationalized textii 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 characteristicsii libparted2:amd64 3.4-1 amd64 disk partition manipulator - shared libraryii libpcap0.8:amd64 1.10.0-2 amd64 system interface for user-level packet captureii libpcaudio0:amd64 1.1-6 amd64 C API to different audio devices - shared libraryii libpci3:amd64 1:3.7.0-5 amd64 PCI utilities (shared library)ii libpciaccess0:amd64 0.16-1 amd64 Generic PCI access library for Xii libpcre16-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 16 bit runtime filesii libpcre2-16-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 16 bit runtime filesii libpcre2-32-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - 32 bit runtime filesii libpcre2-8-0:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime filesii libpcre2-dev:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - development filesii libpcre2-posix2:amd64 10.36-2 amd64 New Perl Compatible Regular Expression Library - posix-compatible runtime filesii libpcre3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - runtime filesii libpcre3-dev:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - development filesii libpcre32-3:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - 32 bit runtime filesii libpcrecpp0v5:amd64 2:8.39-13 amd64 Old Perl 5 Compatible Regular Expression Library - C++ runtime filesii 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 libraryii libpipeline1:amd64 1.5.3-1 amd64 Unix process pipeline manipulation libraryii libpixman-1-0:amd64 0.40.0-1 amd64 pixel-manipulation library for X and cairoii 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 documentsii libpolkit-agent-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authentication Agent APIii libpolkit-gobject-elogind-1-0:amd64 0.105-31+devuan1 amd64 PolicyKit Authorization APIii libpoppler102:amd64 20.09.0-3.1 amd64 PDF rendering libraryii libpopt0:amd64 1.18-2 amd64 lib for parsing cmdline parametersii libportaudio2:amd64 19.6.0-1.1 amd64 Portable audio I/O - shared libraryii libprocps8:amd64 2:3.3.17-5+devuan1 amd64 library for accessing process information from /procii 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++ libraryii 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 filesii libpulse-dev:amd64 14.2-2 amd64 PulseAudio client development headers and librariesii libpulse-mainloop-glib0:amd64 14.2-2 amd64 PulseAudio client libraries (glib support)ii libpulse0:amd64 14.2-2 amd64 PulseAudio client librariesii 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 Libraryii 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 codepagesii librcd0 0.1.13-3+b2 amd64 Library for autodection charset of Russian textii libreadline8:amd64 8.1-1 amd64 GNU readline and history libraries, run-time librariesii librecode0:amd64 3.6-24 amd64 Shared library on which recode is basedii libresid-builder0c2a 2.1.1-15+b1 amd64 SID chip emulation class based on residii librest-0.7-0:amd64 0.8.1-1.1 amd64 REST service access libraryii 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 libraryii libsasl2-2:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - authentication abstraction libraryii libsasl2-modules:amd64 2.1.27+dfsg-2.1 amd64 Cyrus SASL - pluggable authentication modulesii 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 Layerii libsdl2-dev:amd64 2.0.14+dfsg2-3 amd64 Simple DirectMedia Layer development filesii libseccomp2:amd64 2.5.1-1 amd64 high level interface to Linux seccomp filterii libsecret-1-0:amd64 0.20.4-2 amd64 Secret storeii libsecret-common 0.20.4-2 all Secret store (common files)ii libselinux1:amd64 3.1-3 amd64 SELinux runtime shared librariesii libselinux1-dev:amd64 3.1-3 amd64 SELinux development headersii libsemanage-common 3.1-1 all Common files for SELinux policy management librariesii libsemanage1:amd64 3.1-1+b2 amd64 SELinux policy management libraryii libsensors-config 1:3.6.0-7 all lm-sensors configuration filesii libsensors5:amd64 1:3.6.0-7 amd64 library to read temperature/voltage/fan sensorsii libsepol1:amd64 3.1-1 amd64 SELinux library for manipulating binary security policiesii libsepol1-dev:amd64 3.1-1 amd64 SELinux binary policy manipulation library and development filesii libshine3:amd64 3.1.1-2 amd64 Fixed-point MP3 encoding library - runtime filesii libsidplay2 2.1.1-15+b1 amd64 SID (MOS 6581) emulation libraryii libsidutils0 2.1.1-15+b1 amd64 utility functions for SID playersii libslang2:amd64 2.3.2-5 amd64 S-Lang programming library - runtime versionii 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 libraryii libsmartcols1:amd64 2.36.1-8+devuan1 amd64 smart column output alignment libraryii libsnappy1v5:amd64 1.1.8-1 amd64 fast compression/decompression libraryii libsndfile1:amd64 1.0.31-2 amd64 Library for reading/writing audio filesii libsndio-dev:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, development filesii libsndio7.0:amd64 1.5.0-3 amd64 Small audio and MIDI framework from OpenBSD, runtime librariesii libsocket6-perl 0.29-1+b3 amd64 Perl extensions for IPv6ii libsonic0:amd64 0.2.0-10 amd64 Simple library to speed up or slow down speechii libsoup-gnome2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- GNOME support libraryii libsoup2.4-1:amd64 2.72.0-2 amd64 HTTP library implementation in C -- Shared libraryii libsox-fmt-alsa:amd64 14.4.2+git20190427-2 amd64 SoX alsa format I/O libraryii libsox-fmt-base:amd64 14.4.2+git20190427-2 amd64 Minimal set of SoX format librariesii libsox3:amd64 14.4.2+git20190427-2 amd64 SoX library of audio effects and processingii libsoxr0:amd64 0.1.3-4 amd64 High quality 1D sample-rate conversion libraryii libspeex1:amd64 1.2~rc1.2-1.1 amd64 The Speex codec runtime libraryii libsqlite3-0:amd64 3.34.1-3 amd64 SQLite 3 shared libraryii libss2:amd64 1.46.2-2 amd64 command-line interface parsing libraryii libssh2-1:amd64 1.9.0-2 amd64 SSH2 client-side libraryii libssl1.1:amd64 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - shared librariesii 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 v3ii libswresample3:amd64 7:4.3.3-0+deb11u1 amd64 FFmpeg library for audio resampling, rematrixing etc. - runtime filesii libtag1v5:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data libraryii libtag1v5-vanilla:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - vanilla flavourii libtagc0:amd64 1.11.1+dfsg.1-3 amd64 audio meta-data library - C bindingsii 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 terminalii libtext-iconv-perl 1.7-7+b1 amd64 module to convert between character sets in Perlii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrapii libthai-data 0.1.28-3 all Data files for Thai language support libraryii libthai0:amd64 0.1.28-3 amd64 Thai language support libraryii libtheora0:amd64 1.1.1+dfsg.1-15 amd64 Theora Video Compression Codecii libtidy5deb1:amd64 2:5.6.0-11 amd64 HTML/XML syntax checker and reformatter - shared libraryii libtiff5:amd64 4.2.0-1 amd64 Tag Image File Format (TIFF) libraryii libtinfo6:amd64 6.2+20201114-2 amd64 shared low-level terminfo library for terminal handlingii libtirpc-common 1.3.1-1 all transport-independent RPC library - common filesii libtirpc-dev:amd64 1.3.1-1 amd64 transport-independent RPC library - development filesii libtirpc3:amd64 1.3.1-1 amd64 transport-independent RPC libraryii 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 optimizedii libtwolame0:amd64 0.4.0-2 amd64 MPEG Audio Layer 2 encoding libraryii 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 libraryii libudev-dev:amd64 1:3.2.9+devuan4 amd64 Transitional package for libeudev-devii libunbound8:amd64 1.13.1-1 amd64 library implementing DNS resolution and validationii libunistring2:amd64 0.9.10-4 amd64 Unicode string library for Cii libunwind8:amd64 1.3.2-2 amd64 library to determine the call-chain of a program - runtimeii libusb-0.1-4:amd64 2:0.1.12-32 amd64 userspace USB programming libraryii 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 - runtimeii libuuid1:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID libraryii libuv1:amd64 1.40.0-2 amd64 asynchronous event notification library - runtime libraryii libva-drm2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- DRM runtimeii libva-x11-2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- X11 runtimeii libva2:amd64 2.10.0-1 amd64 Video Acceleration (VA) API for Linux -- runtimeii libvdpau-va-gl1:amd64 0.4.2-1+b1 amd64 VDPAU driver with OpenGL/VAAPI backendii 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 Codecii libvorbisenc2:amd64 1.3.7-1 amd64 encoder library for Vorbis General Audio Compression Codecii libvorbisfile3:amd64 1.3.7-1 amd64 high-level API for Vorbis General Audio Compression Codecii 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 libraryii libwacom-bin 1.8-2 amd64 Wacom model feature query library -- binariesii libwacom-common 1.8-2 all Wacom model feature query library (common files)ii libwacom2:amd64 1.8-2 amd64 Wacom model feature query libraryii libwavpack1:amd64 5.4.0-1 amd64 audio codec (lossy and lossless) - libraryii libwayland-bin 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - binary utilitiesii libwayland-client0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - client libraryii libwayland-cursor0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - cursor libraryii libwayland-dev:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - development filesii libwayland-egl1:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - EGL libraryii libwayland-server0:amd64 1.18.0-2~exp1.1 amd64 wayland compositor infrastructure - server libraryii 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 libraryii libwrap0:amd64 7.6.q-31 amd64 Wietse Venema's TCP wrappers libraryii libx11-6:amd64 2:1.7.2-1 amd64 X11 client-side libraryii libx11-data 2:1.7.2-1 all X11 client-side libraryii 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 libraryii libx264-160:amd64 2:0.160.3011+gitcde9a93-2.1 amd64 x264 video coding libraryii 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 libraryii libxatracker2:amd64 20.3.5-1 amd64 X acceleration library -- runtimeii 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 libraryii libxaw7:amd64 2:1.0.13-1.1 amd64 X11 Athena Widget libraryii libxcb-dri2-0:amd64 1.14-3 amd64 X C Binding, dri2 extensionii libxcb-dri3-0:amd64 1.14-3 amd64 X C Binding, dri3 extensionii libxcb-glx0:amd64 1.14-3 amd64 X C Binding, glx extensionii libxcb-present0:amd64 1.14-3 amd64 X C Binding, present extensionii libxcb-randr0:amd64 1.14-3 amd64 X C Binding, randr extensionii libxcb-render0:amd64 1.14-3 amd64 X C Binding, render extensionii libxcb-shape0:amd64 1.14-3 amd64 X C Binding, shape extensionii libxcb-shm0:amd64 1.14-3 amd64 X C Binding, shm extensionii libxcb-sync1:amd64 1.14-3 amd64 X C Binding, sync extensionii libxcb-util1:amd64 0.4.0-1+b1 amd64 utility libraries for X C Binding -- atom, aux and eventii libxcb-xfixes0:amd64 1.14-3 amd64 X C Binding, xfixes extensionii libxcb1:amd64 1.14-3 amd64 X C Bindingii libxcb1-dev:amd64 1.14-3 amd64 X C Binding, development filesii libxcomposite1:amd64 1:0.4.5-1 amd64 X11 Composite extension libraryii 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 libraryii libxdamage1:amd64 1:1.1.5-2 amd64 X11 damaged region extension libraryii 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 libraryii 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 libraryii 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 libraryii libxfont2:amd64 1:2.0.4-1 amd64 X11 font rasterisation libraryii 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 Xii 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 libraryii 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 libraryii libxkbcommon-dev:amd64 1.0.3-2 amd64 library interface to the XKB compiler - development filesii libxkbcommon0:amd64 1.0.3-2 amd64 library interface to the XKB compiler - shared libraryii libxkbfile1:amd64 1:1.1.0-1 amd64 X11 keyboard file manipulation libraryii libxml2:amd64 2.9.10+dfsg-6.7 amd64 GNOME XML libraryii libxmu6:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous utility libraryii libxmuu1:amd64 2:1.1.2-2+b3 amd64 X11 miscellaneous micro-utility libraryii libxpm4:amd64 1:3.5.12-1 amd64 X11 pixmap libraryii 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 libraryii 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 libraryii libxshmfence1:amd64 1.3-1 amd64 X shared memory fences - shared libraryii 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 libraryii 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 libraryii libxtables12:amd64 1.8.7-1 amd64 netfilter xtables libraryii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension libraryii 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 libraryii 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 libraryii libxxf86dga1:amd64 2:1.1.4-1+b3 amd64 X11 Direct Graphics Access extension libraryii 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 libraryii libxxhash0:amd64 0.8.0-2 amd64 shared library for xxhashii libz3-4:amd64 4.8.10-1 amd64 theorem prover from Microsoft Research - runtime librariesii libzstd1:amd64 1.4.8+dfsg-2.1 amd64 fast lossless compression algorithmii libzvbi-common 0.2.35-18 all Vertical Blanking Interval decoder (VBI) - common filesii libzvbi0:amd64 0.2.35-18 amd64 Vertical Blanking Interval decoder (VBI) - runtime filesii links2 2.21-1+b1 amd64 Web browser running in both graphics and text modeii linux-base 4.6 all Linux image base packageii 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 developmentii locales 2.31-13+deb11u2 all GNU C Library: National Language (locale) data [support]ii login 1:4.8.1-1 amd64 system login toolsii logrotate 3.18.0-2 amd64 Log rotation utilityii logsave 1.46.2-2 amd64 save the output of a command in a log fileii lrzsz 0.12.21-10+b1 amd64 Tools for zmodem/xmodem/ymodem file transferii lsb-base 11.1.0 all Linux Standard Base init script functionalityii lsb-release 11.1.0 all Linux Standard Base version reporting utilityii lsof 4.93.2+dfsg-1.1 amd64 utility to list open filesii m17n-db 1.8.0-3 all multilingual text processing library - databaseii mailcap 3.69 all Debian's mailcap system, and support programsii mailutils 1:3.10-3+b1 amd64 GNU mailutils utilities for handling mailii mailutils-common 1:3.10-3 all common files for GNU mailutilsii make 4.3-4.1 amd64 utility for directing compilationii man-db 2.9.4-2 amd64 tools for reading manual pagesii manpages 5.10-1 all Manual pages about using a GNU/Linux systemii manpages-dev 5.10-1 all Manual pages about using GNU/Linux for developmentii mariadb-common 1:10.5.12-0+deb11u1 all MariaDB common configuration filesii matanza 0.13+ds2-1 amd64 Space ascii war gameii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing languageii mc 3:4.8.26-1.1 amd64 Midnight Commander - a powerful file managerii mc-data 3:4.8.26-1.1 all Midnight Commander - a powerful file manager -- data filesii mcabber 1.1.2-1 amd64 small Jabber (XMPP) console clientii media-types 4.0.0 all List of standard media types and their usual file extensionii mesa-va-drivers:amd64 20.3.5-1 amd64 Mesa VA-API video acceleration driversii mesa-vdpau-drivers:amd64 20.3.5-1 amd64 Mesa VDPAU video acceleration driversii mesa-vulkan-drivers:amd64 20.3.5-1 amd64 Mesa Vulkan graphics driversii mime-support 3.66 all transitional packageii minicom 2.8-2 amd64 Friendly menu driven serial communication programii mlocate 0.26-5 amd64 quickly find files on the filesystem based on their nameii moc 1:2.6.0~svn-r3005-1 amd64 ncurses based console audio playerii moria 5.7.13-1+b1 amd64 Rogue-like game with an infinite dungeon, also known as umoriaii mosh 1.3.2-2.1+b3 amd64 Mobile shell that supports roaming and intelligent local echoii mount 2.36.1-8+devuan1 amd64 tools for mounting and manipulating filesystemsii msmtp 1.8.11-2.1 amd64 light SMTP client with support for server profilesii mtr-tiny 0.94-1+deb11u1 amd64 Full screen ncurses traceroute toolii multitail 6.5.0-3 amd64 view multiple logfiles windowed on consoleii mutt 2.0.5-4.1 amd64 text-based mailreader supporting MIME, GPG, PGP and threadingii mysql-common 5.8+1.0.7 all MySQL database common files, e.g. /etc/mysql/my.cnfii nano 5.4-2 amd64 small, friendly text editor inspired by Picoii ncdu 1.15.1-1 amd64 ncurses disk usage viewerii ncurses-base 6.2+20201114-2 all basic terminal type definitionsii ncurses-bin 6.2+20201114-2 amd64 terminal-related programs and man pagesii ncurses-term 6.2+20201114-2 all additional terminal type definitionsii net-tools 1.60+git20181103.0eebece-1+devuan1 amd64 NET-3 networking toolkitii netbase 6.3 all Basic TCP/IP networking systemii netcat-traditional 1.10-46 amd64 TCP/IP swiss army knifeii nethack-common 3.6.6-2+b1 amd64 dungeon crawl game - common filesii nethack-console 3.6.6-2+b1 amd64 dungeon crawl game - text-based interfaceii netpbm 2:10.0-15.4 amd64 Graphics conversion tools between image formatsii nfacct 1.0.2-3 amd64 netfilter accounting object toolii nftables 0.9.8-3.1 amd64 Program to control packet filtering rules by Netfilter projectii ninvaders 0.1.1-4+b1 amd64 A space invaders-like game using ncursesii ocl-icd-libopencl1:amd64 2.2.14-2 amd64 Generic OpenCL ICD Loaderii omega-rpg 1:0.90-pa9-16+b2 amd64 text-based roguelike gameii 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 machinesii openssh-server 1:8.4p1-5 amd64 secure shell (SSH) server, for secure access from remote machinesii openssh-sftp-server 1:8.4p1-5 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machinesii openssl 1.1.1k-1+deb11u1 amd64 Secure Sockets Layer toolkit - cryptographic utilityii pacman4console 1.3-1+b4 amd64 ncurses-based pacman gameii parallel 20161222-1.1 all build and execute command lines from standard input in parallelii parted 3.4-1 amd64 disk partition manipulatorii passwd 1:4.8.1-1 amd64 change and administer password and group dataii patch 2.7.6-7 amd64 Apply a diff file to an originalii pci.ids 0.0~2021.02.08-1 all PCI ID Repositoryii pciutils 1:3.7.0-5 amd64 PCI utilitiesii pente 2.2.5-10 amd64 five in a row game for X and the consoleii perl 5.32.1-4+deb11u2 amd64 Larry Wall's Practical Extraction and Report Languageii perl-base 5.32.1-4+deb11u2 amd64 minimal Perl systemii perl-modules-5.32 5.32.1-4+deb11u2 all Core Perl modulesii pinentry-curses 1.1.0-4 amd64 curses-based PIN or pass-phrase entry dialog for GnuPGii pkg-config 0.29.2-1 amd64 manage compile and link flags for librariesii policykit-1 0.105-31+devuan1 amd64 framework for managing administrative policies and privilegesii policykit-1-gnome 0.105-7 amd64 authentication agent for PolicyKitii poppler-data 0.4.10-1 all encoding data for the poppler PDF rendering libraryii 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 automaticallyii procmail 3.22-26 amd64 Versatile e-mail processorii procps 2:3.3.17-5+devuan1 amd64 /proc file system utilitiesii psmisc 23.4-2 amd64 utilities that use the proc file systemii publicsuffix 20210108.1309-1 all accurate, machine-readable list of domain name suffixesii 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-pkgii 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 Python3ii python3-debconf 1.5.77 all interact with debconf from Python 3ii python3-debian 0.1.39 all Python 3 modules to work with Debian-related data formatsii python3-debianbts 3.1.0 all Python interface to Debian's Bug Tracking Systemii python3-distutils 3.9.2-1 all distutils package for Python 3.xii python3-httplib2 0.18.1-3 all comprehensive HTTP client library written for Python3ii 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_resourcesii 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 systemsii python3-requests 2.25.1+dfsg-2 all elegant and simple HTTP library for Python3, built for human beingsii 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 Python3ii 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 applicationii readline-common 8.1-1 all GNU readline and history libraries, common filesii rename 1.13-1 all Perl extension for renaming multiple filesii reportbug 7.10.3+devuan1 all reports bugs in the Devuan or Debian distributionii rpl 1.8.0-2 all replace strings in filesii rsync 3.2.3-4+deb11u1 amd64 fast, versatile, remote (and local) file-copying toolii rsyslog 8.2102.0-2+devuan2 amd64 reliable system and kernel logging daemonii runit-helper 2.10.3 all dh-runit implementation detailii sc 7.16-4+b3 amd64 Text-based spreadsheet with VI-like keybindingsii screen 4.8.0-6 amd64 terminal multiplexer with VT100/ANSI terminal emulationii sed 4.7-1 amd64 GNU stream editor for filtering/transforming textii sensible-utils 0.0.14 all Utilities for sensible alternative selectionii shared-mime-info 2.0-1 amd64 FreeDesktop.org shared MIME database and specii sox 14.4.2+git20190427-2 amd64 Swiss army knife of sound processingii startpar 0.64-3 amd64 run processes in parallel and multiplex their outputii sudo 1.9.5p2-3 amd64 Provide limited super user privileges to specific usersii sudoku 1.0.5-2+b3 amd64 console based sudokuii sysstat 12.5.2-2 amd64 system performance tools for Linuxrc sysv-rc 2.96-7+devuan1 all System-V-like runlevel change mechanismii sysvinit-core 2.96-7+devuan1 amd64 System-V-like initii sysvinit-utils 2.96-7+devuan1 amd64 System-V-like utilitiesii tar 1.34+dfsg-1 amd64 GNU version of the tar archiving utilityii task-console-productivity 3.68+devuan4 all Console productivityii tasksel 3.68+devuan4 all tool for selecting tasks for installation on Devuan systemsii tasksel-data 3.68+devuan4 all official tasks used for installation of Devuan systemsii taskwarrior 2.5.3+dfsg-4 amd64 feature-rich console based todo list managerii telnet 0.17-42 amd64 basic telnet clientii time 1.9-0.1 amd64 GNU time program for measuring CPU resource usageii tin 1:2.4.5-1 amd64 Full-screen easy to use Usenet newsreaderii tmux 3.1c-1+deb11u1 amd64 terminal multiplexerii toilet 0.3-1.3 amd64 display large colourful characters in text modeii toilet-fonts 0.3-1.3 all collection of TOIlet fontsii tor 0.4.5.10-1~deb11u1 amd64 anonymizing overlay network for TCPii tor-geoipdb 0.4.5.10-1~deb11u1 all GeoIP database for Torii torsocks 2.3.0-3 amd64 use SOCKS-friendly applications with Torii traceroute 1:2.1.0-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 networkii 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 dataii ucf 3.0043 all Update Configuration File(s): preserve user changes to config filesii unzip 6.0-26 amd64 De-archiver for .zip filesii util-linux 2.36.1-8+devuan1 amd64 miscellaneous system utilitiesii uuid-dev:amd64 2.36.1-8+devuan1 amd64 Universally Unique ID library - headers and static librariesii va-driver-all:amd64 2.10.0-1 amd64 Video Acceleration (VA) API -- driver metapackageii 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 filesii vim-tiny 2:8.2.2434-3 amd64 Vi IMproved - enhanced vi editor - compact versionii w3m 0.5.3+git20210102-6 amd64 WWW browsable pager with excellent tables/frames supportii wamerican 2019.10.06-1 all American English dictionary words for /usr/share/dictii wavemon 0.9.1-1+b1 amd64 Wireless Device Monitoring Applicationii wget 1.21-1+b1 amd64 retrieves files from the webii whiptail 0.52.21-4+b3 amd64 Displays user-friendly dialog boxes from shell scriptsii whois 5.5.10 amd64 intelligent WHOIS clientii wireless-regdb 2020.04.29-2 all wireless regulatory database for Linuxii wireless-tools 30~pre9-13.1 amd64 Tools for manipulating Linux Wireless Extensionsii wpasupplicant 2:2.9.0-21 amd64 client support for WPA and WPA2 (IEEE 802.11i)ii x11-apps 7.7+8 amd64 X applicationsii x11-common 1:7.7+22 all X Window System (X.Org) infrastructureii x11-session-utils 7.7+4 amd64 X session utilitiesii x11-utils 7.7+5 amd64 X11 utilitiesii x11-xkb-utils 7.7+5 amd64 X11 XKB utilitiesii x11-xserver-utils 7.7+8 amd64 X server utilitiesii x11proto-dev 2020.1-1 all X11 extension protocols and auxiliary headersii x11proto-input-dev 2020.1-1 all transitional dummy packageii x11proto-randr-dev 2020.1-1 all transitional dummy packageii x11proto-scrnsaver-dev 2020.1-1 all transitional dummy packageii x11proto-xext-dev 2020.1-1 all transitional dummy packageii x11proto-xf86vidmode-dev 2020.1-1 all transitional dummy packageii x11proto-xinerama-dev 2020.1-1 all transitional dummy packageii xauth 1:1.1-1 amd64 X authentication utilityii xbitmaps 1.1.1-2.1 all Base X bitmapsii xdg-user-dirs 0.17-2 amd64 tool to manage well known user directoriesii xfonts-100dpi 1:1.0.4+nmu1.1 all 100 dpi fonts for Xii xfonts-75dpi 1:1.0.4+nmu1.1 all 75 dpi fonts for Xii xfonts-base 1:1.0.5 all standard fonts for Xii xfonts-encodings 1:1.0.4-2.1 all Encodings for X.Org fontsii xfonts-scalable 1:1.0.3-1.2 all scalable fonts for Xii xfonts-utils 1:7.7+6 amd64 X Window System font utility programsii xinit 1.4.0-1 amd64 X server initialisation toolii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration dataii xorg 1:7.7+22 amd64 X.Org X Window Systemii xorg-docs-core 1:1.7.1-1.2 all Core documentation for the X.org X Window Systemii xorg-sgml-doctools 1:1.11-1.1 all Common tools for building X.Org SGML documentationii xserver-common 2:1.20.11-1 all common files used by various X serversii xserver-xorg 1:7.7+22 amd64 X.Org X serverii xserver-xorg-core 2:1.20.11-1 amd64 Xorg X server - core serverii xserver-xorg-input-all 1:7.7+22 amd64 X.Org X server -- input driver metapackageii xserver-xorg-input-libinput 0.30.0-1 amd64 X.Org X server -- libinput input driverii xserver-xorg-input-wacom 0.34.99.1-1+b1 amd64 X.Org X server -- Wacom input driverii xserver-xorg-legacy 2:1.20.11-1 amd64 setuid root Xorg server wrapperii xserver-xorg-video-all 1:7.7+22 amd64 X.Org X server -- output driver metapackageii xserver-xorg-video-amdgpu 19.1.0-2 amd64 X.Org X server -- AMDGPU display driverii xserver-xorg-video-ati 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI display driver wrapperii xserver-xorg-video-fbdev 1:0.5.0-1 amd64 X.Org X server -- fbdev display driverii xserver-xorg-video-intel 2:2.99.917+git20200714-1+b1 amd64 X.Org X server -- Intel i8xx, i9xx display driverii xserver-xorg-video-nouveau 1:1.0.17-1 amd64 X.Org X server -- Nouveau display driverii xserver-xorg-video-qxl 0.1.5+git20200331-1 amd64 X.Org X server -- QXL display driverii xserver-xorg-video-radeon 1:19.1.0-2 amd64 X.Org X server -- AMD/ATI Radeon display driverii xserver-xorg-video-vesa 1:2.5.0-1 amd64 X.Org X server -- VESA display driverii xserver-xorg-video-vmware 1:13.3.0-3 amd64 X.Org X server -- VMware display driverii xterm 366-1 amd64 X terminal emulatorii 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 dumpii xz-utils 5.2.5-2 amd64 XZ-format compression utilitiesii yasr 0.6.9-10 amd64 General-purpose console screen readerii zile 2.4.15-2 amd64 very small Emacs-subset editorii zlib1g:amd64 1:1.2.11.dfsg-2 amd64 compression library - runtimeii zlib1g-dev:amd64 1:1.2.11.dfsg-2 amd64 compression library - developmentii zsh 5.8-6+b2 amd64 shell with lots of featuresii zsh-common 5.8-6 all architecture independent files for Zsh
Last edited by artchad_777 (2021-12-03 16:54:47)