Package: adduser
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 849
Maintainer: Debian Adduser Developers <adduser@packages.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 3.118+deb11u1
Depends: passwd, debconf (>= 0.5) | debconf-2.0
Suggests: liblocale-gettext-perl, perl
Conffiles:
 /etc/deluser.conf 773fb95e98a27947de4a95abb3d3f2a2
Description: add and remove users and groups
 This package includes the 'adduser' and 'deluser' commands for creating
 and removing users.
 .
  - 'adduser' creates new users and groups and adds existing users to
    existing groups;
  - 'deluser' removes users and groups and removes users from a given
    group.
 .
 Adding users with 'adduser' is much easier than adding them manually.
 Adduser will choose appropriate UID and GID values, create a home
 directory, copy skeletal user configuration, and automate setting
 initial values for the user's password, real name and so on.
 .
 Deluser can back up and remove users' home directories
 and mail spool or all the files they own on the system.
 .
 A custom script can be executed after each of the commands.

Package: apt
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 3674
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: armhf
Version: 2.2.4
Replaces: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~)
Provides: apt-transport-https (= 2.2.4)
Depends: adduser, gpgv | gpgv2 | gpgv1, libapt-pkg6.0 (>= 2.2.4), debian-archive-keyring, libc6 (>= 2.15), libgcc-s1 (>= 3.5), libgnutls30 (>= 3.7.0), libseccomp2 (>= 2.4.2), libstdc++6 (>= 9), libsystemd0
Recommends: ca-certificates
Suggests: apt-doc, aptitude | synaptic | wajig, dpkg-dev (>= 1.17.2), gnupg | gnupg2 | gnupg1, powermgmt-base
Breaks: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~), aptitude (<< 0.8.10)
Conffiles:
 /etc/apt/apt.conf.d/01autoremove ab6540f7278a05a4b7f9e58afcaa5f46
 /etc/cron.daily/apt-compat 49e9b2cfa17849700d4db735d04244f3
 /etc/kernel/postinst.d/apt-auto-removal 6486b24d4c496e7d6a443178869a019b
 /etc/logrotate.d/apt 179f2ed4f85cbaca12fa3d69c2a4a1c3
Description: commandline package manager
 This package provides commandline tools for searching and
 managing as well as querying information about packages
 as a low-level access to all features of the libapt-pkg library.
 .
 These include:
  * apt-get for retrieval of packages and information about them
    from authenticated sources and for installation, upgrade and
    removal of packages together with their dependencies
  * apt-cache for querying available information about installed
    as well as installable packages
  * apt-cdrom to use removable media as a source for packages
  * apt-config as an interface to the configuration settings
  * apt-key as an interface to manage authentication keys

Package: base-files
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 341
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 11.1+deb11u11
Replaces: base, dpkg (<= 1.15.0), miscutils
Provides: base
Pre-Depends: awk
Breaks: debian-security-support (<< 2019.04.25), initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~)
Conffiles:
 /etc/debian_version 8d32f3bc522ba5095f2b11e3adb4e32a
 /etc/dpkg/origins/debian c47b6815f67ad1aeccb0d4529bd0b990
 /etc/host.conf 4eb63731c9f5e30903ac4fc07a7fe3d6
 /etc/issue d641c0f23eff38a71ce34b34044b65c1
 /etc/issue.net 1b167e66826e01b4512a42e2b72ba7bd
 /etc/update-motd.d/10-uname 9e1b832b7b06f566156e7c9e0548247b
Description: Debian base system miscellaneous files
 This package contains the basic filesystem hierarchy of a Debian system, and
 several important miscellaneous files, such as /etc/debian_version,
 /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others,
 and the text of several common licenses in use on Debian systems.

Package: base-passwd
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 230
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 3.5.51
Replaces: base
Depends: libc6 (>= 2.8), libdebconfclient0 (>= 0.145)
Recommends: debconf (>= 0.5) | debconf-2.0
Description: Debian base system master password and group files
 These are the canonical master copies of the user database files
 (/etc/passwd and /etc/group), containing the Debian-allocated user and
 group IDs. The update-passwd tool is provided to keep the system databases
 synchronized with these master files.

Package: bash
Essential: yes
Status: install ok installed
Priority: required
Section: shells
Installed-Size: 6051
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 5.1-2+deb11u1
Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1)
Depends: base-files (>= 2.1.12), debianutils (>= 2.15)
Pre-Depends: libc6 (>= 2.28), libtinfo6 (>= 6)
Recommends: bash-completion (>= 20060301-0)
Suggests: bash-doc
Conflicts: bash-completion (<< 20060301-0)
Conffiles:
 /etc/bash.bashrc 89269e1298235f1b12b4c16e4065ad0d
 /etc/skel/.bash_logout 22bfb8c1dd94b5f3813a2b25da67463f
 /etc/skel/.bashrc ee35a240758f374832e809ae0ea4883a
 /etc/skel/.profile f4e81ade7d6f9fb342541152d08e7a97
Description: GNU Bourne Again SHell
 Bash is an sh-compatible command language interpreter that executes
 commands read from the standard input or from a file.  Bash also
 incorporates useful features from the Korn and C shells (ksh and csh).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
 .
 The Programmable Completion Code, by Ian Macdonald, is now found in
 the bash-completion package.
Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html

Package: bsdutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 300
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: util-linux (2.36.1-8+deb11u2)
Version: 1:2.36.1-8+deb11u2
Pre-Depends: libc6 (>= 2.28), libsystemd0
Recommends: bsdextrautils
Description: basic utilities from 4.4BSD-Lite
 This package contains the bare minimum of BSD utilities needed for a Debian
 system: logger, renice, script, scriptlive, scriptreplay and wall. The
 remaining standard BSD utilities are provided by bsdextrautils.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: ca-certificates
Status: install ok half-configured
Priority: standard
Section: misc
Installed-Size: 400
Maintainer: Julien Cristau <jcristau@debian.org>
Architecture: all
Multi-Arch: foreign
Version: 20230311+deb12u1~deb11u1
Depends: openssl (>= 1.1.1), debconf (>= 0.5) | debconf-2.0
Breaks: ca-certificates-java (<< 20230710~deb12u1~deb11u1~)
Enhances: openssl
Description: Common CA certificates
 Contains the certificate authorities shipped with Mozilla's browser to allow
 SSL-based applications to check for the authenticity of SSL connections.
 .
 Please note that Debian can neither confirm nor deny whether the
 certificate authorities whose certificates are included in this package
 have in any way been audited for trustworthiness or RFC 3647 compliance.
 Full responsibility to assess them belongs to the local system
 administrator.

Package: cloud-guest-utils
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 61
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Architecture: all
Source: cloud-utils
Version: 0.31-2
Depends: e2fsprogs, python3:any
Recommends: gdisk
Suggests: cloud-init
Description: cloud guest utilities
 This package contains programs useful inside cloud instance.
 It contains 'growpart' for resizing a partition during boot, which is normally
 done with the aid of cloud-init.
Homepage: https://launchpad.net/cloud-utils

Package: cloud-init
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 2187
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Architecture: all
Version: 20.4.1-2+deb11u1
Depends: fdisk | util-linux (<< 2.29.2-3~), gdisk, ifupdown, locales, lsb-base, lsb-release, net-tools, procps, python3-configobj, python3-jinja2, python3-jsonpatch, python3-jsonschema, python3-oauthlib, python3-requests, python3-yaml, python3:any
Recommends: cloud-guest-utils, eatmydata, sudo
Suggests: btrfs-progs, e2fsprogs, xfsprogs
Conffiles:
 /etc/NetworkManager/dispatcher.d/cloud-init-hook-network-manager 5fe06610f28360e90a8c04febddd384b
 /etc/cloud/cloud.cfg de7148db6bcdf59b0243dfbb796f483c
 /etc/cloud/cloud.cfg.d/00_debian.cfg 708307751e5df58dca385de5845777fb
 /etc/cloud/cloud.cfg.d/05_logging.cfg b772a8bc0c407baba78b88e89d8fc743
 /etc/cloud/cloud.cfg.d/README f5175bd4df5c37ce781f93d20f59561a
 /etc/cloud/templates/chef_client.rb.tmpl 11f70a7f665027be27c11f93ee8604cc
 /etc/cloud/templates/chrony.conf.alpine.tmpl 9b5c5b4a39ae11562a5013812c11121d
 /etc/cloud/templates/chrony.conf.debian.tmpl f6afc8fb02df02a7fad7672a67d34320
 /etc/cloud/templates/chrony.conf.fedora.tmpl 8f56d3a782ade6693badf3832775fc82
 /etc/cloud/templates/chrony.conf.opensuse.tmpl b7ff0b11f9bded1fc0be5f8806152541
 /etc/cloud/templates/chrony.conf.rhel.tmpl 65413a48dedb31d23c93ac417e1a35e8
 /etc/cloud/templates/chrony.conf.sles.tmpl b7ff0b11f9bded1fc0be5f8806152541
 /etc/cloud/templates/chrony.conf.ubuntu.tmpl 1ce60fc8d7ab2a82cdf3e572fb9709ff
 /etc/cloud/templates/hosts.alpine.tmpl ad0d47749390662c57af9ea6244ab745
 /etc/cloud/templates/hosts.debian.tmpl 0f19ecd06c3e71f7c8ee1e864b0e22e9
 /etc/cloud/templates/hosts.freebsd.tmpl b93d8b13209900227fd7e1731ae23b0c
 /etc/cloud/templates/hosts.redhat.tmpl bd5a1edd50c1d8b27c5f51ed44040c19
 /etc/cloud/templates/hosts.suse.tmpl 7a535f28d538e6bccaaa4dd7b9dd13c8
 /etc/cloud/templates/ntp.conf.alpine.tmpl f7a7c7a340e07e36af23248317fb0c09
 /etc/cloud/templates/ntp.conf.debian.tmpl 4234ee67d84a3da62e0d97c7329668df
 /etc/cloud/templates/ntp.conf.fedora.tmpl eb6d3fe3d4ddebfe0e310843e8bbc82b
 /etc/cloud/templates/ntp.conf.opensuse.tmpl e4bb5100b2dc442b6237ac7e1635acaa
 /etc/cloud/templates/ntp.conf.rhel.tmpl 3437363e2f2dd82c94f8c787fc957ee8
 /etc/cloud/templates/ntp.conf.sles.tmpl e4bb5100b2dc442b6237ac7e1635acaa
 /etc/cloud/templates/ntp.conf.ubuntu.tmpl 645795fb4ef5d9801111f7d1eb27d91d
 /etc/cloud/templates/resolv.conf.tmpl a9abad52f1e21f337f223978b2605127
 /etc/cloud/templates/sources.list.debian.tmpl fffcef4f450068888000cc368fb1c5d9
 /etc/cloud/templates/sources.list.ubuntu.tmpl b9f68f7e572d59a2af0c9758bc2ed1f2
 /etc/cloud/templates/timesyncd.conf.tmpl 9c6b3af8058efc219987863f45bb9198
 /etc/dhcp/dhclient-exit-hooks.d/hook-dhclient aa6f407b6895c130f2809755373e739f
 /etc/init.d/cloud-config 5be7f09acfb69f71526a9c6c23c31e32
 /etc/init.d/cloud-final 15fc2d68231ce0929139589910314d99
 /etc/init.d/cloud-init 81e6e95a2d2c8a45ea5b1ac4bc11e491
 /etc/init.d/cloud-init-local 9bbb2ee504e1d08b1433fb85795bab7f
 /etc/profile.d/Z99-cloud-locale-test.sh ca1c7cfa9cf8f9192f3d44f74708e01f
 /etc/rsyslog.d/21-cloudinit.conf d4cf2e5d3cb9914cf7e6cdc08d298339
Description: initialization system for infrastructure cloud instances
 Cloud-init provides a framework and tool to configure and customize virtual
 machine instances for Infrastructure-as-a-Service (IaaS) clouds platforms. It
 can for example set a default locale and hostname, generate SSH private host
 keys, install SSH public keys for logging into a default account, set up
 ephemeral mount points, and run user-provided scripts.
 .
 Various methods are supported for passing data to the instance at launch
 time, including the standard interfaces of multiple platforms.
Homepage: https://launchpad.net/cloud-init

Package: coreutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 15022
Maintainer: Michael Stone <mstone@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 8.32-4
Pre-Depends: libacl1 (>= 2.2.23), libattr1 (>= 1:2.4.44), libc6 (>= 2.28), libgmp10, libselinux1 (>= 3.1~)
Description: GNU core utilities
 This package contains the basic file, shell and text manipulation
 utilities which are expected to exist on every operating system.
 .
 Specifically, this package includes:
 arch base64 basename cat chcon chgrp chmod chown chroot cksum comm cp
 csplit cut date dd df dir dircolors dirname du echo env expand expr
 factor false flock fmt fold groups head hostid id install join link ln
 logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt
 od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm
 rmdir runcon sha*sum seq shred sleep sort split stat stty sum sync tac
 tail tee test timeout touch tr true truncate tsort tty uname unexpand
 uniq unlink users vdir wc who whoami yes
Homepage: http://gnu.org/software/coreutils

Package: curl
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 358
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 7.74.0-1.3+deb11u16
Depends: libc6 (>= 2.28), libcurl4 (= 7.74.0-1.3+deb11u16), zlib1g (>= 1:1.1.4)
Description: command line tool for transferring data with URL syntax
 curl is a command line tool for transferring data with URL syntax, supporting
 DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
 POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
 based upload, proxies, cookies, user+password authentication (Basic, Digest,
 NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
 busload of other useful tricks.
Homepage: http://curl.haxx.se

Package: dash
Essential: yes
Status: install ok installed
Priority: required
Section: shells
Installed-Size: 172
Maintainer: Andrej Shadura <andrewsh@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 0.5.11+git20200708+dd9ef66-5
Depends: debianutils (>= 2.15), dpkg (>= 1.19.1), debconf (>= 0.5) | debconf-2.0
Pre-Depends: libc6 (>= 2.28)
Description: POSIX-compliant shell
 The Debian Almquist Shell (dash) is a POSIX-compliant shell derived
 from ash.
 .
 Since it executes scripts faster than bash, and has fewer library
 dependencies (making it more robust against software or hardware
 failures), it is used as the default system shell on Debian systems.
Homepage: http://gondor.apana.org.au/~herbert/dash/

Package: dbus
Status: install ok installed
Priority: standard
Section: admin
Installed-Size: 457
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1.12.28-0+deb11u1
Provides: dbus-bin (= 1.12.28-0+deb11u1), dbus-daemon (= 1.12.28-0+deb11u1), dbus-session-bus-common (= 1.12.28-0+deb11u1), dbus-system-bus (= 1.12.28-0+deb11u1), dbus-system-bus-common (= 1.12.28-0+deb11u1), default-dbus-system-bus
Depends: adduser, libapparmor1 (>= 2.8.94), libaudit1 (>= 1:2.2.1), libc6 (>= 2.28), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.12.28-0+deb11u1), libexpat1 (>= 2.1~beta3), libselinux1 (>= 3.1~), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: default-dbus-session-bus | dbus-session-bus
Conffiles:
 /etc/default/dbus 0d0f25a2f993509c857eb262f6e22015
 /etc/init.d/dbus d78b20b35de983cf6f1475dcf8cb21a1
Description: simple interprocess messaging system (daemon and utilities)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 D-Bus supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more. It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML. D-Bus also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 It comes with several bindings, including GLib, Python, Qt and Java.
 .
 This package contains the D-Bus daemon and related utilities.
 .
 The client-side library can be found in the libdbus-1-3 package, as it is no
 longer contained in this package.
Homepage: https://dbus.freedesktop.org/

Package: debconf
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 517
Maintainer: Debconf Developers <debconf-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 1.5.77
Replaces: debconf-tiny
Provides: debconf-2.0
Pre-Depends: perl-base (>= 5.20.1-3~)
Recommends: apt-utils (>= 0.5.1), debconf-i18n
Suggests: debconf-doc, debconf-utils, whiptail | dialog, libterm-readline-gnu-perl, libgtk3-perl, libnet-ldap-perl, perl, debconf-kde-helper (>= 0.1+git20110702)
Breaks: apt-listchanges (<< 3.14), ubiquity (<< 17.10.2), update-notifier-common (<< 3.187~)
Conflicts: apt (<< 0.3.12.1), cdebconf (<< 0.96), debconf-tiny, debconf-utils (<< 1.3.22), dialog (<< 0.9b-20020814-1), menu (<= 2.1.3-1), whiptail (<< 0.51.4-11), whiptail-utf8 (<= 0.50.17-13)
Conffiles:
 /etc/apt/apt.conf.d/70debconf 7e9d09d5801a42b4926b736b8eeabb73
 /etc/debconf.conf 8c0619be413824f1fc7698cee0f23811
Description: Debian configuration management system
 Debconf is a configuration management system for debian packages. Packages
 use Debconf to ask questions when they are installed.

Package: debian-archive-keyring
Status: install ok installed
Priority: important
Section: misc
Installed-Size: 253
Maintainer: Debian Release Team <packages@release.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 2021.1.1+deb11u1
Conffiles:
 /etc/apt/trusted.gpg.d/debian-archive-bookworm-automatic.gpg 8ed7972dd2fdcbcf16ca5c139655eced
 /etc/apt/trusted.gpg.d/debian-archive-bookworm-security-automatic.gpg befef93070ec9002b7873a7375ffc739
 /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.gpg 4974fa497e6120a5babe820bc779e357
 /etc/apt/trusted.gpg.d/debian-archive-bullseye-automatic.gpg f5b8d048d75e0ba9a964c28daa0757cf
 /etc/apt/trusted.gpg.d/debian-archive-bullseye-security-automatic.gpg b6b2ad2c894ecfe479981fd0eadc1c92
 /etc/apt/trusted.gpg.d/debian-archive-bullseye-stable.gpg 045a5096301163f4b172d226e9d4dbb8
 /etc/apt/trusted.gpg.d/debian-archive-buster-automatic.gpg 9e93d0a43d3a60272034c15900e9df6f
 /etc/apt/trusted.gpg.d/debian-archive-buster-security-automatic.gpg f2d1b03b7a3c279ec66425d06aaab50f
 /etc/apt/trusted.gpg.d/debian-archive-buster-stable.gpg 4797ff6df738da65413ef710cf73936f
Description: GnuPG archive keys of the Debian archive
 The Debian project digitally signs its Release files. This package
 contains the archive keys used for that.

Package: debianutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 203
Maintainer: Clint Adams <clint@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 4.11.2
Pre-Depends: libc6 (>= 2.15)
Description: Miscellaneous utilities specific to Debian
 This package provides a number of small utilities which are used
 primarily by the installation scripts of Debian packages, although
 you may use them directly.
 .
 The specific utilities included are:
 add-shell installkernel ischroot remove-shell run-parts savelog
 tempfile which

Package: dialog
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 939
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1.3-20201126-1
Provides: libdialog-dev
Depends: libc6 (>= 2.28), libncursesw6 (>= 6), libtinfo6 (>= 6), debianutils (>= 1.6)
Description: Displays user-friendly dialog boxes from shell scripts
 This application provides a method of displaying several different types
 of dialog boxes from shell scripts.  This allows a developer of a script
 to interact with the user in a much friendlier manner.
 .
 The following types of boxes are at your disposal:
  yes/no           Typical query style box with "Yes" and "No" answer buttons
  menu             A scrolling list of menu choices with single entry selection
  input            Query style box with text entry field
  message          Similar to the yes/no box, but with only an "Ok" button
  text             A scrollable text box that works like a simple file viewer
  info             A message display that allows asynchronous script execution
  checklist        Similar to the menu box, but allowing multiple selections
  radiolist        Checklist style box allowing single selections
  gauge            Typical "progress report" style box
  tail             Allows viewing the end of files (tail) that auto updates
  background tail  Similar to tail but runs in the background.
  editbox          Allows editing an existing file
Homepage: https://invisible-island.net/dialog/dialog.html

Package: diffutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 1455
Maintainer: Santiago Vila <sanvila@debian.org>
Architecture: armhf
Version: 1:3.7-5
Replaces: diff
Pre-Depends: libc6 (>= 2.17)
Suggests: diffutils-doc, wdiff
Description: File comparison utilities
 The diffutils package provides the diff, diff3, sdiff, and cmp programs.
 .
 `diff' shows differences between two files, or each corresponding file
 in two directories.  `cmp' shows the offsets and line numbers where
 two files differ.  `cmp' can also show all the characters that
 differ between the two files, side by side.  `diff3' shows differences
 among three files.  `sdiff' merges two files interactively.
 .
 The set of differences produced by `diff' can be used to distribute
 updates to text files (such as program source code) to other people.
 This method is especially useful when the differences are small compared
 to the complete files.  Given `diff' output, the `patch' program can
 update, or "patch", a copy of the file.
Homepage: https://www.gnu.org/software/diffutils/

Package: dirmngr
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1003
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg2 (<< 2.1.10-2)
Depends: adduser, gpgconf (= 2.2.27-2+deb11u3), lsb-base (>= 3.2-13), init-system-helpers (>= 1.52), libassuan0 (>= 2.5.0), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgnutls30 (>= 3.7.0), libgpg-error0 (>= 1.38), libksba8 (>= 1.3.5), libldap-2.4-2 (>= 2.4.7), libnpth0 (>= 0.90)
Recommends: gnupg (= 2.2.27-2+deb11u3)
Suggests: dbus-user-session, libpam-systemd, pinentry-gnome3, tor
Breaks: gnupg2 (<< 2.1.10-2)
Enhances: gpg, gpgsm, squid
Description: GNU privacy guard - network certificate management service
 dirmngr is a server for managing and downloading OpenPGP and X.509
 certificates, as well as updates and status signals related to those
 certificates.  For OpenPGP, this means pulling from the public
 HKP/HKPS keyservers, or from LDAP servers.  For X.509 this includes
 Certificate Revocation Lists (CRLs) and Online Certificate Status
 Protocol updates (OCSP).  It is capable of using Tor for network
 access.
 .
 dirmngr is used for network access by gpg, gpgsm, and dirmngr-client,
 among other tools.  Unless this package is installed, the parts of
 the GnuPG suite that try to interact with the network will fail.
Homepage: https://www.gnupg.org/

Package: distro-info-data
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 21
Maintainer: Benjamin Drung <bdrung@debian.org>
Architecture: all
Multi-Arch: foreign
Version: 0.51+deb11u11
Breaks: distro-info (<< 1.0~)
Description: information about the distributions' releases (data files)
 Information about all releases of Debian and Ubuntu. The distro-info script
 will give you the codename for e.g. the latest stable release of your
 distribution. To get information about a specific distribution there are the
 debian-distro-info and the ubuntu-distro-info scripts.
 .
 This package contains the data files.

Package: dmsetup
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 217
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: lvm2 (2.03.11-2.1)
Version: 2:1.02.175-2.1
Depends: libc6 (>= 2.8), libdevmapper1.02.1 (>= 2:1.02.138)
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains a utility for modifying device mappings.
Homepage: https://sourceware.org/lvm2/

Package: dpkg
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 6557
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1.20.13
Depends: tar (>= 1.28-1)
Pre-Depends: libbz2-1.0, libc6 (>= 2.28), liblzma5 (>= 5.2.2), libselinux1 (>= 3.1~), zlib1g (>= 1:1.1.4)
Suggests: apt, debsig-verify
Breaks: libapt-pkg5.0 (<< 1.7~b), lsb-base (<< 10.2019031300)
Conffiles:
 /etc/alternatives/README 7be88b21f7e386c8d5a8790c2461c92b
 /etc/cron.daily/dpkg 76be39cb45c6511f50c2554fe2714efe
 /etc/dpkg/dpkg.cfg f4413ffb515f8f753624ae3bb365b81b
 /etc/logrotate.d/alternatives 5fe0af6ce1505fefdc158d9e5dbf6286
 /etc/logrotate.d/dpkg 9e25c8505966b5829785f34a548ae11f
Description: Debian package management system
 This package provides the low-level infrastructure for handling the
 installation and removal of Debian software packages.
 .
 For Debian package development tools, install dpkg-dev.
Homepage: https://wiki.debian.org/Teams/Dpkg

Package: e2fsprogs
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 1155
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: armhf
Multi-Arch: foreign
Version: 1.46.2-2+deb11u1
Depends: logsave
Pre-Depends: libblkid1 (>= 2.36), libc6 (>= 2.28), libcom-err2 (>= 1.43.9), libext2fs2 (= 1.46.2-2+deb11u1), libss2 (>= 1.38), libuuid1 (>= 2.16)
Recommends: e2fsprogs-l10n
Suggests: gpart, parted, fuse2fs, e2fsck-static
Conffiles:
 /etc/cron.d/e2scrub_all 440566eb9320c5193353b1922562f087
 /etc/e2scrub.conf df38534cc670c70a91cf9b035845d244
 /etc/mke2fs.conf 72b349d890a9b5cca06c7804cd0c8d1d
Description: ext2/ext3/ext4 file system utilities
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package contains programs for creating, checking, and maintaining
 ext2/3/4-based file systems.  It also includes the "badblocks" program,
 which can be used to scan for bad blocks on a disk or other storage device.
Homepage: http://e2fsprogs.sourceforge.net
Important: yes

Package: eatmydata
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 30
Maintainer: Mattia Rizzolo <mattia@debian.org>
Architecture: all
Source: libeatmydata
Version: 105-9
Depends: libeatmydata1 (>= 105-9)
Description: Library and utilities designed to disable fsync and friends
 This package contains a small LD_PRELOAD library (libeatmydata) and a couple
 of helper utilities designed to transparently disable fsync and friends (like
 open(O_SYNC)). This has two side-effects: making software that writes data
 safely to disk a lot quicker and making this software no longer crash safe.
 .
 You will find eatmydata useful if particular software calls fsync(), sync()
 etc. frequently but the data it stores is not that valuable to you and you may
 afford losing it in case of system crash. Data-to-disk synchronization calls
 are typically very slow on modern file systems and their extensive usage might
 slow down software significantly. It does not make sense to accept such a hit
 in performance if data being manipulated is not very important.
 .
 On the other hand, do not use eatmydata when you care about what software
 stores or it manipulates important components of your system. The library is
 called libEAT-MY-DATA for a reason.
Homepage: https://launchpad.net/libeatmydata

Package: fdisk
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 385
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: util-linux
Version: 2.36.1-8+deb11u2
Replaces: util-linux (<< 2.29.2-3~)
Depends: libc6 (>= 2.28), libfdisk1 (>= 2.36), libmount1 (>= 2.24.2), libncursesw6 (>= 6), libsmartcols1 (>= 2.28~rc1), libtinfo6 (>= 6)
Breaks: util-linux (<< 2.29.2-3~)
Description: collection of partitioning utilities
 This package contains the classic fdisk, sfdisk and cfdisk partitioning
 utilities from the util-linux suite.
 .
 The utilities included in this package allow you to partition
 your hard disk. The utilities supports both modern and legacy
 partition tables (eg. GPT, MBR, etc).
 .
 The fdisk utility is the classical text-mode utility.
 The cfdisk utilitity gives a more userfriendly curses based interface.
 The sfdisk utility is mostly for automation and scripting uses.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: findutils
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 1817
Maintainer: Andreas Metzler <ametzler@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 4.8.0-1
Pre-Depends: libc6 (>= 2.28), libselinux1 (>= 3.1~)
Suggests: mlocate | locate
Breaks: binstats (<< 1.08-8.1), guilt (<< 0.36-0.2), libpython3.4-minimal (<< 3.4.4-2), libpython3.5-minimal (<< 3.5.1-3), lsat (<< 0.9.7.1-2.1), mc (<< 3:4.8.11-1), switchconf (<< 0.0.9-2.1)
Description: utilities for finding files--find, xargs
 GNU findutils provides utilities to find files meeting specified
 criteria and perform various actions on the files which are found.
 This package contains 'find' and 'xargs'; however, 'locate' has
 been split off into a separate package.
Homepage: https://savannah.gnu.org/projects/findutils/

Package: gcc-10-base
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 261
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: gcc-10
Version: 10.2.1-6
Breaks: gnat (<< 7)
Description: GCC, the GNU Compiler Collection (base package)
 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).
Homepage: http://gcc.gnu.org/

Package: gcc-9-base
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 262
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: gcc-9
Version: 9.3.0-22
Breaks: gnat (<< 7)
Description: GCC, the GNU Compiler Collection (base package)
 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).
Homepage: http://gcc.gnu.org/

Package: gdisk
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 648
Maintainer: Jonathan Carter <jcc@debian.org>
Architecture: armhf
Version: 1.0.6-1.1
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), libncursesw6 (>= 6), libpopt0 (>= 1.14), libstdc++6 (>= 5.2), libtinfo6 (>= 6), libuuid1 (>= 2.16)
Recommends: groff-base
Description: GPT fdisk text-mode partitioning tool
 GPT fdisk (aka gdisk) is a text-mode partitioning
 tool that provides utilities for Globally Unique
 Identifier (GUID) Partition Table (GPT) disks.
 .
 Features:
 .
  - Edit GUID partition table definitions
  - In place conversion of BSD disklabels to GPT
  - In place conversion of MBR to GPT
  - In place conversion of GPT to MBR
  - Create hybrid MBR/GPT layouts
  - Repair damaged GPT data structures
  - Repair damaged MBR structures
  - Back up GPT data to a file (and restore from file)
Homepage: http://sourceforge.net/projects/gptfdisk/

Package: gnupg
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 864
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg2 (<< 2.1.11-7+exp1)
Depends: dirmngr (<< 2.2.27-2+deb11u3.1~), dirmngr (>= 2.2.27-2+deb11u3), gnupg-l10n (= 2.2.27-2+deb11u3), gnupg-utils (<< 2.2.27-2+deb11u3.1~), gnupg-utils (>= 2.2.27-2+deb11u3), gpg (<< 2.2.27-2+deb11u3.1~), gpg (>= 2.2.27-2+deb11u3), gpg-agent (<< 2.2.27-2+deb11u3.1~), gpg-agent (>= 2.2.27-2+deb11u3), gpg-wks-client (<< 2.2.27-2+deb11u3.1~), gpg-wks-client (>= 2.2.27-2+deb11u3), gpg-wks-server (<< 2.2.27-2+deb11u3.1~), gpg-wks-server (>= 2.2.27-2+deb11u3), gpgsm (<< 2.2.27-2+deb11u3.1~), gpgsm (>= 2.2.27-2+deb11u3), gpgv (<< 2.2.27-2+deb11u3.1~), gpgv (>= 2.2.27-2+deb11u3)
Suggests: parcimonie, xloadimage
Breaks: debsig-verify (<< 0.15), dirmngr (<< 2.2.27-2+deb11u3), gnupg2 (<< 2.1.11-7+exp1), libgnupg-interface-perl (<< 0.52-3), libgnupg-perl (<= 0.19-1), libmail-gnupg-perl (<= 0.22-1), monkeysphere (<< 0.38~), php-crypt-gpg (<= 1.4.1-1), python-apt (<= 1.1.0~beta4), python-gnupg (<< 0.3.8-3), python3-apt (<= 1.1.0~beta4)
Description: GNU privacy guard - a free PGP replacement
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC4880.
 .
 This package contains the full suite of GnuPG tools for cryptographic
 communications and data storage.
Homepage: https://www.gnupg.org/

Package: gnupg-l10n
Status: install ok installed
Priority: optional
Section: localization
Installed-Size: 4905
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg (<< 2.1.14-2~), gnupg2 (<< 2.1.14-2~)
Breaks: gnupg (<< 2.1.14-2~), gnupg2 (<< 2.1.14-2~)
Enhances: dirmngr, gpg, gpg-agent
Description: GNU privacy guard - localization files
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC 4880.
 .
 This package contains the translation files for the use of GnuPG in
 non-English locales.
Homepage: https://www.gnupg.org/

Package: gnupg-utils
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1320
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4)
Depends: libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35), libksba8 (>= 1.3.5), libreadline8 (>= 6.0), zlib1g (>= 1:1.1.4)
Recommends: gpg, gpg-agent, gpgconf, gpgsm
Breaks: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4)
Description: GNU privacy guard - utility programs
 GnuPG is GNU's tool for secure communication and data storage.
 .
 This package contains several useful utilities for manipulating
 OpenPGP data and other related cryptographic elements.  It includes:
 .
  * addgnupghome -- create .gnupg home directories
  * applygnupgdefaults -- run gpgconf --apply-defaults for all users
  * gpgcompose -- an experimental tool for constructing arbitrary
                  sequences of OpenPGP packets (e.g. for testing)
  * gpgparsemail -- parse an e-mail message into annotated format
  * gpgsplit -- split a sequence of OpenPGP packets into files
  * gpgtar -- encrypt or sign files in an archive
  * kbxutil -- list, export, import Keybox data
  * lspgpot -- convert PGP ownertrust values to GnuPG
  * migrate-pubring-from-classic-gpg -- use only "modern" formats
  * symcryptrun -- use simple symmetric encryption tool in GnuPG framework
  * watchgnupg -- watch socket-based logs
Homepage: https://www.gnupg.org/

Package: gpg
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1196
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg (<< 2.1.21-4)
Depends: gpgconf (= 2.2.27-2+deb11u3), libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libreadline8 (>= 6.0), libsqlite3-0 (>= 3.7.15), zlib1g (>= 1:1.1.4)
Recommends: gnupg (= 2.2.27-2+deb11u3)
Breaks: gnupg (<< 2.1.21-4)
Description: GNU Privacy Guard -- minimalist public key operations
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC4880.
 .
 This package contains /usr/bin/gpg itself, and is useful on its own
 only for public key operations (encryption, signature verification,
 listing OpenPGP certificates, etc).  If you want full capabilities
 (including secret key operations, network access, etc), please
 install the "gnupg" package, which pulls in the full suite of tools.
Homepage: https://www.gnupg.org/

Package: gpg-agent
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 988
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg-agent (<< 2.1.21-4)
Provides: gnupg-agent
Depends: gpgconf (= 2.2.27-2+deb11u3), pinentry-curses | pinentry, init-system-helpers (>= 1.52), libassuan0 (>= 2.5.1), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libnpth0 (>= 0.90)
Recommends: gnupg (= 2.2.27-2+deb11u3)
Suggests: dbus-user-session, libpam-systemd, pinentry-gnome3, scdaemon
Breaks: gnupg-agent (<< 2.1.21-4)
Conffiles:
 /etc/X11/Xsession.d/90gpg-agent fbb9ce5e8e4ba5727090f0aa51b61a82
 /etc/logcheck/ignore.d.server/gpg-agent 2d0fbc91a955ba69408ca033d7ae2455
Description: GNU privacy guard - cryptographic agent
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC4880.
 .
 This package contains the agent program gpg-agent which handles all
 secret key material for OpenPGP and S/MIME use.  The agent also
 provides a passphrase cache, which is used by pre-2.1 versions of
 GnuPG for OpenPGP operations.  Without this package, trying to do
 secret-key operations with any part of the modern GnuPG suite will
 fail.
Homepage: https://www.gnupg.org/

Package: gpg-wks-client
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 577
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Depends: dirmngr (= 2.2.27-2+deb11u3), gpg (= 2.2.27-2+deb11u3), gpg-agent (= 2.2.27-2+deb11u3), libassuan0 (>= 2.5.0), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35)
Recommends: gnupg (= 2.2.27-2+deb11u3)
Description: GNU privacy guard - Web Key Service client
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC4880.
 .
 This package provides the GnuPG client for the Web Key Service
 protocol.
 .
 A Web Key Service is a service that allows users to upload keys per
 mail to be verified over https as described in
 https://tools.ietf.org/html/draft-koch-openpgp-webkey-service
 .
 For more information see: https://wiki.gnupg.org/WKS
Homepage: https://www.gnupg.org/

Package: gpg-wks-server
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 565
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Depends: gpg (= 2.2.27-2+deb11u3), gpg-agent (= 2.2.27-2+deb11u3), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35)
Recommends: gnupg (= 2.2.27-2+deb11u3)
Description: GNU privacy guard - Web Key Service server
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC4880.
 .
 This package provides the GnuPG server for the Web Key Service
 protocol.
 .
 A Web Key Service is a service that allows users to upload keys per
 mail to be verified over https as described in
 https://tools.ietf.org/html/draft-koch-openpgp-webkey-service
 .
 For more information see: https://wiki.gnupg.org/WKS
Homepage: https://www.gnupg.org/

Package: gpgconf
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 654
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4)
Depends: libassuan0 (>= 2.5.0), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35), libreadline8 (>= 6.0)
Breaks: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4)
Description: GNU privacy guard - core configuration utilities
 GnuPG is GNU's tool for secure communication and data storage.
 .
 This package contains core utilities used by different tools in the
 suite offered by GnuPG.  It can be used to programmatically edit
 config files for tools in the GnuPG suite, to launch or terminate
 per-user daemons (if installed), etc.
Homepage: https://www.gnupg.org/

Package: gpgsm
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 777
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg2 (<< 2.1.10-2)
Depends: gpgconf (= 2.2.27-2+deb11u3), libassuan0 (>= 2.5.0), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libksba8 (>= 1.5.0), libreadline8 (>= 6.0)
Recommends: gnupg (= 2.2.27-2+deb11u3)
Breaks: gnupg2 (<< 2.1.10-2)
Description: GNU privacy guard - S/MIME version
 GnuPG is GNU's tool for secure communication and data storage.
 It can be used to encrypt data and to create digital signatures.
 It includes an advanced key management facility and is compliant
 with the proposed OpenPGP Internet standard as described in RFC4880.
 .
 This package contains the gpgsm program. gpgsm is a tool to provide
 digital encryption and signing services on X.509 certificates and the
 CMS protocol. gpgsm includes complete certificate management.
Homepage: https://www.gnupg.org/

Package: gpgv
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 725
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: gnupg2
Version: 2.2.27-2+deb11u3
Replaces: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1)
Depends: libbz2-1.0, libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), zlib1g (>= 1:1.1.4)
Suggests: gnupg
Breaks: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1), python-debian (<< 0.1.29)
Description: GNU privacy guard - signature verification tool
 GnuPG is GNU's tool for secure communication and data storage.
 .
 gpgv is actually a stripped-down version of gpg which is only able
 to check signatures. It is somewhat smaller than the fully-blown gpg
 and uses a different (and simpler) way to check that the public keys
 used to make the signature are valid. There are no configuration
 files and only a few options are implemented.
Homepage: https://www.gnupg.org/

Package: grep
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 1014
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 3.6-1+deb11u1
Provides: rgrep
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.28), libpcre3
Suggests: libpcre3 (>= 7.7)
Conflicts: rgrep
Description: GNU grep, egrep and fgrep
 'grep' is a utility to search for text in files; it can be used from the
 command line or in scripts.  Even if you don't want to use it, other packages
 on your system probably will.
 .
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)
Homepage: https://www.gnu.org/software/grep/

Package: groff-base
Status: install ok installed
Priority: important
Section: text
Installed-Size: 2865
Maintainer: Colin Watson <cjwatson@debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: groff
Version: 1.22.4-6
Replaces: groff (<< 1.22.4~rc2-2), jgroff (<< 1.17-1)
Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.0), libstdc++6 (>= 4.3.0), libuchardet0 (>= 0.0.1)
Suggests: groff
Breaks: groff (<< 1.22.4~rc2-2), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14)
Conffiles:
 /etc/groff/man.local e6591616404c7c443f71ff21d27430d7
 /etc/groff/mdoc.local 4bc6267468942826b757fa2f868c8237
Description: GNU troff text-formatting system (base system components)
 This package contains the traditional UN*X text formatting tools
 troff, nroff, tbl, eqn, and pic. These utilities, together with the
 man-db package, are essential for displaying the on-line manual pages.
 .
 groff-base is a stripped-down package containing the necessary components
 to read manual pages in ASCII, Latin-1, and UTF-8, plus the PostScript
 device (groff's default). Users who want a full groff installation, with
 the standard set of devices, fonts, macros, and documentation, should
 install the groff package.
Homepage: https://www.gnu.org/software/groff/

Package: gzip
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 209
Maintainer: Milan Kupcevic <milan@debian.org>
Architecture: armhf
Version: 1.10-4+deb11u1
Depends: dpkg (>= 1.15.4) | install-info
Pre-Depends: libc6 (>= 2.28)
Suggests: less
Description: GNU compression utilities
 This package provides the standard GNU file compression utilities, which
 are also the default compression tools for Debian.  They typically operate
 on files with names ending in '.gz', but can also decompress files ending
 in '.Z' created with 'compress'.
Homepage: https://www.gnu.org/software/gzip/

Package: hostname
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 41
Maintainer: Michael Meskes <meskes@debian.org>
Architecture: armhf
Version: 3.23
Replaces: nis (<< 3.17-30)
Pre-Depends: libc6 (>= 2.4)
Breaks: nis (<< 3.17-30)
Description: utility to set/show the host name or domain name
 This package provides commands which can be used to display the system's
 DNS name, and to display or set its hostname or NIS domain name.

Package: ifupdown
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 186
Maintainer: Josué Ortega <josue@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 0.8.36
Replaces: systemd (<< 228-3~)
Depends: libc6 (>= 2.28), lsb-base, adduser, iproute2
Recommends: isc-dhcp-client | dhcp-client
Suggests: ppp, rdnssd
Breaks: systemd (<< 228-3~)
Conffiles:
 /etc/default/networking 3f34a1868c2e6cd41caec70c8d1e5659
 /etc/init.d/networking 7da483bff1848d6eb99e22c415a9ff27
Description: high level tools to configure network interfaces
 This package provides the tools ifup and ifdown which may be used to
 configure (or, respectively, deconfigure) network interfaces based on
 interface definitions in the file /etc/network/interfaces.

Package: init
Status: install ok installed
Priority: important
Section: metapackages
Installed-Size: 22
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: init-system-helpers
Version: 1.60
Depends: init-system-helpers (>= 1.25)
Pre-Depends: systemd-sysv | sysvinit-core
Description: metapackage ensuring an init system is installed
 This package is a metapackage which allows you to select from the available
 init systems while ensuring that one of these is available on the system at
 all times.
Important: yes

Package: init-system-helpers
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 131
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 1.60
Depends: perl-base (>= 5.20.1-3)
Conflicts: file-rc (<< 0.8.17~)
Description: helper tools for all init systems
 This package contains helper tools that are necessary for switching between
 the various init systems that Debian contains (e. g. sysvinit or
 systemd). An example is deb-systemd-helper, a script that enables systemd unit
 files without depending on a running systemd.
 .
 It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which
 provide an abstraction for enabling, disabling, starting, and stopping
 services for all supported Debian init systems as specified by the policy.
 .
 While this package is maintained by pkg-systemd-maintainers, it is NOT
 specific to systemd at all. Maintainers of other init systems are welcome to
 include their helpers in this package.

Package: iproute2
Status: install ok installed
Priority: important
Section: net
Installed-Size: 2100
Maintainer: Alexander Wirt <formorer@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 5.10.0-4
Replaces: iproute
Provides: arpd
Depends: debconf (>= 0.5) | debconf-2.0, libbpf0 (>= 1:0.2), libbsd0 (>= 0.0), libc6 (>= 2.29), libcap2 (>= 1:2.10), libdb5.3, libelf1 (>= 0.131), libmnl0 (>= 1.0.3-4~), libselinux1 (>= 3.1~), libxtables12 (>= 1.6.0+snapshot20161117), libcap2-bin
Recommends: libatm1 (>= 2.4.1-17~)
Suggests: iproute2-doc
Conflicts: arpd, iproute (<< 20130000-1)
Conffiles:
 /etc/iproute2/bpf_pinning fd070252e6e9996bd04d9d59e4ce21eb
 /etc/iproute2/ematch_map 0e0f36cafc6a9cf76bc704cfd8f96ece
 /etc/iproute2/group 3aea2c0e0dd75e13a5f8f48f2936915f
 /etc/iproute2/nl_protos 393e42fa549d0974eb66d576675779c2
 /etc/iproute2/rt_dsfield 4c80d267a84d350d89d88774efe48a0f
 /etc/iproute2/rt_protos e9fe1848b1f9f05989c28c5ba045700b
 /etc/iproute2/rt_protos.d/README 88e45597012c565f9a10ffef1bc14312
 /etc/iproute2/rt_realms 7137bdf40e8d58c87ac7e3bba503767f
 /etc/iproute2/rt_scopes 6298b8df09e9bda23ea7da49021ca457
 /etc/iproute2/rt_tables a1313318d6778fe6b8c680248ef5a463
 /etc/iproute2/rt_tables.d/README 18bfdabbd4d5b14eae350720ea5ff431
Description: networking and traffic control tools
 The iproute2 suite is a collection of utilities for networking and
 traffic control.
 .
 These tools communicate with the Linux kernel via the (rt)netlink
 interface, providing advanced features not available through the
 legacy net-tools commands 'ifconfig' and 'route'.
Homepage: https://wiki.linuxfoundation.org/networking/iproute2

Package: iputils-ping
Status: install ok installed
Priority: important
Section: net
Installed-Size: 88
Maintainer: Noah Meyerhans <noahm@debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: iputils
Version: 3:20210202-1
Provides: ping
Depends: libcap2-bin, libc6 (>= 2.25), libcap2 (>= 1:2.10), libidn2-0 (>= 0.6)
Description: Tools to test the reachability of network hosts
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping6 utility which supports IPv6 network
 connections.
Homepage: https://github.com/iputils/iputils/

Package: isc-dhcp-client
Status: install ok installed
Priority: important
Section: net
Installed-Size: 505
Maintainer: Debian ISC DHCP Maintainers <isc-dhcp@packages.debian.org>
Architecture: armhf
Source: isc-dhcp
Version: 4.4.1-2.3+deb11u2
Provides: dhcp-client
Depends: libc6 (>= 2.28), libdns-export1110, libisc-export1105, debianutils (>= 2.8.2), iproute2
Recommends: isc-dhcp-common
Suggests: resolvconf, avahi-autoipd, isc-dhcp-client-ddns
Conffiles:
 /etc/dhcp/debug 521717b5f9e08db15893d3d062c59aeb
 /etc/dhcp/dhclient-exit-hooks.d/rfc3442-classless-routes 95e21c32fa7f603db75f1dc33db53cf5
 /etc/dhcp/dhclient.conf 649563ef7a61912664a400a5263958a6
Description: DHCP client for automatically obtaining an IP address
 This is the Internet Software Consortium's DHCP client.
 .
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 (actually dhcpd includes much of the functionality of bootpd). It
 gives client machines "leases" for IP addresses and can
 automatically set their network configuration. If your machine
 depends on DHCP (especially likely if it's a workstation on a large
 network, or a laptop, or attached to a cable modem), keep this or
 another DHCP client installed.
 .
 Extra documentation can be found in the package isc-dhcp-common.
Homepage: http://www.isc.org

Package: isc-dhcp-common
Status: install ok installed
Priority: important
Section: net
Installed-Size: 149
Maintainer: Debian ISC DHCP Maintainers <isc-dhcp@packages.debian.org>
Architecture: armhf
Source: isc-dhcp
Version: 4.4.1-2.3+deb11u2
Depends: debianutils (>= 2.8.2)
Description: common manpages relevant to all of the isc-dhcp packages
 This package includes manpages that are relevant to the various ISC DHCP
 packages.
 .
 The dhcp-options manpage describes available options for dhcpd and dhclient.
 The dhcp-eval manpage describes evaluation of conditional expressions.
Homepage: http://www.isc.org

Package: iso-codes
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 20072
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Architecture: all
Multi-Arch: foreign
Version: 4.6.0-1
Suggests: isoquery
Description: ISO language, territory, currency, script codes and their translations
 This package provides the ISO 639, ISO 639-3, and ISO 639-5 language
 code lists, the ISO 4217 currency code list, the ISO 3166 territory
 code list, the ISO 3166-2 sub-territory list, and the ISO 15924
 script code list as JSON files.
 .
 More importantly, it also provides their translations to be used by
 other programs.
Homepage: https://salsa.debian.org/iso-codes-team/iso-codes

Package: libacl1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 54
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: armhf
Multi-Arch: same
Source: acl
Version: 2.2.53-10
Depends: libc6 (>= 2.4)
Description: access control list - shared library
 This package contains the shared library containing the POSIX 1003.1e
 draft standard 17 functions for manipulating access control lists.
Homepage: https://savannah.nongnu.org/projects/acl/

Package: libapparmor1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 137
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: apparmor
Version: 2.13.6-10
Depends: libc6 (>= 2.17)
Description: changehat AppArmor library
 libapparmor1 provides a shared library one can compile programs
 against in order to use various AppArmor functionality,
 such as transitioning to a different AppArmor profile or hat.
Homepage: https://apparmor.net/

Package: libapt-pkg6.0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 2636
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: apt
Version: 2.2.4
Provides: libapt-pkg (= 2.2.4)
Depends: libbz2-1.0, libc6 (>= 2.28), libgcc-s1 (>= 3.5), libgcrypt20 (>= 1.8.0), liblz4-1 (>= 0.0~r127), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 9), libsystemd0 (>= 221), libudev1 (>= 183), libxxhash0 (>= 0.7.1), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.2.3.4)
Recommends: apt (>= 2.2.4)
Breaks: appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), libapt-inst1.5 (<< 0.9.9~)
Description: package management runtime library
 This library provides the common functionality for searching and
 managing packages as well as information about packages.
 Higher-level package managers can depend upon this library.
 .
 This includes:
  * retrieval of information about packages from multiple sources
  * retrieval of packages and all dependent packages
    needed to satisfy a request either through an internal
    solver or by interfacing with an external one
  * authenticating the sources and validating the retrieved data
  * installation and removal of packages in the system
  * providing different transports to retrieve data over cdrom, ftp,
    http(s), rsh as well as an interface to add more transports like
    tor+http(s) (apt-transport-tor).

Package: libargon2-1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 48
Maintainer: Luca Bruno <lucab@debian.org>
Architecture: armhf
Multi-Arch: same
Source: argon2
Version: 0~20171227-0.2
Depends: libc6 (>= 2.4)
Description: memory-hard hashing function - runtime library
 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package includes the dynamic library against which programs are linked.
Homepage: https://github.com/P-H-C/phc-winner-argon2

Package: libassuan0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 84
Maintainer: Debian GnuPG-Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libassuan
Version: 2.5.3-7.1
Depends: libc6 (>= 2.15), libgpg-error0 (>= 1.17)
Description: IPC library for the GnuPG components
 Libassuan is a small library implementing the so-called "Assuan
 protocol". This protocol is used for IPC between most newer GnuPG
 components. Both server and client side functions are provided.
Homepage: https://www.gnupg.org/related_software/libassuan/index.html

Package: libatm1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian QA Group <packages@qa.debian.org>
Architecture: armhf
Multi-Arch: same
Source: linux-atm
Version: 1:2.5.1-4
Depends: libc6 (>= 2.7)
Description: shared library for ATM (Asynchronous Transfer Mode)
 Shared libraries needed by ATM (Asynchronous Transfer Mode) related programs
Homepage: http://linux-atm.sourceforge.net/

Package: libattr1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 44
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: armhf
Multi-Arch: same
Source: attr
Version: 1:2.4.48-6
Depends: libc6 (>= 2.4)
Conffiles:
 /etc/xattr.conf d1e7e7add29e247fdcf2a098fe5b37a0
Description: extended attribute handling - shared library
 Contains the runtime environment required by programs that make use
 of extended attributes.
Homepage: https://savannah.nongnu.org/projects/attr/

Package: libaudit-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 26
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: all
Multi-Arch: foreign
Source: audit
Version: 1:3.0-2
Conffiles:
 /etc/libaudit.conf cdc703f9d27f0d980271a9e95d0f18b2
Description: Dynamic library for security auditing - common files
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
 .
 This package contains the libaudit.conf configuration file and the associated
 manpage.
Homepage: https://people.redhat.com/sgrubb/audit/

Package: libaudit1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 134
Maintainer: Laurent Bigonville <bigon@debian.org>
Architecture: armhf
Multi-Arch: same
Source: audit
Version: 1:3.0-2
Depends: libaudit-common (>= 1:3.0-2), libc6 (>= 2.28), libcap-ng0 (>= 0.7.9)
Description: Dynamic library for security auditing
 The audit-libs package contains the dynamic libraries needed for
 applications to use the audit framework. It is used to monitor systems for
 security related events.
Homepage: https://people.redhat.com/sgrubb/audit/

Package: libblkid1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 304
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: same
Source: util-linux
Version: 2.36.1-8+deb11u2
Depends: libc6 (>= 2.28)
Description: block device ID library
 The blkid library allows system programs such as fsck and mount to
 quickly and easily find block devices by filesystem UUID or label.
 This allows system administrators to avoid specifying filesystems by
 hard-coded device names and use a logical naming system instead.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: libbpf0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 185
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Architecture: armhf
Multi-Arch: same
Source: libbpf (0.3-2+deb11u1)
Version: 1:0.3-2+deb11u1
Depends: libc6 (>= 2.22), libelf1 (>= 0.142), zlib1g (>= 1:1.2.3.3)
Description: eBPF helper library (shared library)
 libbpf is a library for loading eBPF programs and reading and
 manipulating eBPF objects from user-space.
 .
 This package contains the shared library.

Package: libbrotli1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 669
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: armhf
Multi-Arch: same
Source: brotli (1.0.9-2)
Version: 1.0.9-2+b2
Depends: libc6 (>= 2.29)
Description: library implementing brotli encoder and decoder (shared libraries)
 Brotli is a generic-purpose lossless compression algorithm
 that compresses data using a combination of a modern variant
 of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
 with a compression ratio comparable to the best currently available
 general-purpose compression methods. It is similar in speed with
 deflate but offers more dense compression.
 .
 This package installs shared libraries.
Homepage: https://github.com/google/brotli

Package: libbsd0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 162
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libbsd
Version: 0.11.3-1+deb11u1
Depends: libc6 (>= 2.25), libmd0 (>= 1.0.3-2)
Description: utility functions from BSD systems - shared library
 This library provides some C functions such as strlcpy() that are commonly
 available on BSD systems but not on others like GNU systems.
 .
 For a detailed list of the provided functions, please see the libbsd-dev
 package description.
Homepage: https://libbsd.freedesktop.org/

Package: libbz2-1.0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 80
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Architecture: armhf
Multi-Arch: same
Source: bzip2
Version: 1.0.8-4
Depends: libc6 (>= 2.4)
Description: high-quality block-sorting file compressor library - runtime
 This package contains libbzip2 which is used by the bzip2 compressor.
 .
 bzip2 is a freely available, patent free, data compressor.
 .
 bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding.  Compression is generally
 considerably better than that achieved by more conventional
 LZ77/LZ78-based compressors, and approaches the performance of the PPM
 family of statistical compressors.
 .
 The archive file format of bzip2 (.bz2) is incompatible with that of its
 predecessor, bzip (.bz).
Homepage: https://sourceware.org/bzip2/

Package: libc-bin
Essential: yes
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 2968
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: glibc
Version: 2.31-13+deb11u13
Depends: libc6 (>> 2.31), libc6 (<< 2.32)
Recommends: manpages
Conffiles:
 /etc/bindresvport.blacklist 4c09213317e4e3dd3c71d74404e503c5
 /etc/default/nss d6d5d6f621fb3ead2548076ce81e309c
 /etc/gai.conf 28fa76ff5a9e0566eaa1e11f1ce51f09
 /etc/ld.so.conf 4317c6de8564b68d628c21efa96b37e4
 /etc/ld.so.conf.d/libc.conf d4d833fd095fb7b90e1bb4a547f16de6
Description: GNU C Library: Binaries
 This package contains utility programs related to the GNU C Library.
 .
  * catchsegv: catch segmentation faults in programs
  * getconf: query system configuration variables
  * getent: get entries from administrative databases
  * iconv, iconvconfig: convert between character encodings
  * ldd, ldconfig: print/configure shared library dependencies
  * locale, localedef: show/generate locale definitions
  * tzselect, zdump, zic: select/dump/compile time zones
Homepage: https://www.gnu.org/software/libc/libc.html

Package: libc-l10n
Status: install ok installed
Priority: standard
Section: localization
Installed-Size: 4398
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Source: glibc
Version: 2.31-13+deb11u13
Description: GNU C Library: localization files
 This package contains the translation files for the GNU C library and
 utility programs.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: libc6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 8231
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: glibc
Version: 2.31-13+deb11u13
Depends: libgcc-s1, libcrypt1
Recommends: libidn2-0 (>= 2.0.5~), libnss-nis, libnss-nisplus
Suggests: glibc-doc, debconf | debconf-2.0, libc-l10n, locales
Breaks: busybox (<< 1.30.1-6), hurd (<< 1:0.9.git20170910-1), ioquake3 (<< 1.36+u20200211.f2c61c1~dfsg-2~), iraf-fitsutil (<< 2018.07.06-4), libgegl-0.4-0 (<< 0.4.18), libtirpc1 (<< 0.2.3), locales (<< 2.31), locales-all (<< 2.31), macs (<< 2.2.7.1-3~), nocache (<< 1.1-1~), nscd (<< 2.31), openarena (<< 0.8.8+dfsg-4~), openssh-server (<< 1:8.1p1-5), r-cran-later (<< 0.7.5+dfsg-2), wcc (<< 0.0.2+dfsg-3)
Conffiles:
 /etc/ld.so.conf.d/arm-linux-gnueabihf.conf 5054ac8ac8815ff71fe0f9cadfa7e30f
Description: GNU C Library: Shared libraries
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: libcap-ng0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 35
Maintainer: Pierre Chifflier <pollux@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libcap-ng (0.7.9-2.2)
Version: 0.7.9-2.2+b1
Depends: libc6 (>= 2.8)
Description: An alternate POSIX capabilities library
 This library implements the user-space interfaces to the POSIX
 1003.1e capabilities available in Linux kernels.  These capabilities are
 a partitioning of the all powerful root privilege into a set of distinct
 privileges.
 .
 The libcap-ng library is intended to make programming with POSIX
 capabilities much easier than the traditional libcap library.
 .
 This package contains header files and libraries for libcap-ng.
Homepage: http://people.redhat.com/sgrubb/libcap-ng

Package: libcap2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 49
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: armhf
Multi-Arch: same
Version: 1:2.44-1+deb11u1
Depends: libc6 (>= 2.9)
Description: POSIX 1003.1e capabilities (library)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains the shared library.
Homepage: https://sites.google.com/site/fullycapable/

Package: libcap2-bin
Status: install ok installed
Priority: important
Section: utils
Installed-Size: 84
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: libcap2
Version: 1:2.44-1+deb11u1
Replaces: libcap-bin
Depends: libc6 (>= 2.4), libcap2 (>= 1:2.33)
Recommends: libpam-cap
Breaks: libcap-bin
Description: POSIX 1003.1e capabilities (utilities)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains additional utilities.
Homepage: https://sites.google.com/site/fullycapable/

Package: libcbor0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 66
Maintainer: Vincent Bernat <bernat@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libcbor
Version: 0.5.0+dfsg-2
Depends: libc6 (>= 2.4)
Description: library for parsing and generating CBOR (RFC 7049)
 CBOR is a general-purpose schema-less binary data format, defined in
 RFC 7049. This package provides a C library for parsing and generating
 CBOR. The main features are:
 .
  - Complete RFC conformance
  - Robust C99 implementation
  - Layered architecture offers both control and convenience
  - Flexible memory management
  - No shared global state - threading friendly
  - Proper handling of UTF-8
  - Full support for streams & incremental processing
  - Extensive documentation and test suite
  - No runtime dependencies, small footprint
 .
 This package contains the runtime library.
Homepage: https://github.com/PJK/libcbor

Package: libcom-err2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 89
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: armhf
Multi-Arch: same
Source: e2fsprogs
Version: 1.46.2-2+deb11u1
Replaces: libcomerr2 (<< 1.43.9-1~)
Provides: libcomerr2 (= 1.46.2-2+deb11u1)
Depends: libc6 (>= 2.28)
Breaks: libcomerr2 (<< 1.43.9-1~)
Description: common error description library
 libcomerr is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.
Homepage: http://e2fsprogs.sourceforge.net

Package: libcrypt1
Protected: yes
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 206
Maintainer: Marco d'Itri <md@linux.it>
Architecture: armhf
Multi-Arch: same
Source: libxcrypt
Version: 1:4.4.18-4
Replaces: libc6 (<< 2.29-4)
Depends: libc6 (>= 2.25)
Description: libcrypt shared library
 libxcrypt is a modern library for one-way hashing of passwords.
 It supports DES, MD5, NTHASH, SUNMD5, SHA-2-256, SHA-2-512, and
 bcrypt-based password hashes
 It provides the traditional Unix 'crypt' and 'crypt_r' interfaces,
 as well as a set of extended interfaces like 'crypt_gensalt'.
Important: yes

Package: libcryptsetup12
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 399
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@alioth-lists.debian.net>
Architecture: armhf
Multi-Arch: same
Source: cryptsetup
Version: 2:2.3.7-1+deb11u1
Depends: libargon2-1 (>= 0~20171227), libblkid1 (>= 2.24.2), libc6 (>= 2.25), libdevmapper1.02.1 (>= 2:1.02.97), libjson-c5 (>= 0.15), libssl1.1 (>= 1.1.0), libuuid1 (>= 2.16)
Description: disk encryption support - shared library
 Cryptsetup provides an interface for configuring encryption on block
 devices (such as /home or swap partitions), using the Linux kernel
 device mapper target dm-crypt. It features integrated Linux Unified Key
 Setup (LUKS) support.
 .
 This package provides the libcryptsetup shared library.
Homepage: https://gitlab.com/cryptsetup/cryptsetup

Package: libcurl4
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 510
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Architecture: armhf
Multi-Arch: same
Source: curl
Version: 7.74.0-1.3+deb11u16
Replaces: libcurl3
Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.28), libgssapi-krb5-2 (>= 1.17), libidn2-0 (>= 0.6), libldap-2.4-2 (>= 2.4.7), libnghttp2-14 (>= 1.12.0), libpsl5 (>= 0.16.0), librtmp1 (>= 2.4+20131018.git79459a2-3~), libssh2-1 (>= 1.7.0), libssl1.1 (>= 1.1.1), zlib1g (>= 1:1.1.4)
Recommends: ca-certificates
Conflicts: libcurl3
Description: easy-to-use client-side URL transfer library (OpenSSL flavour)
 libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
 FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
 RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
 .
 libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
 form based upload, proxies, cookies, user+password authentication (Basic,
 Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
 and more!
 .
 libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
 fast, thoroughly documented and is already used by many known, big and
 successful companies and numerous applications.
 .
 SSL support is provided by OpenSSL.
Homepage: http://curl.haxx.se

Package: libdb5.3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1139
Maintainer: Debian Berkeley DB Team <team+bdb@tracker.debian.org>
Architecture: armhf
Multi-Arch: same
Source: db5.3
Version: 5.3.28+dfsg1-0.8
Depends: libc6 (>= 2.28)
Description: Berkeley v5.3 Database Libraries [runtime]
 This is the runtime package for programs that use the v5.3 Berkeley
 database library.
Homepage: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html

Package: libdbus-1-3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 355
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: dbus
Version: 1.12.28-0+deb11u1
Depends: libc6 (>= 2.28), libsystemd0
Recommends: dbus
Breaks: dbus (<< 1.9.16-1~)
Description: simple interprocess messaging system (library)
 D-Bus is a message bus, used for sending messages between applications.
 Conceptually, it fits somewhere in between raw sockets and CORBA in
 terms of complexity.
 .
 D-Bus supports broadcast messages, asynchronous messages (thus
 decreasing latency), authentication, and more. It is designed to be
 low-overhead; messages are sent using a binary protocol, not using
 XML. D-Bus also supports a method call mapping for its messages, but
 it is not required; this makes using the system quite simple.
 .
 It comes with several bindings, including GLib, Python, Qt and Java.
 .
 The daemon can be found in the dbus package.
Homepage: https://dbus.freedesktop.org/

Package: libdebconfclient0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 65
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: cdebconf
Version: 0.260
Depends: libc6 (>= 2.4)
Description: Debian Configuration Management System (C-implementation library)
 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. cdebconf is a reimplementation of the original debconf in C.
 .
 This library allows C programs to interface with cdebconf.

Package: libdevmapper1.02.1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 357
Maintainer: Debian LVM Team <team+lvm@tracker.debian.org>
Architecture: armhf
Multi-Arch: same
Source: lvm2 (2.03.11-2.1)
Version: 2:1.02.175-2.1
Depends: libc6 (>= 2.28), libselinux1 (>= 3.1~), libudev1 (>= 183), dmsetup (>= 2:1.02.175-2.1~)
Description: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains the (user-space) shared library for accessing the
 device-mapper; it allows usage of the device-mapper through a clean,
 consistent interface (as opposed to through kernel ioctls).
Homepage: https://sourceware.org/lvm2/

Package: libdns-export1110
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1725
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: armhf
Source: bind9-libs
Version: 1:9.11.19+dfsg-2.1
Depends: libc6 (>= 2.7), libisc-export1105, libssl1.1 (>= 1.1.1)
Description: Exported DNS Shared Library
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the exported libdns shared library.
Homepage: https://www.isc.org/downloads/bind/

Package: libeatmydata1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 35
Maintainer: Mattia Rizzolo <mattia@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libeatmydata
Version: 105-9
Replaces: eatmydata (<< 82-1)
Depends: libc6 (>= 2.28)
Breaks: eatmydata (<< 82-1)
Description: Library and utilities to disable fsync and friends - shared library
 This package contains the actual LD_PRELOAD library (libeatmydata) supporting
 the operation of the eatmydata package. Users typically want to use or depend
 on the eatmydata package instead of this one, so see its description for
 further information.
Homepage: https://launchpad.net/libeatmydata

Package: libedit2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 174
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libedit (3.1-20191231-2)
Version: 3.1-20191231-2+b1
Replaces: libedit-dev (<< 3.1-20180525-2~)
Depends: libbsd0 (>= 0.1.3), libc6 (>= 2.28), libtinfo6 (>= 6)
Description: BSD editline and history libraries
 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.
Homepage: https://www.thrysoee.dk/editline/

Package: libelf1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 909
Maintainer: Debian Elfutils Maintainers <debian-gcc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: elfutils
Version: 0.183-1
Depends: libc6 (>= 2.28), zlib1g (>= 1:1.1.4)
Description: library to read and write ELF files
 The libelf1 package provides a shared library which allows reading and
 writing ELF files on a high level.  Third party programs depend on
 this package to read internals of ELF files.  The programs of the
 elfutils package use it also to generate new ELF files.
 .
 This library is part of elfutils.
Homepage: https://sourceware.org/elfutils/

Package: libexpat1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 250
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: armhf
Multi-Arch: same
Source: expat
Version: 2.2.10-2+deb11u7
Depends: libc6 (>= 2.25), libgcc-s1 (>= 3.5)
Conflicts: wink (<= 1.5.1060-4)
Description: XML parsing C library - runtime library
 This package contains the runtime, shared library of expat, the C
 library for parsing XML. Expat is a stream-oriented parser in
 which an application registers handlers for things the parser
 might find in the XML document (like start tags).
Homepage: https://libexpat.github.io/

Package: libext2fs2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 431
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: armhf
Multi-Arch: same
Source: e2fsprogs
Version: 1.46.2-2+deb11u1
Replaces: e2fslibs (<< 1.43.9-1~)
Provides: e2fslibs (= 1.46.2-2+deb11u1)
Depends: libc6 (>= 2.28)
Breaks: e2fslibs (<< 1.43.9-1~)
Description: ext2/ext3/ext4 file system libraries
 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package provides the ext2fs and e2p libraries, for userspace software
 that directly accesses extended file systems. Programs that use libext2fs
 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
 dumpe2fs, chattr, and lsattr.
Homepage: http://e2fsprogs.sourceforge.net

Package: libfdisk1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 412
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: same
Source: util-linux
Version: 2.36.1-8+deb11u2
Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.28), libuuid1 (>= 2.16)
Description: fdisk partitioning library
 The libfdisk library is used for manipulating partition tables. It is
 the core of the fdisk, cfdisk, and sfdisk tools.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: libffi7
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 45
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libffi
Version: 3.3-6
Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5)
Description: Foreign Function Interface library runtime
 A foreign function interface is the popular name for the interface that
 allows code written in one language to call code written in another
 language.
Homepage: https://sourceware.org/libffi/

Package: libfido2-1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 125
Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libfido2
Version: 1.6.0-2
Depends: libc6 (>= 2.25), libcbor0 (>= 0.5.0), libssl1.1 (>= 1.1.1), libudev1 (>= 183)
Description: library for generating and verifying FIDO 2.0 objects
 A library for communicating with a FIDO device over USB, and for verifying
 attestation and assertion signatures. FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2)
 are supported.
 .
 This package contains the library.
Homepage: https://developers.yubico.com/libfido2/

Package: libgcc-s1
Protected: yes
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 147
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: gcc-10
Version: 10.2.1-6
Replaces: libgcc1 (<< 1:10)
Provides: libgcc-s1-armhf, libgcc1 (= 1:10.2.1-6)
Depends: gcc-10-base (= 10.2.1-6), libc6 (>= 2.4)
Breaks: cryptsetup-initramfs (<< 2:2.2.2-3~)
Description: GCC support library
 Shared version of the support library, a library of internal subroutines
 that GCC uses to overcome shortcomings of particular machines, or
 special needs for some languages.
Homepage: http://gcc.gnu.org/
Important: yes

Package: libgcrypt20
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 863
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Version: 1.8.7-6
Depends: libc6 (>= 2.28), libgpg-error0 (>= 1.25)
Suggests: rng-tools
Description: LGPL Crypto library - runtime library
 libgcrypt contains cryptographic functions.  Many important free
 ciphers, hash algorithms and public key signing algorithms have been
 implemented:
 .
 Arcfour, Blowfish, CAST5, DES, AES, Twofish, Serpent, rfc2268 (rc2), SEED,
 Poly1305, Camellia, ChaCha20, IDEA, Salsa, Blake-2, CRC, MD2, MD4, MD5,
 RIPE-MD160, SHA-1, SHA-256, SHA-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512,
 SHAKE128, SHAKE256, Tiger, Whirlpool, DSA, DSA2, ElGamal, RSA, ECC
 (Curve25519, sec256k1, GOST R 34.10-2001 and GOST R 34.10-2012, etc.)
Homepage: https://directory.fsf.org/project/libgcrypt/

Package: libgmp10
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 661
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: gmp
Version: 2:6.2.1+dfsg-1+deb11u1
Depends: libc6 (>= 2.7)
Breaks: libmath-gmp-perl (<< 2.20-1), libmath-prime-util-gmp-perl (<< 0.51-2), postgresql-pgmp (<< 1.0.3-1)
Description: Multiprecision arithmetic library
 GNU MP is a programmer's library for arbitrary precision
 arithmetic (ie, a bignum package).  It can operate on signed
 integer, rational, and floating point numeric types.
 .
 It has a rich set of functions, and the functions have a regular
 interface.
Homepage: http://gmplib.org/

Package: libgnutls30
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 2572
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: gnutls28
Version: 3.7.1-5+deb11u9
Depends: libgmp10 (>= 2:6.0.0), libc6 (>= 2.28), libhogweed6 (>= 3.6), libidn2-0 (>= 2.0.0), libnettle8 (>= 3.7~), libp11-kit0 (>= 0.23.18.1), libtasn1-6 (>= 4.14), libunistring2 (>= 0.9.7)
Suggests: gnutls-bin
Description: GNU TLS library - main runtime library
 GnuTLS is a portable library which implements the Transport Layer
 Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
 Transport Layer Security (DTLS 1.0, 1.2) protocols.
 .
 GnuTLS features support for:
  - certificate path validation, as well as DANE and trust on first use.
  - the Online Certificate Status Protocol (OCSP).
  - public key methods, including RSA and Elliptic curves, as well as password
    and key authentication methods such as SRP and PSK protocols.
  - all the strong encryption algorithms, including AES and Camellia.
  - CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
  - HSMs and cryptographic tokens, via PKCS #11.
 .
 This package contains the main runtime library.
Homepage: https://www.gnutls.org/

Package: libgpg-error0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 131
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libgpg-error
Version: 1.38-2
Depends: libc6 (>= 2.28)
Recommends: libgpg-error-l10n
Description: GnuPG development runtime library
 Library that defines common error values, messages, and common
 runtime functionality for all GnuPG components.  Among these are GPG,
 GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and
 possibly more in the future.
 .
 It will likely be renamed "gpgrt" in the future.
Homepage: https://www.gnupg.org/related_software/libgpg-error/

Package: libgpm2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 57
Maintainer: Axel Beckert <abe@debian.org>
Architecture: armhf
Multi-Arch: same
Source: gpm
Version: 1.20.7-8
Depends: libc6 (>= 2.15)
Suggests: gpm
Description: General Purpose Mouse - shared library
 This package provides a library that handles mouse requests
 and delivers them to applications. See the description for the 'gpm'
 package for more information.
Homepage: https://nico.schottelius.org/software/gpm/

Package: libgssapi-krb5-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 314
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: armhf
Multi-Arch: same
Source: krb5
Version: 1.18.3-6+deb11u7
Depends: libc6 (>= 2.27), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.16), libkrb5-3 (= 1.18.3-6+deb11u7), libkrb5support0 (>= 1.15~beta1)
Suggests: krb5-doc, krb5-user
Breaks: moonshot-gss-eap (<= 1.0)
Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the MIT Kerberos
 implementation of GSS-API used by applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/

Package: libhogweed6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 390
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: armhf
Multi-Arch: same
Source: nettle
Version: 3.7.3-1
Depends: libc6 (>= 2.4), libgmp10 (>= 2:6.1.0), libnettle8
Description: low level cryptographic library (public-key cryptos)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the asymmetric cryptographic algorithms, which,
 require the GNU multiple precision arithmetic library (libgmp) for
 their large integer computations.
Homepage: http://www.lysator.liu.se/~nisse/nettle/

Package: libidn2-0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 288
Maintainer: Debian Libidn team <help-libidn@gnu.org>
Architecture: armhf
Multi-Arch: same
Source: libidn2
Version: 2.3.0-5
Depends: libc6 (>= 2.4), libunistring2 (>= 0.9.7)
Description: Internationalized domain names (IDNA2008/TR46) library
 Libidn2 implements the revised algorithm for internationalized domain
 names called IDNA2008/TR46.
 .
 This package contains runtime libraries.
Homepage: https://www.gnu.org/software/libidn/#libidn2

Package: libip4tc2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 64
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: iptables
Version: 1.8.7-1
Depends: libc6 (>= 2.28)
Description: netfilter libip4tc library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables (IPv4) C library from the
 Netfilter xtables framework.
 .
 iptables IPv4 ruleset ADT and kernel interface.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.
Homepage: https://www.netfilter.org/

Package: libisc-export1105
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 556
Maintainer: Debian DNS Team <team+dns@tracker.debian.org>
Architecture: armhf
Multi-Arch: same
Source: bind9-libs
Version: 1:9.11.19+dfsg-2.1
Depends: libc6 (>= 2.28), libssl1.1 (>= 1.1.0)
Description: Exported ISC Shared Library
 The Berkeley Internet Name Domain (BIND) implements an Internet domain
 name server.  BIND is the most widely-used name server software on the
 Internet, and is supported by the Internet Software Consortium, www.isc.org.
 .
 This package delivers the exported libisc shared library.
Homepage: https://www.isc.org/downloads/bind/

Package: libjson-c5
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 78
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: armhf
Multi-Arch: same
Source: json-c
Version: 0.15-2+deb11u1
Depends: libc6 (>= 2.8)
Description: JSON manipulation library - shared library
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
Homepage: https://github.com/json-c/json-c/wiki

Package: libk5crypto3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 252
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: armhf
Multi-Arch: same
Source: krb5
Version: 1.18.3-6+deb11u7
Depends: libc6 (>= 2.28), libkrb5support0 (>= 1.16)
Suggests: krb5-doc, krb5-user
Breaks: libgssapi-krb5-2 (<= 1.18~), libkrb5-3 (<= 1.18~)
Description: MIT Kerberos runtime libraries - Crypto Library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime cryptography libraries used by
 applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/

Package: libkeyutils1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 38
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: armhf
Multi-Arch: same
Source: keyutils
Version: 1.6.1-2
Depends: libc6 (>= 2.7)
Description: Linux Key Management Utilities (library)
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
 .
 This package provides a wrapper library for the key management facility system
 calls.
Homepage: https://people.redhat.com/~dhowells/keyutils/

Package: libkmod2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 90
Maintainer: Marco d'Itri <md@linux.it>
Architecture: armhf
Multi-Arch: same
Source: kmod
Version: 28-1
Depends: libc6 (>= 2.17), liblzma5 (>= 5.1.1alpha+20120614), libssl1.1 (>= 1.1.0)
Description: libkmod shared library
 This library provides an API for insertion, removal, configuration and
 listing of kernel modules.

Package: libkrb5-3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 779
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: armhf
Multi-Arch: same
Source: krb5
Version: 1.18.3-6+deb11u7
Depends: libc6 (>= 2.28), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.18.2), libkeyutils1 (>= 1.5.9), libkrb5support0 (= 1.18.3-6+deb11u7), libssl1.1 (>= 1.1.0)
Recommends: krb5-locales
Suggests: krb5-doc, krb5-user
Breaks: libapache2-mod-auth-kerb (<= 5.4-2.4), libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3)
Description: MIT Kerberos runtime libraries
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains the runtime library for the main Kerberos v5 API
 used by applications and Kerberos clients.
Homepage: http://web.mit.edu/kerberos/

Package: libkrb5support0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 145
Maintainer: Sam Hartman <hartmans@debian.org>
Architecture: armhf
Multi-Arch: same
Source: krb5
Version: 1.18.3-6+deb11u7
Depends: libc6 (>= 2.25)
Breaks: libgssapi-krb5-2 (<< 1.13~alpha1-1), libk5crypto3 (<< 1.16), libkadm5clnt-mit9 (<< 1.13~alpha1-1), libkadm5srv-mit9 (<< 1.13~alpha1-1), libkdb5-8 (<< 1.16)
Description: MIT Kerberos runtime libraries - Support library
 Kerberos is a system for authenticating users and services on a network.
 Kerberos is a trusted third-party service.  That means that there is a
 third party (the Kerberos server) that is trusted by all the entities on
 the network (users and services, usually called "principals").
 .
 This is the MIT reference implementation of Kerberos V5.
 .
 This package contains an internal runtime support library used by other
 Kerberos libraries.
Homepage: http://web.mit.edu/kerberos/

Package: libksba8
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 211
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libksba
Version: 1.5.0-3+deb11u2
Depends: libc6 (>= 2.4), libgpg-error0 (>= 1.14)
Description: X.509 and CMS support library
 KSBA (pronounced Kasbah) is a library to make X.509 certificates as
 well as the CMS easily accessible by other applications.  Both
 specifications are building blocks of S/MIME and TLS.
 .
 KSBA provides these subsystems: ASN.1 Parser, BER Decoder, BER
 Encoder, Certificate Handling and CMS Handling.
 .
 This package contains the runtime library files.
Homepage: https://www.gnupg.org/related_software/libksba/

Package: libldap-2.4-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 385
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: openldap
Version: 2.4.57+dfsg-3+deb11u1
Replaces: libldap-2.3-0, libldap2
Depends: libc6 (>= 2.28), libgnutls30 (>= 3.7.0), libsasl2-2 (>= 2.1.27+dfsg)
Recommends: libldap-common
Conflicts: ldap-utils (<= 2.1.23-1)
Description: OpenLDAP libraries
 These are the run-time libraries for the OpenLDAP (Lightweight Directory
 Access Protocol) servers and clients.
Homepage: https://www.openldap.org/

Package: libldap-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 119
Maintainer: Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: openldap
Version: 2.4.57+dfsg-3+deb11u1
Replaces: libldap-2.4-2 (<< 2.4.44+dfsg-1)
Conffiles:
 /etc/ldap/ldap.conf 4f02c6860a58b7402a4b5c5ec24aa7b2
Description: OpenLDAP common files for libraries
 These are common files for the run-time libraries for the OpenLDAP
 (Lightweight Directory Access Protocol) servers and clients.
Homepage: https://www.openldap.org/

Package: liblz4-1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 108
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Architecture: armhf
Multi-Arch: same
Source: lz4
Version: 1.9.3-2
Replaces: liblz4-1a
Depends: libc6 (>= 2.4)
Breaks: liblz4-1a
Description: Fast LZ compression algorithm library - runtime
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package includes the shared library.
Homepage: https://github.com/Cyan4973/lz4

Package: liblzma5
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 224
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Architecture: armhf
Multi-Arch: same
Source: xz-utils
Version: 5.2.5-2.1~deb11u1
Depends: libc6 (>= 2.17)
Breaks: liblzma2 (<< 5.1.1alpha+20110809-3~)
Description: XZ-format compression library
 XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm
 compression format, which provides memory-hungry but powerful
 compression (often better than bzip2) and fast, easy decompression.
 .
 The native format of liblzma is XZ; it also supports raw (headerless)
 streams and the older LZMA format used by lzma. (For 7-Zip's related
 format, use the p7zip package instead.)
Homepage: https://tukaani.org/xz/

Package: libmd0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 64
Maintainer: Guillem Jover <guillem@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libmd
Version: 1.0.3-3
Depends: libc6 (>= 2.4)
Description: message digest functions from BSD systems - shared library
 The libmd library provides various message digest ("hash") functions,
 as found on various BSDs on a library with the same name and with a
 compatible API.
Homepage: https://www.hadrons.org/software/libmd/

Package: libmnl0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 34
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libmnl
Version: 1.0.4-3
Depends: libc6 (>= 2.4)
Description: minimalistic Netlink communication library
 libmnl is a minimalistic user-space library oriented to Netlink developers.
 There are a lot of common tasks in parsing, validating, constructing of
 both the Netlink header and TLVs that are repetitive and easy to get wrong.
 This library aims to provide simple helpers that allows you to re-use code
 and to avoid re-inventing the wheel.
 .
 The main features of this library are:
 .
 Small: the shared library requires around 30KB for an x86-based computer.
 .
 Simple: this library avoids complexity and elaborated abstractions that
 tend to hide Netlink details.
 .
 Easy to use: the library simplifies the work for Netlink-wise developers.
 It provides functions to make socket handling, message building,
 validating, parsing and sequence tracking, easier.
 .
 Easy to re-use: you can use the library to build your own abstraction
 layer on top of this library.
 .
 Decoupling: the interdependency of the main bricks that compose the
 library is reduced, i.e. the library provides many helpers, but the
 programmer is not forced to use them.
 .
 This package contains the shared libraries needed to run programs that use
 the minimalistic Netlink communication library.
Homepage: https://netfilter.org/projects/libmnl/

Package: libmount1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 352
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: same
Source: util-linux
Version: 2.36.1-8+deb11u2
Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.28), libselinux1 (>= 3.1~)
Description: device mounting library
 This device mounting library is used by mount and umount helpers.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: libmpdec3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 176
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: same
Source: mpdecimal
Version: 2.5.1-1
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2)
Breaks: libpython3.8-stdlib (<< 2.8.5-2)
Description: library for decimal floating point arithmetic (runtime library)
 mpdecimal is a package for correctly-rounded arbitrary precision decimal
 floating point arithmetic.
Homepage: https://www.bytereef.org/mpdecimal/index.html

Package: libncurses6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 209
Maintainer: Craig Small <csmall@debian.org>
Architecture: armhf
Multi-Arch: same
Source: ncurses
Version: 6.2+20201114-2+deb11u2
Depends: libtinfo6 (= 6.2+20201114-2+deb11u2), libc6 (>= 2.7)
Recommends: libgpm2
Breaks: cowdancer (<< 0.89~)
Description: shared libraries for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncurses.
Homepage: https://invisible-island.net/ncurses/

Package: libncursesw6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 262
Maintainer: Craig Small <csmall@debian.org>
Architecture: armhf
Multi-Arch: same
Source: ncurses
Version: 6.2+20201114-2+deb11u2
Depends: libtinfo6 (= 6.2+20201114-2+deb11u2), libc6 (>= 2.7)
Recommends: libgpm2
Description: shared libraries for terminal handling (wide character support)
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared libraries necessary to run programs
 compiled with ncursesw, which includes support for wide characters.
Homepage: https://invisible-island.net/ncurses/

Package: libnettle8
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 436
Maintainer: Magnus Holmgren <holmgren@debian.org>
Architecture: armhf
Multi-Arch: same
Source: nettle
Version: 3.7.3-1
Depends: libc6 (>= 2.17)
Description: low level cryptographic library (symmetric and one-way cryptos)
 Nettle is a cryptographic library that is designed to fit easily in more or
 less any context: In crypto toolkits for object-oriented languages (C++,
 Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel
 space.
 .
 It tries to solve a problem of providing a common set of cryptographic
 algorithms for higher-level applications by implementing a
 context-independent set of cryptographic algorithms. In that light, Nettle
 doesn't do any memory allocation or I/O, it simply provides the
 cryptographic algorithms for the application to use in any environment and
 in any way it needs.
 .
 This package contains the symmetric and one-way cryptographic
 algorithms. To avoid having this package depend on libgmp, the
 asymmetric cryptos reside in a separate library, libhogweed.
Homepage: http://www.lysator.liu.se/~nisse/nettle/

Package: libnghttp2-14
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 156
Maintainer: Tomasz Buchert <tomasz@debian.org>
Architecture: armhf
Multi-Arch: same
Source: nghttp2
Version: 1.43.0-1+deb11u2
Depends: libc6 (>= 2.17)
Description: library implementing HTTP/2 protocol (shared library)
 This is an implementation of the Hypertext Transfer Protocol version
 2 in C. The framing layer of HTTP/2 is implemented as a reusable C
 library.
 .
 This package installs a shared library.
Homepage: https://nghttp2.org/

Package: libnpth0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 37
Maintainer: Eric Dorland <eric@debian.org>
Architecture: armhf
Multi-Arch: same
Source: npth
Version: 1.6-3
Depends: libc6 (>= 2.17)
Description: replacement for GNU Pth using system threads
 nPth is a non-preemptive threads implementation using an API very
 similar to the one known from GNU Pth. It has been designed as a
 replacement of GNU Pth for non-ancient operating systems. In
 contrast to GNU Pth it is based on the system's standard threads
 implementation. Thus nPth allows the use of libraries which are not
 compatible to GNU Pth.
Homepage: https://www.gnupg.org/

Package: libnsl2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 86
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libnsl
Version: 1.3.0-2
Depends: libc6 (>= 2.28), libtirpc3 (>= 1.0.2)
Description: Public client interface for NIS(YP) and NIS+
 This package contains the libnsl library, which contains the public client
 interface for NIS(YP) and NIS+. This code was formerly part of glibc, but is
 now standalone to be able to link against TI-RPC for IPv6 support.
Homepage: https://github.com/thkukuk/libnsl

Package: libnss-systemd
Status: install ok installed
Priority: standard
Section: admin
Installed-Size: 279
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: systemd
Version: 247.3-7+deb11u8
Depends: libc6 (>= 2.30), systemd (= 247.3-7+deb11u8)
Description: nss module providing dynamic user and group name resolution
 nss-systemd is a plug-in module for the GNU Name Service Switch (NSS)
 functionality of the GNU C Library (glibc), providing UNIX user and group name
 resolution for dynamic users and groups allocated through the DynamicUser=
 option in systemd unit files. See systemd.exec(5) for details on this
 option.
 .
 Installing this package automatically adds the module to /etc/nsswitch.conf.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: libp11-kit0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 914
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: p11-kit
Version: 0.23.22-1
Depends: libc6 (>= 2.28), libffi7 (>= 3.3~20180313)
Breaks: opencryptoki (<= 3.6.1+dfsg-1)
Description: library for loading and coordinating access to PKCS#11 modules - runtime
 The p11-kit library provides a way to load and enumerate Public-Key
 Cryptography Standard #11 modules, along with a standard configuration
 setup for installing PKCS#11 modules so that they're discoverable. It
 also solves problems with coordinating the use of PKCS#11 by different
 components or libraries living in the same process.
 .
 This package contains the shared library required for applications loading
 and accessing PKCS#11 modules.
Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html

Package: libpam-cap
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 42
Maintainer: Christian Kastner <ckk@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libcap2
Version: 1:2.44-1+deb11u1
Replaces: libcap2-bin (<< 1:2.22-1.1)
Depends: libc6 (>= 2.4), libcap2 (>= 1:2.33), libpam0g (>= 0.99.7.1), libpam-runtime (>= 1.1.3-2~)
Breaks: libcap2-bin (<< 1:2.22-1.1)
Conffiles:
 /etc/security/capability.conf fa5804a90b16addeec23008102b4746d
Description: POSIX 1003.1e capabilities (PAM module)
 Libcap implements the user-space interfaces to the POSIX 1003.1e capabilities
 available in Linux kernels. These capabilities are a partitioning of the all
 powerful root privilege into a set of distinct privileges.
 .
 This package contains the PAM module for enforcing capabilities on users and
 groups at PAM session start time.
Homepage: https://sites.google.com/site/fullycapable/

Package: libpam-modules
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 729
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: armhf
Multi-Arch: same
Source: pam
Version: 1.4.0-9+deb11u2
Replaces: libpam-umask, libpam0g-util
Provides: libpam-mkhomedir, libpam-motd, libpam-umask
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.28), libcrypt1 (>= 1:4.3.0), libdb5.3, libnsl2 (>= 1.0), libpam0g (>= 1.3.2), libselinux1 (>= 3.1~), libtirpc3 (>= 1.0.2), debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.4.0-9+deb11u2)
Conflicts: libpam-mkhomedir, libpam-motd, libpam-umask
Conffiles:
 /etc/security/access.conf dc21d0fd769d655b311d785670e5c6ae
 /etc/security/faillock.conf 164da8ffb87f3074179bc60b71d0b99f
 /etc/security/group.conf f1e26e8db6f7abd2d697d7dad3422c36
 /etc/security/limits.conf 38dce56af34daf316b901d465769a137
 /etc/security/namespace.conf 6b3796403421d66db7defc46517711bc
 /etc/security/namespace.init 260eb0c3368ffaaf861e003e27618476
 /etc/security/pam_env.conf 89cc8702173d5cd51abc152ae9f8d6bc
 /etc/security/sepermit.conf d41c74654734a5c069a37bfc02f0a6d4
 /etc/security/time.conf 06e05c6079e839c8833ac7c3abfde192
Description: Pluggable Authentication Modules for PAM
 This package completes the set of modules for PAM. It includes the
  pam_unix.so module as well as some specialty modules.
Homepage: http://www.linux-pam.org/

Package: libpam-modules-bin
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 187
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: pam
Version: 1.4.0-9+deb11u2
Replaces: libpam-modules (<< 1.1.3-8)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.4), libcrypt1 (>= 1:4.3.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~)
Description: Pluggable Authentication Modules for PAM - helper binaries
 This package contains helper binaries used by the standard set of PAM
 modules in the libpam-modules package.
Homepage: http://www.linux-pam.org/

Package: libpam-runtime
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 966
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: all
Multi-Arch: foreign
Source: pam
Version: 1.4.0-9+deb11u2
Replaces: libpam0g-dev, libpam0g-util
Depends: debconf (>= 0.5) | debconf-2.0, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6)
Conflicts: libpam0g-util
Conffiles:
 /etc/pam.conf 87fc76f18e98ee7d3848f6b81b3391e5
 /etc/pam.d/other 31aa7f2181889ffb00b87df4126d1701
Description: Runtime support for the PAM library
 Contains configuration files and  directories required for
 authentication  to work on Debian systems.  This package is required
 on almost all installations.
Homepage: http://www.linux-pam.org/

Package: libpam-systemd
Status: install ok installed
Priority: standard
Section: admin
Installed-Size: 419
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: systemd
Version: 247.3-7+deb11u8
Provides: default-logind (= 247.3-7+deb11u8), logind (= 247.3-7+deb11u8)
Depends: libc6 (>= 2.30), libpam0g (>= 0.99.7.1), systemd (= 247.3-7+deb11u8), libpam-runtime (>= 1.0.1-6), dbus, systemd-sysv
Description: system and service manager - PAM module
 This package contains the PAM module which registers user sessions in
 the systemd control group hierarchy for logind.
 .
 If in doubt, do install this package.
 .
 Packages that depend on logind functionality need to depend on libpam-systemd.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: libpam0g
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 213
Maintainer: Steve Langasek <vorlon@debian.org>
Architecture: armhf
Multi-Arch: same
Source: pam
Version: 1.4.0-9+deb11u2
Replaces: libpam0g-util
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.8), debconf (>= 0.5) | debconf-2.0
Suggests: libpam-doc
Description: Pluggable Authentication Modules library
 Contains the shared library for Linux-PAM, a library that enables the
 local system administrator to choose how applications authenticate users.
 In other words, without rewriting or recompiling a PAM-aware application,
 it is possible to switch between the authentication mechanism(s) it uses.
 One may entirely upgrade the local authentication system without touching
 the applications themselves.
Homepage: http://www.linux-pam.org/

Package: libpcre2-8-0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 467
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Multi-Arch: same
Source: pcre2
Version: 10.36-2+deb11u1
Depends: libc6 (>= 2.4)
Description: New Perl Compatible Regular Expression Library- 8 bit runtime files
 This is PCRE2, the new implementation of PCRE, a library of functions
 to support regular expressions whose syntax and semantics are as
 close as possible to those of the Perl 5 language. New projects
 should use this library in preference to the older library,
 confusingly called pcre3 in Debian.
 .
 This package contains the 8 bit runtime library.
Homepage: https://pcre.org/

Package: libpcre3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 517
Maintainer: Matthew Vernon <matthew@debian.org>
Architecture: armhf
Multi-Arch: same
Source: pcre3
Version: 2:8.39-13
Depends: libc6 (>= 2.4)
Breaks: approx (<< 4.4-1~), cduce (<< 0.5.3-2~), cmigrep (<< 1.5-7~), galax (<< 1.1-7~), libpcre-ocaml (<< 6.0.1~), liquidsoap (<< 0.9.2-3~), ocsigen (<< 1.3.3-1~)
Conflicts: libpcre3-dev (<= 4.3-3)
Description: Old Perl 5 Compatible Regular Expression Library - runtime files
 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the runtime libraries.

Package: libpopt0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 206
Maintainer: Michael Jeanson <mjeanson@debian.org>
Architecture: armhf
Multi-Arch: same
Source: popt
Version: 1.18-2
Depends: libc6 (>= 2.27)
Description: lib for parsing cmdline parameters
 Popt was heavily influenced by the getopt() and getopt_long() functions,
 but it allows more powerful argument expansion. It can parse arbitrary
 argv[] style arrays and automatically set variables based on command
 line arguments. It also allows command line arguments to be aliased via
 configuration files and includes utility functions for parsing arbitrary
 strings into argv[] arrays using shell-like rules.
 .
 This package contains the runtime library and locale data.
Homepage: https://github.com/rpm-software-management/popt

Package: libprocps8
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 103
Maintainer: Craig Small <csmall@debian.org>
Architecture: armhf
Multi-Arch: same
Source: procps
Version: 2:3.3.17-5
Replaces: procps (<< 1:3.3.2-1)
Depends: libc6 (>= 2.7), libsystemd0 (>= 209)
Description: library for accessing process information from /proc
 The libprocps library is a way of accessing information out of the /proc
 filesystem.
 .
 This package contains the shared libraries necessary to run programs
 compiled with libprocps.
Homepage: https://gitlab.com/procps-ng/procps

Package: libpsl5
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 83
Maintainer: Tim Rühsen <tim.ruehsen@gmx.de>
Architecture: armhf
Multi-Arch: same
Source: libpsl
Version: 0.21.0-1.2
Depends: libidn2-0 (>= 0.16), libc6 (>= 2.4), libunistring2 (>= 0.9.7)
Recommends: publicsuffix (>= 20150507)
Description: Library for Public Suffix List (shared libraries)
 Libpsl allows checking domains against the Public Suffix List.
 It can be used to avoid privacy-leaking 'super-cookies',
 'super domain' certificates, for domain highlighting purposes
 sorting domain lists by site and more.
 .
 Please see https://publicsuffix.org for more detailed information.
 .
 This package contains runtime libraries.
Homepage: https://github.com/rockdaboot/libpsl

Package: libpython3-stdlib
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 38
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: same
Source: python3-defaults
Version: 3.9.2-3
Depends: libpython3.9-stdlib (>= 3.9.2-0~)
Description: interactive high-level object-oriented language (default python3 version)
 This package contains the majority of the standard library for the Python
 language (default python3 version).
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version's standard library (currently v3.9).
Homepage: https://www.python.org/

Package: libpython3.9-minimal
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 4878
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: same
Source: python3.9
Version: 3.9.2-1+deb11u6
Replaces: libpython3.9-stdlib (<< 3.9.0~rc1)
Depends: libc6 (>= 2.4), libssl1.1 (>= 1.1.1)
Recommends: libpython3.9-stdlib
Breaks: libpython3.9-stdlib (<< 3.9.0~rc1)
Conflicts: binfmt-support (<< 1.1.2)
Conffiles:
 /etc/python3.9/sitecustomize.py d6b276695157bde06a56ba1b2bc53670
Description: Minimal subset of the Python language (version 3.9)
 This package contains some essential modules. It is normally not
 used on it's own, but as a dependency of python3.9-minimal.

Package: libpython3.9-stdlib
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 7080
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: same
Source: python3.9
Version: 3.9.2-1+deb11u6
Depends: libpython3.9-minimal (= 3.9.2-1+deb11u6), media-types | mime-support, tzdata, libbz2-1.0, libc6 (>= 2.28), libcrypt1 (>= 1:4.1.0), libdb5.3, libffi7 (>= 3.3~20180313), liblzma5 (>= 5.1.1alpha+20120614), libmpdec3, libncursesw6 (>= 6), libnsl2 (>= 1.0), libreadline8 (>= 7.0~beta), libsqlite3-0 (>= 3.7.15), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2), libuuid1 (>= 2.20.1)
Recommends: ca-certificates
Description: Interactive high-level object-oriented language (standard library, version 3.9)
 Python is a high-level, interactive, object-oriented language. Its 3.9 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains Python 3.9's standard library. It is normally not
 used on its own, but as a dependency of python3.9.

Package: libreadline8
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 306
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: same
Source: readline
Version: 8.1-1
Depends: readline-common, libc6 (>= 2.28), libtinfo6 (>= 6)
Description: GNU readline and history libraries, run-time libraries
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

Package: librtmp1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 105
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: rtmpdump (2.4+20151223.gitfa8646d.1-2)
Version: 2.4+20151223.gitfa8646d.1-2+b2
Depends: libc6 (>= 2.7), libgmp10, libgnutls30 (>= 3.6.14), libhogweed6, libnettle8, zlib1g (>= 1:1.1.4)
Description: toolkit for RTMP streams (shared library)
 A small dumper for media content streamed over the RTMP protocol (like BBC's
 iPlayer high quality streams). Supplying an RTMP URL will result in a dumped
 flv file, which can be played/transcoded with standard tools.
 .
 This package contains the shared libraries, header files needed by
 programs that want to use librtmp.
Homepage: http://rtmpdump.mplayerhq.hu/

Package: libsasl2-2
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 143
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: armhf
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.27+dfsg-2.1+deb11u1
Replaces: libsasl2
Depends: libsasl2-modules-db (>= 2.1.27+dfsg-2.1+deb11u1), libc6 (>= 2.28)
Recommends: libsasl2-modules (>= 2.1.27+dfsg-2.1+deb11u1)
Breaks: postfix (<= 2.8.3-1), slapd (<= 2.4.25-3)
Description: Cyrus SASL - authentication abstraction library
 This is the Cyrus SASL API implementation, version 2.1.
 .
 SASL is the Simple Authentication and Security Layer, a method for
 adding authentication support to connection-based protocols. To use
 SASL, a protocol includes a command for identifying and
 authenticating a user to a server and for optionally negotiating
 protection of subsequent protocol interactions. If its use is
 negotiated, a security layer is inserted between the protocol and the
 connection. See RFC 2222 for more information.
 .
 Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal
 Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used.
Homepage: https://www.cyrusimap.org/sasl/

Package: libsasl2-modules
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 206
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: armhf
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.27+dfsg-2.1+deb11u1
Depends: libc6 (>= 2.4), libssl1.1 (>= 1.1.0)
Suggests: libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal, libsasl2-modules-ldap, libsasl2-modules-otp, libsasl2-modules-sql
Breaks: logcheck-database (<= 1.3.16~)
Conffiles:
 /etc/logcheck/ignore.d.server/libsasl2-modules c032d5205f090a30661ae9f82a03f36e
Description: Cyrus SASL - pluggable authentication modules
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS,
 NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support).
Homepage: https://www.cyrusimap.org/sasl/

Package: libsasl2-modules-db
Status: install ok installed
Priority: standard
Section: libs
Installed-Size: 89
Maintainer: Debian Cyrus Team <team+cyrus@tracker.debian.org>
Architecture: armhf
Multi-Arch: same
Source: cyrus-sasl2
Version: 2.1.27+dfsg-2.1+deb11u1
Depends: libc6 (>= 2.4), libdb5.3
Description: Cyrus SASL - pluggable authentication modules (DB)
 This is the Cyrus SASL API implementation, version 2.1. See package
 libsasl2-2 and RFC 2222 for more information.
 .
 This package provides the DB plugin, which supports Berkeley DB lookups.
Homepage: https://www.cyrusimap.org/sasl/

Package: libseccomp2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 129
Maintainer: Kees Cook <kees@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libseccomp
Version: 2.5.1-1+deb11u1
Depends: libc6 (>= 2.4)
Description: high level interface to Linux seccomp filter
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.
Homepage: https://github.com/seccomp/libseccomp

Package: libselinux1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 150
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libselinux
Version: 3.1-3
Depends: libc6 (>= 2.28), libpcre2-8-0 (>= 10.22)
Description: SELinux runtime shared libraries
 This package provides the shared libraries for Security-enhanced
 Linux that provides interfaces (e.g. library functions for the
 SELinux kernel APIs like getcon(), other support functions like
 getseuserbyname()) to SELinux-aware applications. Security-enhanced
 Linux is a patch of the Linux kernel and a number of utilities with
 enhanced security functionality designed to add mandatory access
 controls to Linux.  The Security-enhanced Linux kernel contains new
 architectural components originally developed to improve the security
 of the Flask operating system. These architectural components provide
 general support for the enforcement of many kinds of mandatory access
 control policies, including those based on the concepts of Type
 Enforcement, Role-based Access Control, and Multi-level Security.
 .
 libselinux1 provides an API for SELinux applications to get and set
 process and file security contexts and to obtain security policy
 decisions.  Required for any applications that use the SELinux
 API. libselinux may use the shared libsepol to manipulate the binary
 policy if necessary (e.g. to downgrade the policy format to an older
 version supported by the kernel) when loading policy.
Homepage: https://selinuxproject.org

Package: libsemanage-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 36
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: libsemanage
Version: 3.1-1
Replaces: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
Breaks: libsemanage1 (<= 2.0.41-1), libsemanage1-dev (<< 2.1.6-3~)
Conffiles:
 /etc/selinux/semanage.conf f6f9b97af233c90ca127f406fb6f0932
Description: Common files for SELinux policy management libraries
 This package provides the common files used by the shared libraries
 for SELinux policy management.
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: http://userspace.selinuxproject.org/

Package: libsemanage1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 208
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libsemanage (3.1-1)
Version: 3.1-1+b2
Depends: libsemanage-common (= 3.1-1), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.28), libselinux1 (>= 3.1), libsepol1 (>= 3.1)
Breaks: policycoreutils (<< 3.0), selinux-policy-default (<< 2:2.20140421-10~), selinux-policy-mls (<< 2:2.20140421-10~)
Description: SELinux policy management library
 This package provides the shared libraries for SELinux policy management.
 It uses libsepol for binary policy manipulation and libselinux for
 interacting with the SELinux system.  It also exec's helper programs
 for loading policy and for checking whether the file_contexts
 configuration is valid (load_policy and setfiles from
 policycoreutils) presently, although this may change at least for the
 bootstrapping case
 .
 Security-enhanced Linux is a patch of the Linux kernel and a
 number of utilities with enhanced security functionality designed to
 add mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement, Role-based Access
 Control, and Multi-level Security.
Homepage: http://userspace.selinuxproject.org/

Package: libsepol1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 486
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libsepol
Version: 3.1-1+deb11u1
Depends: libc6 (>= 2.8)
Description: SELinux library for manipulating binary security policies
 Security-enhanced Linux is a patch of the Linux kernel and a number
 of utilities with enhanced security functionality designed to add
 mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement®, Role-based Access
 Control, and Multi-level Security.
 .
 libsepol provides an API for the manipulation of SELinux binary policies.
 It is used by checkpolicy (the policy compiler) and similar tools, as well
 as by programs like load_policy that need to perform specific transformations
 on binary policies such as customizing policy boolean settings.
Homepage: http://userspace.selinuxproject.org/

Package: libsmartcols1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 247
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: same
Source: util-linux
Version: 2.36.1-8+deb11u2
Depends: libc6 (>= 2.28)
Description: smart column output alignment library
 This smart column output alignment library is used by fdisk utilities.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: libsqlite3-0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1013
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Architecture: armhf
Multi-Arch: same
Source: sqlite3
Version: 3.34.1-3+deb11u1
Depends: libc6 (>= 2.29)
Breaks: python-migrate (<< 0.11.0-4~), python3-migrate (<< 0.11.0-4~)
Description: SQLite 3 shared library
 SQLite is a C library that implements an SQL database engine.
 Programs that link with the SQLite library can have SQL database
 access without running a separate RDBMS process.
Homepage: https://www.sqlite.org/

Package: libss2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 97
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: armhf
Multi-Arch: same
Source: e2fsprogs
Version: 1.46.2-2+deb11u1
Replaces: e2fsprogs (<< 1.34-1)
Depends: libcom-err2, libc6 (>= 2.17)
Description: command-line interface parsing library
 libss provides a simple command-line interface parser which will
 accept input from the user, parse the command into an argv argument
 vector, and then dispatch it to a handler function.
 .
 It was originally inspired by the Multics SubSystem library.
Homepage: http://e2fsprogs.sourceforge.net

Package: libssh2-1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 221
Maintainer: Nicolas Mora <babelouest@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libssh2
Version: 1.9.0-2+deb11u1
Depends: libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), zlib1g (>= 1:1.1.4)
Description: SSH2 client-side library
 libssh2 is a client-side C library implementing the SSH2 protocol.
 It supports regular terminal, SCP and SFTP (v1-v5) sessions;
 port forwarding, X11 forwarding; password, key-based and
 keyboard-interactive authentication.
 .
 This package contains the runtime library.
Homepage: https://libssh2.org/

Package: libssl1.1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 2548
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: openssl
Version: 1.1.1w-0+deb11u5
Depends: libc6 (>= 2.28), debconf (>= 0.5) | debconf-2.0
Breaks: isync (<< 1.3.0-2), lighttpd (<< 1.4.49-2), python-boto (<< 2.44.0-1.1), python-httplib2 (<< 0.11.3-1), python-imaplib2 (<< 2.57-5), python3-boto (<< 2.44.0-1.1), python3-imaplib2 (<< 2.57-5)
Description: Secure Sockets Layer toolkit - shared libraries
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It provides the libssl and libcrypto shared libraries.
Homepage: https://www.openssl.org/

Package: libstdc++6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1711
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: gcc-10
Version: 10.2.1-6
Replaces: libstdc++6-10-dbg (<< 4.9.0-3)
Provides: libstdc++6-armhf
Depends: gcc-10-base (= 10.2.1-6), libc6 (>= 2.29), libgcc-s1 (>= 3.5)
Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2)
Conflicts: scim (<< 1.4.2-1)
Description: GNU Standard C++ Library v3
 This package contains an additional runtime library for C++ programs
 built with the GNU compiler.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.
Homepage: http://gcc.gnu.org/

Package: libsystemd0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 637
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: systemd
Version: 247.3-7+deb11u8
Pre-Depends: libc6 (>= 2.30), libgcrypt20 (>= 1.8.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.4.0)
Description: systemd utility library
 The libsystemd0 library provides interfaces to various systemd components.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: libtasn1-6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 92
Maintainer: Debian GnuTLS Maintainers <pkg-gnutls-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Version: 4.16.0-2+deb11u2
Depends: libc6 (>= 2.4)
Description: Manage ASN.1 structures (runtime)
 Manage ASN1 (Abstract Syntax Notation One) structures.
 The main features of this library are:
   * on-line ASN1 structure management that doesn't require any C code
     file generation.
   * off-line ASN1 structure management with C code file generation
     containing an array.
   * DER (Distinguish Encoding Rules) encoding
   * no limits for INTEGER and ENUMERATED values
 .
 This package contains runtime libraries.
Homepage: https://www.gnu.org/software/libtasn1/

Package: libtinfo6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 451
Maintainer: Craig Small <csmall@debian.org>
Architecture: armhf
Multi-Arch: same
Source: ncurses
Version: 6.2+20201114-2+deb11u2
Depends: libc6 (>= 2.16)
Description: shared low-level terminfo library for terminal handling
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the shared low-level terminfo library.
Homepage: https://invisible-island.net/ncurses/

Package: libtirpc-common
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 34
Maintainer: Josue Ortega <josue@debian.org>
Architecture: all
Multi-Arch: foreign
Source: libtirpc
Version: 1.3.1-1+deb11u1
Replaces: libtirpc1, libtirpc3 (<< 1.1.4-0.1~)
Breaks: libtirpc1, libtirpc3 (<< 1.1.4-0.1~)
Conffiles:
 /etc/netconfig ca8db53e3af4d735335c2607d21c7195
Description: transport-independent RPC library - common files
 This package contains a port of Sun's transport-independent RPC library to
 Linux. The library is intended as a replacement for the RPC code in the GNU C
 library, providing among others support for RPC (and in turn, NFS) over IPv6.
 .
 This package contains the netconfig configuration file as well as the
 associated manpage.
Homepage: http://sourceforge.net/projects/libtirpc

Package: libtirpc3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 156
Maintainer: Josue Ortega <josue@debian.org>
Architecture: armhf
Multi-Arch: same
Source: libtirpc
Version: 1.3.1-1+deb11u1
Depends: libc6 (>= 2.28), libgssapi-krb5-2 (>= 1.17), libtirpc-common (>= 1.3.1-1+deb11u1)
Breaks: nfs-common (<< 1:1.2.8-7), nfs-kernel-server (<< 1:1.2.8-7)
Description: transport-independent RPC library
 This package contains a port of Sun's transport-independent RPC library to
 Linux. The library is intended as a replacement for the RPC code in the GNU C
 library, providing among others support for RPC (and in turn, NFS) over IPv6.
Homepage: http://sourceforge.net/projects/libtirpc

Package: libuchardet0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 179
Maintainer: James Cowgill <jcowgill@debian.org>
Architecture: armhf
Multi-Arch: same
Source: uchardet
Version: 0.0.7-1
Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.3.0)
Description: universal charset detection library - shared library
 uchardet is a C language binding of the original C++ implementation
 of the universal charset detection library by Mozilla.
 .
 uchardet is a encoding detector library, which takes a sequence of
 bytes in an unknown character encoding without any additional
 information, and attempts to determine the encoding of the text.
 .
 This package contains the shared library.
Homepage: https://www.freedesktop.org/wiki/Software/uchardet/

Package: libudev1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 230
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: systemd
Version: 247.3-7+deb11u8
Depends: libc6 (>= 2.30)
Description: libudev shared library
 This library provides access to udev device information.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: libunistring2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1447
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Architecture: armhf
Multi-Arch: same
Source: libunistring
Version: 0.9.10-4
Depends: libc6 (>= 2.7)
Description: Unicode string library for C
 The 'libunistring' library implements Unicode strings (in the UTF-8,
 UTF-16, and UTF-32 encodings), together with functions for Unicode
 characters (character names, classifications, properties) and
 functions for string processing (formatted output, width, word
 breaks, line breaks, normalization, case folding, regular
 expressions).
 .
 This package contains the shared library.
Homepage: https://www.gnu.org/software/libunistring/

Package: libuuid1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 120
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: same
Source: util-linux
Version: 2.36.1-8+deb11u2
Depends: libc6 (>= 2.28)
Recommends: uuid-runtime
Description: Universally Unique ID library
 The libuuid library generates and parses 128-bit Universally Unique
 IDs (UUIDs). A UUID is an identifier that is unique within the space
 of all such identifiers across both space and time. It can be used for
 multiple purposes, from tagging objects with an extremely short lifetime
 to reliably identifying very persistent objects across a network.
 .
 See RFC 4122 for more information.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: libx11-6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1207
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libx11
Version: 2:1.7.2-1+deb11u2
Depends: libc6 (>= 2.28), libxcb1 (>= 1.11.1), libx11-data
Breaks: libx11-xcb1 (<< 2:1.7.0-2)
Description: X11 client-side library
 This package provides a client interface to the X Window System, otherwise
 known as 'Xlib'.  It provides a complete API for the basic functions of the
 window system.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11

Package: libx11-data
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 1665
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Source: libx11
Version: 2:1.7.2-1+deb11u2
Breaks: libx11-6 (<< 2:1.4.1)
Description: X11 client-side library
 This package provides the locale data files for libx11.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libX11

Package: libxau6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 37
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libxau
Version: 1:1.0.9-1
Depends: libc6 (>= 2.4)
Description: X11 authorisation library
 This package provides the main interface to the X11 authorisation handling,
 which controls authorisation for X connections, both client-side and
 server-side.
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This module can be found at
 https://gitlab.freedesktop.org/xorg/lib/libxau

Package: libxcb1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 231
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libxcb
Version: 1.14-3
Depends: libc6 (>= 2.28), libxau6 (>= 1:1.0.9), libxdmcp6
Breaks: alsa-utils (<< 1.0.24.2-5)
Description: X C Binding
 This package contains the library files needed to run software using libxcb,
 the X C Binding.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface.  XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions
Homepage: https://xcb.freedesktop.org

Package: libxdmcp6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 44
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libxdmcp
Version: 1:1.1.2-3
Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.4)
Description: X11 Display Manager Control Protocol library
 This package provides the main interface to the X11 display manager control
 protocol library, which allows for remote logins to display managers.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXdmcp

Package: libxext6
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 94
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libxext
Version: 2:1.3.3-1.1
Depends: libc6 (>= 2.4), libx11-6 (>= 2:1.6.0)
Description: X11 miscellaneous extension library
 libXext provides an X Window System client interface to several extensions to
 the X protocol.
 .
 The supported protocol extensions are:
  - DOUBLE-BUFFER (DBE), the Double Buffer extension;
  - DPMS, the VESA Display Power Management System extension;
  - Extended-Visual-Information (EVI), an extension for gathering extra
    information about the X server's visuals;
  - LBX, the Low Bandwidth X extension;
  - MIT-SHM, the MIT X client/server shared memory extension;
  - MIT-SUNDRY-NONSTANDARD, a miscellaneous extension by MIT;
  - Multi-Buffering, the multi-buffering and stereo display extension;
  - SECURITY, the X security extension;
  - SHAPE, the non-rectangular shaped window extension;
  - SYNC, the X synchronization extension;
  - TOG-CUP, the Open Group's Colormap Utilization extension;
  - XC-APPGROUP, the X Consortium's Application Group extension;
  - XC-MISC, the X Consortium's resource ID querying extension;
  - XTEST, the X test extension (this is one of two client-side
    implementations; the other is in the libXtst library, provided by the
    libxtst6 package);
 .
 libXext also provides a small set of utility functions to aid authors of
 client APIs for X protocol extensions.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXext

Package: libxmuu1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 42
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libxmu (2:1.1.2-2)
Version: 2:1.1.2-2+b3
Depends: libc6 (>= 2.4), libx11-6
Description: X11 miscellaneous micro-utility library
 libXmuu provides a set of miscellaneous utility convenience functions for X
 libraries to use.  It is a lighter version of libXmu that does not depend
 on libXt or libXext; for more information on libXmu, see libxmu6.
 .
 More information about X.Org can be found at:
 <URL:http://www.X.org>
 .
 This module can be found at
 git://anongit.freedesktop.org/git/xorg/lib/libXmu

Package: libxtables12
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 87
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: iptables
Version: 1.8.7-1
Replaces: iptables (<< 1.4.16.3-3), libxtables11 (>= 1.6.0+snapshot20161117-1)
Depends: libc6 (>= 2.28)
Breaks: iptables (<< 1.4.16.3-3), libxtables11 (>= 1.6.0+snapshot20161117-1)
Description: netfilter xtables library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space interface to the Netfilter xtables
 kernel framework.
Homepage: https://www.netfilter.org/

Package: libxxhash0
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 57
Maintainer: Norbert Preining <norbert@preining.info>
Architecture: armhf
Multi-Arch: same
Source: xxhash
Version: 0.8.0-2
Depends: libc6 (>= 2.4)
Description: shared library for xxhash
 xxHash is an Extremely fast Hash algorithm, running at RAM speed limits.
 It successfully completes the SMHasher test suite which evaluates collision,
 dispersion and randomness qualities of hash functions. Code is highly portable,
 and hashes are identical on all platforms (little / big endian).
 .
 This package contains the shared library.
Homepage: https://cyan4973.github.io/xxHash

Package: libyaml-0-2
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 91
Maintainer: Anders Kaseorg <andersk@mit.edu>
Architecture: armhf
Multi-Arch: same
Source: libyaml
Version: 0.2.2-1
Depends: libc6 (>= 2.4)
Description: Fast YAML 1.1 parser and emitter library
 LibYAML is a C library for parsing and emitting data in YAML 1.1, a
 human-readable data serialization format.
Homepage: https://github.com/yaml/libyaml

Package: libzstd1
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 576
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: libzstd
Version: 1.4.8+dfsg-2.1
Depends: libc6 (>= 2.4)
Description: fast lossless compression algorithm
 Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting
 real-time compression scenarios at zlib-level compression ratio.
 .
 This package contains the shared library.
Homepage: https://github.com/facebook/zstd

Package: locales
Status: install ok installed
Priority: standard
Section: localization
Installed-Size: 16015
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Source: glibc
Version: 2.31-13+deb11u13
Depends: libc-bin (>> 2.31), libc-l10n (>> 2.31), debconf (>= 0.5) | debconf-2.0
Conffiles:
 /etc/locale.alias d90b779a606e685935dad7b05f5936dd
Description: GNU C Library: National Language (locale) data [support]
 Machine-readable data files, shared objects and programs used by the
 C library for localization (l10n) and internationalization (i18n) support.
 .
 This package contains tools to generate locale definitions from source
 files (included in this package). It allows you to customize which
 definitions actually get generated. This is a space-saver over how this
 package used to be, with all locales generated by default. This created
 a package that unpacked to an excess of 30 megs.
Homepage: https://www.gnu.org/software/libc/libc.html

Package: login
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 2267
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: shadow
Version: 1:4.8.1-1+deb11u1
Replaces: manpages-de (<< 0.5-3), manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.7), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules (>= 1.1.8-1)
Breaks: util-linux (<< 2.32-0.2~)
Conflicts: amavisd-new (<< 2.3.3-8), backupninja (<< 0.9.3-5), echolot (<< 2.1.8-4), gnunet (<< 0.7.0c-2), python-4suite (<< 0.99cvs20060405-1)
Conffiles:
 /etc/login.defs c92ea31d5ac50ae3e5d33d24f1e70983
 /etc/pam.d/login 5afbc06eb5f71fef25170cf3c936a442
Description: system login tools
 This package provides some required infrastructure for logins and for
 changing effective user or group IDs, including:
  * login, the program that invokes a user shell on a virtual terminal;
  * nologin, a dummy shell for disabled user accounts;
  * su, a basic tool for executing commands as root or another user.
Homepage: https://github.com/shadow-maint/shadow

Package: logsave
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 89
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
Architecture: armhf
Multi-Arch: foreign
Source: e2fsprogs
Version: 1.46.2-2+deb11u1
Replaces: e2fsprogs (<< 1.45.3-1)
Depends: libc6 (>= 2.4)
Breaks: e2fsprogs (<< 1.45.3-1)
Description: save the output of a command in a log file
 The logsave program will execute cmd_prog with the specified
 argument(s), and save a copy of its output to logfile.  If the
 containing directory for logfile does not exist, logsave will
 accumulate the output in memory until it can be written out.  A copy
 of the output will also be written to standard output.
Homepage: http://e2fsprogs.sourceforge.net

Package: lsb-base
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 49
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Multi-Arch: foreign
Source: lsb
Version: 11.1.0
Description: Linux Standard Base init script functionality
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 This package only includes the init-functions shell library, which
 may be used by other packages' initialization scripts for console
 logging and other purposes.
Homepage: https://wiki.linuxfoundation.org/lsb/start

Package: lsb-release
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 63
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: all
Multi-Arch: foreign
Source: lsb
Version: 11.1.0
Depends: python3:any, distro-info-data
Recommends: apt
Description: Linux Standard Base version reporting utility
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 The lsb-release command is a simple tool to help identify the Linux
 distribution being used and its compliance with the Linux Standard Base.
 LSB conformance will not be reported unless the required metapackages are
 installed.
 .
 While it is intended for use by LSB packages, this command may also
 be useful for programmatically distinguishing between a pure Debian
 installation and derived distributions.
Homepage: https://wiki.linuxfoundation.org/lsb/start

Package: mawk
Status: install ok installed
Priority: required
Section: interpreters
Installed-Size: 185
Maintainer: Boyuan Yang <byang@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1.3.4.20200120-2
Provides: awk
Depends: libc6 (>= 2.29)
Description: Pattern scanning and text processing language
 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.
Homepage: https://invisible-island.net/mawk/

Package: media-types
Status: install ok installed
Priority: standard
Section: net
Installed-Size: 92
Maintainer: Mime-Support Packagers <team+debian-mimesupport-packagers@tracker.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 4.0.0
Replaces: mime-support (<< 3.65)
Breaks: mime-support (<< 3.65)
Conffiles:
 /etc/mime.types 370a3b7e07771f3b883b09cc96eed400
Description: List of standard media types and their usual file extension
 This package installs the configuration file /etc/mime.types, that lists
 standard media types (originally known as "MIME" types) and their usual file
 extension.  This provides a simple way for programs to have a first guess at a
 file's content.  On standard Debian desktop systems, one will also find more
 sophisticated tools, for instance provided by the "file" and "xdg-utils"
 packages.
 .
 The /etc/mime.types file is compiled by hand using mostly information provided
 by the Internet Assigned Numbers Authority (IANA).

Package: mount
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 337
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: util-linux
Version: 2.36.1-8+deb11u2
Depends: util-linux (>= 2.29.2-3~)
Pre-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.28), libmount1 (>= 2.35.1), libsmartcols1 (>= 2.33)
Suggests: nfs-common
Description: tools for mounting and manipulating filesystems
 This package provides the mount(8), umount(8), swapon(8),
 swapoff(8), and losetup(8) commands.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: ncurses-base
Essential: yes
Status: install ok installed
Priority: required
Section: misc
Installed-Size: 386
Maintainer: Craig Small <csmall@debian.org>
Architecture: all
Multi-Arch: foreign
Source: ncurses
Version: 6.2+20201114-2+deb11u2
Provides: ncurses-runtime
Breaks: bash-static (<< 4.4.18-1.1), libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-2), libslang2 (<< 2.3.1a-3), libtinfo5 (<< 6.1), libunibilium0 (<< 2), libunibilium4 (<< 2.0.0-3), zsh-static (<< 5.4.2-4)
Conffiles:
 /etc/terminfo/README 45b6df19fb5e21f55717482fa7a30171
Description: basic terminal type definitions
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains terminfo data files to support the most common types of
 terminal, including ansi, dumb, linux, rxvt, screen, sun, vt100, vt102, vt220,
 vt52, and xterm.
Homepage: https://invisible-island.net/ncurses/

Package: ncurses-bin
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 551
Maintainer: Craig Small <csmall@debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: ncurses
Version: 6.2+20201114-2+deb11u2
Pre-Depends: libc6 (>= 2.7), libtinfo6 (>= 6.2+20200912), libtinfo6 (<< 6.3~)
Description: terminal-related programs and man pages
 The ncurses library routines are a terminal-independent method of
 updating character screens with reasonable optimization.
 .
 This package contains the programs used for manipulating the terminfo
 database and individual terminfo entries, as well as some programs for
 resetting terminals and such.
Homepage: https://invisible-island.net/ncurses/

Package: net-tools
Status: install ok installed
Priority: important
Section: net
Installed-Size: 781
Maintainer: net-tools Team <team+net-tools@tracker.debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1.60+git20181103.0eebece-1+deb11u2
Depends: libc6 (>= 2.7), libselinux1 (>= 3.1~)
Description: NET-3 networking toolkit
 This package includes the important tools for controlling the network
 subsystem of the Linux kernel.  This includes arp, ifconfig, netstat,
 rarp, nameif and route.  Additionally, this package contains utilities
 relating to particular network hardware types (plipconfig, slattach,
 mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr).
 .
 In the upstream package 'hostname' and friends are included. Those are
 not installed by this package, since there is a special "hostname*.deb".
Homepage: http://sourceforge.net/projects/net-tools/

Package: netbase
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 41
Maintainer: Marco d'Itri <md@linux.it>
Architecture: all
Multi-Arch: foreign
Version: 6.3
Replaces: ebtables (<< 2.0.11-2)
Breaks: ebtables (<< 2.0.11-2)
Conffiles:
 /etc/ethertypes cde059c510632569fb1869eb86cc026d
 /etc/protocols bb9c019d6524e913fd72441d58b68216
 /etc/rpc f0b6f6352bf886623adc04183120f83b
 /etc/services 3975f0d8c4e1ecb25f035edfb1ba27ac
Description: Basic TCP/IP networking system
 This package provides the necessary infrastructure for basic TCP/IP based
 networking.
 .
 In particular, it supplies common name-to-number mappings in /etc/services,
 /etc/rpc, /etc/protocols and /etc/ethertypes.

Package: openssh-client
Status: install ok installed
Priority: standard
Section: net
Installed-Size: 3177
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: openssh
Version: 1:8.4p1-5+deb11u6
Replaces: openssh-sk-helper, ssh, ssh-krb5
Provides: rsh-client, ssh-client
Depends: adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libc6 (>= 2.28), libedit2 (>= 2.11-20080614-0), libfido2-1 (>= 1.5.0), libgssapi-krb5-2 (>= 1.17), libselinux1 (>= 3.1~), libssl1.1 (>= 1.1.1), zlib1g (>= 1:1.1.4)
Recommends: xauth
Suggests: keychain, libpam-ssh, monkeysphere, ssh-askpass
Breaks: openssh-sk-helper
Conflicts: sftp
Conffiles:
 /etc/ssh/ssh_config 8a5bddc82befb71d8ef34cc903d3d077
Description: secure shell (SSH) client, for secure access to remote machines
 This is the portable version of OpenSSH, a free implementation of
 the Secure Shell protocol as specified by the IETF secsh working
 group.
 .
 Ssh (Secure Shell) is a program for logging into a remote machine
 and for executing commands on a remote machine.
 It provides secure encrypted communications between two untrusted
 hosts over an insecure network. X11 connections and arbitrary TCP/IP
 ports can also be forwarded over the secure channel.
 It can be used to provide applications with a secure communication
 channel.
 .
 This package provides the ssh, scp and sftp clients, the ssh-agent
 and ssh-add programs to make public key authentication more convenient,
 and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.
 .
 ssh replaces the insecure rsh, rcp and rlogin programs, which are
 obsolete for most purposes.
Homepage: http://www.openssh.com/

Package: openssl
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1231
Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1.1.1w-0+deb11u5
Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.1)
Suggests: ca-certificates
Conffiles:
 /etc/ssl/openssl.cnf 8dd4de5642570c91e9071900b6b9d5bc
Description: Secure Sockets Layer toolkit - cryptographic utility
 This package is part of the OpenSSL project's implementation of the SSL
 and TLS cryptographic protocols for secure communication over the
 Internet.
 .
 It contains the general-purpose command line binary /usr/bin/openssl,
 useful for cryptographic operations such as:
  * creating RSA, DH, and DSA key parameters;
  * creating X.509 certificates, CSRs, and CRLs;
  * calculating message digests;
  * encrypting and decrypting with ciphers;
  * testing SSL/TLS clients and servers;
  * handling S/MIME signed or encrypted mail.
Homepage: https://www.openssl.org/

Package: passwd
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 2051
Maintainer: Shadow package maintainers <pkg-shadow-devel@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: shadow
Version: 1:4.8.1-1+deb11u1
Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1)
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.28), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsemanage1 (>= 2.0.3), libpam-modules
Conffiles:
 /etc/default/useradd 559e87e86a6d1cb4b7f60a6f691d5150
 /etc/pam.d/chfn 4d466e00a348ba426130664d795e8afa
 /etc/pam.d/chpasswd 9900720564cb4ee98b7da29e2d183cb2
 /etc/pam.d/chsh a6e9b589e90009334ffd030d819290a6
 /etc/pam.d/newusers 1454e29bfa9f2a10836563e76936cea5
 /etc/pam.d/passwd eaf2ad85b5ccd06cceb19a3e75f40c63
Description: change and administer password and group data
 This package includes passwd, chsh, chfn, and many other programs to
 maintain password and group data.
 .
 Shadow passwords are supported.  See /usr/share/doc/passwd/README.Debian
Homepage: https://github.com/shadow-maint/shadow

Package: perl-base
Essential: yes
Status: install ok installed
Priority: required
Section: perl
Installed-Size: 6519
Maintainer: Niko Tyni <ntyni@debian.org>
Architecture: armhf
Source: perl
Version: 5.32.1-4+deb11u5
Replaces: libfile-path-perl (<< 2.16), libfile-temp-perl (<< 0.2309), libio-socket-ip-perl (<< 0.39), libscalar-list-utils-perl (<< 1:1.55), libsocket-perl (<< 2.029), libxsloader-perl (<< 0.30), perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3)
Provides: libfile-path-perl (= 2.16), libfile-temp-perl (= 0.2309), libio-socket-ip-perl (= 0.39), libscalar-list-utils-perl (= 1:1.55), libsocket-perl (= 2.029), libxsloader-perl (= 0.30), perlapi-5.32.0, perlapi-5.32.1
Pre-Depends: libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), dpkg (>= 1.17.17)
Suggests: perl, sensible-utils
Breaks: amanda-common (<< 1:3.3.9-2), backuppc (<< 3.3.1-2), bucardo (<< 5.5.0-1.1), debconf (<< 1.5.61), dh-haskell (<< 0.3), intltool (<< 0.51.0-4), kio-perldoc (<< 20.04.1-1), latexml (<< 0.8.4-2), libdevel-mat-dumper-perl (<< 0.42-3), libencode-arabic-perl (<< 14.2-2), libexception-class-perl (<< 1.42), libfile-path-perl (<< 2.16), libfile-spec-perl (<< 3.7800), libfile-temp-perl (<< 0.2309), libio-socket-ip-perl (<< 0.39), libmp3-tag-perl (<< 1.13-1.2), libsbuild-perl (<< 0.67.0-1), libscalar-list-utils-perl (<< 1:1.55), libsocket-perl (<< 2.029), libxsloader-perl (<< 0.30), mailagent (<< 1:3.1-81-2), perl (<< 5.32.1~), perl-modules (<< 5.32.1~), pod2pdf (<< 0.42-5.1), slic3r (<< 1.2.9+dfsg-6.1), slic3r-prusa (<< 1.37.0+dfsg-1.1), texinfo (<< 6.1.0.dfsg.1-8)
Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41)
Description: minimal Perl system
 Perl is a scripting language used in many system scripts and utilities.
 .
 This package provides a Perl interpreter and the small subset of the
 standard run-time library required to perform basic tasks. For a full
 Perl installation, install "perl" (and its dependencies, "perl-modules-5.32"
 and "perl-doc").
Homepage: http://dev.perl.org/perl5/

Package: pinentry-curses
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 96
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: pinentry
Version: 1.1.0-4
Provides: pinentry
Depends: libassuan0 (>= 2.1.0), libc6 (>= 2.4), libgpg-error0 (>= 1.16), libncursesw6 (>= 6), libtinfo6 (>= 6)
Suggests: pinentry-doc
Enhances: gnupg-agent
Description: curses-based PIN or pass-phrase entry dialog for GnuPG
 This package contains a program that allows for secure entry of PINs or
 pass phrases.  That means it tries to take care that the entered
 information is not swapped to disk or temporarily stored anywhere.
 This functionality is particularly useful for entering pass phrases
 when using encryption software such as GnuPG or e-mail clients using
 the same.  It uses an open protocol and is therefore not tied to
 particular software.
 .
 The program contained in this package implements a PIN entry dialog
 using the curses tool kit, meaning that it is useful for users
 working in text mode without the X Window System.  There are sibling
 packages that implement PIN entry dialogs that use an X tool kit.  If
 you install any of the graphical packages then this package is not
 necessary because the sibling packages automatically fall back to
 text mode if X is not active.
Homepage: https://www.gnupg.org/related_software/pinentry/

Package: procps
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 1435
Maintainer: Craig Small <csmall@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 2:3.3.17-5
Replaces: manpages-de (<< 4.9.1-2), manpages-fr (<< 4.9.1-2), manpages-fr-extra (<< 20151231+nmu1), manpages-pl (<< 1:4.9.1-2)
Provides: watch
Depends: libc6 (>= 2.28), libncurses6 (>= 6), libncursesw6 (>= 6), libprocps8 (>= 2:3.3.16-1), libtinfo6 (>= 6), lsb-base (>= 3.0-10), init-system-helpers (>= 1.29~)
Recommends: psmisc
Breaks: guymager (<= 0.5.9-1), manpages-de (<< 4.9.1-2), manpages-fr (<< 4.9.1-2), manpages-fr-extra (<< 20151231+nmu1), manpages-pl (<< 1:4.9.1-2), open-vm-tools (<= 2011.12.20-562307-1)
Conffiles:
 /etc/init.d/procps f2e4546011b2960ac898b532becbc1f8
 /etc/sysctl.conf c0c09cba30da0565737cace8000d64ee
 /etc/sysctl.d/README.sysctl 026e08987e39bd612ae311f2d9fc2089
Description: /proc file system utilities
 This package provides command line and full screen utilities for browsing
 procfs, a "pseudo" file system dynamically generated by the kernel to
 provide information about the status of entries in its process table
 (such as whether the process is running, stopped, or a "zombie").
 .
 It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
 snice, sysctl, tload, top, uptime, vmstat, w, and watch.
Homepage: https://gitlab.com/procps-ng/procps

Package: psmisc
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 739
Maintainer: Craig Small <csmall@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 23.4-2
Replaces: manpages-de (<< 4.9.1-1)
Depends: libc6 (>= 2.8), libtinfo6 (>= 6)
Breaks: manpages-de (<< 4.9.1-1)
Description: utilities that use the proc file system
 This package contains miscellaneous utilities that use the proc FS:
 .
  - fuser: identifies processes that are using files or sockets.
  - killall: kills processes by name (e.g. "killall -HUP named").
  - peekfd: shows the data traveling over a file descriptor.
  - pstree: shows currently running processes as a tree.
  - prtstat: print the contents of /proc/<pid>/stat
Homepage: http://psmisc.sf.net/

Package: publicsuffix
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 336
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Architecture: all
Multi-Arch: foreign
Version: 20220811.1734-0+deb11u1
Provides: publicsuffix-dafsa
Description: accurate, machine-readable list of domain name suffixes
 A machine-readable list of domain name suffixes that accept public
 registration.  Each suffix represents the part of a domain name which
 is not under the control of the individual registrant, which makes
 the list useful for grouping cookies, deciding same-origin policies,
 collating spam, and other activities.
Homepage: https://publicsuffix.org

Package: python-apt-common
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 557
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Source: python-apt
Version: 2.2.1.1
Replaces: python-apt (<< 0.7.98+nmu1)
Breaks: python-apt (<< 0.7.98+nmu1)
Enhances: python-apt, python3-apt
Description: Python interface to libapt-pkg (locales)
 The apt_pkg Python interface will provide full access to the internal
 libapt-pkg structures allowing Python programs to easily perform a
 variety of functions.
 .
 This package contains locales.

Package: python3
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 89
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: allowed
Source: python3-defaults
Version: 3.9.2-3
Replaces: python3-minimal (<< 3.1.2-2)
Provides: python3-profiler
Depends: python3.9 (>= 3.9.2-0~), libpython3-stdlib (= 3.9.2-3)
Pre-Depends: python3-minimal (= 3.9.2-3)
Suggests: python3-doc (>= 3.9.2-3), python3-tk (>= 3.9.2-0~), python3-venv (>= 3.9.2-3)
Description: interactive high-level object-oriented language (default python3 version)
 Python, the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package is a dependency package, which depends on Debian's default
 Python 3 version (currently v3.9).
Homepage: https://www.python.org/
Cnf-Extra-Commands: python
Cnf-Priority-Bonus: 5

Package: python3-apt
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 568
Maintainer: APT Development Team <deity@lists.debian.org>
Architecture: armhf
Multi-Arch: allowed
Source: python-apt
Version: 2.2.1.1
Replaces: python-apt (<< 0.7.98+nmu1)
Provides: python3.9-apt
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libapt-pkg6.0 (>= 1.9.11~), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), python-apt-common, distro-info-data
Recommends: lsb-release, iso-codes
Suggests: python3-apt-dbg, python-apt-doc, apt
Breaks: apt-xapian-index (<< 0.51~), kthresher (<= 1.4.0-1), python-apt (<< 0.7.98+nmu1)
Description: Python 3 interface to libapt-pkg
 The apt_pkg Python 3 interface will provide full access to the internal
 libapt-pkg structures allowing Python 3 programs to easily perform a
 variety of functions, such as:
 .
  - Access to the APT configuration system
  - Access to the APT package information database
  - Parsing of Debian package control files, and other files with a
    similar structure
 .
 The included 'aptsources' Python interface provides an abstraction of
 the sources.list configuration on the repository and the distro level.

Package: python3-attr
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 204
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Source: python-attrs
Version: 20.3.0-1
Depends: python3:any
Suggests: python-attr-doc
Description: Attributes without boilerplate (Python 3)
 attrs is an MIT-licensed Python package with class decorators that ease the
 chores of implementing the most common attribute-related object protocols.
 .
 You just specify the attributes to work with and attrs gives you:
   - a nice human-readable __repr__,
   - a complete set of comparison methods,
   - an initializer,
   - and much more
 without writing dull boilerplate code again and again.
 .
 This package contains attrs packaged for Python 3.
Homepage: https://attrs.readthedocs.org/

Package: python3-blinker
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 56
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Source: blinker
Version: 1.4+dfsg1-0.3
Depends: python3:any
Suggests: python-blinker-doc
Description: fast, simple object-to-object and broadcast signaling library
 Blinker provides a fast dispatching system that allows any number of
 interested parties to subscribe to events, or "signals".
 .
 Signal receivers can subscribe to specific senders or receive signals
 sent by any sender.
 .
 This package contains the Python 3 version.
Homepage: http://pythonhosted.org/blinker/

Package: python3-certifi
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 324
Maintainer: Sebastien Delafond <seb@debian.org>
Architecture: all
Source: python-certifi
Version: 2020.6.20-1
Depends: ca-certificates, python3:any
Description: root certificates for validating SSL certs and verifying TLS hosts (python3)
 Certifi is a carefully curated collection of Root Certificates for
 validating the trustworthiness of SSL certificates while verifying
 the identity of TLS hosts. It has been extracted from the Requests
 project.
 .
 The version of certifi in this Debian package is patched to return
 the location of Debian-provided CA certificates, instead of those
 packaged by upstream.
 .
 This is the python3 package.
Homepage: https://github.com/certifi/python-certifi

Package: python3-cffi-backend
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 148
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: armhf
Multi-Arch: same
Source: python-cffi
Version: 1.14.5-1
Provides: python3-cffi-backend-api-9729, python3-cffi-backend-api-max (= 10495), python3-cffi-backend-api-min (= 9729)
Depends: python3 (<< 3.10), python3 (>= 3.9~), libc6 (>= 2.7), libffi7 (>= 3.3~20180313)
Description: Foreign Function Interface for Python 3 calling C code - runtime
 Convenient and reliable way of calling C code from Python 3.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the runtime support for pre-built cffi modules.
Homepage: https://cffi.readthedocs.org/

Package: python3-chardet
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 1068
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Multi-Arch: foreign
Source: chardet
Version: 4.0.0-1
Replaces: python-chardet (<< 3.0.4-6)
Depends: python3:any, python3-pkg-resources
Breaks: python-chardet (<< 3.0.4-6)
Description: universal character encoding detector for Python3
 Chardet takes a sequence of bytes in an unknown character encoding, and
 attempts to determine the encoding.
 .
 Supported encodings:
  * ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
  * Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
    Chinese)
  * EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese)
  * EUC-KR, ISO-2022-KR (Korean)
  * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
  * ISO-8859-2, windows-1250 (Hungarian)
  * ISO-8859-5, windows-1251 (Bulgarian)
  * windows-1252 (English)
  * ISO-8859-7, windows-1253 (Greek)
  * ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
  * TIS-620 (Thai)
 .
 This library is a port of the auto-detection code in Mozilla.
 .
 This package contains the Python 3 version of the library.
Homepage: https://github.com/chardet/chardet

Package: python3-configobj
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 160
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Source: configobj
Version: 5.0.6-4
Depends: python3-six, python3:any
Suggests: python-configobj-doc
Description: simple but powerful config file reader and writer for Python 3
 ConfigObj is a simple but powerful config file reader and writer: an
 ini file round tripper. Its main feature is that it is very easy to
 use, with a straightforward programmer's interface and a simple
 syntax for config files. It has lots of other features, though:
 .
  * Nested sections (subsections), to any level
  * List values
  * Multiple line values
  * String interpolation (substitution)
  * Integrated with a powerful validation system
    + including automatic type checking/conversion
    + and allowing default values
    + repeated sections
  * All comments in the file are preserved
  * The order of keys/sections is preserved
  * Full Unicode support
  * Powerful unrepr mode for storing/retrieving Python data-types
 .
  This is the Python 3 version of the package.
Homepage: http://www.voidspace.org.uk/python/configobj.html

Package: python3-cryptography
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 1199
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Architecture: armhf
Source: python-cryptography
Version: 3.3.2-1+deb11u1
Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-six (>= 1.4.1), python3:any, libc6 (>= 2.4), libssl1.1 (>= 1.1.1)
Suggests: python-cryptography-doc, python3-cryptography-vectors
Breaks: python3-openssl (<< 16.0.0)
Description: Python library exposing cryptographic recipes and primitives (Python 3)
 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the Python 3 version of cryptography.
Homepage: https://cryptography.io/

Package: python3-debian
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 351
Maintainer: Debian python-debian Maintainers <pkg-python-debian-maint@lists.alioth.debian.org>
Architecture: all
Source: python-debian
Version: 0.1.39
Depends: python3-chardet, python3-six (>> 1.4~), python3:any
Recommends: python3-apt
Suggests: gpgv
Description: Python 3 modules to work with Debian-related data formats
 This package provides Python 3 modules that abstract many formats of Debian
 related files. Currently handled are:
  * Debtags information (debian.debtags module)
  * debian/changelog (debian.changelog module)
  * Packages files, pdiffs (debian.debian_support module)
  * Control files of single or multiple RFC822-style paragraphs, e.g.
    debian/control, .changes, .dsc, Packages, Sources, Release, etc.
    (debian.deb822 module)
  * Raw .deb and .ar files, with (read-only) access to contained
    files and meta-information
Homepage: https://salsa.debian.org/python-debian-team/python-debian

Package: python3-distutils
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 695
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Multi-Arch: foreign
Source: python3-stdlib-extensions
Version: 3.9.2-1
Replaces: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-2)
Provides: python3.9-distutils
Depends: python3:any (>= 3.9.1-0~), python3:any (<< 3.10), python3-lib2to3 (= 3.9.2-1)
Breaks: libpython3.6-stdlib (<< 3.6.5~rc1-3), libpython3.7-stdlib (<< 3.7.0~b2-2), libpython3.8-stdlib (<< 3.8.0~b2-5)
Description: distutils package for Python 3.x
 Distutils package for Python 3.x.  This package contains the distutils module
 from the Python standard library.

Package: python3-idna
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 330
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Multi-Arch: foreign
Source: python-idna
Version: 2.10-1+deb11u1
Depends: python3:any
Description: Python IDNA2008 (RFC 5891) handling (Python 3)
 A library to support the Internationalised Domain Names in Applications (IDNA)
 protocol as specified in RFC 5891. This version of the protocol is often
 referred to as “IDNA2008” and can produce different results from the earlier
 standard from 2003.
 .
 The library is also intended to act as a suitable drop-in replacement for the
 “encodings.idna” module that comes with the Python standard library but
 currently only supports the older 2003 specification.
 .
 This package contains the module for Python 3.
Homepage: https://github.com/kjd/idna

Package: python3-importlib-metadata
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 44
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Source: python-importlib-metadata
Version: 1.6.0-2
Depends: python3-zipp (>= 0.5), python3:any
Description: library to access the metadata for a Python package - Python 3.x
 Provides an API for accessing an installed package’s metadata, such as its
 entry points or its top-level name. This functionality intends to replace
 most uses of pkg_resources entry point API and metadata API.
 .
 This package contains Python 3.x module.
Homepage: https://gitlab.com/python-devs/importlib_metadata

Package: python3-jinja2
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 501
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: all
Source: jinja2
Version: 2.11.3-1+deb11u4
Replaces: python-jinja2 (<< 2.11.1-1)
Depends: python3-markupsafe, python3:any
Recommends: python3-pkg-resources
Suggests: python-jinja2-doc
Breaks: python-jinja2 (<< 2.11.1-1)
Description: small but fast and easy to use stand-alone template engine
 Jinja2 is a template engine written in pure Python. It provides a Django
 inspired non-XML syntax but supports inline expressions and an optional
 sandboxed environment.
 .
 The key-features are:
  * Configurable syntax. If you are generating LaTeX or other formats with
    Jinja2 you can change the delimiters to something that integrates better
    into the LaTeX markup.
  * Fast. While performance is not the primarily target of Jinja2 it’s
    surprisingly fast. The overhead compared to regular Python code was reduced
    to the very minimum.
  * Easy to debug. Jinja2 integrates directly into the Python traceback system
    which allows you to debug Jinja2 templates with regular Python debugging
    helpers.
  * Secure. It’s possible to evaluate untrusted template code if the optional
    sandbox is enabled. This allows Jinja2 to be used as templating language
    for applications where users may modify the template design.
Homepage: http://jinja.pocoo.org/

Package: python3-json-pointer
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 44
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Architecture: all
Source: python-json-pointer
Version: 2.0-2
Depends: python3:any
Description: resolve JSON pointers - Python 3.x
 Python-json-pointer is a small library to resolve JSON pointers according to
 the IETF draft specification. JSON Pointer defines a string syntax for
 identifying a specific value within a JavaScript Object Notation (JSON)
 document.
 .
 This package provides the module for Python 3.x.
Homepage: https://github.com/stefankoegl/python-json-pointer

Package: python3-jsonpatch
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 57
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Architecture: all
Source: python-json-patch
Version: 1.25-3
Depends: python3-json-pointer, python3:any
Description: library to apply JSON patches - Python 3.x
 Python-json-patch is a Python module (a library) to apply JSON Patches
 according to the IETF draft specification.
 .
 From the IETF site:
 .
 JavaScript Object Notation (JSON) [RFC4627] is a common format for the
 exchange and storage of structured data.  HTTP PATCH [RFC5789] extends the
 Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial
 modifications to resources.
 .
 JSON Patch is a format (identified by the media type "application/
 json-patch") for expressing a sequence of operations to apply to a target JSON
 document, suitable for use with the HTTP PATCH method.
 .
 This format is also potentially useful in other cases when it's necessary to
 make partial updates to a JSON document.
 .
 This package provides the Python 3.x module.
Homepage: https://github.com/stefankoegl/python-json-patch

Package: python3-jsonschema
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 259
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Architecture: all
Source: python-jsonschema
Version: 3.2.0-3
Depends: python3-attr, python3-importlib-metadata, python3-pkg-resources, python3-setuptools, python3-six (>= 1.11.0), python3-pyrsistent, python3:any
Suggests: python-jsonschema-doc
Breaks: python3-json-pointer (<< 1.14)
Description: An(other) implementation of JSON Schema (Draft 3 and 4) - Python 3.x
 JSON Schema is a specification for a JSON-based format for defining
 the structure of JSON data. JSON Schema provides a contract for what
 JSON data is required for a given application and how it can be
 modified, much like what XML Schema provides for XML. JSON Schema is
 intended to provide validation, documentation, and interaction control
 of JSON data.
 .
 This package contains the Python 3.x module.
Homepage: https://github.com/Julian/jsonschema

Package: python3-jwt
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 89
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Source: pyjwt
Version: 1.7.1-2
Depends: python3:any
Recommends: python3-cryptography
Suggests: python3-crypto
Description: Python 3 implementation of JSON Web Token
 PyJWT implements the JSON Web Token draft 01, a way of representing
 signed content using JSON data structures.
 .
 Supported algorithms for cryptographic signing:
 .
   * HS256 - HMAC using SHA-256 hash algorithm (default)
   * HS384 - HMAC using SHA-384 hash algorithm
   * HS512 - HMAC using SHA-512 hash algorithm
   * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash
     algorithm
   * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash
     algorithm
   * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash
     algorithm
 .
 Supported reserved claim names:
   - "exp" (Expiration Time) Claim
 .
 This package contains the Python 3 version of the library.
Homepage: https://github.com/jpadilla/pyjwt

Package: python3-lib2to3
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 366
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Multi-Arch: foreign
Source: python3-stdlib-extensions
Version: 3.9.2-1
Replaces: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-3), python3.6-2to3 (<< 3.6.4-2), python3.7-2to3 (<< 3.7.0~a3-3)
Provides: python3.9-lib2to3
Depends: python3:any (>= 3.9.1-0~), python3:any (<< 3.10)
Breaks: libpython3.6-stdlib (<< 3.6.4~rc1-2), libpython3.7-stdlib (<< 3.7.0~a3-3), python3.6-2to3 (<< 3.6.4-2), python3.7-2to3 (<< 3.7.0~a3-3)
Description: Interactive high-level object-oriented language (lib2to3)
 Python is a high-level, interactive, object-oriented language. It
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.
 .
 This package contains the lib2to3 library.

Package: python3-markupsafe
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 54
Maintainer: Piotr Ożarowski <piotr@debian.org>
Architecture: armhf
Source: markupsafe (1.1.1-1)
Version: 1.1.1-1+b3
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.4)
Description: HTML/XHTML/XML string library for Python 3
 MarkupSafe is a Python library implementing a unicode subclass that is
 aware of HTML escaping rules. It can be used to implement automatic
 string escaping.
 .
 This package contains the Python 3 version.
Homepage: https://palletsprojects.com/p/markupsafe/

Package: python3-minimal
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 121
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: allowed
Source: python3-defaults
Version: 3.9.2-3
Depends: dpkg (>= 1.13.20)
Pre-Depends: python3.9-minimal (>= 3.9.2-0~)
Description: minimal subset of the Python language (default python3 version)
 This package contains the interpreter and some essential modules.  It's used
 in the boot process for some basic tasks.
 See /usr/share/doc/python3.9-minimal/README.Debian for a list of the modules
 contained in this package.
Homepage: https://www.python.org/

Package: python3-more-itertools
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 199
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Source: more-itertools
Version: 4.2.0-3
Depends: python3-six (<< 2.0.0), python3-six (>= 1.0.0), python3:any
Description: library with routines for operating on iterables, beyond itertools (Python 3)
 Python's itertools library is a gem - you can compose elegant solutions
 for a variety of problems with the functions it provides.
 More-itertools collects additional building blocks, recipes,
 and routines for working with Python iterables.
 .
 This package contains the module for Python 3.
Homepage: https://pypi.python.org/pypi/more-itertools/

Package: python3-oauthlib
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 546
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Source: python-oauthlib
Version: 3.1.0-2
Depends: python3:any, python3-blinker, python3-cryptography, python3-jwt (>= 1.0.0)
Description: generic, spec-compliant implementation of OAuth for Python3
 OAuthLib is a generic utility which implements the logic of OAuth without
 assuming a specific HTTP request object. It can be used to graft OAuth support
 onto HTTP libraries.
 .
 OAuth 1 is fully supported per the RFC for both clients and providers.
 .
 OAuth 2 client and provider support for:
 .
   - Authorization Code Grant
   - Implicit Grant
   - Client Credentials Grant
   - Resource Owner Password Credentials Grant
   - Refresh Tokens
   - Bearer Tokens
   - Draft MAC tokens
   - Token Revocation
   - OpenID Connect Authentication
 .
 This package contains the Python 3 version of the library.
Homepage: https://github.com/idan/oauthlib

Package: python3-pkg-resources
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 569
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Multi-Arch: foreign
Source: setuptools
Version: 52.0.0-4+deb11u2
Depends: python3:any
Suggests: python3-setuptools
Description: Package Discovery and Resource Access using pkg_resources
 The pkg_resources module provides an API for Python libraries to
 access their resource files, and for extensible applications and
 frameworks to automatically discover plugins.  It also provides
 runtime support for using C extensions that are inside zipfile-format
 eggs, support for merging packages that have separately-distributed
 modules or subpackages, and APIs for managing Python's current
 "working set" of active packages.
Homepage: https://pypi.python.org/pypi/setuptools

Package: python3-pyrsistent
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 236
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: same
Source: pyrsistent (0.15.5-1)
Version: 0.15.5-1+b3
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-six, python3:any, libc6 (>= 2.4)
Description: persistent/functional/immutable data structures for Python
 Pyrsistent is a number of persistent collections (sometimes referred
 to as functional data structures). Persistent in  the sense that they
 are immutable.
 .
 All methods on a data structure that would normally mutate it instead
 return a new copy of the structure containing the requested updates.
 The original structure is left untouched.
 .
 The collection types and key features currently implemented are:
 .
  * PVector, similar to a python list
  * PMap, similar to dict
  * PSet, similar to set
  * PRecord, a PMap on steroids with fixed fields, optional type and
    invariant checking and much more
  * PClass, a Python class fixed fields, optional type and invariant
    checking and much more
  * Checked collections, PVector, PMap and PSet with optional type
    and invariance checks and more
  * PBag, similar to collections.Counter
  * PList, a classic singly linked list
  * PDeque, similar to collections.deque
  * Immutable object type (immutable) built on the named tuple
  * freeze and thaw functions to convert between pythons standard
    collections and pyrsistent collections.
  * Flexible transformations of arbitrarily complex structures built
    from PMaps and PVectors.
Homepage: https://github.com/tobgu/pyrsistent/

Package: python3-requests
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 230
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Source: requests
Version: 2.25.1+dfsg-2
Depends: python3-certifi, python3-chardet (>= 3.0.2), python3-idna, python3-urllib3 (>= 1.21.1), python3:any, ca-certificates
Suggests: python3-cryptography, python3-idna (>= 2.5), python3-openssl, python3-socks, python-requests-doc
Breaks: awscli (<< 1.11.139)
Description: elegant and simple HTTP library for Python3, built for human beings
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access
 the response data in the same way. It's powered by httplib and urllib3, but
 it does all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts
 .
 This package contains the Python 3 version of the library.
Homepage: http://python-requests.org

Package: python3-setuptools
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 1604
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Multi-Arch: foreign
Source: setuptools
Version: 52.0.0-4+deb11u2
Depends: python3-pkg-resources (= 52.0.0-4+deb11u2), python3-distutils, python3:any
Suggests: python-setuptools-doc
Description: Python3 Distutils Enhancements
 Extensions to the python-distutils for large or complex distributions.
Homepage: https://pypi.python.org/pypi/setuptools

Package: python3-six
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 62
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Multi-Arch: foreign
Source: six
Version: 1.16.0-2
Depends: python3:any
Breaks: libpython-stdlib (<< 2.7.18), python (<< 2.7.18), python-minimal (<< 2.7.18)
Description: Python 2 and 3 compatibility library (Python 3 interface)
 Six is a Python 2 and 3 compatibility library. It provides utility
 functions for smoothing over the differences between the Python versions
 with the goal of writing Python code that is compatible on both Python
 versions.
 .
 This package provides Six on the Python 3 module path. It is complemented
 by python-six and pypy-six.
Homepage: https://pypi.python.org/pypi/six

Package: python3-urllib3
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 460
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: all
Source: python-urllib3
Version: 1.26.5-1~exp1+deb11u3
Depends: python3:any, python3-six
Recommends: ca-certificates
Suggests: python3-cryptography, python3-idna, python3-openssl, python3-socks
Description: HTTP library with thread-safe connection pooling for Python3
 urllib3 supports features left out of urllib and urllib2 libraries.
 .
   - Re-use the same socket connection for multiple requests (HTTPConnectionPool
     and HTTPSConnectionPool) (with optional client-side certificate
     verification).
   - File posting (encode_multipart_formdata).
   - Built-in redirection and retries (optional).
   - Supports gzip and deflate decoding.
   - Thread-safe and sanity-safe.
   - Small and easy to understand codebase perfect for extending and
     building upon.
 .
 This package contains the Python 3 version of the library.
Homepage: https://urllib3.readthedocs.org

Package: python3-yaml
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 448
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Architecture: armhf
Multi-Arch: allowed
Source: pyyaml
Version: 5.3.1-5
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.4), libyaml-0-2
Breaks: libpython-stdlib (<< 2.7.18), python (<< 2.7.18), python-minimal (<< 2.7.18), python-yaml (<< 5.3.1-2)
Description: YAML parser and emitter for Python3
 Python3-yaml is a complete YAML 1.1 parser and emitter for Python3.  It can
 parse all examples from the specification. The parsing algorithm is simple
 enough to be a reference for YAML parser implementors. A simple extension API
 is also provided.  The package is built using libyaml for improved speed.
Homepage: https://github.com/yaml/pyyaml

Package: python3-zipp
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 26
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Architecture: all
Source: python-zipp
Version: 1.0.0-3
Depends: python3-more-itertools, python3:any
Description: pathlib-compatible Zipfile object wrapper - Python 3.x
 A backport of the Path object to older versions of Python.
 It's pathlib-compatible interface for zip files using zipfile object inside.
 .
 This package contains Python 3.x module.
Homepage: https://github.com/jaraco/zipp

Package: python3.9
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 544
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: allowed
Version: 3.9.2-1+deb11u6
Depends: python3.9-minimal (= 3.9.2-1+deb11u6), libpython3.9-stdlib (= 3.9.2-1+deb11u6), media-types | mime-support
Suggests: python3.9-venv, python3.9-doc, binutils
Breaks: python3-all (<< 3.6.5~rc1-1), python3-dev (<< 3.6.5~rc1-1), python3-venv (<< 3.6.5-2)
Description: Interactive high-level object-oriented language (version 3.9)
 Python is a high-level, interactive, object-oriented language. Its 3.9 version
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

Package: python3.9-minimal
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 3925
Maintainer: Matthias Klose <doko@debian.org>
Architecture: armhf
Multi-Arch: allowed
Source: python3.9
Version: 3.9.2-1+deb11u6
Depends: libpython3.9-minimal (= 3.9.2-1+deb11u6), libexpat1 (>= 2.1~beta3), zlib1g (>= 1:1.2.0)
Pre-Depends: libc6 (>= 2.29)
Recommends: python3.9
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Description: Minimal subset of the Python language (version 3.9)
 This package contains the interpreter and some essential modules.  It can
 be used in the boot process for some basic tasks.
 See /usr/share/doc/python3.9-minimal/README.Debian for a list of the modules
 contained in this package.
Cnf-Visible-Pkgname: python3.9

Package: readline-common
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 92
Maintainer: Matthias Klose <doko@debian.org>
Architecture: all
Multi-Arch: foreign
Source: readline
Version: 8.1-1
Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11)
Depends: dpkg (>= 1.15.4) | install-info
Suggests: readline-doc
Conflicts: libreadline-common, libreadline5 (<< 5.0-11)
Description: GNU readline and history libraries, common files
 The GNU readline library aids in the consistency of user interface
 across discrete programs that need to provide a command line
 interface.
 .
 The GNU history library provides a consistent user interface for
 recalling lines of previously typed input.

Package: resolvconf
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 199
Maintainer: resolvconf team <team+resolvconf@tracker.debian.org>
Architecture: all
Version: 1.87
Depends: lsb-base (>= 4.1+Debian3), debconf (>= 0.5) | debconf-2.0
Breaks: dhcp3-client (<< 4.1.1-P1-15+squeeze1), dnscache-run, sysv-rc (<< 2.88dsf-42)
Enhances: dhcpcd, dnsmasq, ifupdown, isc-dhcp-client, libc6, network-manager, nscd, pdnsd, ppp, pump, udhcpc
Conffiles:
 /etc/dhcp/dhclient-enter-hooks.d/resolvconf 586788af39de093b8145ea9d9fc43875
 /etc/init.d/resolvconf 98b70e5ff3e146b633ba3cbe1feeec20
 /etc/network/if-down.d/resolvconf 7e3f037a117b52c4169365a95f676262
 /etc/network/if-up.d/000resolvconf f544c89d541465f1fea7dbcf71f832c0
 /etc/ppp/ip-down.d/000resolvconf e50ecd8f5226bebba46e1eab652a4169
 /etc/ppp/ip-up.d/000resolvconf 8cda84dd75e71467394378a6a71edcd6
 /etc/resolvconf/interface-order 9431a58c5e7d90e7e1835b290172e168
 /etc/resolvconf/resolv.conf.d/base d41d8cd98f00b204e9800998ecf8427e
 /etc/resolvconf/resolv.conf.d/head 287f6b2e5e81a8830857af92bf26d7ec
 /etc/resolvconf/update.d/libc c714cc4467b58fa15680a49faedf7a41
Description: name server information handler
 Resolvconf is a framework for keeping up to date the system's
 information about name servers. It sets itself up as the intermediary
 between programs that supply this information (such as ifup and
 ifdown, DHCP clients, the PPP daemon and local name servers) and
 programs that use this information (such as DNS caches and resolver
 libraries).
 .
 This package may require some manual configuration. Please
 read the README file for detailed instructions.
Homepage: http://alioth.debian.org/projects/resolvconf/

Package: sed
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 838
Maintainer: Clint Adams <clint@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 4.7-1
Pre-Depends: libacl1 (>= 2.2.51-8), libc6 (>= 2.7), libselinux1 (>= 1.32)
Description: GNU stream editor for filtering/transforming text
 sed reads the specified files or the standard input if no
 files are specified, makes editing changes according to a
 list of commands, and writes the results to the standard
 output.
Homepage: https://www.gnu.org/software/sed/

Package: sudo
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 4011
Maintainer: Sudo Maintainers <sudo@packages.debian.org>
Architecture: armhf
Version: 1.9.5p2-3+deb11u3
Replaces: sudo-ldap
Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.28), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.3.4), libpam-modules, lsb-base
Conflicts: sudo-ldap
Conffiles:
 /etc/init.d/sudo 1153f6e6fa7c0e2166779df6ad43f1a8
 /etc/pam.d/sudo 85da64f888739f193fc0fa896680030e
 /etc/sudo.conf cdb3df319152dbf3a1ccab9d5bd01ad0
 /etc/sudo_logsrvd.conf 8f2d34058527c9b8155de178aacff2cd
 /etc/sudoers b1f89c8342752a2a29bc5a3f8fd70437
 /etc/sudoers.d/README 8d3cf36d1713f40a0ddc38e1b21a51b6
Description: Provide limited super user privileges to specific users
 Sudo is a program designed to allow a sysadmin to give limited root
 privileges to users and log root activity.  The basic philosophy is to give
 as few privileges as possible but still allow people to get their work done.
 .
 This version is built with minimal shared library dependencies, use the
 sudo-ldap package instead if you need LDAP support for sudoers.
Homepage: https://www.sudo.ws/

Package: systemd
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 11759
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 247.3-7+deb11u8
Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libcap2 (>= 1:2.24-9~), libcrypt1 (>= 1:4.4.0), libcryptsetup12 (>= 2:2.3), libgnutls30 (>= 3.7.0), libgpg-error0 (>= 1.14), libip4tc2 (>= 1.8.3), libkmod2 (>= 5~), liblz4-1 (>= 0.0~r130), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.4.1), libsystemd0 (= 247.3-7+deb11u8), util-linux (>= 2.27.1), mount (>= 2.26), adduser
Pre-Depends: libblkid1 (>= 2.24), libc6 (>= 2.30), libgcrypt20 (>= 1.8.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libselinux1 (>= 3.1~), libzstd1 (>= 1.4.0)
Recommends: dbus, systemd-timesyncd | time-daemon
Suggests: systemd-container, policykit-1
Breaks: python-dbusmock (<< 0.18), python3-dbusmock (<< 0.18), resolvconf (<< 1.83~), systemd-shim (<< 10-4~), udev (<< 247~)
Conflicts: consolekit, libpam-ck-connector
Conffiles:
 /etc/systemd/journald.conf 4ec2bd40c816736799a8876f8acca94b
 /etc/systemd/logind.conf ed2ccf7a51a5436f16e5ad88e5ace8b0
 /etc/systemd/networkd.conf 522ed99a8c0d0e728713d8079d5524bd
 /etc/systemd/pstore.conf fb081468c018a53786a975ce467c4989
 /etc/systemd/resolved.conf 740d189c67f1e27fe37429ba92e71ac3
 /etc/systemd/sleep.conf e912ff7c0833daa5a45d3918b3d6585f
 /etc/systemd/system.conf 2e400b6d050412413636107a2ce86f15
 /etc/systemd/user.conf 2fb7b9a89a8b8a1ff0ec7316384fd303
Description: system and service manager
 systemd is a system and service manager for Linux. It provides aggressive
 parallelization capabilities, uses socket and D-Bus activation for starting
 services, offers on-demand starting of daemons, keeps track of processes using
 Linux control groups, maintains mount and automount points and implements an
 elaborate transactional dependency-based service control logic.
 .
 systemd is compatible with SysV and LSB init scripts and can work as a
 drop-in replacement for sysvinit.
 .
 Installing the systemd package will not switch your init system unless you
 boot with init=/lib/systemd/systemd or install systemd-sysv in addition.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-sysv
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 141
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: systemd
Version: 247.3-7+deb11u8
Replaces: sysvinit-core, upstart (<< 1.13.2-0ubuntu10~)
Pre-Depends: systemd
Recommends: libpam-systemd, libnss-systemd
Conflicts: file-rc, systemd-shim, sysvinit-core, upstart (<< 1.13.2-0ubuntu10~)
Description: system and service manager - SysV links
 systemd is a system and service manager for Linux. It provides aggressive
 parallelization capabilities, uses socket and D-Bus activation for starting
 services, offers on-demand starting of daemons, keeps track of processes using
 Linux control groups, maintains mount and automount points and implements an
 elaborate transactional dependency-based service control logic.
 .
 systemd is compatible with SysV and LSB init scripts and can work as a
 drop-in replacement for sysvinit.
 .
 This package provides the manual pages and links needed for systemd
 to replace sysvinit. Installing systemd-sysv will overwrite /sbin/init with a
 link to systemd.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: systemd-timesyncd
Status: install ok installed
Priority: standard
Section: admin
Installed-Size: 191
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: systemd
Version: 247.3-7+deb11u8
Replaces: systemd (<< 245.4-2~), time-daemon
Provides: time-daemon
Depends: libc6 (>= 2.29), systemd (= 247.3-7+deb11u8), adduser
Breaks: systemd (<< 245.4-2~)
Conflicts: time-daemon
Conffiles:
 /etc/dhcp/dhclient-exit-hooks.d/timesyncd c66e563f4050725592e2da20a4e1bfef
 /etc/systemd/timesyncd.conf e563c788b019216ec2ad3a43bf89e315
Description: minimalistic service to synchronize local time with NTP servers
 The package contains the systemd-timesyncd system service that may be used to
 synchronize the local system clock with a remote Network Time Protocol server.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: sysvinit-utils
Essential: yes
Status: install ok installed
Priority: required
Section: admin
Installed-Size: 61
Maintainer: Debian sysvinit maintainers <debian-init-diversity@chiark.greenend.org.uk>
Architecture: armhf
Multi-Arch: foreign
Source: sysvinit
Version: 2.96-7+deb11u1
Depends: lsb-base (>= 11.0.0~), libc6 (>= 2.4)
Description: System-V-like utilities
 This package contains the important System-V-like utilities.
 .
 Specifically, this package includes:
 init-d-script, fstab-decode, killall5, pidof
Homepage: https://savannah.nongnu.org/projects/sysvinit

Package: tar
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 2940
Maintainer: Janos Lenart <ocsi@debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1.34+dfsg-1+deb11u1
Replaces: cpio (<< 2.4.2-39)
Pre-Depends: libacl1 (>= 2.2.23), libc6 (>= 2.28), libselinux1 (>= 3.1~)
Suggests: bzip2, ncompress, xz-utils, tar-scripts, tar-doc
Breaks: dpkg-dev (<< 1.14.26)
Conflicts: cpio (<= 2.4.2-38)
Description: GNU version of the tar archiving utility
 Tar is a program for packaging a set of files as a single archive in tar
 format.  The function it performs is conceptually similar to cpio, and to
 things like PKZIP in the DOS world.  It is heavily used by the Debian package
 management system, and is useful for performing system backups and exchanging
 sets of files with others.
Homepage: https://www.gnu.org/software/tar/

Package: tzdata
Status: install ok installed
Priority: required
Section: localization
Installed-Size: 3464
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Architecture: all
Multi-Arch: foreign
Version: 2025b-0+deb11u2
Provides: tzdata-bullseye
Depends: debconf (>= 0.5) | debconf-2.0
Description: time zone and daylight-saving time data
 This package contains data required for the implementation of
 standard local time for many representative locations around the
 globe. It is updated periodically to reflect changes made by
 political bodies to time zone boundaries, UTC offsets, and
 daylight-saving rules.
Homepage: https://www.iana.org/time-zones

Package: udev
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 8483
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: systemd
Version: 247.3-7+deb11u8
Replaces: systemd (<< 233-4)
Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.24), libc6 (>= 2.30), libkmod2 (>= 5~), libselinux1 (>= 3.1~), adduser, dpkg (>= 1.19.3) | systemd-sysv, libudev1 (= 247.3-7+deb11u8), util-linux (>= 2.27.1)
Breaks: systemd (<< 233-4)
Conflicts: hal
Conffiles:
 /etc/init.d/udev e9424814d107af7d8f58a22b1011810a
 /etc/udev/udev.conf bf60be80a4cc51271a1618edf5a6d66f
Description: /dev/ and hotplug management daemon
 udev is a daemon which dynamically creates and removes device nodes from
 /dev/, handles hotplug events and loads drivers at boot time.
Homepage: https://www.freedesktop.org/wiki/Software/systemd

Package: util-linux
Essential: yes
Status: install ok installed
Priority: required
Section: utils
Installed-Size: 3152
Maintainer: util-linux packagers <util-linux@packages.debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 2.36.1-8+deb11u2
Replaces: bash-completion (<< 1:2.8), initscripts (<< 2.88dsf-59.2~), login (<< 1:4.5-1.1~), mount (<< 2.29.2-3~), s390-tools (<< 2.2.0-1~), setpriv (<< 2.32.1-0.2~), sysvinit-utils (<< 2.88dsf-59.1~)
Depends: login (>= 1:4.5-1.1~)
Pre-Depends: libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.31.1), libc6 (>= 2.28), libcap-ng0 (>= 0.7.9), libcrypt1 (>= 1:4.1.0), libmount1 (>= 2.34), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsmartcols1 (>= 2.34), libsystemd0, libtinfo6 (>= 6), libudev1 (>= 183), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4)
Suggests: dosfstools, kbd, util-linux-locales
Breaks: bash-completion (<< 1:2.8), grml-debootstrap (<< 0.68), mount (<< 2.29.2-3~), s390-tools (<< 2.2.0-1~), setpriv (<< 2.32.1-0.2~), sysvinit-utils (<< 2.88dsf-59.4~)
Conffiles:
 /etc/default/hwclock 02f94aaf57aff4e2e6751ec7b877a997
 /etc/init.d/hwclock.sh c06bc68c12cbdd9c7f60ba25ee587efe
 /etc/pam.d/runuser b8b44b045259525e0fae9e38fdb2aeeb
 /etc/pam.d/runuser-l 2106ea05877e8913f34b2c77fa02be45
 /etc/pam.d/su 60fbbe65c90d741bc0d380543cefe8af
 /etc/pam.d/su-l 756fef5687fecc0d986e5951427b0c4f
Description: miscellaneous system utilities
 This package contains a number of important utilities, most of which
 are oriented towards maintenance of your system. Some of the more
 important utilities included in this package allow you to view kernel
 messages, create new filesystems, view block device information,
 interface with real time clock, etc.
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/

Package: vim
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 2171
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: armhf
Version: 2:8.2.2434-3+deb11u3
Provides: editor
Depends: vim-common (= 2:8.2.2434-3+deb11u3), vim-runtime (= 2:8.2.2434-3+deb11u3), libacl1 (>= 2.2.23), libc6 (>= 2.29), libgpm2 (>= 1.20.7), libselinux1 (>= 3.1~), libtinfo6 (>= 6)
Suggests: ctags, vim-doc, vim-scripts
Description: Vi IMproved - enhanced vi editor
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 Many new features have been added: multi level undo, syntax
 highlighting, command line history, on-line help, filename
 completion, block operations, folding, Unicode support, etc.
 .
 This package contains a version of vim compiled with a rather
 standard set of features.  This package does not provide a GUI
 version of Vim.  See the other vim-* packages if you need more
 (or less).
Homepage: https://www.vim.org/

Package: vim-common
Status: install ok installed
Priority: important
Section: editors
Installed-Size: 342
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Multi-Arch: foreign
Source: vim
Version: 2:8.2.2434-3+deb11u3
Depends: xxd
Recommends: vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
Conffiles:
 /etc/vim/vimrc 8847bd20f30a2097d9f31ceb599a7b1d
Description: Vi IMproved - Common files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains files shared by all non GUI-enabled vim variants
 available in Debian.  Examples of such shared files are: manpages and
 configuration files.
Homepage: https://www.vim.org/

Package: vim-runtime
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 32135
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: all
Multi-Arch: foreign
Source: vim
Version: 2:8.2.2434-3+deb11u3
Recommends: vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
Breaks: vim-tiny (<< 2:8.2.2434-3+deb11u3)
Enhances: vim-tiny
Description: Vi IMproved - Runtime files
 Vim is an almost compatible version of the UNIX editor Vi.
 .
 This package contains vimtutor and the architecture independent runtime
 files, used, if available, by all vim variants available in Debian.
 Example of such runtime files are: online documentation, rules for
 language-specific syntax highlighting and indentation, color schemes,
 and standard plugins.
Homepage: https://www.vim.org/

Package: xauth
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 65
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: armhf
Multi-Arch: foreign
Version: 1:1.1-1
Depends: libc6 (>= 2.4), libx11-6, libxau6, libxext6, libxmuu1
Description: X authentication utility
 xauth is a small utility to read and manipulate Xauthority files, which
 are used by servers and clients alike to control authentication and access
 to X sessions.

Package: xxd
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 235
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Architecture: armhf
Multi-Arch: foreign
Source: vim
Version: 2:8.2.2434-3+deb11u3
Replaces: vim-common (<< 2:7.4.2347-1~)
Depends: libc6 (>= 2.4)
Breaks: vim-common (<< 2:7.4.2347-1~)
Description: tool to make (or reverse) a hex dump
 xxd creates a hex dump of a given file or standard input.  It can also convert
 a hex dump back to its original binary form.
Homepage: https://www.vim.org/

Package: zlib1g
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 130
Maintainer: Mark Brown <broonie@debian.org>
Architecture: armhf
Multi-Arch: same
Source: zlib
Version: 1:1.2.11.dfsg-2+deb11u2
Provides: libz1
Depends: libc6 (>= 2.4)
Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2009-12)
Conflicts: zlib1 (<= 1:1.0.4-7)
Description: compression library - runtime
 zlib is a library implementing the deflate compression method found
 in gzip and PKZIP.  This package includes the shared library.
Homepage: http://zlib.net/

