Package: adb Status: install ok installed Priority: optional Section: utils Installed-Size: 748 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: android-platform-tools (34.0.4-1build3) Version: 1:34.0.4-1build3 Provides: android-tools-adb Depends: android-libbase (>= 34.0.4), android-libboringssl (>= 14.0.0+r11), android-libcutils (= 1:34.0.4-1build3), android-liblog (>= 34.0.4), android-libziparchive (>= 34.0.4), libbrotli1 (>= 0.6.0), libc6 (>= 2.38), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r130), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libusb-1.0-0 (>= 2:1.0.16), libzstd1 (>= 1.5.5) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Description: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Homepage: https://developer.android.com/studio/releases/platform-tools Original-Maintainer: Android Tools Maintainers Package: adduser Status: install ok installed Priority: important Section: admin Installed-Size: 452 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 3.137ubuntu1 Depends: passwd Suggests: liblocale-gettext-perl, perl, cron, quota, ecryptfs-utils (>= 67-1) Conffiles: /etc/adduser.conf 4869da5f5f508dfbc341342a272c36c8 /etc/deluser.conf 11a06baf8245fd8d690b99024d228c1f 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 UID and GID values that conform to Debian policy, 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. . 'Adduser' and 'Deluser' are intended to be used by the local administrator in lieu of the tools from the 'useradd' suite, and they provide support for easy use from Debian package maintainer scripts, functioning as kind of a policy layer to make those scripts easier and more stable to write and maintain. Original-Maintainer: Debian Adduser Developers Package: adwaita-icon-theme Status: install ok installed Priority: optional Section: gnome Installed-Size: 12051 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 46.0-1 Replaces: adwaita-icon-theme-full (<< 45.1), gnome-themes-standard-data (<< 3.18.0-2~) Provides: adwaita-icon-theme-full (= 46.0-1), gnome-icon-theme-symbolic Depends: gtk-update-icon-cache, hicolor-icon-theme, ubuntu-mono Recommends: librsvg2-common Breaks: adwaita-icon-theme-full (<< 45.1), gnome-themes-standard-data (<< 3.18.0-2~), libmutter-12-0 (<< 44.8-3~), libmutter-13-0 (<< 45.3-3~) Description: default icon theme of GNOME This package contains the default icon theme used by the GNOME desktop. The icons are used in core apps like Settings, Files, and GNOME Shell. . Other apps are recommended to include their own icons using the GNOME Design Team's Icon Development Kit. Original-Maintainer: Debian GNOME Maintainers Package: alsa-topology-conf Status: install ok installed Priority: optional Section: libs Installed-Size: 420 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.2.5.1-2 Replaces: libasound2-data (<< 1.2.1) Breaks: libasound2-data (<< 1.2.1) Enhances: libasound2-data Description: ALSA topology configuration files This package contains ALSA topology configuration files that can be used by libasound2 for specific audio hardware. . ALSA is the Advanced Linux Sound Architecture. Original-Maintainer: Debian ALSA Maintainers Homepage: https://www.alsa-project.org/ Package: alsa-ucm-conf Status: install ok installed Priority: optional Section: libs Installed-Size: 922 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.2.10-1ubuntu5.9 Depends: libasound2t64 (>= 1.2.7) Description: ALSA Use Case Manager configuration files This package contains ALSA Use Case Manager configuration of audio input/output names and routing for specific audio hardware. They can be used with the alsaucm tool. . ALSA is the Advanced Linux Sound Architecture. Homepage: https://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: android-libbase Status: install ok installed Priority: optional Section: libs Installed-Size: 354 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: android-platform-tools (34.0.4-1build3) Version: 1:34.0.4-1build3 Depends: android-liblog (= 1:34.0.4-1build3), libc6 (>= 2.38), libgcc-s1 (>= 4.5), libstdc++6 (>= 13.1) Breaks: android-libbase-dev (<< 1:33) Description: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Original-Maintainer: Android Tools Maintainers Package: android-libboringssl Status: install ok installed Priority: optional Section: libs Installed-Size: 1896 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: android-platform-external-boringssl Version: 14.0.0+r11-4build1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1) Description: Google's internal fork of OpenSSL for the Android SDK The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. Homepage: https://android.googlesource.com/platform/external/boringssl Original-Maintainer: Android Tools Maintainers Package: android-libcutils Status: install ok installed Priority: optional Section: libs Installed-Size: 123 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: android-platform-tools (34.0.4-1build3) Version: 1:34.0.4-1build3 Depends: android-libbase (= 1:34.0.4-1build3), android-liblog (>= 34.0.4), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), libbsd0 Breaks: android-libcutils-dev (<< 1:33) Description: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Original-Maintainer: Android Tools Maintainers Package: android-liblog Status: install ok installed Priority: optional Section: libs Installed-Size: 111 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: android-platform-tools (34.0.4-1build3) Version: 1:34.0.4-1build3 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.0), libstdc++6 (>= 13) Breaks: android-liblog-dev (<< 1:33) Description: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Homepage: https://developer.android.com/studio/releases/platform-tools Original-Maintainer: Android Tools Maintainers Package: android-libziparchive Status: install ok installed Priority: optional Section: libs Installed-Size: 145 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: android-platform-tools (34.0.4-1build3) Version: 1:34.0.4-1build3 Depends: android-libbase (= 1:34.0.4-1build3), android-liblog (>= 34.0.4), libc6 (>= 2.33), libgcc-s1 (>= 3.0), libstdc++6 (>= 13), zlib1g (>= 1:1.1.4) Breaks: android-libziparchive-dev (<< 1:33) Description: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Original-Maintainer: Android Tools Maintainers Package: android-sdk-platform-tools-common Status: install ok installed Priority: optional Section: devel Installed-Size: 38 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: android-sdk-meta Version: 28.0.2+9 Description: Tools for interacting with an Android platform - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package provides common files of Android SDK Platform-tools. It also provides UDEV rules enabling adb and fastboot to work without root access to the host machine. Original-Maintainer: Android Tools Maintainers Package: ant Status: install ok installed Priority: optional Section: java Installed-Size: 2386 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.10.14-1 Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless Recommends: ant-optional Suggests: ant-doc, default-jdk | java-compiler | java-sdk Description: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the scripts and the core tasks libraries. Original-Maintainer: Debian Java Maintainers Homepage: http://ant.apache.org Package: ant-optional Status: install ok installed Priority: optional Section: java Installed-Size: 1107 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: ant Version: 1.10.14-1 Depends: ant (= 1.10.14-1) Suggests: antlr, javacc, junit, junit4, jython, libactivation-java, libbcel-java (>= 5.0), libbsf-java, libcommons-logging-java, libcommons-net-java, libmail-java, libjaxp1.3-java, libjdepend-java, libjsch-java, liblog4j1.2-java, liboro-java, libregexp-java, libxalan2-java (>= 2.4.0-1), libxml-commons-resolver1.1-java, libxz-java Description: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the optional tasks libraries. Original-Maintainer: Debian Java Maintainers Homepage: http://ant.apache.org Package: antlr Status: install ok installed Priority: optional Section: java Installed-Size: 21 Maintainer: Ubuntu Developers Architecture: all Version: 2.7.7+dfsg-13build1 Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless, libantlr-java (= 2.7.7+dfsg-13build1) Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: https://www.antlr2.org Original-Maintainer: Debian Java Maintainers Package: apparmor Status: install ok installed Priority: optional Section: admin Installed-Size: 3368 Maintainer: Ubuntu Developers Architecture: arm64 Version: 4.0.1really4.0.1-0ubuntu0.24.04.5 Replaces: fcitx-data (<< 1:4.2.9.1-1ubuntu2) Depends: debconf, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38) Suggests: apparmor-profiles-extra, apparmor-utils Breaks: apparmor-profiles-extra (<< 1.21), fcitx-data (<< 1:4.2.9.1-1ubuntu2), snapd (<< 2.44.3+20.04~) Conffiles: /etc/apparmor.d/1password a9fbdb7bc17bb4c908208c2c51e35f33 /etc/apparmor.d/Discord 67bd979bd52072a84fc19480c5dd8ead /etc/apparmor.d/MongoDB_Compass 3f33e671cd57320de31656afa9886136 /etc/apparmor.d/QtWebEngineProcess 0fe91825545b5a8375ad4f06219eb47b /etc/apparmor.d/abi/3.0 f97e410509c5def279aa227c7de12e06 /etc/apparmor.d/abi/4.0 f17b0a97806d733b5b884d8a1c2fea37 /etc/apparmor.d/abi/kernel-5.4-outoftree-network 57b68acd4e6418fe5a06dc8c04713e3d /etc/apparmor.d/abi/kernel-5.4-vanilla 77047e6f0b014fa8bf27681998382044 /etc/apparmor.d/abstractions/X a32594e00980d28c2bb31602cbc28b75 /etc/apparmor.d/abstractions/apache2-common 904b490fb92cef37b2fa236bfbc1630f /etc/apparmor.d/abstractions/apparmor_api/change_profile ebc3b740aa2c79ff9a09f072e67ab569 /etc/apparmor.d/abstractions/apparmor_api/examine 7a0bb94ed3f1c4746e10159933e83376 /etc/apparmor.d/abstractions/apparmor_api/find_mountpoint 33f8d5e37df9caec4028d295c8988ba1 /etc/apparmor.d/abstractions/apparmor_api/introspect 9937e7f2a2ca88cd947570f18df7a942 /etc/apparmor.d/abstractions/apparmor_api/is_enabled 16256dfcfa3c4bc6f97a956fcc254fb5 /etc/apparmor.d/abstractions/aspell 0443ce39f2e74dde8bc99d67578ea777 /etc/apparmor.d/abstractions/audio c0ac7361d58a8c0b1b2ab3d440ca9577 /etc/apparmor.d/abstractions/authentication d21c8ea53bfc1712f086be6cd367194d /etc/apparmor.d/abstractions/base e99d8381520f227b8eaf44b73ff026e2 /etc/apparmor.d/abstractions/bash 9663d039f0152b70cc659e4a25bef566 /etc/apparmor.d/abstractions/consoles 3414c1cb4c1a951888a84761d1455c6d /etc/apparmor.d/abstractions/crypto 0b2705ea2a45989da8cbf6f72f633ecb /etc/apparmor.d/abstractions/cups-client aa077a620ae08407f42e743bb9661165 /etc/apparmor.d/abstractions/dbus 5722cf7a9deb175a1ad0b2bd2311e358 /etc/apparmor.d/abstractions/dbus-accessibility 99eef485f32c58839618af9a5a4b355b /etc/apparmor.d/abstractions/dbus-accessibility-strict 53a9eb9b0c2c0125eefa2990d2db5cf7 /etc/apparmor.d/abstractions/dbus-network-manager-strict 122f241d720192cb38d6967bc23e356f /etc/apparmor.d/abstractions/dbus-session 35d364589e04be56979be11e2f7e31d5 /etc/apparmor.d/abstractions/dbus-session-strict 1181eeeb79d894eaf2744bf7033a06d8 /etc/apparmor.d/abstractions/dbus-strict 9d0a9ef3255f550687366cd4126f34d0 /etc/apparmor.d/abstractions/dconf 938d36cc227c44b57b754e28c574a895 /etc/apparmor.d/abstractions/dovecot-common c039273aaa213aca51a5213cdd15fed2 /etc/apparmor.d/abstractions/dri-common 1d2f9b132358d514c1f93560b1988acb /etc/apparmor.d/abstractions/dri-enumerate c02e4d558bb87d573421e11268d3cb69 /etc/apparmor.d/abstractions/enchant cd0a41e810a99aeeab33aa7d074ff510 /etc/apparmor.d/abstractions/exo-open c9c0e92a3d96bd795af54343ca2f7247 /etc/apparmor.d/abstractions/fcitx 7b92a08259791096efa9ec4aaf42c65d /etc/apparmor.d/abstractions/fcitx-strict 8516d9814d599c06054de013d935b383 /etc/apparmor.d/abstractions/fonts 2a254d9d6f5bc6ac1dc73214193083cd /etc/apparmor.d/abstractions/freedesktop.org fddb3f108af4001f4a648e37ecfb1142 /etc/apparmor.d/abstractions/gio-open e056aa1df18785c584f2f8e734a865b6 /etc/apparmor.d/abstractions/gnome ce1abdbe93ac7d3d9da51b76616e7990 /etc/apparmor.d/abstractions/gnupg 2b9899ae239d51a6cd93ccc82c52d234 /etc/apparmor.d/abstractions/groff 9ac220293c87a17fbd9c8664231b7136 /etc/apparmor.d/abstractions/gtk c3e77ec5a57f6c5996749b636b257d40 /etc/apparmor.d/abstractions/gvfs-open 0aa5a1831e2f3321032fcbb78c75e17f /etc/apparmor.d/abstractions/hosts_access 9932e0e59cf8a3b86aff275430db7f79 /etc/apparmor.d/abstractions/ibus cbdc8f7f4aa4192caa920edf6b27c101 /etc/apparmor.d/abstractions/kde 9d3df34ba20b1d1f2a171e6003a64a50 /etc/apparmor.d/abstractions/kde-globals-write 66b5c9d5f6b1be675ea41b93e2a40e86 /etc/apparmor.d/abstractions/kde-icon-cache-write 5812ee3c6e213036512c4dd28a45b0c0 /etc/apparmor.d/abstractions/kde-language-write f99c8ecacf0f94aafb402e4bda6ff9f0 /etc/apparmor.d/abstractions/kde-open5 dc4ab3305486c36b4fc34b8d075cb706 /etc/apparmor.d/abstractions/kerberosclient 70be1b7c525d98654011a7f0bf8b9634 /etc/apparmor.d/abstractions/ldapclient fa595508690d29fb8ef3bc7f35cd3d34 /etc/apparmor.d/abstractions/libpam-systemd bab0769af2d7ec03fb89ebcc7dba5133 /etc/apparmor.d/abstractions/likewise e2eff3c963b34543b78a2e7e92c2832b /etc/apparmor.d/abstractions/mdns f60fb04172f264ca93dd91f376c6d198 /etc/apparmor.d/abstractions/mesa dbfd7cef67b616f33464ca9cf2ab1e5f /etc/apparmor.d/abstractions/mir 3ca5ef4b46fdf1e182a96d6560ff26e1 /etc/apparmor.d/abstractions/mozc a3d1ff87b7822abd5fcaed6844dc296a /etc/apparmor.d/abstractions/mysql b12fe1f2bbab642e5851c281986057d0 /etc/apparmor.d/abstractions/nameservice 36db55283ec502af766e70d12b517535 /etc/apparmor.d/abstractions/nis 30256a48a705a362b6bc496d2024aa3c /etc/apparmor.d/abstractions/nss-systemd 7ed15a941f68ba8326ba03d6d282a4c1 /etc/apparmor.d/abstractions/nvidia 4927cd22ab0f892bc619cc0f1912923e /etc/apparmor.d/abstractions/opencl 2760fba2c4606e11942737d471cd94e7 /etc/apparmor.d/abstractions/opencl-common 7d6341d69734db1e449b00784d465c70 /etc/apparmor.d/abstractions/opencl-intel dfdb37b0c1cf107e0831c70ef9c0aa39 /etc/apparmor.d/abstractions/opencl-mesa e157c360ed8cc0a1f5f883be73f2a416 /etc/apparmor.d/abstractions/opencl-nvidia 8d9e4c40933e8c9844f4b250fb89aed0 /etc/apparmor.d/abstractions/opencl-pocl dfedd51c459fac5805577d19471aa764 /etc/apparmor.d/abstractions/openssl fb8cf830a6be79f9c356e0d73f880ce4 /etc/apparmor.d/abstractions/orbit2 e7ac7aea7951ccb6e9078265f9a2b9ff /etc/apparmor.d/abstractions/p11-kit ca4ba017568739d7150f162ec69036e0 /etc/apparmor.d/abstractions/perl e1913931bfed156d33fe313d49f5bd0d /etc/apparmor.d/abstractions/php a09e568316649c33fcb743129e38e3a4 /etc/apparmor.d/abstractions/php-worker fa7a754d5b039a507084094a3d3a8e68 /etc/apparmor.d/abstractions/php5 cf013176d89542d9b5931cd1c6ff5096 /etc/apparmor.d/abstractions/postfix-common 48ff0b5d3ffd8a97e305c85ed7b10475 /etc/apparmor.d/abstractions/private-files 971749f2d6112faa125c848f739c8752 /etc/apparmor.d/abstractions/private-files-strict 3dd8bfaf6f4405b56e526de085087369 /etc/apparmor.d/abstractions/python f49e8327900da9b963678574057d49e3 /etc/apparmor.d/abstractions/qt5 225b633954b4552cd1e1a7b6c0034956 /etc/apparmor.d/abstractions/qt5-compose-cache-write 3cbd481cf1e9aadae90118b4614c9f7b /etc/apparmor.d/abstractions/qt5-settings-write 2341b9405a1923ce1f7c614ac68138c0 /etc/apparmor.d/abstractions/recent-documents-write 57bfcdf4fc0f790c4a51f2678f4fdd17 /etc/apparmor.d/abstractions/ruby 647a1c14accb31774540d8b7e14811a5 /etc/apparmor.d/abstractions/samba 80ac5ea6902855b6e9cc84cf90c86a23 /etc/apparmor.d/abstractions/samba-rpcd dd45d69fae139d7d3121af8f2a28d884 /etc/apparmor.d/abstractions/smbpass 98782c8623443b1ac4477222824526ee /etc/apparmor.d/abstractions/snap_browsers d62388a5173f6945ebb1f41b9ec5c07b /etc/apparmor.d/abstractions/ssl_certs 5bf050da765885e2e2c3440d1ffe2d6a /etc/apparmor.d/abstractions/ssl_keys f804c6623c0b8584153ca06051342c00 /etc/apparmor.d/abstractions/svn-repositories f281784467cdf8f7f830337a5ba7f5c9 /etc/apparmor.d/abstractions/transmission-common c1459adbbdbef0304bc0d1030fb55476 /etc/apparmor.d/abstractions/trash 77f74bce1c671f56cf013ec880664499 /etc/apparmor.d/abstractions/ubuntu-bittorrent-clients bc214039e36aed33834aefca14fcb9e1 /etc/apparmor.d/abstractions/ubuntu-browsers 1964f219262f91c8b97b3cab3c5b1a15 /etc/apparmor.d/abstractions/ubuntu-browsers.d/chromium-browser a1ceac1f3b12257a2db931106456eef9 /etc/apparmor.d/abstractions/ubuntu-browsers.d/java a9387035914b3de93f96c99418dd306a /etc/apparmor.d/abstractions/ubuntu-browsers.d/kde fb384b79814196058f69c581734c2bf3 /etc/apparmor.d/abstractions/ubuntu-browsers.d/mailto 8ee5eeea9b891d9dd037cb16b37605a6 /etc/apparmor.d/abstractions/ubuntu-browsers.d/multimedia e8cda78bbc9882532d0f3c8048e85d7c /etc/apparmor.d/abstractions/ubuntu-browsers.d/plugins-common a015fbc234f8ecba0c1db8d1c50efb0b /etc/apparmor.d/abstractions/ubuntu-browsers.d/productivity 6fbd4a5744bbd882c3eec994bc6d0fb0 /etc/apparmor.d/abstractions/ubuntu-browsers.d/text-editors 3d486fae7348f69946dfd58f5b6e9747 /etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration 3a29e910c7229ebf8efb8d7186d82f6f /etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration-xul d0ff22a6313a0fbf4a4f7da7b5576307 /etc/apparmor.d/abstractions/ubuntu-browsers.d/user-files ad32d9011654972455c717bbe978b705 /etc/apparmor.d/abstractions/ubuntu-console-browsers 6215673c66fd3e54cb6e1271f9aa0029 /etc/apparmor.d/abstractions/ubuntu-console-email 0ff7d2311f36eba04ef50ec8261de8de /etc/apparmor.d/abstractions/ubuntu-email 3aef68a8ce2190e2b0c32f3889fe2fbb /etc/apparmor.d/abstractions/ubuntu-feed-readers 6d9f88c53a369529a5ff52573a051d90 /etc/apparmor.d/abstractions/ubuntu-gnome-terminal 8063a4cbeb334a914c7bf2a65e5f2c3c /etc/apparmor.d/abstractions/ubuntu-helpers 735892ffbbf93ee9973587aaa15bd0b0 /etc/apparmor.d/abstractions/ubuntu-konsole 3226c189b7aacae0b2616827fac54510 /etc/apparmor.d/abstractions/ubuntu-media-players edc01db2f2804479007c463b005d7708 /etc/apparmor.d/abstractions/ubuntu-unity7-base 9f95ccd27db1a6d581f512b6d8045d13 /etc/apparmor.d/abstractions/ubuntu-unity7-launcher 6a9c25f230ba41e8289514d9a8f0f87e /etc/apparmor.d/abstractions/ubuntu-unity7-messaging 69b93d5b6693179432ec7c33e1f30434 /etc/apparmor.d/abstractions/ubuntu-xterm 7a896bda3883f05f19e46468fa01ec8b /etc/apparmor.d/abstractions/user-download 2c764a6e080a4549661404fe74d2bef2 /etc/apparmor.d/abstractions/user-mail fc821b70bcb3f4735ae58cbc328f60cc /etc/apparmor.d/abstractions/user-manpages da6ee9a1273a3544813d0d280814ceb4 /etc/apparmor.d/abstractions/user-tmp 637812127e85496565b15f092aa9028c /etc/apparmor.d/abstractions/user-write 5b2101d68ba7e9e1bb58b9806672ae5a /etc/apparmor.d/abstractions/video 3069d0fbea27eed63e8724084015b57e /etc/apparmor.d/abstractions/vulkan bbed303bc8d8b2702d9d7f2fd7ed388a /etc/apparmor.d/abstractions/wayland d8ef4acb801443585a0fa309234b63d7 /etc/apparmor.d/abstractions/web-data e46da21cb61d259f7410a72a32d2319d /etc/apparmor.d/abstractions/winbind 489fca3c058879cff0c69f160f453e82 /etc/apparmor.d/abstractions/wutmp 9a4f59721ce850d90f5ca995f21e23b1 /etc/apparmor.d/abstractions/xad 40464a5c359d30d98d72702aba58255e /etc/apparmor.d/abstractions/xdg-desktop 5a0a148ee79a27a546e5618ecc17a0f8 /etc/apparmor.d/abstractions/xdg-open 989de0df5dce3d28f223ec7e83288728 /etc/apparmor.d/balena-etcher 41dc7a55c7739f6ca133d29413a414e0 /etc/apparmor.d/brave c7e3828647deb93ba1524ba49f6b6c78 /etc/apparmor.d/buildah 692a0246f1d9bde5bcd97a1c540ea4bf /etc/apparmor.d/busybox 69240224e4d5a5e2c6a7a9a84b39196f /etc/apparmor.d/cam d1ac502776782c6b264cda89a769b509 /etc/apparmor.d/ch-checkns e6ed1d0331ec1651b1c117cfa791aca7 /etc/apparmor.d/ch-run 4e8f28caf0d00397377439eb470caa0c /etc/apparmor.d/chrome 76e226068a9df356c67e7a3d470d1ebb /etc/apparmor.d/code 0f9bad29b9cf3ea8ab27f6b6f3796129 /etc/apparmor.d/crun e098756fa8f9f1c8ca4049af47a74fd4 /etc/apparmor.d/devhelp bd1226d7e9b4988bb3933684a4406914 /etc/apparmor.d/element-desktop d39b0c4bff076ea329f5dbbaa82e2ba7 /etc/apparmor.d/epiphany 6bda34c482685db22cea75a6ad7476ea /etc/apparmor.d/evolution b1f70bc4c650108fa213e8279225e0ec /etc/apparmor.d/firefox f1829bd518068599ea95e4b5a58b64c1 /etc/apparmor.d/flatpak 6f8173f861fc3d78a5046d899d0b4b59 /etc/apparmor.d/foliate c92d766801e2ac02123e0db70b97ea55 /etc/apparmor.d/geary 6440c82a66a81d652075b99712a3cbda /etc/apparmor.d/github-desktop 2122e73f32672b2e657ae1458eb26727 /etc/apparmor.d/goldendict de9f3bb31c80756ae55a31e8ed4a3be6 /etc/apparmor.d/ipa_verify df74e854eac8b988f15d8b21f3f5ae44 /etc/apparmor.d/kchmviewer b57ea6f66a082f50fc24ec3922bedd6f /etc/apparmor.d/keybase de653466fa5c38e2dd697794250c10a9 /etc/apparmor.d/lc-compliance c6602ecb174135de2520abe7e2d66aeb /etc/apparmor.d/libcamerify d61830a55b0f5803dcb120e38ff514da /etc/apparmor.d/linux-sandbox 03ce2ec6971f9afeee6f7c2e9688baac /etc/apparmor.d/local/README c2697f764b5164f3b9195857290df7df /etc/apparmor.d/loupe 9cd53d4893feabf3a85bed91253b520f /etc/apparmor.d/lsb_release 1cd1aa219c116e6ac7e406b7b080cf72 /etc/apparmor.d/lxc-attach 8e84c6f99b66f14957215c1ca65df341 /etc/apparmor.d/lxc-create 9c61264b7dcdec579c99143f3b219cdb /etc/apparmor.d/lxc-destroy 3c5bf3780350b4854af5f6f1f6d86f39 /etc/apparmor.d/lxc-execute 4727b3eba3181e290839953309d2db87 /etc/apparmor.d/lxc-stop 4b96d873788cc6e9d064dd3bc495a4fe /etc/apparmor.d/lxc-unshare a9053aae62b0daa1d7fd9e62bafdcbeb /etc/apparmor.d/lxc-usernsexec 6bd0e80c5e92542b6b2d02352ee540ae /etc/apparmor.d/mmdebstrap a7e1ac1d7f16053f735f3b44a67840ee /etc/apparmor.d/msedge 285ddc96bdcca201f8ed35e38229a92a /etc/apparmor.d/nautilus 57287a789351c7416b3d96538253ced2 /etc/apparmor.d/notepadqq 6c24799230bc8f06b33b3b461c7972c0 /etc/apparmor.d/nvidia_modprobe 35b7b433c83dc39cb5ae0537d68ba568 /etc/apparmor.d/obsidian 6bbf1654bfcd4ac1d702cd1adcfde542 /etc/apparmor.d/opam 52c194ff83de698797647437047841d3 /etc/apparmor.d/opera b09f37170593933806df51b1a2c136f9 /etc/apparmor.d/pageedit c20709c6b0a79f13e964d92f7eb81a2f /etc/apparmor.d/plasmashell 24c4b944eb1f641f2df3020f9e4dc7df /etc/apparmor.d/podman 6fc4a4758bb26d4d40a2762692195885 /etc/apparmor.d/polypane b1cd95df33baaf4384ef5c14492ba096 /etc/apparmor.d/privacybrowser dbb425e0980c7e1e9033b43aba864b76 /etc/apparmor.d/qcam 5952fc84b00d8aec0e8e9d805bd31af2 /etc/apparmor.d/qmapshack ce57b415f0b224b6b9e1674d3184568d /etc/apparmor.d/qutebrowser 1c9fc541582fe736ecc9b7eae42c20ad /etc/apparmor.d/rootlesskit a6718e232ff378f3271467a9124b4eea /etc/apparmor.d/rpm 1d6b51dd975371cc952856f4a3d625a6 /etc/apparmor.d/rssguard cd9ed0429e53ea8b5d31e2d544585e5c /etc/apparmor.d/runc 3335a9af57ce5e863930b6d03d53ba40 /etc/apparmor.d/sbuild 2ecb939ead7308849e09c616f28cc93d /etc/apparmor.d/sbuild-abort 2e8ae36212b9d40f9e68f424737a10e1 /etc/apparmor.d/sbuild-adduser 377a8fe84a14a95af5428239f6eaa218 /etc/apparmor.d/sbuild-apt 8ec8122adf448bd38bc7d14dec1a8b72 /etc/apparmor.d/sbuild-checkpackages a2d5dffff77a59854ce8b0a3406202a2 /etc/apparmor.d/sbuild-clean 1baf8007c80c5e14eb8b7cee2a3148a0 /etc/apparmor.d/sbuild-createchroot 7082ab20a6deaed506ce47ed46d1ac90 /etc/apparmor.d/sbuild-destroychroot baec2cfed39dcfb723b91bf60bb2b8ec /etc/apparmor.d/sbuild-distupgrade 58301d36e68764101a09375fe27ae9af /etc/apparmor.d/sbuild-hold a7d34ec9bc5237c3032e088dc02bb3dd /etc/apparmor.d/sbuild-shell 5be9b23fb7c9c8708e38f9ca27169f61 /etc/apparmor.d/sbuild-unhold 34d84c1f2c00b53eef7b6ce8a5220d71 /etc/apparmor.d/sbuild-update 9e972d4525d587f03c8ac532ccec53fe /etc/apparmor.d/sbuild-upgrade f026f0679ab74b9ba54b89505420251e /etc/apparmor.d/scide 69d5df4d85f2d888fc6f3a2a02ae710e /etc/apparmor.d/signal-desktop 7e8b436217279ba903f2e9d84390a498 /etc/apparmor.d/slack dcc561b40dfc7cd959533469d8a07083 /etc/apparmor.d/slirp4netns 6143c40fcda8bec2f36e97e9ba7c20b5 /etc/apparmor.d/steam 26615466c8cae2bfb8300d7474cb864c /etc/apparmor.d/stress-ng e3b5a8e8e142b48a79c4250371ac7a32 /etc/apparmor.d/surfshark 1b389518cbaf6005b81044bd61424fe0 /etc/apparmor.d/systemd-coredump fea0984f8368c0b1952b20b5d1727683 /etc/apparmor.d/thunderbird 43cea46111c67e0e66fe5765e8c73939 /etc/apparmor.d/toybox d00e2af7f00f3ef3383fcaaadac3e626 /etc/apparmor.d/transmission e28f72f28a5ae9fda179609a9d6d632f /etc/apparmor.d/trinity 4a6f33f1d61c65a63138ad7f58e25d53 /etc/apparmor.d/tunables/alias 3a4f5cae71b044f38c481adbe3642b33 /etc/apparmor.d/tunables/apparmorfs e2074b490a25348fe38bb14a67189b50 /etc/apparmor.d/tunables/dovecot 337ca6dc41c0ae4c156a7b111c946bb4 /etc/apparmor.d/tunables/etc eaa7eb0aed2f57f233df1534219add7b /etc/apparmor.d/tunables/global 5bcd8895cb67489d5b619d24c14af7b1 /etc/apparmor.d/tunables/home 18eda20e8b1a8d45955d582cd18dd621 /etc/apparmor.d/tunables/home.d/site.local 3b274206fb06833ee3e151e351dad51b /etc/apparmor.d/tunables/kernelvars 1e1c274b547b8946eed0eff158300e03 /etc/apparmor.d/tunables/multiarch 580f535cd1df7ac32d04cac4974274cd /etc/apparmor.d/tunables/multiarch.d/site.local 3c9eef1fbfb41fc452060086262e7bcb /etc/apparmor.d/tunables/proc 2065e74ad990713ead4b32002acdc82c /etc/apparmor.d/tunables/run 96ac843a343694802ade445fd351e43a /etc/apparmor.d/tunables/securityfs 94e4dd81e625ebb7e0ceb02fbd492612 /etc/apparmor.d/tunables/share e11aafffd58011c5d832b98bc71372a7 /etc/apparmor.d/tunables/sys 30f2fdf4695c26642ea02b5a2063cfbc /etc/apparmor.d/tunables/system dd94eef017cf91d8ea1ff5891aecab24 /etc/apparmor.d/tunables/xdg-user-dirs 7eeab5e5987a04857db2f367b07ab4bb /etc/apparmor.d/tup 523fab6a982527f3477970aaa64b3e76 /etc/apparmor.d/tuxedo-control-center 53cb9b6edee094984349ab0a1a38efda /etc/apparmor.d/unix-chkpwd 71f57a7d43d5dec3199b6ad95a97802f /etc/apparmor.d/unprivileged_userns 588e4c06bb88ca522fd840c83117569f /etc/apparmor.d/userbindmount 40677d9a5e9228b9203aa9b917b1dfab /etc/apparmor.d/uwsgi-core 1563f58f3bd1b679b27c5093b766daf4 /etc/apparmor.d/vdens d5453365eeb2ef78bdabd230d2e528b6 /etc/apparmor.d/virtiofsd 7a292c9bcbf7ed74ae7e3df8ad325b7b /etc/apparmor.d/vivaldi-bin 1838b1259fdf616a38b954132af05b30 /etc/apparmor.d/vpnns 0f96d656c110471b7f355107b9e0d366 /etc/apparmor.d/wike 5f663fc016cc49b2846bd749f0e54306 /etc/apparmor.d/wpcom 8f77cd143ac7083c6678368773a21034 /etc/apparmor/parser.conf 9d1488d81b7984033958e74dbad682ce /etc/init.d/apparmor 42e157dc91f6554abefa2160c2bc42db Description: user-space parser utility for AppArmor apparmor provides the system initialization scripts needed to use the AppArmor Mandatory Access Control system, including the AppArmor Parser which is required to convert AppArmor text profiles into machine-readable policies that are loaded into the kernel for use with the AppArmor Linux Security Module. Homepage: https://apparmor.net/ Original-Maintainer: Debian AppArmor Team Package: apport Status: install ok installed Priority: optional Section: utils Installed-Size: 656 Maintainer: Ubuntu Developers Architecture: all Version: 2.28.1-0ubuntu3.8 Replaces: python-apport (<< 2.2-0ubuntu1) Depends: apport-core-dump-handler | python3-zstandard, apport-core-dump-handler | systemd-coredump, gir1.2-glib-2.0 (>= 1.29.17), python3, python3-apport (>= 2.28.1-0ubuntu3.8), python3-gi, sensible-utils Recommends: apport-symptoms, python3-systemd Suggests: apport-gtk | apport-kde, pkexec, polkitd Breaks: python-apport (<< 2.2-0ubuntu1) Conffiles: /etc/apport/crashdb.conf e3e824635af3294361207a4960fe344d /etc/apport/report-ignore/README.denylist 51fb10c178a7b87ae0b75df3078901cd /etc/cron.daily/apport df5d3bc9ab3a67b58156376318077304 /etc/default/apport 3446c6cac185f44237f59786e006ebe4 /etc/logrotate.d/apport fa54dab59ef899b48d5455c976008df4 Description: automatically generate crash reports for debugging apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package also provides a command line frontend for browsing and handling the crash reports. For desktops, you should consider installing the GTK+ or Qt user interface (apport-gtk or apport-kde). Homepage: https://wiki.ubuntu.com/Apport Package: apport-core-dump-handler Status: install ok installed Priority: optional Section: utils Installed-Size: 37 Maintainer: Ubuntu Developers Architecture: all Source: apport Version: 2.28.1-0ubuntu3.8 Replaces: apport (<< 2.27.0-0ubuntu7~), core-dump-handler Provides: core-dump-handler Depends: apport (>= 2.27.0-0ubuntu7~) Pre-Depends: init-system-helpers (>= 1.54~) Breaks: apport (<< 2.27.0-0ubuntu7~) Conflicts: core-dump-handler Conffiles: /etc/init.d/apport cfe03fd39e0f1b45972349fcb25091d4 Description: Kernel core dump handler for Apport apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides the service that configures the kernel (via /proc/sys/kernel/core_pattern) to forward the crash dumps to apport. Homepage: https://wiki.ubuntu.com/Apport Package: apt Status: install ok installed Priority: important Section: admin Installed-Size: 4596 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.8.3 Replaces: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~) Provides: apt-transport-https (= 2.8.3) Depends: base-passwd (>= 3.6.1) | adduser, gpgv, libapt-pkg6.0t64 (>= 2.8.3), ubuntu-keyring, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgnutls30t64 (>= 3.8.1), libseccomp2 (>= 2.4.2), libstdc++6 (>= 13.1), 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) Conflicts: apt-verify, libnettle8 (<< 3.9.1-2.2~) Conffiles: /etc/apt/apt.conf.d/01-vendor-ubuntu c69ce53f5f0755e5ac4441702e820505 /etc/apt/apt.conf.d/01autoremove 879455db9b938ce287b23383629aedce /etc/cron.daily/apt-compat 1400ab07a4a2905b04c33e3e93d42b7b /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 Original-Maintainer: APT Development Team Package: apt-transport-https Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 36 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: apt Version: 2.8.3 Depends: apt (>= 1.5~alpha4) Description: transitional package for https support This is a dummy transitional package - https support has been moved into the apt package in 1.5. It can be safely removed. Original-Maintainer: APT Development Team Package: at-spi2-common Status: install ok installed Priority: optional Section: misc Installed-Size: 52 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: at-spi2-core Version: 2.52.0-1build1 Replaces: at-spi2-core (<< 2.46.0-2~) Breaks: at-spi2-core (<< 2.46.0-2~) Description: Assistive Technology Service Provider Interface (common files) This package contains the common resource files of GNOME Accessibility. Homepage: https://wiki.gnome.org/Accessibility Original-Maintainer: Debian Accessibility Team Package: at-spi2-core Status: install ok installed Priority: optional Section: misc Installed-Size: 261 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.52.0-1build1 Depends: libatspi2.0-0t64 (>= 2.9.90), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libglib2.0-0t64 (>= 2.79.0), libsystemd0, libx11-6, libxtst6, at-spi2-common, gsettings-desktop-schemas Conffiles: /etc/X11/Xsession.d/90qt-a11y afc7b6dfce4d98efa295023045b20424 /etc/environment.d/90qt-a11y.conf 4f76c97d1817370071bed644d921f142 /etc/xdg/Xwayland-session.d/00-at-spi da53e8f602edbb788b3cd6dbb056e45d /etc/xdg/autostart/at-spi-dbus-bus.desktop b97f071f92cfc4af379984b27cbb7304 Description: Assistive Technology Service Provider Interface (D-Bus core) This package contains the core components of GNOME Accessibility. Homepage: https://wiki.gnome.org/Accessibility Original-Maintainer: Debian Accessibility Team Package: base-files Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 475 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 13ubuntu10.4 Replaces: base, dpkg (<= 1.15.0), miscutils Provides: base, usr-is-merged Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.4.10-10ubuntu3) Pre-Depends: awk Breaks: debian-security-support (<< 2019.04.25), initscripts (<< 2.88dsf-13.3), sendfile (<< 2.1b.20080616-5.2~), ubuntu-server (<< 1.453) Conffiles: /etc/debian_version 418bf63c34339f803ffaab19df71f611 /etc/dpkg/origins/debian c47b6815f67ad1aeccb0d4529bd0b990 /etc/dpkg/origins/ubuntu ea35901c45553c3451f60476be94d2d8 /etc/host.conf 89408008f2585c957c031716600d5a80 /etc/issue 5d0d240fb6f305303afbe168d941cd19 /etc/issue.net d5ba68e8a13793e68d025c4404f38ecb /etc/legal 0110925f6e068836ef2e09356e3651d9 /etc/lsb-release e47eb02f71c725cc91b34d4d15c3302e /etc/profile.d/01-locale-fix.sh 870346d97b16faac4a371b04ffe4cc2f /etc/update-motd.d/00-header 4a1e6eed7a59f200b4267085721750a3 /etc/update-motd.d/10-help-text 077515e01cab84009bfa20cf88cb34bc /etc/update-motd.d/50-motd-news 54567afa89b3a7983d05ff217fe4a9fd 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. Original-Maintainer: Santiago Vila Package: base-passwd Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 286 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 3.6.3build1 Replaces: base Depends: libc6 (>= 2.34), libdebconfclient0 (>= 0.145), libselinux1 (>= 3.1~) 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. Original-Maintainer: Colin Watson Package: bash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 2044 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 5.2.21-2ubuntu4 Depends: base-files (>= 2.1.12), debianutils (>= 5.6-0.1) Pre-Depends: libc6 (>= 2.38), libtinfo6 (>= 6) Recommends: bash-completion Suggests: bash-doc Conffiles: /etc/bash.bashrc 3aa8b92d1dd6ddf4daaedc019662f1dc /etc/skel/.bash_logout 22bfb8c1dd94b5f3813a2b25da67463f /etc/skel/.bashrc 1f98b8f3f3c8f8927eca945d59dcc1c6 /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 Original-Maintainer: Matthias Klose Package: binutils Status: install ok installed Priority: optional Section: devel Installed-Size: 162 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.42-4ubuntu2.8 Provides: binutils-gold, elf-binutils Depends: binutils-common (= 2.42-4ubuntu2.8), libbinutils (= 2.42-4ubuntu2.8), binutils-aarch64-linux-gnu (= 2.42-4ubuntu2.8) Suggests: binutils-doc (>= 2.42-4ubuntu2.8), gprofng-gui Conflicts: binutils-multiarch (<< 2.27-8), modutils (<< 2.4.19-1) Description: GNU assembler, linker and binary utilities The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: binutils-aarch64-linux-gnu Status: install ok installed Priority: optional Section: devel Installed-Size: 16652 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: binutils Version: 2.42-4ubuntu2.8 Replaces: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Depends: binutils-common (= 2.42-4ubuntu2.8), libbinutils (= 2.42-4ubuntu2.8), libc6 (>= 2.38), libctf-nobfd0 (>= 2.36), libctf0 (>= 2.36), libgcc-s1 (>= 4.2), libgprofng0 (>= 2.41), libjansson4 (>= 2.14), libsframe1 (>= 2.41), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.42-4ubuntu2.8) Breaks: binutils (<< 2.29-6), binutils-dev (<< 2.38.50.20220609-2) Description: GNU binary utilities, for aarch64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the aarch64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for aarch64-linux-gnu and aarch64-linux-gnu is not your native platform. Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: binutils-common Status: install ok installed Priority: optional Section: devel Installed-Size: 564 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: binutils Version: 2.42-4ubuntu2.8 Replaces: binutils (<< 2.38.50.20220527-2), binutils-multiarch (<< 2.38.50.20220527-2) Breaks: binutils (<< 2.38.50.20220527-2), binutils-multiarch (<< 2.38.50.20220527-2) Conffiles: /etc/gprofng.rc f941ae51405517b50c5d27f48f3e05d9 Description: Common files for the GNU assembler, linker and binary utilities This package contains the localization files used by binutils packages for various target architectures and parts of the binutils documentation. It is not useful on its own. Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: bnd Status: install ok installed Priority: optional Section: java Installed-Size: 15343 Maintainer: Ubuntu Developers Architecture: all Version: 5.0.1-5 Depends: default-jre-headless | java8-runtime-headless, java-wrappers, junit4, libfelix-framework-java, libfelix-gogo-runtime-java, libfelix-resolver-java (>= 1.16), libjline2-java, libosgi-annotation-java, libosgi-compendium-java (>= 7), libosgi-core-java (>= 7.0.0), libslf4j-java, libxz-java, libyaml-snake-java Recommends: libbindex-java (>= 2.2+svn101) Description: tool to create and diagnose OSGi bundles The bnd tool helps you create and diagnose OSGi bundles. The key functions are: . * Show the manifest and JAR contents of a bundle * Wrap a JAR so that it becomes a bundle * Create a Bundle from a specification and a class path * Verify the validity of the manifest entries . The tool is capable of acting as: . * Command line tool * Maven Plugin * Ant Plugin Original-Maintainer: Debian Java Maintainers Homepage: http://bnd.bndtools.org/ Package: bolt Status: install ok installed Priority: optional Section: admin Installed-Size: 521 Maintainer: Ubuntu Developers Architecture: arm64 Version: 0.9.7-1 Depends: libc6 (>= 2.38), libglib2.0-0t64 (>= 2.79.0), libpolkit-gobject-1-0 (>= 0.99), libudev1 (>= 183) Description: system daemon to manage thunderbolt 3 devices Thunderbolt 3 features different security modes that require devices to be authorized before they can be used. The D-Bus API can be used to list devices, enroll them (authorize and store them in the local database) and forget them again (remove previously enrolled devices). It also emits signals if new devices are connected (or removed). During enrollment devices can be set to be automatically authorized as soon as they are connected. A command line tool, called boltctl, can be used to control the daemon and perform all the above mentioned tasks. Original-Maintainer: Debian freedesktop.org maintainers Homepage: https://gitlab.freedesktop.org/bolt/bolt Package: box64 Status: install ok installed Priority: optional Section: utils Installed-Size: 16500 Maintainer: Ubuntu Developers Architecture: arm64 Version: 0.2.6+dfsg-3 Depends: libgcc-s1:amd64 | libgcc-s1-amd64-cross, libstdc++6:amd64 | libstdc++6-amd64-cross, libc6 (>= 2.38) Conflicts: box64-rk3588, box64-rpi4 Conffiles: /etc/box64.box64rc 6939c97cc7ff2dc0adee8ba25688bbda Description: run amd64 binaries on arm64 without emulating library calls Using DynaRec on arm64, box64 will dynamically recompile x64_64 code to aarch64 but will also translate calls to foreign library functions to native library calls. This usually makes amd64 executables run via box64 much faster than emulating amd64 on arm64 via qemu which will emulate everything down to the C library. For example OpenArena emulated with box64 will be at about 85% of its native speed. . This package contains the generic executable without optimization for a specific platform. Original-Maintainer: Johannes Schauer Marin Rodrigues Homepage: https://github.com/ptitSeb/box64 Package: bridge-utils Status: install ok installed Priority: optional Section: net Installed-Size: 143 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.7.1-1ubuntu2 Depends: libc6 (>= 2.34) Suggests: ifupdown Conflicts: ifupdown (<< 0.8.17) Conffiles: /etc/default/bridge-utils 476b5a7972d75938aa411941e79c64d8 Description: Utilities for configuring the Linux Ethernet bridge This package contains utilities for configuring the Linux Ethernet bridge in Linux. The Linux Ethernet bridge can be used for connecting multiple Ethernet devices together. The connecting is fully transparent: hosts connected to one Ethernet device see hosts connected to the other Ethernet devices directly. Original-Maintainer: Santiago García Mantiñán Package: bsdutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 480 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: util-linux (2.39.3-9ubuntu6.5) Version: 1:2.39.3-9ubuntu6.5 Pre-Depends: libc6 (>= 2.38), 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: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: bubblewrap Status: install ok installed Priority: optional Section: admin Installed-Size: 126 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 0.9.0-1ubuntu0.1 Depends: libc6 (>= 2.38), libcap2 (>= 1:2.10), libselinux1 (>= 3.1~) Recommends: procps Description: utility for unprivileged chroot and namespace manipulation bubblewrap uses Linux namespaces to launch unprivileged containers. These containers can be used to sandbox semi-trusted applications such as Flatpak apps, image/video thumbnailers and web browser components, or to run programs in a different library stack such as a Flatpak runtime or a different Debian release. . By default, this package relies on a kernel with user namespaces enabled. Official Debian and Ubuntu kernels are suitable. . On kernels without user namespaces, system administrators can make the bwrap executable setuid root, allowing it to create unprivileged containers even though ordinary user processes cannot. Homepage: https://github.com/containers/bubblewrap Original-Maintainer: Utopia Maintenance Team Package: build-essential Status: install ok installed Priority: optional Section: devel Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: arm64 Version: 12.10ubuntu1 Depends: libc6-dev | libc-dev, gcc (>= 4:12.3), g++ (>= 4:12.3), make, dpkg-dev (>= 1.17.11) Description: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Original-Maintainer: Matthias Klose Package: busybox-initramfs Status: install ok installed Priority: optional Section: shells Installed-Size: 414 Maintainer: Ubuntu Developers Architecture: arm64 Source: busybox Version: 1:1.36.1-6ubuntu3.1 Depends: libc6 (>= 2.38) Description: Standalone shell setup for initramfs BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-initramfs provides a simple stand alone shell that provides only the basic utilities needed for the initramfs. Homepage: http://www.busybox.net Original-Maintainer: Debian Install System Team Package: bzip2 Status: install ok installed Priority: standard Section: utils Installed-Size: 185 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.0.8-5.1build0.1 Replaces: libbz2 (<< 0.9.5d-3) Depends: libbz2-1.0 (= 1.0.8-5.1build0.1), libc6 (>= 2.34) Suggests: bzip2-doc Description: high-quality block-sorting file compressor - utilities 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). Original-Maintainer: Anibal Monsalve Salazar Homepage: https://sourceware.org/bzip2/ Package: ca-certificates Status: install ok installed Priority: standard Section: misc Installed-Size: 386 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 20240203 Depends: openssl (>= 1.1.1), debconf (>= 0.5) | debconf-2.0 Breaks: ca-certificates-java (<< 20121112+nmu1) 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. Original-Maintainer: Julien Cristau Package: ca-certificates-java Status: install ok installed Priority: optional Section: java Installed-Size: 42 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 20240118 Depends: ca-certificates (>= 20210120) Breaks: openjdk-11-jre-headless (<< 11.0.19+7~1~), openjdk-17-jre-headless (<< 17.0.8~6-3~), openjdk-18-jre-headless (<< 18.0.2+9-2ubuntu1~), openjdk-19-jre-headless (<< 19.0.2+7-0ubuntu4~), openjdk-20-jre-headless (<< 20.0.1+9~1~), openjdk-21-jre-headless (<< 21~9ea-1~), openjdk-8-jre-headless (<< 8u382~b04-2~) Conffiles: /etc/ca-certificates/update.d/jks-keystore 5d1ed271b8504ba019a3f0665106077f /etc/default/cacerts 0ded97abeff69c2362939e2e881e214a Description: Common CA certificates (JKS keystore) This package uses the hooks of the ca-certificates package to update the cacerts JKS keystore used for many java runtimes. Original-Maintainer: Debian Java Maintainers Package: chromium-browser Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 103 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2:1snap1-0ubuntu2 Provides: chromium, gnome-www-browser, www-browser, x-www-browser Depends: debconf (>= 0.5) | debconf-2.0 Pre-Depends: debconf, snapd Description: Transitional package - chromium-browser -> chromium snap This is a transitional dummy package. It can safely be removed. . chromium-browser is now replaced by the chromium snap. Homepage: https://chromium.googlesource.com/chromium/src/ Package: cloud-guest-utils Status: install ok installed Priority: optional Section: admin Installed-Size: 67 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: cloud-utils Version: 0.33-1 Depends: e2fsprogs, fdisk, 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. Original-Maintainer: Debian Cloud Team Homepage: https://launchpad.net/cloud-utils Package: cloud-init Status: install ok installed Priority: optional Section: admin Installed-Size: 3167 Maintainer: Ubuntu Developers Architecture: all Version: 25.2-0ubuntu1~24.04.1 Provides: cloud-init-base Depends: cloud-guest-utils | cloud-utils, dhcpcd-base, iproute2, netplan.io, procps, python3, python3-debconf, python3-requests, python3-serial, debconf (>= 0.5) | debconf-2.0, python3-configobj, python3-jinja2, python3-jsonpatch, python3-jsonschema, python3-oauthlib, python3-yaml, python3:any Recommends: eatmydata, gdisk, gnupg, python3-apt, software-properties-common Suggests: openssh-server, ssh-import-id Breaks: python3-minimal (<< 3.12.3-0ubuntu2~) Conffiles: /etc/cloud/cloud.cfg 1605319b1a7391716f63bf4fb878cd27 /etc/cloud/cloud.cfg.d/05_logging.cfg a7649f3a7332b9e9e0511dfa195d0212 /etc/cloud/cloud.cfg.d/README f5175bd4df5c37ce781f93d20f59561a /etc/cloud/templates/chef_client.rb.tmpl a0844ddc9a42776d41a03d62d10ea139 /etc/cloud/templates/chrony.conf.almalinux.tmpl 2b0c99a31899253b34b47bd268f71fb4 /etc/cloud/templates/chrony.conf.alpine.tmpl 21bb9d935203b2c6b6e48e9bc1f19edf /etc/cloud/templates/chrony.conf.centos.tmpl 2b0c99a31899253b34b47bd268f71fb4 /etc/cloud/templates/chrony.conf.cloudlinux.tmpl 2b0c99a31899253b34b47bd268f71fb4 /etc/cloud/templates/chrony.conf.cos.tmpl 2e9b606515d8ff657da32ae0f4ccdac1 /etc/cloud/templates/chrony.conf.debian.tmpl 4c8532b3e1eebdb394c3ba55023ad823 /etc/cloud/templates/chrony.conf.fedora.tmpl dc525caa704a06d4ba2bcd5cdb7b62b4 /etc/cloud/templates/chrony.conf.freebsd.tmpl ff57b67c379e6c79ed04a56b8a254720 /etc/cloud/templates/chrony.conf.opensuse-leap.tmpl 6528e9df5f2d117578155200e5a95372 /etc/cloud/templates/chrony.conf.opensuse-microos.tmpl 6528e9df5f2d117578155200e5a95372 /etc/cloud/templates/chrony.conf.opensuse-tumbleweed.tmpl 6528e9df5f2d117578155200e5a95372 /etc/cloud/templates/chrony.conf.opensuse.tmpl 6528e9df5f2d117578155200e5a95372 /etc/cloud/templates/chrony.conf.photon.tmpl dc525caa704a06d4ba2bcd5cdb7b62b4 /etc/cloud/templates/chrony.conf.rhel.tmpl 2b0c99a31899253b34b47bd268f71fb4 /etc/cloud/templates/chrony.conf.rocky.tmpl 2b0c99a31899253b34b47bd268f71fb4 /etc/cloud/templates/chrony.conf.sle-micro.tmpl 6528e9df5f2d117578155200e5a95372 /etc/cloud/templates/chrony.conf.sle_hpc.tmpl 6528e9df5f2d117578155200e5a95372 /etc/cloud/templates/chrony.conf.sles.tmpl 6528e9df5f2d117578155200e5a95372 /etc/cloud/templates/chrony.conf.ubuntu.tmpl 981b6e81533cbfe2011a72cf83f0f858 /etc/cloud/templates/hosts.alpine.tmpl ebd6639b19c7cad09a9d26cc3f0e87fb /etc/cloud/templates/hosts.aosc.tmpl 52a0f0b61020f43501fb2df8e4d43d78 /etc/cloud/templates/hosts.arch.tmpl 8721e41953e3d91348b3bb9a17208c1a /etc/cloud/templates/hosts.azurelinux.tmpl 8b32f0f7bec51a9b38038afc3cb30174 /etc/cloud/templates/hosts.debian.tmpl 941773df489d046d87ae491c3c95d8ec /etc/cloud/templates/hosts.freebsd.tmpl b93d8b13209900227fd7e1731ae23b0c /etc/cloud/templates/hosts.gentoo.tmpl de3df962ed420b5fa8ad0b338b8f262b /etc/cloud/templates/hosts.mariner.tmpl efe7d77432bb8a0726cd67c248c5d824 /etc/cloud/templates/hosts.openeuler.tmpl b0e961c827cf7dda461a7d76363cf1b7 /etc/cloud/templates/hosts.photon.tmpl 236edf211d757237c91834a5316dd083 /etc/cloud/templates/hosts.redhat.tmpl bd5a1edd50c1d8b27c5f51ed44040c19 /etc/cloud/templates/hosts.suse.tmpl 7a535f28d538e6bccaaa4dd7b9dd13c8 /etc/cloud/templates/ntp.conf.almalinux.tmpl ede6809854d8767251e947d425f47eb3 /etc/cloud/templates/ntp.conf.alpine.tmpl 72ab2dadd37b2afb1bfd7a002c30bdae /etc/cloud/templates/ntp.conf.cloudlinux.tmpl ede6809854d8767251e947d425f47eb3 /etc/cloud/templates/ntp.conf.debian.tmpl ffffa430eb391dc04f3b732b31c830dc /etc/cloud/templates/ntp.conf.fedora.tmpl 0af38f6ab6df1b9cb007fc4a3bda7d76 /etc/cloud/templates/ntp.conf.freebsd.tmpl 890f9f7536d187ed40a009f9ccd7011d /etc/cloud/templates/ntp.conf.opensuse.tmpl c0e6d499119291d838478c1fcf69b7d8 /etc/cloud/templates/ntp.conf.photon.tmpl ede6809854d8767251e947d425f47eb3 /etc/cloud/templates/ntp.conf.rhel.tmpl 768aa847ff2bf1ae6972718da754a3f2 /etc/cloud/templates/ntp.conf.rocky.tmpl ede6809854d8767251e947d425f47eb3 /etc/cloud/templates/ntp.conf.sles.tmpl c0e6d499119291d838478c1fcf69b7d8 /etc/cloud/templates/ntp.conf.ubuntu.tmpl c4917fcac8096871f30136d046d2dade /etc/cloud/templates/ntpd.conf.openbsd.tmpl 71f53f45ca254d2abd3b48a17879b1d5 /etc/cloud/templates/resolv.conf.tmpl a32413c9f622d5dfa784ef43e3e9e2be /etc/cloud/templates/sources.list.debian.deb822.tmpl 1179d72e4e1ea981968beaaf3740c09e /etc/cloud/templates/sources.list.debian.tmpl a7e69f77a32f15648cee0423fd1ed2bd /etc/cloud/templates/sources.list.ubuntu.deb822.tmpl 4531340ef6e63ffeda6c35e8cf219bfd /etc/cloud/templates/sources.list.ubuntu.tmpl d6b118c48d33b72eb035f8c673292923 /etc/cloud/templates/systemd.resolved.conf.tmpl a454bfaea86f3758d0078819985d711c /etc/cloud/templates/timesyncd.conf.tmpl 9c6b3af8058efc219987863f45bb9198 /etc/logrotate.d/cloud-init 1136c49642289d614837572cac18d9f6 /etc/profile.d/Z99-cloud-locale-test.sh 888475d8da042b7087d58614e4106f34 /etc/profile.d/Z99-cloudinit-warnings.sh 36aee6dc7ff253c0a9ebe589d6fe6224 /etc/rsyslog.d/21-cloudinit.conf d4cf2e5d3cb9914cf7e6cdc08d298339 Description: initialization and customization tool for cloud instances Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations. . Cloud instances are initialized from a disk image and instance data: . * Cloud metadata * User data (optional) * Vendor data (optional) . Cloud-init will identify the cloud it is running on during boot, read any provided metadata from the cloud and initialize the system accordingly. This may involve setting up the network and storage devices to configuring SSH access key and many other aspects of a system. Later on the cloud-init will also parse and process any optional user or vendor data that was passed to the instance. Homepage: https://cloud-init.io/ Package: console-setup Status: install ok installed Priority: optional Section: utils Installed-Size: 431 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.226ubuntu1 Depends: console-setup-linux | console-setup-freebsd | hurd, xkb-data (>= 0.9), keyboard-configuration (= 1.226ubuntu1), debconf (>= 0.5) | debconf-2.0 Pre-Depends: debconf | debconf-2.0 Suggests: lsb-base (>= 3.0-6), locales Breaks: lsb (<< 2.0-6), lsb-base (<< 3.0-6), lsb-core (<< 2.0-6) Conflicts: console-setup-mini Description: console font and keymap setup program This package provides the console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. . The package also installs console fonts supporting many of the world's languages. It provides an unified set of font faces - the classic VGA, the simplistic Fixed, and the cleaned Terminus, TerminusBold and TerminusBoldVGA. Original-Maintainer: Debian Install System Team Package: console-setup-linux Status: install ok installed Priority: optional Section: utils Installed-Size: 2202 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: console-setup Version: 1.226ubuntu1 Replaces: console-setup (<< 1.71), console-terminus Provides: console-terminus Depends: kbd (>= 0.99-12) | console-tools (>= 1:0.2.3-16), keyboard-configuration (= 1.226ubuntu1), init-system-helpers (>= 1.29~) | initscripts Suggests: console-setup Breaks: console-cyrillic (<= 0.9-11), console-setup (<< 1.71), console-terminus Conflicts: console-setup-freebsd Conffiles: /etc/console-setup/compose.ARMSCII-8.inc fef36b61fb8b1cacc151ad3db127f777 /etc/console-setup/compose.CP1251.inc fef88d8c8dd4c726498003fd3cd84a7f /etc/console-setup/compose.CP1255.inc c972a2e90938657e97b643366b98b2ed /etc/console-setup/compose.CP1256.inc 5ea5e4d41da7a88f742863810e86144b /etc/console-setup/compose.GEORGIAN-ACADEMY.inc b6d80f40abff7e8af236796ebaca0247 /etc/console-setup/compose.GEORGIAN-PS.inc cf45272b6bf35a22223b132600dc36c3 /etc/console-setup/compose.IBM1133.inc a31102602f7e7cab9738022b6c5469ae /etc/console-setup/compose.ISIRI-3342.inc 5ada7fbba750192f11fa238add232ba9 /etc/console-setup/compose.ISO-8859-1.inc f22c32b3b801b60434016c975b5fb66e /etc/console-setup/compose.ISO-8859-10.inc e5fce59617c839b56574c9e323d34686 /etc/console-setup/compose.ISO-8859-11.inc ad2f3cc7ee64602a790bad8a2a989243 /etc/console-setup/compose.ISO-8859-13.inc abbb4fb36d084295075305e33195bd4a /etc/console-setup/compose.ISO-8859-14.inc 3a7519688a9cee5d5f90a5f74b854490 /etc/console-setup/compose.ISO-8859-15.inc 6fd4b1ba84bb627815f6119440e84906 /etc/console-setup/compose.ISO-8859-16.inc 8245c19b5262d8d23ca856587739eb20 /etc/console-setup/compose.ISO-8859-2.inc cd59fdcc7891012d905cdafd3704144a /etc/console-setup/compose.ISO-8859-3.inc 904839fe56359e4822667d241c131f3a /etc/console-setup/compose.ISO-8859-4.inc 414ddf28bfcc94a43191b134e264dfdd /etc/console-setup/compose.ISO-8859-5.inc f861a4b0403490677e6d400f2d7129da /etc/console-setup/compose.ISO-8859-6.inc 41ea36ea1c1a1c0c9bebdf0016395e1f /etc/console-setup/compose.ISO-8859-7.inc 83ee498d8b5eba5ce8ba593b3036f832 /etc/console-setup/compose.ISO-8859-8.inc 9cceaa9f3312f89aba371d3c893f4e7b /etc/console-setup/compose.ISO-8859-9.inc 2df0be84482af83b9d3e124e9ea37513 /etc/console-setup/compose.KOI8-R.inc b6a49ca842c8002b4e3de916f98d180e /etc/console-setup/compose.KOI8-U.inc d59865b46fcb821935da42feb335c1c5 /etc/console-setup/compose.TIS-620.inc 31b73af83ef3993c128e2b983b9eaf89 /etc/console-setup/compose.VISCII.inc edf0e2f7abd0de5184ba5c6d27939af6 /etc/console-setup/remap.inc b72cfe32ffa93987f74c5cec9ac180fd /etc/console-setup/vtrgb 1fb3c13c4fcfa8cc4131aba905df559e /etc/console-setup/vtrgb.vga 302837772c14006c7956211e184acfbd /etc/init.d/console-setup.sh 6d5b1d0c7a12da4e4f70836fe3fec827 /etc/init.d/keyboard-setup.sh 5746e83ec4ca1bda09967a00fe9266fb Description: Linux specific part of console-setup This package includes fonts in psf format and definitions of various 8-bit charmaps. Original-Maintainer: Debian Install System Team Package: containerd Status: install ok installed Priority: optional Section: admin Installed-Size: 108492 Maintainer: Ubuntu Developers Architecture: arm64 Source: containerd-app Version: 1.7.28-0ubuntu1~24.04.2 Depends: runc, libc6 (>= 2.34) Breaks: docker.io (<< 19.03.13-0ubuntu4) Description: daemon to control runC Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package contains the binaries. Built-Using: golang-1.23 (= 1.23.1-1~24.04.1) Homepage: https://containerd.io Package: coreutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 9464 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 9.4-3ubuntu6.1 Pre-Depends: libacl1 (>= 2.2.23), libattr1 (>= 1:2.4.48), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0) Breaks: usrmerge (<< 39) 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 Original-Maintainer: Michael Stone Package: cpio Status: install ok installed Priority: important Section: utils Installed-Size: 320 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.15+dfsg-1ubuntu2 Replaces: cpio-mt Depends: libc6 (>= 2.38) Suggests: libarchive-dev Conflicts: cpio-mt, mt-st (<< 0.6) Description: GNU cpio -- a program to manage archives of files GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. Homepage: https://www.gnu.org/software/cpio/ Original-Maintainer: Anibal Monsalve Salazar Package: cpp Status: install ok installed Priority: optional Section: interpreters Installed-Size: 37 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: gcc-defaults (1.214ubuntu1) Version: 4:13.2.0-7ubuntu1 Depends: cpp-13 (>= 13.2.0-11~), cpp-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1) Suggests: cpp-doc Conflicts: cpp-doc (<< 1:2.95.3), gcc (<< 4:13.2.0-3) Description: GNU C preprocessor (cpp) The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This is a dependency package providing the default GNU C preprocessor. Original-Maintainer: Debian GCC Maintainers Package: cpp-13 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 11 Maintainer: Ubuntu Core developers Architecture: arm64 Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 Depends: gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), cpp-13-aarch64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1) Suggests: gcc-13-locales (>= 13) Breaks: hardening-wrapper (<< 2.8+nmu3), libmagics++-dev (<< 2.28.0-4) Description: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: cpp-13-aarch64-linux-gnu Status: install ok installed Priority: optional Section: interpreters Installed-Size: 27131 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: foreign Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 Replaces: cpp-13 (<< 13.2.0-11) Depends: gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Suggests: gcc-13-locales (>= 13), cpp-13-doc (>= 13) Breaks: cpp-13 (<< 13.2.0-11), hardening-wrapper (<< 2.8+nmu3), libmagics++-dev (<< 2.28.0-4) Description: GNU C preprocessor for aarch64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for aarch64-linux-gnu architecture but not the compiler. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: cpp-aarch64-linux-gnu Status: install ok installed Priority: optional Section: interpreters Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gcc-defaults (1.214ubuntu1) Version: 4:13.2.0-7ubuntu1 Replaces: cpp (<< 4:13.2.0-3) Depends: cpp-13-aarch64-linux-gnu (>= 13.2.0-11~) Suggests: cpp-doc Breaks: cpp (<< 4:13.2.0-3) Description: GNU C preprocessor (cpp) for the arm64 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for arm64 architecture. . This is a dependency package providing the default GNU C preprocessor for the arm64 architecture. Original-Maintainer: Debian GCC Maintainers Package: curl Status: install ok installed Priority: optional Section: web Installed-Size: 554 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 8.5.0-2ubuntu10.9 Depends: libc6 (>= 2.34), libcurl4t64 (= 8.5.0-2ubuntu10.9), 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: https://curl.se/ Original-Maintainer: Debian Curl Maintainers Package: dash Essential: yes Status: install ok installed Priority: required Section: shells Installed-Size: 191 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 0.5.12-6ubuntu5 Depends: debianutils (>= 5.6-0.1), dpkg (>= 1.19.1) Pre-Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Andrej Shadura Package: dbus Status: install ok installed Priority: standard Section: admin Installed-Size: 198 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.14.10-4ubuntu4.1 Provides: dbus-system-bus (= 1.14.10-4ubuntu4.1), default-dbus-system-bus Depends: dbus-bin (= 1.14.10-4ubuntu4.1), dbus-daemon (= 1.14.10-4ubuntu4.1), dbus-system-bus-common (>= 1.14.10-4ubuntu4.1), libc6 (>= 2.34), libdbus-1-3 (= 1.14.10-4ubuntu4.1), libexpat1 (>= 2.1~beta3), libsystemd0 Suggests: default-dbus-session-bus | dbus-session-bus Conffiles: /etc/default/dbus 0d0f25a2f993509c857eb262f6e22015 /etc/init.d/dbus d78b20b35de983cf6f1475dcf8cb21a1 Description: simple interprocess messaging system (system message bus) 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 provides a fully-functional D-Bus system bus with activation support, used for communication between system services, and depends on most of the other components of the reference implementation of D-Bus. . To provide a complete D-Bus session bus, install one of the packages that implement the dbus-session-bus virtual package, such as dbus-user-session. The recommended implementation is indicated by the default-dbus-session-bus virtual package. Homepage: https://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: dbus-bin Status: install ok installed Priority: optional Section: admin Installed-Size: 447 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: dbus Version: 1.14.10-4ubuntu4.1 Replaces: dbus (<< 1.13.18-2~) Depends: libc6 (>= 2.38), libdbus-1-3 (= 1.14.10-4ubuntu4.1) Breaks: dbus (<< 1.13.18-2~) Description: simple interprocess messaging system (command line 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. . This package contains the D-Bus command-line utilities such as dbus-send and dbus-monitor. Homepage: https://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: dbus-daemon Status: install ok installed Priority: optional Section: admin Installed-Size: 449 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: dbus Version: 1.14.10-4ubuntu4.1 Replaces: dbus (<< 1.13.18-2~) Depends: dbus-bin (= 1.14.10-4ubuntu4.1), dbus-session-bus-common (>= 1.14.10-4ubuntu4.1), libapparmor1 (>= 2.8.94), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.14.10-4ubuntu4.1), libexpat1 (>= 2.1~beta3), libselinux1 (>= 3.1~), libsystemd0 Breaks: dbus (<< 1.13.18-2~) Description: simple interprocess messaging system (reference message bus) 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. . This package contains dbus-daemon, the reference implementation of a D-Bus message bus, and dbus-run-session, a utility to start a temporary session dbus-daemon in a constrained environment or for automated tests. . To provide a complete D-Bus session bus, install one of the packages that implement the dbus-session-bus virtual package, such as dbus-user-session. The recommended implementation is indicated by the default-dbus-session-bus virtual package. Homepage: https://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: dbus-session-bus-common Status: install ok installed Priority: optional Section: admin Installed-Size: 109 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: dbus Version: 1.14.10-4ubuntu4.1 Replaces: dbus (<< 1.13.18-2~) Breaks: dbus (<< 1.13.18-2~) Description: simple interprocess messaging system (session bus configuration) 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. . This package contains the configuration files defining the behaviour of the D-Bus session bus, used for applications and per-user services. These are used by the reference implementation in the dbus package, and by the reimplementation in the dbus-broker package. . To provide a complete D-Bus session bus, install one of the packages that implement the dbus-session-bus virtual package, such as dbus-user-session. The recommended implementation is indicated by the default-dbus-session-bus virtual package. Homepage: https://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: dbus-system-bus-common Status: install ok installed Priority: optional Section: admin Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: dbus Version: 1.14.10-4ubuntu4.1 Replaces: dbus (<< 1.13.18-2~) Depends: adduser Breaks: dbus (<< 1.13.18-2~) Description: simple interprocess messaging system (system bus configuration) 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. . This package contains the configuration files defining the behaviour of the D-Bus system bus, used for system services such as networking and storage management services. It is also responsible for creating the 'messagebus' system user account used to run the system bus. These are used by the reference implementation in the dbus package, and by the reimplementation in the dbus-broker package. . To provide a complete D-Bus system bus, install one of the packages that implement the dbus-system-bus virtual package, such as dbus. The recommended implementation is indicated by the default-dbus-system-bus virtual package. Homepage: https://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: dbus-user-session Status: install ok installed Priority: optional Section: admin Installed-Size: 113 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: dbus Version: 1.14.10-4ubuntu4.1 Provides: dbus-session-bus, default-dbus-session-bus Depends: dbus-daemon (= 1.14.10-4ubuntu4.1) | dbus-broker, dbus-session-bus-common (>= 1.14.10-4ubuntu4.1), libpam-systemd, systemd Recommends: systemd-sysv Conffiles: /etc/X11/Xsession.d/20dbus_xdg-runtime f11c70d9f51a152cedf939d36ef038bf Description: simple interprocess messaging system (systemd --user integration) 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. . On systemd systems, this package opts in to the session model in which a user's session starts the first time they log in, and does not end until all their login sessions have ended. This model merges all parallel non-graphical login sessions (text mode, ssh, cron, etc.), and up to one graphical session, into a single "user-session" or "super-session" within which all background D-Bus services are shared. . Multiple graphical sessions per user are not currently supported in this mode; as a result, it is particularly suitable for gdm, which responds to requests to open a parallel graphical session by switching to the existing graphical session and unlocking it. . To retain dbus' traditional session semantics, in which login sessions are artificially isolated from each other, remove this package and install dbus-x11 instead. . See the dbus package description for more information about D-Bus in general. Homepage: https://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: dconf-gsettings-backend Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: dconf Version: 0.40.0-4ubuntu0.1 Provides: gsettings-backend Depends: dconf-service (<< 0.40.0-4ubuntu0.1.1~), dconf-service (>= 0.40.0-4ubuntu0.1), libdconf1 (= 0.40.0-4ubuntu0.1), libc6 (>= 2.17), libglib2.0-0t64 (>= 2.79.0) Description: simple configuration storage system - GSettings back-end DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains a back-end for GSettings. It is needed by applications accessing settings through GSettings to set custom values and listen for changes. Homepage: https://wiki.gnome.org/Projects/dconf Original-Maintainer: Debian GNOME Maintainers Package: dconf-service Status: install ok installed Priority: optional Section: libs Installed-Size: 153 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: dconf Version: 0.40.0-4ubuntu0.1 Depends: default-dbus-session-bus | dbus-session-bus, libdconf1 (= 0.40.0-4ubuntu0.1), procps, libc6 (>= 2.34), libglib2.0-0t64 (>= 2.79.0) Recommends: dconf-gsettings-backend Description: simple configuration storage system - D-Bus service DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the DConf service, which applications talk to using D-Bus in order to obtain their settings. It is mostly used by the GSettings backend. Homepage: https://wiki.gnome.org/Projects/dconf Original-Maintainer: Debian GNOME Maintainers Package: debconf Status: install ok installed Priority: required Section: admin Installed-Size: 493 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.5.86ubuntu1 Replaces: debconf-tiny Provides: debconf-2.0 Recommends: apt-utils, debconf-i18n Suggests: debconf-doc, debconf-kde-helper, debconf-utils, libgtk3-perl, libnet-ldap-perl, libterm-readline-gnu-perl, perl, whiptail | dialog Conflicts: debconf-tiny, whiptail-utf8 (<= 0.50.17-13) Conffiles: /etc/apt/apt.conf.d/70debconf 7e9d09d5801a42b4926b736b8eeabb73 /etc/debconf.conf 1cd82ead5651f0753b1ff6d9b31bd235 Description: Debian configuration management system Debconf is a configuration management system for debian packages. Packages use Debconf to ask questions when they are installed. Original-Maintainer: Debconf Developers Package: debianutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 368 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 5.17build1 Pre-Depends: libc6 (>= 2.38) Breaks: ifupdown (<< 0.8.36+nmu1), printer-driver-pnm2ppa (<< 1.13-12), x11-common (<< 1:7.7+23~) 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 update-shells which Original-Maintainer: Ileana Dumitrescu Package: dhcpcd-base Status: install ok installed Priority: optional Section: net Installed-Size: 565 Maintainer: Ubuntu Developers Architecture: arm64 Source: dhcpcd Version: 1:10.0.6-1ubuntu3.2 Replaces: dhcpcd5 (<< 1:10.0.6-1ubuntu3.2) Provides: dhcp-client Depends: adduser, libc6 (>= 2.38), libssl3t64 (>= 3.0.0), libudev1 (>= 183) Suggests: resolvconf | openresolv | systemd-resolved Breaks: dhcpcd5 (<< 1:10.0.6-1ubuntu3.2) Conffiles: /etc/dhcpcd.conf a4fa1b59d13b8f5590306a4a8c8f995c Description: DHCPv4 and DHCPv6 dual-stack client (binaries and exit hooks) dhcpcd provides seamless IPv4 and IPv6 auto-configuration: * DHCPv4 client * DHCPv6 client with Prefix Delegation (PD) support * IPv4 LL support (ZeroConf) * IPv6 SLAAC support * ARP address conflict resolution * ARP ping profiles * Wireless SSID profiles . This package provides the binaries, exit hooks and manual pages. . It offers a dual-stack substitute for ISC DHCP Client (dhclient) on systems where interfaces are configured by ifupdown via using the DHCP method. . The init.d script and systemd service required for systems without ifupdown are packaged separately as dhcpcd. . Since Debian 12 (Bookworm), dhcpcd uses Predictable Network Interface Names on Linux ports. See NEWS.Debian for more details. Homepage: https://roy.marples.name/projects/dhcpcd Original-Maintainer: Martin-Éric Racine Package: diffutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 496 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1:3.10-1build1 Replaces: diff Pre-Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Santiago Vila Package: dirmngr Status: install ok installed Priority: optional Section: utils Installed-Size: 789 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Depends: adduser, gpgconf (= 2.4.4-2ubuntu17.4), init-system-helpers (>= 1.52), libassuan0 (>= 2.5.0), libc6 (>= 2.38), libgcrypt20 (>= 1.10.0), libgnutls30t64 (>= 3.8.1), libgpg-error0 (>= 1.46), libksba8 (>= 1.6.3), libldap2 (>= 2.6.2), libnpth0t64 (>= 0.90) Suggests: gnupg (= 2.4.4-2ubuntu17.4), dbus-user-session, libpam-systemd, pinentry-gnome3, tor 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/ Original-Maintainer: Debian GnuPG Maintainers Package: distro-info Status: install ok installed Priority: optional Section: devel Installed-Size: 154 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.7build1 Depends: distro-info-data (>= 0.59~), libc6 (>= 2.34) Suggests: shunit2 Description: provides information about the distributions' releases 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. Original-Maintainer: Benjamin Drung Package: distro-info-data Status: install ok installed Priority: optional Section: devel Installed-Size: 18 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.60ubuntu0.6 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. Original-Maintainer: Benjamin Drung Package: dmsetup Status: install ok installed Priority: optional Section: admin Installed-Size: 280 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: lvm2 (2.03.16-3ubuntu3.2) Version: 2:1.02.185-3ubuntu3.2 Depends: libc6 (>= 2.38), libdevmapper1.02.1 (>= 2:1.02.181) 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/ Original-Maintainer: Debian LVM Team Package: dns-root-data Status: install ok installed Priority: optional Section: misc Installed-Size: 19 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2024071801~ubuntu0.24.04.1 Description: DNS root hints and DNSSEC trust anchor This package contains various root zone related data as published by IANA to be used by various DNS software as a common source of DNS root zone data, namely: . * Root Hints (root.hints) * Root Trust Anchors (root.key, root.ds) Homepage: https://data.iana.org/root-anchors/ Original-Maintainer: dns-root-data packagers Package: dnsmasq-base Status: install ok installed Priority: optional Section: net Installed-Size: 804 Maintainer: Ubuntu Developers Architecture: arm64 Source: dnsmasq Version: 2.90-2ubuntu0.3 Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base Provides: dnsmasq-base Depends: libc6 (>= 2.38), libdbus-1-3 (>= 1.9.14), libgmp10 (>= 2:6.3.0+dfsg), libhogweed6t64 (>= 2.4-3), libidn2-0 (>= 2.0.0), libnetfilter-conntrack3 (>= 1.0.1), libnettle8t64 (>= 2.4-3), libnftables1 (>= 1.0.2) Recommends: dns-root-data Breaks: dnsmasq (<< 2.63-1~) Conflicts: dnsmasq-base-lua Description: Small caching DNS proxy and DHCP/TFTP server - executable This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. Homepage: https://www.thekelleys.org.uk/dnsmasq/doc.html Original-Maintainer: Simon Kelley Package: docker-compose-v2 Status: install ok installed Priority: optional Section: admin Installed-Size: 61516 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.37.1+ds1-0ubuntu2~24.04.1 Provides: docker-compose Depends: libc6 (>= 2.34) Recommends: docker.io Description: tool for running multi-container applications on Docker Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker compose up. Built-Using: glibc (= 2.39-0ubuntu8.6) Homepage: https://github.com/docker/compose Package: docker.io Status: install ok installed Priority: optional Section: admin Installed-Size: 127867 Maintainer: Ubuntu Developers Architecture: arm64 Source: docker.io-app Version: 29.1.3-0ubuntu3~24.04.2 Replaces: podman-docker Provides: docker-cli (= 29.1.3-0ubuntu3~24.04.2) Depends: adduser, containerd (>= 1.2.6-0ubuntu1~), iptables, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libnftables1 (>= 1.0.2), libsystemd0 (>= 209~) Recommends: ca-certificates, git, pigz, ubuntu-fan, xz-utils, apparmor Suggests: aufs-tools, btrfs-progs, cgroupfs-mount | cgroup-lite, debootstrap, docker-buildx, docker-compose-v2, docker-doc, rinse, zfs-fuse | zfsutils Conflicts: podman-docker Description: Linux container runtime Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. Built-Using: glibc (= 2.39-0ubuntu8.7), golang-1.24 (= 1.24.4-1ubuntu1~24.04.2) Homepage: https://mobyproject.org/ Package: dosfstools Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 328 Maintainer: Ubuntu Developers Architecture: arm64 Version: 4.2-1.1build1 Depends: libc6 (>= 2.38) Description: utilities for making and checking MS-DOS FAT filesystems The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems. Homepage: https://github.com/dosfstools/dosfstools Original-Maintainer: Andreas Bombe Package: dpkg Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 6474 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.22.6ubuntu6.6 Depends: tar (>= 1.28-1) Pre-Depends: libbz2-1.0, libc6 (>= 2.38), liblzma5 (>= 5.4.0), libmd0 (>= 0.0.0), libselinux1 (>= 3.1~), libzstd1 (>= 1.5.5), 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 94bb6c1363245e46256908a5d52ba4fb /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 Original-Maintainer: Dpkg Developers Package: dpkg-dev Status: install ok installed Priority: optional Section: utils Installed-Size: 1721 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: dpkg Version: 1.22.6ubuntu6.6 Provides: dpkg-build-api (= 0), dpkg-build-api (= 1) Depends: perl:any, libdpkg-perl (= 1.22.6ubuntu6.6), tar (>= 1.28-1), bzip2, xz-utils (>= 5.4.0), patch (>= 2.7), make, binutils, lto-disabled-list Recommends: build-essential, gcc | c-compiler, fakeroot, gnupg | sq | sqop | pgpainless-cli | sequoia-chameleon-gnupg, gpgv | sq | sqop | pgpainless-cli | sequoia-chameleon-gnupg, libalgorithm-merge-perl Suggests: debian-keyring Breaks: debhelper (<< 10.10.1~), libsop-java-java (<< 4.0.7~), pgpainless-cli (<< 1.3.13~), sq (<< 0.33.0~), sqop (<< 0.27.2~) Conffiles: /etc/dpkg/shlibs.default 1a2b9d0a869e2aa885ae3621c557fb95 /etc/dpkg/shlibs.override 84b1e69080569cc5c613a50887af5200 Description: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Homepage: https://wiki.debian.org/Teams/Dpkg Original-Maintainer: Dpkg Developers Package: dracut-install Status: install ok installed Priority: optional Section: utils Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Source: dracut Version: 060+5-1ubuntu3.3 Replaces: dracut-core (<< 059-5~) Depends: libc6 (>= 2.38), libkmod2 (>= 22~) Breaks: dracut-core (<< 059-5~) Description: dracut is an event driven initramfs infrastructure (dracut-install) This package just contains the dracut-install command to be used by initramfs generating tools. Homepage: https://github.com/dracutdevs/dracut/wiki/ Original-Maintainer: Thomas Lange Package: e2fsprogs Status: install ok installed Priority: required Section: admin Installed-Size: 2052 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.47.0-2.4~exp1ubuntu4.1 Depends: logsave Pre-Depends: libblkid1 (>= 2.36), libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libext2fs2t64 (= 1.47.0-2.4~exp1ubuntu4.1), libss2 (>= 1.38), libuuid1 (>= 2.16) Recommends: e2fsprogs-l10n Suggests: gpart, parted, fuse2fs, e2fsck-static Conffiles: /etc/cron.d/e2scrub_all e7e9177c3a139055033d36718cee582d /etc/e2scrub.conf df38534cc670c70a91cf9b035845d244 /etc/mke2fs.conf 6e57073b9789a67a66b4681739445a38 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 Original-Maintainer: Theodore Y. Ts'o Package: eject Status: install ok installed Priority: optional Section: utils Installed-Size: 121 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libc6 (>= 2.38), libmount1 (>= 2.24.2) Description: ejects CDs and operates CD-Changers under Linux This program will eject CD-ROMs (assuming your drive supports the CDROMEJECT ioctl). It also allows setting the autoeject feature. . On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the active disc. . You can also use eject to properly disconnect external mass-storage devices like digital cameras or portable music players. Homepage: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: ethtool Status: install ok installed Priority: optional Section: net Installed-Size: 790 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1:6.7-1build1 Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~) Conffiles: /etc/network/if-pre-up.d/ethtool 09b4a447e5048a4ea0bc34732bd0278c /etc/network/if-up.d/ethtool a522a7b2b1d3e2d9a06e9690674a5d38 Description: display or change Ethernet device settings ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices. Homepage: https://www.kernel.org/pub/software/network/ethtool/ Original-Maintainer: Debian Kernel Team Package: fakeroot Status: install ok installed Priority: optional Section: utils Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.33-1 Depends: libfakeroot (>= 1.33-1), libc6 (>= 2.34) Description: tool for simulating superuser privileges fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. . This package contains fakeroot command and the daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes. Original-Maintainer: Clint Adams Package: fdisk Status: install ok installed Priority: important Section: utils Installed-Size: 468 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libc6 (>= 2.38), libfdisk1 (>= 2.38), libmount1 (>= 2.24.2), libncursesw6 (>= 6), libreadline8t64 (>= 6.0), libsmartcols1 (>= 2.28~rc1), libtinfo6 (>= 6) Recommends: sensible-utils 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: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: ffmpeg Status: install ok installed Priority: optional Section: video Installed-Size: 2564 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 7:6.1.1-3ubuntu5 Depends: libavcodec60 (>= 7:6.1), libavdevice60 (>= 7:6.0), libavfilter9 (>= 7:6.0), libavformat60 (>= 7:6.0), libavutil58 (>= 7:6.0), libc6 (>= 2.35), libpostproc57 (>= 7:6.0), libsdl2-2.0-0 (>= 2.0.12), libswresample4 (>= 7:6.0), libswscale7 (>= 7:6.0) Suggests: ffmpeg-doc Description: Tools for transcoding, streaming and playing of multimedia files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This package contains: * ffmpeg: a command line tool to convert multimedia files between formats * ffplay: a simple media player based on SDL and the FFmpeg libraries * ffprobe: a simple multimedia stream analyzer * qt-faststart: a utility to rearrange Quicktime files Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: file Status: install ok installed Priority: standard Section: utils Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1:5.45-3build1 Depends: libc6 (>= 2.38), libmagic1t64 (= 1:5.45-3build1) Breaks: debhelper (<< 12.2~) Description: Recognize the type of data in a file using "magic" numbers The file command is "a file type guesser", a command-line tool that tells you in words what kind of data a file contains. . This package contains the file program itself. Homepage: https://www.darwinsys.com/file/ Original-Maintainer: Christoph Biedl Package: finalrd Status: install ok installed Priority: optional Section: utils Installed-Size: 30 Maintainer: Dimitri John Ledkov Architecture: all Version: 9build1 Recommends: initramfs-tools-core Description: final runtime directory for shutdown Generates a systemd compatible shutdown runtime directory. This enables to execute scripts and binaries to clean up shutdown. . Also supports hookless operation, to simply facilitate clean shutdowns. . Approximate tmpfs RAM requirement is 14MB on shutdown. Homepage: https://launchpad.net/finalrd Package: findutils Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 616 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 4.9.0-5build1 Pre-Depends: libc6 (>= 2.38), libselinux1 (>= 3.1~) 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/ Original-Maintainer: Andreas Metzler Package: fontconfig Status: install ok installed Priority: optional Section: fonts Installed-Size: 936 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.15.0-1.1ubuntu2 Depends: libc6 (>= 2.38), libfontconfig1 (>= 2.13.0), libfreetype6 (>= 2.2.1), fontconfig-config Description: generic font configuration library - support binaries Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . Fontconfig is not a rasterization library, nor does it impose a particular rasterization library on the application. The X-specific library 'Xft' uses fontconfig along with freetype to specify and rasterize fonts. . This package contains a program to maintain the fontconfig cache (fc-cache), a sample program to list installed fonts (fc-list), a program to test the matching rules (fc-match) and a program to dump the binary cache files in string form (fc-cat). It no longer makes fonts managed by defoma available to fontconfig applications. Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/ Original-Maintainer: Debian freedesktop.org maintainers Package: fontconfig-config Status: install ok installed Priority: optional Section: fonts Installed-Size: 239 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: fontconfig Version: 2.15.0-1.1ubuntu2 Replaces: kubuntu-settings-desktop (<< 1:23.04.3) Depends: fonts-dejavu-core | fonts-liberation | fonts-croscore | fonts-freefont-otf | fonts-freefont-ttf | fonts-urw-base35 | fonts-texgyre | fonts-noto-core Breaks: kubuntu-settings-desktop (<< 1:23.04.3), libfontconfig1 (<< 2.13.0) Conffiles: /etc/fonts/conf.d/README ad6182d0b838d9d8f39219a37b88b24d /etc/fonts/fonts.conf 9632eb1c8b4d81e0e300cd733a4beefe Description: generic font configuration library - configuration Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the configuration files and scripts for fontconfig. Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/ Original-Maintainer: Debian freedesktop.org maintainers Package: fonts-dejavu-core Status: install ok installed Priority: optional Section: fonts Installed-Size: 2292 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: fonts-dejavu Version: 2.37-8 Depends: fonts-dejavu-mono Conffiles: /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans.conf 6488b24401e477e35aa71237054c8ada /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-serif.conf 0b01522fe76b4e5b8ab3d12383371348 /etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf f7df7bba810dd953dd78212900f4dcad /etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf e90c678d46f49bb9d6ba469b64e80c0c /etc/fonts/conf.avail/57-dejavu-sans.conf 2156c2353cfcc81f33150cf889193c28 /etc/fonts/conf.avail/57-dejavu-serif.conf 2604487cb2eee1bdb7010ea716faf408 /etc/fonts/conf.avail/58-dejavu-lgc-sans.conf b4a8f51e45aa24fdee47b3f838cc0205 /etc/fonts/conf.avail/58-dejavu-lgc-serif.conf 5f0b00e681b1f40b65dd336696ee0bbb Description: Vera font family derivate with additional characters DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . This package only contains the sans, sans-bold, serif and serif-bold variants. For additional variants, see the fonts-dejavu-mono and fonts-dejavu-extra packages. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Original-Maintainer: Debian Fonts Task Force Homepage: https://dejavu-fonts.github.io/ Package: fonts-dejavu-mono Status: install ok installed Priority: optional Section: fonts Installed-Size: 1281 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: fonts-dejavu Version: 2.37-8 Replaces: fonts-dejavu-core (<< 2.37-7~), fonts-dejavu-extra (<< 2.37-7~) Breaks: fonts-dejavu-core (<< 2.37-7~), fonts-dejavu-extra (<< 2.37-7~) Conffiles: /etc/fonts/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf 10d6f2176d76ee9b89a19a17811257f2 /etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf 0cbf30e4580c5a8570da071ab12c5e4d /etc/fonts/conf.avail/57-dejavu-sans-mono.conf b9a76edd2aeb35cd1095e378963e2cdd /etc/fonts/conf.avail/58-dejavu-lgc-sans-mono.conf d2ee39274982cb4f831783cff742c8bc Description: Vera font family derivate with additional characters DejaVu provides an expanded version of the Vera font family aiming for quality and broader Unicode coverage while retaining the original Vera style. DejaVu currently works towards conformance with the Multilingual European Standards (MES-1 and MES-2) for Unicode coverage. The DejaVu fonts provide serif, sans and monospaced variants. . This package only contains the monospaced variants. For additional variants, see the fonts-dejavu-core and fonts-dejavu-extra packages. . DejaVu fonts are intended for use on low-resolution devices (mainly computer screens) but can be used in printing as well. Original-Maintainer: Debian Fonts Task Force Homepage: https://dejavu-fonts.github.io/ Package: fonts-droid-fallback Status: install ok installed Priority: optional Section: fonts Installed-Size: 7347 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: fonts-android Version: 1:6.0.1r16-1.1build1 Replaces: fonts-droid (<< 1:6.0.0r26-1~) Pre-Depends: dpkg (>= 1.15.7.2) Recommends: fonts-noto-mono Suggests: fonts-noto Breaks: fonts-droid (<< 1:6.0.0r26-1~) Conffiles: /etc/fonts/conf.avail/65-droid-sans-fallback.conf b53978fe17be3c725aa002da2496257c Description: handheld device font with extensive style and language support (fallback) This package provides DroidSans Fallback variants, Fallback and FallbackFull. . Each contains extensive character set coverage including Western Europe, Eastern/Central Europe, Baltic, Cyrillic, Greek and Turkish support. The Droid Sans regular font also includes support for Arabic, Simplified and Traditional Chinese, Hebrew, Japanese, Korean and Thai. . Droid was designed by Ascender's Steve Matteson and hinted to provide optimal quality for screen text. Original-Maintainer: Debian Fonts Task Force Homepage: https://android.googlesource.com/platform/frameworks/base/ Package: fonts-freefont-ttf Status: install ok installed Priority: optional Section: fonts Installed-Size: 14279 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: fonts-freefont Version: 20211204+svn4273-2 Description: Freefont Serif, Sans and Mono Truetype fonts Freefont is a set of free high-quality TrueType fonts covering the UCS character set. These fonts are similar to the widely known Helvetica, Times and Courier fonts. Original-Maintainer: Debian Fonts Task Force Homepage: https://savannah.gnu.org/projects/freefont/ Package: fonts-ipafont-gothic Status: install ok installed Priority: optional Section: fonts Installed-Size: 12232 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: fonts-ipafont Version: 00303-21ubuntu1 Replaces: otf-ipafont-gothic (<< 00303-1) Provides: fonts-japanese-gothic Pre-Depends: dpkg (>= 1.15.6~) Recommends: fonts-ipafont-mincho Breaks: otf-ipafont (<= 00301-4), otf-ipafont-gothic (<< 00303-1), ttf-ipafont (<= 00203-13) Conffiles: /etc/fonts/conf.avail/65-fonts-ipafont-gothic.conf e8f129a6e02f379c9866e000e86debc7 Description: Japanese OpenType font set, IPA Gothic and IPA P Gothic Fonts IPA Fonts are JIS X 0213:2004 compliant OpenType fonts based on TrueType outlines provided by Information-technology Promotion Agency, Japan (IPA) from 2003. These are suitable for both display and printing. . This package provides Gothic (san-serif) style fonts. IPA Gothic Font is the equal-width font. IPA P Gothic Font is the propotional font. . In the equal-width font, the fullwidth characters (most CJK characters) occupy exactly twice as much width of the halfwidth characters (normal alphabets and numbers). Homepage: https://ipafont.ipa.go.jp/ Original-Maintainer: Debian Fonts Task Force Package: fonts-liberation Status: install ok installed Priority: optional Section: fonts Installed-Size: 4285 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1:2.1.5-3 Replaces: fonts-liberation2 (<< 1:2.1.5-2~) Recommends: fonts-liberation-sans-narrow Breaks: fonts-liberation2 (<< 1:2.1.5-2~) Description: fonts with the same metrics as Times, Arial and Courier The Liberation font family is a set of serif, sans-serif and monospaced fonts with exactly the same metrics as the non-free Microsoft fonts Times New Roman, Arial and Courier New. Original-Maintainer: Debian Fonts Task Force Homepage: https://github.com/liberationfonts Package: fonts-noto-color-emoji Status: install ok installed Priority: optional Section: fonts Installed-Size: 10552 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2.047-0ubuntu0.24.04.1 Description: color emoji font from Google Noto is a collection of font families, each visually harmonized across scripts. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. . This package contains the color emoji font used on "stock" Android devices such as the Google Pixel. Homepage: https://fonts.google.com/noto/specimen/Noto+Color+Emoji Original-Maintainer: Debian Fonts Task Force Package: fonts-noto-mono Status: install ok installed Priority: optional Section: fonts Installed-Size: 1156 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: fonts-noto Version: 20201225-2 Replaces: fonts-noto-core (<< 20201027-2~), fonts-noto-unhinted (<< 20201027-3~) Breaks: fonts-noto-core (<< 20201027-2~), fonts-noto-unhinted (<< 20201027-3~) Enhances: fonts-noto-core Conffiles: /etc/fonts/conf.avail/30-droid-noto-mono.conf 3637d988826c19a1859d29b79ee01e87 Description: "No Tofu" monospaced font family with large Unicode coverage Noto is a collection of font families, each visually harmonized across scripts. . This package contains Noto Mono font family (formerly known as Droid Mono), and core weights for the Noto Sans Mono font family. Beware that Noto Mono has a much smaller repertoire than Noto Sans or Noto Serif. . The name "Noto" is short for "No Tofu", describing the aim of covering all living Unicode scripts. . Tofu (豆腐) is Japanese jargon for unicode replacement character "�" (U+FFFD) often displayed as replacement for unassigned or unknown characters. Original-Maintainer: Debian Fonts Task Force Homepage: https://www.google.com/get/noto/ Package: fonts-tlwg-loma-otf Status: install ok installed Priority: optional Section: fonts Installed-Size: 225 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: fonts-tlwg Version: 1:0.7.3-1 Recommends: fonts-tlwg-loma (>= 1:0.6.2-2) Description: Thai Loma OpenType font This package provides Thai Loma UI font from NECTEC, in OpenType format. . The font provides Arial-compatible Thai glyphs with metrics optimized for on-screen user interface. For example, line spacing is reduced from regular typographic designs to allow more lines displayed on screen. Original-Maintainer: Theppitak Karoonboonyanan Homepage: https://linux.thai.net/projects/fonts-tlwg Package: fonts-unifont Status: install ok installed Priority: optional Section: fonts Installed-Size: 32521 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: unifont Version: 1:15.1.01-1build1 Replaces: ttf-unifont (<< 1:13.0.02-1) Breaks: ttf-unifont (<< 1:13.0.02-1) Description: OpenType version of GNU Unifont This contains five fonts: "Unifont", "Unifont Upper", "Unifont CSUR", "Unifont JP" and "Unifont Sample". . unifont.otf is a bitmap font converted into a scalable OpenType outline font, Unifont. Each pixel in the original bitmap font is represented as an outlined square. The font provides a glyph for each visible code point (character) in the Unicode Basic Multilingual Plane (BMP, or Plane 0). The BMP contains most of the world's modern writing scripts. This font looks best at 12pt. . unifont_upper.otf is a bitmap font converted into a scalable OpenType outline font that covers Unicode ranges above Plane 0. Most of its glyphs are in Plane 1, the Unicode Supplemental Multilingual Plane (SMP). . unifont_csur.otf is a bitmap font converted into a scalable OpenType outline font that contains some scripts in the ConScript Unicode Registry (CSUR). These scripts are not part of the Unicode Standard, but are a popular use for the Private Use Area (PUA). This font contains glyphs in Plane 0 and in the higher PUA planes. . unifont_jp.otf is a scalable OpenType outline font that contains Unicode Plane 2 glyphs that appear in JIS X 0213. . unifont_sample.otf is an SBIT font that contains combining circles and is therefore suitable for illustrating individual Unicode glyphs. The other font files do not contain combining circles and so are suitable for general-purpose writing. . Complex fonts (such as Indic or Semitic scripts, where letters change shape depending on their position in a word, or such as Mongolian, which can be written vertically) will not render perfectly. The philosophy behind this font, though, is that anything meaningful is better than an empty box for an unknown glyph. Homepage: https://unifoundry.com/unifont/ Original-Maintainer: Debian Fonts Task Force Package: fonts-urw-base35 Status: install ok installed Priority: optional Section: fonts Installed-Size: 15560 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 20200910-8 Replaces: gsfonts (<< 2:20200910-2~), gsfonts-x11 (<< 2:20200910-2~) Depends: xfonts-utils Suggests: fonts-freefont-otf | fonts-freefont-ttf, fonts-texgyre Breaks: gsfonts (<< 2:20200910-2~), gsfonts-x11 (<< 2:20200910-2~) Conffiles: /etc/X11/fonts/Type1/fonts-urw-base35.alias 32ee9a005b7c7a089bdd5a5c4ee19c89 /etc/X11/fonts/Type1/fonts-urw-base35.scale 1027533ffa7574e6b30b528d72287445 /etc/ghostscript/fontmap.d/10fonts-urw-base35.conf a97fb8d980202e59cc253c9c21bb2d30 Description: font set metric-compatible with the 35 PostScript Level 2 Base Fonts A commercial-quality set of PostScript Type 1 fonts, metric-compatible with the 35 PostScript Language Level 2 Base Fonts. This package contains outlines in .t1 format and metrics in .afm format of the following fonts: . C059 D050000L Nimbus Mono PS Nimbus Roman Nimbus Sans Nimbus Sans Narrow P052 Standard Symbols PS URW Bookman URW Gothic Z003 . This package also makes the fonts available to an X server under both their "urw" names and via fonts.alias under the official "adobe" names. . Extensive remakes of these fonts in the OpenType format are available in the GUST TeX Gyre collection in the fonts-texgyre package. The Cyrillic glyphs added to the now obsolete urwcyr fork of these fonts have been merged into the GNU FreeFont collection available in the fonts-freefont-otf or fonts-freefont-ttf packages. Original-Maintainer: Debian Fonts Task Force Homepage: https://github.com/ArtifexSoftware/urw-base35-fonts Package: fonts-wqy-zenhei Status: install ok installed Priority: optional Section: fonts Installed-Size: 16429 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.9.45-8 Replaces: ttf-wqy-zenhei (<< 0.9.45-5) Provides: ttf-wqy-zenhei Depends: fontconfig (>= 2.3.1-1) Breaks: ttf-wqy-zenhei (<< 0.9.45-5) Conffiles: /etc/fonts/conf.avail/25-wqy-zenhei.conf 26a2b5d24e303c3e47412a9b2237811a /etc/fonts/conf.avail/63-wqy-zenhei-sharp.conf 1db7f6ba4e17a4d8825f114162317780 /etc/fonts/conf.avail/64-wqy-zenhei.conf c5592bf0144f5f37700c837462cde8e4 Description: "WenQuanYi Zen Hei" A Hei-Ti Style (sans-serif) Chinese font WenQuanYi Zen Hei is a Hei-Ti style (sans-serif type) Chinese font. It was designed for general purpose text formatting and on-screen display of Chinese characters among many other languages. The embolden strokes of the font glyphs produces enhanced screen contrast, making it easier to read and recognize. The embedded bitmap glyphs further enhance on-screen performance, and can be enabled with the provided configuration files. . WenQuanYi Zen Hei provides a fairly complete coverage of Chinese Hanzi glyphs, including both simplified and traditional forms. The total glyph number in this font is over 35,000, including over 21,000 Chinese Hanzi. This font provides full coverage of GBK (CP936) charset, CJK Unified Ideographs, as well as the code-points needed for zh_CN, zh_SG, zh_TW, zh_HK, zh_MO, ja (Japanese) and ko (Korean) locales for fontconfig. . Starting from version 0.8, this font package provides two font families, i.e. the proportional "WenQuanYi Zen Hei", and the monospaced typeface named "WenQuanYi Zen Hei Mono". Original-Maintainer: Debian Fonts Task Force Homepage: http://wenq.org/wqy2/ Package: fuse3 Status: install ok installed Priority: optional Section: utils Installed-Size: 170 Maintainer: Ubuntu Developers Architecture: arm64 Version: 3.14.0-5build1 Replaces: fuse Provides: fuse (= 3.14.0-5build1) Depends: libc6 (>= 2.38), libfuse3-3 (= 3.14.0-5build1), adduser, mount (>= 2.19.1), sed (>= 4) Breaks: fuse Conffiles: /etc/fuse.conf ba9c9667f7df01ae7081d2c05d1d24e6 Description: Filesystem in Userspace (3.x version) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. Homepage: https://github.com/libfuse/libfuse/wiki Original-Maintainer: Laszlo Boszormenyi (GCS) Package: fwupd Status: install ok installed Priority: optional Section: admin Installed-Size: 8416 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.9.33-0ubuntu1~24.04.1ubuntu1 Replaces: fwupdate (<< 12-7), gir1.2-dfu-1.0 (<< 0.9.7-1), libdfu-dev (<< 0.9.7-1), libdfu1 (<< 0.9.7-1) Provides: fwupdate Depends: systemd-sysusers, libarchive13t64 (>= 3.2.1), libc6 (>= 2.38), libcbor0.10 (>= 0.10.2), libcurl3t64-gnutls (>= 7.63.0), libflashrom1 (>= 1.3.0), libfwupd2 (>= 1.9.20), libglib2.0-0t64 (>= 2.79.0), libgnutls30t64 (>= 3.7.3), libgudev-1.0-0 (>= 165), libgusb2 (>= 0.4.8), libjcat1 (>= 0.1.12), libjson-glib-1.0-0 (>= 1.5.2), liblzma5 (>= 5.1.1alpha+20120614), libmbim-glib4 (>= 1.28.0), libmbim-proxy, libmm-glib0 (>= 1.10.4), libpolkit-gobject-1-0 (>= 0.99), libprotobuf-c1 (>= 1.3.1), libqmi-glib5 (>= 1.32.0), libqmi-proxy, libsqlite3-0 (>= 3.6.1), libsystemd0, libxmlb2 (>= 0.3.17), zlib1g (>= 1:1.1.4), shared-mime-info Recommends: python3, bolt, dbus, secureboot-db, udisks2, fwupd-signed, jq Suggests: gir1.2-fwupd-2.0 Breaks: fwupdate (<< 12-7), gir1.2-dfu-1.0 (<< 0.9.7-1), libdfu-dev (<< 0.9.7-1), libdfu1 (<< 0.9.7-1) Conflicts: fwupdate-amd64-signed, fwupdate-arm64-signed, fwupdate-armhf-signed, fwupdate-i386-signed Conffiles: /etc/fwupd/bios-settings.d/README.md ddf477498928cb9b5953201798e2947d /etc/fwupd/fwupd.conf 37a4f57716b9e3ebd0716a53306665b7 /etc/fwupd/remotes.d/lvfs-testing.conf f17ef36a1e3b2fac99c80fec43a95789 /etc/fwupd/remotes.d/lvfs.conf 1b4ee2d77d3dcc455aede4e88aa0d58d /etc/fwupd/remotes.d/vendor-directory.conf 4698ffce8713a32be2d3283310f41b39 /etc/grub.d/35_fwupd 0aee2d8010124fda2f52f5e9debc9fb2 /etc/pki/fwupd-metadata/GPG-KEY-Linux-Foundation-Metadata 2ace8894994764ae32e391bc0c68e398 /etc/pki/fwupd-metadata/GPG-KEY-Linux-Vendor-Firmware-Service 5abbdc42a8e3d9e60039ab658700ec71 /etc/pki/fwupd-metadata/LVFS-CA.pem d9dff488bd9051268984da014f0be43d /etc/pki/fwupd/GPG-KEY-Linux-Foundation-Firmware de0622638572a2f6a6e29fa83f387eea /etc/pki/fwupd/GPG-KEY-Linux-Vendor-Firmware-Service 5abbdc42a8e3d9e60039ab658700ec71 /etc/pki/fwupd/LVFS-CA.pem d9dff488bd9051268984da014f0be43d /etc/update-motd.d/85-fwupd ded254e025601b203abb19ef3fdc88b9 Description: Firmware update daemon fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Firmware updates are supported for a variety of technologies. See for details Original-Maintainer: Debian EFI Homepage: https://github.com/fwupd/fwupd Package: fwupd-signed Status: install ok installed Priority: optional Section: utils Installed-Size: 79 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: fwupd-signed (1.52) Version: 1.52+1.4-1 Recommends: secureboot-db, fwupd Description: Linux Firmware Updater EFI signed binary fwupd provides functionality to update system firmware. It has been initially designed to update firmware using UEFI capsule updates, but it is designed to be extensible to other firmware update standards. . This package contains a version of the fwupd binary signed with Canonical's UEFI signing key. Built-Using: fwupd-efi (= 1:1.4-1) Package: g++ Status: install ok installed Priority: optional Section: devel Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: arm64 Source: gcc-defaults (1.214ubuntu1) Version: 4:13.2.0-7ubuntu1 Provides: c++-compiler Depends: cpp (= 4:13.2.0-7ubuntu1), cpp-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1), gcc (= 4:13.2.0-7ubuntu1), g++-13 (>= 13.2.0-11~), g++-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1), gcc-13 (>= 13.2.0-11~) Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ compiler. Original-Maintainer: Debian GCC Maintainers Package: g++-13 Status: install ok installed Priority: optional Section: devel Installed-Size: 29 Maintainer: Ubuntu Core developers Architecture: arm64 Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 Provides: c++-compiler, c++abi2-dev Depends: g++-13-aarch64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1), gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), gcc-13 (= 13.3.0-6ubuntu2~24.04.1) Suggests: gcc-13-doc (>= 13) Description: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: g++-13-aarch64-linux-gnu Status: install ok installed Priority: optional Section: devel Installed-Size: 29813 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: foreign Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 Replaces: g++-13 (<< 13.2.0-11) Provides: c++-compiler-aarch64-linux-gnu Depends: gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), gcc-13-aarch64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1), libstdc++-13-dev (= 13.3.0-6ubuntu2~24.04.1), libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Suggests: gcc-13-doc (>= 13) Breaks: g++-13 (<< 13.2.0-11) Description: GNU C++ compiler for aarch64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for aarch64-linux-gnu architecture. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: g++-aarch64-linux-gnu Status: install ok installed Priority: optional Section: devel Installed-Size: 11 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gcc-defaults (1.214ubuntu1) Version: 4:13.2.0-7ubuntu1 Replaces: g++ (<< 4:13.2.0-3) Depends: cpp-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1), gcc-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1), g++-13-aarch64-linux-gnu (>= 13.2.0-11~) Breaks: g++ (<< 4:13.2.0-3) Description: GNU C++ compiler for the arm64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the arm64 architecture. Original-Maintainer: Debian GCC Maintainers Package: gcc Status: install ok installed Priority: optional Section: devel Installed-Size: 37 Maintainer: Ubuntu Developers Architecture: arm64 Source: gcc-defaults (1.214ubuntu1) Version: 4:13.2.0-7ubuntu1 Provides: c-compiler Depends: cpp (= 4:13.2.0-7ubuntu1), cpp-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1), gcc-13 (>= 13.2.0-11~), gcc-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1) Recommends: libc6-dev | libc-dev Suggests: gcc-multilib, make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb, gcc-doc Conflicts: gcc-doc (<< 1:2.95.3) Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. Original-Maintainer: Debian GCC Maintainers Package: gcc-13 Status: install ok installed Priority: optional Section: devel Installed-Size: 542 Maintainer: Ubuntu Core developers Architecture: arm64 Version: 13.3.0-6ubuntu2~24.04.1 Replaces: cpp-13 (<< 7.1.1-8) Provides: c-compiler Depends: gcc-13-aarch64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1), gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), cpp-13 (= 13.3.0-6ubuntu2~24.04.1), binutils (>= 2.39) Recommends: libc6-dev (>= 2.13-0ubuntu6) Suggests: gcc-13-doc (>= 13), gcc-13-locales (>= 13) Description: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: gcc-13-aarch64-linux-gnu Status: install ok installed Priority: optional Section: devel Installed-Size: 54363 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: foreign Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 Replaces: cpp-13-aarch64-linux-gnu (<< 7.1.1-8), gcc-13 (<< 13.2.0-11) Provides: c-compiler-aarch64-linux-gnu Depends: cpp-13-aarch64-linux-gnu (= 13.3.0-6ubuntu2~24.04.1), gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), libcc1-0 (>= 13.3.0-6ubuntu2~24.04.1), binutils-aarch64-linux-gnu (>= 2.39), libgcc-13-dev (= 13.3.0-6ubuntu2~24.04.1), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgmp10 (>= 2:6.3.0+dfsg), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Recommends: libc6-dev (>= 2.13-0ubuntu6) Suggests: gcc-13-doc (>= 13), gcc-13-locales (>= 13) Breaks: gcc-13 (<< 13.2.0-11) Description: GNU C compiler for the aarch64-linux-gnu architecture This is the GNU C compiler for the aarch64-linux-gnu architecture, a fairly portable optimizing compiler for C. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: gcc-13-base Status: install ok installed Priority: optional Section: libs Installed-Size: 113 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 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/ Original-Maintainer: Debian GCC Maintainers Package: gcc-14-base Status: install ok installed Priority: required Section: libs Installed-Size: 113 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 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/ Original-Maintainer: Debian GCC Maintainers Package: gcc-14-cross-base Status: install ok installed Priority: optional Section: devel Installed-Size: 106 Maintainer: Ubuntu Core developers Architecture: all Source: gcc-14-cross (4ubuntu3.3) Version: 14.2.0-4ubuntu2~24.04.1cross1 Description: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Built-Using: gcc-14 (= 14.2.0-4ubuntu2~24.04.1) Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: gcc-aarch64-linux-gnu Status: install ok installed Priority: optional Section: devel Installed-Size: 25 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gcc-defaults (1.214ubuntu1) Version: 4:13.2.0-7ubuntu1 Replaces: gcc (<< 4:13.2.0-3) Depends: cpp-aarch64-linux-gnu (= 4:13.2.0-7ubuntu1), gcc-13-aarch64-linux-gnu (>= 13.2.0-11~) Recommends: libc6-dev, libc-dev Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-aarch64-linux-gnu, gcc-doc Breaks: gcc (<< 4:13.2.0-3) Description: GNU C compiler for the arm64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the arm64 architecture. Original-Maintainer: Debian GCC Maintainers Package: gettext-base Status: install ok installed Priority: standard Section: utils Installed-Size: 364 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gettext Version: 0.21-14ubuntu2 Depends: libc6 (>= 2.38) Description: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Homepage: https://www.gnu.org/software/gettext/ Original-Maintainer: Santiago Vila Package: gh Status: install ok installed Priority: optional Installed-Size: 36533 Maintainer: GitHub Architecture: arm64 Version: 2.93.0 Depends: git Description: GitHub’s official command line tool. License: MIT Homepage: https://github.com/cli/cli Package: ghostscript Status: install ok installed Priority: optional Section: text Installed-Size: 234 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 10.02.1~dfsg1-0ubuntu7.8 Replaces: ghostscript-x (<< 10.02.0~dfsg-1) Provides: ghostscript-x (= 10.02.1~dfsg1-0ubuntu7.8), postscript-viewer Depends: libgs10 (= 10.02.1~dfsg1-0ubuntu7.8), libc6 (>= 2.34) Suggests: texlive-binaries Conflicts: ghostscript-x (<< 10.02.0~dfsg-1) Description: interpreter for the PostScript language and for PDF GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . Furthermore, it can render PostScript and PDF files as graphics to be printed on non-PostScript printers. Supported printers include common dot-matrix, inkjet and laser models. . The suggested texlive-binaries package is only required when using dvipdf. Homepage: https://www.ghostscript.com/ Original-Maintainer: Debian Printing Team Package: gir1.2-girepository-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 102 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gobject-introspection Version: 1.80.1-1 Replaces: gir1.2-glib-2.0 (<< 1.78.1-7~) Depends: gir1.2-gobject-2.0 (>= 2.80.0), libgirepository-1.0-1 (>= 1.75.6) Breaks: gir1.2-glib-2.0 (<< 1.78.1-7~), gjs (<< 1.78.1-2~), pygobject (<< 3.46.0-3~) Description: Introspection data for GIRepository library GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . This package contains the introspection data for the GIRepository library, which can be used to manipulate the search path used by language bindings and load introspection data. Original-Maintainer: Debian GNOME Maintainers Homepage: https://wiki.gnome.org/GObjectIntrospection Package: gir1.2-glib-2.0 Status: install ok installed Priority: optional Section: introspection Installed-Size: 765 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: glib2.0 Version: 2.80.0-6ubuntu3.8 Provides: gir1.2-gio-2.0 (= 2.80.0-6ubuntu3.8), gir1.2-giounix-2.0 (= 2.80.0-6ubuntu3.8), gir1.2-glibunix-2.0 (= 2.80.0-6ubuntu3.8), gir1.2-gmodule-2.0 (= 2.80.0-6ubuntu3.8), gir1.2-gobject-2.0 (= 2.80.0-6ubuntu3.8) Depends: libglib2.0-0t64 (= 2.80.0-6ubuntu3.8) Breaks: libgirepository-1.0-1 (<< 1.78.1-3~) Description: Introspection data for GLib, GObject, Gio and GModule GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . This package contains the introspection data for the GLib, GObject, GModule and Gio libraries, in the typelib format used to generate bindings for dynamic languages like JavaScript and Python. Homepage: https://wiki.gnome.org/Projects/GLib Original-Maintainer: Debian GNOME Maintainers Package: gir1.2-secret-1 Status: install ok installed Priority: optional Section: introspection Installed-Size: 43 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsecret Version: 0.21.4-1build3 Depends: gir1.2-gio-2.0, gir1.2-gobject-2.0, libsecret-1-0 (>= 0.21.2) Description: Secret store (GObject-Introspection) This package contains introspection data for libsecret, which can be used to generate dynamic bindings. . libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains the introspection datas for the libsecret library. Homepage: https://wiki.gnome.org/Projects/Libsecret Original-Maintainer: Debian GNOME Maintainers Package: git Status: install ok installed Priority: optional Section: vcs Installed-Size: 21796 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1:2.43.0-1ubuntu7.3 Provides: git-completion, git-core Depends: libc6 (>= 2.38), libcurl3t64-gnutls (>= 7.56.1), libexpat1 (>= 2.0.1), libpcre2-8-0 (>= 10.34), zlib1g (>= 1:1.2.2), perl, liberror-perl, git-man (>> 1:2.43.0), git-man (<< 1:2.43.0-.) Recommends: ca-certificates, patch, less, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-email, git-gui, gitk, gitweb, git-cvs, git-mediawiki, git-svn Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), dgit (<< 5.1~), git-buildpackage (<< 0.6.5), git-el (<< 1:2.32.0~rc2-1~), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), guilt (<< 0.33), openssh-client (<< 1:6.8), stgit (<< 0.15), stgit-contrib (<< 0.15) Conffiles: /etc/bash_completion.d/git-prompt 7baac5c3ced94ebf2c0e1dde65c3b1a6 Description: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Homepage: https://git-scm.com/ Original-Maintainer: Jonathan Nieder Package: git-man Status: install ok installed Priority: optional Section: doc Installed-Size: 2162 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: git Version: 1:2.43.0-1ubuntu7.3 Description: fast, scalable, distributed revision control system (manual pages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides reference documentation for use by the 'man' utility and the 'git help' command. Homepage: https://git-scm.com/ Original-Maintainer: Jonathan Nieder Package: gnupg Status: install ok installed Priority: optional Section: utils Installed-Size: 509 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Depends: dirmngr (<< 2.4.4-2ubuntu17.4.1~), dirmngr (>= 2.4.4-2ubuntu17.4), gnupg-utils (<< 2.4.4-2ubuntu17.4.1~), gnupg-utils (>= 2.4.4-2ubuntu17.4), gpg (<< 2.4.4-2ubuntu17.4.1~), gpg (>= 2.4.4-2ubuntu17.4), gpg-agent (<< 2.4.4-2ubuntu17.4.1~), gpg-agent (>= 2.4.4-2ubuntu17.4), gpgsm (<< 2.4.4-2ubuntu17.4.1~), gpgsm (>= 2.4.4-2ubuntu17.4), gpgv (<< 2.4.4-2ubuntu17.4.1~), gpgv (>= 2.4.4-2ubuntu17.4), keyboxd (<< 2.4.4-2ubuntu17.4.1~), keyboxd (>= 2.4.4-2ubuntu17.4) Recommends: gnupg-l10n (= 2.4.4-2ubuntu17.4), gpg-wks-client (<< 2.4.4-2ubuntu17.4.1~), gpg-wks-client (>= 2.4.4-2ubuntu17.4) Suggests: parcimonie, xloadimage, gpg-wks-server (<< 2.4.4-2ubuntu17.4.1~), gpg-wks-server (>= 2.4.4-2ubuntu17.4) Breaks: debsig-verify (<< 0.15), dirmngr (<< 2.4.4-2ubuntu17.4), 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gnupg-l10n Status: install ok installed Priority: optional Section: localization Installed-Size: 400 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gnupg-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 463 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libbz2-1.0, libc6 (>= 2.38), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.46), libksba8 (>= 1.6.3), 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gpg Status: install ok installed Priority: optional Section: utils Installed-Size: 1194 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Replaces: gnupg (<< 2.1.21-4) Depends: gpgconf (= 2.4.4-2ubuntu17.4), libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.38), libgcrypt20 (>= 1.10.3), libgpg-error0 (>= 1.46), libnpth0t64 (>= 0.90), libreadline8t64 (>= 6.0), libsqlite3-0 (>= 3.7.15), zlib1g (>= 1:1.1.4) Recommends: dirmngr, gpg-agent Suggests: gnupg (= 2.4.4-2ubuntu17.4), keyboxd 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gpg-agent Status: install ok installed Priority: optional Section: utils Installed-Size: 742 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Replaces: gnupg-agent (<< 2.1.21-4) Provides: gnupg-agent Depends: gpgconf (= 2.4.4-2ubuntu17.4), pinentry-curses | pinentry, init-system-helpers (>= 1.52), libassuan0 (>= 2.5.1), libc6 (>= 2.38), libgcrypt20 (>= 1.10.3), libgpg-error0 (>= 1.46), libnpth0t64 (>= 0.90) Suggests: gnupg (= 2.4.4-2ubuntu17.4), 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gpg-wks-client Status: install ok installed Priority: optional Section: utils Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Depends: dirmngr (= 2.4.4-2ubuntu17.4), gpg (= 2.4.4-2ubuntu17.4), gpg-agent (= 2.4.4-2ubuntu17.4), libassuan0 (>= 2.5.0), libc6 (>= 2.38), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.46) Suggests: gnupg (= 2.4.4-2ubuntu17.4) 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gpgconf Status: install ok installed Priority: optional Section: utils Installed-Size: 321 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libassuan0 (>= 2.5.0), libc6 (>= 2.38), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.46), libreadline8t64 (>= 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gpgsm Status: install ok installed Priority: optional Section: utils Installed-Size: 565 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Depends: gpgconf (= 2.4.4-2ubuntu17.4), libassuan0 (>= 2.5.0), libc6 (>= 2.38), libgcrypt20 (>= 1.10.3), libgpg-error0 (>= 1.46), libksba8 (>= 1.6.3), libnpth0t64 (>= 0.90), libreadline8t64 (>= 6.0) Recommends: dirmngr, gpg-agent Suggests: gnupg (= 2.4.4-2ubuntu17.4), keyboxd 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gpgv Status: install ok installed Priority: important Section: utils Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Depends: libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.38), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.46), libnpth0t64 (>= 0.90), zlib1g (>= 1:1.1.4) Suggests: gnupg Breaks: 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/ Original-Maintainer: Debian GnuPG Maintainers Package: gradle Status: install ok installed Priority: optional Section: java Installed-Size: 509 Maintainer: Ubuntu Developers Architecture: all Version: 4.4.1-20 Replaces: libgradle-core-java (<< 1.12) Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless, libgradle-core-java (>= 4.4.1-20), libgradle-plugins-java (>= 4.4.1-20) Suggests: gradle-doc Breaks: gradle-debian-helper (<< 2.0~), libgradle-core-java (<< 1.12) Description: Powerful build system for the JVM Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Original-Maintainer: Debian Java Maintainers Homepage: https://gradle.org Package: grep Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 3.11-4build1 Provides: rgrep Pre-Depends: libc6 (>= 2.38), libpcre2-8-0 (>= 10.32) 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/ Original-Maintainer: Anibal Monsalve Salazar Package: groovy Status: install ok installed Priority: optional Section: java Installed-Size: 28475 Maintainer: Ubuntu Developers Architecture: all Version: 2.4.21-10 Depends: antlr, default-jre-headless (>= 2:1.7) | java7-runtime-headless, ivy, junit4, libasm-java (>= 6.0~alpha-2~), libbsf-java, libcommons-cli-java, libcommons-logging-java, libjansi-java, libjline2-java, libjsp-api-java, libqdox-java, libservlet-api-java, libxstream-java Recommends: ant, ant-optional, libgpars-groovy-java (>= 1.0~), libjcommander-java Suggests: groovy-doc Conffiles: /etc/groovy/groovy-starter.conf 912972b0ab3197dc62f59f485332edde Description: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. Original-Maintainer: Debian Java Maintainers Homepage: http://www.groovy-lang.org Package: grub-common Status: install ok installed Priority: optional Section: admin Installed-Size: 13176 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: grub2 Version: 2.12-1ubuntu7.3 Replaces: grub-coreboot (<< 2.00-4), grub-efi (<< 1.99-1), grub-efi-amd64 (<< 2.00-4), grub-efi-ia32 (<< 2.00-4), grub-efi-ia64 (<< 2.00-4), grub-ieee1275 (<< 2.00-4), grub-linuxbios (<< 1.96+20080831-1), grub-pc (<< 2.00-4), grub-yeeloong (<< 2.00-4), init-select Depends: libc6 (>= 2.38), libdevmapper1.02.1 (>= 2:1.02.36), libefiboot1t64 (>= 38), libefivar1t64 (>= 38), libfreetype6 (>= 2.2.1), libfuse3-3 (>= 3.2.3), liblzma5 (>= 5.1.1alpha+20120614), debconf (>= 0.5) | debconf-2.0, gettext-base, lsb-base (>= 3.0-6), python3, python3-apt Recommends: os-prober (>= 1.33) Suggests: multiboot-doc, mtools, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6), console-setup Breaks: apport (<< 2.1.1), friendly-recovery (<< 0.2.13), lupin-support (<< 0.55), mdadm (<< 2.6.7-2) Conflicts: init-select Conffiles: /etc/grub.d/00_header c63a5ca05b210afeee7c4174c8e47c1d /etc/grub.d/05_debian_theme 7af00bf2d834b3104688c9cbf40b23b3 /etc/grub.d/10_linux ffcb156621de9f70a37e189176a83297 /etc/grub.d/10_linux_zfs 1e898a27f29acfd4133f45f5b4382628 /etc/grub.d/20_linux_xen 0d28e77b657224c9499fe10bacb75f5f /etc/grub.d/25_bli e071d24e35e554a6e6446068f59715f6 /etc/grub.d/30_os-prober 9dfb165d3fb3dcd313c2f9abd6e84094 /etc/grub.d/30_uefi-firmware 2d918e14d15f40c01398a7534702870d /etc/grub.d/40_custom babe7de352fe18de5a238569cf4b8a11 /etc/grub.d/41_custom 1d876baff8ca3841aa6ba057e881a2e4 /etc/grub.d/README be58f42dfe74feb6eeb98c6a843c743f /etc/init.d/grub-common 088b8dfbff672d12dc501be54eeb64c6 /etc/pm/sleep.d/10_grub-common bc63b0c6613e95979446d17a88875d6a Description: GRand Unified Bootloader (common files) This package contains common files shared by the distinct flavours of GRUB. It is shared between GRUB Legacy and GRUB 2, although a number of files specific to GRUB 2 are here as long as they do not break GRUB Legacy. . grub-mkrescue needs the suggested packages mtools (for UEFI targets) and xorriso. Built-Using: lzo2 (= 2.10-2build4) Homepage: https://www.gnu.org/software/grub/ Original-Maintainer: GRUB Maintainers Package: grub-efi-arm64 Status: install ok installed Priority: optional Section: admin Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: grub2-unsigned Version: 2.12-1ubuntu7.3 Depends: debconf (>= 0.5) | debconf-2.0, grub-efi-arm64-bin (= 2.12-1ubuntu7.3), grub2-common (>= 2.02~beta2-36ubuntu3.32), ucf Description: GRand Unified Bootloader, version 2 (ARM64 UEFI version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This is a dependency package for a version of GRUB that has been built for use on ARM64 systems with UEFI. Installing this package indicates that this version of GRUB should be the active boot loader. Homepage: https://www.gnu.org/software/grub/ Original-Maintainer: GRUB Maintainers Package: grub-efi-arm64-bin Status: install ok installed Priority: optional Section: admin Installed-Size: 10506 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: grub2-unsigned Version: 2.12-1ubuntu7.3 Depends: grub-common (>= 2.02~beta2-9) Recommends: grub-efi-arm64-signed, efibootmgr Description: GRand Unified Bootloader, version 2 (ARM64 UEFI modules) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains GRUB modules that have been built for use on ARM64 systems with UEFI. It can be installed in parallel with other flavours, but will not automatically install GRUB as the active boot loader nor automatically update grub.cfg on upgrade unless grub-efi-arm64 is also installed. Homepage: https://www.gnu.org/software/grub/ Efi-Vendor: ubuntu Original-Maintainer: GRUB Maintainers Package: grub-efi-arm64-signed Status: install ok installed Priority: optional Section: utils Installed-Size: 7542 Maintainer: Colin Watson Architecture: arm64 Source: grub2-signed (1.202.5) Version: 1.202.5+2.12-1ubuntu7.3 Depends: debconf (>= 0.5) | debconf-2.0, grub-efi-arm64 (= 2.12-1ubuntu7.3) Recommends: secureboot-db Description: GRand Unified Bootloader, version 2 (EFI-ARM64 version, signed) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB built for use with the EFI-ARM64 architecture, signed with Canonical's UEFI signing key. Built-Using: grub2 (= 2.12-1ubuntu7.3) Package: grub2-common Status: install ok installed Priority: optional Section: admin Installed-Size: 1440 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: grub2 Version: 2.12-1ubuntu7.3 Replaces: grub, grub-cloud-amd64 (<< 0.0.4), grub-common (<< 1.99-1), grub-coreboot (<< 2.02+dfsg1-7), grub-doc (<< 0.97-29ubuntu60), grub-efi-amd64 (<< 2.02+dfsg1-7), grub-efi-arm (<< 2.02+dfsg1-7), grub-efi-arm64 (<< 2.02+dfsg1-7), grub-efi-ia32 (<< 2.02+dfsg1-7), grub-efi-ia64 (<< 2.02+dfsg1-7), grub-ieee1275 (<< 2.02+dfsg1-7), grub-legacy, grub-legacy-doc (<< 0.97-29ubuntu60), grub-pc (<< 2.02+dfsg1-7), grub-uboot (<< 2.02+dfsg1-7), grub-xen (<< 2.02+dfsg1-7), grub-yeeloong (<< 2.02+dfsg1-7) Depends: grub-common (= 2.12-1ubuntu7.3), dpkg (>= 1.15.4), libc6 (>= 2.38), libdevmapper1.02.1 (>= 2:1.02.36), libefiboot1t64 (>= 38), libefivar1t64 (>= 38), liblzma5 (>= 5.1.1alpha+20120614) Breaks: grub (<< 0.97-54), grub-cloud-amd64 (<< 0.0.4), grub-coreboot (<< 2.02+dfsg1-7), grub-doc (<< 0.97-29ubuntu60), grub-efi-amd64 (<< 2.02+dfsg1-7), grub-efi-arm (<< 2.02+dfsg1-7), grub-efi-arm64 (<< 2.02+dfsg1-7), grub-efi-ia32 (<< 2.02+dfsg1-7), grub-efi-ia64 (<< 2.02+dfsg1-7), grub-ieee1275 (<< 2.02+dfsg1-7), grub-legacy-doc (<< 0.97-29ubuntu60), grub-pc (<< 2.02+dfsg1-7), grub-uboot (<< 2.02+dfsg1-7), grub-xen (<< 2.02+dfsg1-7), grub-yeeloong (<< 2.02+dfsg1-7), shim (<< 0.9+1474479173.6c180c6-0ubuntu1~) Conflicts: grub-legacy Conffiles: /etc/kernel/postinst.d/zz-update-grub 5a98abefbfe97dbed36db7899251e433 /etc/kernel/postrm.d/zz-update-grub 5a98abefbfe97dbed36db7899251e433 Description: GRand Unified Bootloader (common files for version 2) This package contains common files shared by the distinct flavours of GRUB. The files in this package are specific to GRUB 2, and would break GRUB Legacy if installed on the same system. Homepage: https://www.gnu.org/software/grub/ Original-Maintainer: GRUB Maintainers Package: gsettings-desktop-schemas Status: install ok installed Priority: optional Section: gnome Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 46.1-0ubuntu1 Depends: dconf-gsettings-backend | gsettings-backend, session-migration Breaks: gnome-panel (<< 3.49), gnome-shell (<< 44), libmutter-11-0, metacity (<< 1:3.49) Description: GSettings desktop-wide schemas gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop. Homepage: https://www.gnome.org/ Original-Maintainer: Debian GNOME Maintainers Package: gtk-update-icon-cache Status: install ok installed Priority: optional Section: misc Installed-Size: 159 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gtk+3.0 Version: 3.24.41-4ubuntu1.3 Replaces: libgtk-3-bin (<< 3.20.6-1), libgtk2.0-bin (<< 2.24.30-2) Depends: libc6 (>= 2.38), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0t64 (>= 2.57.2) Breaks: libgtk-3-bin (<< 3.20.6-1), libgtk2.0-bin (<< 2.24.30-2) Description: icon theme caching utility gtk-update-icon-cache creates mmap()able cache files for icon themes. . GTK can use the cache files created by gtk-update-icon-cache to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well. Homepage: https://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: gzip Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 283 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.12-1ubuntu3.1 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.38) Suggests: less Conflicts: zutils (<< 1.12-3.1~) 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/ Original-Maintainer: Milan Kupcevic Package: hicolor-icon-theme Status: install ok installed Priority: optional Section: misc Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.17-2 Description: default fallback theme for FreeDesktop.org icon themes This is the default fallback theme used by implementations of the Freedesktop.org Icon Theme specification. Original-Maintainer: Debian GNOME Maintainers Package: hostname Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 90 Maintainer: Ubuntu Developers Architecture: arm64 Version: 3.23+nmu2ubuntu2 Replaces: nis (<< 3.17-30) Pre-Depends: libc6 (>= 2.34) 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. Original-Maintainer: Michael Meskes Package: humanity-icon-theme Status: install ok installed Priority: optional Section: gnome Installed-Size: 20660 Maintainer: Ubuntu MOTU Developers Architecture: all Version: 0.6.16 Depends: adwaita-icon-theme, hicolor-icon-theme Description: Humanity Icon theme Humanity and Humanity Dark are nice and well polished icon themes for the GNOME desktop. Package: hwdata Status: install ok installed Priority: optional Section: misc Installed-Size: 77 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.379-1 Depends: pci.ids, usb.ids Description: hardware identification / configuration data This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It is needed for the kudzu hardware detection. Original-Maintainer: Pino Toscano Homepage: https://github.com/vcrhonek/hwdata Package: imagemagick Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 74 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 8:6.9.12.98+dfsg1-5.2build2 Depends: imagemagick-6.q16 (>= 8:6.9.2.10+dfsg-2~) Description: image manipulation programs -- binaries ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . This package include links to channel depth specific binaries and manual pages. . This is a dummy package. You can safely purge or remove it. Homepage: https://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: imagemagick-6-common Status: install ok installed Priority: optional Section: graphics Installed-Size: 481 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: imagemagick Version: 8:6.9.12.98+dfsg1-5.2build2 Replaces: imagemagick-common (<< 8:6.9.12.98+dfsg1-1~) Provides: imagemagick-common (= 8:6.9.12.98+dfsg1-5.2build2) Breaks: imagemagick-common (<< 8:6.9.12.98+dfsg1-1~), libmagickcore-6.q16-2 (<< 8:6.9.6.2+dfsg-3~), libmagickcore-6.q16-3 (<< 8:6.9.6.8+dfsg-1~), libmagickcore-6.q16-4 (<< 8:6.9.8.9+dfsg-1~), libmagickcore-6.q16hdri-4 (<< 8:6.9.8.9+dfsg-1~) Conffiles: /etc/ImageMagick-6/coder.xml 2cd28d60bb45db29bba17f35dc58ccb9 /etc/ImageMagick-6/colors.xml 7a58fb76b799bf829c55eecd08db28c2 /etc/ImageMagick-6/delegates.xml a4f217ebffb681b249dff29fa19eb9c1 /etc/ImageMagick-6/log.xml 29c0a0702c3729fec215ce53438eb608 /etc/ImageMagick-6/magic.xml 04b219d820811a6cb1bc7af03b52b626 /etc/ImageMagick-6/mime.xml 33255caa9d8edb23cd3bf96de362507f /etc/ImageMagick-6/policy-debian.xml 7e5fc23523a501ccf8146e2439378d68 /etc/ImageMagick-6/policy-limited.xml 03fb84fef5dd639cd230a386e514d4ae /etc/ImageMagick-6/policy-open.xml 7435393bf35edb31ee68741749dba1e3 /etc/ImageMagick-6/policy-secure.xml 8e4e0dabdb68ee964cf4a7dd9bb3eef8 /etc/ImageMagick-6/policy-websafe.xml 277fa065e5eb3c874efbd50c0b2d0483 /etc/ImageMagick-6/policy.xml 7e5fc23523a501ccf8146e2439378d68 /etc/ImageMagick-6/quantization-table.xml 948aa1faac66b697266eaa55e8a052e5 /etc/ImageMagick-6/thresholds.xml 88370f6d426e50628949a43a71d1398a /etc/ImageMagick-6/type-apple.xml 94aac3cbd6fdb6ccf338e8e60c3a6fcc /etc/ImageMagick-6/type-dejavu.xml 2914462b5aec3bf19f4f706c018e904f /etc/ImageMagick-6/type-ghostscript.xml e283f0f7916ca637a6bcb713f754d9be /etc/ImageMagick-6/type-urw-base35.xml 2f19ed10d310718f906557c44a2b7d4f /etc/ImageMagick-6/type-windows.xml 3a8000b7f83d4108e7c3024c1bcc403c /etc/ImageMagick-6/type.xml a355c73d6843b2bfb5b5d7bb9cf2a5de Description: image manipulation programs -- infrastructure imagemagick-common contains the filesystem infrastructure required for further installation of imagemagick in any configuration; it does not provide a full installation of binaries, libraries, and utilities required to run imagemagick. . This package is independent of channel depth. Homepage: https://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: imagemagick-6.q16 Status: install ok installed Priority: optional Section: graphics Installed-Size: 1138 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: imagemagick Version: 8:6.9.12.98+dfsg1-5.2build2 Replaces: imagemagick (<< 8:6.9.2.10+dfsg-2~) Provides: imagemagick, imagemagick-6.defaultquantum (= 8:6.9.12.98+dfsg1-5.2build2) Depends: libc6 (>= 2.34), libmagickcore-6.q16-7t64 (>= 8:6.9.10.2), libmagickwand-6.q16-7t64 (>= 8:6.9.12.98+dfsg1-5.2build2), hicolor-icon-theme Recommends: libmagickcore-6.q16-7-extra, ghostscript, netpbm Suggests: imagemagick-6-doc, autotrace, cups-bsd | lpr | lprng, curl, enscript, ffmpeg, gimp, gnuplot, grads, graphviz, groff-base, hp2xx, html2ps, libwmf-bin, mplayer, povray, radiance, sane-utils, texlive-base-bin, transfig, libraw-bin, xdg-utils Breaks: libmagickcore-dev (<< 8:6.9.2.10+dfsg-2~) Description: image manipulation programs -- quantum depth Q16 ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats, you need to install the libmagickcore-6.q16-7-extra package. . This version of imagemagick is compiled for a channel depth of 16 bits (Q16). Homepage: https://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: init-system-helpers Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 130 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.66ubuntu1 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. Original-Maintainer: Debian systemd Maintainers Package: initramfs-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.142ubuntu25.8 Provides: linux-initramfs-tool Depends: initramfs-tools-core (= 0.142ubuntu25.8), linux-base Suggests: bash-completion Breaks: e2fsprogs (<< 1.42.13), initscripts (<< 2.88dsf-59.3~), netplan.io (<< 0.37), upstart Conflicts: linux-initramfs-tool, usplash (<< 0.5.50) Conffiles: /etc/initramfs-tools/update-initramfs.conf e2026d4603e7161efaccca519aeb1297 /etc/kernel/postinst.d/initramfs-tools c1cb0e052a2cdeef4f3257585c83c58d /etc/kernel/postrm.d/initramfs-tools e7471d253a5b24e2fd85b40be4e43218 Description: generic modular initramfs generator (automation) This package builds a bootable initramfs for Linux kernel packages. The initramfs is loaded along with the kernel and is responsible for mounting the root filesystem and starting the main init system. Original-Maintainer: Debian kernel team Package: initramfs-tools-bin Status: install ok installed Priority: optional Section: utils Installed-Size: 159 Maintainer: Ubuntu Developers Architecture: arm64 Source: initramfs-tools Version: 0.142ubuntu25.8 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libudev1 (>= 183) Description: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Original-Maintainer: Debian kernel team Package: initramfs-tools-core Status: install ok installed Priority: optional Section: utils Installed-Size: 207 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: initramfs-tools Version: 0.142ubuntu25.8 Replaces: initramfs-tools (<< 0.121~) Depends: busybox-initramfs (>= 1:1.30.1-4ubuntu5~), dhcpcd-base, dracut-install, e2fsprogs, initramfs-tools-bin (= 0.142ubuntu25.8), klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, coreutils (>= 8.24), logsave | e2fsprogs (<< 1.45.3-1~) Recommends: zstd Suggests: bash-completion Breaks: busybox-initramfs (<< 1:1.30.1-4ubuntu5~), initramfs-tools (<< 0.121~) Conffiles: /etc/initramfs-tools/initramfs.conf 37168abeabf36c927e6c3877b7a343b9 Description: generic modular initramfs generator (core tools) This package contains the mkinitramfs program that can be used to create a bootable initramfs for a Linux kernel. The initramfs should be loaded along with the kernel and is then responsible for mounting the root filesystem and starting the main init system. Original-Maintainer: Debian kernel team Package: iproute2 Status: install ok installed Priority: important Section: net Installed-Size: 3642 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 6.1.0-1ubuntu6.2 Replaces: iproute Provides: arpd Depends: debconf (>= 0.5) | debconf-2.0, libbpf1 (>= 1:0.6.0), libc6 (>= 2.38), libcap2 (>= 1:2.10), libdb5.3t64, libelf1t64 (>= 0.131), libmnl0 (>= 1.0.3-4~), libselinux1 (>= 3.1~), libxtables12 (>= 1.6.0+snapshot20161117), libcap2-bin Recommends: libatm1t64 (>= 2.4.1-17~) Suggests: iproute2-doc, python3:any 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 35b7f1673d1d0486c4188fd06b46a410 /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 Original-Maintainer: Debian Kernel Team Package: iptables Status: install ok installed Priority: optional Section: net Installed-Size: 8431 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.8.10-3ubuntu2 Depends: libip4tc2 (= 1.8.10-3ubuntu2), libip6tc2 (= 1.8.10-3ubuntu2), libxtables12 (= 1.8.10-3ubuntu2), netbase (>= 6.0), libc6 (>= 2.38), libmnl0 (>= 1.0.3-4~), libnetfilter-conntrack3 (>= 1.0.6), libnfnetlink0 (>= 1.0.2), libnftnl11 (>= 1.1.6) Recommends: nftables Suggests: firewalld, kmod Description: administration tools for packet filtering and NAT The iptables/xtables framework has been replaced by nftables. You should consider migrating now. . iptables is the userspace command line program used to configure the Linux packet filtering and NAT ruleset. It is targeted towards systems and networks administrators. . This package contains several different utilities, the most important ones: . iptables-nft, iptables-nft-save, iptables-nft-restore (nft-based version) . iptables-legacy, iptables-legacy-save, iptables-legacy-restore (legacy version) . ip6tables-nft, ip6tables-nft-save, ip6tables-nft-restore (nft-based version) . ip6tables-legacy, ip6tables-legacy-save, ip6tables-legacy-restore (legacy version) . arptables-nft, arptables-nft-save, arptables-nft-restore (nft-based version) . ebtables-nft, ebtables-nft-save, ebtables-nft-restore (nft-based version) Homepage: https://www.netfilter.org/ Original-Maintainer: Debian Netfilter Packaging Team Package: iptables-persistent Status: install ok installed Priority: optional Section: admin Installed-Size: 47 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.20 Depends: netfilter-persistent (= 1.0.20), debconf (>= 0.5) | debconf-2.0 Pre-Depends: iptables Description: boot-time loader for netfilter rules, iptables plugin netfilter-persistent is a loader for netfilter configuration using a plugin-based architecture. . This package contains the iptables and ip6tables plugins. Original-Maintainer: gustavo panizzo Package: ivy Status: install ok installed Priority: optional Section: java Installed-Size: 1419 Maintainer: Ubuntu Developers Architecture: all Version: 2.5.2-1 Depends: default-jre-headless | java2-runtime-headless Suggests: default-jre | java2-runtime, ivy-doc, libbcpg-java, libbcprov-java, libjsch-agent-proxy-java, libjsch-java Description: agile dependency manager Ivy is a very powerful dependency manager oriented toward Java dependency management, even though it could be used to manage dependencies of any kind. Original-Maintainer: Debian Java Maintainers Homepage: https://ant.apache.org/ivy/ Package: java-common Status: install ok installed Priority: optional Section: java Installed-Size: 28 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.75+exp1 Suggests: default-jre Description: Base package for Java runtimes This package provides common tools for the Java runtimes, such as the update-java-alternatives mechanism used to switch between different versions of Java. Original-Maintainer: Debian Java Maintainers Homepage: https://wiki.debian.org/Java/ Package: java-wrappers Status: install ok installed Priority: optional Section: java Installed-Size: 35 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.4 Depends: unzip Description: wrappers for java executables Wrapper script facilities for java executables. . This package can be used by packagers of java programs to provide java runtime detection, jar lookup and a consistent user interface (debugging, environment variables). Original-Maintainer: Debian Java Maintainers Package: javascript-common Status: install ok installed Priority: optional Section: web Installed-Size: 33 Maintainer: Ubuntu Developers Architecture: all Version: 11+nmu1 Suggests: apache2 (>= 2.4.6~) | lighttpd | httpd Conffiles: /etc/apache2/conf-available/javascript-common.conf 133aafb01e900b05e75042fd47dec067 /etc/lighttpd/conf-available/90-javascript-alias.conf 568434a47d89bb89ecf81c8f9c4e1669 Description: Base support for JavaScript library packages Web applications that use JavaScript need to distribute it through HTTP. Using a common path for every script avoids the need to enable this path in the HTTP server for every package. . This is a helper package that creates /usr/share/javascript and enables it in the Apache and Lighttpd webserver. Original-Maintainer: Debian Javascript Maintainers Package: jq Status: install ok installed Priority: optional Section: utils Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.7.1-3ubuntu0.24.04.2 Depends: libc6 (>= 2.38), libjq1 (= 1.7.1-3ubuntu0.24.04.2) Description: lightweight and flexible command-line JSON processor jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. Homepage: https://jqlang.github.io/jq Original-Maintainer: ChangZhuo Chen (陳昌倬) Package: junit4 Status: install ok installed Priority: optional Section: java Installed-Size: 420 Maintainer: Ubuntu Developers Architecture: all Version: 4.13.2-4 Depends: default-jre-headless | java5-runtime-headless, libhamcrest-java (>= 2.2) Description: JUnit regression test framework for Java JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. Original-Maintainer: Debian Java Maintainers Homepage: http://www.junit.org Package: kbd Status: install ok installed Priority: optional Section: utils Installed-Size: 2496 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.6.4-2ubuntu2 Provides: console-utilities Depends: libc6 (>= 2.34), console-setup | console-setup-mini Conflicts: console-utilities Description: Linux console font and keytable utilities This package allows you to set up the Linux console, change the font, resize text mode virtual consoles and remap the keyboard. . You will probably want to install the “console-setup” package which sets up console font and keymap data files. Homepage: https://kbd-project.org/ Original-Maintainer: Console utilities maintainers Package: keyboard-configuration Status: install ok installed Priority: optional Section: utils Installed-Size: 804 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: console-setup Version: 1.226ubuntu1 Replaces: console-setup (<< 1.47), console-setup-mini (<< 1.47) Depends: debconf (>= 0.5) | debconf-2.0, liblocale-gettext-perl, xkb-data (>= 2.41~), xkb-data (<< 2.41A) Pre-Depends: debconf | debconf-2.0 Breaks: console-setup (<< 1.71), console-setup-mini (<< 1.47) Description: system-wide keyboard preferences This package maintains the keyboard preferences in /etc/default/keyboard. Other packages can use the information provided by this package in order to configure the keyboard on the console or in X Window. Original-Maintainer: Debian Install System Team Package: keyboxd Status: install ok installed Priority: optional Section: utils Installed-Size: 238 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gnupg2 Version: 2.4.4-2ubuntu17.4 Depends: gpgconf (= 2.4.4-2ubuntu17.4), init-system-helpers (>= 1.52), libassuan0 (>= 2.5.1), libc6 (>= 2.38), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.46), libksba8 (>= 1.6.3), libnpth0t64 (>= 0.90), libsqlite3-0 (>= 3.14.0) Suggests: gnupg (= 2.4.4-2ubuntu17.4), dbus-user-session, libpam-systemd Description: GNU privacy guard - public key material service 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. . keyboxd is a server for managing public key material of OpenPGP and S/MIME. Homepage: https://www.gnupg.org/ Original-Maintainer: Debian GnuPG Maintainers Package: keyutils Status: install ok installed Priority: optional Section: admin Installed-Size: 249 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.6.3-3build1 Depends: libc6 (>= 2.38), libkeyutils1 (>= 1.6.3) Conffiles: /etc/request-key.conf 8ad8d7d3deb6e3fbaaf483ed94fb6284 Description: Linux Key Management Utilities 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 the binaries, most notably the keyctl utility. Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git Original-Maintainer: Christian Kastner Package: klibc-utils Status: install ok installed Priority: optional Section: libs Installed-Size: 2304 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: klibc Version: 2.0.13-4ubuntu0.2 Depends: libklibc (= 2.0.13-4ubuntu0.2) Description: small utilities built with klibc for early boot This package contains a collection of programs that are linked against klibc. These duplicate some of the functionality of a regular Linux toolset, but are typically much smaller than their full-function counterparts. They are intended for inclusion in initramfs images and embedded systems. Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git Original-Maintainer: Debian Kernel Team Package: kmod Status: install ok installed Priority: important Section: admin Installed-Size: 277 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 31+20240202-2ubuntu7.2 Depends: libc6 (>= 2.38), liblzma5 (>= 5.4.5-0.2), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), libkmod2 (= 31+20240202-2ubuntu7.2) Conffiles: /etc/depmod.d/ubuntu.conf 7c8439ef36b12e5f226b5dbfa20b8c2d /etc/init.d/kmod 76fcb3d88797536529a112ea3365e1d9 /etc/modprobe.d/blacklist-ath_pci.conf d1da9bb08c2b0f56f3be93fd0e37946b /etc/modprobe.d/blacklist-firewire.conf 9cc07a17e8e64f9cd35ff59c29debe69 /etc/modprobe.d/blacklist-framebuffer.conf 097e2142ae3e4dd2911eda7844ce0c18 /etc/modprobe.d/blacklist-rare-network.conf 8fb4b96124e461f53adceba9ca91f09a /etc/modprobe.d/blacklist.conf 75f90164fe53985db48e7aa168bd5e7c /etc/modprobe.d/disable-algif_aead.conf 04813ca05ec9114b93aef8e835ad6954 /etc/modprobe.d/iwlwifi.conf f27bc645e93e20c8e532325d190ac8ee Description: tools for managing Linux kernel modules This package contains a set of programs for loading, inserting, and removing kernel modules for Linux. It replaces module-init-tools. Original-Maintainer: Marco d'Itri Package: less Status: install ok installed Priority: important Section: text Installed-Size: 424 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 590-2ubuntu2.1 Depends: libc6 (>= 2.34), libtinfo6 (>= 6) Description: pager program similar to more This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Less has many more features than the basic pager "more". As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. . Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files. Homepage: http://www.greenwoodsoftware.com/less/ Original-Maintainer: Milan Kupcevic Package: libaacs0 Status: install ok installed Priority: optional Section: libs Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libaacs Version: 0.11.1-2build1 Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0) Recommends: libbdplus0 Enhances: libbluray2 Description: free-and-libre implementation of AACS libaacs is a research project to implement the Advanced Access Content System specification. It provides, through an open-source library, a way to understand how the AACS works. . This package DOES NOT provide any key or certificate that could be used to decode encrypted copyrighted material. It is based on the official public AACS specification only. . This package provides the shared library. Homepage: https://www.videolan.org/developers/libaacs.html Original-Maintainer: Debian Multimedia Maintainers Package: libacl1 Status: install ok installed Priority: required Section: libs Installed-Size: 101 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: acl Version: 2.3.2-1build1.1 Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Guillem Jover Package: libalgorithm-diff-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 127 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.201-1 Depends: perl:any Recommends: libalgorithm-diff-xs-perl Description: module to find differences between files Algorithm::Diff is a Perl module that allows users to analyze text based on a Longest Common Subsequence (LCS) algorithm. It can compare two files and find the differences between them, which can produce the same information as the common Unix tool 'diff'. . There is an XS-optimized implementation of the core loop, which accelerates some types of diff output (see libalgorithm-diff-xs-perl). Original-Maintainer: Debian Perl Group Homepage: https://metacpan.org/release/Algorithm-Diff Package: libalgorithm-diff-xs-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 93 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Version: 0.04-8build3 Depends: perl (>= 5.38.2-3.2), perlapi-5.38.2, libc6 (>= 2.17), libalgorithm-diff-perl Description: module to find differences between files (XS accelerated) Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's excellent but not very well-known Algorithm::LCS module, with a drop-in interface identical to Algorithm::Diff. . Note that only the LCSidx function is optimized in XS at the moment, which means only compact_diff will get significantly faster for large data sets, while diff and sdiff will run in identical speed as Algorithm::Diff. Homepage: https://metacpan.org/release/Algorithm-Diff-XS Original-Maintainer: Debian Perl Group Package: libalgorithm-merge-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 42 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.08-5 Depends: perl:any, libalgorithm-diff-perl Description: Perl module for three-way merge of textual data Algorithm::Merge provides three-way merge and diff functions, complementing the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given three sets of items, known as the original, left and right, this module can take a three-way difference or merge them. Taking a difference provides an array reference that is very similar to the behaviour of Algorithm::Diff. One can also implement custom conflict resolution using the CONFLICT callback. Original-Maintainer: Debian Perl Group Homepage: https://metacpan.org/release/Algorithm-Merge Package: libantlr-java Status: install ok installed Priority: optional Section: java Installed-Size: 493 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: antlr Version: 2.7.7+dfsg-13build1 Description: language tool for constructing recognizers, compilers etc (java library) ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. Homepage: https://www.antlr2.org Original-Maintainer: Debian Java Maintainers Package: libaom3 Status: install ok installed Priority: optional Section: libs Installed-Size: 3887 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: aom Version: 3.8.2-2ubuntu0.1 Depends: libc6 (>= 2.34) Description: AV1 Video Codec Library AOMedia Video 1 (AV1) is an open and royalty free video encoding format optimized for the Internet and the successor of VP9. aom is the reference encoder and decoder implementation published by the Alliance for Open Media. . This package contains the shared library. Homepage: https://aomedia.googlesource.com/aom/ Original-Maintainer: Debian Multimedia Maintainers Package: libaopalliance-java Status: install ok installed Priority: optional Section: java Installed-Size: 30 Maintainer: Ubuntu Developers Architecture: all Version: 20070526-7 Description: library for interoperability for Java AOP implementations Aspect-Oriented Programming (AOP) offers a better solution to many problems than do existing technologies such as EJB. . The AOP Alliance aims to ensure interoperability between Java AOP implementations by providing standard interfaces common among the different frameworks and implementations. Original-Maintainer: Debian Java Maintainers Homepage: http://aopalliance.sourceforge.net/ Package: libapache-pom-java Status: install ok installed Priority: optional Section: java Installed-Size: 43 Maintainer: Ubuntu Developers Architecture: all Source: apache-pom Version: 29-2 Description: Maven metadata for all Apache Software projects This package contains the Maven metadata shared between all Apache Software Foundation's projects. Original-Maintainer: Debian Java Maintainers Homepage: http://maven.apache.org/pom/asf/ Package: libapparmor1 Status: install ok installed Priority: optional Section: libs Installed-Size: 167 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: apparmor Version: 4.0.1really4.0.1-0ubuntu0.24.04.5 Replaces: libapparmor-perl (<< 3.0.3-3) Depends: libc6 (>= 2.38) Breaks: libapparmor-perl (<< 3.0.3-3) 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/ Original-Maintainer: Debian AppArmor Team Package: libapt-pkg6.0t64 Status: install ok installed Priority: important Section: libs Installed-Size: 3149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: apt Version: 2.8.3 Replaces: libapt-pkg6.0 Provides: libapt-pkg (= 2.8.3), libapt-pkg6.0 (= 2.8.3) Depends: libbz2-1.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r127), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 13.1), libsystemd0 (>= 221), libudev1 (>= 183), libxxhash0 (>= 0.7.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.2.3) Recommends: apt (>= 2.8.3) Breaks: appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), dpkg (<< 1.20.8), libapt-inst1.5 (<< 0.9.9~), libapt-pkg6.0 (<< 2.8.3) Conflicts: libnettle8 (<< 3.9.1-2.2~) 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). Original-Maintainer: APT Development Team Package: libarchive13t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 904 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libarchive Version: 3.7.2-2ubuntu0.7 Replaces: libarchive13 Provides: libarchive13 (= 3.7.2-2ubuntu0.7) Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.2.2), libnettle8t64, libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Suggests: lrzip Breaks: libarchive13 (<< 3.7.2-2ubuntu0.7) Description: Multi-format archive and compression library (shared library) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) * zstandard (read and write using libzstd) . This package provides the libarchive shared library. Homepage: https://www.libarchive.org/ Original-Maintainer: Peter Pentchev Package: libargon2-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: argon2 Version: 0~20190702+dfsg-4build1 Depends: libc6 (>= 2.34) Breaks: cryptsetup-initramfs (<< 2:2.6.1-2) 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 Original-Maintainer: Debian Security Tools Package: libasan8 Status: install ok installed Priority: optional Section: libs Installed-Size: 10662 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.34), libgcc-s1 (>= 3.3) Description: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libasm-java Status: install ok installed Priority: optional Section: java Installed-Size: 869 Maintainer: Ubuntu Developers Architecture: all Source: asm Version: 9.7-1 Description: Java bytecode manipulation framework ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow one to easily assemble custom complex transformations and code analysis tools. . ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it makes it very attractive for using in dynamic systems. Original-Maintainer: Debian Java Maintainers Homepage: http://asm.ow2.io Package: libasound2-data Status: install ok installed Priority: optional Section: libs Installed-Size: 197 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: alsa-lib Version: 1.2.11-1ubuntu0.2 Replaces: libasound2t64 (<< 1.2.11-1ubuntu0.2) Recommends: alsa-ucm-conf, alsa-topology-conf Suggests: alsa-utils Breaks: libasound2t64 (<< 1.2.11-1ubuntu0.2) Description: Configuration files and profiles for ALSA drivers This package contains configuration files for ALSA drivers. . ALSA is the Advanced Linux Sound Architecture. Homepage: https://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: libasound2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 698 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: alsa-lib Version: 1.2.11-1ubuntu0.2 Provides: libasound-dev Depends: libasound2t64 (= 1.2.11-1ubuntu0.2) Suggests: libasound2-doc Description: shared library for ALSA applications -- development files This package contains files required for developing software that makes use of libasound2t64, the ALSA library. . ALSA is the Advanced Linux Sound Architecture. Homepage: https://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: libasound2t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 1267 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: alsa-lib Version: 1.2.11-1ubuntu0.2 Replaces: libasound2 Provides: libasound2 (= 1.2.11-1ubuntu0.2) Depends: libasound2-data (>= 1.2.11-1ubuntu0.2), libc6 (>= 2.38) Suggests: libasound2-plugins (>= 1.0.24) Breaks: alsa-utils (<< 1.2.1), libasound2 (<< 1.2.11-1ubuntu0.2) Description: shared library for ALSA applications This package contains the ALSA library and its standard plugins, as well as the required configuration files. . ALSA is the Advanced Linux Sound Architecture. Homepage: https://www.alsa-project.org/ Original-Maintainer: Debian ALSA Maintainers Package: libass9 Status: install ok installed Priority: optional Section: libs Installed-Size: 213 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libass Version: 1:0.17.1-2build1 Depends: libc6 (>= 2.38), libfontconfig1 (>= 2.13.0), libfreetype6 (>= 2.3.5), libfribidi0 (>= 1.0.0), libharfbuzz0b (>= 1.2.6), libunibreak5 (>= 1.0) Description: library for SSA/ASS subtitles rendering SubStation Alpha (SSA) is a subtitle file format that allows more advanced subtitles than the conventional SRT and similar formats. . This package contains the shared library for libass. Homepage: https://github.com/libass/libass Original-Maintainer: Debian Multimedia Maintainers Package: libassuan0 Status: install ok installed Priority: important Section: libs Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libassuan Version: 2.5.6-1build1 Depends: libc6 (>= 2.38), libgpg-error0 (>= 1.33) 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 Original-Maintainer: Debian GnuPG-Maintainers Package: libasyncns0 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libasyncns Version: 0.8-6build4 Depends: libc6 (>= 2.34) Description: Asynchronous name service query library libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. Homepage: http://0pointer.de/lennart/projects/libasyncns/ Original-Maintainer: Tanguy Ortolo Package: libatasmart4 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libatasmart Version: 0.19-5build3 Depends: libc6 (>= 2.38), libudev1 (>= 183) Description: ATA S.M.A.R.T. reading and parsing library A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. . This package contains the shared library. Homepage: http://0pointer.de/blog/projects/being-smart.html Original-Maintainer: Utopia Maintenance Team Package: libatinject-jsr330-api-java Status: install ok installed Priority: optional Section: java Installed-Size: 24 Maintainer: Ubuntu Developers Architecture: all Source: atinject-jsr330 Version: 1.0+ds1-5 Suggests: libatinject-jsr330-api-java-doc Description: Java API for JSR-330 Dependency Injection AtInject is the Java API build by the JSR-330 Expert Group: . . It's a set of API aiming to standardize an extensible dependency injection paradigm, as those provided by Guice, Spring or Plexus projects. Original-Maintainer: Debian Java Maintainers Homepage: http://javax-inject.github.io/javax-inject/ Package: libatk-bridge2.0-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 299 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: at-spi2-core Version: 2.52.0-1build1 Replaces: libatk-bridge2.0-0 Provides: libatk-bridge2.0-0 (= 2.52.0-1build1) Depends: libatk1.0-0t64 (>= 2.51.90), libatspi2.0-0t64 (>= 2.9.90), libc6 (>= 2.38), libdbus-1-3 (>= 1.9.14), libglib2.0-0t64 (>= 2.79.0) Breaks: libatk-bridge2.0-0 (<< 2.52.0-1build1) Description: AT-SPI 2 toolkit bridge - shared library This package contains the ATK bridge shared library. Homepage: https://wiki.gnome.org/Accessibility Original-Maintainer: Debian Accessibility Team Package: libatk1.0-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 237 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: at-spi2-core Version: 2.52.0-1build1 Replaces: libatk1.0-0 Provides: libatk1.0-0 (= 2.52.0-1build1) Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.79.0), at-spi2-common Breaks: libatk1.0-0 (<< 2.52.0-1build1) Description: ATK accessibility toolkit ATK is a toolkit providing accessibility interfaces for applications or other toolkits. By implementing these interfaces, those other toolkits or applications can be used with tools such as screen readers, magnifiers, and other alternative input devices. . This is the runtime part of ATK, needed to run applications built with it. Homepage: https://wiki.gnome.org/Accessibility Original-Maintainer: Debian Accessibility Team Package: libatomic1 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.17) Description: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libatspi2.0-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 290 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: at-spi2-core Version: 2.52.0-1build1 Replaces: libatspi2.0-0 Provides: libatspi2.0-0 (= 2.52.0-1build1) Depends: libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0t64 (>= 2.79.0), libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4) Recommends: at-spi2-core (= 2.52.0-1build1) Breaks: libatspi2.0-0 (<< 2.52.0-1build1) Description: Assistive Technology Service Provider Interface - shared library This package contains the shared library for applications that wish to use the at-spi interface. Homepage: https://wiki.gnome.org/Accessibility Original-Maintainer: Debian Accessibility Team Package: libattr1 Status: install ok installed Priority: required Section: libs Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: attr Version: 1:2.5.2-1build1.1 Depends: libc6 (>= 2.17) Conffiles: /etc/xattr.conf 743ca3f83ea263f1f56ad1f63f907bdb 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/ Original-Maintainer: Guillem Jover Package: libaudit-common Status: install ok installed Priority: required Section: libs Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: audit Version: 1:3.1.2-2.1build1.1 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/ Original-Maintainer: Laurent Bigonville Package: libaudit1 Status: install ok installed Priority: required Section: libs Installed-Size: 150 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: audit Version: 1:3.1.2-2.1build1.1 Depends: libaudit-common (>= 1:3.1.2-2.1build1.1), libc6 (>= 2.38), 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/ Original-Maintainer: Laurent Bigonville Package: libavahi-client3 Status: install ok installed Priority: optional Section: libs Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: avahi Version: 0.8-13ubuntu6.2 Depends: libavahi-common3 (= 0.8-13ubuntu6.2), libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14) Description: Avahi client library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the library for Avahi's C API which allows you to integrate mDNS/DNS-SD functionality into your application. Homepage: https://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: libavahi-common-data Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: avahi Version: 0.8-13ubuntu6.2 Description: Avahi common data files Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains common data files for avahi. Homepage: https://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: libavahi-common3 Status: install ok installed Priority: optional Section: libs Installed-Size: 113 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: avahi Version: 0.8-13ubuntu6.2 Depends: libc6 (>= 2.38), libavahi-common-data (= 0.8-13ubuntu6.2) Description: Avahi common library Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains the Avahi common library, which is a set of common functions used by many of Avahis components and client applications. Homepage: https://avahi.org/ Original-Maintainer: Utopia Maintenance Team Package: libavc1394-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libavc1394 Version: 0.5.4-5build3 Depends: libc6 (>= 2.29), libraw1394-11 (>= 2.1.2) Description: control IEEE 1394 audio/video devices libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. It allows you to remote control camcorders and similar devices connected to your computer via an IEEE 1394 (aka Firewire) link. . This package includes the libraries needed to run executables using libavc1394. Homepage: http://sourceforge.net/projects/libavc1394/ Original-Maintainer: Debian Multimedia Maintainers Package: libavcodec60 Status: install ok installed Priority: optional Section: libs Installed-Size: 14096 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libaom3 (>= 3.2.0), libavutil58 (= 7:6.1.1-3ubuntu5), libc6 (>= 2.35), libcairo2 (>= 1.2.4), libcodec2-1.2 (>= 1.2.0), libdav1d7 (>= 1.1.0), libglib2.0-0t64 (>= 2.12.0), libgsm1 (>= 1.0.18), libjxl0.7 (>= 0.7.0), liblzma5 (>= 5.1.1alpha+20120614), libmp3lame0 (>= 3.100), libopenjp2-7 (>= 2.0.0), libopus0 (>= 1.1), librav1e0 (>= 0.5.1), librsvg2-2 (>= 2.52.5), libshine3 (>= 3.1.0), libsnappy1v5 (>= 1.1.10), libspeex1 (>= 1.2~), libsvtav1enc1d1 (>= 1.7.0+dfsg), libswresample4 (>= 7:6.0), libtheora0 (>= 1.0), libtwolame0 (>= 0.3.10), libva2 (>= 2.9.0), libvorbis0a (>= 1.1.2), libvorbisenc2 (>= 1.1.2), libvpx9 (>= 1.12.0), libwebp7 (>= 1.3.2), libwebpmux3 (>= 1.3.2), libx264-164 (>= 2:0.164.3108+git31e19f9), libx265-199 (>= 3.5), libxvidcore4 (>= 1.2.2), libzvbi0t64 (>= 0.2.35), zlib1g (>= 1:1.2.0) Suggests: libcuda1, libnvcuvid1, libnvidia-encode1 Description: FFmpeg library with de/encoders for audio/video codecs - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. . The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation. . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libavdevice60 Status: install ok installed Priority: optional Section: libs Installed-Size: 257 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libasound2t64 (>= 1.0.16), libavc1394-0 (>= 0.5.3), libavcodec60 (>= 7:6.0), libavfilter9 (>= 7:6.0), libavformat60 (= 7:6.1.1-3ubuntu5), libavutil58 (= 7:6.1.1-3ubuntu5), libc6 (>= 2.34), libcaca0 (>= 0.99.beta20), libcdio-cdda2t64 (>= 10.2+2.0.0), libcdio-paranoia2t64 (>= 10.2+2.0.0), libdc1394-25 (>= 2.2.6), libdrm2 (>= 2.4.101), libgl1, libiec61883-0 (>= 1.2.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libopenal1 (>= 1.14), libpulse0 (>= 0.99.1), libraw1394-11 (>= 2.1.2), libsdl2-2.0-0 (>= 2.0.12), libx11-6, libxcb-shape0, libxcb-shm0, libxcb-xfixes0, libxcb1, libxext6, libxv1 Description: FFmpeg library for handling input and output devices - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for grabbing from and rendering to many common multimedia input/output devices, and supports several input and output devices, including Video4Linux2, VfW, DShow, and ALSA. . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libavfilter9 Status: install ok installed Priority: optional Section: libs Installed-Size: 12428 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libass9 (>= 1:0.15.0), libavcodec60 (= 7:6.1.1-3ubuntu5), libavformat60 (>= 7:6.0), libavutil58 (= 7:6.1.1-3ubuntu5), libbs2b0 (>= 3.1.0+dfsg), libc6 (>= 2.38), libflite1 (>= 1.4-release-9~), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libharfbuzz0b (>= 0.9.9), liblilv-0-0 (>= 0.14.2~dfsg0), libmysofa1 (>= 0.7~), libplacebo338 (>= 6.338.1), libpocketsphinx3 (>= 0.8.0+real5prealpha+1), libpostproc57 (>= 7:6.0), librubberband2 (>= 3.3.0+dfsg), libsphinxbase3t64 (>= 0.8+5prealpha), libstdc++6 (>= 13.1), libswresample4 (>= 7:6.0), libswscale7 (>= 7:6.0), libva2 (>= 1.7.3), libvidstab1.1, libzimg2 (>= 0.3.1), libzmq5 (>= 3.2.3+dfsg), ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1, zlib1g (>= 1:1.1.4) Description: FFmpeg library containing media filters - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic audio/video filtering framework containing several filters, sources and sinks. . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libavformat60 Status: install ok installed Priority: optional Section: libs Installed-Size: 2952 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libavcodec60 (= 7:6.1.1-3ubuntu5), libavutil58 (= 7:6.1.1-3ubuntu5), libbluray2 (>= 1:0.2.2), libbz2-1.0, libc6 (>= 2.38), libchromaprint1 (>= 1.3.2), libgme0 (>= 0.5.5), libgnutls30t64 (>= 3.8.1), libopenmpt0t64 (>= 0.3.0), librabbitmq4 (>= 0.6.0), librist4 (>= 0.2.6+dfsg), libsrt1.5-gnutls (>= 1.5.3), libssh-gcrypt-4 (>= 0.8.0), libxml2 (>= 2.7.4), libzmq5 (>= 4.0.1+dfsg), zlib1g (>= 1:1.2.0.2) Description: FFmpeg library with (de)muxers for multimedia containers - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats. It also supports several input and output protocols to access a media resource. . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libavutil58 Status: install ok installed Priority: optional Section: libs Installed-Size: 1051 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libc6 (>= 2.38), libdrm2 (>= 2.4.66), libva-drm2 (>= 1.3), libva-x11-2 (>= 1.3), libva2 (>= 2.1.0), libvdpau1 (>= 0.2), libx11-6, ocl-icd-libopencl1 | libopencl1, ocl-icd-libopencl1 (>= 1.0) | libopencl-1.2-1 Description: FFmpeg library with functions for simplifying programming - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats). It is not a library for code needed by both libavcodec and libavformat. The goal for this library is to be modular, small, efficient and useful. . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libbcel-java Status: install ok installed Priority: optional Section: java Installed-Size: 723 Maintainer: Ubuntu Developers Architecture: all Source: bcel Version: 6.5.0-2 Depends: libcommons-parent-java (>= 43) Suggests: libbcel-java-doc Description: Analyze, create, and manipulate (binary) Java class files The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. . Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files. Original-Maintainer: Debian Java Maintainers Homepage: http://commons.apache.org/bcel/ Package: libbcpg-java Status: install ok installed Priority: optional Section: java Installed-Size: 494 Maintainer: Ubuntu Developers Architecture: all Source: bouncycastle Version: 1.77-1 Depends: libbcprov-java (>= 1.77-1) Description: Bouncy Castle generators/processors for OpenPGP The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for OpenPGP (RFC 2440). Original-Maintainer: Debian Java Maintainers Homepage: https://www.bouncycastle.org Package: libbcprov-java Status: install ok installed Priority: optional Section: java Installed-Size: 6093 Maintainer: Ubuntu Developers Architecture: all Source: bouncycastle Version: 1.77-1 Breaks: jakarta-jmeter (<< 2.8-1~), jenkins-instance-identity (<< 1.3-1~), jglobus (<< 2.0.6-1~), voms-api-java (<< 2.0.9-1.1~) Conffiles: /etc/java/security/security.d/2000-org.bouncycastle.jce.provider.BouncyCastleProvider d41d8cd98f00b204e9800998ecf8427e Description: Bouncy Castle Java Cryptographic Service Provider The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains a JCE provider and a lightweight crypto API. Original-Maintainer: Debian Java Maintainers Homepage: https://www.bouncycastle.org Package: libbdplus0 Status: install ok installed Priority: optional Section: libs Installed-Size: 150 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libbdplus Version: 0.2.0-3build1 Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.14) Recommends: libaacs0 Enhances: libbluray2 Description: implementation of BD+ for reading Blu-ray Discs libbdplus is a research project to implement the BD+ System Specifications. It provides, through an open-source library, a way to understand how the BD+ works. . This package DOES NOT provide any key, certificate, configuration file or virtual machine that could be used to decode encrypted copyrighted material. . This package provides the shared library. Homepage: https://www.videolan.org/developers/libbdplus.html Original-Maintainer: Debian Multimedia Maintainers Package: libbindex-java Status: install ok installed Priority: optional Section: java Installed-Size: 79 Maintainer: Ubuntu Developers Architecture: all Source: bindex Version: 2.2+svn101-4 Depends: ant, bnd, junit4, libfelix-osgi-obr-java, libkxml2-java, libosgi-core-java Description: OSGi BIndex reader BIndex is a small Java program that implements the manifest header to repository format mapping as described in RFC-0112 Bundle Repository. BIndex can recurse over a directory structure and just creates a repository.xml file. The URLs can be rewritten using a template. Original-Maintainer: Debian Java Maintainers Homepage: http://www.osgi.org/Repository/BIndex Package: libbinutils Status: install ok installed Priority: optional Section: devel Installed-Size: 2973 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: binutils Version: 2.42-4ubuntu2.8 Replaces: binutils (<< 2.29-6) Depends: libc6 (>= 2.38), libsframe1, libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0), binutils-common (= 2.42-4ubuntu2.8) Breaks: binutils (<< 2.29-6) Description: GNU binary utilities (private shared library) This package includes the private shared libraries libbfd and libopcodes. Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: libblas3 Status: install ok installed Priority: optional Section: libs Installed-Size: 477 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lapack Version: 3.12.0-3build1.1 Provides: libblas.so.3 Depends: libc6 (>= 2.17), libgcc-s1 (>= 4.0) Description: Basic Linear Algebra Reference implementations, shared library BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for example lapack and linpack. This implementation is the Fortran 77 reference implementation found at netlib. . This package contains a shared version of the library. Homepage: https://www.netlib.org/lapack/ Original-Maintainer: Debian Science Team Package: libblkid-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1052 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libblkid1 (= 2.39.3-9ubuntu6.5), libc6-dev | libc-dev, uuid-dev Description: block device ID library - headers 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. . This package contains the development environment for the blkid library. Homepage: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: libblkid1 Status: install ok installed Priority: required Section: libs Installed-Size: 316 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libc6 (>= 2.38) 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: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: libblockdev-crypto3 Status: install ok installed Priority: optional Section: libs Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblkid1 (>= 2.23.0), libblockdev-utils3 (>= 3.0), libc6 (>= 2.17), libcryptsetup12 (>= 2:2.4), libglib2.0-0t64 (>= 2.42.2), libkeyutils1 (>= 1.4), libnss3 (>= 2:3.13.4-2~), libvolume-key1 (>= 0.3.9) Description: Crypto plugin for libblockdev The libblockdev library plugin (and at the same time a standalone library) providing the functionality related to encrypted devices (LUKS). Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev-fs3 Status: install ok installed Priority: optional Section: libs Installed-Size: 155 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblkid1 (>= 2.24.2), libblockdev-utils3 (>= 3.0), libc6 (>= 2.17), libext2fs2t64 (>= 1.42.11), libglib2.0-0t64 (>= 2.42.2), libmount1 (>= 2.30.2), libuuid1 (>= 2.16) Recommends: e2fsprogs Description: file system plugin for libblockdev The libblockdev library plugin (and at the same time a standalone library) providing the functionality related to operations with file systems. Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev-loop3 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblockdev-utils3 (>= 2.14), libc6 (>= 2.27), libglib2.0-0t64 (>= 2.42.2) Description: Loop device plugin for libblockdev The libblockdev library plugin (and at the same time a standalone library) providing the functionality related to loop devices. Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev-mdraid3 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblockdev-utils3 (>= 3.0), libbytesize1 (>= 2.6), libc6 (>= 2.27), libglib2.0-0t64 (>= 2.42.2) Suggests: mdadm Description: MD RAID plugin for libblockdev The libblockdev library plugin (and at the same time a standalone library) providing the functionality related to MD RAID. Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev-nvme3 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblockdev-utils3 (>= 3.0), libc6 (>= 2.17), libglib2.0-0t64 (>= 2.42.2), libnvme1t64 (>= 1.8) Description: NVMe plugin for libblockdev The libblockdev library plugin (and at the same time a standalone library) providing the functionality related to NVMe. Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev-part3 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblockdev-utils3 (>= 3.0), libc6 (>= 2.17), libfdisk1 (>= 2.31.1), libglib2.0-0t64 (>= 2.42.2) Description: Partitioning plugin for libblockdev The libblockdev library plugin (and at the same time a standalone library) providing the functionality related to partitioning devices. Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev-swap3 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblkid1 (>= 2.23.0), libblockdev-utils3 (>= 2.14), libc6 (>= 2.17), libglib2.0-0t64 (>= 2.42.2), libuuid1 (>= 2.16) Description: Swap plugin for libblockdev The libblockdev library plugin (and at the same time a standalone library) providing the functionality related to swap devices. Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev-utils3 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.75.3), libkmod2 (>= 19), libudev1 (>= 216) Description: Utility functions for libblockdev The libblockdev-utils is a library providing utility functions used by the libblockdev library and its plugins. Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libblockdev3 Status: install ok installed Priority: optional Section: libs Installed-Size: 303 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libblockdev Version: 3.1.1-1ubuntu0.1 Depends: libblockdev-utils3 (>= 3.0), libc6 (>= 2.34), libglib2.0-0t64 (>= 2.42.2) Conffiles: /etc/libblockdev/3/conf.d/00-default.cfg 1c5f41aec495d75f8dd4aaa952c6e563 Description: Library for manipulating block devices libblockdev is a C library with GObject introspection support that can be used for doing low-level operations with block devices like setting up LVM, BTRFS, LUKS or MD RAID. . The library uses plugins (LVM, BTRFS,...) and serves as a thin wrapper around its plugins' functionality. All the plugins, however, can be used as standalone libraries. One of the core principles of libblockdev is that it is stateless from the storage configuration's perspective (e.g. it has no information about VGs when creating an LV). Homepage: https://github.com/storaged-project/libblockdev Original-Maintainer: Utopia Maintenance Team Package: libbluray2 Status: install ok installed Priority: optional Section: libs Installed-Size: 427 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libbluray Version: 1:1.3.4-1build1 Depends: libc6 (>= 2.34), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libudfread0 (>= 1.1.1), libxml2 (>= 2.7.4) Recommends: libaacs0 Suggests: libbluray-bdj Description: Blu-ray disc playback support library (shared library) libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer. This research project is developed by an international team of developers from Doom9. libbluray integrates navigation, playlist parsing, menus, and BD-J. . NB: Most commercial Blu-Ray are restricted by AACS or BD+ technologies and this library is not enough to playback those discs. . This package provides the shared library. Homepage: https://www.videolan.org/developers/libbluray.html Original-Maintainer: Debian Multimedia Maintainers Package: libbpf1 Status: install ok installed Priority: optional Section: libs Installed-Size: 424 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libbpf (1.3.0-2build2) Version: 1:1.3.0-2build2 Depends: libc6 (>= 2.38), libelf1t64 (>= 0.144), 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. Original-Maintainer: Sudip Mukherjee Package: libbrotli1 Status: install ok installed Priority: optional Section: libs Installed-Size: 863 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: brotli Version: 1.1.0-2build2 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 Original-Maintainer: Tomasz Buchert Package: libbs2b0 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libbs2b Version: 3.1.0+dfsg-7build1 Depends: libc6 (>= 2.29), libstdc++6 (>= 4.1.1) Description: Bauer stereophonic-to-binaural DSP library The Bauer stereophonic-to-binaural DSP (bs2b) is designed to improve headphone listening of stereo audio records. . Typical stereo recordings are made for listening with speakers. What's missing in headphones is the sound going from each channel to the opposite ear, arriving a short time later for the extra distance traveled, and with a bit of high frequency roll-off for the shadowing effect of the head. The time delay to the far ear should also be somewhat longer at low frequencies than at high frequencies. bs2b implements both of these ideas to transform stereophonic recordings for headphone listening. Homepage: https://bs2b.sourceforge.net/ Original-Maintainer: Debian QA Group Package: libbsd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 179 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libbsd Version: 0.12.1-1build1.1 Depends: libc6 (>= 2.38), 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/ Original-Maintainer: Guillem Jover Package: libbsf-java Status: install ok installed Priority: optional Section: java Installed-Size: 101 Maintainer: Ubuntu Developers Architecture: all Version: 1:2.4.0-8 Suggests: bsh, libxalan2-java, rhino Description: Bean Scripting Framework to support scripting languages in Java Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines. . BSF supports these scripting languages: * Python (using Jython) * JavaScript (using rhino) * XSLT Stylesheets (as a component of Apache XML project's Xalan and Xerces) * BeanShell (using bsh) via its own bsf adapter . Support for Tcl, NetRexx is not available in this Debian package since Jacl, NetRexx (non-free) are not packaged. Original-Maintainer: Debian Java Maintainers Homepage: http://commons.apache.org/bsf Package: libbsh-java Status: install ok installed Priority: optional Section: java Installed-Size: 324 Maintainer: Ubuntu Developers Architecture: all Source: bsh Version: 2.0b4-20 Replaces: bsh (<= 2.0b4-13~) Breaks: bsh (<= 2.0b4-13~) Description: Java scripting environment (BeanShell) Version 2 (library) BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . This package contains the Java library without the command line tools. Original-Maintainer: Debian Java Maintainers Homepage: http://www.beanshell.org Package: libbytesize-common Status: install ok installed Priority: optional Section: libs Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libbytesize Version: 2.10-1ubuntu2 Description: library for common operations with sizes in bytes - translations This package contains localization files used by libbytesize. Homepage: https://github.com/storaged-project/libbytesize Original-Maintainer: Utopia Maintenance Team Package: libbytesize1 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libbytesize Version: 2.10-1ubuntu2 Depends: libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg), libmpfr6 (>= 3.1.3), libpcre2-8-0 (>= 10.22), libbytesize-common (= 2.10-1ubuntu2) Description: library for common operations with sizes in bytes Many projects need to work with sizes in bytes (be it sizes of storage space, memory, ...) and all of them need to deal with the same issues like: . * How to get a human-readable string for the given size? * How to store the given size so that no significant information is lost? * How to handle sizes bigger than MAXUINT64? * How to interpret sizes entered by users according to their locale and typing conventions? * How to deal with the decimal/binary units (MB vs. MiB) ambiguity? . This library aims to be as much generally usable as possible, small, fast and be easily interfaced from other languages. Homepage: https://github.com/storaged-project/libbytesize Original-Maintainer: Utopia Maintenance Team Package: libbz2-1.0 Status: install ok installed Priority: required Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: bzip2 Version: 1.0.8-5.1build0.1 Depends: libc6 (>= 2.17) 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). Original-Maintainer: Anibal Monsalve Salazar Homepage: https://sourceware.org/bzip2/ Package: libc-bin Essential: yes Status: install ok installed Priority: required Section: libs Installed-Size: 2216 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: glibc Version: 2.39-0ubuntu8.7 Depends: libc6 (>> 2.39), libc6 (<< 2.40) Suggests: manpages Breaks: dh-lua (<< 27+nmu1~) Conffiles: /etc/bindresvport.blacklist 4c09213317e4e3dd3c71d74404e503c5 /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. . * 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 Original-Maintainer: GNU Libc Maintainers Original-Vcs-Browser: https://salsa.debian.org/glibc-team/glibc Original-Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git Package: libc-dev-bin Status: install ok installed Priority: optional Section: libdevel Installed-Size: 146 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: glibc Version: 2.39-0ubuntu8.7 Depends: libc6 (>> 2.39), libc6 (<< 2.40) Recommends: manpages, manpages-dev, libc-devtools (>> 2.39) Description: GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. . * gencat: generate message catalogs Homepage: https://www.gnu.org/software/libc/libc.html Original-Maintainer: GNU Libc Maintainers Original-Vcs-Browser: https://salsa.debian.org/glibc-team/glibc Original-Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git Package: libc-devtools Status: install ok installed Priority: optional Section: devel Installed-Size: 234 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: glibc Version: 2.39-0ubuntu8.7 Replaces: libc-dev-bin (<< 2.31-8) Depends: libc6 (>= 2.38), libgd3 (>= 2.1.0~alpha~) Recommends: manpages, manpages-dev Breaks: libc-dev-bin (<< 2.31-8) Description: GNU C Library: Development tools This package contains development tools shipped by the GNU C Library. . * memusage, memusagestat: profile a program's memory usage * mtrace: interpret the malloc trace log * sotruss: trace shared library calls * sprof: display shared object profiling data Homepage: https://www.gnu.org/software/libc/libc.html Original-Maintainer: GNU Libc Maintainers Original-Vcs-Browser: https://salsa.debian.org/glibc-team/glibc Original-Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git Package: libc6 Status: install ok installed Priority: required Section: libs Installed-Size: 23351 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: glibc Version: 2.39-0ubuntu8.7 Replaces: libc6-lse Provides: libc6-lse Depends: libgcc-s1 Recommends: libidn2-0 (>= 2.0.5~) Suggests: glibc-doc, debconf | debconf-2.0, locales, libnss-nis, libnss-nisplus Breaks: chrony (<< 4.2-3~), cyrus-imapd (<< 3.6.1-2ubuntu1), fakechroot (<< 2.19-3.5), firefox (<< 91~), firefox-esr (<< 91~), gnumach-image-1.8-486 (<< 2:1.8+git20210923~), gnumach-image-1.8-486-dbg (<< 2:1.8+git20210923~), gnumach-image-1.8-xen-486 (<< 2:1.8+git20210923~), gnumach-image-1.8-xen-486-dbg (<< 2:1.8+git20210923~), hurd (<< 1:0.9.git20220301-2), locales (<< 2.39), locales-all (<< 2.39), nscd (<< 2.39), python3-iptables (<< 1.0.0-2), scipy (<< 1.10.1-10build1), tinydns (<< 1:1.05-14), valgrind (<< 1:3.19.0-1~) Conflicts: libc6-lse Conffiles: /etc/ld.so.conf.d/aarch64-linux-gnu.conf da8a2db277c6c69cad56b6c778193e40 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 Original-Maintainer: GNU Libc Maintainers Original-Vcs-Browser: https://salsa.debian.org/glibc-team/glibc Original-Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git Package: libc6-amd64-cross Status: install ok installed Priority: optional Section: libs Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: cross-toolchain-base (68ubuntu5) Version: 2.39-0ubuntu8cross1 Replaces: libc6-amd64-amd64-cross Provides: libc6-amd64-dcv1 Description: GNU C Library: Shared libraries (for cross-compiling) This package was generated by dpkg-cross for cross compiling. . 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. Built-Using: binutils (= 2.42-4ubuntu2), linux (= 6.8.0-25.25), gcc-13 (= 13.2.0-23ubuntu4), glibc (= 2.39-0ubuntu8) Package: libc6-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 9456 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: glibc Version: 2.39-0ubuntu8.7 Replaces: libc6 (<< 2.38-1ubuntu1) Provides: libc-dev (= 2.39-0ubuntu8.7) Depends: libc6 (= 2.39-0ubuntu8.7), libc-dev-bin (= 2.39-0ubuntu8.7), linux-libc-dev, libcrypt-dev, rpcsvc-proto Suggests: glibc-doc, manpages-dev Breaks: binutils (<< 2.38), catch (<< 1.12.2-0.1), heimdal-multidev (<= 7.7.0+dfsg-4), igblast (<= 1.19.0-1), libassimp-dev (<= 5.2.4~ds0-1), libasyncns-dev (<= 0.8-6build2), libatm1-dev (<= 1:2.5.1-4), libaws20-dev (<= 20.2-2+b1), libboinc-app-dev (<= 7.20.2+dfsg-1), libbson-dev (<= 1.22.0-1), libc6-dev-arm64-cross (<< 2.39~), libcups2-dev (<= 2.4.2-1), libdeal.ii-dev (<= 9.4.0-1), libdkim-dev (<= 1:1.0.21-4build3), libdolfin-dev-common (<= 2019.2.0~git20220407.d29e24d-5), libeckit-dev (<= 1.20.0-1), libfclib-dev (<= 3.1.0+dfsg-2), libfltk1.3-dev (<= 1.3.8-4+b1), libghc-resolv-dev (<= 0.1.2.0-3), libghc-resolv-prof (<= 0.1.2.0-3), libglib2.0-dev (<= 2.72.3-1), libgloox-dev (<= 1.0.24-2+b1), libhesiod-dev (<= 3.2.1-3.1+b1), libinfinity-0.7-dev (<= 0.7.2-1build1), libinsighttoolkit4-dev (<= 4.13.3withdata-dfsg2-3+b1), libinsighttoolkit5-dev (<= 5.2.1-5+b1), libismrmrd-dev (<= 1.8.0-2), libldap-dev (<= 2.5.12+dfsg-2), liblog4cplus-dev (<= 2.0.7-1), libloudmouth1-dev (<= 1.5.4-1), libmgl-dev (<= 8.0.1-2), libmimalloc2.0 (<= 2.0.6+ds-1), libminc-dev (<= 2.4.03-5), libmongoc-dev (<= 1.22.1-1), libmrpt-ros1bridge-dev (<= 1:2.4.9+ds-4+b2), libmysqlclient-dev (<= 8.0.29-1), libnetcdf-dev (<= 1:4.9.0-3), libnetcdf-mpi-dev (<= 1:4.9.0-1), libnetcdf-pnetcdf-dev (<= 1:4.9.0-1), libnfsidmap-dev (<= 1:2.6.1-2), libns3-dev (<= 3.36.1+dfsg-4), libola-dev (<= 0.10.8.nojsmin-2), libopenafs-dev (<= 1.8.8.1-3), libopendkim-dev (<= 2.11.0~beta2-7), libopendmarc-dev (<= 1.4.2-1), libopenms-dev (<= 2.6.0+cleaned1-3build4), libopenzwave1.6-dev (<= 1.6.1914+ds-1), libpg-query-dev (<= 13-2.1.2-2), librbl-dev (<= 2.11.0~beta2-7), libre-dev (<= 1.1.0-1build1), libshishi-dev (<= 1.0.2-11), libslurm-dev (<= 21.08.8.2-1), libsocksd0-dev (<= 1.4.2+dfsg-7build7), libspf2-dev (<= 1.2.10-7.1+b1), libstrophe-dev (<= 0.12.1-2), libtaningia-dev (<= 0.2.2-2), libtrilinos-amesos-dev (<= 13.2.0-3), libtrilinos-amesos2-dev (<= 13.2.0-3), libtrilinos-anasazi-dev (<= 13.2.0-3), libtrilinos-aztecoo-dev (<= 13.2.0-3), libtrilinos-belos-dev (<= 13.2.0-3), libtrilinos-epetra-dev (<= 13.2.0-3), libtrilinos-epetraext-dev (<= 13.2.0-3), libtrilinos-galeri-dev (<= 13.2.0-3), libtrilinos-ifpack-dev (<= 13.2.0-3), libtrilinos-ifpack2-dev (<= 13.2.0-3), libtrilinos-intrepid-dev (<= 13.2.0-3), libtrilinos-intrepid2-dev (<= 13.2.0-3), libtrilinos-isorropia-dev (<= 13.2.0-3), libtrilinos-kokkos-dev (<= 13.2.0-3), libtrilinos-kokkos-kernels-dev (<= 13.2.0-3), libtrilinos-komplex-dev (<= 13.2.0-3), libtrilinos-ml-dev (<= 13.2.0-3), libtrilinos-moertel-dev (<= 13.2.0-3), libtrilinos-muelu-dev (<= 13.2.0-3), libtrilinos-nox-dev (<= 13.2.0-3), libtrilinos-phalanx-dev (<= 13.2.0-3), libtrilinos-pike-dev (<= 13.2.0-3), libtrilinos-piro-dev (<= 13.2.0-3), libtrilinos-pliris-dev (<= 13.2.0-3), libtrilinos-rol-dev (<= 13.2.0-3), libtrilinos-rtop-dev (<= 13.2.0-3), libtrilinos-rythmos-dev (<= 13.2.0-3), libtrilinos-sacado-dev (<= 13.2.0-3), libtrilinos-shylu-dev (<= 13.2.0-3), libtrilinos-stokhos-dev (<= 13.2.0-3), libtrilinos-stratimikos-dev (<= 13.2.0-3), libtrilinos-teko-dev (<= 13.2.0-3), libtrilinos-teuchos-dev (<= 13.2.0-3), libtrilinos-thyra-dev (<= 13.2.0-3), libtrilinos-tpetra-dev (<= 13.2.0-3), libtrilinos-trilinoscouplings-dev (<= 13.2.0-3), libtrilinos-triutils-dev (<= 13.2.0-3), libtrilinos-xpetra-dev (<= 13.2.0-3), libtrilinos-zoltan2-dev (<= 13.2.0-3), libvbr-dev (<= 2.11.0~beta2-7), libvisp-dev (<= 3.5.0-2+b1), libvotca-dev (<= 2022-3), libvtk6-dev (<= 6.3.0+dfsg2-8.1+b1), libvtk7-dev (<= 7.1.1+dfsg2-10.2), open-vm-tools-dev (<= 2:12.0.5-2), pidgin-librvp (<= 0.9.7cvs-3), proftpd-dev (<= 1.3.7d+dfsg-2), slurm-wlm-basic-plugins-dev (<= 21.08.8.2-1) Conflicts: libc0.3-dev, libc6.1-dev Description: GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Homepage: https://www.gnu.org/software/libc/libc.html Original-Maintainer: GNU Libc Maintainers Original-Vcs-Browser: https://salsa.debian.org/glibc-team/glibc Original-Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git Package: libcaca0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1057 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libcaca Version: 0.99.beta20-4ubuntu0.2 Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libslang2 (>= 2.2.4), libstdc++6 (>= 13.1), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4) Description: colour ASCII art library libcaca is the Colour AsCii Art library. It provides high level functions for colour text drawing, simple primitives for line, polygon and ellipse drawing, as well as powerful image to text conversion routines. . This package contains the shared library for libcaca. Homepage: http://caca.zoy.org/wiki/libcaca Original-Maintainer: Debian Multimedia Maintainers Package: libcairo-gobject2 Status: install ok installed Priority: optional Section: libs Installed-Size: 219 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cairo Version: 1.18.0-3build1 Depends: libcairo2 (= 1.18.0-3build1), libglib2.0-0t64 (>= 2.68.0) Description: Cairo 2D vector graphics library (GObject library) Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. . This package contains the GObject library, providing wrapper GObject types for all cairo types. Original-Maintainer: Debian GNOME Maintainers Homepage: https://cairographics.org/ Package: libcairo2 Status: install ok installed Priority: optional Section: libs Installed-Size: 1410 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cairo Version: 1.18.0-3build1 Depends: libc6 (>= 2.38), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.11.1), libpixman-1-0 (>= 0.40.0), libpng16-16t64 (>= 1.6.2), libx11-6, libxcb-render0, libxcb-shm0, libxcb1 (>= 1.6), libxext6, libxrender1, zlib1g (>= 1:1.1.4) Description: Cairo 2D vector graphics library Cairo is a multi-platform library providing anti-aliased vector-based rendering for multiple target backends. Paths consist of line segments and cubic splines and can be rendered at any width with various join and cap styles. All colors may be specified with optional translucence (opacity/alpha) and combined using the extended Porter/Duff compositing algebra as found in the X Render Extension. . Cairo exports a stateful rendering API similar in spirit to the path construction, text, and painting operators of PostScript, (with the significant addition of translucence in the imaging model). When complete, the API is intended to support the complete imaging model of PDF 1.4. . This package contains the shared libraries. Original-Maintainer: Debian GNOME Maintainers Homepage: https://cairographics.org/ Package: libcap-ng0 Status: install ok installed Priority: required Section: libs Installed-Size: 150 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libcap-ng Version: 0.8.4-2build2 Depends: libc6 (>= 2.38) Description: 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 dynamic libraries for libcap-ng. Homepage: https://people.redhat.com/sgrubb/libcap-ng Original-Maintainer: Håvard F. Aasen Package: libcap2 Status: install ok installed Priority: required Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Version: 1:2.66-5ubuntu2.4 Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Christian Kastner Package: libcap2-bin Status: install ok installed Priority: important Section: utils Installed-Size: 303 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: libcap2 Version: 1:2.66-5ubuntu2.4 Replaces: libcap-bin Depends: libc6 (>= 2.38), libcap2 (>= 1:2.63) 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/ Original-Maintainer: Christian Kastner Package: libcbor0.10 Status: install ok installed Priority: optional Section: libs Installed-Size: 94 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libcbor Version: 0.10.2-1.2ubuntu2 Depends: libc6 (>= 2.17) 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 Original-Maintainer: Vincent Bernat Package: libcc1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 208 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Description: GCC cc1 plugin for GDB libcc1 is a plugin for GDB. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libcdi-api-java Status: install ok installed Priority: optional Section: java Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: all Source: cdi-api Version: 1.2-3 Depends: libatinject-jsr330-api-java, libgeronimo-interceptor-3.0-spec-java Suggests: libel-api-java (>= 3.0.0) Description: Contexts and Dependency Injection for Java EE Contexts and Dependency Injection (CDI aka JSR 299) defines a set of complementary services to help usage of Inversion of Control (IoC) on Java EE platform (like with Spring Framework). . CDI can be used on Java EE platform but some container also support running on Java SE. Original-Maintainer: Debian Java Maintainers Homepage: http://cdi-spec.org Package: libcdio-cdda2t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libcdio-paranoia Version: 10.2+2.0.1-1.1build2 Replaces: libcdio-cdda2 Provides: libcdio-cdda2 (= 10.2+2.0.1-1.1build2) Depends: libc6 (>= 2.33), libcdio19t64 (>= 2.1.0) Breaks: libcdio-cdda2 (<< 10.2+2.0.1-1.1build2) Description: library to read and control digital audio CDs This library is made to read and control digital audio CDs. It does not play such CDs, it only reads them digitally. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Homepage: https://www.gnu.org/software/libcdio/ Original-Maintainer: Philippe SWARTVAGHER Package: libcdio-paranoia2t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libcdio-paranoia Version: 10.2+2.0.1-1.1build2 Replaces: libcdio-paranoia2 Provides: libcdio-paranoia2 (= 10.2+2.0.1-1.1build2) Depends: libc6 (>= 2.17), libcdio-cdda2t64 (>= 10.2+2.0.0), libcdio19t64 (>= 2.1.0) Breaks: libcdio-paranoia2 (<< 10.2+2.0.1-1.1build2) Description: library to read digital audio CDs with error correction This library is made to read digital audio CDs, with error correction. It does its best to correct errors and jitter that happen when reading such discs. As it uses libcdio as a backend, it supports the same kind of CDROM drives (and images) as libcdio. Homepage: https://www.gnu.org/software/libcdio/ Original-Maintainer: Philippe SWARTVAGHER Package: libcdio19t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 225 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libcdio Version: 2.1.0-4.1ubuntu1.2 Replaces: libcdio19 Provides: libcdio19 (= 2.1.0-4.1ubuntu1.2) Depends: libc6 (>= 2.33) Breaks: libcdio19 (<< 2.1.0-4.1ubuntu1.2) Description: library to read and control CD-ROM This library is to encapsulate CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. . Some support for disk image types like BIN/CUE and NRG is available, so applications that use this library also have the ability to read disc images as though they were CD's. Homepage: https://www.gnu.org/software/libcdio/ Original-Maintainer: Gabriel F. T. Gomes Package: libchromaprint1 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: chromaprint Version: 1.5.1-5 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1) Description: audio fingerprint library Chromaprint is a library for calculating audio fingerprints which are used by the Acoustid service. Its main purpose is to provide an accurate identifier for record tracks Original-Maintainer: Debian Multimedia Maintainers Homepage: https://acoustid.org/chromaprint Package: libcjson1 Status: install ok installed Priority: optional Section: libs Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cjson Version: 1.7.17-1 Depends: libc6 (>= 2.17) Description: Ultralightweight JSON parser in ANSI C cJSON is a ultralightweight json parse. . It aims to be the dumbest possible parser that you can get your job done with. . It's a single file of C, and a single header file. . This package contains the shared libraries. Original-Maintainer: Boyuan Yang Homepage: https://github.com/DaveGamble/cJSON Package: libcodec2-1.2 Status: install ok installed Priority: optional Section: libs Installed-Size: 16458 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: codec2 Version: 1.2.0-2build1 Depends: libc6 (>= 2.32) Description: Codec2 runtime library Next-Generation Digital Voice for Two-Way Radio . Codec2 is an audio codec especially designed for compressing voice at very low bit-rates for applications such as digital voice radio. . This package contains the codec2 runtime library. Homepage: http://rowetel.com/codec2.html Original-Maintainer: A. Maitland Bottoms Package: libcolord2 Status: install ok installed Priority: optional Section: libs Installed-Size: 717 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: colord Version: 1.4.7-1build2 Depends: libc6 (>= 2.29), libglib2.0-0t64 (>= 2.79.0), liblcms2-2 (>= 2.6), libudev1 (>= 196) Suggests: colord Description: system service to manage device colour profiles -- runtime colord is a system service that makes it easy to manage, install and generate colour profiles to accurately colour manage input and output devices. . It provides a D-Bus API for system frameworks to query, a persistent data store, and a mechanism for session applications to set system policy. . This package contains a gobject-based convenience library for programs to interact with the colord system daemon. Homepage: https://www.freedesktop.org/software/colord/ Original-Maintainer: Debian freedesktop.org maintainers Package: libcom-err2 Status: install ok installed Priority: required Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: e2fsprogs Version: 1.47.0-2.4~exp1ubuntu4.1 Replaces: libcom-err2t64, libcomerr2 (<< 1.43.9-1~) Provides: libcom-err2t64 (= 1.47.0-2.4~exp1ubuntu4.1), libcomerr2 (= 1.47.0-2.4~exp1ubuntu4.1) Depends: libc6 (>= 2.38) Breaks: libcom-err2t64 (<< 1.47.0-2.4~exp1), 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 Original-Maintainer: Theodore Y. Ts'o Package: libcommons-cli-java Status: install ok installed Priority: optional Section: java Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: all Version: 1.6.0-1 Description: Command line arguments and options parsing library The Apache Commons CLI library provides an API for parsing command line options passed to programs. It's also able to print help messages detailing the options available for a command line tool. . Commons CLI supports different types of options: . * POSIX like options (ie. tar -zxvf foo.tar.gz) * GNU like long options (ie. du --human-readable --max-depth=1) * Java like properties (ie. java -Djava.awt.headless=true Foo) * Short options with value attached (ie. gcc -O2 foo.c) * long options with single hyphen (ie. ant -projecthelp) Original-Maintainer: Debian Java Maintainers Homepage: http://commons.apache.org/cli/ Package: libcommons-codec-java Status: install ok installed Priority: optional Section: java Installed-Size: 379 Maintainer: Ubuntu Developers Architecture: all Version: 1.16.0-1 Depends: libcommons-parent-java (>= 56) Description: encoder and decoders such as Base64 and hexadecimal codec The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities. . This is a part of the Apache Commons Project. Original-Maintainer: Debian Java Maintainers Homepage: http://commons.apache.org/codec/ Package: libcommons-collections3-java Status: install ok installed Priority: optional Section: java Installed-Size: 612 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 3.2.2-3 Suggests: libcommons-collections3-java-doc Breaks: jenkins-json (<= 2.4-jenkins-3-1) Description: Apache Commons Collections - Extended Collections API for Java The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognised standard for collection handling in Java. . Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including: . * Bag interface for collections that have a number of copies of each object * BidiMap interface for maps that can be looked up from value to key as well and key to value * MapIterator interface to provide simple and quick iteration over maps * Transforming decorators that alter each object as it is added to the collection * Composite collections that make multiple collections look like one * Ordered maps and sets that retain the order elements are added in, including an LRU based map * Reference map that allows keys and/or values to be garbage collected under close control * Many comparator implementations * Many iterator implementations * Adapter classes from array and enumerations to collections * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure Original-Maintainer: Debian Java Maintainers Homepage: https://commons.apache.org/collections/ Package: libcommons-compress-java Status: install ok installed Priority: optional Section: java Installed-Size: 719 Maintainer: Ubuntu Developers Architecture: all Version: 1.25.0-1 Depends: libcommons-parent-java (>= 56) Suggests: libasm-java (>= 9.5), libxz-java (>= 1.9) Description: Java API for working with compression and archive formats Apache Commons Compress defines a Java API for working with compression and archive formats. These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump. Original-Maintainer: Debian Java Maintainers Homepage: https://commons.apache.org/proper/commons-compress/ Package: libcommons-io-java Status: install ok installed Priority: optional Section: java Installed-Size: 364 Maintainer: Ubuntu Developers Architecture: all Source: commons-io Version: 2.11.0-2 Depends: libcommons-parent-java (>= 43) Suggests: libcommons-io-java-doc Description: Common useful IO related classes Commons-IO contains utility classes, stream implementations, file filters and endian classes. Original-Maintainer: Debian Java Maintainers Homepage: http://commons.apache.org/io/ Package: libcommons-lang-java Status: install ok installed Priority: optional Section: java Installed-Size: 307 Maintainer: Ubuntu Developers Architecture: all Version: 2.6-10ubuntu0.1 Depends: libcommons-parent-java (>= 12) Suggests: libcommons-lang-java-doc Description: Commons Lang - an extension of the java.lang package The Lang Component contains a set of Java classes that provide helper methods for standard Java classes, especially those found in the java.lang package in the Sun JDK. The following classes are included: . * StringUtils - Helper for java.lang.String. * CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez]. * RandomStringUtils - Helper for creating randomised Strings. * NumberUtils - Helper for java.lang.Number and its subclasses. * NumberRange - A range of numbers with an upper and lower bound. * ObjectUtils - Helper for java.lang.Object. * SerializationUtils - Helper for serializing Objects. * SystemUtils - Utility class defining the Java system properties. * NestedException package - A sub-package for the creation of nested exceptions. * Enum package - A sub-package for the creation of enumerated types. * Builder package - A sub-package for the creation of equals, hashCode, compareTo and toString methods. Homepage: http://commons.apache.org/lang/ Original-Maintainer: Debian Java Maintainers Package: libcommons-lang3-java Status: install ok installed Priority: optional Section: java Installed-Size: 699 Maintainer: Ubuntu Developers Architecture: all Version: 3.14.0-1 Depends: libcommons-parent-java (>= 56) Description: Apache Commons Lang utility classes Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. . The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods. . Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. Original-Maintainer: Debian Java Maintainers Homepage: https://commons.apache.org/lang/ Package: libcommons-logging-java Status: install ok installed Priority: optional Section: java Installed-Size: 101 Maintainer: Ubuntu Developers Architecture: all Version: 1.3.0-1ubuntu1 Depends: libcommons-parent-java Suggests: libavalon-framework-java, libexcalibur-logkit-java, liblog4j1.2-java Description: common wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. Homepage: https://commons.apache.org/proper/commons-logging/ Original-Maintainer: Debian Java Maintainers Package: libcommons-parent-java Status: install ok installed Priority: optional Section: java Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: all Source: commons-parent Version: 56-1 Depends: libapache-pom-java Description: Maven metadata for Apache Commons project This package contains the Maven metadata shared between all components of the Apache Commons project. Original-Maintainer: Debian Java Maintainers Homepage: https://commons.apache.org Package: libcrypt-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 352 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcrypt Version: 1:4.4.36-4build1 Replaces: libc6-dev (<< 2.29-4), libcrypt1-dev, libcrypt2-dev, manpages-dev (<< 5.01-1) Provides: libcrypt1-dev Depends: libcrypt1 (= 1:4.4.36-4build1) Breaks: libc6-dev (<< 2.29-4), manpages-dev (<< 5.01-1) Conflicts: libcrypt1-dev, libcrypt2-dev Description: libcrypt development files This package contains the files needed for developing applications that use libcrypt. Original-Maintainer: Marco d'Itri Package: libcrypt1 Status: install ok installed Priority: required Section: libs Installed-Size: 225 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcrypt Version: 1:4.4.36-4build1 Replaces: libc6 (<< 2.29-4) Depends: libc6 (>= 2.38) Conflicts: libpam0g (<< 1.4.0-10) 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'. Original-Maintainer: Marco d'Itri Package: libcryptsetup12 Status: install ok installed Priority: optional Section: libs Installed-Size: 643 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cryptsetup Version: 2:2.7.0-1ubuntu4.2 Depends: libargon2-1 (>= 0~20171227), libblkid1 (>= 2.17.2), libc6 (>= 2.38), libdevmapper1.02.1 (>= 2:1.02.98), libjson-c5 (>= 0.15), libssl3t64 (>= 3.0.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 Original-Maintainer: Debian Cryptsetup Team Package: libctf-nobfd0 Status: install ok installed Priority: optional Section: devel Installed-Size: 355 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: binutils Version: 2.42-4ubuntu2.8 Replaces: libbinutils (<< 2.33.50.20191128-1~) Depends: libc6 (>= 2.17), zlib1g (>= 1:1.2.0) Breaks: libbinutils (<< 2.33.50.20191128-1~) Description: Compact C Type Format library (runtime, no BFD dependency) This package includes the libctf-nobfd shared library. The Compact C Type Format (CTF) is a way of representing information about a binary program Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: libctf0 Status: install ok installed Priority: optional Section: devel Installed-Size: 276 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: binutils Version: 2.42-4ubuntu2.8 Depends: libbinutils (= 2.42-4ubuntu2.8), libc6 (>= 2.33), zlib1g (>= 1:1.2.0) Description: Compact C Type Format library (runtime, BFD dependency) This package includes the libctf shared library. The Compact C Type Format (CTF) is a way of representing information about a binary program Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: libcups2t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 768 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cups Version: 2.4.7-1.2ubuntu7.13 Replaces: libcups2 Provides: libcups2 (= 2.4.7-1.2ubuntu7.13) Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.38), libgnutls30t64 (>= 3.8.1), libgssapi-krb5-2 (>= 1.17), zlib1g (>= 1:1.2.0) Suggests: cups-common Breaks: libcups2 (<< 2.4.7-1.2ubuntu7.13) Description: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Homepage: https://github.com/OpenPrinting/cups/ Original-Maintainer: Debian Printing Team Package: libcurl3t64-gnutls Status: install ok installed Priority: optional Section: libs Installed-Size: 875 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: curl Version: 8.5.0-2ubuntu10.9 Replaces: libcurl3-gnutls Provides: libcurl3-gnutls (= 8.5.0-2ubuntu10.9) Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.36), libgnutls30t64 (>= 3.8.2), libgssapi-krb5-2 (>= 1.17), libidn2-0 (>= 2.0.0), libldap2 (>= 2.6.2), libnettle8t64, libnghttp2-14 (>= 1.50.0), libpsl5t64 (>= 0.16.0), librtmp1 (>= 2.3), libssh-4 (>= 0.9.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Breaks: libcurl3-gnutls (<< 8.5.0-2ubuntu10.9) Description: easy-to-use client-side URL transfer library (GnuTLS 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 GnuTLS. Homepage: https://curl.se/ Original-Maintainer: Debian Curl Maintainers Package: libcurl4t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 938 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: curl Version: 8.5.0-2ubuntu10.9 Replaces: libcurl3, libcurl4 Provides: libcurl4 (= 8.5.0-2ubuntu10.9) Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libidn2-0 (>= 2.0.0), libldap2 (>= 2.6.2), libnghttp2-14 (>= 1.50.0), libpsl5t64 (>= 0.16.0), librtmp1 (>= 2.3), libssh-4 (>= 0.9.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Breaks: libcurl4 (<< 8.5.0-2ubuntu10.9) 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: https://curl.se/ Original-Maintainer: Debian Curl Maintainers Package: libdatrie1 Status: install ok installed Priority: optional Section: libs Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libdatrie Version: 0.2.13-3build1 Depends: libc6 (>= 2.17) Description: Double-array trie library This package provides shared libraries needed to run programs that use the datrie library. It is usually automatically installed. Homepage: https://linux.thai.net/projects/libthai Original-Maintainer: Theppitak Karoonboonyanan Package: libdav1d7 Status: install ok installed Priority: optional Section: libs Installed-Size: 730 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: dav1d Version: 1.4.1-1build1 Depends: libc6 (>= 2.34) Description: fast and small AV1 video stream decoder (shared library) dav1d is an AOMedia Video 1 (AV1) cross-platform decoder and focused on speed and correctness. . dav1d supports the following features: * support for all features of the AV1 bitstream * support for all bitdepth, 8, 10 and 12bits * support for all chroma subsamplings 4:2:0, 4:2:2, 4:4:4 and grayscale * full acceleration for AVX-2 chips * full acceleration for SSSE3+ chips * full acceleration for ARMv8 chips * partial acceleration for ARMv7 chips . This package provides the shared library. Homepage: https://www.videolan.org/projects/dav1d.html Original-Maintainer: Debian Multimedia Maintainers Package: libdb5.3t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 1701 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: db5.3 Version: 5.3.28+dfsg2-7 Replaces: libdb5.3 Provides: libdb5.3 (= 5.3.28+dfsg2-7) Depends: libc6 (>= 2.38) Breaks: libdb5.3 (<< 5.3.28+dfsg2-7) Description: Berkeley v5.3 Database Libraries [runtime] This is the runtime package for programs that use the v5.3 Berkeley database library. Original-Maintainer: Debian QA Group 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: 518 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: dbus Version: 1.14.10-4ubuntu4.1 Depends: libc6 (>= 2.38), libsystemd0 Recommends: dbus 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 message bus daemon can be found in the dbus-daemon package. Homepage: https://dbus.freedesktop.org/ Original-Maintainer: Utopia Maintenance Team Package: libdc1394-25 Status: install ok installed Priority: optional Section: libs Installed-Size: 286 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libdc1394 Version: 2.2.6-4build1 Depends: libc6 (>= 2.34), libraw1394-11 (>= 2.1.2), libusb-1.0-0 (>= 2:1.0.9) Description: high level programming interface for IEEE 1394 digital cameras libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). . This version of libdc1394 supports both the old and new (juju) FireWire stack. It automatically detects which one to use at runtime. . This package contains shared libraries. Homepage: https://sourceforge.net/projects/libdc1394/ Original-Maintainer: Debian Multimedia Maintainers Package: libdconf1 Status: install ok installed Priority: optional Section: libs Installed-Size: 101 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: dconf Version: 0.40.0-4ubuntu0.1 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.79.0) Description: simple configuration storage system - runtime library DConf is a low-level key/value database designed for storing desktop environment settings. . This package contains the runtime library. Homepage: https://wiki.gnome.org/Projects/dconf Original-Maintainer: Debian GNOME Maintainers Package: libdd-plist-java Status: install ok installed Priority: optional Section: java Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: all Source: dd-plist Version: 1.20-1.1 Description: Java library for working with property lists This library enables your Java application to handle property lists of various formats. Property lists are files used to store user settings and serialized objects.They originate from the NeXSTEP programming environment and are now a basic part of the Cocoa framework (OS X and iOS) as well as the GNUstep framework. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/3breadt/dd-plist Package: libde265-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 347 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libde265 Version: 1.0.15-1build3 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1) Description: Open H.265 video codec implementation libde265 is an open source implementation of the H.265 video codec. It is written from scratch in plain C for simplicity and efficiency. Its simple API makes it easy to integrate it into other software. Homepage: https://github.com/strukturag/libde265 Original-Maintainer: Debian Multimedia Maintainers Package: libdebconfclient0 Status: install ok installed Priority: required Section: libs Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cdebconf Version: 0.271ubuntu3 Depends: libc6 (>= 2.38) 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. Original-Maintainer: Debian Install System Team Package: libdecor-0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libdecor-0 Version: 0.2.2-1build2 Replaces: libdecor Depends: libc6 (>= 2.38), libwayland-client0 (>= 1.20.0) Recommends: default-libdecor-0-plugin-1 | libdecor-0-plugin-1 Conflicts: libdecor Description: client-side window decoration library libdecor is a library that can help Wayland clients draw window decorations for them. It aims to provide multiple backends that implements the decoration drawing. . This package contains the runtime library. Homepage: https://gitlab.freedesktop.org/libdecor/libdecor Original-Maintainer: Debian SDL packages maintainers Package: libdecor-0-plugin-1-gtk Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libdecor-0 Version: 0.2.2-1build2 Replaces: libdecor-plugin-gtk Provides: default-libdecor-0-plugin-1, libdecor-0-plugin-1 Depends: libc6 (>= 2.38), libcairo2 (>= 1.14.0), libdbus-1-3 (>= 1.9.14), libdecor-0-0 (= 0.2.2-1build2), libglib2.0-0t64 (>= 2.12.0), libgtk-3-0t64 (>= 3.19.12), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.18) Conflicts: libdecor-plugin-gtk Description: libdecor decoration plugin using GTK libdecor is a library that can help Wayland clients draw window decorations for them. It aims to provide multiple backends that implements the decoration drawing. . This package contains a backend that draws window decorations using GTK. Homepage: https://gitlab.freedesktop.org/libdecor/libdecor Original-Maintainer: Debian SDL packages maintainers Package: libdeflate0 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libdeflate Version: 1.19-1build1.1 Depends: libc6 (>= 2.17) Description: fast, whole-buffer DEFLATE-based compression and decompression The supported formats are: * DEFLATE (raw) * zlib (a.k.a. DEFLATE with a zlib wrapper) * gzip (a.k.a. DEFLATE with a gzip wrapper) . libdeflate is heavily optimized. It is significantly faster than the zlib library, both for compression and decompression, and especially on x86 processors. In addition, libdeflate provides optional high compression modes that provide a better compression ratio than the zlib's "level 9". Homepage: https://github.com/ebiggers/libdeflate Original-Maintainer: Debian Med Packaging Team Package: libdevmapper1.02.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 504 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lvm2 (2.03.16-3ubuntu3.2) Version: 2:1.02.185-3ubuntu3.2 Depends: libc6 (>= 2.38), libselinux1 (>= 3.1~), libudev1 (>= 183) Recommends: dmsetup (>= 2:1.02.185-3ubuntu3.2~) 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/ Original-Maintainer: Debian LVM Team Package: libdjvulibre-text Status: install ok installed Priority: optional Section: libs Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: djvulibre Version: 3.5.28-2ubuntu0.24.04.2 Replaces: djview3 (= 3.5.20-9), djvulibre-desktop (<< 3.5.20-9), libdjvulibre15 Description: Linguistic support files for libdjvulibre Runtime linguistic support files for the libdjvulibre library. Homepage: http://djvu.sourceforge.net/ Original-Maintainer: Barak A. Pearlmutter Package: libdjvulibre21 Status: install ok installed Priority: optional Section: libs Installed-Size: 1757 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: djvulibre Version: 3.5.28-2ubuntu0.24.04.2 Replaces: libdjvulibre1, libdjvulibre15 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libjpeg8 (>= 8c), libstdc++6 (>= 5), libdjvulibre-text (>= 3.5.28-2ubuntu0.24.04.2) Conflicts: libdjvulibre1 Description: Runtime support for the DjVu image format DjVu runtime library. Homepage: http://djvu.sourceforge.net/ Original-Maintainer: Barak A. Pearlmutter Package: libdom4j-java Status: install ok installed Priority: optional Section: java Installed-Size: 351 Maintainer: Ubuntu Developers Architecture: all Source: dom4j Version: 2.1.4-1 Depends: libjaxen-java Suggests: libmsv-java, libxpp2-java (>= 2.1.10-8~), libxpp3-java Description: Flexible XML framework for Java dom4j is a library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP. Original-Maintainer: Debian Java Maintainers Homepage: https://dom4j.github.io Package: libdpkg-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 1612 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: dpkg Version: 1.22.6ubuntu6.6 Depends: perl:any, dpkg (>= 1.18.11) Recommends: libfile-fcntllock-perl, liblocale-gettext-perl, bzip2, xz-utils (>= 5.4.0) Suggests: debian-keyring, gnupg | sq | sqop | pgpainless-cli | sequoia-chameleon-gnupg, gpgv | sq | sqop | pgpainless-cli | sequoia-chameleon-gnupg, gcc | c-compiler, binutils, patch, sensible-utils, git, bzr Breaks: dgit (<< 3.13~), libsop-java-java (<< 4.0.7~), pgpainless-cli (<< 1.3.13~), pkg-kde-tools (<< 0.15.28~), sq (<< 0.33.0~), sqop (<< 0.27.2~) Description: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionality. Among them there are the following public modules: . - Dpkg: core variables - Dpkg::Arch: architecture handling functions - Dpkg::BuildFlags: set, modify and query compilation build flags - Dpkg::BuildInfo: build information functions - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::BuildProfiles: parse and manipulate build profiles - Dpkg::Changelog: parse changelogs - Dpkg::Changelog::Entry: represents a changelog entry - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression: simple database of available compression methods - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Conf: parse dpkg configuration files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog - Dpkg::Control::Fields: manage (list of known) control fields - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields - Dpkg::Control::Info: parse files like debian/control - Dpkg::Control::Tests: parse files like debian/tests/control - Dpkg::Control::Tests::Entry: represents a debian/tests/control stanza - Dpkg::Deps: parse and manipulate dependencies - Dpkg::Deps::Simple: represents a single dependency statement - Dpkg::Deps::Multiple: base module to represent multiple dependencies - Dpkg::Deps::Union: list of unrelated dependencies - Dpkg::Deps::AND: list of AND dependencies - Dpkg::Deps::OR: list of OR dependencies - Dpkg::Deps::KnownFacts: list of installed and virtual packages - Dpkg::Exit: push, pop and run exit handlers - Dpkg::Gettext: wrapper around Locale::gettext - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::Interface::Storable: base object serializer - Dpkg::Path: common path handling functions - Dpkg::Source::Format: manipulate debian/source/format files - Dpkg::Source::Package: extract Debian source packages - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions . All the packages listed in Suggests or Recommends are used by some of the modules. Homepage: https://wiki.debian.org/Teams/Dpkg Original-Maintainer: Dpkg Developers Package: libdrm-amdgpu1 Status: install ok installed Priority: optional Section: libs Installed-Size: 101 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libdrm Version: 2.4.125-1ubuntu0.1~24.04.1 Depends: libc6 (>= 2.38), libdrm2 (>= 2.4.108) Description: Userspace interface to amdgpu-specific kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. Original-Maintainer: Debian X Strike Force Homepage: https://gitlab.freedesktop.org/mesa/drm/ Package: libdrm-common Status: install ok installed Priority: optional Section: libs Installed-Size: 49 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libdrm Version: 2.4.125-1ubuntu0.1~24.04.1 Description: Userspace interface to kernel DRM services -- common files This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides common files for libdrm. Original-Maintainer: Debian X Strike Force Homepage: https://gitlab.freedesktop.org/mesa/drm/ Package: libdrm2 Status: install ok installed Priority: optional Section: libs Installed-Size: 168 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libdrm Version: 2.4.125-1ubuntu0.1~24.04.1 Depends: libdrm-common (>= 2.4.125-1ubuntu0.1~24.04.1), libc6 (>= 2.38) Description: Userspace interface to kernel DRM services -- runtime This library implements the userspace interface to the kernel DRM services. DRM stands for "Direct Rendering Manager", which is the kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI is currently used on Linux to provide hardware-accelerated OpenGL drivers. . This package provides the runtime environment for libdrm. Original-Maintainer: Debian X Strike Force Homepage: https://gitlab.freedesktop.org/mesa/drm/ Package: libduktape207 Status: install ok installed Priority: optional Section: libs Installed-Size: 411 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: duktape Version: 2.7.0+tests-0ubuntu3 Depends: libc6 (>= 2.38) Description: embeddable Javascript engine, library Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint. . Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call Ecmascript functions from C code and vice versa. . This package contains the shared library. Homepage: https://duktape.org Original-Maintainer: Debian IoT Maintainers Package: libdw1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 754 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: elfutils Version: 0.190-1.1ubuntu0.1 Replaces: libdw1 Provides: libdw1 (= 0.190-1.1ubuntu0.1) Depends: libbz2-1.0, libc6 (>= 2.38), libelf1t64 (= 0.190-1.1ubuntu0.1), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.2.3) Breaks: libdw1 (<< 0.190-1.1ubuntu0.1) Description: library that provides access to the DWARF debug information libdw1t64 provides a library that provides access to DWARF debug information stored inside ELF files. . This library is part of elfutils. Homepage: https://sourceware.org/elfutils/ Original-Maintainer: Debian Elfutils Maintainers Package: libeclipse-jdt-annotation-java Status: install ok installed Priority: optional Section: java Installed-Size: 63 Maintainer: Ubuntu Developers Architecture: all Source: eclipse-jdt-core (4.26-2) Version: 2.2.700+eclipse4.26-2 Description: Eclipse JDT Annotations for Enhanced Null Analysis Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.annotation bundle. Original-Maintainer: Debian Java Maintainers Homepage: https://www.eclipse.org/jdt/core/ Package: libedit2 Status: install ok installed Priority: optional Section: libs Installed-Size: 302 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libedit Version: 3.1-20230828-1build1 Replaces: libedit-dev (<< 3.1-20180525-2~) Depends: libbsd0 (>= 0.1.3), libc6 (>= 2.38), 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/ Original-Maintainer: LLVM Packaging Team Package: libefiboot1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: efivar Version: 38-3.1build1 Replaces: libefiboot1 Provides: libefiboot1 (= 38-3.1build1) Depends: libc6 (>= 2.38), libefivar1t64 (>= 38) Breaks: libefiboot1 (<< 38-3.1build1) Description: Library to manage UEFI variables Library to allow for the manipulation of UEFI variables related to booting. Homepage: https://github.com/rhinstaller/efivar Original-Maintainer: Debian UEFI Maintainers Package: libefivar1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 214 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: efivar Version: 38-3.1build1 Replaces: libefivar1 Provides: libefivar1 (= 38-3.1build1) Depends: libc6 (>= 2.38) Breaks: libefivar1 (<< 38-3.1build1) Description: Library to manage UEFI variables Library to allow for the simple manipulation of UEFI variables. Homepage: https://github.com/rhinstaller/efivar Original-Maintainer: Debian UEFI Maintainers Package: libel-api-java Status: install ok installed Priority: optional Section: java Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: all Source: el-api Version: 3.0.0-3 Replaces: libservlet2.5-java, libservlet3.1-java (<< 9) Breaks: libservlet2.5-java, libservlet3.1-java (<< 9) Description: Expression Language API EL is a simple language designed to meet the needs of the presentation layer in Java web applications. . It features: * A simple syntax restricted to the evaluation of expressions * Variables and nested properties * Relational, logical, arithmetic, conditional, and empty operators * Functions implemented as static methods on Java classes * Lenient semantics where appropriate default values and type conversions are provided to minimize exposing errors to end users Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/javaee/el-spec/ Package: libelf1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 216 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: elfutils Version: 0.190-1.1ubuntu0.1 Replaces: libelf1 Provides: libelf1 (= 0.190-1.1ubuntu0.1) Depends: libc6 (>= 2.38), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Breaks: libelf1 (<< 0.190-1.1ubuntu0.1) Description: library to read and write ELF files The libelf1t64 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/ Original-Maintainer: Debian Elfutils Maintainers Package: libepoxy0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1519 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libepoxy Version: 1.5.10-1build1 Depends: libc6 (>= 2.34) Description: OpenGL function pointer management library It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part. They get to read GL specs and write code using undecorated function names like glCompileShader(). Homepage: https://github.com/anholt/libepoxy Original-Maintainer: Debian X Strike Force Package: liberror-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 69 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.17029-2 Depends: perl:any Description: Perl module for error/exception handling in an OO-ish way The Error module provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. . Errors in the class "Error" should not be thrown directly, but the user should throw errors from a sub-class of "Error". . Warning: Using the "Error" module is no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so. . Recommended alternatives are Exception::Class (libexception-class-perl), Error::Exception (not packaged), TryCatch (libtrycatch-perl), and Try::Tiny (libtry-tiny-perl). Original-Maintainer: Debian Perl Group Homepage: https://metacpan.org/release/Error Package: liberror-prone-java Status: install ok installed Priority: optional Section: java Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: all Source: error-prone-java Version: 2.18.0-1 Depends: libguava-java Description: Catch common Java mistakes as compile-time errors Static analysis tool for Java that catches common programming mistakes at compile-time. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/google/error-prone Package: libevent-2.1-7t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 443 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libevent Version: 2.1.12-stable-9ubuntu2 Replaces: libevent-2.1-7 Provides: libevent-2.1-7 (= 2.1.12-stable-9ubuntu2) Depends: libc6 (>= 2.38) Breaks: libevent-2.1-7 (<< 2.1.12-stable-9ubuntu2) Description: Asynchronous event notification library Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . For backward compatibility and to transition to "libevent_core only" or "libevent_core + libevent_extra", the libevent source package builds the libevent library that includes everything in libevent_core and libevent_extra. Homepage: https://libevent.org/ Original-Maintainer: Nicolas Mora Package: libevent-core-2.1-7t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 305 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libevent Version: 2.1.12-stable-9ubuntu2 Replaces: libevent-core-2.1-7 Provides: libevent-core-2.1-7 (= 2.1.12-stable-9ubuntu2) Depends: libc6 (>= 2.38) Breaks: libevent-core-2.1-7 (<< 2.1.12-stable-9ubuntu2) Description: Asynchronous event notification library (core) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . The libevent_core library includes event loops, timers, buffer code, and various small compatibility functions. . If you're writing software that only uses libevent's event loop, you should link against only the libevent_core library. Homepage: https://libevent.org/ Original-Maintainer: Nicolas Mora Package: libexpat1 Status: install ok installed Priority: optional Section: libs Installed-Size: 436 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: expat Version: 2.6.1-2ubuntu0.4 Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libexpat1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 712 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: expat Version: 2.6.1-2ubuntu0.4 Provides: libexpat-dev Depends: libexpat1 (= 2.6.1-2ubuntu0.4), libc6-dev | libc-dev Conflicts: libexpat-dev Description: XML parsing C library - development kit This package contains the header file and development libraries of expat, the C library for parsing XML. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. Homepage: https://libexpat.github.io/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libext2fs2t64 Status: install ok installed Priority: required Section: libs Installed-Size: 589 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: e2fsprogs Version: 1.47.0-2.4~exp1ubuntu4.1 Replaces: e2fslibs (<< 1.43.9-1~), libext2fs2 Provides: e2fslibs (= 1.47.0-2.4~exp1ubuntu4.1), libext2fs2 (= 1.47.0-2.4~exp1ubuntu4.1) Depends: libc6 (>= 2.38) Breaks: e2fslibs (<< 1.43.9-1~), libext2fs2 (<< 1.47.0-2.4~exp1ubuntu4.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 Original-Maintainer: Theodore Y. Ts'o Package: libfakeroot Status: install ok installed Priority: optional Section: utils Installed-Size: 162 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: fakeroot Version: 1.33-1 Replaces: fakeroot (<< 1.20-2~) Depends: libc6 (>= 2.38) Breaks: fakeroot (<< 1.20-2~) Conffiles: /etc/ld.so.conf.d/fakeroot-aarch64-linux-gnu.conf 7a8d4f6754672a87648486a5a29a2c6a Description: tool for simulating superuser privileges - shared libraries fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. . This package contains the LD_PRELOAD libraries. Original-Maintainer: Clint Adams Package: libfdisk1 Status: install ok installed Priority: optional Section: libs Installed-Size: 462 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libblkid1 (>= 2.24.2), libc6 (>= 2.38), 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: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: libfelix-framework-java Status: install ok installed Priority: optional Section: java Installed-Size: 607 Maintainer: Ubuntu Developers Architecture: all Source: felix-framework Version: 4.6.1-2.1 Suggests: libfelix-framework-java-doc Description: Felix Framework subproject The Felix Framework subproject is an implementation of the OSGi R4.2 core framework specification. Original-Maintainer: Debian Java Maintainers Homepage: http://felix.apache.org/site/apache-felix-framework.html Package: libfelix-gogo-runtime-java Status: install ok installed Priority: optional Section: java Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: all Source: felix-gogo-runtime Version: 0.16.2-1.1 Suggests: libfelix-gogo-runtime-java-doc Description: Apache Felix Gogo Runtime bundle Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi RFC 147, which describes a standard shell for OSGi-based environments. . Runtime bundle of Gogo subproject implements the core command processing functionality. Original-Maintainer: Debian Java Maintainers Homepage: http://felix.apache.org/site/apache-felix-gogo.html Package: libfelix-osgi-obr-java Status: install ok installed Priority: optional Section: java Installed-Size: 31 Maintainer: Ubuntu Developers Architecture: all Source: felix-osgi-obr Version: 1.0.2-5fakesync1 Depends: libosgi-core-java Suggests: libfelix-osgi-obr-java-doc Description: OSGi OBR Service API The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold: 1. To simplify deploying and using available bundles with Felix. 2. To encourage independent bundle development so that communities of interest can grow. Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html Original-Maintainer: Debian Java Maintainers Package: libfelix-resolver-java Status: install ok installed Priority: optional Section: java Installed-Size: 215 Maintainer: Ubuntu Developers Architecture: all Source: felix-resolver Version: 1.16.0-1 Depends: libosgi-core-java Description: OSGi Resolver implementation by Apache Felix Apache Felix is a community effort to implement the OSGi Framework and Service platform and other interesting OSGi-related technologies under the Apache license. The OSGi specifications originally targeted embedded devices and home services gateways, but they are ideally suited for any project interested in the principles of modularity, component-orientation, and/or service-orientation. OSGi technology combines aspects of these aforementioned principles to define a dynamic service deployment framework that is amenable to remote management. . This package provides the Resolver subproject. Original-Maintainer: Debian Java Maintainers Homepage: https://felix.apache.org Package: libffi-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 295 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libffi Version: 3.4.6-1build1 Depends: libffi8 (= 3.4.6-1build1) Conflicts: libffi4-dev Description: Foreign Function Interface library (development files) This package contains the headers and static library files necessary for building programs which use libffi. . 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/ Original-Maintainer: Debian GCC Maintainers Package: libffi8 Status: install ok installed Priority: important Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libffi Version: 3.4.6-1build1 Replaces: libffi8ubuntu1 (<< 3.4.2-1) Provides: libffi8ubuntu1 (= 3.4.6-1build1) Depends: libc6 (>= 2.34) Breaks: libffi8ubuntu1 (<< 3.4.2-1) 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/ Original-Maintainer: Debian GCC Maintainers Package: libfftw3-double3 Status: install ok installed Priority: optional Section: libs Installed-Size: 935 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: fftw3 Version: 3.3.10-1ubuntu3 Depends: libc6 (>= 2.34), libgomp1 (>= 4.9) Suggests: libfftw3-bin, libfftw3-dev Description: Library for computing Fast Fourier Transforms - Double precision The FFTW library computes Fast Fourier Transforms (FFT) in one or more dimensions. It is extremely fast. This package contains the shared library for double precision transforms. . To get the static library and the header files, you need to install libfftw3-dev. For documentation, see libfftw3-doc. Homepage: https://fftw.org Original-Maintainer: Debian Science Maintainers Package: libfido2-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 285 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libfido2 Version: 1.14.0-1build3 Depends: libc6 (>= 2.38), libcbor0.10 (>= 0.10.2), libssl3t64 (>= 3.0.0), libudev1 (>= 183), zlib1g (>= 1:1.1.4) Description: library for generating and verifying FIDO 2.0 objects A library for communicating with a FIDO device over USB or NFC, 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/ Original-Maintainer: Debian Authentication Maintainers Package: libfile-fcntllock-perl Status: install ok installed Priority: optional Section: perl Installed-Size: 177 Maintainer: Ubuntu Developers Architecture: arm64 Version: 0.22-4ubuntu5 Depends: perl (>= 5.38.2-3.2), perlapi-5.38.2, libc6 (>= 2.28) Suggests: gcc | c-compiler Description: Perl module for file locking with fcntl(2) File::FcntlLock is a Perl module to do file locking in an object oriented fashion using the fcntl(2) system call. This allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which Perl's flock() function is based. . Furthermore due to its design it supports reliable locking over NFS. Homepage: https://metacpan.org/release/File-FcntlLock Original-Maintainer: Debian Perl Group Package: libfindbugs-java Status: install ok installed Priority: optional Section: java Installed-Size: 3725 Maintainer: Ubuntu Developers Architecture: all Source: findbugs Version: 3.1.0~preview2-3 Replaces: findbugs (<< 3.1.0~) Depends: libasm-java (>= 5.0), libcommons-lang-java (>= 2.4), libbcel-java (>= 6.0), libdom4j-java (>= 1.6.1), libjaxen-java (>= 1.1.1), libjcip-annotations-java, libjsr305-java, libjformatstring-java (>= 0.10~20131207-2~) Breaks: findbugs (<< 3.1.0~) Description: Static java code analyzer to find bugs (Library) FindBugs is a program which uses static analysis to look for bugs in Java code. It can analyze programs compiled for any version of Java, from 1.0 to 1.8. . This package contains the FindBugs library. Original-Maintainer: Debian Java Maintainers Homepage: http://findbugs.sourceforge.net Package: libflac12t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 363 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: flac Version: 1.4.3+ds-2.1ubuntu2 Replaces: libflac12 Provides: libflac12 (= 1.4.3+ds-2.1ubuntu2) Depends: libc6 (>= 2.33), libogg0 (>= 1.0rc3) Breaks: libflac12 (<< 1.4.3+ds-2.1ubuntu2) Description: Free Lossless Audio Codec - runtime C library FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: . * The stream format * libFLAC, which implements a reference encoder, stream decoder, and file decoder * flac, which is a command-line wrapper around libFLAC to encode and decode .flac files * Input plugins for various music players (Winamp, XMMS, and more in the works) . This package contains the runtime library libFLAC. Homepage: https://xiph.org/flac/ Original-Maintainer: Debian Multimedia Maintainers Package: libflashrom1 Status: install ok installed Priority: optional Section: libs Installed-Size: 794 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: flashrom Version: 1.3.0-2.1ubuntu2 Depends: libc6 (>= 2.33), libftdi1-2 (>= 1.2), libpci3 (>= 1:3.8.0), libusb-1.0-0 (>= 2:1.0.22) Description: Identify, read, write, erase, and verify BIOS/ROM/flash chips - library flashrom is a tool for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot/firmware/optionROM images in-system using a supported mainboard, but it also supports flashing of network cards (NICs), SATA controller cards, and other external devices which can program flash chips. . It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32/40/48, and BGA chips, which use various protocols such as LPC, FWH, parallel flash, or SPI. . The tool can be used to flash BIOS/firmware images for example -- be it proprietary BIOS images or coreboot (previously known as LinuxBIOS) images. . It can also be used to read the current existing BIOS/firmware from a flash chip. . This package provides flashrom library development files. Homepage: http://www.flashrom.org Original-Maintainer: Debian EFI Package: libflite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 27268 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: flite Version: 2.2-6build3 Depends: libasound2t64 (>= 1.0.16), libc6 (>= 2.38) Description: Small run-time speech synthesis engine - shared libraries Flite is a small fast run-time speech synthesis engine. It is the latest addition to the suite of free software synthesis tools including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to run. . It currently only supports the English and Indic languages. . This package contains the shared library objects of Festival Lite Homepage: http://cmuflite.org Original-Maintainer: Debian Accessibility Team Package: libfontconfig1 Status: install ok installed Priority: optional Section: libs Installed-Size: 412 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: fontconfig Version: 2.15.0-1.1ubuntu2 Provides: libfontconfig Depends: libc6 (>= 2.38), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.9.1), fontconfig-config (>= 2.15.0-1.1ubuntu2) Breaks: xpdf (<= 3.03-11) Description: generic font configuration library - runtime Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications. . This package contains the runtime library needed to launch applications using fontconfig. Homepage: https://www.freedesktop.org/wiki/Software/fontconfig/ Original-Maintainer: Debian freedesktop.org maintainers Package: libfontenc1 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libfontenc Version: 1:1.1.8-1build1 Depends: libc6 (>= 2.38), zlib1g (>= 1:1.1.4) Description: X11 font encoding library libfontenc is a library which helps font libraries portably determine and deal with different encodings of fonts. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libfontenc Original-Maintainer: Debian X Strike Force Package: libfreetype6 Status: install ok installed Priority: optional Section: libs Installed-Size: 895 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: freetype Version: 2.13.2+dfsg-1ubuntu0.1 Depends: libbrotli1 (>= 0.6.0), libbz2-1.0, libc6 (>= 2.33), libpng16-16t64 (>= 1.6.2), zlib1g (>= 1:1.1.4) Description: FreeType 2 font engine, shared library files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on providing small, efficient and ubiquitous products. . The FreeType 2 library is their new software font engine. It has been designed to provide the following important features: * A universal and simple API to manage font files * Support for several font formats through loadable modules * High-quality anti-aliasing * High portability & performance . Supported font formats include: * TrueType files (.ttf) and collections (.ttc) * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format * Type 1 Multiple Master fonts. The FreeType 2 API also provides routines to manage design instances easily * Type 1 CID-keyed fonts * OpenType/CFF (.otf) fonts * CFF/Type 2 fonts * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with the Adobe SVG viewer plugin. * Windows FNT/FON bitmap fonts . This package contains the files needed to run programs that use the FreeType 2 library. Homepage: https://freetype.org Original-Maintainer: Hugh McMaster Package: libfribidi0 Status: install ok installed Priority: optional Section: libs Installed-Size: 156 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: fribidi Version: 1.0.13-3build1 Depends: libc6 (>= 2.17) Description: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Homepage: http://www.fribidi.org/ Original-Maintainer: Debian Hebrew Packaging Team Package: libftdi1-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libftdi1 Version: 1.5-6build5 Depends: libc6 (>= 2.17), libusb-1.0-0 (>= 2:1.0.16) Description: C Library to control and program the FTDI USB controllers This library could talk to FTDI's FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X type USB chips from userspace. It uses libusb 1.0 to communicate with the chips. . Functionalities include the possibility to use the chips in standard mode, in bitbang mode, and to read or write the serial EEPROM. . This is the C version of the library. Homepage: https://www.intra2net.com/en/developer/libftdi/ Original-Maintainer: Aurelien Jarno Package: libfuse3-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 295 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: fuse3 Version: 3.14.0-5build1 Depends: libc6 (>= 2.38) Suggests: fuse3 Description: Filesystem in Userspace (library) (3.x version) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. . This package contains the shared library. Homepage: https://github.com/libfuse/libfuse/wiki Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libfwupd2 Status: install ok installed Priority: optional Section: libs Installed-Size: 518 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: fwupd Version: 1.9.33-0ubuntu1~24.04.1ubuntu1 Depends: libc6 (>= 2.27), libcurl3t64-gnutls (>= 7.63.0), libglib2.0-0t64 (>= 2.79.0), libjcat1 (>= 0.1.0), libjson-glib-1.0-0 (>= 1.5.2) Description: Firmware update daemon library fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Firmware updates are supported for a variety of technologies. See for details . This package provides the library used by the daemon. Original-Maintainer: Debian EFI Homepage: https://github.com/fwupd/fwupd Package: libgbm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 189 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mesa Version: 25.2.8-0ubuntu0.24.04.1 Depends: libc6 (>= 2.38), libdrm2 (>= 2.4.125-1), libexpat1 (>= 2.0.1), mesa-libgallium (= 25.2.8-0ubuntu0.24.04.1) Description: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Homepage: https://mesa3d.org/ Original-Maintainer: Debian X Strike Force Package: libgcc-13-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 14820 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 Replaces: libtsan2 (<< 12-20211113-2~) Depends: gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), libgcc-s1 (>= 13.3.0-6ubuntu2~24.04.1), libgomp1 (>= 13.3.0-6ubuntu2~24.04.1), libitm1 (>= 13.3.0-6ubuntu2~24.04.1), libatomic1 (>= 13.3.0-6ubuntu2~24.04.1), libasan8 (>= 13.3.0-6ubuntu2~24.04.1), liblsan0 (>= 13.3.0-6ubuntu2~24.04.1), libtsan2 (>= 13.3.0-6ubuntu2~24.04.1), libubsan1 (>= 13.3.0-6ubuntu2~24.04.1), libhwasan0 (>= 13.3.0-6ubuntu2~24.04.1) Recommends: libc6-dev (>= 2.13-0ubuntu6) Breaks: libtsan2 (<< 12-20211113-2~) Description: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libgcc-s1 Protected: yes Status: install ok installed Priority: required Section: libs Installed-Size: 148 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Replaces: libgcc1 (<< 1:10) Provides: libgcc1 (= 1:14.2.0-4ubuntu2~24.04.1) Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.35) Breaks: libgcc-7-dev (<< 7.5.0-4), libgcc-8-dev (<< 8.3.0-27), libgcc-9-dev (<< 9.2.1-26) 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 Original-Maintainer: Debian GCC Maintainers Package: libgcc-s1-amd64-cross Status: install ok installed Priority: optional Section: devel Installed-Size: 197 Maintainer: Ubuntu Core developers Architecture: all Source: gcc-14-cross (4ubuntu3.3) Version: 14.2.0-4ubuntu2~24.04.1cross1 Replaces: libgcc1-amd64-cross (<< 1:10) Provides: libgcc-s1-amd64-dcv1, libgcc1-amd64-cross (= 1:14.2.0-4ubuntu2~24.04.1) Depends: gcc-14-cross-base (>= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.35) Breaks: libgcc1-amd64-cross (<< 1:10) Description: GCC support library (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Built-Using: gcc-14 (= 14.2.0-4ubuntu2~24.04.1) Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libgcrypt20 Status: install ok installed Priority: required Section: libs Installed-Size: 1064 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Version: 1.10.3-2ubuntu0.1 Depends: libc6 (>= 2.38), libgpg-error0 (>= 1.27) 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, SM4, Blake-2, CRC, MD2, MD4, MD5, RIPE-MD160, SM3, 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://gnupg.org/software/libgcrypt/ Original-Maintainer: Debian GnuTLS Maintainers Package: libgcrypt20-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2058 Maintainer: Ubuntu Developers Architecture: arm64 Source: libgcrypt20 Version: 1.10.3-2ubuntu0.1 Provides: libgcrypt-dev Depends: libc6-dev | libc-dev, libgcrypt20 (= 1.10.3-2ubuntu0.1), libgpg-error-dev Suggests: libgcrypt20-doc Conflicts: libgcrypt-dev Description: LGPL Crypto library - development files 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, SM4, Blake-2, CRC, MD2, MD4, MD5, RIPE-MD160, SM3, 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.) . This package contains header files and libraries for static linking. Homepage: https://gnupg.org/software/libgcrypt/ Original-Maintainer: Debian GnuTLS Maintainers Package: libgd3 Status: install ok installed Priority: optional Section: libs Installed-Size: 480 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libgd2 Version: 2.3.3-9ubuntu5 Depends: libc6 (>= 2.38), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libheif1 (>= 1.17.6-1ubuntu4~), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libtiff6 (>= 4.0.3), libwebp7 (>= 1.3.2), libxpm4 Suggests: libgd-tools Description: GD Graphics Library GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is the runtime package of the library. Homepage: http://www.libgd.org/ Original-Maintainer: GD Team Package: libgdbm-compat4t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gdbm Version: 1.23-5.1build1 Replaces: libgdbm-compat4 Provides: libgdbm-compat4 (= 1.23-5.1build1) Depends: libc6 (>= 2.33), libgdbm6t64 (>= 1.16) Breaks: libgdbm-compat4 (<< 1.23-5.1build1) Description: GNU dbm database routines (legacy support runtime version) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). This package includes library files, required to run old programs, that use legacy 'dbm' interface. For new programs, please use modern interface, provided by libgdbm6t64 and libgdbm-dev. Homepage: https://gnu.org/software/gdbm Original-Maintainer: Nicolas Mora Package: libgdbm6t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gdbm Version: 1.23-5.1build1 Replaces: libgdbm6 Provides: libgdbm6 (= 1.23-5.1build1) Depends: libc6 (>= 2.34) Suggests: gdbm-l10n (= 1.23-5.1build1) Breaks: libgdbm6 (<< 1.23-5.1build1) Description: GNU dbm database routines (runtime version) GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions. . The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). Homepage: https://gnu.org/software/gdbm Original-Maintainer: Nicolas Mora Package: libgdk-pixbuf-2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1046 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gdk-pixbuf Version: 2.42.10+dfsg-3ubuntu3.3 Depends: libgdk-pixbuf2.0-common (>= 2.42.10+dfsg-3ubuntu3.3), shared-mime-info, libc6 (>= 2.34), libglib2.0-0t64 (>= 2.79.0), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libtiff6 (>= 4.0.3) Recommends: libgdk-pixbuf2.0-bin Description: GDK Pixbuf library The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Homepage: https://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: libgdk-pixbuf2.0-bin Status: install ok installed Priority: optional Section: libs Installed-Size: 228 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gdk-pixbuf Version: 2.42.10+dfsg-3ubuntu3.3 Depends: libc6 (>= 2.34), libgdk-pixbuf-2.0-0 (>= 2.35.4), libglib2.0-0t64 (>= 2.16.0) Description: GDK Pixbuf library (thumbnailer) The GDK Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) . This package contains the GDK pixdata compression utility, the thumbnailer and a utility for converting images into C code. Homepage: https://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: libgdk-pixbuf2.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 48 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: gdk-pixbuf Version: 2.42.10+dfsg-3ubuntu3.3 Description: GDK Pixbuf library - data files This package contains the common files and translations for the GDK Pixbuf library. Homepage: https://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: libgeronimo-annotation-1.3-spec-java Status: install ok installed Priority: optional Section: java Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: all Source: geronimo-annotation-1.3-spec Version: 1.3-1 Description: Apache Geronimo Common Annotations 1.3 API Apache Geronimo is an open source server runtime that integrates the best open source projects to create Java/OSGi server runtimes that meet the needs of enterprise developers and system administrators. Its most popular distribution is a fully certified Java EE 6 application server runtime. . This package contains the Common Annotations 1.3 API (javax.annotation.* classes). Original-Maintainer: Debian Java Maintainers Homepage: http://geronimo.apache.org Package: libgeronimo-interceptor-3.0-spec-java Status: install ok installed Priority: optional Section: java Installed-Size: 34 Maintainer: Ubuntu Developers Architecture: all Source: geronimo-interceptor-3.0-spec Version: 1.0.1-4fakesync Description: Geronimo API implementation of the Interceptor 3.0 spec Apache Geronimo is an open source application server developed by the Apache Software Foundation and distributed under the Apache license. . The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Its most popular distribution is a fully certified Java Enterprise Edition 5.0 (Java EE 5) application server runtime. . This package provides the Geronimo API implementation of the Interceptor 3.0 spec (javax.interceptor classes). Original-Maintainer: Debian Java Maintainers Homepage: http://geronimo.apache.org Package: libgfortran5 Status: install ok installed Priority: optional Section: libs Installed-Size: 1669 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.38), libgcc-s1 (>= 4.5) Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libgif7 Status: install ok installed Priority: optional Section: libs Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: giflib Version: 5.2.2-1ubuntu1 Depends: libc6 (>= 2.17) Description: library for GIF images (library) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains the library. Homepage: https://giflib.sourceforge.net/ Original-Maintainer: David Suárez Package: libgirepository-1.0-1 Status: install ok installed Priority: optional Section: libs Installed-Size: 281 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gobject-introspection Version: 1.80.1-1 Provides: libgirepository-1.0-1-with-libffi8 (= 1.80.1-1) Depends: libc6 (>= 2.29), libffi8 (>= 3.4), libglib2.0-0t64 (>= 2.80.0) Breaks: libcjs0 (<< 4.8.2-1+b1), libgjs0g (<< 1.68.4-1+b1), libglib-object-introspection-perl (<< 0.049-1+b2), python-gi (<< 3.42.0-1+b1), python3-gi (<< 3.42.0-1+b1), ruby-gobject-introspection (<< 3.4.3-1+b2) Description: Library for handling GObject introspection data (runtime library) GObject Introspection is a project for providing machine readable introspection data of the API of C libraries. This introspection data can be used in several different use cases, for example automatic code generation for bindings, API verification and documentation generation. . GObject Introspection contains tools to generate and handle the introspection data. . This package contains a C library for handling the introspection data. Original-Maintainer: Debian GNOME Maintainers Homepage: https://wiki.gnome.org/GObjectIntrospection Package: libgirepository-2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 301 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: glib2.0 Version: 2.80.0-6ubuntu3.8 Depends: libc6 (>= 2.38), libffi8 (>= 3.4), libglib2.0-0t64 (= 2.80.0-6ubuntu3.8) Description: GLib runtime library for handling GObject introspection data GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared library used by language bindings such as PyGObject and gjs to call GObject methods. Homepage: https://wiki.gnome.org/Projects/GLib Original-Maintainer: Debian GNOME Maintainers Package: libgl1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1084 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libglvnd Version: 1.7.0-1build1 Depends: libc6 (>= 2.34), libglvnd0 (= 1.7.0-1build1), libglx0 (= 1.7.0-1build1) Description: Vendor neutral GL dispatch library -- legacy GL support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for old libGL for compatibility reasons. Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Original-Maintainer: Debian X Strike Force Package: libgl1-mesa-dri Status: install ok installed Priority: optional Section: libs Installed-Size: 308 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mesa Version: 25.2.8-0ubuntu0.24.04.1 Depends: libgbm1 (= 25.2.8-0ubuntu0.24.04.1), libvulkan1, libc6 (>= 2.34) Description: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libglx-mesa0 package. Homepage: https://mesa3d.org/ Original-Maintainer: Debian X Strike Force Package: libglib2.0-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 4769 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: glib2.0 Version: 2.80.0-6ubuntu3.8 Replaces: libglib2.0-0 (<< 2.80.0-6ubuntu3~) Provides: libgio-2.0-0 (= 2.80.0-6ubuntu3.8), libglib-2.0-0 (= 2.80.0-6ubuntu3.8), libglib2.0-0 (= 2.80.0-6ubuntu3.8), libgmodule-2.0-0 (= 2.80.0-6ubuntu3.8), libgobject-2.0-0 (= 2.80.0-6ubuntu3.8), libgthread-2.0-0 (= 2.80.0-6ubuntu3.8) Depends: libc6 (>= 2.38), libffi8 (>= 3.4), libmount1 (>= 2.26.2), libpcre2-8-0 (>= 10.22), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.2) Recommends: libglib2.0-data, shared-mime-info, xdg-user-dirs Suggests: low-memory-monitor Breaks: glib-networking-tests (<< 2.70.0~), gnome-keyring (<< 40.0-3~), gnome-shell (<< 46.0-0ubuntu5.1~), libedataserver-1.2-26 (<< 3.44.3-2~), libgladeui-2-6 (<< 3.22.2), libglib2.0-0 (<< 2.80.0-6ubuntu3~), libsoup2.4-tests (<< 2.72.0-3~) Description: GLib library of C routines GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the shared libraries. Homepage: https://wiki.gnome.org/Projects/GLib Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 530 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: glib2.0 Version: 2.80.0-6ubuntu3.8 Depends: libglib2.0-data, libc6 (>= 2.38), libelf1t64 (>= 0.142), libglib2.0-0t64 (= 2.80.0-6ubuntu3.8) Description: Programs for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains the program files which is used for the libraries and others. Homepage: https://wiki.gnome.org/Projects/GLib Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-data Status: install ok installed Priority: optional Section: libs Installed-Size: 120 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: glib2.0 Version: 2.80.0-6ubuntu3.8 Description: Common files for GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed for the runtime libraries to display messages in languages other than English. Homepage: https://wiki.gnome.org/Projects/GLib Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 12025 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: glib2.0 Version: 2.80.0-6ubuntu3.8 Replaces: libglib2.0-0-dbg (<< 2.51.4-1~) Depends: libffi-dev, libglib2.0-0t64 (= 2.80.0-6ubuntu3.8), libglib2.0-bin (= 2.80.0-6ubuntu3.8), libglib2.0-dev-bin (= 2.80.0-6ubuntu3.8), libglib2.0-dev-bin-linux (= 2.80.0-6ubuntu3.8), libmount-dev, libpcre2-dev, libselinux1-dev, pkgconf, python3 | qemu-user | qemu-user-static, zlib1g-dev, python3:any, libc6 (>= 2.38), libffi8 (>= 3.4), libgirepository-2.0-0 (= 2.80.0-6ubuntu3.8) Suggests: gir1.2-glib-2.0-dev, libglib2.0-doc Breaks: libglib2.0-0-dbg (<< 2.51.4-1~) Description: Development files for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed to compile programs against libglib2.0-0t64, as only it includes the header files and static libraries (optionally) needed for compiling. . GObject-Introspection metadata for this library can be found in the libgirepository1.0-dev package. Homepage: https://wiki.gnome.org/Projects/GLib Original-Maintainer: Debian GNOME Maintainers Package: libglib2.0-dev-bin Status: install ok installed Priority: optional Section: libdevel Installed-Size: 820 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: glib2.0 Version: 2.80.0-6ubuntu3.8 Provides: libglib2.0-dev-bin-linux (= 2.80.0-6ubuntu3.8) Depends: python3-packaging, python3:any, libc6 (>= 2.38), libglib2.0-0t64 (= 2.80.0-6ubuntu3.8) Suggests: libgdk-pixbuf2.0-bin, libxml2-utils Description: Development utilities for the GLib library GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package is needed to compile programs against libglib2.0-0. It contains development utilities typically run during compilation and should not be installed directly. Use libglib2.0-dev instead. Homepage: https://wiki.gnome.org/Projects/GLib Original-Maintainer: Debian GNOME Maintainers Package: libglvnd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1564 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libglvnd Version: 1.7.0-1build1 Replaces: libgldispatch0-nvidia Depends: libc6 (>= 2.38) Breaks: libgldispatch0-nvidia Description: Vendor neutral GL dispatch library This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains the GL dispatch library. Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Original-Maintainer: Debian X Strike Force Package: libglx-mesa0 Status: install ok installed Priority: optional Section: libs Installed-Size: 439 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mesa Version: 25.2.8-0ubuntu0.24.04.1 Provides: libglx-vendor Depends: libc6 (>= 2.38), libdrm2 (>= 2.4.125-1), libexpat1 (>= 2.0.1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.7), libxcb-dri3-0, libxcb-glx0 (>= 1.8), libxcb-present0, libxcb-shm0, libxcb-xfixes0, libxcb1, libxext6, libxxf86vm1, mesa-libgallium (= 25.2.8-0ubuntu0.24.04.1), libgl1-mesa-dri Breaks: glx-diversions (<< 0.8.4~), libopengl-perl (<< 0.6704+dfsg-2) Description: free implementation of the OpenGL API -- GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Homepage: https://mesa3d.org/ Original-Maintainer: Debian X Strike Force Package: libglx0 Status: install ok installed Priority: optional Section: libs Installed-Size: 218 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libglvnd Version: 1.7.0-1build1 Depends: libc6 (>= 2.38), libglvnd0 (= 1.7.0-1build1), libx11-6 (>= 2:1.4.99.1), libglx-mesa0 Description: Vendor neutral GL dispatch library -- GLX support This is an implementation of the vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors on a per-screen basis. . This package contains support for GLX. Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd Original-Maintainer: Debian X Strike Force Package: libgme0 Status: install ok installed Priority: optional Section: libs Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: game-music-emu Version: 0.6.3-7build1 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), zlib1g (>= 1:1.1.4) Description: Playback library for video game music files - shared library game-music-emu is a collection of video game music file emulators that support the following formats and systems: * AY ZX Spectrum/Amstrad CPC * GBS Nintendo Game Boy * GYM Sega Genesis/Mega Drive * HES NEC TurboGrafx-16/PC Engine * KSS MSX Home Computer/other Z80 systems (doesn't support FM sound) * NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound) * SAP Atari systems using POKEY sound chip * SPC Super Nintendo/Super Famicom * VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro . This package contains the shared libraries necessary to run programs using libgme. Homepage: https://github.com/libgme/game-music-emu Original-Maintainer: Ileana Dumitrescu Package: libgmp10 Status: install ok installed Priority: required Section: libs Installed-Size: 535 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gmp Version: 2:6.3.0+dfsg-2ubuntu6.1 Depends: libc6 (>= 2.38) Breaks: 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: https://gmplib.org/ Original-Maintainer: Debian Science Maintainers Package: libgnutls30t64 Status: install ok installed Priority: important Section: libs Installed-Size: 2464 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gnutls28 Version: 3.8.3-1.1ubuntu3.6 Replaces: libgnutls30 Provides: libgnutls30 (= 3.8.3-1.1ubuntu3.6) Depends: libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg), libhogweed6t64 (>= 3.6), libidn2-0 (>= 2.0.0), libnettle8t64 (>= 3.9~), libp11-kit0 (>= 0.25.1), libtasn1-6 (>= 4.14), libunistring5 (>= 1.1) Suggests: gnutls-bin Breaks: libgnutls30 (<< 3.8.3-1.1ubuntu3.6) Conffiles: /etc/gnutls/config 35b37ffae94733dbef25088702ac3ba3 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/ Original-Maintainer: Debian GnuTLS Maintainers Package: libgomp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 416 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.38) Breaks: gcc-4.3 (<< 4.3.6-1), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2) Description: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libgoogle-gson-java Status: install ok installed Priority: optional Section: java Installed-Size: 306 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2.10.1-1 Suggests: libgoogle-gson-java-doc Description: Converts Java objects into their JSON representation Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. . Gson Goals . * Provide simple toJson() and fromJson() methods to convert Java objects to JSON and vice-versa * Allow pre-existing unmodifiable objects to be converted to and from JSON * Extensive support of Java Generics * Allow custom representations for objects * Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types) Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/google/gson Package: libgpars-groovy-java Status: install ok installed Priority: optional Section: java Installed-Size: 1301 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.1-11 Depends: groovy, libjcsp-java, libjsr166y-java, libmultiverse-core-java Description: open-source concurrency library for Groovy Library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Original-Maintainer: Debian Java Maintainers Homepage: http://gpars.org Package: libgpg-error-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 529 Maintainer: Ubuntu Developers Architecture: arm64 Source: libgpg-error Version: 1.47-3build2.1 Depends: libgpg-error0 (= 1.47-3build2.1) Description: GnuPG development runtime library (developer tools) 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. . This package contains the headers and other files needed to compile against this library. Homepage: https://www.gnupg.org/related_software/libgpg-error/ Original-Maintainer: Debian GnuPG Maintainers Package: libgpg-error0 Status: install ok installed Priority: required Section: libs Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libgpg-error Version: 1.47-3build2.1 Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Debian GnuPG Maintainers Package: libgpgme11t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 422 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gpgme1.0 Version: 1.18.0-4.1ubuntu4 Replaces: libgpgme11 Provides: libgpgme11 (= 1.18.0-4.1ubuntu4) Depends: gnupg (>= 2.1.21-4) | gpg, libassuan0 (>= 2.4.2), libc6 (>= 2.38), libgpg-error0 (>= 1.36) Recommends: dirmngr, gpg-agent, gpg-wks-client, gpgsm Breaks: libgpgme11 (<< 1.18.0-4.1ubuntu4) Description: GPGME - GnuPG Made Easy (library) GPGME is a wrapper library which provides a C API to access some of the GnuPG functions, such as encrypt, decrypt, sign, verify, ... . This package contains the library. Homepage: https://www.gnupg.org/related_software/gpgme/ Original-Maintainer: Debian GnuPG Maintainers Package: libgprofng0 Status: install ok installed Priority: optional Section: devel Installed-Size: 2936 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: binutils Version: 2.42-4ubuntu2.8 Depends: libbinutils (= 2.42-4ubuntu2.8), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Description: GNU Next Generation profiler (runtime library) Gprofng is the GNU Next Generation profiler for analyzing the performance of Linux applications. Gprofng allows you to: . - Profile C / C++ / Java / Scala applications without needing to recompile - Profile multi-threaded applications - Analyze and compare multiple experiments - Use time-based sampling and / or hardware event counters . This package includes the libgprofng shared library. Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: libgradle-core-java Status: install ok installed Priority: optional Section: java Installed-Size: 5395 Maintainer: Ubuntu Developers Architecture: all Source: gradle Version: 4.4.1-20 Replaces: libgradle-plugins-java (<< 4.4-1~), libgradle-wrapper-java Depends: ant, groovy (>= 2.4.7), ivy, libasm-java (>= 7.0), libatinject-jsr330-api-java, libcommons-collections3-java, libcommons-compress-java, libcommons-io-java, libcommons-lang-java (>= 2.6), libguava-java (>= 23.0), libhttpclient-java, libhttpcore-java, libjansi1-java, libjarjar-java, libjcip-annotations-java, libjna-java, libjsch-java, libkryo-java, liblogback-java, libnative-platform-java (>= 0.11), libnekohtml-java, libreflectasm-java, libslf4j-java, libxbean-reflect-java Breaks: libgradle-plugins-java (<< 4.4-1~), libgradle-wrapper-java Description: Powerful build system for the JVM - Core libraries Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the Gradle Core API library. Original-Maintainer: Debian Java Maintainers Homepage: https://gradle.org Package: libgradle-plugins-java Status: install ok installed Priority: optional Section: java Installed-Size: 6823 Maintainer: Ubuntu Developers Architecture: all Source: gradle Version: 4.4.1-20 Replaces: libgradle-announce-java, libgradle-antlr-java, libgradle-code-quality-java, libgradle-core-java (<< 4.4-1~), libgradle-ear-java, libgradle-ide-java, libgradle-javascript-java, libgradle-jetty-java, libgradle-maven-java, libgradle-osgi-java, libgradle-scala-java, libgradle-signing-java Depends: ant-optional, bnd (>= 3.5.0), junit4, libantlr-java, libatinject-jsr330-api-java, libbcpg-java, libbsh-java, libcommons-cli-java, libdd-plist-java, libdom4j-java, libfindbugs-java, libgoogle-gson-java, libgradle-core-java (>= 4.4.1-20), libguice-java, libjatl-java, libjaxen-java, libjcifs-java, libjgit-java, libjs-jquery, libmaven-resolver-java, libmaven3-core-java (>= 3.5.0), libobjenesis-java, libplexus-component-annotations-java, libplexus-container-default-java, libplexus-interpolation-java, libplexus-utils-java, libpolyglot-maven-java, librhino-java, libsimple-http-java, libwagon-file-java, libwagon-http-java, libxerces2-java, testng Breaks: libgradle-announce-java, libgradle-antlr-java, libgradle-code-quality-java, libgradle-core-java (<< 4.4-1~), libgradle-ear-java, libgradle-ide-java, libgradle-javascript-java, libgradle-jetty-java, libgradle-maven-java, libgradle-osgi-java, libgradle-scala-java, libgradle-signing-java Description: Powerful build system for the JVM - All plugins Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the standard Gradle plugins except: . * Zinc compiler * Kotlin DSL * AWS S3 * Google APIs Original-Maintainer: Debian Java Maintainers Homepage: https://gradle.org Package: libgraphite2-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 155 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: graphite2 Version: 1.3.14-2build1 Replaces: libgraphite2-2.0.0 Provides: libgraphite2-2.0.0 Depends: libc6 (>= 2.17) Breaks: libgraphite2-2.0.0 (<< 1.2.0) Description: Font rendering engine for Complex Scripts -- library Graphite is a system that can be used to create and use "smart fonts" capable of displaying writing systems with various complex behaviors, such as: contextual shaping, ligatures, reordering, split glyphs, bidirectionality, stacking diacritics and complex positioning. . This library was designed and developed by the NRSI (Non-Roman Script Initiative) within SIL International (www.sil.org) to act as a complement to other smart font rendering technologies with limited practical local extensibility. Its purpose is to help meet the needs of a very large number of "minority language" communities for local extensibility of complex script behaviors. . The behavior of the rendering engine for a given writing system is specified through extra tables added to a TrueType font. These tables are generated by compiling a GDL (Graphite Description Language) source file into a font using grcompiler. . This package contains the shared library. Homepage: https://graphite.sil.org/ Original-Maintainer: Debian LibreOffice Maintainers Package: libgs-common Status: install ok installed Priority: optional Section: libs Installed-Size: 319 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: ghostscript Version: 10.02.1~dfsg1-0ubuntu7.8 Replaces: libgs9-common (<< 10) Breaks: libgs9-common (<< 10) Description: interpreter for the PostScript language and for PDF - ICC profiles GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides common ICC profiles. Homepage: https://www.ghostscript.com/ Original-Maintainer: Debian Printing Team Package: libgs10 Status: install ok installed Priority: optional Section: libs Installed-Size: 24348 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ghostscript Version: 10.02.1~dfsg1-0ubuntu7.8 Depends: libgs10-common (= 10.02.1~dfsg1-0ubuntu7.8), poppler-data, libc6 (>= 2.38), libcups2t64 (>= 2.3~b6), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.10.1), libgcc-s1 (>= 3.3.1), libidn12 (>= 1.13), libijs-0.35 (>= 0.35), libjbig2dec0 (>= 0.16+20190905), libjpeg8 (>= 8c), libopenjp2-7 (>= 2.0.0), libpaper1, libpng16-16t64 (>= 1.6.2), libstdc++6 (>= 13.1), libtiff6 (>= 4.0.3), libx11-6, libxt6t64, zlib1g (>= 1:1.2.0) Description: interpreter for the PostScript language and for PDF - Library GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides the Ghostscript library which makes the facilities of GPL Ghostscript available to applications. Homepage: https://www.ghostscript.com/ Original-Maintainer: Debian Printing Team Package: libgs10-common Status: install ok installed Priority: optional Section: libs Installed-Size: 2245 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: ghostscript Version: 10.02.1~dfsg1-0ubuntu7.8 Replaces: libgs-common (<< 10.0.0~dfsg-5) Depends: fonts-urw-base35 (>= 20200910), libgs-common Recommends: fonts-droid-fallback Breaks: libgs-common (<< 10.0.0~dfsg-5) Description: interpreter for the PostScript language and for PDF - common files GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a back-end to a program such as ghostview, it can display PostScript and PDF documents in an X11 environment. . This package provides common architecture-independent files needed by the GPL Ghostscript library. . By default, GPL Ghostscript uses a font from the fonts-droid package to approximate glyphs in PDFs for which the requested CJK TrueType font is missing. If the fonts-droid package is not installed, these glyphs will be rendered as bullets. Homepage: https://www.ghostscript.com/ Original-Maintainer: Debian Printing Team Package: libgsm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libgsm Version: 1.0.22-1build1 Depends: libc6 (>= 2.17) Conflicts: libgsm-dev Description: Shared libraries for GSM speech compressor This package contains runtime shared libraries for libgsm, an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. . GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, this implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). . The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. Homepage: http://www.quut.com/gsm/ Original-Maintainer: Debian Mobcom Maintainers Package: libgssapi-krb5-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 422 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: krb5 Version: 1.20.1-6ubuntu2.6 Depends: libkrb5-3 (= 1.20.1-6ubuntu2.6), libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.20), libkrb5support0 (= 1.20.1-6ubuntu2.6) 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: https://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: libgtk-3-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 11060 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: gtk+3.0 Version: 3.24.41-4ubuntu1.3 Replaces: libgtk-3-0 (<< 3.24.41-1.1) Provides: gtk3-binver-3.0.0, libgtk-3-0 (= 3.24.41-4ubuntu1.3) Depends: adwaita-icon-theme, hicolor-icon-theme, shared-mime-info, libatk-bridge2.0-0t64 (>= 2.15.1), libatk1.0-0t64 (>= 2.35.1), libc6 (>= 2.38), libcairo-gobject2 (>= 1.14.0), libcairo2 (>= 1.14.0), libcolord2 (>= 0.1.10), libcups2t64 (>= 2.3~b6), libepoxy0 (>= 1.4.3), libfontconfig1 (>= 2.12.6), libfribidi0 (>= 0.19.7), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0t64 (>= 2.79.0), libharfbuzz0b (>= 2.2.0), libpango-1.0-0 (>= 1.45.5), libpangocairo-1.0-0 (>= 1.44.0), libpangoft2-1.0-0 (>= 1.44.0), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.14.91), libwayland-egl1 (>= 1.15.0), libx11-6 (>= 2:1.4.99.1), libxcomposite1 (>= 1:0.4.5), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), libxinerama1 (>= 2:1.1.4), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.5.0), libgtk-3-common (>= 3.24.41-4ubuntu1.3) Recommends: libgtk-3-bin, librsvg2-common Suggests: gvfs Breaks: libgtk-3-0 (<< 3.24.41-1.1) Conffiles: /etc/gtk-3.0/settings.ini 17193df36387c79f30763b729b8a49a9 Description: GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Homepage: https://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: libgtk-3-bin Status: install ok installed Priority: optional Section: misc Installed-Size: 502 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: gtk+3.0 Version: 3.24.41-4ubuntu1.3 Replaces: gtk-3-examples (<< 3.24.13) Depends: gtk-update-icon-cache, libc6 (>= 2.38), libcairo2 (>= 1.14.0), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0t64 (>= 2.79.0), libgtk-3-0t64 (>= 3.24.41-4ubuntu1.3), libgtk-3-common (>= 3.24.41-4ubuntu1.3) Breaks: gtk-3-examples (<< 3.24.13) Description: programs for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Homepage: https://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: libgtk-3-common Status: install ok installed Priority: optional Section: misc Installed-Size: 4324 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: gtk+3.0 Version: 3.24.41-4ubuntu1.3 Replaces: libgtk-3-dev (<< 3.24.30-3~) Depends: dconf-gsettings-backend | gsettings-backend Recommends: libgtk-3-0t64 Breaks: libgtk-3-dev (<< 3.24.30-3~) Conffiles: /etc/gtk-3.0/im-multipress.conf c358838e1789c1d4e6da7f525fc922cf Description: common files for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Homepage: https://www.gtk.org/ Original-Maintainer: Debian GNOME Maintainers Package: libguava-java Status: install ok installed Priority: optional Section: java Installed-Size: 2982 Maintainer: Ubuntu Developers Architecture: all Source: guava-libraries Version: 32.0.1-1 Depends: libatinject-jsr330-api-java, liberror-prone-java, libjsr305-java Breaks: closure-compiler (<= 20130227+dfsg1-2) Description: Suite of Google common libraries for Java Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, concurrency support and other features. . Guava has two code dependencies - javax.annotation per the JSR-305 spec and javax.inject per the JSR-330 spec. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/google/guava Package: libgudev-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libgudev (238-5ubuntu1) Version: 1:238-5ubuntu1 Depends: libc6 (>= 2.33), libglib2.0-0t64 (>= 2.79.0), libudev1 (>= 251) Description: GObject-based wrapper library for libudev This library makes it much simpler to use libudev from programs already using GObject. It also makes it possible to easily use libudev from other programming languages, such as Javascript, because of GObject introspection support. Homepage: https://wiki.gnome.org/Projects/libgudev Original-Maintainer: Debian GNOME Maintainers Package: libguice-java Status: install ok installed Priority: optional Section: java Installed-Size: 1703 Maintainer: Ubuntu Developers Architecture: all Source: guice Version: 4.2.3-2 Depends: libaopalliance-java, libatinject-jsr330-api-java, libguava-java, libjsr305-java Suggests: libasm-java (>= 9.0), libcglib-java (>= 3.2.12) Description: lightweight dependency injection framework for Java 5 and above Guice provides support for dependency injection using annotations to configure Java objects. Dependency injection is a design pattern whose core principle is to separate behavior from dependency resolution. . Guice allows implementation classes to be programmatically bound to an interface, then injected into constructors, methods or fields using an @Inject annotation. When more than one implementation of the same interface is needed, the user can create custom annotations that identify an implementation, then use that annotation when injecting it. Original-Maintainer: Debian Java Maintainers Built-Using: asm (= 9.0-1), cglib (= 3.2.12-1build2) Homepage: https://github.com/google/guice Package: libgusb2 Status: install ok installed Priority: optional Section: libs Installed-Size: 156 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libgusb Version: 0.4.8-1build2 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.79.0), libjson-glib-1.0-0 (>= 1.5.2), libusb-1.0-0 (>= 2:1.0.22) Recommends: usb.ids Description: GLib wrapper around libusb1 GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop. . This package contains the GUsb shared library. Homepage: https://github.com/hughsie/libgusb Original-Maintainer: Debian UEFI Maintainers Package: libhamcrest-java Status: install ok installed Priority: optional Section: java Installed-Size: 169 Maintainer: Ubuntu Developers Architecture: all Version: 2.2-2 Description: library of matchers for building test expressions Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules. Original-Maintainer: Debian Java Maintainers Homepage: http://hamcrest.org Package: libharfbuzz0b Status: install ok installed Priority: optional Section: libs Installed-Size: 1156 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: harfbuzz Version: 8.3.0-2build2 Replaces: libharfbuzz0, libharfbuzz0a Depends: libc6 (>= 2.38), libfreetype6 (>= 2.11.1), libglib2.0-0t64 (>= 2.32.0), libgraphite2-3 (>= 1.2.2) Conflicts: libharfbuzz0, libharfbuzz0a Description: OpenType text shaping engine (shared library) HarfBuzz is an implementation of the OpenType Layout engine (aka layout engine) and the script-specific logic (aka shaping engine). . This package contains the shared libraries. Homepage: https://www.freedesktop.org/wiki/Software/HarfBuzz Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Package: libhawtjni-runtime-java Status: install ok installed Priority: optional Section: java Installed-Size: 70 Maintainer: Ubuntu Developers Architecture: all Source: hawtjni Version: 1.18-1 Description: Java library that provide JNI code generation HawtJNI is a code generator that produces the JNI code needed to implement java native methods. It is based on the jnigen code generator that is part of the SWT Tools project which is used to generate all the JNI code which powers the eclipse platform. Original-Maintainer: Debian Java Maintainers Homepage: http://fusesource.com/forge/sites/hawtjni/ Package: libheif-plugin-aomdec Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libheif Version: 1.17.6-1ubuntu4.2 Depends: libheif1 (= 1.17.6-1ubuntu4.2), libaom3 (>= 3.2.0), libc6 (>= 2.17), libstdc++6 (>= 4.1.1) Description: ISO/IEC 23008-12:2017 HEIF file format decoder - aomdec plugin libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new image file format employing HEVC (h.265) image coding for the best compression ratios currently possible. . This package contains the aomdec plugin Homepage: http://www.libheif.org Original-Maintainer: Debian Multimedia Maintainers Package: libheif-plugin-aomenc Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libheif Version: 1.17.6-1ubuntu4.2 Depends: libheif1 (= 1.17.6-1ubuntu4.2), libaom3 (>= 3.2.0), libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2) Description: ISO/IEC 23008-12:2017 HEIF file format decoder - aomenc plugin libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new image file format employing HEVC (h.265) image coding for the best compression ratios currently possible. . This package contains the aomenc plugin Homepage: http://www.libheif.org Original-Maintainer: Debian Multimedia Maintainers Package: libheif-plugin-libde265 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libheif Version: 1.17.6-1ubuntu4.2 Depends: libheif1 (= 1.17.6-1ubuntu4.2), libc6 (>= 2.17), libde265-0 (>= 1.0.7), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2) Description: ISO/IEC 23008-12:2017 HEIF file format decoder - libde265 plugin libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new image file format employing HEVC (h.265) image coding for the best compression ratios currently possible. . This package contains the libde265 plugin Homepage: http://www.libheif.org Original-Maintainer: Debian Multimedia Maintainers Package: libheif1 Status: install ok installed Priority: optional Section: libs Installed-Size: 807 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libheif Version: 1.17.6-1ubuntu4.2 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsharpyuv0 (>= 1.3.2), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4), libheif-plugin-aomdec (= 1.17.6-1ubuntu4.2) | libheif-plugin-dav1d (= 1.17.6-1ubuntu4.2), libheif-plugin-libde265 (= 1.17.6-1ubuntu4.2) Recommends: libheif-plugin-aomenc (= 1.17.6-1ubuntu4.2) Suggests: libheif-plugin-x265 (= 1.17.6-1ubuntu4.2), libheif-plugin-ffmpegdec (= 1.17.6-1ubuntu4.2), libheif-plugin-jpegdec (= 1.17.6-1ubuntu4.2), libheif-plugin-jpegenc (= 1.17.6-1ubuntu4.2), libheif-plugin-j2kdec (= 1.17.6-1ubuntu4.2), libheif-plugin-j2kenc (= 1.17.6-1ubuntu4.2), libheif-plugin-rav1e (= 1.17.6-1ubuntu4.2), libheif-plugin-svtenc (= 1.17.6-1ubuntu4.2) Description: ISO/IEC 23008-12:2017 HEIF file format decoder - shared library libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder. HEIF is a new image file format employing HEVC (h.265) image coding for the best compression ratios currently possible. . This package contains the shared library. Homepage: http://www.libheif.org Original-Maintainer: Debian Multimedia Maintainers Package: libhogweed6t64 Status: install ok installed Priority: important Section: libs Installed-Size: 376 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: nettle Version: 3.9.1-2.2build1.1 Replaces: libhogweed6 Provides: libhogweed6 (= 3.9.1-2.2build1.1) Depends: libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg), libnettle8t64 Breaks: libhogweed6 (<< 3.9.1-2.2build1.1) 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. Original-Maintainer: Magnus Holmgren Homepage: http://www.lysator.liu.se/~nisse/nettle/ Package: libhttpclient-java Status: install ok installed Priority: optional Section: java Installed-Size: 2408 Maintainer: Ubuntu Developers Architecture: all Source: httpcomponents-client Version: 4.5.14-1 Depends: libcommons-codec-java, libcommons-logging-java, libhttpcore-java (>= 4.4.1~) Description: HTTP/1.1 compliant HTTP agent implementation HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore. It also provides reusable components for client-side authentication, HTTP state management, and HTTP connection management. . HttpComponents Client is a successor of and replacement for Commons HttpClient 3.x. Users of Commons HttpClient are strongly encouraged to upgrade. Original-Maintainer: Debian Java Maintainers Homepage: http://hc.apache.org/httpcomponents-client-ga/index.html Package: libhttpcore-java Status: install ok installed Priority: optional Section: java Installed-Size: 738 Maintainer: Ubuntu Developers Architecture: all Source: httpcomponents-core Version: 4.4.16-1 Provides: libhttpcore-nio-java Description: set of low level HTTP transport components for Java HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: . - blocking I/O model, based on the classic Java I/O; - non-blocking, event driven I/O model based on Java NIO. . The blocking I/O model may be more appropriate for data intensive, low latency scenarios, whereas the non-blocking model may be more appropriate for high latency scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner. Original-Maintainer: Debian Java Maintainers Homepage: http://hc.apache.org/httpcomponents-core-ga/index.html Package: libhwasan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 4914 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.34), libgcc-s1 (>= 3.3) Description: AddressSanitizer -- a fast memory error detector AddressSanitizer (HWASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libhwy1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 2464 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: highway Version: 1.0.7-8.1build1 Replaces: libhwy1 Provides: libhwy1 (= 1.0.7-8.1build1) Depends: libc6 (>= 2.25), libstdc++6 (>= 5) Breaks: libhwy1 (<< 1.0.7-8.1build1) Description: Efficient and performance-portable SIMD wrapper (runtime files) This library provides type-safe and source-code portable wrappers over existing platform-specific intrinsics. Its design aims for simplicity, reliable efficiency across platforms, and immediate usability with current compilers. . This package installs the highway runtime files. Homepage: https://github.com/google/highway Original-Maintainer: Debian PhotoTools Maintainers Package: libice6 Status: install ok installed Priority: optional Section: libs Installed-Size: 146 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libice Version: 2:1.0.10-1build3 Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.38), x11-common Description: X11 Inter-Client Exchange library This package provides the main interface to the X11 Inter-Client Exchange library, which allows for communication of data between X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libICE Original-Maintainer: Debian X Strike Force Package: libicu74 Status: install ok installed Priority: optional Section: libs Installed-Size: 36201 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: icu Version: 74.2-1ubuntu3.1 Replaces: libiculx63 (<< 63.1-5) Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1) Breaks: libiculx63 (<< 63.1-5), openttd (<< 1.8.0-2~) Description: International Components for Unicode ICU is a C++ and C library that provides robust and full-featured Unicode and locale support. This package contains the runtime libraries for ICU. Homepage: https://icu.unicode.org/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libidn12 Status: install ok installed Priority: optional Section: libs Installed-Size: 279 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libidn Version: 1.42-1build1 Depends: libc6 (>= 2.17) Description: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Homepage: https://www.gnu.org/software/libidn/ Original-Maintainer: Debian Libidn Team Package: libidn2-0 Status: install ok installed Priority: important Section: libs Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libidn2 Version: 2.3.7-2build1.1 Depends: libc6 (>= 2.17), libunistring5 (>= 1.1) 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 Original-Maintainer: Debian Libidn team Package: libiec61883-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libiec61883 Version: 1.2.0-6build1 Depends: libc6 (>= 2.17), libraw1394-11 (>= 2.1.2) Description: partial implementation of IEC 61883 (shared lib) Implementation of IEC 61883, part 1 (CIP, plug registers, and CMP), part 2 (DV-SD), part 4 (MPEG2-TS), and part 6 (AMDTP). Outside of IIDC, nearly all FireWire multimedia devices use IEC 61883 protocols. . The libiec61883 library provides a higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394. This includes both reception and transmission. It uses the new "rawiso" API of libraw1394, which transparently provides mmap-ed DMA for efficient data transfer. It also represents the third generation of I/O technology for Linux 1394 for these media types thereby removing the complexities of additional kernel modules, /dev nodes, and procfs. It also consolidates features for plug control registers and connection management that previously existed in experimental form in an unreleased version of libavc1394. Homepage: https://ieee1394.wiki.kernel.org/index.php/Main_Page Original-Maintainer: Debian QA Group Package: libijs-0.35 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ijs Version: 0.35-15.1build1 Depends: libc6 (>= 2.17) Description: IJS raster image transport protocol: shared library IJS is, first and foremost, a protocol for transmission of raster page images. This snapshot provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation. . IJS is a client-server protocol, used to write ghostscript drivers. The drivers are separate programs. The client and server communicate via pipes, though shared memory may be used additionally in the future. Currently IJS is used by the hpijs and ijsgimpprint drivers. . Code for both the client- and server-side is included in the library. This package provides the shared library. Homepage: http://www.linuxprinting.org/ijs/ Original-Maintainer: Debian Printing Team Package: libimagequant0 Status: install ok installed Priority: optional Section: libs Installed-Size: 89 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libimagequant Version: 2.18.0-1build1 Depends: libc6 (>= 2.29), libgomp1 (>= 4.9) Description: palette quantization library Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. . This library powers pngquant and other PNG optimizers. Homepage: https://github.com/ImageOptim/libimagequant Original-Maintainer: Debian PhotoTools Maintainers Package: libimath-3-1-29t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 340 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: imath Version: 3.1.9-3.1ubuntu2 Replaces: libimath-3-1-29 Provides: libimath-3-1-29 (= 3.1.9-3.1ubuntu2) Depends: libc6 (>= 2.17), libstdc++6 (>= 13.1) Breaks: libimath-3-1-29 (<< 3.1.9-3.1ubuntu2) Description: Utility libraries from ASF used by OpenEXR - runtime Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type. . Imath also includes optional Python bindings for all types and functions, including optimized implementations of vector and matrix arrays. . This package provides the runtime libraries. Homepage: https://www.openexr.com Original-Maintainer: Debian PhotoTools Maintainers Package: libip4tc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: iptables Version: 1.8.10-3ubuntu2 Depends: libc6 (>= 2.17) 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/ Original-Maintainer: Debian Netfilter Packaging Team Package: libip6tc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: iptables Version: 1.8.10-3ubuntu2 Depends: libc6 (>= 2.17) Description: netfilter libip6tc library The iptables/xtables framework has been replaced by nftables. You should consider migrating now. . This package contains the user-space iptables (IPv6) C library from the Netfilter xtables framework. . iptables IPv6 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/ Original-Maintainer: Debian Netfilter Packaging Team Package: libisl23 Status: install ok installed Priority: optional Section: libs Installed-Size: 2268 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: isl Version: 0.26-3build1.1 Replaces: libisl-dbg (<< 0.19) Depends: libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg) Breaks: libisl-dbg (<< 0.19) Description: manipulating sets and relations of integer points bounded by linear constraints isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction. . This package contains the runtime library. Homepage: http://isl.gforge.inria.fr/ Original-Maintainer: Debian GCC Maintainers Package: libisns0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 539 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: open-isns Version: 0.101-0.3build3 Replaces: libisns0 Provides: libisns0 (= 0.101-0.3build3) Depends: libc6 (>= 2.38), libssl3t64 (>= 3.0.0) Recommends: netbase Breaks: libisns0 (<< 0.101-0.3build3) Description: Internet Storage Name Service - shared libraries Open-iSNS is an implementation of the Internet Storage Name Service (iSNS), according to RFC 4171, which facilitates automated discovery, management, and configuration of iSCSI and Fibre Channel devices on a TCP/IP network. . This package provides the libisns shared library for use in client applications. Homepage: https://github.com/open-iscsi/open-isns Original-Maintainer: Debian iSCSI Maintainers Package: libitm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 146 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.34) Description: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libjack-jackd2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1263 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: jackd2 Version: 1.9.21~dfsg-3ubuntu3 Replaces: libjack-0.116, libjack-0.125 Provides: libjack-0.116, libjack-0.125 Depends: libc6 (>= 2.38), libdb5.3t64, libgcc-s1 (>= 3.0), libopus0 (>= 1.3.1-2~), libsamplerate0 (>= 0.1.7), libstdc++6 (>= 13.1) Suggests: jackd2 (= 1.9.21~dfsg-3ubuntu3) Conflicts: libjack-0.116, libjack-0.125, libjack0 Description: JACK Audio Connection Kit (libraries) JACK is a low-latency sound server, allowing multiple applications to connect to one audio device, and to share audio between themselves. . This package contains the shared libraries. Homepage: https://jackaudio.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libjansi-java Status: install ok installed Priority: optional Section: java Installed-Size: 111 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: jansi Version: 2.4.1-2 Description: Java library for generating and interpreting ANSI escape sequences Jansi is a small java library that allows you to use ANSI escape codes to format your console output which works across all platforms. . Jansi detects and abstracts the ANSI support provided by the attached terminal. When your Java application uses Jansi, it can always assume that standard out and error streams support ANSI sequences. Original-Maintainer: Debian Java Maintainers Homepage: https://fusesource.github.io/jansi/ Package: libjansi-native-java Status: install ok installed Priority: optional Section: java Installed-Size: 47 Maintainer: Ubuntu Developers Architecture: all Source: jansi-native Version: 1.8-2 Depends: libhawtjni-runtime-java (>= 1.18) Description: Java library for ANSI escape sequences - native component Jansi is a small java library that allows you to use ANSI escape sequences to format console output across all platforms. . jansi-native implements the native libraries used by the Jansi project. Original-Maintainer: Debian Java Maintainers Homepage: https://fusesource.github.io/jansi/ Package: libjansi1-java Status: install ok installed Priority: optional Section: java Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: all Source: jansi1 Version: 1.18-3ubuntu1 Depends: libhawtjni-runtime-java (>= 1.18), libjansi-native-java (>= 1.8) Description: Java library for generating and interpreting ANSI escape sequences Jansi is a small java library that allows you to use ANSI escape codes to format your console output which works across all platforms. . Jansi detects and abstracts the ANSI support provided by the attached terminal. When your Java application uses Jansi, it can always assume that standard out and error streams support ANSI sequences. Homepage: https://fusesource.github.io/jansi/ Original-Maintainer: Debian Java Maintainers Package: libjansson4 Status: install ok installed Priority: optional Section: libs Installed-Size: 99 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: jansson Version: 2.14-2build2 Depends: libc6 (>= 2.38) Description: C library for encoding, decoding and manipulating JSON data Jansson is a C library for encoding, decoding and manipulating JSON data. . It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suite Homepage: http://www.digip.org/jansson/ Original-Maintainer: Alessandro Ghedini Package: libjarjar-java Status: install ok installed Priority: optional Section: java Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: all Source: jarjar Version: 1.4+svn142-12 Description: repackage third-party jars Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: . - You can easily ship a single jar file with no external dependencies. - You can avoid problems where your library depends on a specific version of a library, which may conflict with the dependencies of another library. Original-Maintainer: Debian Java Maintainers Homepage: http://code.google.com/p/jarjar/ Package: libjatl-java Status: install ok installed Priority: optional Section: java Installed-Size: 52 Maintainer: Ubuntu Developers Architecture: all Source: jatl Version: 0.2.3-1.1 Description: JATL - Java Anti-Template Language JATL is an extremely lightweight efficient Java library to generate XHTML or XML in a micro DSL builder/fluent style. . JATL is particularly useful for creating complicated XML/HTML snippets programmatic-ly in Java to be used as lambdas or helpers in jMustache or Handlebars.java. Its also very good at creating extremely large XML documents while using very little memory. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/agentgt/jatl Package: libjavaewah-java Status: install ok installed Priority: optional Section: java Installed-Size: 188 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.3-1 Description: Compressed variant of the Java bitset class The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. . JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. It trades-off some compression for better processing speed. It also has a 32-bit version which compresses better, but is not as fast. . In general, the goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, the class tries to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme implemented is always more efficient storage-wise than an uncompressed bitmap as implemented in the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/lemire/javaewah Package: libjaxen-java Status: install ok installed Priority: optional Section: java Installed-Size: 263 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.6-4 Replaces: libsaxpath-java Suggests: libdom4j-java, libjdom1-java (>= 1.1.3), libxom-java Conflicts: libsaxpath-java Description: Java XPath engine jaxen is a universal object model walker, capable of evaluating XPath expressions across multiple models. Currently supported are dom4j, JDOM, DOM and XOM. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/codehaus/jaxen Package: libjbig0 Status: install ok installed Priority: optional Section: libs Installed-Size: 93 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: jbigkit Version: 2.1-6.1ubuntu2 Depends: libc6 (>= 2.17) Description: JBIGkit libraries JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. . This package contains the dynamically linked library. Homepage: http://www.cl.cam.ac.uk/~mgk25/jbigkit/ Original-Maintainer: Michael van der Kolff Package: libjbig2dec0 Status: install ok installed Priority: optional Section: libs Installed-Size: 186 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: jbig2dec Version: 0.20-1build3 Depends: libc6 (>= 2.17) Description: JBIG2 decoder library - shared libraries jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and included by reference in Adobe's PDF version 1.4 and later. . This package contains the shared library libjbig2dec. Homepage: https://jbig2dec.com/ Original-Maintainer: Debian Printing Team Package: libjcat1 Status: install ok installed Priority: optional Section: libs Installed-Size: 150 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libjcat Version: 0.2.0-2build3 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.79.0), libgnutls30t64 (>= 3.8.2), libgpg-error0 (>= 1.14), libgpgme11t64 (>= 1.2.0), libhogweed6t64, libjson-glib-1.0-0 (>= 1.5.2) Description: JSON catalog library The libjcat library assembles checksum and metadata into a JSON based catalog. . This is used by other software to validate metadata. Homepage: https://github.com/hughsie/libjcat Original-Maintainer: Debian EFI team Package: libjcifs-java Status: install ok installed Priority: optional Section: java Installed-Size: 433 Maintainer: Ubuntu Developers Architecture: all Source: jcifs Version: 1.3.19-2 Suggests: libjcifs-java-doc Description: Java library for the CIFS/SMB networking protocol JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microsoft Windows platform (e.g. Map Network Drive ...). Original-Maintainer: Debian Java Maintainers Homepage: http://jcifs.samba.org Package: libjcip-annotations-java Status: install ok installed Priority: optional Section: java Installed-Size: 47 Maintainer: Ubuntu Developers Architecture: all Version: 20060626-6 Description: Java Concurrency In Practice annotations library This is a package with annotation classes from Java Concurrency In Practice book. These annotations are used to describe thread-safety promises of various parts of Java code. Original-Maintainer: Debian Java Maintainers Homepage: http://www.jcip.net Package: libjcommander-java Status: install ok installed Priority: optional Section: java Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: all Source: jcommander Version: 1.71-4 Suggests: libjcommander-java-doc Description: Java framework for parsing command line parameters JCommander is a Java framework to parse command line options with annotations. The command line options are defined by annotating the fields of a Java class and the parser populates the fields automatically. Original-Maintainer: Debian Java Maintainers Homepage: http://jcommander.org Package: libjcsp-java Status: install ok installed Priority: optional Section: java Installed-Size: 792 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: jcsp Version: 1.1-rc4-3 Suggests: libjcsp-java-doc (= 1.1-rc4-3) Description: Java library providing Communicating Sequential Processes (CSP) features JCSP (Communication Sequential Processes for Java) is a library providing a concurrency model that is a combination of ideas from Hoare's CSP and Milner's pi-calculus. . Communicating Sequential Processes (CSP) is a mathematical theory for specifying and verifying complex patterns of behaviour arising from interactions between concurrent objects. . JSCP provides a base range of CSP primitives plus a rich set of extensions. Also included is a package providing CSP process wrappers giving a channel interface to all Java AWT widgets and graphics operations. It is extensively (javadoc)umented and includes much teaching. . JCSP is an alternative concurrency model to the threads and mechanisms built into Java. It is also compatible with it since it is implemented on top of it. Original-Maintainer: Debian Java Maintainers Package: libjetty9-java Status: install ok installed Priority: optional Section: java Installed-Size: 3601 Maintainer: Ubuntu Developers Architecture: all Source: jetty9 Version: 9.4.53-1 Depends: libel-api-java, libjsp-api-java, libservlet-api-java, libwebsocket-api-java Suggests: jetty9 Description: Java servlet engine and webserver -- core libraries Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. . This package contains the core libraries Original-Maintainer: Debian Java Maintainers Homepage: http://www.eclipse.org/jetty/ Package: libjformatstring-java Status: install ok installed Priority: optional Section: java Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Source: jformatstring Version: 0.10~20131207-2.1 Description: Java format string compile-time checker This project is derived from Sun's implementation of java.util.Formatter. It is designed to allow compile time checks as to whether or not a use of a format string will be erroneous when executed at runtime. Original-Maintainer: Debian Java Maintainers Homepage: http://code.google.com/p/j-format-string/ Package: libjgit-java Status: install ok installed Priority: optional Section: java Installed-Size: 2827 Maintainer: Ubuntu Developers Architecture: all Source: jgit Version: 4.11.9-2 Replaces: eclipse-jgit (<< 2.0.0) Depends: libeclipse-jdt-annotation-java, libgoogle-gson-java, libhttpclient-java, libjavaewah-java (>= 0.8.6), libjetty9-java, libjsch-java, libslf4j-java Breaks: eclipse-egit (<< 2.0.0~), eclipse-jgit (<< 2.0.0) Description: Java implementation of GIT version control JGit is a lightweight, pure Java library implementing the Git version control system: * Repository access routines * Network protocols * Core version control algorithms Original-Maintainer: Debian Java Maintainers Homepage: https://www.eclipse.org/jgit/ Package: libjline2-java Status: install ok installed Priority: optional Section: java Installed-Size: 178 Maintainer: Ubuntu Developers Architecture: all Source: jline2 Version: 2.14.6-5 Depends: libjansi1-java (>= 1.18) Description: console input handling in Java JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar. . Jline2 suppors the current features: . * Command history - Lines that have been previously entered may be recalled and edited and can be persisted so that they are available across sessions of your program. * Line editing - JLine allows full editing of the current command line and attempts to mimic as much of the behavior of GNU Readline as possible, including support for both emacs and vi key mappings. * Completion - JLine provides a pluggable mechanism for implementing command line tab completion (of course completion can be bound to any key you wish). * Custom Key bindings - Keys may be arbitrarily remapped to perform a specific action, and JLine attempts to honor any mapping that is set in your existing readline .inputrc file. * Character Masking - Input may be gathered from the user without any visual feedback. This is useful for prompting for passwords. * 99.99% Java - The vast portion of JLine is all Java, using only some small bit of native code, provided by the Jansi project, to support Windows. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/jline/jline2 Package: libjna-java Status: install ok installed Priority: optional Section: java Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: all Version: 5.14.0-1 Depends: libjna-jni Description: Dynamic access of native libraries from Java without JNI JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. . JNA's design aims to provide native access in a natural way with a minimum of effort. No boilerplate or generated code is required. While some attention is paid to performance, correctness and ease of use take priority. . The JNA library uses a small native library stub to dynamically invoke native code. The developer uses a Java interface to describe functions and structures in the target native library. This makes it quite easy to take advantage of native platform features without incurring the high overhead of configuring and building JNI code for multiple platforms. Original-Maintainer: Debian Java maintainers Homepage: https://github.com/twall/jna Package: libjna-jni Status: install ok installed Priority: optional Section: java Installed-Size: 179 Maintainer: Ubuntu Developers Architecture: arm64 Source: libjna-java Version: 5.14.0-1 Depends: libc6 (>= 2.34), libffi8 (>= 3.4) Description: Dynamic access of native libraries from Java without JNI (native libs) JNA provides Java programs easy access to native shared libraries without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. . This package contains the native libraries for libjna-java Original-Maintainer: Debian Java maintainers Homepage: https://github.com/twall/jna Package: libjpeg-turbo8 Status: install ok installed Priority: optional Section: libs Installed-Size: 450 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libjpeg-turbo Version: 2.1.5-2ubuntu2 Depends: libc6 (>= 2.17) Description: libjpeg-turbo JPEG runtime library The libjpeg-turbo JPEG library is a library for handling JPEG files. . libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is an API/ABI compatible with the IJG JPEG library. . This package contains the shared runtime library. Homepage: https://www.libjpeg-turbo.org/ Original-Maintainer: Ondřej Surý Package: libjpeg8 Status: install ok installed Priority: optional Section: libs Installed-Size: 9 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libjpeg8-empty Version: 8c-2ubuntu11 Depends: libjpeg-turbo8 (>= 1.1.90+svn722-1ubuntu6) Description: Independent JPEG Group's JPEG runtime library (dependency package) libjpeg8 dependency package, depending on libjpeg-turbo8. Package: libjq1 Status: install ok installed Priority: optional Section: utils Installed-Size: 362 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: jq Version: 1.7.1-3ubuntu0.24.04.2 Depends: libc6 (>= 2.39), libonig5 (>= 6.8.1) Description: lightweight and flexible command-line JSON processor - shared library jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. . This package contains the shared library. Homepage: https://jqlang.github.io/jq Original-Maintainer: ChangZhuo Chen (陳昌倬) Package: libjs-jquery Status: install ok installed Priority: optional Section: javascript Installed-Size: 705 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: node-jquery Version: 3.6.1+dfsg+~3.5.14-1 Recommends: javascript-common Description: JavaScript library for dynamic web applications jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. Original-Maintainer: Debian Javascript Maintainers Homepage: https://jquery.com/ Package: libjs-sphinxdoc Status: install ok installed Priority: optional Section: javascript Installed-Size: 200 Maintainer: Debian Python Team Architecture: all Multi-Arch: foreign Source: sphinx Version: 7.2.6-6 Depends: libjs-jquery (>= 1.11.1), libjs-underscore (>= 1.3.1) Description: JavaScript support for Sphinx documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package provides JavaScript code for documentation generated by Sphinx. Homepage: https://www.sphinx-doc.org/ Package: libjs-underscore Status: install ok installed Priority: optional Section: javascript Installed-Size: 349 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: underscore Version: 1.13.4~dfsg+~1.11.4-3 Recommends: javascript-common, libjs-jquery Description: JavaScript's functional programming helper library Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux. . Underscore provides 60-odd functions that support both the usual functional suspects: map, select, invoke - as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so modern browsers will use the native implementations of forEach, map, reduce, filter, every, some and indexOf. Original-Maintainer: Debian Javascript Maintainers Homepage: https://underscorejs.org/ Package: libjsch-java Status: install ok installed Priority: optional Section: java Installed-Size: 318 Maintainer: Ubuntu Developers Architecture: all Source: jsch Version: 0.1.55-1 Depends: libjzlib-java Description: Java implementation of the SSH2 protocol JSch allows your programs to connect to an SSH server. It supports port forwarding, X11 forwarding, file transfer and more. Original-Maintainer: Debian Java Maintainers Homepage: http://www.jcraft.com/jsch/ Package: libjson-c5 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: json-c Version: 0.17-1build1 Depends: libc6 (>= 2.38) 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 Original-Maintainer: Nicolas Mora Package: libjson-glib-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 226 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: json-glib Version: 1.8.0-2build2 Depends: libjson-glib-1.0-common (>= 1.8.0-2build2), libc6 (>= 2.17), libglib2.0-0t64 (>= 2.79.0) Description: GLib JSON manipulation library JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. Homepage: https://wiki.gnome.org/Projects/JsonGlib Original-Maintainer: Debian GNOME Maintainers Package: libjson-glib-1.0-common Status: install ok installed Priority: optional Section: libs Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: json-glib Version: 1.8.0-2build2 Description: GLib JSON manipulation library (common files) JSON-GLib is a library for parsing, generating and manipulating JavaScript Object Notation (JSON) data streams using the GLib type system. It allows manipulating JSON data types with a Document Object Model API. It also allows serializing and deserializing simple or complex GObjects to and from JSON data types. . This package contains the translations files. Homepage: https://wiki.gnome.org/Projects/JsonGlib Original-Maintainer: Debian GNOME Maintainers Package: libjsoup-java Status: install ok installed Priority: optional Section: java Installed-Size: 454 Maintainer: Ubuntu Developers Architecture: all Source: jsoup Version: 1.15.3-1 Suggests: libjsoup-java-doc Description: Java HTML parser that makes sense of real-world HTML soup Jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. . jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and parses HTML to the same DOM as modern browsers do. . * parse HTML from a URL, file, or string * find and extract data, using DOM traversal or CSS selectors * manipulate the HTML elements, attributes, and text * clean user-submitted content against a safe white-list, to prevent XSS * output tidy HTML . jsoup is designed to deal with all varieties of HTML found in the wild; from pristine and validating, to invalid tag-soup; jsoup will create a sensible parse tree. Original-Maintainer: Debian Java Maintainers Homepage: https://jsoup.org Package: libjsp-api-java Status: install ok installed Priority: optional Section: java Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: all Source: jsp-api Version: 2.3.4-3 Replaces: libservlet2.5-java, libservlet3.1-java (<< 9) Breaks: libservlet2.5-java, libservlet3.1-java (<< 9) Description: JavaServer Pages API JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/javaee/javaee-jsp-api Package: libjsr166y-java Status: install ok installed Priority: optional Section: java Installed-Size: 745 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.7.0-3 Description: Parallel computation framework for Java Java framework that supports a style of parallel programming in which problems are solved by (recursively) splitting them into subtasks that are solved in parallel, waiting for them to complete, and then composing results. . Fork/Join parallelism is among the simplest and most effective design techniques for obtaining good parallel performance. Fork/Join algorithms are parallel versions of familiar divide-and-conquer algorithms. . JSR166y includes a parallel computation framework: ForkJoinTasks and their related support classes provide a very efficient basis for obtaining platform-independent parallel speed-ups of computation-intensive operations. Original-Maintainer: Debian Java Maintainers Homepage: https://gee.cs.oswego.edu/dl/concurrency-interest/ Package: libjsr305-java Status: install ok installed Priority: optional Section: java Installed-Size: 115 Maintainer: Ubuntu Developers Architecture: all Version: 0.1~+svn49-11 Suggests: libjsr305-java-doc Description: Java library that provides annotations for software defect detection This library provides the implementation of Java Specification Request 305. JSR-305 specifies annotations for software defect detection. These annotations can used to automatically check that methods are working as expected. Original-Maintainer: Debian Java Maintainers Homepage: https://code.google.com/archive/p/jsr-305/ Package: libjxl0.7 Status: install ok installed Priority: optional Section: libs Installed-Size: 1823 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: jpeg-xl Version: 0.7.0-10.2ubuntu6.1 Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.38), libhwy1t64 (>= 0.16.0), liblcms2-2 (>= 2.13), libstdc++6 (>= 12) Description: JPEG XL Image Coding System - "JXL" (shared libraries) The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and lossless image compression format. It has a rich feature set and is particularly optimized for responsive web environments, so that content renders well on a wide range of devices. Moreover, it includes several features that help transition from the legacy JPEG format. . This package installs shared libraries. Homepage: https://github.com/libjxl/libjxl Original-Maintainer: Debian PhotoTools Maintainers Package: libjxr-tools Status: install ok installed Priority: optional Section: utils Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: jxrlib Version: 1.2~git20170615.f752187-5.1ubuntu2 Depends: libc6 (>= 2.34), libjxr0t64 (>= 1.0) Description: JPEG-XR lib - command line apps JPEG XR is an approved ISO/IEC International standard (its official designation is ISO/IEC 29199-2). . JPEG XR started its life in Microsoft Research. It publicly first appeared as the HD Photo format in Windows Vista. . For web developers, JPEG XR has a large number of interesting features, see the table below. Some of these are big advantages over other image formats like JPEG, PNG, OpenEXR, and TIFF. - Better Compression (40% smaller than JPEG) - Lossless Mode (better compression than PNG) - Alpha Channel (compress color lossy and alpha losslessly) - Extended Bitdepth (supports 8-, 16-, and 32-bit/channel) - Progressive Decode - Advanced Decoding Features (tile-based layout, for efficient region-of-interest access.) . Provides command line tools for JPEG XR libs (JxrDecApp & JxrEncApp) Homepage: https://github.com/4creators/jxrlib Original-Maintainer: Debian PhotoTools Maintainers Package: libjxr0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 513 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: jxrlib Version: 1.2~git20170615.f752187-5.1ubuntu2 Replaces: libjxr0 Provides: libjxr0 (= 1.2~git20170615.f752187-5.1ubuntu2) Depends: libc6 (>= 2.29) Breaks: libjxr0 (<< 1.2~git20170615.f752187-5.1ubuntu2) Description: JPEG-XR lib - libraries JPEG XR is an approved ISO/IEC International standard (its official designation is ISO/IEC 29199-2). . JPEG XR started its life in Microsoft Research. It publicly first appeared as the HD Photo format in Windows Vista. . For web developers, JPEG XR has a large number of interesting features, see the table below. Some of these are big advantages over other image formats like JPEG, PNG, OpenEXR, and TIFF. - Better Compression (40% smaller than JPEG) - Lossless Mode (better compression than PNG) - Alpha Channel (compress color lossy and alpha losslessly) - Extended Bitdepth (supports 8-, 16-, and 32-bit/channel) - Progressive Decode - Advanced Decoding Features (tile-based layout, for efficient region-of-interest access.) Homepage: https://github.com/4creators/jxrlib Original-Maintainer: Debian PhotoTools Maintainers Package: libjzlib-java Status: install ok installed Priority: optional Section: java Installed-Size: 116 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: jzlib Version: 1.1.3-3 Description: Java Zlib implementation JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951). . It supports all compression level and all flushing mode of ZLib and it can inflate and deflate exactly like ZLib does. It provide much more flexibility over 'java.util.zip.*' included in Java Platform API. . JZlib is licensed under a BSD style license. Original-Maintainer: Debian Java Maintainers Homepage: http://www.jcraft.com/jzlib/ Package: libk5crypto3 Status: install ok installed Priority: optional Section: libs Installed-Size: 278 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: krb5 Version: 1.20.1-6ubuntu2.6 Depends: libc6 (>= 2.38), libkrb5support0 (= 1.20.1-6ubuntu2.6) 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: https://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: libkeyutils1 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: keyutils Version: 1.6.3-3build1 Depends: libc6 (>= 2.17) 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://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git Original-Maintainer: Christian Kastner Package: libklibc Status: install ok installed Priority: optional Section: libs Installed-Size: 154 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: klibc Version: 2.0.13-4ubuntu0.2 Description: minimal libc subset for use with initramfs klibc is intended to be a minimalistic libc subset for use with initramfs. It is deliberately written for small size, minimal entanglement, and portability, not speed. It is definitely a work in progress, and a lot of things are still missing. Homepage: https://git.kernel.org/cgit/libs/klibc/klibc.git Original-Maintainer: Debian Kernel Team Package: libkmod2 Status: install ok installed Priority: optional Section: libs Installed-Size: 163 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: kmod Version: 31+20240202-2ubuntu7.2 Depends: libc6 (>= 2.38), liblzma5 (>= 5.4.5-0.2), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5) Description: libkmod shared library This library provides an API for insertion, removal, configuration and listing of kernel modules. Original-Maintainer: Marco d'Itri Package: libkrb5-3 Status: install ok installed Priority: optional Section: libs Installed-Size: 1098 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: krb5 Version: 1.20.1-6ubuntu2.6 Depends: libkrb5support0 (= 1.20.1-6ubuntu2.6), libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libk5crypto3 (>= 1.20), libkeyutils1 (>= 1.5.9), libssl3t64 (>= 3.0.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: https://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: libkrb5support0 Status: install ok installed Priority: optional Section: libs Installed-Size: 153 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: krb5 Version: 1.20.1-6ubuntu2.6 Depends: libc6 (>= 2.38) Breaks: krb5-admin-server (<< 1.20.1-4~), krb5-kdc (<< 1.20.1-4~), krb5-pkinit (<< 1.20.1-4~), krb5-user (<< 1.20.1-4~), libgssapi-krb5-2 (<< 1.20), libk5crypto3 (<< 1.20.1-4~), libkadm5clnt-mit9 (<< 1.13~alpha1-1), libkadm5srv-mit12 (<< 1.20.1-4~), libkadm5srv-mit9 (<< 1.13~alpha1-1), libkdb5-10t64 (<< 1.20.1-4~), libkdb5-8 (<< 1.16), libkrb5-3 (<< 1.20.1-4~) 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: https://web.mit.edu/kerberos/ Original-Maintainer: Sam Hartman Package: libkryo-java Status: install ok installed Priority: optional Section: java Installed-Size: 195 Maintainer: Ubuntu Developers Architecture: all Version: 2.20-7 Depends: libminlog-java (>= 1.3), libobjenesis-java, libreflectasm-java (>= 1.11.6+dfsg-1~) Description: object graph serialization framework for Java Kryo is a fast and efficient object graph serialization framework for Java. The goals of the project are speed, efficiency, and an easy to use API. The project is useful any time objects need to be persisted, whether to a file, database, or over the network. . Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying from object to object, not object->bytes->object. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/EsotericSoftware/kryo Package: libksba8 Status: install ok installed Priority: optional Section: libs Installed-Size: 358 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libksba Version: 1.6.6-1build1 Depends: libc6 (>= 2.38), libgpg-error0 (>= 1.46) 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/ Original-Maintainer: Debian GnuTLS Maintainers Package: libkxml2-java Status: install ok installed Priority: extra Section: java Installed-Size: 199 Maintainer: Ubuntu Developers Architecture: all Source: kxml2 Version: 2.3.0+ds1-2.1 Description: small XML parser, designed for small environments kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API. . Pull based XML parsing combines some of the advantages of SAX and DOM: . - In contrast to push parsers (SAX), pull parsers such as kXML make it possible to model the XML processing routines after the structure of the processed XML document. Events processing is similar to an InputStream. If a part of the stream requires special handling, the parser can simply be delegated to a specialized method by handing over the parser. - While the above is also possible with an explicit DOM, DOM usually requires that the whole document structure is present in main memory. - In contrast to DOM based parsing, the XML events are accessible immediately when they are available, it is not necessary to wait for the whole tree to build up. Original-Maintainer: Debian Java Maintainers Homepage: http://kxml.sourceforge.net/ Package: liblapack3 Status: install ok installed Priority: optional Section: libs Installed-Size: 5793 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lapack Version: 3.12.0-3build1.1 Provides: liblapack.so.3 Depends: libblas3 | libblas.so.3, libc6 (>= 2.29), libgcc-s1 (>= 4.0), libgfortran5 (>= 8) Description: Library of linear algebra routines 3 - shared version LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. . This package contains a shared version of the library. Homepage: https://www.netlib.org/lapack/ Original-Maintainer: Debian Science Team Package: liblcms2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 431 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lcms2 Version: 2.14-2ubuntu0.1 Depends: libc6 (>= 2.29) Suggests: liblcms2-utils Description: Little CMS 2 color management library LittleCMS 2 intends to be a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC) of color management. LittleCMS 2 is a full implementation of ICC specification 4.2 plus all addendums. It fully supports all V2 and V4 profiles, including abstract, devicelink and named color profiles. . This package contains the shared library of liblcms2. Homepage: http://www.littlecms.com/ Original-Maintainer: Thomas Weber Package: libldap2 Status: install ok installed Priority: optional Section: libs Installed-Size: 573 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: openldap Version: 2.6.10+dfsg-0ubuntu0.24.04.1 Depends: libc6 (>= 2.38), libgnutls30t64 (>= 3.8.2), libsasl2-2 (>= 2.1.28+dfsg1) Recommends: libldap-common Description: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Homepage: https://www.openldap.org/ Original-Maintainer: Debian OpenLDAP Maintainers Package: liblept5 Status: install ok installed Priority: optional Section: libs Installed-Size: 3046 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: leptonlib Version: 1.82.0-3build4 Replaces: libleptonica (>= 1.69~) Depends: libc6 (>= 2.33), libgif7 (>= 5.1), libjpeg8 (>= 8c), libopenjp2-7 (>= 2.0.0), libpng16-16t64 (>= 1.6.2), libtiff6 (>= 4.0.3), libwebp7 (>= 1.3.2), libwebpmux3 (>= 1.3.2), zlib1g (>= 1:1.1.4) Breaks: libleptonica (>= 1.69~) Description: image processing library Well-tested C library for some basic image processing operations, along with a description of the functions and some design methods. A full set of affine transformations (translation, shear, rotation, scaling) on images of all depths is included, with the exception that some of the scaling methods do not work at all depths. There are also implementations of binary morphology, grayscale morphology, convolution and rank order filters, and applications such as jbig2 image processing and color quantization. You will also find basic utilities for the safe and efficient handling of arrays (of strings, numbers, number pairs and image-related geometrical objects), byte queues, generic stacks, generic lists, and endian-independent indexing into 32-bit arrays. Homepage: http://www.leptonica.org Original-Maintainer: Jeff Breidenbach Package: liblerc4 Status: install ok installed Priority: optional Section: libs Installed-Size: 547 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lerc Version: 4.0.0+ds-4ubuntu2 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11) Description: Limited Error Raster Compression library LERC is an open-source image or raster format which supports rapid encoding and decoding for any pixel type (not just RGB or Byte). Users set the maximum compression error per pixel while encoding, so the precision of the original input image is preserved (within user defined error bounds). Homepage: https://github.com/Esri/lerc Original-Maintainer: Debian GIS Project Package: liblilv-0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lilv Version: 0.24.22-1build1 Depends: libc6 (>= 2.34), libserd-0-0 (>= 0.30.2), libsord-0-0 (>= 0.14.0~dfsg0), libsratom-0-0 (>= 0.4.6~dfsg0), libzix-0-0 (>= 0.4.2) Description: library for simple use of LV2 plugins Lilv (formerly SLV2) is a library for LV2 hosts intended to make using LV2 Plugins as simple as possible (without sacrificing capabilities). . Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. . This package provides the shared library. Homepage: https://drobilla.net/software/lilv.html Original-Maintainer: Debian Multimedia Maintainers Package: libllvm20 Status: install ok installed Priority: optional Section: libs Installed-Size: 135750 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: llvm-toolchain-20 Version: 1:20.1.2-0ubuntu1~24.04.2 Replaces: llvm-20-dev (<< 1:20~++20240830999999+99) Depends: libc6 (>= 2.38), libedit2 (>= 2.11-20080614-0), libffi8 (>= 3.4), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.0) Breaks: llvm-20-dev (<< 1:20~++20240830999999+99) Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Original-Maintainer: LLVM Packaging Team Homepage: https://www.llvm.org/ Package: liblocale-gettext-perl Status: install ok installed Priority: required Section: perl Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.07-6ubuntu5 Depends: libc6 (>= 2.17) Pre-Depends: perl-base (>= 5.38.2-3.2), perlapi-5.38.2 Description: module using libc functions for internationalization in Perl The Locale::gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. . It provides gettext(), dgettext(), dcgettext(), textdomain(), bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() and dngettext(). Homepage: https://metacpan.org/release/Locale-gettext Original-Maintainer: Debian Perl Group Package: liblogback-java Status: install ok installed Priority: optional Section: java Installed-Size: 845 Maintainer: Ubuntu Developers Architecture: all Source: logback Version: 1:1.2.11-5 Depends: libslf4j-java (>= 1.7.32) Suggests: libjanino-java (>= 2.7.0), libjansi-java (>= 2.4.0), libjetty9-java, libmail-java (>= 1.6.5), libservlet-api-java (>= 4.0.1), libtomcat9-java Description: flexible logging library for Java Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. Original-Maintainer: Debian Java Maintainers Homepage: https://logback.qos.ch Package: liblqr-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: liblqr Version: 0.4.2-2.1build2 Depends: libc6 (>= 2.27), libglib2.0-0t64 (>= 2.24.0) Description: converts plain array images into multi-size representation The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique. . The library takes images in plain array format as input and converts them to a multi-size representation. . Following is a list of features: . * Areas in the image can be marked for preservation or discard * Once the image has been fully processed, the scaling can be done in real-time. In fact, the information can be saved and read out later without any further processing * The resizing is done with a single function which automatically performs all the necessary operations; it can also work in successive steps without wasting computational time * Possibility to tune the carving operation by letting the seams be less connected, or more rigid, or both * Can export and import the visibility map (the seams) * Other images can be attached and undergo the same carving process as the parent image * The automatic feature detection algorithm can be tuned by selecting among different energy gradient functions * Reports progress through a customizable interface * A signalling system permits one to cleanly handle errors . The library implements the algorithm described in the paper "Seam Carving for Content-Aware Image Resizing" by Shai Avidan and Ariel Shamir, which can be found at http://www.faculty.idc.ac.il/arik/imret.pdf . This package contains the shared library. Homepage: http://liblqr.wikidot.com/ Original-Maintainer: Bernd Zeimetz Package: liblsan0 Status: install ok installed Priority: optional Section: libs Installed-Size: 3872 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.34), libgcc-s1 (>= 3.3) Description: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libltdl7 Status: install ok installed Priority: optional Section: libs Installed-Size: 449 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libtool Version: 2.4.7-7build1 Depends: libc6 (>= 2.38) Description: System independent dlopen wrapper for GNU libtool This package contains the run-time libltdl library. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Homepage: https://www.gnu.org/software/libtool/ Original-Maintainer: Alastair McKinstry Package: liblz4-1 Status: install ok installed Priority: required Section: libs Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lz4 Version: 1.9.4-1build1.1 Replaces: liblz4-1a Depends: libc6 (>= 2.17) 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/lz4/lz4 Original-Maintainer: Nobuhiro Iwamatsu Package: liblzma5 Status: install ok installed Priority: required Section: libs Installed-Size: 374 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: xz-utils Version: 5.6.1+really5.4.5-1ubuntu0.3 Depends: libc6 (>= 2.34) 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/ Original-Maintainer: Jonathan Nieder Package: liblzo2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lzo2 Version: 2.10-2build4 Depends: libc6 (>= 2.17) Description: data compression library LZO is a portable, lossless data compression library. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. Homepage: https://www.oberhumer.com/opensource/lzo/ Original-Maintainer: Stephen Kitt Package: libmagic-mgc Status: install ok installed Priority: optional Section: libs Installed-Size: 8335 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: file Version: 1:5.45-3build1 Replaces: libmagic1t64 (<< 1:5.28-4~) Breaks: libmagic1t64 (<< 1:5.28-4~) Description: File type determination library using "magic" numbers (compiled magic file) This package provides the compiled magic file "magic.mgc". It has been separated from libmagic1t64 in order to meet the multiarch requirements without breaking applications that expect this file at its absolute path. Homepage: https://www.darwinsys.com/file/ Original-Maintainer: Christoph Biedl Package: libmagic1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 239 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: file Version: 1:5.45-3build1 Replaces: libmagic1 Provides: libmagic1 (= 1:5.45-3build1) Depends: libbz2-1.0, libc6 (>= 2.38), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4), libmagic-mgc (= 1:5.45-3build1) Suggests: file Breaks: libmagic1 (<< 1:5.45-3build1) Conffiles: /etc/magic 272913026300e7ae9b5e2d51f138e674 /etc/magic.mime 272913026300e7ae9b5e2d51f138e674 Description: Recognize the type of data in a file using "magic" numbers - library This library can be used to classify files according to magic number tests. It implements the core functionality of the file command. Homepage: https://www.darwinsys.com/file/ Original-Maintainer: Christoph Biedl Package: libmagickcore-6.q16-7-extra Status: install ok installed Priority: optional Section: libs Installed-Size: 486 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: imagemagick Version: 8:6.9.12.98+dfsg1-5.2build2 Provides: libmagickcore-6.q16-1-extra, libmagickcore-6.q16-2-extra, libmagickcore-6.q16-3-extra, libmagickcore-6.q16-4-extra, libmagickcore-6.q16-5-extra, libmagickcore-6.q16-6-extra, libmagickcore-extra Depends: libc6 (>= 2.38), libcairo2 (>= 1.6.0), libdjvulibre21 (>= 3.5.28), libglib2.0-0t64 (>= 2.12.0), libmagickcore-6.q16-7t64 (>= 8:6.9.11.24), libmagickwand-6.q16-7t64 (>= 8:6.9.12.98+dfsg1-5.2build2), libopenexr-3-1-30 (>= 3.1.5), libpango-1.0-0 (>= 1.22.0), libpangocairo-1.0-0 (>= 1.14.0), libwmflite-0.2-7 (>= 0.2.12), libxml2 (>= 2.7.4) Recommends: libjxr-tools Suggests: inkscape Enhances: libmagickcore-6.q16-7t64 Description: low-level image manipulation library - extra codecs (Q16) This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. . This version of libmagickcore-extra is compiled for a channel depth of 16 bits (Q16). Homepage: https://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: libmagickcore-6.q16-7t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 11415 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: imagemagick Version: 8:6.9.12.98+dfsg1-5.2build2 Replaces: libmagickcore-6.q16-7 Provides: libmagickcore-6.q16-7 (= 8:6.9.12.98+dfsg1-5.2build2) Depends: libbz2-1.0, libc6 (>= 2.38), libfftw3-double3 (>= 3.3.10), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.10.1), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libheif1 (>= 1.13.0), libjbig0 (>= 2.0), libjpeg8 (>= 8c), liblcms2-2 (>= 2.6), liblqr-1-0 (>= 0.4.0), libltdl7 (>= 2.4.7), liblzma5 (>= 5.1.1alpha+20120614), libopenjp2-7 (>= 2.0.0), libpng16-16t64 (>= 1.6.2), libraw23t64 (>= 0.16.0), libtiff6 (>= 4.5.0~rc1), libwebp7 (>= 1.3.2), libwebpdemux2 (>= 1.3.2), libwebpmux3 (>= 1.3.2), libx11-6, libxext6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), imagemagick-6-common (>= 8:6.9.6.2+dfsg-3) Pre-Depends: dpkg (>= 1.17.6) Recommends: ghostscript, fonts-urw-base35 Suggests: libmagickcore-6.q16-7-extra Breaks: libmagickcore-6.q16-7 (<< 8:6.9.12.98+dfsg1-5.2build2) Description: low-level image manipulation library -- quantum depth Q16 The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. . This version of libmagickcore is compiled for a channel depth of 16 bits (Q16). Homepage: https://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: libmagickwand-6.q16-7t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 1344 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: imagemagick Version: 8:6.9.12.98+dfsg1-5.2build2 Replaces: libmagickwand-6.q16-7 Provides: libmagickwand-6.q16-7 (= 8:6.9.12.98+dfsg1-5.2build2) Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgomp1 (>= 4.9), libmagickcore-6.q16-7t64 (>= 8:6.9.12.89), libx11-6, imagemagick-6-common (>= 8:6.9.6.2+dfsg-3) Pre-Depends: dpkg (>= 1.17.6) Breaks: libmagickwand-6.q16-7 (<< 8:6.9.12.98+dfsg1-5.2build2) Description: image manipulation library -- quantum depth Q16 The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. . This version of libmagickwand is compiled for a channel depth of 16 bits (Q16). Homepage: https://www.imagemagick.org/ Original-Maintainer: ImageMagick Packaging Team Package: libmaven-parent-java Status: install ok installed Priority: optional Section: java Installed-Size: 69 Maintainer: Ubuntu Developers Architecture: all Source: maven-parent Version: 35-1 Depends: libapache-pom-java (>= 7) Description: Maven metadata for Apache Maven itself Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . This package contains the metadata (POM file) used by Maven during the build of Maven itself and related projects. Original-Maintainer: Debian Java Maintainers Homepage: http://maven.apache.org/ Package: libmaven-resolver-java Status: install ok installed Priority: optional Section: java Installed-Size: 753 Maintainer: Ubuntu Developers Architecture: all Source: maven-resolver Version: 1.6.3-1 Depends: libcommons-lang3-java, libwagon-provider-api-java Description: Library to handle Java artifact repositories Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification of local repository, remote repository, developer workspaces, artifact transports and artifact resolution. Original-Maintainer: Debian Java Maintainers Homepage: https://maven.apache.org/resolver/index.html Package: libmaven-shared-utils-java Status: install ok installed Priority: optional Section: java Installed-Size: 173 Maintainer: Ubuntu Developers Architecture: all Source: maven-shared-utils Version: 3.3.4-1 Depends: libcommons-io-java (>= 2.11.0) Recommends: libjansi-java (>= 2.4.0) Suggests: libmaven-shared-utils-java-doc Description: Replacement for plexus-utils in Maven This project aims to be a functional replacement for plexus-utils in Maven. . It is not a 100% API compatible replacement though, but a replacement with improvements: lots of methods got cleaned up, generics got added and a lot of unused code was dropped. Original-Maintainer: Debian Java Maintainers Homepage: http://maven.apache.org/shared/maven-shared-utils/ Package: libmaven3-core-java Status: install ok installed Priority: optional Section: java Installed-Size: 1950 Maintainer: Ubuntu Developers Architecture: all Source: maven Version: 3.8.7-2 Replaces: maven (<< 3.0.5-7) Depends: libatinject-jsr330-api-java, libcommons-cli-java (>= 1.6.0), libcommons-lang3-java (>= 3.14.0), libgeronimo-annotation-1.3-spec-java, libguice-java, libmaven-parent-java (>= 3.x), libmaven-resolver-java (>= 1.6.3), libmaven-shared-utils-java (>= 3.3.4), libplexus-cipher-java (>= 2.0), libplexus-classworlds-java (>= 2.7.0), libplexus-component-annotations-java (>= 2.1.1), libplexus-interpolation-java (>= 1.26), libplexus-sec-dispatcher-java (>= 2.0), libplexus-utils2-java (>= 3.2), libsisu-inject-java (>= 0.3.4), libsisu-plexus-java (>= 0.3.4), libslf4j-java (>= 1.7.32), libwagon-provider-api-java (>= 3.5.3) Suggests: liblogback-java (>= 1.2.11) Breaks: gradle (<< 3.2.1-3~), maven (<< 3.0.5-7) Description: Core libraries for Maven 3 Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package contains the core libraries for Maven 3. Original-Maintainer: Debian Java Maintainers Homepage: http://maven.apache.org Package: libmbedcrypto7t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 563 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mbedtls Version: 2.28.8-1 Replaces: libmbedcrypto7 Provides: libmbedcrypto7 (= 2.28.8-1) Depends: libc6 (>= 2.17) Breaks: libmbedcrypto7 (<< 2.28.8-1) Description: lightweight crypto and SSL/TLS library - crypto library mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for providing SSL and TLS support in your programs. It offers an intuitive API and documented header files, so you can actually understand what the code does. It features: - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia and XTEA - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5 - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA and ECDH - TLS 1.0, 1.1 and 1.2 - Abstraction layers for ciphers, hashes, public key operations, platform abstraction and threading . This package contains the shared library handling cryptography. Original-Maintainer: Debian IoT Maintainers Homepage: https://www.trustedfirmware.org/projects/mbed-tls/ Package: libmbim-glib4 Status: install ok installed Priority: optional Section: libs Installed-Size: 963 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libmbim Version: 1.31.2-0ubuntu3.1 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.56) Description: Support library to use the MBIM protocol libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. Homepage: https://www.freedesktop.org/wiki/Software/libmbim/ Original-Maintainer: DebianOnMobile Maintainers Package: libmbim-proxy Status: install ok installed Priority: optional Section: net Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: libmbim Version: 1.31.2-0ubuntu3.1 Depends: libc6 (>= 2.34), libglib2.0-0t64 (>= 2.56), libmbim-glib4 (= 1.31.2-0ubuntu3.1) Description: Proxy to communicate with MBIM ports libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. . This package contains the binary mbim-proxy used by libmbim to allow multiple clients to use the same MBIM port simultaneously. Homepage: https://www.freedesktop.org/wiki/Software/libmbim/ Original-Maintainer: DebianOnMobile Maintainers Package: libmbim-utils Status: install ok installed Priority: optional Section: net Installed-Size: 303 Maintainer: Ubuntu Developers Architecture: arm64 Source: libmbim Version: 1.31.2-0ubuntu3.1 Depends: libc6 (>= 2.34), libglib2.0-0t64 (>= 2.56), libmbim-glib4 (>= 1.31.2-0ubuntu3.1~), libmbim-proxy Description: Utilities to use the MBIM protocol from the command line libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. . This package contains the utilities that make it easier to use MBIM functionality from the command line. Homepage: https://www.freedesktop.org/wiki/Software/libmbim/ Original-Maintainer: DebianOnMobile Maintainers Package: libmd0 Status: install ok installed Priority: required Section: libs Installed-Size: 90 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libmd Version: 1.1.0-2build1.1 Depends: libc6 (>= 2.33) 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/ Original-Maintainer: Guillem Jover Package: libminlog-java Status: install ok installed Priority: optional Section: java Installed-Size: 27 Maintainer: Ubuntu Developers Architecture: all Version: 1.3.0-1.1 Description: minimal Java logging library MinLog is a Java logging library. Key features: * Zero overhead Logging statements below a given level can be automatically removed by javac at compile time. This means applications can have detailed trace and debug logging without having any impact on the finished product. * Simple and efficient The API is concise and the code is very efficient at runtime. * Extremely lightweight The entire project consists of a single Java file with ~100 non-comment lines of code. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/EsotericSoftware/minlog Package: libmm-glib0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1346 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: modemmanager Version: 1.23.4-0ubuntu2 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.62.0) Recommends: modemmanager (>= 1.23.4-0ubuntu2) Description: D-Bus service for managing modems - shared libraries ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G/5G) devices and connections. Whether built-in devices, USB dongles, Bluetooth-paired telephones or professional RS232/USB devices with external power supplies, ModemManager is able to prepare and configure the modems and setup connections with them. . This package contains shared libraries for applications interfacing with ModemManager. Homepage: https://www.freedesktop.org/wiki/Software/ModemManager/ Original-Maintainer: DebianOnMobile Maintainers Package: libmnl0 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libmnl Version: 1.0.5-2build1 Depends: libc6 (>= 2.17) 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/ Original-Maintainer: Debian Netfilter Packaging Team Package: libmount-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libblkid-dev, libc6-dev | libc-dev, libmount1 (= 2.39.3-9ubuntu6.5), libselinux1-dev Description: device mounting library - headers This device mounting library is used by mount and umount helpers. . This package contains the development environment for the mount library. Homepage: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: libmount1 Status: install ok installed Priority: required Section: libs Installed-Size: 387 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.38), libselinux1 (>= 3.1~) Suggests: cryptsetup-bin Description: device mounting library This device mounting library is used by mount and umount helpers. Homepage: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: libmp3lame0 Status: install ok installed Priority: optional Section: libs Installed-Size: 349 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lame Version: 3.100-6build1 Depends: libc6 (>= 2.38) Description: MP3 encoding library LAME (recursive acronym for "LAME Ain't an MP3 Encoder") is a research project for learning about and improving MP3 encoding technology. LAME includes an MP3 encoding library, a simple frontend application, and other tools for sound analysis, as well as convenience tools. . This package contains the shared library. Homepage: https://lame.sourceforge.io/ Original-Maintainer: Debian Multimedia Maintainers Package: libmpc3 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mpclib3 Version: 1.3.1-1build1.1 Depends: libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg), libmpfr6 (>= 4.0.0) Description: multiple precision complex floating-point library MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. For the time being, it contains all arithmetic operations over complex numbers, the exponential and the logarithm functions, the trigonometric and hyperbolic functions. . Ultimately, it should implement a multiprecision equivalent of the ISO C99 standard. . It builds upon the GNU MP and the MPFR libraries. Homepage: http://www.multiprecision.org/mpc/ Original-Maintainer: Debian GCC Maintainers Package: libmpfr6 Status: install ok installed Priority: optional Section: libs Installed-Size: 1121 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mpfr4 Version: 4.2.1-1build1.1 Depends: libc6 (>= 2.17), libgmp10 (>= 2:6.3.0+dfsg) Breaks: libgmp3 (<< 4.1.4-3), libmpc3 (<< 1.1.0-1~) Description: multiple precision floating-point computation MPFR provides a library for multiple-precision floating-point computation with correct rounding. The computation is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa). Homepage: https://www.mpfr.org/ Original-Maintainer: Debian GCC Maintainers Package: libmpg123-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 347 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mpg123 Version: 1.32.5-1ubuntu1.1 Replaces: libmpg123-0 Provides: libmpg123-0 (= 1.32.5-1ubuntu1.1) Depends: libc6 (>= 2.29) Breaks: libmpg123-0 (<< 1.32.5-1ubuntu1.1) Description: MPEG layer 1/2/3 audio decoder (shared library) mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3). . This package contains the C libraries needed to run executables that use the mpg123 library. Homepage: http://mpg123.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libmultiverse-core-java Status: install ok installed Priority: optional Section: java Installed-Size: 262 Maintainer: Ubuntu Developers Architecture: all Source: multiverse-core Version: 0.7.0-6 Description: Java library implementing Software Transactional Memory (STM) Multiverse is meant as an alternative to traditional lock based concurrency. If you have worked with databases before, Transactional Memory should feel familiar because both share one very important concept: transactions. . Multiverse is language independent so it can be used without relying on instrumentation and therefore can easily be used with other languages that can run on the JVM like Scala, Groovy or JRuby. . Also it reduces complexity of concurrency control, it can be used demanding production environments and provides a framework for STM experiments. Original-Maintainer: Debian Java Maintainers Homepage: http://multiverse.codehaus.org/ Package: libmysofa1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1271 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libmysofa Version: 1.3.2+dfsg-2ubuntu2 Depends: libc6 (>= 2.38), zlib1g (>= 1:1.1.4) Description: library to read HRTFs stored in the AES69-2015 SOFA format libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented Format for Acoustics) files for spatial rendering. It hardly has any library dependencies and is suitable for embedded devices. . It reads SOFA files and checks whether the data complies to the "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to look-up and interpolate the filters for a given orientation and to normalize the HRTFs (Head-Related Transfer Functions) to a reference level. . This package contains the shared objects necessary to run an application using libmysofa. Homepage: https://github.com/hoene/libmysofa Original-Maintainer: Debian Multimedia Maintainers Package: libnative-platform-java Status: install ok installed Priority: optional Section: java Installed-Size: 106 Maintainer: Ubuntu Developers Architecture: all Version: 0.14-6 Depends: libnative-platform-jni (>= 0.14-6) Suggests: libnative-platform-java-doc Breaks: libgradle-core-java (<< 3.1~) Description: Java bindings for various native APIs A collection of cross-platform Java APIs for various native APIs. Supports OS X, Linux, Solaris and Windows. . These APIs support Java 5 and later. Some of these APIs overlap with APIs available in later Java versions. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/gradle/native-platform Package: libnative-platform-jni Status: install ok installed Priority: optional Section: java Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: arm64 Source: libnative-platform-java Version: 0.14-6 Depends: libc6 (>= 2.33), libtinfo6 (>= 6) Description: Java bindings for various native APIs - JNI library A collection of cross-platform Java APIs for various native APIs. Supports OS X, Linux, Solaris and Windows. . These APIs support Java 5 and later. Some of these APIs overlap with APIs available in later Java versions. . This package contains the java JNI library. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/gradle/native-platform Package: libncursesw6 Status: install ok installed Priority: required Section: libs Installed-Size: 569 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ncurses Version: 6.4+20240113-1ubuntu2 Depends: libtinfo6 (= 6.4+20240113-1ubuntu2), libc6 (>= 2.34) 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/ Original-Maintainer: Ncurses Maintainers Package: libnekohtml-java Status: install ok installed Priority: optional Section: java Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: all Source: nekohtml Version: 1.9.22.noko2-0.1 Depends: libxerces2-java (>= 2.9.1) Suggests: libnekohtml-java-doc (>= 1.9.21-2) Description: NekoHTML - HTML parser for Java NekoHTML is a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information using standard XML interfaces. The parser can scan HTML files and "fix up" many common mistakes that human (and computer) authors make in writing HTML documents. NekoHTML adds missing parent elements; automatically closes elements with optional end tags; and can handle mismatched in-line element tags. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/sparklemotion/nekohtml Package: libnetfilter-conntrack3 Status: install ok installed Priority: optional Section: libs Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libnetfilter-conntrack Version: 1.0.9-6build1 Depends: libc6 (>= 2.17), libmnl0 (>= 1.0.3-4~), libnfnetlink0 (>= 1.0.2) Description: Netfilter netlink-conntrack library libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. Homepage: https://www.netfilter.org/projects/libnetfilter_conntrack/ Original-Maintainer: Debian Netfilter Packaging Team Package: libnetpbm11t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 402 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: netpbm-free Version: 2:11.05.02-1.1build1 Replaces: libnetpbm11 Provides: libnetpbm10-dev, libnetpbm11 (= 2:11.05.02-1.1build1) Depends: libc6 (>= 2.38) Conflicts: libnetpbm11 (<< 2:11.05.02-1.1build1) Description: Graphics conversion tools shared libraries Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. . This package contains the shared libraries used by netpbm. Homepage: https://netpbm.sourceforge.net/ Original-Maintainer: Debian PhotoTools Maintainers Package: libnetplan1 Status: install ok installed Priority: optional Section: libs Installed-Size: 416 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: netplan.io Version: 1.1.2-8ubuntu1~24.04.1 Depends: libc6 (>= 2.38), libglib2.0-0t64 (>= 2.75.3), libuuid1 (>= 2.16), libyaml-0-2 Description: Declarative network configuration runtime library Netplan reads YAML network configuration files which are written by administrators, installers, cloud image instantiations, or other OS deployments. During early boot it then generates backend specific configuration files in /run to hand off control of devices to a particular networking daemon. . Currently supported backends are networkd and NetworkManager. . This package contains the necessary runtime library files. Homepage: https://netplan.io/ Original-Maintainer: Debian Networking Team Package: libnettle8t64 Status: install ok installed Priority: important Section: libs Installed-Size: 476 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: nettle Version: 3.9.1-2.2build1.1 Replaces: libnettle8 Provides: libnettle8 (= 3.9.1-2.2build1.1) Depends: libc6 (>= 2.17) Breaks: libnettle8 (<< 3.9.1-2.2build1.1) 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. Original-Maintainer: Magnus Holmgren Homepage: http://www.lysator.liu.se/~nisse/nettle/ Package: libnfnetlink0 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libnfnetlink Version: 1.0.2-2build1 Depends: libc6 (>= 2.17) Description: Netfilter netlink library libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. Homepage: https://git.netfilter.org/libnfnetlink Original-Maintainer: Debian Netfilter Packaging Team Package: libnfsidmap1 Status: install ok installed Priority: optional Section: libs Installed-Size: 300 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: nfs-utils Version: 1:2.6.4-3ubuntu5.1 Replaces: libnfsidmap2 (<< 0.25-7~) Depends: libc6 (>= 2.38), libldap2 (>= 2.6.2) Breaks: libnfsidmap2 (<< 0.25-7~) Conflicts: libnfsidmap2 Description: NFS idmapping library libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's. Homepage: https://linux-nfs.org/ Original-Maintainer: Debian kernel team Package: libnftables1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1028 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: nftables Version: 1.0.9-1build1 Depends: libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg), libjansson4 (>= 2.14), libmnl0 (>= 1.0.3-4~), libnftnl11 (>= 1.2.6), libxtables12 (>= 1.6.0+snapshot20161117) Description: Netfilter nftables high level userspace API library This library provides high level semantics to interact with the nftables framework by Netfilter project. . nftables replaces the old popular iptables, ip6tables, arptables and ebtables. . Netfilter software and nftables in particular are used in applications such as Internet connection sharing, firewalls, IP accounting, transparent proxying, advanced routing and traffic control. . A Linux kernel >= 3.13 is required. However, >= 4.14 is recommended. . This package contains the libnftables library. Homepage: https://www.netfilter.org/ Original-Maintainer: Debian Netfilter Packaging Team Package: libnftnl11 Status: install ok installed Priority: optional Section: libs Installed-Size: 293 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libnftnl Version: 1.2.6-2build1 Depends: libc6 (>= 2.34), libmnl0 (>= 1.0.3-4~) Description: Netfilter nftables userspace API library libnftnl is the low-level library for Netfilter 4th generation framework nftables. . Is the user-space library for low-level interaction with nftables Netlink's API over libmnl. Homepage: https://git.netfilter.org/libnftnl Original-Maintainer: Debian Netfilter Packaging Team Package: libnghttp2-14 Status: install ok installed Priority: optional Section: libs Installed-Size: 228 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: nghttp2 Version: 1.59.0-1ubuntu0.3 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/ Original-Maintainer: Tomasz Buchert Package: libnorm1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 415 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: norm Version: 1.5.9+dfsg-3.1build1 Replaces: libnorm1 Provides: libnorm1 (= 1.5.9+dfsg-3.1build1) Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5) Breaks: libnorm1 (<< 1.5.9+dfsg-3.1build1) Description: NACK-Oriented Reliable Multicast (NORM) library The NORM protocol is designed to provide end-to-end reliable transport of bulk data objects or streams over generic IP multicast routing and forwarding services. libnorm provides a shared library and an API to use such protocol. Homepage: https://www.nrl.navy.mil/itd/ncs/products/norm Original-Maintainer: Luca Boccassi Package: libnpth0t64 Status: install ok installed Priority: important Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: npth Version: 1.6-3.1build1 Replaces: libnpth0 Provides: libnpth0 (= 1.6-3.1build1) Depends: libc6 (>= 2.34) Breaks: libnpth0 (<< 1.6-3.1build1) 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/ Original-Maintainer: Eric Dorland Package: libnspr4 Status: install ok installed Priority: optional Section: libs Installed-Size: 425 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: nspr Version: 2:4.35-1.1build1 Depends: libc6 (>= 2.38) Description: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Homepage: http://www.mozilla.org/projects/nspr/ Original-Maintainer: Maintainers of Mozilla-related packages Package: libnss3 Status: install ok installed Priority: optional Section: libs Installed-Size: 4070 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: nss Version: 2:3.98-1ubuntu0.1 Depends: libc6 (>= 2.34), libnspr4 (>= 2:4.34), libsqlite3-0 (>= 3.5.9) Description: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS Original-Maintainer: Maintainers of Mozilla-related packages Package: libntfs-3g89t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 418 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ntfs-3g Version: 1:2022.10.3-1.2ubuntu3.1 Replaces: libntfs-3g89 Provides: libntfs-3g89 (= 1:2022.10.3-1.2ubuntu3.1) Depends: libc6 (>= 2.38) Breaks: libntfs-3g89 (<< 1:2022.10.3-1.2ubuntu3.1) Description: read/write NTFS driver for FUSE (runtime library) NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. . This package contains the actual library. Homepage: https://github.com/tuxera/ntfs-3g/wiki Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libnuma1 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: numactl Version: 2.0.18-1build1 Depends: libc6 (>= 2.38) Description: Libraries for controlling NUMA policy Library to control specific NUMA (Non-Uniform Memory Architecture) scheduling or memory placement policies. Homepage: https://github.com/numactl/numactl Original-Maintainer: Ian Wienand Package: libnvme1t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 293 Maintainer: Ubuntu Developers Architecture: arm64 Source: libnvme Version: 1.8-3ubuntu1 Replaces: libnvme1 Provides: libnvme1 (= 1.8-3ubuntu1) Depends: libc6 (>= 2.38), libjson-c5 (>= 0.15), libkeyutils1 (>= 1.5.9), libssl3t64 (>= 3.0.0) Suggests: nvme-cli Breaks: libnvme1 (<< 1.8-3ubuntu1) Description: NVMe management library (library) NVM Express (NVMe) is a interface specification for accessing non-volatile storage media, typically modern solid state drives (SSDs) through PCI Express (PCIe). libnvme provides library functions for accessing and managing NVMe devices. . This package contains the shared library. Homepage: https://github.com/linux-nvme/libnvme Original-Maintainer: Daniel Baumann Package: libobjenesis-java Status: install ok installed Priority: optional Section: java Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: all Source: objenesis Version: 3.3-3 Description: Java library to instantiate a new object of a particular class Objenesis is a small Java library that serves one purpose: to instantiate a new object of a particular class. Java already supports this dynamic instantiation of classes using Class.newInstance(). However, this only works if the class has an appropriate constructor. There are many times when a class cannot be instantiated this way, such as when the class contains: * Constructors that require arguments. * Constructors that have side effects. * Constructors that throw exceptions. As a result, it is common to see restrictions in libraries stating that classes must require a default constructor. Objenesis aims to overcomes these restrictions by bypassing the constructor on object instantiation. Original-Maintainer: Debian Java Maintainers Homepage: http://www.objenesis.org/ Package: libogg0 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libogg Version: 1.3.5-3build1 Depends: libc6 (>= 2.17) Description: Ogg bitstream library Libogg is a library for manipulating ogg bitstreams. It handles both making ogg bitstreams and getting packets from ogg bitstreams. Homepage: https://xiph.org/ogg/ Original-Maintainer: Debian Multimedia Maintainers Package: libonig5 Status: install ok installed Priority: optional Section: libs Installed-Size: 697 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libonig Version: 6.9.9-1build1 Depends: libc6 (>= 2.17) Description: regular expressions library Oniguruma is a library for working with regular expressions. . Different character encoding for every regular expression object can be specified. Homepage: https://github.com/kkos/oniguruma Original-Maintainer: Jörg Frings-Fürst Package: libopenal-data Status: install ok installed Priority: optional Section: libs Installed-Size: 256 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: openal-soft Version: 1:1.23.1-4build1 Replaces: libopenal1 (<< 1:1.14-5) Breaks: libopenal1 (<< 1:1.14-5) Conffiles: /etc/openal/alsoft.conf c3c066879374fb8b7a8ecadb52fe2ec1 Description: Software implementation of the OpenAL audio API (data files) OpenAL, the Open Audio Library, is a joint effort to create an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio. OpenAL's primary audience are application developers and desktop users that rely on portable standards like OpenGL, for games and other multimedia applications. . This package installs data files used by the OpenAL Soft shared library. Homepage: https://github.com/kcat/openal-soft Original-Maintainer: Debian Games Team Package: libopenal1 Status: install ok installed Priority: optional Section: libs Installed-Size: 1151 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: openal-soft Version: 1:1.23.1-4build1 Depends: libopenal-data (= 1:1.23.1-4build1), libc6 (>= 2.38), libgcc-s1 (>= 4.0), libsndio7.0 (>= 1.8.1), libstdc++6 (>= 6) Recommends: libasound2t64 (>= 1.0.16), libpulse0 (>= 0.99.1) Suggests: libportaudio2 (>= 19+svn20101113) Description: Software implementation of the OpenAL audio API (shared library) OpenAL, the Open Audio Library, is a joint effort to create an open, vendor-neutral, cross-platform API for interactive, primarily spatialized audio. OpenAL's primary audience are application developers and desktop users that rely on portable standards like OpenGL, for games and other multimedia applications. . This library is meant as a compatible update/replacement to the OpenAL Sample Implementation (the SI). The SI has been unmaintained for quite a while, and would require a lot of work to clean up. This is a fork the old Windows version to attempt an accelerated ALSA version of an OpenAL implementation. . OpenAL Soft supports mono, stereo, 4-channel, 5.1, 6.1, and 7.1 output, as opposed to the SI's 4-channel max (though it did have some provisions for 6 channel, this was not 5.1, and was seemingly a "late" addition). OpenAL Soft does not support the Vorbis and MP3 extensions, however those were considered deprecated even in the SI. It does, though, support some of the newer extensions like AL_EXT_FLOAT32 and AL_EXT_MCFORMATS for multi-channel and floating-point formats, as well as ALC_EXT_EFX for environmental audio effects, and others. . This package installs the OpenAL Soft shared library. Homepage: https://github.com/kcat/openal-soft Original-Maintainer: Debian Games Team Package: libopenexr-3-1-30 Status: install ok installed Priority: optional Section: libs Installed-Size: 4459 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: openexr Version: 3.1.5-5.1build3 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libimath-3-1-29t64 (>= 3.1.9), libstdc++6 (>= 13.1), zlib1g (>= 1:1.2.0) Description: runtime files for the OpenEXR image library OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains the following shared library: * IlmImf - a library that reads and writes OpenEXR images. Homepage: https://www.openexr.com Original-Maintainer: Debian PhotoTools Maintainers Package: libopeniscsiusr Status: install ok installed Priority: optional Section: net Installed-Size: 164 Maintainer: Ubuntu Developers Architecture: arm64 Source: open-iscsi Version: 2.1.9-3ubuntu5.4 Depends: libc6 (>= 2.38), libkmod2 (>= 5~) Enhances: open-iscsi Description: iSCSI userspace library The Open-iSCSI project is a high-performance, transport independent, multi-platform implementation of RFC3720 iSCSI. . Open-iSCSI is partitioned into user and kernel parts. . The kernel portion of Open-iSCSI is a from-scratch code licensed under GPL. The kernel part implements iSCSI data path (that is, iSCSI Read and iSCSI Write), and consists of three loadable modules: scsi_transport_iscsi.ko, libiscsi.ko and iscsi_tcp.ko. . User space contains the entire control plane: configuration manager, iSCSI Discovery, Login and Logout processing, connection-level error processing, Nop-In and Nop-Out handling, and (in the future:) Text processing, iSNS, SLP, Radius, etc. . The user space Open-iSCSI consists of a daemon process called iscsid, and a management utility iscsiadm. . This package contains the iSCSI userspace library. Homepage: https://www.open-iscsi.com/ Original-Maintainer: Debian iSCSI Maintainers Package: libopenjp2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 445 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: openjpeg2 Version: 2.5.0-2ubuntu0.5 Depends: libc6 (>= 2.34) Description: JPEG 2000 image compression/decompression library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This package contains the runtime files for openjpeg 2.x Homepage: https://www.openjpeg.org Original-Maintainer: Debian PhotoTools Maintainers Package: libopenmpt0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 1544 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libopenmpt Version: 0.7.3-1.1build3 Replaces: libopenmpt0 Provides: libopenmpt0 (= 0.7.3-1.1build3) Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.0), libmpg123-0t64 (>= 1.28.0), libstdc++6 (>= 13.1), libvorbis0a (>= 1.1.2), libvorbisfile3 (>= 1.1.2), zlib1g (>= 1:1.1.4) Breaks: libopenmpt0 (<< 0.7.3-1.1build3) Description: module music library based on OpenMPT -- shared library libopenmpt is a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. It is based on the player code of the OpenMPT project, a descendant of the original ModPlug Tracker. . This package contains the main shared library. Homepage: https://lib.openmpt.org/libopenmpt/ Original-Maintainer: Debian Multimedia Maintainers Package: libopus0 Status: install ok installed Priority: optional Section: libs Installed-Size: 413 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: opus Version: 1.4-1build1 Depends: libc6 (>= 2.29) Suggests: opus-tools Description: Opus codec runtime library The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec. . It is intended to suit a wide range of interactive audio applications, including Voice over IP, videoconferencing, in-game chat, and even remote live music performances. It can scale from low bit-rate narrowband speech to very high quality stereo music. The current features are: . Bit-rates from 6 kb/s 510 kb/s Sampling rates from 8 to 48 kHz Frame sizes from 2.5 ms to 60 ms Support for both constant bit-rate (CBR) and variable bit-rate (VBR) Audio bandwidth from narrowband to full-band Support for speech and music Support for mono and stereo Support for up to 255 channels (multistream frames) Dynamically adjustable bitrate, audio bandwidth, and frame size Good loss robustness and packet loss concealment (PLC) Floating point and fixed-point implementation . This package provides the Opus runtime library. Homepage: http://www.opus-codec.org Original-Maintainer: Debian Multimedia Maintainers Package: libosgi-annotation-java Status: install ok installed Priority: optional Section: java Installed-Size: 33 Maintainer: Ubuntu Developers Architecture: all Source: osgi-annotation Version: 8.1.0-1 Suggests: libosgi-annotation-java-doc Description: Java OSGi API - annotation module OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. . This package contains the OSGi annotation module. . On top of OSGi Core it provides additional services to help dynamic components. Original-Maintainer: Debian Java Maintainers Homepage: https://www.osgi.org/ Package: libosgi-compendium-java Status: install ok installed Priority: optional Section: java Installed-Size: 1170 Maintainer: Ubuntu Developers Architecture: all Source: osgi-compendium Version: 7.0.0-1 Depends: libosgi-annotation-java (>= 7.0.0), libosgi-core-java Suggests: libosgi-compendium-java-doc Description: Java OSGi API - Compendium module OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. . This package contains OSGi Compendium for Release 6. . On top of OSGi Core, this provide additional services to help dynamic components. Original-Maintainer: Debian Java Maintainers Homepage: http://www.osgi.org/Specifications/HomePage Package: libosgi-core-java Status: install ok installed Priority: optional Section: java Installed-Size: 233 Maintainer: Ubuntu Developers Architecture: all Source: osgi-core Version: 8.0.0-2 Depends: libosgi-annotation-java Suggests: libosgi-core-java-doc Description: Java OSGi API - Core module OSGi, for Open Services Gateway initiative framework, is a module system and service platform for the Java programming language. . This package contains the OSGi Core module. Original-Maintainer: Debian Java Maintainers Homepage: http://www.osgi.org/Specifications/HomePage Package: libp11-kit0 Status: install ok installed Priority: important Section: libs Installed-Size: 1884 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: p11-kit Version: 0.25.3-4ubuntu2.1 Depends: libc6 (>= 2.38), libffi8 (>= 3.4) 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 Original-Maintainer: Debian GnuTLS Maintainers Package: libpam-modules Status: install ok installed Priority: required Section: admin Installed-Size: 3144 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pam Version: 1.5.3-5ubuntu5.5 Replaces: libpam-umask, libpam0g-util Provides: libpam-mkhomedir, libpam-motd, libpam-umask Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libcrypt1 (>= 1:4.3.0), libdb5.3t64, libpam0g (>= 1.4.1), libselinux1 (>= 3.1~), libsystemd0, debconf (>= 0.5) | debconf-2.0, libpam-modules-bin (= 1.5.3-5ubuntu5.5) 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 0b1967ff9042a716ce6b01cb999aa1f5 /etc/security/namespace.conf 6b3796403421d66db7defc46517711bc /etc/security/namespace.init 260eb0c3368ffaaf861e003e27618476 /etc/security/pam_env.conf 89cc8702173d5cd51abc152ae9f8d6bc /etc/security/pwhistory.conf d3a2ff35a85d2e8baf2d06b3c0944a74 /etc/security/sepermit.conf 3d82df292d497bbeaaf8ebef18cd14f1 /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/ Original-Maintainer: Sam Hartman Package: libpam-modules-bin Status: install ok installed Priority: required Section: admin Installed-Size: 602 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: pam Version: 1.5.3-5ubuntu5.5 Replaces: libpam-modules (<< 1.5.2-5~) Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libcrypt1 (>= 1:4.3.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsystemd0 (>= 254) 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/ Original-Maintainer: Sam Hartman Package: libpam-runtime Status: install ok installed Priority: required Section: admin Installed-Size: 276 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: pam Version: 1.5.3-5ubuntu5.5 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/ Original-Maintainer: Sam Hartman Package: libpam-systemd Status: install ok installed Priority: standard Section: admin Installed-Size: 770 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: systemd Version: 255.4-1ubuntu8.16 Provides: default-logind (= 255.4-1ubuntu8.16), logind (= 255.4-1ubuntu8.16) Depends: libc6 (>= 2.39), libcap2 (>= 1:2.10), libpam0g (>= 0.99.7.1), systemd (= 255.4-1ubuntu8.16), libpam-runtime, default-dbus-system-bus | dbus-system-bus, systemd-sysv Recommends: dbus-user-session Conflicts: libpam-elogind-compat 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 Original-Maintainer: Debian systemd Maintainers Package: libpam0g Status: install ok installed Priority: required Section: libs Installed-Size: 297 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pam Version: 1.5.3-5ubuntu5.5 Replaces: libpam0g-util, libpam0t64 (<< 1.5.3-5) Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), debconf (>= 0.5) | debconf-2.0 Suggests: libpam-doc Breaks: libpam0t64 (<< 1.5.3-5) 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/ Original-Maintainer: Sam Hartman Package: libpango-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 558 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pango1.0 Version: 1.52.1+ds-1build1 Depends: fontconfig, libc6 (>= 2.38), libfribidi0 (>= 1.0.0), libglib2.0-0t64 (>= 2.79.0), libharfbuzz0b (>= 7.3.0), libthai0 (>= 0.1.25) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Homepage: https://www.pango.org/ Original-Maintainer: Debian GNOME Maintainers Package: libpangocairo-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 107 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pango1.0 Version: 1.52.1+ds-1build1 Depends: libc6 (>= 2.17), libcairo2 (>= 1.8.0), libfontconfig1 (>= 2.12.6), libglib2.0-0t64 (>= 2.79.0), libharfbuzz0b (>= 1.2.6), libpango-1.0-0 (= 1.52.1+ds-1build1), libpangoft2-1.0-0 (= 1.52.1+ds-1build1) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Homepage: https://www.pango.org/ Original-Maintainer: Debian GNOME Maintainers Package: libpangoft2-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 174 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pango1.0 Version: 1.52.1+ds-1build1 Depends: libc6 (>= 2.17), libfontconfig1 (>= 2.13.0), libfreetype6 (>= 2.2.1), libglib2.0-0t64 (>= 2.79.0), libharfbuzz0b (>= 5.1.0), libpango-1.0-0 (= 1.52.1+ds-1build1) Description: Layout and rendering of internationalized text Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains the shared libraries. Homepage: https://www.pango.org/ Original-Maintainer: Debian GNOME Maintainers Package: libpaper-utils Status: install ok installed Priority: optional Section: utils Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: libpaper Version: 1.1.29build1 Replaces: libpaper1 (<< 1.1.10), libpaperg (<< 1.1.9) Depends: libc6 (>= 2.34), libpaper1 Description: library for handling paper characteristics (utilities) The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. . This package contains utilities for setting the system's default paper type and for accessing paper type information from shell scripts. Original-Maintainer: Giuseppe Sacco Package: libpaper1 Status: install ok installed Priority: optional Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libpaper Version: 1.1.29build1 Replaces: libpaperg (<< 1.1.9) Provides: libpaperg Depends: libc6 (>= 2.33), debconf (>= 0.5) | debconf-2.0, ucf (>= 0.28), dpkg (>= 1.17.2) Recommends: libpaper-utils Description: library for handling paper characteristics The libpaper paper-handling library automates recognition of many different paper types and sizes for programs that need to deal with printed output. Original-Maintainer: Giuseppe Sacco Package: libparted2t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 458 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: parted Version: 3.6-4build1 Replaces: libparted2 Provides: libparted, libparted2 (= 3.6-4build1) Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.38), libdevmapper1.02.1 (>= 2:1.02.97), libuuid1 (>= 2.16) Suggests: parted, libparted-dev, libparted-i18n (= 3.6-4build1) Conflicts: libparted2 (<< 3.6-4build1) Description: disk partition manipulator - shared library GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the shared library. Homepage: https://www.gnu.org/software/parted Original-Maintainer: Parted Maintainer Team Package: libpci3 Status: install ok installed Priority: optional Section: libs Installed-Size: 163 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pciutils Version: 1:3.10.0-2build1 Depends: libc6 (>= 2.38), libudev1 (>= 196), zlib1g (>= 1:1.1.4), pci.ids (>= 0.0~2019.11.10-2) Description: PCI utilities (shared library) This package contains the libpci shared library files. . The libpci library provides portable access to configuration registers of devices connected to the PCI bus. Homepage: https://mj.ucw.cz/sw/pciutils/ Original-Maintainer: Guillem Jover Package: libpcre2-16-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 538 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pcre2 Version: 10.42-4ubuntu2.1 Depends: libc6 (>= 2.34) Description: New Perl Compatible Regular Expression Library - 16 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 16 bit runtime library, which operates on UTF-16 input. Homepage: https://pcre.org/ Original-Maintainer: Matthew Vernon Package: libpcre2-32-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 538 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pcre2 Version: 10.42-4ubuntu2.1 Depends: libc6 (>= 2.34) Description: New Perl Compatible Regular Expression Library - 32 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 32 bit runtime library, which operates on UTF-32 input. Homepage: https://pcre.org/ Original-Maintainer: Matthew Vernon Package: libpcre2-8-0 Status: install ok installed Priority: required Section: libs Installed-Size: 603 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pcre2 Version: 10.42-4ubuntu2.1 Depends: libc6 (>= 2.34) 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, which operates on ASCII and UTF-8 input. Homepage: https://pcre.org/ Original-Maintainer: Matthew Vernon Package: libpcre2-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 2196 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pcre2 Version: 10.42-4ubuntu2.1 Depends: libc-dev, libpcre2-8-0 (= 10.42-4ubuntu2.1), libpcre2-16-0 (= 10.42-4ubuntu2.1), libpcre2-32-0 (= 10.42-4ubuntu2.1), libpcre2-posix3 (= 10.42-4ubuntu2.1) Conflicts: libpcre3-dev (<< 2:8.35-8) Description: New Perl Compatible Regular Expression Library - development 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 development files, including headers, static libraries, and documentation. Homepage: https://pcre.org/ Original-Maintainer: Matthew Vernon Package: libpcre2-posix3 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pcre2 Version: 10.42-4ubuntu2.1 Replaces: libpcre2-posix0 Depends: libc6 (>= 2.17), libpcre2-8-0 (>= 10.22) Conflicts: libpcre2-posix0 Description: New Perl Compatible Regular Expression Library - posix-compatible 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 runtime library for the posix-compatible API. Homepage: https://pcre.org/ Original-Maintainer: Matthew Vernon Package: libpcsclite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pcsc-lite Version: 2.0.3-1build1 Depends: libc6 (>= 2.34) Suggests: pcscd (= 2.0.3-1build1) Breaks: libpcsclite-dev (<< 2.0.3-1build1), pcscd (<< 2.0.3-1build1) Description: Middleware to access a smart card using PC/SC (library) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. . The PC/SC Lite library is used to connect to the PC/SC daemon from a client application and provide access to the desired reader. Homepage: https://pcsclite.apdu.fr/ Original-Maintainer: Ludovic Rousseau Package: libperl5.38t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 31044 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: perl Version: 5.38.2-3.2ubuntu0.2 Replaces: libarchive-tar-perl (<= 1.38-2), libcompress-raw-bzip2-perl (<< 2.204.001), libcompress-raw-zlib-perl (<< 2.204.001), libcompress-zlib-perl (<< 2.204), libdigest-md5-perl (<< 2.58.01), libdigest-sha-perl (<< 6.04), libencode-perl (<< 3.19), libio-compress-base-perl (<< 2.204), libio-compress-bzip2-perl (<< 2.204), libio-compress-perl (<< 2.204), libio-compress-zlib-perl (<< 2.204), libmime-base64-perl (<< 3.16.01), libmodule-corelist-perl (<< 2.14-2), libperl5.38, libstorable-perl (<< 3.32), libsys-syslog-perl (<< 0.36), libthreads-perl (<< 2.36), libthreads-shared-perl (<< 1.68), libtime-hires-perl (<< 1.9775), libtime-piece-perl (<< 1.3401.01), perl (<< 5.22.0~), perl-base (<< 5.22.0~) Provides: libperl5.38 (= 5.38.2-3.2ubuntu0.2) Depends: libbz2-1.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libdb5.3t64, libgdbm-compat4t64 (>= 1.18-3), libgdbm6t64 (>= 1.21), zlib1g (>= 1:1.2.3.3), perl-modules-5.38 (>= 5.38.2-3.2ubuntu0.2) Suggests: sensible-utils Breaks: libcompress-raw-bzip2-perl (<< 2.204.001), libcompress-raw-zlib-perl (<< 2.204.001), libcompress-zlib-perl (<< 2.204), libdigest-md5-perl (<< 2.58.01), libdigest-sha-perl (<< 6.04), libencode-perl (<< 3.19), libfilter-perl (<< 1.64), libio-compress-base-perl (<< 2.204), libio-compress-bzip2-perl (<< 2.204), libio-compress-perl (<< 2.204), libio-compress-zlib-perl (<< 2.204), libmime-base64-perl (<< 3.16.01), libperl5.38 (<< 5.38.2-3.2ubuntu0.2), libstorable-perl (<< 3.32), libsys-syslog-perl (<< 0.36), libthreads-perl (<< 2.36), libthreads-shared-perl (<< 1.68), libtime-hires-perl (<< 1.9775), libtime-piece-perl (<< 1.3401.01) Description: shared Perl library This package contains the shared Perl library, used by applications which embed a Perl interpreter. . It also contains the architecture-dependent parts of the standard library (and depends on perl-modules-5.38 which contains the architecture-independent parts). Homepage: http://dev.perl.org/perl5/ Original-Maintainer: Niko Tyni Package: libpgm-5.3-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 347 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libpgm Version: 5.3.128~dfsg-2.1build1 Replaces: libpgm-5.3-0 Provides: libpgm-5.3-0 (= 5.3.128~dfsg-2.1build1) Depends: libc6 (>= 2.34) Breaks: libpgm-5.3-0 (<< 5.3.128~dfsg-2.1build1) Description: OpenPGM shared library OpenPGM is an open source implementation of the Pragmatic General Multicast (PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable and scalable multicast protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss. PGM is a receiver-reliable protocol, which means the receiver is responsible for ensuring all data is received, absolving the sender of reception responsibility. PGM runs over a best effort datagram service, currently OpenPGM uses IP multicast but could be implemented above switched fabrics such as InfiniBand. . This is the runtime package for programs that use the OpenPGM library. Homepage: https://github.com/steve-o/openpgm Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libpixman-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 666 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pixman Version: 0.42.2-1build1 Depends: libc6 (>= 2.29) Description: pixel-manipulation library for X and cairo A library for manipulating pixel regions -- a set of Y-X banded rectangles, image compositing using the Porter/Duff model and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. Homepage: http://pixman.org/ Original-Maintainer: Debian X Strike Force Package: libpkgconf3 Status: install ok installed Priority: optional Section: libs Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pkgconf Version: 1.8.1-2build1 Depends: libc6 (>= 2.38) Description: shared library for pkgconf pkgconf is an implementation of the pkg-config system, which helps to configure compiler and linker flags for development frameworks. . pkgconf is a replacement for pkg-config, providing additional functionality while also maintaining compatibility. . libpkgconf is a library which provides access to most of pkgconf's functionality, to allow other tooling such as compilers and IDEs to discover and use libraries configured by pkgconf. . This package ships a shared library for libpkgconf. Homepage: http://pkgconf.org/ Original-Maintainer: Andrej Shadura Package: libplacebo338 Status: install ok installed Priority: optional Section: libs Installed-Size: 8191 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libplacebo Version: 6.338.2-2build1 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblcms2-2 (>= 2.6), libstdc++6 (>= 13.1), libvulkan1 (>= 1.2.131.2) Description: GPU-accelerated video/image rendering primitives (shared library) The library provides useful GPU-accelerated image processing primitives based on GLSL. It includes shader routines for decoding and transforming colors, tone mapping, dithering, and for various algorithms that sample from images, such as debanding and scaling. . This package contains the shared library. Homepage: https://code.videolan.org/videolan/libplacebo Original-Maintainer: Debian Multimedia Maintainers Package: libplexus-cipher-java Status: install ok installed Priority: optional Section: java Installed-Size: 43 Maintainer: Ubuntu Developers Architecture: all Source: plexus-cipher Version: 2.0-1 Depends: libatinject-jsr330-api-java Description: Plexus Cipher Component used by Maven The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . This package provides a cipher component for Plexus. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/codehaus-plexus/plexus-cipher Package: libplexus-classworlds-java Status: install ok installed Priority: optional Section: java Installed-Size: 78 Maintainer: Ubuntu Developers Architecture: all Source: plexus-classworlds Version: 2.7.0-1 Replaces: libplexus-classworlds2-java (<< 2.5.2-2~) Breaks: libplexus-classworlds2-java (<< 2.5.2-2~) Description: Class loading utilities for the Plexus framework The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . While Plexus is similar to other inversion-of-control (IoC) or dependency injection frameworks such as the Spring Framework, it is a full-fledged container that supports many more features such as: . * Component lifecycles * Component instantiation strategies * Nested containers * Component configuration * Auto-wiring * Component dependencies, and * Various dependency injection techniques including constructor injection, setter injection, and private field injection. Original-Maintainer: Debian Java Maintainers Homepage: https://codehaus-plexus.github.io/plexus-classworlds/ Package: libplexus-component-annotations-java Status: install ok installed Priority: optional Section: java Installed-Size: 33 Maintainer: Ubuntu Developers Architecture: all Source: plexus-containers Version: 2.1.1-1 Replaces: libplexus-containers-java, libplexus-containers1.5-java (<< 1.6-2~) Breaks: libplexus-containers-java, libplexus-containers1.5-java (<< 1.6-2~) Description: Plexus Component Annotations Plexus Component Java 5 annotations, to describe Plexus components properties in java sources with standard annotations instead of javadoc annotations. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/codehaus-plexus/plexus-containers Package: libplexus-container-default-java Status: install ok installed Priority: optional Section: java Installed-Size: 263 Maintainer: Ubuntu Developers Architecture: all Source: plexus-containers Version: 2.1.1-1 Replaces: libplexus-container-default1.5-java (<< 1.7.1-7~), libplexus-containers-java, libplexus-containers1.5-java (<< 1.6-2~) Depends: libguava-java, libplexus-classworlds-java (>= 2.5.2), libplexus-utils2-java, libxbean-reflect-java Breaks: libplexus-container-default1.5-java (<< 1.7.1-7~), libplexus-containers-java, libplexus-containers1.5-java (<< 1.6-2~) Description: Plexus Inversion-of-control Container The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . This package contains the plexus-container-default module. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/codehaus-plexus/plexus-containers Package: libplexus-interpolation-java Status: install ok installed Priority: optional Section: java Installed-Size: 109 Maintainer: Ubuntu Developers Architecture: all Source: plexus-interpolation Version: 1.26-1 Description: Plexus Interpolation API The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . While Plexus is similar to other inversion-of-control (IoC) or dependency injection frameworks such as the Spring Framework, it is a full-fledged container that supports many more features such as: . * Component lifecycles * Component instantiation strategies * Nested containers * Component configuration * Auto-wiring * Component dependencies, and * Various dependency injection techniques including constructor injection, setter injection, and private field injection. . Plexus interpolator is focused on providing a more modular, flexible interpolation framework for the expression language style commonly seen in Maven, Plexus, and other related projects. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/codehaus-plexus/plexus-interpolation Package: libplexus-sec-dispatcher-java Status: install ok installed Priority: optional Section: java Installed-Size: 59 Maintainer: Ubuntu Developers Architecture: all Source: plexus-sec-dispatcher Version: 2.0-3 Depends: libatinject-jsr330-api-java, libplexus-cipher-java (>= 2.0), libplexus-utils2-java (>= 2.x) Description: Plexus Security Dispatcher Component used by Maven The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/codehaus-plexus/plexus-sec-dispatcher Package: libplexus-utils2-java Status: install ok installed Priority: optional Section: java Installed-Size: 302 Maintainer: Ubuntu Developers Architecture: all Source: plexus-utils2 Version: 3.4.2-1 Replaces: libplexus-utils-java Provides: libplexus-utils-java (= 1:1.5.15-5) Suggests: libplexus-utils2-java-doc Breaks: libplexus-utils-java Description: utilities for the Plexus framework The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . While Plexus is similar to other inversion-of-control (IoC) or dependency injection frameworks such as the Spring Framework, it is a full-fledged container that supports many more features such as: . * Component lifecycles * Component instantiation strategies * Nested containers * Component configuration * Auto-wiring * Component dependencies, and * Various dependency injection techniques including constructor injection, setter injection, and private field injection. Original-Maintainer: Debian Java Maintainers Homepage: http://codehaus-plexus.github.io/plexus-utils/ Package: libpng16-16t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 370 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libpng1.6 Version: 1.6.43-5ubuntu0.6 Replaces: libpng16-16 Provides: libpng16-16 (= 1.6.43-5ubuntu0.6) Depends: libc6 (>= 2.29), zlib1g (>= 1:1.2.3.4) Breaks: libpng16-16 (<< 1.6.43-5ubuntu0.6) Description: PNG library - runtime (version 1.6) libpng is a library implementing an interface for reading and writing PNG (Portable Network Graphics) format files. . This package contains the runtime library files needed to run software using libpng. Homepage: http://libpng.org/pub/png/libpng.html Original-Maintainer: Maintainers of libpng1.6 packages Package: libpocketsphinx3 Status: install ok installed Priority: optional Section: libs Installed-Size: 342 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pocketsphinx Version: 0.8.0+real5prealpha+1-15ubuntu5 Depends: libc6 (>= 2.29), libsphinxbase3t64 (>= 0.8+5prealpha+1) Recommends: pocketsphinx-en-us Description: Speech recognition tool - front-end library CMU Sphinx is a large vocabulary, speaker-independent continuous speech recognition engine. . This package contains the frontend shared library Homepage: http://cmusphinx.sourceforge.net/ Original-Maintainer: Debian Accessibility Team Package: libpolkit-agent-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: policykit-1 Version: 124-2ubuntu1.24.04.3 Depends: libc6 (>= 2.38), libglib2.0-0t64 (>= 2.79.0), libpolkit-gobject-1-0 (= 124-2ubuntu1.24.04.3) Description: polkit Authentication Agent API polkit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. It was previously named PolicyKit. . This package contains a library for accessing the authentication agent. Homepage: https://github.com/polkit-org/polkit/ Original-Maintainer: Utopia Maintenance Team Package: libpolkit-gobject-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 163 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: policykit-1 Version: 124-2ubuntu1.24.04.3 Depends: libc6 (>= 2.38), libglib2.0-0t64 (>= 2.79.0), libsystemd0 (>= 213) Description: polkit Authorization API polkit is a toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. It was previously named PolicyKit. . This package contains a library for accessing polkit. Homepage: https://github.com/polkit-org/polkit/ Original-Maintainer: Utopia Maintenance Team Package: libpolyglot-maven-java Status: install ok installed Priority: optional Section: java Installed-Size: 129 Maintainer: Ubuntu Developers Architecture: all Source: polyglot-maven Version: 0.8~tobrien+git20120905-10 Suggests: libpolyglot-maven-java-doc Description: modules to enable Maven usage in others JVM languages Polyglot Maven harnesses the power of Maven through modern implementations of the JVM language like Groovy, Scala, Clojure and JRuby. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/tobrien/polyglot-maven Package: libpopt0 Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: popt Version: 1.19+dfsg-1build1 Depends: libc6 (>= 2.38) 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 Original-Maintainer: Håvard F. Aasen Package: libpostproc57 Status: install ok installed Priority: optional Section: libs Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libavutil58 (>= 7:6.0), libc6 (>= 2.17) Description: FFmpeg library for post processing - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides video post processing. . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libpq5 Status: install ok installed Priority: optional Section: libs Installed-Size: 476 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: postgresql-16 Version: 16.14-0ubuntu0.24.04.1 Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0) Description: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Original-Maintainer: Debian PostgreSQL Maintainers Package: libproc2-0 Status: install ok installed Priority: required Section: libs Installed-Size: 295 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: procps Version: 2:4.0.4-4ubuntu3.2 Replaces: procps (<< 1:3.3.2-1) Depends: libc6 (>= 2.38), libsystemd0 (>= 209) Description: library for accessing process information from /proc The libproc2 library is a way of accessing information out of the /proc filesystem. . This package contains the shared libraries necessary to run programs compiled with libproc2. Homepage: https://gitlab.com/procps-ng/procps Original-Maintainer: Craig Small Package: libprotobuf-c1 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: protobuf-c Version: 1.4.1-1ubuntu4 Depends: libc6 (>= 2.17) Description: Protocol Buffers C shared library (protobuf-c) Protocol Buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . This is the "protobuf-c" implementation of Protocol Buffers in C. . This package contains the shared library. Homepage: https://github.com/protobuf-c/protobuf-c Original-Maintainer: Robert Edmonds Package: libprotobuf32t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 3042 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: protobuf Version: 3.21.12-8.2ubuntu0.3 Replaces: libprotobuf32 Provides: libprotobuf32 (= 3.21.12-8.2ubuntu0.3) Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4) Breaks: cura-engine (<< 1:3.3.0-2.1+b1), libarcus3 (<< 3.3.0-2), libprotobuf32 (<< 3.21.12-8.2ubuntu0.3) Description: protocol buffers C++ library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for C++ applications. Homepage: https://github.com/google/protobuf/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libpsl5t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 155 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libpsl Version: 0.21.2-1.1build1 Replaces: libpsl5 Provides: libpsl5 (= 0.21.2-1.1build1) Depends: libidn2-0 (>= 0.16), libc6 (>= 2.33), libunistring5 (>= 1.1) Recommends: publicsuffix (>= 20150507) Breaks: libpsl5 (<< 0.21.2-1.1build1) 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 Original-Maintainer: Tim Rühsen Package: libpulse0 Status: install ok installed Priority: optional Section: libs Installed-Size: 986 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pulseaudio Version: 1:16.1+dfsg1-2ubuntu10.1 Depends: libapparmor1 (>= 2.7.0~beta1+bzr1772), libasyncns0 (>= 0.3), libc6 (>= 2.38), libdbus-1-3 (>= 1.9.14), libsndfile1 (>= 1.0.20), libsystemd0, libx11-6, libx11-xcb1 (>= 2:1.8.7), libxcb1 Suggests: pulseaudio Conffiles: /etc/pulse/client.conf 16bb1fd7704eae3f0e7dde080b83e197 Description: PulseAudio client libraries PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . Client libraries used by applications that access a PulseAudio sound server via PulseAudio's native interface. Homepage: https://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: libpython3-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 37 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: python3-defaults Version: 3.12.3-0ubuntu2.1 Replaces: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1) Depends: libpython3.12-dev (>= 3.12.3-0~) Breaks: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1) Description: header files and a static library for Python (default) Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications. . This package is a dependency package, which depends on Debian's default Python 3 version's headers (currently v3.12). Homepage: https://www.python.org/ Original-Maintainer: Matthias Klose Package: libpython3-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 27 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: python3-defaults Version: 3.12.3-0ubuntu2.1 Depends: libpython3.12-stdlib (>= 3.12.3-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.12). Homepage: https://www.python.org/ Original-Maintainer: Matthias Klose Package: libpython3.12-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 27495 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: same Source: python3.12 Version: 3.12.3-1ubuntu0.13 Depends: libpython3.12-stdlib (= 3.12.3-1ubuntu0.13), libpython3.12t64 (= 3.12.3-1ubuntu0.13), libexpat1-dev, zlib1g-dev Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (v3.12) Header files, a static library and development tools for building Python (v3.12) modules, extending the Python interpreter or embedding Python (v3.12) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.12-dev. Original-Maintainer: Matthias Klose Package: libpython3.12-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 5198 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: same Source: python3.12 Version: 3.12.3-1ubuntu0.13 Depends: libc6 (>= 2.17), libssl3t64 (>= 3.0.0) Recommends: libpython3.12-stdlib Conflicts: binfmt-support (<< 1.1.2) Conffiles: /etc/python3.12/sitecustomize.py d6b276695157bde06a56ba1b2bc53670 Description: Minimal subset of the Python language (version 3.12) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.12-minimal. Original-Maintainer: Matthias Klose Package: libpython3.12-stdlib Status: install ok installed Priority: optional Section: python Installed-Size: 10461 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: same Source: python3.12 Version: 3.12.3-1ubuntu0.13 Replaces: libpython3.12-testsuite (<< 3.12.0-3~), python3-gdbm (<< 3.9.9-1~) Depends: libpython3.12-minimal (= 3.12.3-1ubuntu0.13), media-types | mime-support, netbase, tzdata, libbz2-1.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libdb5.3t64, libffi8 (>= 3.4), liblzma5 (>= 5.1.1alpha+20120614), libncursesw6 (>= 6.1), libreadline8t64 (>= 7.0~beta), libsqlite3-0 (>= 3.36.0), libtinfo6 (>= 6) Breaks: libpython3.12-testsuite (<< 3.12.0-3~), python3-gdbm (<< 3.9.9-1~) Description: Interactive high-level object-oriented language (standard library, version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.12's standard library. It is normally not used on its own, but as a dependency of python3.12. Original-Maintainer: Matthias Klose Package: libpython3.12t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 8891 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: same Source: python3.12 Version: 3.12.3-1ubuntu0.13 Replaces: libpython3.12 Provides: libpython3.12 (= 3.12.3-1ubuntu0.13) Depends: libpython3.12-stdlib (= 3.12.3-1ubuntu0.13), libc6 (>= 2.38), libexpat1 (>= 2.6.0), zlib1g (>= 1:1.2.0) Breaks: libpython3.12 (<< 3.12.3-1ubuntu0.13) Description: Shared Python runtime library (version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Original-Maintainer: Matthias Klose Package: libqdox-java Status: install ok installed Priority: optional Section: java Installed-Size: 209 Maintainer: Ubuntu Developers Architecture: all Source: qdox Version: 1.12.1-3 Suggests: libqdox-java-doc, ant, junit (>= 3.8.2) Description: Quickly parses declarations and Javadoc from Java source qdox quickly parses Java source files looking for key items of interest: * class and interface definitions * member declarations * import statements * JavaDoc comments . qdox ignores all other components of Java source, such as actual method implementations, to avoid overhead. qdox returns a simple document model containing only the declarations and containing enough information to be useful. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/codehaus/qdox Package: libqmi-glib5 Status: install ok installed Priority: optional Section: libs Installed-Size: 4551 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libqmi Version: 1.35.2-0ubuntu2 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.54.0), libmbim-glib4 (>= 1.14.0), libmbim-proxy, libqrtr-glib0 (>= 1.0.0) Description: Support library to use the Qualcomm MSM Interface (QMI) protocol Libraries for adding QMI support to applications that use glib. Homepage: https://www.freedesktop.org/wiki/Software/libqmi Original-Maintainer: DebianOnMobile Maintainers Package: libqmi-proxy Status: install ok installed Priority: optional Section: net Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: libqmi Version: 1.35.2-0ubuntu2 Depends: libqmi-glib5 (= 1.35.2-0ubuntu2), libc6 (>= 2.34), libglib2.0-0t64 (>= 2.30.0) Description: Proxy to communicate with QMI ports This package contains the binary qmi-proxy used by libqmi to allow multiple clients to use the same QMI port simultaneously. Homepage: https://www.freedesktop.org/wiki/Software/libqmi Original-Maintainer: DebianOnMobile Maintainers Package: libqmi-utils Status: install ok installed Priority: optional Section: net Installed-Size: 838 Maintainer: Ubuntu Developers Architecture: arm64 Source: libqmi Version: 1.35.2-0ubuntu2 Depends: libc6 (>= 2.34), libglib2.0-0t64 (>= 2.38.0), libgudev-1.0-0 (>= 146), libmbim-glib4 (>= 1.28.0), libmbim-proxy, libqmi-glib5 (>= 1.34.0), libqmi-proxy, libqrtr-glib0 (>= 1.0.0) Description: Utilities to use the QMI protocol from the command line This package contains the utilities that make it easier to use QMI functionality from the command line. Homepage: https://www.freedesktop.org/wiki/Software/libqmi Original-Maintainer: DebianOnMobile Maintainers Package: libqrencode4 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: qrencode Version: 4.1.1-1build2 Depends: libc6 (>= 2.17) Description: QR Code encoding library Libqrencode is a library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. . Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. . This package contains runtime libraries of libqrencode. Homepage: https://fukuchi.org/works/qrencode/index.html.en Original-Maintainer: NIIBE Yutaka Package: libqrtr-glib0 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libqrtr-glib Version: 1.2.2-1ubuntu4 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.56) Description: Support library to use the QRTR protocol glib-based library to use and manage the QRTR (Qualcomm IPC Router) bus. . This package contains the shared library. Homepage: https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/ Original-Maintainer: DebianOnMobile Maintainers Package: librabbitmq4 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: librabbitmq Version: 0.11.0-1build2 Depends: libc6 (>= 2.17), libssl3t64 (>= 3.0.0) Description: AMQP client library written in C RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes the library itself. Homepage: https://github.com/alanxz/rabbitmq-c Original-Maintainer: Michael Fladischer Package: libraqm0 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: raqm Version: 0.10.1-1build1 Depends: libc6 (>= 2.17), libfreetype6 (>= 2.11.0), libfribidi0 (>= 1.0.0), libharfbuzz0b (>= 5.2) Description: Library for complex text layout Raqm is a small library to provide convenience functions for complex text layout. It currently provides bidirectional text support (using FriBiDi), shaping (using HarfBuzz), with proper script itemization. . This package contains the shared libraries. Homepage: https://github.com/HOST-Oman/libraqm Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Package: librav1e0 Status: install ok installed Priority: optional Section: libs Installed-Size: 2141 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: rust-rav1e Version: 0.7.1-2 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2) Description: Fastest and safest AV1 encoder - shared library rav1e is a encoder for the AV1 video codec. . This package contains the shared library. Original-Maintainer: Debian Rust Maintainers Homepage: https://github.com/xiph/rav1e Package: libraw1394-11 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libraw1394 Version: 2.1.2-2build3 Depends: libc6 (>= 2.17) Suggests: libraw1394-doc Description: library for direct access to IEEE 1394 bus (aka FireWire) libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. Homepage: https://ieee1394.wiki.kernel.org/ Original-Maintainer: Guus Sliepen Package: libraw23t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 2322 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libraw Version: 0.21.2-2.1ubuntu0.24.04.1 Replaces: libraw23 Provides: libraw23 (= 0.21.2-2.1ubuntu0.24.04.1) Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628), libstdc++6 (>= 5.2) Breaks: libraw23 (<< 0.21.2-2.1ubuntu0.24.04.1) Description: raw image decoder library LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains the shared library. Homepage: https://www.libraw.org Original-Maintainer: Debian PhotoTools Maintainers Package: libreadline8t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 554 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: readline Version: 8.2-4build1 Replaces: libreadline8 Provides: libreadline8 (= 8.2-4build1) Depends: readline-common, libc6 (>= 2.38), libtinfo6 (>= 6) Breaks: libreadline8 (<< 8.2-4build1) 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. Homepage: https://tiswww.case.edu/php/chet/readline/rltop.html Original-Maintainer: Matthias Klose Package: libreflectasm-java Status: install ok installed Priority: optional Section: java Installed-Size: 49 Maintainer: Ubuntu Developers Architecture: all Version: 1.11.9+dfsg-4 Depends: libasm-java (>= 9.4) Recommends: libreflectasm-java-doc (= 1.11.9+dfsg-4) Description: library that provides reflection by using code generation ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. . The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/EsotericSoftware/reflectasm Package: libreflectasm-java-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 388 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libreflectasm-java Version: 1.11.9+dfsg-4 Description: library that provides reflection by using code generation - doc ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. . The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing. . This package contains the Javadoc API Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/EsotericSoftware/reflectasm Package: librhino-java Status: install ok installed Priority: optional Section: java Installed-Size: 1441 Maintainer: Ubuntu Developers Architecture: all Source: rhino Version: 1.7.14-2.1 Suggests: rhino Breaks: shrinksafe (<< 1.17.2+dfsg1-2.1~) Description: Libraries for rhino Java Script Engine Rhino is an implementation of the JavaScript language written entirely in Java. It is typically embedded into Java applications to provide scripting to end users. . This package contains only Java library and no interpreter. For Rhino interpreter, you install rhino package. Original-Maintainer: Debian Java Maintainers Homepage: https://github.com/mozilla/rhino Package: librist4 Status: install ok installed Priority: optional Section: libs Installed-Size: 218 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: librist Version: 0.2.10+dfsg-2 Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.5), libmbedcrypto7t64 (>= 2.28.0) Description: Reliable Internet Stream Transport -- shared library Reliable Internet Stream Transport (RIST) is a transport protocol designed for reliable transmission of video over lossy networks (including the Internet) with low latency and high quality. . RIST is intended as a more reliable successor to Secure Reliable Transport (SRT), and as an open alternative to proprietary commercial options such as Zixi, VideoFlow, QVidium, and DVEO (Dozer). . This package contains the shared library. Original-Maintainer: Florian Ernst Homepage: https://code.videolan.org/rist/librist Package: librsvg2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 6103 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: librsvg Version: 2.58.0+dfsg-1build1 Depends: libc6 (>= 2.38), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.15.8), libgcc-s1 (>= 4.2), libgdk-pixbuf-2.0-0 (>= 2.25.2), libglib2.0-0t64 (>= 2.54.0), libpango-1.0-0 (>= 1.48.11), libpangocairo-1.0-0 (>= 1.48.11), libxml2 (>= 2.9.0) Recommends: librsvg2-common Suggests: librsvg2-bin Description: SAX-based renderer library for SVG files (runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package contains the runtime library, necessary to run applications using librsvg. Homepage: https://wiki.gnome.org/Projects/LibRsvg Original-Maintainer: Debian GNOME Maintainers Package: librsvg2-common Status: install ok installed Priority: optional Section: libs Installed-Size: 110 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: librsvg Version: 2.58.0+dfsg-1build1 Depends: librsvg2-2 (= 2.58.0+dfsg-1build1), libgdk-pixbuf-2.0-0 (>= 2.23.5-2), libglib2.0-0t64 (>= 2.50.0) Description: SAX-based renderer library for SVG files (extra runtime) The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes the gdk-pixbuf loader allowing to load SVG images transparently inside GTK+ applications. Homepage: https://wiki.gnome.org/Projects/LibRsvg Original-Maintainer: Debian GNOME Maintainers Package: librtmp1 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: rtmpdump Version: 2.4+20151223.gitfa8646d.1-2build7 Depends: libc6 (>= 2.34), libgmp10 (>= 2:6.3.0+dfsg), libgnutls30t64 (>= 3.8.1), libhogweed6t64, libnettle8t64, 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/ Original-Maintainer: Debian Multimedia Maintainers Package: librubberband2 Status: install ok installed Priority: optional Section: libs Installed-Size: 342 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: rubberband Version: 3.3.0+dfsg-2build1 Depends: libc6 (>= 2.34), libfftw3-double3 (>= 3.3.10), libgcc-s1 (>= 3.3.1), libsamplerate0 (>= 0.1.7), libstdc++6 (>= 13.1) Description: audio time-stretching and pitch-shifting library Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another. Homepage: https://www.breakfastquay.com/rubberband/ Original-Maintainer: Debian Multimedia Maintainers Package: libsamplerate0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1495 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsamplerate Version: 0.2.2-4build1 Depends: libc6 (>= 2.17) Description: Audio sample rate conversion library libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. . libsamplerate currently provides three different sample rate conversion algorithms; zero order hold, linear interpolation and FIR filter interpolation (using filters derived from the mathematical SINC function). The first two algorithms (zero order hold and linear) are included for completeness and are not recommended for any application where high quality sample rate conversion is required. For the FIR/Sinc algorithm, three converters are provided; SRC_SINC_FASTEST, SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY to allow a trade off between conversion speed and conversion quality. . libsamplerate is capable of downsampling to 1/256 of the original sample rate and upsampling to 256 times the original sample rate. It is also capable of time varying conversions for vary speed effects and synchronising of two unlocked sample rates. Homepage: https://libsndfile.github.io/libsamplerate/ Original-Maintainer: Debian Multimedia Maintainers Package: libsasl2-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 180 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.28+dfsg1-5ubuntu3.1 Replaces: libsasl2 Depends: libsasl2-modules-db (>= 2.1.28+dfsg1-5ubuntu3.1), libc6 (>= 2.38), libssl3t64 (>= 3.0.0) Recommends: libsasl2-modules (>= 2.1.28+dfsg1-5ubuntu3.1) 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, SCRAM, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. Homepage: https://www.cyrusimap.org/sasl/ Original-Maintainer: Debian Cyrus Team Package: libsasl2-modules-db Status: install ok installed Priority: optional Section: libs Installed-Size: 106 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: cyrus-sasl2 Version: 2.1.28+dfsg1-5ubuntu3.1 Depends: libc6 (>= 2.17), libdb5.3t64 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/ Original-Maintainer: Debian Cyrus Team Package: libsdl2-2.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 2050 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsdl2 Version: 2.30.0+dfsg-1ubuntu3.1 Replaces: libsdl-1.3-0 Depends: libasound2t64 (>= 1.0.27), libc6 (>= 2.38), libdecor-0-0 (>= 0.1.1-2~), libdrm2 (>= 2.4.46), libgbm1 (>= 8.1~0), libpulse0 (>= 5.0), libsamplerate0 (>= 0.1.7), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.18), libwayland-egl1 (>= 1.18), libx11-6 (>= 2:1.2.99.901), libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 1:5.0), libxi6 (>= 2:1.5.99.2), libxkbcommon0 (>= 0.5.0), libxrandr2 (>= 2:1.2.99.3), libxss1 Suggests: xdg-utils Conflicts: libsdl-1.3-0 Description: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 and Wayland graphics drivers and OSS, ALSA, sndio and PulseAudio sound drivers. Homepage: https://www.libsdl.org/ Original-Maintainer: Debian SDL packages maintainers Package: libseccomp2 Status: install ok installed Priority: important Section: libs Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libseccomp Version: 2.5.5-1ubuntu3.1 Depends: libc6 (>= 2.17) 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 Original-Maintainer: Kees Cook Package: libsecret-1-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 490 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsecret Version: 0.21.4-1build3 Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.10.0), libglib2.0-0t64 (>= 2.79.0), libsecret-common Description: Secret store Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. Homepage: https://wiki.gnome.org/Projects/Libsecret Original-Maintainer: Debian GNOME Maintainers Package: libsecret-1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 3869 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsecret Version: 0.21.4-1build3 Depends: libsecret-1-0 (= 0.21.4-1build3), gir1.2-secret-1 (= 0.21.4-1build3), libgcrypt20-dev (>= 1.2.2), libglib2.0-dev (>= 2.44.0) Description: Secret store (development files) Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains the development files. Homepage: https://wiki.gnome.org/Projects/Libsecret Original-Maintainer: Debian GNOME Maintainers Package: libsecret-common Status: install ok installed Priority: optional Section: libs Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libsecret Version: 0.21.4-1build3 Description: Secret store (common files) Library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. . This package contains data files used by the libsecret library. Homepage: https://wiki.gnome.org/Projects/Libsecret Original-Maintainer: Debian GNOME Maintainers Package: libselinux1 Status: install ok installed Priority: required Section: libs Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libselinux Version: 3.5-2ubuntu2.1 Depends: libc6 (>= 2.38), 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 Original-Maintainer: Debian SELinux maintainers Package: libselinux1-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 771 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libselinux Version: 3.5-2ubuntu2.1 Provides: libselinux-dev Depends: libselinux1 (= 3.5-2ubuntu2.1), libsepol-dev (>= 3.5), libpcre2-dev Conflicts: libselinux-dev Description: SELinux development headers This package provides the static libraries and header files needed for developing SELinux 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. Homepage: https://selinuxproject.org Original-Maintainer: Debian SELinux maintainers Package: libsemanage-common Status: install ok installed Priority: required Section: libs Installed-Size: 26 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libsemanage Version: 3.5-1build5 Conffiles: /etc/selinux/semanage.conf 8e8dfac33a09c1b53ca08bf6d4201b10 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: https://selinuxproject.org Original-Maintainer: Debian SELinux maintainers Package: libsemanage2 Status: install ok installed Priority: required Section: libs Installed-Size: 291 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsemanage Version: 3.5-1build5 Depends: libsemanage-common (>= 3.5-1build5), libaudit1 (>= 1:2.2.1), libbz2-1.0, libc6 (>= 2.38), libselinux1 (>= 3.5), libsepol2 (>= 3.5) 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: https://selinuxproject.org Original-Maintainer: Debian SELinux maintainers Package: libsensors-config Status: install ok installed Priority: optional Section: utils Installed-Size: 25 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: lm-sensors Version: 1:3.6.0-9build1 Replaces: libsensors4 Suggests: lm-sensors Breaks: libsensors4 Conffiles: /etc/sensors.d/.placeholder d41d8cd98f00b204e9800998ecf8427e /etc/sensors3.conf 41bd2b70a6ce64a21c2d1f70b9eed091 Description: lm-sensors configuration files Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This library is only functional with a Linux kernel, it is provided on non-Linux systems for portability reasons only. . This package contains the configuration files. Homepage: https://hwmon.wiki.kernel.org/lm_sensors Original-Maintainer: Aurelien Jarno Package: libsensors5 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: lm-sensors Version: 1:3.6.0-9build1 Depends: libsensors-config, libc6 (>= 2.38) Suggests: lm-sensors Description: library to read temperature/voltage/fan sensors Lm-sensors is a hardware health monitoring package for Linux. It allows you to access information from temperature, voltage, and fan speed sensors. It works with most newer systems. . This library is only functional with a Linux kernel, it is provided on non-Linux systems for portability reasons only. . This package contains a shared library for querying lm-sensors. Homepage: https://hwmon.wiki.kernel.org/lm_sensors Original-Maintainer: Aurelien Jarno Package: libsepol-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1817 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsepol Version: 3.5-2build1 Replaces: libsepol1-dev (<< 3.2) Depends: libsepol2 (= 3.5-2build1) Breaks: libsepol1-dev (<< 3.2) Description: SELinux binary policy manipulation library and development files libsepol allows programs to easily modify SELinux binary policies. This means changing the default values for booleans, or reading the policy for analysis. . This package contains the headers and archives used for linking it into your programs. Homepage: https://selinuxproject.org Original-Maintainer: Debian SELinux maintainers Package: libsepol2 Status: install ok installed Priority: required Section: libs Installed-Size: 799 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsepol Version: 3.5-2build1 Depends: libc6 (>= 2.38) 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: https://selinuxproject.org Original-Maintainer: Debian SELinux maintainers Package: libserd-0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 155 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: serd Version: 0.32.2-1 Depends: libc6 (>= 2.29) Suggests: serdi Description: lightweight RDF syntax library Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples. . Serd is not intended to be a swiss-army knife of RDF syntax, but rather is suited to resource limited applications, or situations where a simple reader/writer with minimal dependencies is ideal (e.g. in LV2 hosts or plugins). . Serd is: * small: Serd is implemented in under 2500 lines1 of standard C code. * portable and dependency-free: Serd uses only the C standard library, and has no external dependencies, making it a lightweight dependency in every sense. * fast and lightweight: Serd (and the included serdi tool) can be used to stream abbreviated Turtle (unlike many other tools which can not stream since they must first build an internal model to abbreviate). In other words, Serd can re-serialise an unbounded amount of Turtle using a fixed amount of memory, preserving the abbreviations in the input. * conformant and well-tested: Serd is written to the Turtle, NTriples and URI specifications, and includes a comprehensive test suite which includes all the normative examples from the Turtle specification, all the "normal" examples from the URI specification, and additional tests added specifically for Serd. The test suite has over 96% code coverage (by line), and runs with zero memory errors or leaks. Original-Maintainer: Debian Multimedia Maintainers Homepage: https://drobilla.net/software/serd.html Package: libservlet-api-java Status: install ok installed Priority: optional Section: java Installed-Size: 137 Maintainer: Ubuntu Developers Architecture: all Source: servlet-api Version: 4.0.1-2 Replaces: libservlet2.5-java Breaks: libservlet2.5-java Description: Java Servlet API The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm. Original-Maintainer: Debian Java Maintainers Homepage: https://javaee.github.io/servlet-spec/ Package: libsframe1 Status: install ok installed Priority: optional Section: devel Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: binutils Version: 2.42-4ubuntu2.8 Depends: libc6 (>= 2.17) Description: Library to handle the SFrame format (runtime library) SFrame stands for Simple Frame format. SFrame format keeps track of the minimal necessary information needed for generating stack traces. . This package includes the libsframe shared library. Homepage: https://www.gnu.org/software/binutils/ Original-Maintainer: Matthias Klose Package: libsharpyuv0 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libwebp Version: 1.3.2-0.4build3 Depends: libc6 (>= 2.29) Description: Library for sharp RGB to YUV conversion This library provides the function to convert RGB to YUV420 using a downsampling algorithm that minimizes artefacts caused by chroma subsampling. . This package provides the shared library files. Homepage: https://developers.google.com/speed/webp/ Original-Maintainer: Jeff Breidenbach Package: libshine3 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: shine Version: 3.1.1-2build1 Depends: libc6 (>= 2.29) Description: Fixed-point MP3 encoding library - runtime files Shine can be used to encode audio data on architectures with no floating point processing unit (FPU) at a much better rate than encoding libraries implemented using floating-point arithmetic. . This package contains the files needed to run a program compiled using Shine. Homepage: https://github.com/savonet/shine Original-Maintainer: Debian Multimedia Maintainers Package: libsimple-http-java Status: install ok installed Priority: extra Section: java Installed-Size: 258 Maintainer: Ubuntu Developers Architecture: all Source: simple-http Version: 4.1.21-1.1fakesync1 Suggests: libsimple-http-java-doc Description: high-performance, embeddable Java HTTP engine The goal of Simple is to bring the power of simplicity to the world of server side Java. The primary focus of the project is to provide a truly embeddable Java based HTTP engine capable of handling enormous loads. . Simple provides a truly asynchronous service model, request completion is driven using an internal, transparent, monitoring system. This allows Simple to vastly outperform most popular Java based servers in a multi-tier environment, as it requires only a very limited number of threads to handle very high quantities of concurrent clients. . Simple has consistently out performed both commercial and open source Java Servlet engines and has a fully comprehensive API that is as usable for experienced Java developers as it is for beginners. Homepage: http://www.simpleframework.org/ Original-Maintainer: Debian Java Maintainers Package: libsisu-inject-java Status: install ok installed Priority: optional Section: java Installed-Size: 412 Maintainer: Ubuntu Developers Architecture: all Source: sisu-inject Version: 0.3.4-2 Depends: libcdi-api-java (>= 1.2), libslf4j-java (>= 1.7.30) Suggests: junit4 (>= 4.13.1), testng Description: Dependency Injection container for Java Sisu is a modular JSR330-based container that supports classpath scanning, auto-binding, and dynamic auto-wiring. Sisu uses Google-Guice to perform dependency injection and provide the core JSR330 support, but removes the need to write explicit bindings in Guice modules. Original-Maintainer: Debian Java Maintainers Homepage: http://www.eclipse.org/sisu/ Package: libsisu-plexus-java Status: install ok installed Priority: optional Section: java Installed-Size: 245 Maintainer: Ubuntu Developers Architecture: all Source: sisu-plexus Version: 0.3.4-3 Depends: libcdi-api-java (>= 1.2), libplexus-classworlds-java (>= 2.6.0), libplexus-component-annotations-java, libplexus-utils2-java (>= 2.x), libsisu-inject-java (>= 0.3.4) Suggests: junit4 (>= 4.13.1) Description: Plexus adapter for the Sisu dependency injection container Sisu is a modular JSR330 dependency injection container for Java that supports classpath scanning, auto-binding, and dynamic auto-wiring. . Sisu Plexus provides a replacement Plexus container (i.e. the dependency injection container used in Maven 2.x) that builds on top of the JSR330 core. Original-Maintainer: Debian Java Maintainers Homepage: http://www.eclipse.org/sisu/ Package: libslang2 Status: install ok installed Priority: optional Section: libs Installed-Size: 2555 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: slang2 Version: 2.3.3-3build2 Depends: libc6 (>= 2.38) Description: S-Lang programming library - runtime version S-Lang is a C programmer's library that includes routines for the rapid development of sophisticated, user friendly, multi-platform applications. . This package contains only the shared library libslang.so.* and copyright information. It is only necessary for programs that use this library (such as jed and slrn). If you plan on doing development with S-Lang, you will need the companion -dev package as well. Original-Maintainer: Alastair McKinstry Built-Using: unicode-data (= 15.1.0-1) Homepage: http://www.jedsoft.org/slang/ Package: libslf4j-java Status: install ok installed Priority: optional Section: java Installed-Size: 281 Maintainer: Ubuntu Developers Architecture: all Version: 1.7.32-1 Suggests: libcommons-logging-java, liblog4j1.2-java Description: Simple Logging Facade for Java The Simple Logging Facade for Java (or SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desired implementation at deployment time. SLF4J also allows for a gradual migration path away from Apache Commons Logging (CL) . Logging API implementations can either choose to implement the SLF4J interfaces directly, e.g. logback or SimpleLogger. Alternatively, it is possible (and rather easy) to write SLF4J adapters for the given API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter. Original-Maintainer: Debian Java Maintainers Homepage: http://www.slf4j.org Package: libslirp0 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libslirp Version: 4.7.0-1ubuntu3 Depends: libc6 (>= 2.33), libglib2.0-0t64 (>= 2.75.3) Description: General purpose TCP-IP emulator library libslirp is a user-mode networking library used by virtual machines, containers or various tools. . This package contains the library itself. Homepage: https://gitlab.freedesktop.org/slirp/libslirp Original-Maintainer: Debian QEMU Team Package: libsm6 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsm Version: 2:1.2.3-1build3 Depends: libc6 (>= 2.17), libice6 (>= 1:1.0.0), libuuid1 (>= 2.16) Description: X11 Session Management library This package provides the main interface to the X11 Session Management library, which allows for applications to both manage sessions, and make use of session managers to save and restore their state for later use. . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libSM Homepage: https://www.x.org Original-Maintainer: Debian X Strike Force Package: libsmartcols1 Status: install ok installed Priority: required Section: libs Installed-Size: 190 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libc6 (>= 2.38) Description: smart column output alignment library This smart column output alignment library is used by fdisk utilities. Homepage: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: libsnappy1v5 Status: install ok installed Priority: optional Section: libs Installed-Size: 113 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: snappy Version: 1.1.10-1build1 Depends: libc6 (>= 2.17), libstdc++6 (>= 5.2) Conflicts: libsnappy1 Description: fast compression/decompression library Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. . For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more. Homepage: https://google.github.io/snappy/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsndfile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 613 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsndfile Version: 1.2.2-1ubuntu5.24.04.1 Depends: libc6 (>= 2.38), libflac12t64 (>= 1.3.0), libmp3lame0 (>= 3.100), libmpg123-0t64 (>= 1.28.0), libogg0 (>= 1.3.0), libopus0 (>= 1.1), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2) Description: Library for reading/writing audio files libsndfile is a library of C routines for reading and writing files containing sampled audio data. . Various versions of WAV (integer, floating point, GSM, and compressed formats); Microsoft PCM, A-law and u-law formats; AIFF, AIFC and RIFX; various AU/SND formats (Sun/NeXT, Dec AU, G721 and G723 ADPCM); RAW header-less PCM files; Amiga IFF/8SVX/16SV PCM files; Ensoniq PARIS (.PAF); Apple's Core Audio Format (CAF) and others. Homepage: http://www.mega-nerd.com/libsndfile/ Original-Maintainer: Debian Multimedia Maintainers Package: libsndio7.0 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: sndio Version: 1.9.0-0.3build3 Replaces: libsndio7.1 (<= 1.8.1-1~exp2) Depends: libasound2t64 (>= 1.0.17), libbsd0 (>= 0.0), libc6 (>= 2.38) Suggests: sndiod Breaks: libsndio7.1 (<= 1.8.1-1~exp2) Description: Small audio and MIDI framework from OpenBSD, runtime libraries Sndio is a small, simple audio and MIDI framework, developed by the OpenBSD project. It provides a lightweight audio and MIDI server and a well-documented userspace API to access the server or audio hardware in a uniform way. Sndio is designed to work well for both desktop and professional music applications, and supports features found in more complex sound systems such as per-application volume control, software mixing, and network transparency. . This package contains the sndio userspace libraries. Homepage: https://www.sndio.org/ Original-Maintainer: Peter Piwowarski Package: libsodium23 Status: install ok installed Priority: optional Section: libs Installed-Size: 313 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsodium Version: 1.0.18-1ubuntu0.24.04.1 Depends: libc6 (>= 2.34) Description: Network communication, cryptography and signaturing library NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. Homepage: https://www.libsodium.org/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsord-0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: sord Version: 0.16.16-2build1 Depends: libc6 (>= 2.17), libserd-0-0 (>= 0.30), libzix-0-0 (>= 0.4.2) Suggests: sordi Description: library for storing RDF data in memory Sord is a lightweight C library for storing Resource Description Framework (RDF) data in memory. . Sord includes man pages for the library (man sord) and a simple command line utility (man sordi). Homepage: https://drobilla.net/software/sord.html Original-Maintainer: Debian Multimedia Maintainers Package: libsoxr0 Status: install ok installed Priority: optional Section: libs Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libsoxr Version: 0.1.3-4build3 Depends: libc6 (>= 2.29), libgomp1 (>= 4.9) Description: High quality 1D sample-rate conversion library The SoX Resampler library `libsoxr' performs one-dimensional sample-rate conversion - it may be used, for example, to resample PCM-encoded audio. . It aims to give fast and high quality results for any constant (rational or irrational) resampling ratio. Phase-response, preserved bandwidth, aliasing, and rejection level parameters are all configurable; alternatively, simple `preset' configurations may be selected. . A simple API is provided that allows interfacing using commonly-used sample formats and buffering schemes. Homepage: http://sourceforge.net/projects/soxr/ Original-Maintainer: Debian Multimedia Maintainers Package: libspeex1 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: speex Version: 1.2.1-2ubuntu2.24.04.1 Depends: libc6 (>= 2.29) Suggests: speex Description: The Speex codec runtime library Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package provides the speex runtime library. Homepage: https://www.speex.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libsphinxbase3t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 437 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: sphinxbase Version: 0.8+5prealpha+1-17build2 Replaces: libsphinxbase3 Provides: libsphinxbase3 (= 0.8+5prealpha+1-17build2) Depends: libblas3 | libblas.so.3, libc6 (>= 2.34), liblapack3 | liblapack.so.3, libpulse0 (>= 0.99.1) Breaks: libsphinxbase3 (<< 0.8+5prealpha+1-17build2) Description: Speech recognition tool - shared library CMU Sphinx is a large vocabulary, speaker-independent continuous speech recognition engine. . This package contains the shared library. Homepage: https://cmusphinx.sourceforge.net/ Original-Maintainer: Debian Accessibility Team Package: libsqlite3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1787 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: sqlite3 Version: 3.45.1-1ubuntu2.5 Depends: libc6 (>= 2.38) Breaks: crowdsec (<< 1.4), 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/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libsratom-0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: sratom Version: 0.6.16-1build1 Depends: libc6 (>= 2.17), libserd-0-0 (>= 0.30.2), libsord-0-0 (>= 0.16.16) Description: library for serialising LV2 atoms to/from Turtle Sratom is a new C library for serialising LV2 atoms to/from Turtle. It is intended to be a full serialisation solution for LV2 atoms, allowing implementations to serialise binary atoms to strings and read them back again. This is particularly useful for saving plugin state, or implementing plugin control with network transparency. Sratom uses Serd and Sord to do the work, it is a small library implemented in a single source file, suitable for direct inclusion in projects if avoiding a dependency is desired. Homepage: https://drobilla.net/software/sratom/ Original-Maintainer: Debian Multimedia Maintainers Package: libsrt1.5-gnutls Status: install ok installed Priority: optional Section: libs Installed-Size: 812 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: srt Version: 1.5.3-1build2 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgnutls30t64 (>= 3.7.0), libnettle8t64, libstdc++6 (>= 13.1) Description: Secure Reliable Transport UDP streaming library (GnuTLS flavour) SRT is a latency-aware UDP transport mechanism optimized for video streams. It detects and compensates for jitter and bandwidth fluctuations due to network congestion. It mitigates packet loss and supports AES encryption. . SSL support is provided by GnuTLS. Homepage: https://github.com/Haivision/srt Original-Maintainer: Florian Ernst Package: libss2 Status: install ok installed Priority: required Section: libs Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: e2fsprogs Version: 1.47.0-2.4~exp1ubuntu4.1 Replaces: e2fsprogs (<< 1.34-1), libss2t64 Provides: libss2t64 (= 1.47.0-2.4~exp1ubuntu4.1) Depends: libcom-err2, libc6 (>= 2.34) Breaks: libss2t64 (<< 1.47.0-2.4~exp1) 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 Original-Maintainer: Theodore Y. Ts'o Package: libssh-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 506 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libssh Version: 0.10.6-2ubuntu0.4 Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4) Breaks: remmina (<< 1.2.31.2+dfsg-1+), remmina-plugin-nx (<< 1.2.31.2+dfsg-1+), x2goclient (<< 4.1.2.1-1+) Description: tiny C SSH library (OpenSSL flavor) The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains shared libraries linked against OpenSSL. Homepage: https://www.libssh.org/ Original-Maintainer: Laurent Bigonville Package: libssh-gcrypt-4 Status: install ok installed Priority: optional Section: libs Installed-Size: 633 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libssh Version: 0.10.6-2ubuntu0.4 Depends: libc6 (>= 2.33), libgcrypt20 (>= 1.10.0), libgpg-error0 (>= 1.14), libgssapi-krb5-2 (>= 1.17), zlib1g (>= 1:1.1.4) Description: tiny C SSH library (gcrypt flavor) The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains shared libraries linked against gcrypt. Homepage: https://www.libssh.org/ Original-Maintainer: Laurent Bigonville Package: libssl-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 12690 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: openssl Version: 3.0.13-0ubuntu3.11 Depends: libssl3t64 (= 3.0.13-0ubuntu3.11) Suggests: libssl-doc Description: Secure Sockets Layer toolkit - development files 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 development libraries, header files, and manpages for libssl and libcrypto. Homepage: https://www.openssl.org/ Original-Maintainer: Debian OpenSSL Team Package: libssl3t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 6058 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: openssl Version: 3.0.13-0ubuntu3.11 Replaces: libssl3 Provides: libssl3 (= 3.0.13-0ubuntu3.11) Depends: libc6 (>= 2.38) Breaks: libssl3 (<< 3.0.13-0ubuntu3.11) 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/ Original-Maintainer: Debian OpenSSL Team Package: libstdc++-13-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 21613 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-13 Version: 13.3.0-6ubuntu2~24.04.1 Provides: libstdc++-dev Depends: gcc-13-base (= 13.3.0-6ubuntu2~24.04.1), libgcc-13-dev (= 13.3.0-6ubuntu2~24.04.1), libstdc++6 (>= 13.3.0-6ubuntu2~24.04.1), libc6-dev (>= 2.13-0ubuntu6) Suggests: libstdc++-13-doc Description: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . 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/ Original-Maintainer: Debian GCC Maintainers Package: libstdc++6 Status: install ok installed Priority: important Section: libs Installed-Size: 3149 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Replaces: libstdc++6-14-dbg (<< 4.9.0-3) Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.38), libgcc-s1 (>= 4.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/ Original-Maintainer: Debian GCC Maintainers Package: libstdc++6-amd64-cross Status: install ok installed Priority: optional Section: devel Installed-Size: 3059 Maintainer: Ubuntu Core developers Architecture: all Source: gcc-14-cross (4ubuntu3.3) Version: 14.2.0-4ubuntu2~24.04.1cross1 Replaces: libstdc++6-14-dbg-amd64-cross (<< 4.9.0-3) Provides: libstdc++6-amd64-dcv1 Depends: gcc-14-cross-base (>= 14.2.0-4ubuntu2~24.04.1), libc6-amd64-cross (>= 2.23), libc6 (>= 2.38), libgcc-s1-amd64-cross (>= 4.3) Conflicts: scim (<< 1.4.2-1) Description: GNU Standard C++ Library v3 (amd64) 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. . This package contains files for amd64 architecture, for use in cross-compile environment. Built-Using: gcc-14 (= 14.2.0-4ubuntu2~24.04.1) Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libsubid4 Status: install ok installed Priority: optional Section: libs Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: shadow Version: 1:4.13+dfsg1-4ubuntu3.2 Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libselinux1 (>= 3.1~) Description: subordinate id handling library -- shared library The library provides an interface for querying, granding and ungranting subordinate user and group ids. Homepage: https://github.com/shadow-maint/shadow Original-Maintainer: Shadow package maintainers Package: libsvtav1enc1d1 Status: install ok installed Priority: optional Section: libs Installed-Size: 3252 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: svt-av1 Version: 1.7.0+dfsg-2build1 Replaces: libsvtav1enc1 (<< 1.6.0+dfsg-2~) Depends: libc6 (>= 2.34) Breaks: libsvtav1enc1 (<< 1.6.0+dfsg-2~) Description: Scalable Video Technology for AV1 (libsvtav1enc shared library) The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is a work-in-progress targeting performance levels applicable to both VOD and Live encoding / transcoding video applications. The SVT-AV1 decoder implementation is targeting future codec research activities. . This package provides the shared library libsvtav1enc. Homepage: https://gitlab.com/AOMediaCodec/SVT-AV1 Original-Maintainer: Debian Multimedia Maintainers Package: libswresample4 Status: install ok installed Priority: optional Section: libs Installed-Size: 197 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libavutil58 (>= 7:6.1), libc6 (>= 2.29), libsoxr0 (>= 0.1.0) Description: FFmpeg library for audio resampling, rematrixing etc. - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized audio resampling, rematrixing and sample format conversion operations. Specifically, this library performs the following conversions: * Resampling is the process of changing the audio rate, for example from a high sample rate of 44100Hz to 8000Hz. Audio conversion from high to low sample rate is a lossy process. Several resampling options and algorithms are available. * Rematrixing is the process of changing the channel layout, for example from stereo to mono. When the input channels cannot be mapped to the output streams, the process is lossy, since it involves different gain factors and mixing. Various other audio conversions (e.g. stretching and padding) are enabled through dedicated options. * Format conversion is the process of converting the type of samples, for example from 16-bit signed samples to unsigned 8-bit or float samples. It also handles packing conversion, when passing from packed layout (all samples belonging to distinct channels interleaved in the same buffer), to planar layout (all samples belonging to the same channel stored in a dedicated buffer or "plane"). . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libswscale7 Status: install ok installed Priority: optional Section: libs Installed-Size: 517 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ffmpeg Version: 7:6.1.1-3ubuntu5 Depends: libavutil58 (= 7:6.1.1-3ubuntu5), libc6 (>= 2.34) Description: FFmpeg library for image scaling and various conversions - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized image scaling and colorspace and pixel format conversion operations. Specifically, this library performs the following conversions: * Rescaling is the process of changing the video size. Several rescaling options and algorithms are available. This is usually a lossy process. * Pixel format conversion is the process of converting the image format and colorspace of the image, for example from planar YUV420P to RGB24 packed. It also handles packing conversion, that is converts from packed layout (all pixels belonging to distinct planes interleaved in the same buffer), to planar layout (all samples belonging to the same plane stored in a dedicated buffer or "plane"). This is usually a lossy process in case the source and destination colorspaces differ. . This package contains the runtime files. Homepage: https://ffmpeg.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libsystemd-shared Status: install ok installed Priority: optional Section: libs Installed-Size: 6080 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: systemd Version: 255.4-1ubuntu8.16 Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libblkid1 (>= 2.30.2), libc6 (>= 2.39), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.4.0), libgcrypt20 (>= 1.10.0), libkmod2 (>= 15), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.4.1), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5) Description: systemd shared private library This internal shared library provides common code used by various systemd components. It is supposed to decrease memory and disk footprint. The shared library is not meant for public use and is not API or ABI stable. Homepage: https://www.freedesktop.org/wiki/Software/systemd Original-Maintainer: Debian systemd Maintainers Package: libsystemd0 Status: install ok installed Priority: optional Section: libs Installed-Size: 1104 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: systemd Version: 255.4-1ubuntu8.16 Depends: libc6 (>= 2.38), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.5) Description: systemd utility library This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. Homepage: https://www.freedesktop.org/wiki/Software/systemd Original-Maintainer: Debian systemd Maintainers Package: libtasn1-6 Status: install ok installed Priority: important Section: libs Installed-Size: 165 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Version: 4.19.0-3ubuntu0.24.04.2 Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Debian GnuTLS Maintainers Package: libtcl8.6 Status: install ok installed Priority: optional Section: libs Installed-Size: 4169 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: tcl8.6 Version: 8.6.14+dfsg-1build1 Replaces: tcl8.6 (<< 8.6.0-2) Provides: libtcl Depends: tzdata, libc6 (>= 2.38), zlib1g (>= 1:1.2.2) Suggests: tcl8.6 Breaks: nsf (<< 2.2.0) Conflicts: tcl74 (<= 7.4p3-2), tcl8.6 (<< 8.6.0-2) Description: Tcl (the Tool Command Language) v8.6 - run-time library files Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains the Tcl library and auxiliary code which allows one to run Tcl-enabled applications. This version includes thread support. Homepage: http://www.tcl.tk/ Original-Maintainer: Debian Tcl/Tk Packagers Package: libtesseract5 Status: install ok installed Priority: optional Section: libs Installed-Size: 3018 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: tesseract Version: 5.3.4-1build5 Replaces: tesseract-ocr (<< 3.01~) Depends: libarchive13t64 (>= 3.0.4), libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 4.9), liblept5 (>= 1.75.3), libstdc++6 (>= 13.1) Breaks: ocropus (<< 0.4.0~), tesseract-ocr (<< 3.01~) Description: Tesseract OCR library Tesseract is an open source Optical Character Recognition (OCR) Engine. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages. This package includes the shared library. Homepage: https://github.com/tesseract-ocr/ Original-Maintainer: Alexander Pozdnyakov Package: libthai-data Status: install ok installed Priority: optional Section: libs Installed-Size: 587 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libthai Version: 0.1.29-2build1 Breaks: libthai0 (<< 0.1.10) Description: Data files for Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains data files needed by the LibThai library. Homepage: https://linux.thai.net/projects/libthai Original-Maintainer: Theppitak Karoonboonyanan Package: libthai0 Status: install ok installed Priority: optional Section: libs Installed-Size: 118 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libthai Version: 0.1.29-2build1 Depends: libthai-data (>= 0.1.10), libc6 (>= 2.17), libdatrie1 (>= 0.2.0) Enhances: libqtcore4, libqtgui4 Description: Thai language support library LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. . This package contains the shared libraries needed to run programs that use the LibThai library. Homepage: https://linux.thai.net/projects/libthai Original-Maintainer: Theppitak Karoonboonyanan Package: libtheora0 Status: install ok installed Priority: optional Section: libs Installed-Size: 608 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libtheora Version: 1.1.1+dfsg.1-16.1build3 Depends: libc6 (>= 2.17), libcairo2 (>= 1.2.4), libogg0 (>= 1.1.0) Description: Theora Video Compression Codec Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project. Theora is originally derived from On2's VP3 codec, and has improved on it significantly with the merging of code from the Thusnelda branch. Homepage: https://www.theora.org/ Original-Maintainer: Debian Multimedia Maintainers Package: libtiff6 Status: install ok installed Priority: optional Section: libs Installed-Size: 605 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: tiff Version: 4.5.1+git230720-4ubuntu2.5 Depends: libc6 (>= 2.33), libdeflate0 (>= 1.0), libjbig0 (>= 2.0), libjpeg8 (>= 8c), liblerc4 (>= 3.0), liblzma5 (>= 5.1.1alpha+20120614), libwebp7 (>= 1.3.2), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Breaks: libimager-perl (<< 1.022+dfsg) Description: Tag Image File Format (TIFF) library libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes the shared library. Homepage: https://libtiff.gitlab.io/libtiff/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libtinfo6 Status: install ok installed Priority: required Section: libs Installed-Size: 604 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ncurses Version: 6.4+20240113-1ubuntu2 Depends: libc6 (>= 2.34) Breaks: tmux (<< 3.3a-4) 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/ Original-Maintainer: Ncurses Maintainers Package: libtirpc-common Status: install ok installed Priority: optional Section: libs Installed-Size: 29 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libtirpc Version: 1.3.4+ds-1.1build1 Replaces: libtirpc1, libtirpc3t64 (<< 1.1.4-0.1~) Breaks: libtirpc1, libtirpc3t64 (<< 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 Original-Maintainer: Josue Ortega Package: libtirpc3t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 237 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libtirpc Version: 1.3.4+ds-1.1build1 Replaces: libtirpc3 Provides: libtirpc3 (= 1.3.4+ds-1.1build1) Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libtirpc-common (>= 1.3.4+ds-1.1build1) Breaks: libtirpc3 (<< 1.3.4+ds-1.1build1), 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 Original-Maintainer: Josue Ortega Package: libtraceevent1 Status: install ok installed Priority: optional Section: libs Installed-Size: 215 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libtraceevent Version: 1:1.8.2-1ubuntu2 Depends: libc6 (>= 2.38) Description: Linux kernel trace event library (shared library) The libtraceevent library provides APIs to access kernel tracepoint events, located in the tracefs file system under the events directory. . This package contains the shared library. Original-Maintainer: Sudip Mukherjee Package: libtsan2 Status: install ok installed Priority: optional Section: libs Installed-Size: 9077 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.34), libgcc-s1 (>= 3.3) Description: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libtwolame0 Status: install ok installed Priority: optional Section: libs Installed-Size: 150 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: twolame Version: 0.4.0-2build3 Depends: libc6 (>= 2.29) Description: MPEG Audio Layer 2 encoding library TwoLAME is an optimized MPEG Audio Layer 2 encoder. It is based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. . TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent issues surrounding MP3. . However, as most MPEG Audio players are able to play layer 2 (MP2) files, TwoLAME makes a very good drop-in replacement for LAME and other layer 3 encoders. . This package contains the shared library. Homepage: http://www.twolame.org Original-Maintainer: Debian Multimedia Maintainers Package: libubsan1 Status: install ok installed Priority: optional Section: libs Installed-Size: 3383 Maintainer: Ubuntu Core developers Architecture: arm64 Multi-Arch: same Source: gcc-14 Version: 14.2.0-4ubuntu2~24.04.1 Depends: gcc-14-base (= 14.2.0-4ubuntu2~24.04.1), libc6 (>= 2.34), libgcc-s1 (>= 3.3), libstdc++6 (>= 4.1.1) Description: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Homepage: http://gcc.gnu.org/ Original-Maintainer: Debian GCC Maintainers Package: libudev1 Status: install ok installed Priority: optional Section: libs Installed-Size: 372 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: systemd Version: 255.4-1ubuntu8.16 Depends: libc6 (>= 2.38), libcap2 (>= 1:2.10) Description: libudev shared library This library provides APIs to introspect and enumerate devices on the local system. Homepage: https://www.freedesktop.org/wiki/Software/systemd Original-Maintainer: Debian systemd Maintainers Package: libudfread0 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libudfread Version: 1.1.2-1build1 Depends: libc6 (>= 2.17) Description: UDF reader library This library allows reading UDF filesystems, like raw devices and image files. . The library is created and maintained by VideoLAN Project and is used by projects like VLC and Kodi. Homepage: https://www.videolan.org/developers/libudfread.html Original-Maintainer: Debian Multimedia Maintainers Package: libudisks2-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 981 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: udisks2 Version: 2.10.1-6ubuntu1.3 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.79.0) Description: GObject based library to access udisks2 The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This provides a convenience library for communicating with udisks2 from GObject based programs. Homepage: https://www.freedesktop.org/wiki/Software/udisks Original-Maintainer: Utopia Maintenance Team Package: libunibreak5 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libunibreak Version: 5.1-2build1 Depends: libc6 (>= 2.17) Description: line breaking library for Unicode (shared library) libunibreak is an implementation of the Unicode line breaking algorithm described at http://www.unicode.org/reports/tr29/tr29-21.html . This package contains shared library to dynamically link with. Homepage: https://github.com/adah1972/libunibreak Original-Maintainer: Debian Qt/KDE Maintainers Package: libunistring5 Status: install ok installed Priority: important Section: libs Installed-Size: 1772 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libunistring Version: 1.1-2build1.1 Depends: libc6 (>= 2.34) 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/ Original-Maintainer: Jörg Frings-Fürst Package: libunwind8 Status: install ok installed Priority: optional Section: libs Installed-Size: 287 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libunwind Version: 1.6.2-3build1.1 Replaces: libgcc1 (<< 1:4.0.0-2) Depends: libc6 (>= 2.34), liblzma5 (>= 5.1.1alpha+20110809) Conflicts: libunwind1-dev Description: library to determine the call-chain of a program - runtime The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications. . This package includes the shared libraries Homepage: http://www.nongnu.org/libunwind Original-Maintainer: Adrian Bunk Package: libusb-1.0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 153 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libusb-1.0 Version: 2:1.0.27-1 Depends: libc6 (>= 2.38), libudev1 (>= 183) Description: userspace USB programming library Library for programming USB applications without the knowledge of Linux kernel internals. . This package contains what you need to run programs that use this library. Original-Maintainer: Aurelien Jarno Homepage: http://www.libusb.info Package: libutempter0 Status: install ok installed Priority: optional Section: libs Installed-Size: 153 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libutempter Version: 1.2.1-3build1 Depends: libc6 (>= 2.34) Description: privileged helper for utmp/wtmp updates (runtime) The libutempter library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files. . The utempter is a privileged helper used by libutempter library to manipulate utmp and wtmp files. Homepage: https://git.altlinux.org/people/ldv/packages/?p=libutempter.git Original-Maintainer: Christian Göttsche Package: libuuid1 Status: install ok installed Priority: required Section: libs Installed-Size: 115 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Replaces: libuuid1t64 Provides: libuuid1t64 (= 2.39.3-9ubuntu6.5) Depends: libc6 (>= 2.38) Recommends: uuid-runtime Breaks: libuuid1t64 (<< 2.39.3-9ubuntu6.5) 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: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: libv4l-0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 474 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: v4l-utils Version: 1.26.1-4build3 Replaces: libv4l-0 Provides: libv4l-0 (= 1.26.1-4build3) Depends: libv4lconvert0t64 (= 1.26.1-4build3), libc6 (>= 2.34) Breaks: libv4l-0 (<< 1.26.1-4build3) Description: Collection of video4linux support libraries libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. . libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). . libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. . This package contains the shared libraries. Homepage: https://linuxtv.org/wiki/index.php/V4l-utils Original-Maintainer: Gregor Jasny Package: libv4lconvert0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: v4l-utils Version: 1.26.1-4build3 Replaces: libv4lconvert0 Provides: libv4lconvert0 (= 1.26.1-4build3) Depends: libc6 (>= 2.38), libjpeg8 (>= 8c) Breaks: libv4lconvert0 (<< 1.26.1-4build3) Description: Video4linux frame format conversion library libv4lconvert offers functions to convert from any (known) pixelformat to BGR24, RGB24, YUV420 and YVU420. . This package contains the shared library. Homepage: https://linuxtv.org/wiki/index.php/V4l-utils Original-Maintainer: Gregor Jasny Package: libva-drm2 Status: install ok installed Priority: optional Section: libs Installed-Size: 97 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libva Version: 2.20.0-2ubuntu0.1 Depends: libc6 (>= 2.34), libdrm2 (>= 2.4.60), libva2 (>= 2.20.0), libva2 (<< 2.20.0.1) Description: Video Acceleration (VA) API for Linux -- DRM runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-drm library. Homepage: https://github.com/intel/libva Original-Maintainer: Debian Multimedia Maintainers Package: libva-x11-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 97 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libva Version: 2.20.0-2ubuntu0.1 Depends: libc6 (>= 2.33), libdrm2 (>= 2.4.60), libva2 (>= 2.20.0), libva2 (<< 2.20.0.1), libx11-6 (>= 2:1.4.99.1), libx11-xcb1 (>= 2:1.8.7), libxcb-dri3-0, libxcb1, libxext6, libxfixes3 Description: Video Acceleration (VA) API for Linux -- X11 runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the libva-x11 library. Homepage: https://github.com/intel/libva Original-Maintainer: Debian Multimedia Maintainers Package: libva2 Status: install ok installed Priority: optional Section: libs Installed-Size: 227 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libva Version: 2.20.0-2ubuntu0.1 Provides: libva-driver-abi-1.0, libva-driver-abi-1.17, libva-driver-abi-1.18, libva-driver-abi-1.19, libva-driver-abi-1.20, libva-driver-abi-1.8 Depends: libc6 (>= 2.38) Recommends: va-driver-all | va-driver Description: Video Acceleration (VA) API for Linux -- runtime Video Acceleration API (VA API) is a library ("libVA") and API specification which enables and provides access to graphics hardware (GPU) acceleration for video processing on Linux and UNIX based operating systems. Accelerated processing includes video decoding, video encoding, subpicture blending and rendering. The specification was originally designed by Intel for its GMA (Graphics Media Accelerator) series of GPU hardware, the API is however not limited to GPUs or Intel specific hardware, as other hardware and manufacturers can also freely use this API for hardware accelerated video decoding. . This package provides the main libva library. Homepage: https://github.com/intel/libva Original-Maintainer: Debian Multimedia Maintainers Package: libvdpau1 Status: install ok installed Priority: optional Section: libs Installed-Size: 157 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libvdpau Version: 1.5-2build1 Depends: libc6 (>= 2.38), libx11-6 (>= 2:1.4.99.1), libxext6 Recommends: vdpau-driver-all | vdpau-driver Conffiles: /etc/vdpau_wrapper.cfg bc89239208609c5d031b74c99a45747d Description: Video Decode and Presentation API for Unix (libraries) VDPAU (Video Decode and Presentation API for Unix) is an open source library (libvdpau) and API designed by NVIDIA originally for its GeForce 8 series and later GPU hardware, targeted at the X Window System on Unix operating-systems (including Linux, FreeBSD, and Solaris). This VDPAU API allows video programs to offload portions of the video decoding process and video post-processing to the GPU video-hardware. . This package contains the VDPAU wrapper and trace libraries. Homepage: https://www.freedesktop.org/wiki/Software/VDPAU/ Original-Maintainer: Debian NVIDIA Maintainers Package: libvidstab1.1 Status: install ok installed Priority: optional Section: libs Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libvidstab Version: 1.1.0-2build1 Depends: libc6 (>= 2.29), libgomp1 (>= 4.9) Description: video stabilization library (shared library) Imagine you captured a nice video with your camcorder, compact camera or even cell phone while skiing, cycling or whatever sports and the video is basically just jiggled. . Modern cameras come along with hardware stabilisation, however this does not work if you have really strong vibrations - rather the contrary - sometimes this mechanism starts to oscillate. . Vid.Stab is your friend in this matter. It is designed to stabilize even strongly jiggled clips. . This package contains the shared library. Homepage: http://public.hronopik.de/vid.stab/ Original-Maintainer: Keng-Yu Lin Package: libvolume-key1 Status: install ok installed Priority: optional Section: libs Installed-Size: 204 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: volume-key Version: 0.3.12-7build2 Depends: libblkid1 (>= 2.16), libc6 (>= 2.17), libcryptsetup12 (>= 2:1.4), libglib2.0-0t64 (>= 2.18.0), libgpgme11t64 (>= 1.4.1), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~), gnupg Description: Library for manipulating storage encryption keys and passphrases This package provides libvolume_key, a library for manipulating storage volume encryption keys and storing them separately from volumes. . The main goal of the software is to allow restoring access to an encrypted hard drive if the primary user forgets the passphrase. The encryption key back up can also be useful for extracting data after a hardware or software failure that corrupts the header of the encrypted volume, or to access the company data after an employee leaves abruptly. Homepage: https://pagure.io/volume_key Original-Maintainer: Utopia Maintenance Team Package: libvorbis0a Status: install ok installed Priority: optional Section: libs Installed-Size: 219 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libvorbis Version: 1.3.7-1build3 Depends: libc6 (>= 2.29), libogg0 (>= 1.1.0) Description: decoder library for Vorbis General Audio Compression Codec Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbis library is the primary Ogg Vorbis library. Homepage: https://www.xiph.org/vorbis/ Original-Maintainer: Debian Multimedia Maintainers Package: libvorbisenc2 Status: install ok installed Priority: optional Section: libs Installed-Size: 725 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libvorbis Version: 1.3.7-1build3 Depends: libc6 (>= 2.17), libvorbis0a (= 1.3.7-1build3) Description: encoder library for Vorbis General Audio Compression Codec Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisenc library provides a convenient API for setting up an encoding environment using libvorbis. Homepage: https://www.xiph.org/vorbis/ Original-Maintainer: Debian Multimedia Maintainers Package: libvorbisfile3 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libvorbis Version: 1.3.7-1build3 Depends: libc6 (>= 2.17), libogg0 (>= 1.1.0), libvorbis0a (= 1.3.7-1build3) Description: high-level API for Vorbis General Audio Compression Codec Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. . The Vorbisfile library provides a convenient high-level API for decoding and basic manipulation of all Vorbis-I audio streams. Homepage: https://www.xiph.org/vorbis/ Original-Maintainer: Debian Multimedia Maintainers Package: libvpx9 Status: install ok installed Priority: optional Section: libs Installed-Size: 2713 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libvpx Version: 1.14.0-1ubuntu2.3 Depends: libc6 (>= 2.34) Description: VP8 and VP9 video codec (shared library) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the shared libraries. Homepage: https://www.webmproject.org Original-Maintainer: Debian Multimedia Maintainers Package: libvulkan1 Status: install ok installed Priority: optional Section: libs Installed-Size: 610 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: vulkan-loader Version: 1.3.275.0-1build1 Replaces: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader Depends: libc6 (>= 2.38) Recommends: mesa-vulkan-drivers | vulkan-icd Breaks: libvulkan-dev (<< 1.1.70+dfsg1-2), vulkan-loader Description: Vulkan loader library The Loader implements the main VK library. It handles layer management and driver management. The loader fully supports multi-gpu operation. As part of this, it dispatches API calls to the correct driver, and to the correct layers, based on the GPU object selected by the application. . This package includes the loader library. Homepage: https://github.com/KhronosGroup/Vulkan-Loader Original-Maintainer: Debian X Strike Force Package: libwagon-file-java Status: install ok installed Priority: optional Section: java Installed-Size: 32 Maintainer: Ubuntu Developers Architecture: all Source: wagon Version: 3.5.3-1 Replaces: libwagon-java (<< 3.0.0-2~) Depends: libslf4j-java, libwagon-provider-api-java (>= 3.5.3-1) Breaks: libwagon-java (<< 3.0.0-2~) Description: Artifact transport abstraction used in Maven (file provider) The Wagon project defines a simple API for transferring resources (artifacts) to and from repositories. The word repository is used in this context as it is commonly used in Maven and means a storage of artifacts. It is also used to deploy the Maven generated site to a server. . Wagon defines a unified API, and it currently has the following providers: * File * HTTP * HTTP lightweight * FTP * SSH/SCP * WebDAV . This package contains the wagon-file library. Original-Maintainer: Debian Java Maintainers Homepage: http://maven.apache.org/wagon/ Package: libwagon-http-java Status: install ok installed Priority: optional Section: java Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: all Source: wagon Version: 3.5.3-1 Replaces: libwagon-java (<< 3.0.0-2~) Depends: libcommons-io-java, libhttpcore-java, libhttpclient-java, libjsoup-java, libslf4j-java, libwagon-provider-api-java (>= 3.5.3-1) Breaks: libwagon-java (<< 3.0.0-2~) Description: Artifact transport abstraction used in Maven (HTTP providers) The Wagon project defines a simple API for transferring resources (artifacts) to and from repositories. The word repository is used in this context as it is commonly used in Maven and means a storage of artifacts. It is also used to deploy the Maven generated site to a server. . Wagon defines a unified API, and it currently has the following providers: * File * HTTP * HTTP lightweight * FTP * SSH/SCP * WebDAV . This package contains the wagon-http-* libraries. Original-Maintainer: Debian Java Maintainers Homepage: http://maven.apache.org/wagon/ Package: libwagon-provider-api-java Status: install ok installed Priority: optional Section: java Installed-Size: 97 Maintainer: Ubuntu Developers Architecture: all Source: wagon Version: 3.5.3-1 Replaces: libwagon-java (<< 3.0.0-2~) Depends: libplexus-utils2-java Breaks: libwagon-java (<< 3.0.0-2~) Description: Artifact transport abstraction used in Maven (Provider API) The Wagon project defines a simple API for transferring resources (artifacts) to and from repositories. The word repository is used in this context as it is commonly used in Maven and means a storage of artifacts. It is also used to deploy the Maven generated site to a server. . Wagon defines a unified API, and it currently has the following providers: * File * HTTP * HTTP lightweight * FTP * SSH/SCP * WebDAV . This package contains the wagon-provider-api library. Original-Maintainer: Debian Java Maintainers Homepage: http://maven.apache.org/wagon/ Package: libwayland-client0 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: wayland Version: 1.22.0-2.1build1 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.38), libffi8 (>= 3.4) Conflicts: libwayland0 (<< 1.1.0-1) Description: wayland compositor infrastructure - client library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the client side of the Wayland protocol. Homepage: https://wayland.freedesktop.org/ Original-Maintainer: Debian X Strike Force Package: libwayland-cursor0 Status: install ok installed Priority: optional Section: libs Installed-Size: 95 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: wayland Version: 1.22.0-2.1build1 Replaces: libwayland0 (<< 1.1.0-1) Depends: libc6 (>= 2.28), libwayland-client0 (>= 1.20.0) Conflicts: libwayland0 (<< 1.1.0-1) Description: wayland compositor infrastructure - cursor library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships a helper library to manage cursors. Homepage: https://wayland.freedesktop.org/ Original-Maintainer: Debian X Strike Force Package: libwayland-egl1 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: wayland Version: 1.22.0-2.1build1 Replaces: libwayland-egl1-mesa (<< 18.0.5-0) Provides: libwayland-egl1-mesa Depends: libc6 (>= 2.17) Breaks: libwayland-egl1-mesa (<< 18.0.5-0) Description: wayland compositor infrastructure - EGL library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the Wayland EGL platform of the Wayland protocol. Homepage: https://wayland.freedesktop.org/ Original-Maintainer: Debian X Strike Force Package: libwebp7 Status: install ok installed Priority: optional Section: libs Installed-Size: 408 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libwebp Version: 1.3.2-0.4build3 Depends: libc6 (>= 2.34), libsharpyuv0 (>= 1.3.2) Description: Lossy compression of digital photographic images Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: https://developers.google.com/speed/webp/ Original-Maintainer: Jeff Breidenbach Package: libwebpdemux2 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libwebp Version: 1.3.2-0.4build3 Depends: libc6 (>= 2.17), libwebp7 (>= 1.3.2) Description: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: https://developers.google.com/speed/webp/ Original-Maintainer: Jeff Breidenbach Package: libwebpmux3 Status: install ok installed Priority: optional Section: libs Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libwebp Version: 1.3.2-0.4build3 Depends: libc6 (>= 2.29), libwebp7 (>= 1.3.2) Description: Lossy compression of digital photographic images Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Homepage: https://developers.google.com/speed/webp/ Original-Maintainer: Jeff Breidenbach Package: libwebsocket-api-java Status: install ok installed Priority: optional Section: java Installed-Size: 133 Maintainer: Ubuntu Developers Architecture: all Source: websocket-api Version: 1.1-2 Replaces: libservlet3.1-java (<< 9) Breaks: libservlet3.1-java (<< 9) Description: Java WebSocket API Java API for WebSocket (JSR-356) defines a standard API for the development of websocket applications, both on the server side as well as on the Java client side. Original-Maintainer: Debian Java Maintainers Homepage: http://websocket-spec.java.net Package: libwmflite-0.2-7 Status: install ok installed Priority: optional Section: libs Installed-Size: 190 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libwmf Version: 0.2.13-1.1build3 Replaces: libwmf0.2-7 (<< 0.2.12-1) Depends: libc6 (>= 2.17) Breaks: libwmf0.2-7 (<< 0.2.12-1) Description: Windows metafile conversion lite library Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)... . This package contains the lite library. Homepage: http://wvware.sourceforge.net/libwmf.html Original-Maintainer: Yangfl Package: libwrap0 Status: install ok installed Priority: optional Section: libs Installed-Size: 130 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: tcp-wrappers Version: 7.6.q-33 Depends: libc6 (>= 2.33) Description: Wietse Venema's TCP wrappers library Wietse Venema's network logger, also known as TCPD or LOG_TCP. . These programs log the client host name of incoming telnet, ftp, rsh, rlogin, finger etc. requests. . Security options are: - access control per host, domain and/or service; - detection of host name spoofing or host address spoofing; - booby traps to implement an early-warning system. Original-Maintainer: Marco d'Itri Package: libx11-6 Status: install ok installed Priority: optional Section: libs Installed-Size: 1453 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libx11 Version: 2:1.8.7-1build1 Depends: libc6 (>= 2.38), 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: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-data Status: install ok installed Priority: optional Section: x11 Installed-Size: 1342 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: libx11 Version: 2:1.8.7-1build1 Description: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx11-xcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 125 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libx11 Version: 2:1.8.7-1build1 Depends: libx11-6 (= 2:1.8.7-1build1) Description: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libX11 Original-Maintainer: Debian X Strike Force Package: libx264-164 Status: install ok installed Priority: optional Section: libs Installed-Size: 1367 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: x264 Version: 2:0.164.3108+git31e19f9-1 Depends: libc6 (>= 2.38) Description: x264 video coding library libx264 is an advanced encoding library for creating H.264 (MPEG-4 AVC) video streams. . This package contains the libx264 shared library. Original-Maintainer: Debian Multimedia Maintainers Homepage: https://www.videolan.org/developers/x264.html Package: libx265-199 Status: install ok installed Priority: optional Section: libs Installed-Size: 3056 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: x265 Version: 3.5-2build1 Depends: libc6 (>= 2.38), libnuma1 (>= 2.0.11), libstdc++6 (>= 4.1.1) Description: H.265/HEVC video stream encoder (shared library) libx265 is an encoding library for creating H.265/High Efficiency Video Coding (HEVC) video streams. . This package contains the shared library. Homepage: http://x265.org Original-Maintainer: Debian Multimedia Maintainers Package: libxau6 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxau Version: 1:1.0.9-1build6 Depends: libc6 (>= 2.33) 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: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libxau Original-Maintainer: Debian X Strike Force Package: libxaw7 Status: install ok installed Priority: optional Section: libs Installed-Size: 510 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxaw Version: 2:1.0.14-1build2 Depends: libc6 (>= 2.34), libx11-6, libxext6, libxmu6 (>= 2:1.1.3), libxpm4, libxt6t64 Description: X11 Athena Widget library libXaw7 provides the second version of Xaw, the Athena Widgets toolkit, which is largely used by legacy X applications. This version is the most common version, as version 6 is considered deprecated, and version 8, which adds Xprint support, is unsupported and not widely used. In general, use of a more modern toolkit such as GTK+ is recommended. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXaw Original-Maintainer: Debian X Strike Force Package: libxbean-reflect-java Status: install ok installed Priority: optional Section: java Installed-Size: 171 Maintainer: Ubuntu Developers Architecture: all Source: libxbean-java Version: 4.5-8 Replaces: libxbean-java (<< 4.5-6~) Suggests: liblog4j1.2-java, libcommons-logging-java, libasm-java (>= 5.0) Breaks: libxbean-java (<< 4.5-6~) Description: plugin based Java application server (xbean-reflect) The goal of XBean project is to created a plugin based server analogous to Eclipse being a plugin based IDE. XBean will be able to discover, download and install server plugins from an Internet based repository. In addition, it include support for multiple IoC systems, support for running with no IoC system, JMX without JMX code, lifecycle and class loader management, and a rock solid Spring integration. . This package contains the xbean-reflect module which provides very flexible ways to create objects and graphs of objects for DI frameworks. Original-Maintainer: Debian Java Maintainers Homepage: http://geronimo.apache.org/xbean/ Package: libxcb-dri3-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 (>= 1.12) Description: X C Binding, dri3 extension This package contains the library files needed to run software using libxcb-dri3, the dri3 extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-glx0 Status: install ok installed Priority: optional Section: libs Installed-Size: 167 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 Description: X C Binding, glx extension This package contains the library files needed to run software using libxcb-glx, the glx extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-present0 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 Description: X C Binding, present extension This package contains the library files needed to run software using libxcb-present, the present extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-randr0 Status: install ok installed Priority: optional Section: libs Installed-Size: 159 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 (>= 1.9.2) Description: X C Binding, randr extension This package contains the library files needed to run software using libxcb-randr, the randr extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-render0 Status: install ok installed Priority: optional Section: libs Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 (>= 1.8) Description: X C Binding, render extension This package contains the library files needed to run software using libxcb-render, the render extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-shape0 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 Description: X C Binding, shape extension This package contains the library files needed to run software using libxcb-shape, the shape extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-shm0 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 (>= 1.12) Description: X C Binding, shm extension This package contains the library files needed to run software using libxcb-shm, the shm extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-sync1 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 Description: X C Binding, sync extension This package contains the library files needed to run software using libxcb-sync, the sync extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb-xfixes0 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.17), libxcb1 Description: X C Binding, xfixes extension This package contains the library files needed to run software using libxcb-xfixes, the xfixes extension for 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcb1 Status: install ok installed Priority: optional Section: libs Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcb Version: 1.15-1ubuntu2 Depends: libc6 (>= 2.38), 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 Original-Maintainer: Debian X Strike Force Homepage: https://xcb.freedesktop.org Package: libxcomposite1 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcomposite Version: 1:0.4.5-1build3 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1) Description: X11 Composite extension library libXcomposite provides an X Window System client interface to the Composite extension to the X protocol. . The Composite extension allows clients called compositing managers to control the final drawing of the screen. Rendering is done into an off-screen buffer. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXcomposite Original-Maintainer: Debian X Strike Force Package: libxcursor1 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxcursor Version: 1:1.2.1-1build1 Depends: libc6 (>= 2.38), libx11-6 (>= 2:1.4.99.1), libxfixes3, libxrender1 Description: X cursor management library Xcursor is a simple library designed to help locate and load cursors for the X Window System. Cursors can be loaded from files or memory and can exist in several sizes; the library automatically picks the best size. When using images loaded from files, Xcursor prefers to use the Render extension's CreateCursor request for rendering cursors. Where the Render extension is not supported, Xcursor maps the cursor image to a standard X cursor and uses the core X protocol CreateCursor request. . Preferred themes for cursors can be installed if desired, via xcursor-themes or other cursor-theme or icon-theme packages, configured with update-alternatives --config x-cursor-theme. Homepage: https://www.x.org Original-Maintainer: Debian X Strike Force Package: libxdamage1 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxdamage Version: 1:1.1.6-1build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1) Description: X11 damaged region extension library libXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. . The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdamage Homepage: https://www.x.org Original-Maintainer: Debian X Strike Force Package: libxdmcp6 Status: install ok installed Priority: optional Section: libs Installed-Size: 80 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxdmcp Version: 1:1.1.3-0ubuntu6 Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.17) 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXdmcp Original-Maintainer: Debian X Strike Force Package: libxerces2-java Status: install ok installed Priority: optional Section: java Installed-Size: 1626 Maintainer: Ubuntu Developers Architecture: all Version: 2.12.2-1 Depends: libxml-commons-external-java (>= 1.4.01-2), libxml-commons-resolver1.1-java Suggests: libxerces2-java-doc Description: Validating XML parser for Java with DOM level 3 support The Xerces2 Java parser is the reference implementation of XNI, the Xerces Native Interface, and also a fully conforming XML Schema processor. . Xerces2-J supports the following standards and APIs: * eXtensible Markup Language (XML) 1.0 Second Edition Recommendation * Namespaces in XML Recommendation * Document Object Model (DOM) Level 2 Core, Events, and Traversal and Range Recommendations * Simple API for XML (SAX) 2.0.1 Core and Extension * Java APIs for XML Processing (JAXP) 1.2.01 * XML Schema 1.0 Structures and Datatypes Recommendations * Experimental implementation of the Document Object Model (DOM) Level 3 Core and Load/Save Working Drafts * Provides a partial implementation of the XML Inclusions (XInclude) W3C Candidate Recommendation . Xerces is now able to parse documents written according to the XML 1.1 Candidate Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Candidate Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save API's are in use. Original-Maintainer: Debian Java Maintainers Homepage: http://xerces.apache.org/xerces2-j/ Package: libxext6 Status: install ok installed Priority: optional Section: libs Installed-Size: 159 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxext Version: 2:1.3.4-1build2 Depends: libc6 (>= 2.17), 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXext Original-Maintainer: Debian X Strike Force Package: libxfixes3 Status: install ok installed Priority: optional Section: libs Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxfixes Version: 1:6.0.0-2build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0) Description: X11 miscellaneous 'fixes' extension library libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. . It provides support for Region types, and some cursor functions. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfixes Original-Maintainer: Debian X Strike Force Package: libxfont2 Status: install ok installed Priority: optional Section: libs Installed-Size: 224 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxfont Version: 1:2.0.6-1build1 Depends: libbz2-1.0, libc6 (>= 2.38), libfontenc1 (>= 1:1.1.8), libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4) Breaks: xfs (<< 1:1.1.4) Description: X11 font rasterisation library libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Original-Maintainer: Debian X Strike Force Package: libxi6 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxi Version: 2:1.8.1-1build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 Input extension library libXi provides an X Window System client interface to the XINPUT extension to the X protocol. . The Input extension allows setup and configuration of multiple input devices, and hotplugging of input devices (to be added and removed on the fly). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXi Homepage: https://www.x.org/ Original-Maintainer: Debian X Strike Force Package: libxinerama1 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxinerama Version: 2:1.1.4-3build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 Xinerama extension library libXinerama provides an X Window System client interface to the XINERAMA extension to the X protocol. . The Xinerama (also known as panoramiX) extension allows for multiple screens attached to a single display to be treated as belonging together, and to give desktop applications a better idea of the monitor layout. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXinerama Original-Maintainer: Debian X Strike Force Package: libxkbcommon0 Status: install ok installed Priority: optional Section: libs Installed-Size: 345 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxkbcommon Version: 1.6.0-1build1 Depends: xkb-data, libc6 (>= 2.38) Description: library interface to the XKB compiler - shared library This package provides a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Clutter, and more. . More information about X.Org can be found at: . This module can be found at https://github.com/xkbcommon/libxkbcommon.git Homepage: https://www.xkbcommon.org/ Original-Maintainer: Debian X Strike Force Package: libxkbfile1 Status: install ok installed Priority: optional Section: libs Installed-Size: 212 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxkbfile Version: 1:1.1.0-1build4 Depends: libc6 (>= 2.17), libx11-6 Description: X11 keyboard file manipulation library libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libxkbfile Original-Maintainer: Debian X Strike Force Package: libxml-commons-external-java Status: install ok installed Priority: optional Section: java Installed-Size: 356 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: xml-commons-external Version: 1.4.01-6 Description: XML Commons external code - DOM, SAX, and JAXP, etc xml-commons is focused on common code and guidelines for xml projects. The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. Original-Maintainer: Debian Java Maintainers Homepage: https://xerces.apache.org/xml-commons/ Package: libxml-commons-resolver1.1-java Status: install ok installed Priority: optional Section: java Installed-Size: 125 Maintainer: Ubuntu Developers Architecture: all Version: 1.2-11 Suggests: libxml-commons-resolver1.1-java-doc Conffiles: /etc/xml/resolver/CatalogManager.properties 462c158a572ad770e32029304b60fe05 Description: XML entity and URI resolver library Apache XML Commons Resolver simplifies the task of using XML catalog files to perform entity resolution. They are used by other Apache XML projects like Xerces-J and Xalan-J. Original-Maintainer: Debian Java Maintainers Homepage: http://xml.apache.org/commons/ Package: libxml2 Status: install ok installed Priority: optional Section: libs Installed-Size: 2211 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Version: 2.9.14+dfsg-1.3ubuntu3.7 Depends: libc6 (>= 2.38), libicu74 (>= 74.1-1~), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.2.3.3) Conflicts: w3c-dtd-xhtml Description: GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package provides a library providing an extensive API to handle such XML data files. Homepage: http://xmlsoft.org Original-Maintainer: Debian XML/SGML Group Package: libxmlb2 Status: install ok installed Priority: optional Section: libs Installed-Size: 218 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxmlb Version: 0.3.18-1 Depends: libc6 (>= 2.17), libglib2.0-0t64 (>= 2.54.0), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.5) Description: Binary XML library The libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table -- where the strings have the NULs included. . This allows an application to mmap the binary XML file, do an XPath query and return some strings without actually parsing the entire document. This is all done using (almost) zero allocations and no actual copying of the binary data. Original-Maintainer: Debian EFI team Homepage: https://github.com/hughsie/libxmlb Package: libxmu6 Status: install ok installed Priority: optional Section: libs Installed-Size: 149 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxmu Version: 2:1.1.3-3build2 Depends: libc6 (>= 2.17), libx11-6, libxext6, libxt6t64 Description: X11 miscellaneous utility library libXmu provides a set of miscellaneous utility convenience functions for X libraries to use. libXmuu is a lighter-weight version that does not depend on libXt or libXext; for more information, see libxmuu1. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Original-Maintainer: Debian X Strike Force Package: libxmuu1 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxmu Version: 2:1.1.3-3build2 Depends: libc6 (>= 2.17), 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: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXmu Original-Maintainer: Debian X Strike Force Package: libxpm4 Status: install ok installed Priority: optional Section: libs Installed-Size: 147 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxpm Version: 1:3.5.17-1build2 Depends: libc6 (>= 2.38), libx11-6 Description: X11 pixmap library The X PixMap image format is an extension of the monochrome X BitMap format specified in the X protocol, and is commonly used in traditional X applications. . This package provides runtime support for XPM format. Homepage: https://www.x.org Original-Maintainer: Debian X Strike Force Package: libxpp3-java Status: install ok installed Priority: optional Section: java Installed-Size: 392 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.4c-3 Description: XML pull parser library for java Xml Pull Parser (in short XPP) is a streaming pull XML parser for java. This version XPP3 is a successor of XPP2 (see package libxpp2-java) that implements XmlPull API (see http://www.xmlpull.org). . However XPP3 currently supports only parsing and does not support incremental node tree from XPP2. Original-Maintainer: Debian Java Maintainers Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp Package: libxrandr2 Status: install ok installed Priority: optional Section: libs Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxrandr Version: 2:1.5.2-2build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6, libxrender1 Description: X11 RandR extension library libXrandr provides an X Window System client interface to the RandR extension to the X protocol. . The RandR extension allows for run-time configuration of display attributes such as resolution, rotation, and reflection. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libXrandr Original-Maintainer: Debian X Strike Force Package: libxrender1 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxrender Version: 1:0.9.10-1.1build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0) Description: X Rendering Extension client library The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tessellation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. The Xrender library exposes this extension to X clients. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXrender Original-Maintainer: Debian X Strike Force Package: libxshmfence1 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxshmfence Version: 1.3-1build5 Depends: libc6 (>= 2.27) Description: X shared memory fences - shared library This library provides an interface to shared-memory fences for synchronization between the X server and direct-rendering clients. . This package contains the xshmfence shared library. Original-Maintainer: Debian X Strike Force Package: libxss1 Status: install ok installed Priority: optional Section: libs Installed-Size: 83 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxss Version: 1:1.2.3-1build3 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.4.99.1), libxext6, x11-common Description: X11 Screen Saver extension library libXss provides an X Window System client interface to the MIT-SCREEN-SAVER extension to the X protocol. . The Screen Saver extension allows clients behaving as screen savers to register themselves with the X server, to better integrate themselves with the running session. . More information about X.Org can be found at: . This module can be found at https://gitlab.freedesktop.org/xorg/lib/libXScrnSaver Original-Maintainer: Debian X Strike Force Package: libxstream-java Status: install ok installed Priority: optional Section: java Installed-Size: 688 Maintainer: Ubuntu Developers Architecture: all Version: 1.4.20-1 Depends: libxpp3-java Suggests: libcglib-nodep-java (>= 3.3.0), libdom4j-java, libjdom1-java (>= 1.1.3), libjdom2-java (>= 2.0.5), libjettison-java (>= 1.5.3), libjoda-time-java (>= 2.10.14), libkxml2-java, libxom-java Description: Java library to serialize objects to XML and back again The features of the XStream library are: . - Ease of use. A high level facade is supplied that simplifies common use cases. - No mappings required. Most objects can be serialized without need for specifying mappings. - Performance. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems with high message throughput. - Clean XML. No information is duplicated that can be obtained via reflection. This results in XML that is easier to read for humans and more compact than native Java serialization. - Requires no modifications to objects. Serializes internal fields, including private and final. Supports non-public and inner classes. Classes are not required to have default constructor. - Full object graph support. Duplicate references encountered in the object-model will be maintained. Supports circular references. - Integrates with other XML APIs. By implementing an interface, XStream can serialize directly to/from any tree structure (not just XML). - Customizable conversion strategies. Strategies can be registered allowing customization of how particular types are represented as XML. - Error messages. When an exception occurs due to malformed XML, detailed diagnostics are provided to help isolate and fix the problem. - Alternative output format. The modular design allows other output formats. XStream ships currently with JSON support and morphing. Original-Maintainer: Debian Java Maintainers Homepage: https://x-stream.github.io Package: libxt6t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 502 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxt Version: 1:1.2.1-1.2build1 Replaces: libxt6 Provides: libxt6 (= 1:1.2.1-1.2build1) Depends: libc6 (>= 2.33), libice6 (>= 1:1.0.0), libsm6, libx11-6 Breaks: libxt6 (<< 1:1.2.1-1.2build1) Description: X11 toolkit intrinsics library libXt provides the X Toolkit Intrinsics, an abstract widget library upon which other toolkits are based. Xt is the basis for many toolkits, including the Athena widgets (Xaw), and LessTif (a Motif implementation). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXt Original-Maintainer: Debian X Strike Force Package: libxtables12 Status: install ok installed Priority: optional Section: libs Installed-Size: 102 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: iptables Version: 1.8.10-3ubuntu2 Depends: libc6 (>= 2.34) Description: netfilter xtables library The iptables/xtables framework has been replaced by nftables. You should consider migrating now. . However, even if a given system may be fully running on native nftables, there are other reasons why libxtables might be installed. For one, nftables itself uses it to be able to display old rulesets that were created using xtables extensions (to help folks migrate). Other third-party software might also be linked to this library. . This library being installed in the system should be harmless in any case. . This package contains the user-space interface to the Netfilter xtables kernel framework. Homepage: https://www.netfilter.org/ Original-Maintainer: Debian Netfilter Packaging Team Package: libxtst6 Status: install ok installed Priority: optional Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxtst Version: 2:1.2.3-1.1build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6, x11-common Description: X11 Testing -- Record extension library libXtst provides an X Window System client interface to the Record extension to the X protocol. . The Record extension allows X clients to synthesise input events, which is useful for automated testing. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst Original-Maintainer: Debian X Strike Force Package: libxv1 Status: install ok installed Priority: optional Section: libs Installed-Size: 82 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxv Version: 2:1.0.11-1.1build1 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 Video extension library libXv provides an X Window System client interface to the XVideo extension to the X protocol. . The XVideo extension allows for accelerated drawing of videos. Hardware adaptors are exposed to clients, which may draw in a number of colourspaces, including YUV. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXv Original-Maintainer: Debian X Strike Force Package: libxvidcore4 Status: install ok installed Priority: optional Section: libs Installed-Size: 469 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: xvidcore Version: 2:1.3.7-1build1 Depends: libc6 (>= 2.34) Description: Open source MPEG-4 video codec (library) Xvid (formerly XviD) is an open source MPEG-4 video codec, implementing MPEG-4 Simple Profile, Advanced Simple Profile, and Advanced Video Coding standards. It is written in C with assembler optimizations for quality and speed (including MMX, SSE, and 3Dnow! code for i386 and AltiVec for PowerPC), and is especially optimized towards offline, multi-pass compression for storage and archival purposes. . This package contains the shared library. Homepage: https://labs.xvid.com/source/ Original-Maintainer: Debian Multimedia Maintainers Package: libxxf86vm1 Status: install ok installed Priority: optional Section: libs Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libxxf86vm Version: 1:1.1.4-1build4 Depends: libc6 (>= 2.17), libx11-6 (>= 2:1.6.0), libxext6 Description: X11 XFree86 video mode extension library libXxf86vm provides an interface to the XFree86-VidModeExtension extension, which allows client applications to get and set video mode timings in extensive detail. It is used by the xvidtune program in particular. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXxf86vm Original-Maintainer: Debian X Strike Force Package: libxxhash0 Status: install ok installed Priority: important Section: libs Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: xxhash Version: 0.8.2-2build1 Depends: libc6 (>= 2.17) 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 Original-Maintainer: Josue Ortega Package: libxz-java Status: install ok installed Priority: optional Section: java Installed-Size: 172 Maintainer: Ubuntu Developers Architecture: all Source: xz-java Version: 1.9-1 Description: Java library with a complete implementation of XZ data compression XZ for Java aims to be a complete implementation of XZ data compression in pure Java. Single-threaded streamed compression and decompression and random access decompression have been fully implemented. Original-Maintainer: Debian Java Maintainers Homepage: http://tukaani.org/xz/java.html Package: libyaml-0-2 Status: install ok installed Priority: optional Section: libs Installed-Size: 147 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libyaml Version: 0.2.5-1build1 Depends: libc6 (>= 2.17) 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 Original-Maintainer: Florian Ernst Package: libyaml-snake-java Status: install ok installed Priority: optional Section: java Installed-Size: 545 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: snakeyaml Version: 1.33-2 Description: YAML parser and emitter for the Java programming language SnakeYAML is a YAML parser and emitter for the Java programming language. . SnakeYAML features . * a complete YAML 1.1 parser. In particular, SnakeYAML can parse all examples from the specification. * Unicode support including UTF-8/UTF-16 input/output. * high-level API for serializing and deserializing native Java objects. * support for all types from the YAML types repository. * relatively sensible error messages. Original-Maintainer: Debian Java Maintainers Homepage: https://bitbucket.org/snakeyaml/snakeyaml Package: libzbar0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 284 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: zbar Version: 0.23.93-4build3 Replaces: libzbar0 Provides: libzbar0 (= 0.23.93-4build3) Depends: libc6 (>= 2.34), libdbus-1-3 (>= 1.9.14), libjpeg8 (>= 8c), libv4l-0t64 (>= 0.5.0), libx11-6 Recommends: libmagickcore-6.q16-7-extra Breaks: libzbar0 (<< 0.23.93-4build3) Description: QR code / bar code scanner and decoder (library) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains the library. Homepage: https://github.com/mchehab/zbar Original-Maintainer: Daniel Baumann Package: libzimg2 Status: install ok installed Priority: optional Section: libs Installed-Size: 339 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: zimg Version: 3.0.5+ds1-1build1 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11) Description: scaling, colorspace, depth conversion library (shared library) The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. . This package constains the shared library. Homepage: https://github.com/sekrit-twc/zimg Original-Maintainer: Debian Multimedia Maintainers Package: libzix-0-0 Status: install ok installed Priority: optional Section: libs Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: zix Version: 0.4.2-2build1 Depends: libc6 (>= 2.34) Description: library of portability wrappers and data structures (shared library) Zix provides a lightweight library of portability wrappers and data structures. Components of Zix include bump allocator, B-tree, hash table, and binary tree implementations. The wrappers include filesystem and threading abstractions. . This package provides the shared library. Homepage: https://gitlab.com/drobilla/zix Original-Maintainer: Debian Multimedia Maintainers Package: libzmq5 Status: install ok installed Priority: optional Section: libs Installed-Size: 693 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: zeromq3 Version: 4.3.5-1build2 Depends: libbsd0 (>= 0.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.17), libnorm1t64 (>= 1.5r6), libpgm-5.3-0t64 (>= 5.1.116~dfsg), libsodium23 (>= 1.0.3), libstdc++6 (>= 12) Description: lightweight messaging kernel (shared library) ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the libzmq shared library. Homepage: https://www.zeromq.org/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: libzstd1 Status: install ok installed Priority: required Section: libs Installed-Size: 665 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libzstd Version: 1.5.5+dfsg2-2build1.1 Depends: libc6 (>= 2.34) 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 Original-Maintainer: RPM packaging team Package: libzvbi-common Status: install ok installed Priority: optional Section: devel Installed-Size: 161 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: zvbi Version: 0.2.42-2 Replaces: libzvbi-0.1 (<= 0.2.1-3) Description: Vertical Blanking Interval decoder (VBI) - common files The vertical blanking interval (VBI) is an interval in a television signal that temporarily suspends transmission of the signal for the electron gun to move back up to the first line of the television screen to trace the next screen field. . The vertical blanking interval can be used to carry data, since anything sent during the VBI would naturally not be displayed; various test signals, closed captioning, and other digital data can be sent during this time period. These include information like closed-caption data, Teletext (primarily in Europe), and now Intercast and the ATVEC Internet television encodings. . The Zapping VBI library, in short ZVBI, provides functions to capture and decode VBI data. It is written in plain ANSI C with few dependencies on other tools and libraries, licensed under GPL. Some features: * Captures raw VBI samples from V4L, V4L2 and FreeBSD BKTR devices, sliced VBI data from Linux DVB devices; * Implements a VBI Proxy to share one VBI device between multiple applications; * Has a robust and versatile bit slicer which handles a wide range of data services; * Functions to capture multiple data services at once, such as Closed Caption (both NTSC and PAL), Teletext, VPS, WSS, XDS; * Level 3.5 Teletext decoder with support for all Teletext character sets, graphics, 4096 colors, with built-in page cache including search functions; * Closed Caption decoder which supports roll-up, pop-up and paint-on style caption, color, expanded character set, text attributes and free text placement; * Renders Teletext and Caption pages, can export to HTML, PNG and other formats. * Can determine network names; * Can find Teletext subtitle and program pages; * Functions to extract data transmissions in Teletext streams (currently Page Format Clear and Independent Data Line Format A); * Can multiplex and demultiplex DVB VBI PES and TS streams. . This package contains internationalization files. Original-Maintainer: Ileana Dumitrescu Homepage: https://github.com/zapping-vbi/zvbi Package: libzvbi0t64 Status: install ok installed Priority: optional Section: libs Installed-Size: 689 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: zvbi Version: 0.2.42-2 Replaces: libzvbi-0.1 (<= 0.2.1-3), libzvbi0 Provides: libzvbi0 (= 0.2.42-2) Depends: libc6 (>= 2.38), libpng16-16t64 (>= 1.6.2), libzvbi-common (= 0.2.42-2) Breaks: libzvbi0 (<< 0.2.42-2) Description: Vertical Blanking Interval decoder (VBI) - runtime files The vertical blanking interval (VBI) is an interval in a television signal that temporarily suspends transmission of the signal for the electron gun to move back up to the first line of the television screen to trace the next screen field. . The vertical blanking interval can be used to carry data, since anything sent during the VBI would naturally not be displayed; various test signals, closed captioning, and other digital data can be sent during this time period. These include information like closed-caption data, Teletext (primarily in Europe), and now Intercast and the ATVEC Internet television encodings. . The Zapping VBI library, in short ZVBI, provides functions to capture and decode VBI data. It is written in plain ANSI C with few dependencies on other tools and libraries, licensed under GPL. Some features: * Captures raw VBI samples from V4L, V4L2 and FreeBSD BKTR devices, sliced VBI data from Linux DVB devices; * Implements a VBI Proxy to share one VBI device between multiple applications; * Has a robust and versatile bit slicer which handles a wide range of data services; * Functions to capture multiple data services at once, such as Closed Caption (both NTSC and PAL), Teletext, VPS, WSS, XDS; * Level 3.5 Teletext decoder with support for all Teletext character sets, graphics, 4096 colors, with built-in page cache including search functions; * Closed Caption decoder which supports roll-up, pop-up and paint-on style caption, color, expanded character set, text attributes and free text placement; * Renders Teletext and Caption pages, can export to HTML, PNG and other formats. * Can determine network names; * Can find Teletext subtitle and program pages; * Functions to extract data transmissions in Teletext streams (currently Page Format Clear and Independent Data Line Format A); * Can multiplex and demultiplex DVB VBI PES and TS streams. Original-Maintainer: Ileana Dumitrescu Homepage: https://github.com/zapping-vbi/zvbi Package: linux-base Status: install ok installed Priority: optional Section: kernel Installed-Size: 147 Maintainer: Ubuntu Kernel Team Architecture: all Multi-Arch: foreign Version: 4.5ubuntu9+24.04.1 Depends: debconf (>= 0.5) | debconf-2.0 Conffiles: /etc/kernel/postinst.d/xx-update-initrd-links b41c8cb1275704cf344e3e87c84633b2 Description: Linux image base package This package contains files and support scripts for all Linux images. Original-Maintainer: Debian Kernel Team Package: linux-headers-6.17.0-1011-oracle Status: install ok installed Priority: optional Section: devel Installed-Size: 25424 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1011.11~24.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-oracle-6.17-headers-6.17.0-1011, libc6 (>= 2.38), libdw1t64 (>= 0.171), libelf1t64 (>= 0.144), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.2.3.3) Description: Oracle Linux kernel headers for version 6.17.0 on DESC This package provides kernel header files for version 6.17.0 on DESC. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.17.0-1011/debian.README.gz for details. Package: linux-headers-6.17.0-1016-oracle Status: install ok installed Priority: optional Section: devel Installed-Size: 25430 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Provides: linux-headers, linux-headers-3.0 Depends: linux-oracle-6.17-headers-6.17.0-1016, libc6 (>= 2.38), libdw1t64 (>= 0.171), libelf1t64 (>= 0.144), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.2.3.3) Description: Oracle Linux kernel headers for version 6.17.0 on DESC This package provides kernel header files for version 6.17.0 on DESC. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.17.0-1016/debian.README.gz for details. Package: linux-headers-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 9 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-meta-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Depends: linux-headers-6.17.0-1016-oracle Description: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. Package: linux-image-6.14.0-1018-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 18985 Maintainer: Canonical Kernel Team Architecture: arm64 Source: linux-signed-oracle-6.14 Version: 6.14.0-1018.18~24.04.1 Config-Version: 6.14.0-1018.18~24.04.1 Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, zfs-dkms, zfs-modules Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.14.0-1018-oracle Recommends: flash-kernel | grub-efi-arm64, initramfs-tools | linux-initramfs-tool Suggests: linux-oracle-6.14-doc-6.14.0 | linux-oracle-6.14-source-6.14.0, linux-oracle-6.14-tools, linux-headers-6.14.0-1018-oracle Conflicts: linux-image-unsigned-6.14.0-1018-oracle Description: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Built-Using: linux-oracle-6.14 (= 6.14.0-1018.18~24.04.1) Package: linux-image-6.17.0-1007-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 19798 Maintainer: Canonical Kernel Team Architecture: arm64 Source: linux-signed-oracle-6.17 Version: 6.17.0-1007.7~24.04.1 Config-Version: 6.17.0-1007.7~24.04.1 Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, zfs-dkms, zfs-modules Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.17.0-1007-oracle Recommends: flash-kernel | grub-efi-arm64, initramfs-tools | linux-initramfs-tool Suggests: bpftool, linux-perf, linux-oracle-6.17-doc-6.17.0 | linux-oracle-6.17-source-6.17.0, linux-oracle-6.17-tools, linux-headers-6.17.0-1007-oracle Conflicts: linux-image-unsigned-6.17.0-1007-oracle Description: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Built-Using: linux-oracle-6.17 (= 6.17.0-1007.7~24.04.1) Package: linux-image-6.17.0-1009-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 19796 Maintainer: Canonical Kernel Team Architecture: arm64 Source: linux-signed-oracle-6.17 Version: 6.17.0-1009.9~24.04.1 Config-Version: 6.17.0-1009.9~24.04.1 Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, zfs-dkms, zfs-modules Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.17.0-1009-oracle Recommends: flash-kernel | grub-efi-arm64, initramfs-tools | linux-initramfs-tool Suggests: bpftool, linux-perf, linux-oracle-6.17-doc-6.17.0 | linux-oracle-6.17-source-6.17.0, linux-oracle-6.17-tools, linux-headers-6.17.0-1009-oracle Conflicts: linux-image-unsigned-6.17.0-1009-oracle Description: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Built-Using: linux-oracle-6.17 (= 6.17.0-1009.9~24.04.1) Package: linux-image-6.17.0-1010-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 19801 Maintainer: Canonical Kernel Team Architecture: arm64 Source: linux-signed-oracle-6.17 Version: 6.17.0-1010.10~24.04.1 Config-Version: 6.17.0-1010.10~24.04.1 Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, zfs-dkms, zfs-modules Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.17.0-1010-oracle Recommends: flash-kernel | grub-efi-arm64, initramfs-tools | linux-initramfs-tool Suggests: bpftool, linux-perf, linux-oracle-6.17-doc-6.17.0 | linux-oracle-6.17-source-6.17.0, linux-oracle-6.17-tools, linux-headers-6.17.0-1010-oracle Conflicts: linux-image-unsigned-6.17.0-1010-oracle Description: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Built-Using: linux-oracle-6.17 (= 6.17.0-1010.10~24.04.1) Package: linux-image-6.17.0-1011-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 19826 Maintainer: Canonical Kernel Team Architecture: arm64 Source: linux-signed-oracle-6.17 Version: 6.17.0-1011.11~24.04.1 Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, zfs-dkms, zfs-modules Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.17.0-1011-oracle Recommends: flash-kernel | grub-efi-arm64, initramfs-tools | linux-initramfs-tool Suggests: bpftool, linux-perf, linux-oracle-6.17-doc-6.17.0 | linux-oracle-6.17-source-6.17.0, linux-oracle-6.17-tools, linux-headers-6.17.0-1011-oracle Conflicts: linux-image-unsigned-6.17.0-1011-oracle Description: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Built-Using: linux-oracle-6.17 (= 6.17.0-1011.11~24.04.1) Package: linux-image-6.17.0-1014-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 19826 Maintainer: Canonical Kernel Team Architecture: arm64 Source: linux-signed-oracle-6.17 Version: 6.17.0-1014.14~24.04.1 Config-Version: 6.17.0-1014.14~24.04.1 Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, zfs-dkms, zfs-modules Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.17.0-1014-oracle Recommends: flash-kernel | grub-efi-arm64, initramfs-tools | linux-initramfs-tool Suggests: bpftool, linux-perf, linux-oracle-6.17-doc-6.17.0 | linux-oracle-6.17-source-6.17.0, linux-oracle-6.17-tools, linux-headers-6.17.0-1014-oracle Conflicts: linux-image-unsigned-6.17.0-1014-oracle Description: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Built-Using: linux-oracle-6.17 (= 6.17.0-1014.14~24.04.1) Package: linux-image-6.17.0-1016-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 19828 Maintainer: Canonical Kernel Team Architecture: arm64 Source: linux-signed-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Provides: aufs-dkms, fuse-module, ivtv-modules, kvm-api-4, linux-image, redhat-cluster-modules, spl-dkms, spl-modules, zfs-dkms, zfs-modules Depends: kmod, linux-base (>= 4.5ubuntu1~16.04.1), linux-modules-6.17.0-1016-oracle Recommends: flash-kernel | grub-efi-arm64, initramfs-tools | linux-initramfs-tool Suggests: bpftool, linux-perf, linux-oracle-6.17-doc-6.17.0 | linux-oracle-6.17-source-6.17.0, linux-oracle-6.17-tools, linux-headers-6.17.0-1016-oracle Conflicts: linux-image-unsigned-6.17.0-1016-oracle Description: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Built-Using: linux-oracle-6.17 (= 6.17.0-1016.16~24.04.1) Package: linux-image-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 9 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-meta-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Provides: spl-modules (= 2.3.4-1ubuntu2), virtualbox-guest-modules (= 6.17.0-1016), wireguard-modules (= 1.0.0), zfs-modules (= 2.3.4-1ubuntu2) Depends: linux-image-6.17.0-1016-oracle Recommends: linux-modules-extra-6.17.0-1016-oracle Description: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-libc-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 7377 Maintainer: Ubuntu Kernel Team Architecture: arm64 Multi-Arch: same Source: linux Version: 6.8.0-124.124 Replaces: linux-kernel-headers Provides: aufs-dev, linux-kernel-headers Conflicts: linux-kernel-headers Description: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Package: linux-modules-6.14.0-1018-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 34188 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.14 Version: 6.14.0-1018.18~24.04.1 Config-Version: 6.14.0-1018.18~24.04.1 Description: Oracle Linux kernel extra modules for version 6.14.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.17.0-1007-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 34727 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1007.7~24.04.1 Config-Version: 6.17.0-1007.7~24.04.1 Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.17.0-1009-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 34761 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1009.9~24.04.1 Config-Version: 6.17.0-1009.9~24.04.1 Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.17.0-1010-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 34763 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1010.10~24.04.1 Config-Version: 6.17.0-1010.10~24.04.1 Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.17.0-1011-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 34817 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1011.11~24.04.1 Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.17.0-1014-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 34820 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1014.14~24.04.1 Config-Version: 6.17.0-1014.14~24.04.1 Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.17.0-1016-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 34827 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.17.0-1007-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 128427 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1007.7~24.04.1 Config-Version: 6.17.0-1007.7~24.04.1 Depends: wireless-regdb, linux-modules-6.17.0-1007-oracle Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC This package contains the Oracle Linux kernel extra modules for version 6.17.0 on DESC. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.17.0-1009-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 128491 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1009.9~24.04.1 Config-Version: 6.17.0-1009.9~24.04.1 Depends: wireless-regdb, linux-modules-6.17.0-1009-oracle Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC This package contains the Oracle Linux kernel extra modules for version 6.17.0 on DESC. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.17.0-1010-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 128506 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1010.10~24.04.1 Config-Version: 6.17.0-1010.10~24.04.1 Depends: wireless-regdb, linux-modules-6.17.0-1010-oracle Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC This package contains the Oracle Linux kernel extra modules for version 6.17.0 on DESC. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.17.0-1011-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 128475 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1011.11~24.04.1 Depends: wireless-regdb, linux-modules-6.17.0-1011-oracle Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC This package contains the Oracle Linux kernel extra modules for version 6.17.0 on DESC. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.17.0-1014-oracle Status: deinstall ok config-files Priority: optional Section: kernel Installed-Size: 128482 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1014.14~24.04.1 Config-Version: 6.17.0-1014.14~24.04.1 Depends: wireless-regdb, linux-modules-6.17.0-1014-oracle Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC This package contains the Oracle Linux kernel extra modules for version 6.17.0 on DESC. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.17.0-1016-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 128479 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Depends: wireless-regdb, linux-modules-6.17.0-1016-oracle Description: Oracle Linux kernel extra modules for version 6.17.0 on DESC This package contains the Oracle Linux kernel extra modules for version 6.17.0 on DESC. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-oracle Status: install ok installed Priority: optional Section: kernel Installed-Size: 9 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-meta-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Depends: linux-image-oracle (= 6.17.0-1016.16~24.04.1), linux-headers-oracle (= 6.17.0-1016.16~24.04.1) Recommends: linux-tools-6.17.0-1016-oracle, ubuntu-kernel-accessories Description: Complete Linux kernel for Oracle systems. This package will always depend on the latest complete Linux kernel available for Oracle systems. Package: linux-oracle-6.17-headers-6.17.0-1011 Status: install ok installed Priority: optional Section: devel Installed-Size: 92078 Maintainer: Ubuntu Kernel Team Architecture: all Multi-Arch: foreign Source: linux-oracle-6.17 Version: 6.17.0-1011.11~24.04.1 Depends: coreutils Description: Header files related to Oracle Linux kernel version 6.17.0 This package provides kernel header files for version 6.17.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oracle-6.17-headers-6.17.0-1011/debian.README.gz for details Package: linux-oracle-6.17-headers-6.17.0-1016 Status: install ok installed Priority: optional Section: devel Installed-Size: 92083 Maintainer: Ubuntu Kernel Team Architecture: all Multi-Arch: foreign Source: linux-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Depends: coreutils Description: Header files related to Oracle Linux kernel version 6.17.0 This package provides kernel header files for version 6.17.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oracle-6.17-headers-6.17.0-1016/debian.README.gz for details Package: linux-oracle-6.17-tools-6.17.0-1011 Status: install ok installed Priority: optional Section: devel Installed-Size: 6309 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1011.11~24.04.1 Depends: libc6 (>= 2.38), libdw1t64 (>= 0.161), libelf1t64 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libpython3.12t64 (>= 3.12.1), libslang2 (>= 2.2.4), libstdc++6 (>= 4.1.1), libtraceevent1 (>= 1:1.3.0), libudev1 (>= 183), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), linux-tools-common Description: Oracle Linux kernel version specific tools for version 6.17.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.17.0-1011 on =HUMAN=. You probably want to install linux-tools-6.17.0-1011-. Package: linux-oracle-6.17-tools-6.17.0-1016 Status: install ok installed Priority: optional Section: devel Installed-Size: 6314 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Depends: libc6 (>= 2.38), libdw1t64 (>= 0.161), libelf1t64 (>= 0.144), liblzma5 (>= 5.1.1alpha+20120614), libnuma1 (>= 2.0.11), libpython3.12t64 (>= 3.12.1), libslang2 (>= 2.2.4), libstdc++6 (>= 4.1.1), libtraceevent1 (>= 1:1.3.0), libudev1 (>= 183), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), linux-tools-common Description: Oracle Linux kernel version specific tools for version 6.17.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.17.0-1016 on =HUMAN=. You probably want to install linux-tools-6.17.0-1016-. Package: linux-tools-6.17.0-1011-oracle Status: install ok installed Priority: optional Section: devel Installed-Size: 585 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1011.11~24.04.1 Depends: linux-oracle-6.17-tools-6.17.0-1011 Description: Oracle Linux kernel version specific tools for version 6.17.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 6.17.0-1011 on =HUMAN=. Package: linux-tools-6.17.0-1016-oracle Status: install ok installed Priority: optional Section: devel Installed-Size: 590 Maintainer: Ubuntu Kernel Team Architecture: arm64 Source: linux-oracle-6.17 Version: 6.17.0-1016.16~24.04.1 Depends: linux-oracle-6.17-tools-6.17.0-1016 Description: Oracle Linux kernel version specific tools for version 6.17.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 6.17.0-1016 on =HUMAN=. Package: linux-tools-common Status: install ok installed Priority: optional Section: kernel Installed-Size: 867 Maintainer: Ubuntu Kernel Team Architecture: all Multi-Arch: foreign Source: linux Version: 6.8.0-124.124 Provides: bpftool Depends: lsb-release, hwdata Description: Linux kernel version specific tools for version 6.8.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0. Package: login Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 1064 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: shadow Version: 1:4.13+dfsg1-4ubuntu3.2 Pre-Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libpam-runtime, libpam-modules Conflicts: python-4suite (<< 0.99cvs20060405-1) Conffiles: /etc/login.defs 6577ffcffe56502b0e9a79ee8e5bb8c6 /etc/pam.d/login d10e26d07799aaa674a125e89d525c39 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; Homepage: https://github.com/shadow-maint/shadow Original-Maintainer: Shadow package maintainers Package: logrotate Status: install ok installed Priority: important Section: admin Installed-Size: 181 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 3.21.0-2build1 Depends: cron | anacron | cron-daemon | systemd-sysv, libacl1 (>= 2.2.23), libc6 (>= 2.38), libpopt0 (>= 1.14), libselinux1 (>= 3.1~) Suggests: bsd-mailx | mailx Conffiles: /etc/cron.daily/logrotate 31da718265eaaa2fdabcfb2743bda171 /etc/logrotate.conf 9290a646a62731e8afbdfb022ca8dff9 /etc/logrotate.d/btmp 55631862595faf6432786dc335eb3f44 /etc/logrotate.d/wtmp 46cd7ecb1810441bd450987a976f5540 Description: Log rotation utility The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files. Logrotate allows for the automatic rotation compression, removal and mailing of log files. Logrotate can be set to handle a log file daily, weekly, monthly or when the log file gets to a certain size. Normally, logrotate runs as a daily cron job. Homepage: https://github.com/logrotate/logrotate Original-Maintainer: Christian Göttsche Package: logsave Status: install ok installed Priority: required Section: admin Installed-Size: 102 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: e2fsprogs Version: 1.47.0-2.4~exp1ubuntu4.1 Replaces: e2fsprogs (<< 1.45.3-1) Depends: libc6 (>= 2.34) 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 Original-Maintainer: Theodore Y. Ts'o Package: lsb-release Status: install ok installed Priority: optional Section: misc Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: lsb-release-minimal Version: 12.0-2 Description: Linux Standard Base version reporting utility (minimal implementation) 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. . This package contains a bare-bones implementation that uses the information in /etc/os-release instead of relying on LSB packages. Original-Maintainer: Gioele Barabucci Homepage: https://gioele.io/lsb-release-minimal Package: lsof Status: install ok installed Priority: standard Section: utils Installed-Size: 499 Maintainer: Ubuntu Developers Architecture: arm64 Version: 4.95.0-1build3 Depends: libc6 (>= 2.34), libselinux1 (>= 3.1~), libtirpc3t64 (>= 1.0.2) Description: utility to list open files Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open, by processes currently running on the system. Homepage: https://github.com/lsof-org/lsof Original-Maintainer: Andres Salomon Package: lto-disabled-list Status: install ok installed Priority: optional Section: devel Installed-Size: 41 Maintainer: Matthias Klose Architecture: all Version: 47 Description: list of packages not to build with LTO A list of source packages not to build with link time optimization (LTO). . Entries in this list should have a bug report filed with the (user) tag 'lto'. Package: lxd-agent-loader Status: install ok installed Priority: optional Section: misc Installed-Size: 25 Maintainer: Ubuntu Developers Architecture: all Version: 0.7ubuntu0.1 Description: LXD - VM agent loader The LXD VM agent enables access to advanced LXD features such as file transfer and command spawning inside virtual machines run by LXD. . This package will automatically load and run the agent when started in a LXD VM. Homepage: https://github.com/canonical/lxd Package: lxd-installer Status: install ok installed Priority: optional Section: admin Installed-Size: 22 Maintainer: Ubuntu Developers Architecture: all Version: 4ubuntu0.1 Conflicts: lxd Description: Wrapper to install lxd snap on demand Installing this package in an image instead of the lxd snap allows it to be smaller whilst preserving the command line interface of the full server image. Package: make Status: install ok installed Priority: optional Section: devel Installed-Size: 412 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: make-dfsg Version: 4.3-4.1build2 Replaces: make-guile Depends: libc6 (>= 2.38) Suggests: make-doc Conflicts: make-guile Description: utility for directing compilation GNU Make is a utility which controls the generation of executables and other target files of a program from the program's source files. It determines automatically which pieces of a large program need to be (re)created, and issues the commands to (re)create them. Make can be used to organize any task in which targets (files) are to be automatically updated based on input files whenever the corresponding input is newer --- it is not limited to building computer programs. Indeed, Make is a general purpose dependency solver. Homepage: https://www.gnu.org/software/make/ Original-Maintainer: Manoj Srivastava Package: manpages Status: install ok installed Priority: standard Section: doc Installed-Size: 1672 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 6.7-2 Replaces: initscripts (<< 3.0.0-1), inn2-dev (<< 2.6.5-1), manpages-dev (<< 5.09-2) Suggests: man-browser Breaks: initscripts (<< 3.0.0-1), inn2-dev (<< 2.6.5-1), manpages-dev (<< 5.09-2) Description: Manual pages about using a GNU/Linux system This package contains GNU/Linux manual pages for these sections: 4 = Devices (e.g. hd, sd). 5 = File formats and protocols, syntaxes of several system files (e.g. wtmp, /etc/passwd, nfs). 7 = Conventions and standards, macro packages, etc. (e.g. nroff, ascii). . Beside the intro man page describing the section, a few manual pages from sections 1,6 and 8 are also provided. . The man pages describe syntaxes of several system files. Original-Maintainer: Dr. Tobias Quathamer Homepage: https://www.kernel.org/doc/man-pages/ Package: manpages-dev Status: install ok installed Priority: optional Section: doc Installed-Size: 3724 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: manpages Version: 6.7-2 Replaces: inn2-dev (<< 2.7.0-1), manpages (<< 6.7-1) Depends: manpages Suggests: man-browser Breaks: inn2-dev (<< 2.7.0-1), manpages (<< 6.7-1) Description: Manual pages about using GNU/Linux for development These man pages describe the Linux programming interface, including these two sections: 2 = Linux system calls. 3 = Library calls (note that a more comprehensive source of information may be found in the glibc-doc and glibc-doc-reference packages). Original-Maintainer: Dr. Tobias Quathamer Homepage: https://www.kernel.org/doc/man-pages/ Package: mawk Status: install ok installed Priority: required Section: utils Installed-Size: 301 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.3.4.20240123-1build1 Provides: awk Depends: libc6 (>= 2.38) 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/ Original-Maintainer: Boyuan Yang Package: media-types Status: install ok installed Priority: standard Section: net Installed-Size: 93 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 10.1.0 Replaces: mime-support (<< 3.65) Breaks: mime-support (<< 3.65) Conffiles: /etc/mime.types e06b55a5d7cb8e9835e1caad087d1636 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). Original-Maintainer: Mime-Support Packagers Package: mesa-libgallium Status: install ok installed Priority: optional Section: libs Installed-Size: 46133 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mesa Version: 25.2.8-0ubuntu0.24.04.1 Depends: libc6 (>= 2.38), libdrm-amdgpu1 (>= 2.4.125-1), libdrm2 (>= 2.4.125-1), libelf1t64 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libllvm20, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libx11-xcb1 (>= 2:1.8.7), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.3.3) Description: shared infrastructure for Mesa drivers This package contains libgallium, a private library shared between multiple Mesa drivers. This library is an implementation detail of Mesa and should not be used directly by user code. Homepage: https://mesa3d.org/ Original-Maintainer: Debian X Strike Force Package: mesa-va-drivers Status: install ok installed Priority: optional Section: libs Installed-Size: 52 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mesa Version: 25.2.8-0ubuntu0.24.04.1 Replaces: vdpau-va-driver (<< 0.7.4-5) Provides: va-driver Depends: mesa-libgallium (= 25.2.8-0ubuntu0.24.04.1) Breaks: vdpau-va-driver (<< 0.7.4-5) Enhances: libva2 Description: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-API) for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VA-API for some gallium drivers. Homepage: https://mesa3d.org/ Original-Maintainer: Debian X Strike Force Package: mesa-vdpau-drivers Status: install ok installed Priority: optional Section: libs Installed-Size: 67 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mesa Version: 25.2.8-0ubuntu0.24.04.1 Provides: vdpau-driver Depends: libvdpau1 Enhances: libvdpau1 Description: Mesa VDPAU video acceleration drivers These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VDPAU for some gallium drivers. Homepage: https://mesa3d.org/ Original-Maintainer: Debian X Strike Force Package: mesa-vulkan-drivers Status: install ok installed Priority: optional Section: libs Installed-Size: 110192 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: mesa Version: 25.2.8-0ubuntu0.24.04.1 Provides: vulkan-icd Depends: libvulkan1, libc6 (>= 2.38), libdrm-amdgpu1 (>= 2.4.125-1), libdrm2 (>= 2.4.125-1), libelf1t64 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 4.2), libllvm20, libstdc++6 (>= 13.1), libwayland-client0 (>= 1.20.0), libx11-xcb1 (>= 2:1.8.7), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-shm0, libxcb-sync1, libxcb-xfixes0, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.3.3) Description: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Homepage: https://mesa3d.org/ Original-Maintainer: Debian X Strike Force Package: modemmanager Status: install ok installed Priority: optional Section: net Installed-Size: 6776 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.23.4-0ubuntu2 Depends: libc6 (>= 2.38), libglib2.0-0t64 (>= 2.56.0), libgudev-1.0-0 (>= 212), libmbim-glib4 (>= 1.30.0), libmbim-proxy, libmm-glib0 (>= 1.23.4), libpolkit-gobject-1-0 (>= 0.99), libqmi-glib5 (>= 1.34.0), libqmi-proxy, libqrtr-glib0 (>= 1.0.0), libsystemd0 (>= 209), polkitd Recommends: libmbim-utils, libqmi-utils, usb-modeswitch Conffiles: /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf newconffile remove-on-upgrade Description: D-Bus service for managing modems ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G/5G) devices and connections. Whether built-in devices, USB dongles, Bluetooth-paired telephones or professional RS232/USB devices with external power supplies, ModemManager is able to prepare and configure the modems and setup connections with them. Homepage: https://www.freedesktop.org/wiki/Software/ModemManager/ Original-Maintainer: DebianOnMobile Maintainers Package: mokutil Status: install ok installed Priority: optional Section: admin Installed-Size: 86 Maintainer: Ubuntu Developers Architecture: arm64 Version: 0.6.0-2build3 Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libefivar1t64 (>= 38), libkeyutils1 (>= 1.5.9), libssl3t64 (>= 3.0.0) Description: tools for manipulating machine owner keys This program provides the means to enroll and erase the machine owner keys (MOK) stored in the database of shim. Original-Maintainer: Debian UEFI Maintainers Package: mount Status: install ok installed Priority: required Section: admin Installed-Size: 516 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: util-linux Version: 2.39.3-9ubuntu6.5 Pre-Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.38), libmount1 (>= 2.39.1), libselinux1 (>= 3.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: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: nano Status: install ok installed Priority: important Section: editors Installed-Size: 888 Maintainer: Ubuntu Developers Architecture: arm64 Version: 7.2-2ubuntu0.2 Replaces: nano-tiny (<< 2.8.6-2), pico Depends: libc6 (>= 2.38), libncursesw6 (>= 6), libtinfo6 (>= 6) Suggests: hunspell Breaks: nano-tiny (<< 2.8.6-2) Conflicts: pico Conffiles: /etc/nanorc be076483dde4364946fcf3d1ea5dce26 Description: small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement for Pico, the ncurses-based editor from the non-free mailer package Pine (itself now available under the Apache License as Alpine). . However, GNU nano also implements many features missing in Pico, including: - undo/redo - line numbering - syntax coloring - soft-wrapping of overlong lines - selecting text by holding Shift - interactive search and replace (with regular expression support) - a go-to line (and column) command - support for multiple file buffers - auto-indentation - tab completion of filenames and search terms - toggling features while running - and full internationalization support Homepage: https://www.nano-editor.org/ Original-Maintainer: Jordi Mallach Package: ncurses-base Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 384 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: ncurses Version: 6.4+20240113-1ubuntu2 Replaces: ncurses-term (<< 6.4+20230603) Provides: ncurses-runtime Breaks: cryptsetup-initramfs (<< 2:2.6.1), ncurses-term (<< 6.4+20230625), neovim (<< 0.6.0), vim-common (<< 2:9.0.1000-2) 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/ Original-Maintainer: Ncurses Maintainers Package: ncurses-bin Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 911 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: ncurses Version: 6.4+20240113-1ubuntu2 Pre-Depends: libc6 (>= 2.34), libtinfo6 (>= 6.4+20230603) 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/ Original-Maintainer: Ncurses Maintainers Package: net-tools Status: install ok installed Priority: important Section: net Installed-Size: 1200 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.10-0.1ubuntu4.4 Depends: libc6 (>= 2.38), 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/ Original-Maintainer: net-tools Team Package: netbase Status: install ok installed Priority: important Section: admin Installed-Size: 36 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 6.4 Replaces: ebtables (<< 2.0.11-2) Breaks: ebtables (<< 2.0.11-2) Conffiles: /etc/ethertypes cd7fa874d85f7587e2ed11174d58cf83 /etc/protocols 0c247591a720f534fe543401bd4844d6 /etc/rpc 2d7748cd0feba2e43ee52d4d7f834188 /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. Original-Maintainer: Marco d'Itri Package: netcat-openbsd Status: install ok installed Priority: important Section: net Installed-Size: 134 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.226-1ubuntu2 Provides: netcat Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.38) Description: TCP/IP swiss army knife A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. . This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets. Original-Maintainer: Guilhem Moulin Package: netfilter-persistent Status: install ok installed Priority: optional Section: admin Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: all Source: iptables-persistent Version: 1.0.20 Pre-Depends: init-system-helpers (>= 1.54~) Suggests: iptables-persistent Conffiles: /etc/default/netfilter-persistent 4d445ec02afdea77f8e9d61ece879365 /etc/init.d/netfilter-persistent 5820d69b493ddb0b07f4c898366ac644 /etc/logcheck/ignore.d.server/netfilter-persistent/netfilter-persistent a7b32a09d07afdf2d4e688dbfb897c5e Description: boot-time loader for netfilter configuration This package provides a loader for netfilter configuration using a plugin-based architecture. It can load, flush and save a running configuration. Extending netfilter-persistent with plugins is trivial and can be done in any language. Original-Maintainer: gustavo panizzo Package: netpbm Status: install ok installed Priority: optional Section: graphics Installed-Size: 24526 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: netpbm-free Version: 2:11.05.02-1.1build1 Provides: pbmwbmp, pnmtopng Depends: libnetpbm11t64 (= 2:11.05.02-1.1build1), libc6 (>= 2.38), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.2), libtiff6 (>= 4.0.3), libx11-6, libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Recommends: ghostscript Description: Graphics conversion tools between image formats Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in the package including converters for more than 80 graphics formats. Homepage: https://netpbm.sourceforge.net/ Original-Maintainer: Debian PhotoTools Maintainers Package: netplan-generator Status: install ok installed Priority: optional Section: net Installed-Size: 335 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: netplan.io Version: 1.1.2-8ubuntu1~24.04.1 Replaces: netplan.io (<< 0.106.1-8~) Depends: libc6 (>= 2.34), libglib2.0-0t64 (>= 2.70.0), libnetplan1 (= 1.1.2-8ubuntu1~24.04.1), systemd (>= 248~) Suggests: network-manager | wpasupplicant, openvswitch-switch, iw Breaks: netplan.io (<< 0.106.1-8~) Description: Declarative network configuration for various backends at boot Netplan reads YAML network configuration files which are written by administrators, installers, cloud image instantiations, or other OS deployments. During early boot it then generates backend specific configuration files in /run to hand off control of devices to a particular networking daemon. . Currently supported backends are networkd and NetworkManager. . This package provides a systemd-generator to configure various networking daemons at boot time. Homepage: https://netplan.io/ Original-Maintainer: Debian Networking Team Package: netplan.io Status: install ok installed Priority: optional Section: net Installed-Size: 374 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.1.2-8ubuntu1~24.04.1 Depends: python3:any, libc6 (>= 2.34), libglib2.0-0t64 (>= 2.70.0), libnetplan1 (= 1.1.2-8ubuntu1~24.04.1), libsystemd0 (>= 243), ethtool, iproute2, netplan-generator, python3-netplan, python3-yaml, systemd (>= 248~), udev Recommends: python3-rich Suggests: systemd-resolved Description: Declarative network configuration for various backends at runtime Netplan reads YAML network configuration files which are written by administrators, installers, cloud image instantiations, or other OS deployments. During early boot it then generates backend specific configuration files in /run to hand off control of devices to a particular networking daemon. . Currently supported backends are networkd and NetworkManager. . This package provides a runtime CLI to control the Netplan backends, e.g. to re-generate configuration or apply changes. Homepage: https://netplan.io/ Original-Maintainer: Debian Networking Team Package: nfs-common Status: install ok installed Priority: optional Section: net Installed-Size: 1394 Maintainer: Ubuntu Developers Architecture: arm64 Source: nfs-utils Version: 1:2.6.4-3ubuntu5.1 Replaces: nfs-client Provides: nfs-client Depends: libc6 (>= 2.38), libcap2 (>= 1:2.10), libcom-err2 (>= 1.43.9), libdevmapper1.02.1 (>= 2:1.02.97), libevent-core-2.1-7t64 (>= 2.1.8-stable), libgssapi-krb5-2 (>= 1.17), libkeyutils1 (>= 1.5.9), libkrb5-3 (>= 1.10+dfsg~alpha1), libmount1 (>= 2.24.2), libnfsidmap1 (= 1:2.6.4-3ubuntu5.1), libtirpc3t64 (>= 1.0.2), libwrap0 (>= 7.6-4~), rpcbind, adduser, ucf, keyutils, python3 Pre-Depends: init-system-helpers (>= 1.54~) Suggests: open-iscsi, watchdog Conflicts: nfs-client Conffiles: /etc/default/nfs-common 8059467ddff336afda6de2e3dff08c92 /etc/init.d/nfs-common c0a02badc621ebb2029ed09cf2031fab /etc/request-key.d/id_resolver.conf c7df239caa9880e7d6048cff6d46adc7 Description: NFS support files common to client and server Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs. Homepage: https://linux-nfs.org/ Original-Maintainer: Debian kernel team Package: nftables Status: install ok installed Priority: important Section: net Installed-Size: 221 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.0.9-1build1 Depends: libnftables1 (= 1.0.9-1build1), libc6 (>= 2.34), libedit2 (>= 3.1-20130611-0) Recommends: netbase Suggests: firewalld Conffiles: /etc/nftables.conf 4d4241fcd44b9a69b74f69d571f35a20 Description: Program to control packet filtering rules by Netfilter project This software provides an in-kernel packet classification framework that is based on a network-specific Virtual Machine (VM) and the nft userspace command line tool. The nftables framework reuses the existing Netfilter subsystems such as the existing hook infrastructure, the connection tracking system, NAT, userspace queueing and logging subsystem. . nftables replaces the old popular iptables, ip6tables, arptables and ebtables. . Netfilter software and nftables in particular are used in applications such as Internet connection sharing, firewalls, IP accounting, transparent proxying, advanced routing and traffic control. . A Linux kernel >= 3.13 is required. However, >= 4.14 is recommended. Homepage: https://www.netfilter.org/ Original-Maintainer: Debian Netfilter Packaging Team Package: nginx Status: install ok installed Priority: optional Section: httpd Installed-Size: 1345 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.24.0-2ubuntu7.11 Replaces: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~) Provides: httpd, httpd-cgi, nginx-abi-1.24.0-1 Depends: libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libpcre2-8-0 (>= 10.22), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), iproute2, nginx-common (= 1.24.0-2ubuntu7.11) Breaks: nginx-core (<< 1.22.1-6~), nginx-extras (<< 1.22.1-6~), nginx-light (<< 1.22.1-6~) Description: small, powerful, scalable web/proxy server Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. Homepage: https://nginx.org Original-Maintainer: Debian Nginx Maintainers Package: nginx-common Status: install ok installed Priority: optional Section: httpd Installed-Size: 240 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: nginx Version: 1.24.0-2ubuntu7.11 Replaces: nginx (<< 1.22.1-8) Depends: debconf (>= 0.5) | debconf-2.0 Suggests: fcgiwrap, nginx-doc, ssl-cert Breaks: nginx (<< 1.22.1-8) Conffiles: /etc/default/nginx 596fbc1f5712caaa02e8c799a4e2a01f /etc/init.d/nginx 290f6f12a12bc8e882bc5af46c1bfe7c /etc/logrotate.d/nginx b29112f9480a70fa7de2729ff39923e2 /etc/nginx/fastcgi.conf 74e91892a9e591cde6d65c3e8e7e5fb2 /etc/nginx/fastcgi_params ed054bf064ade22488fcccc49174327d /etc/nginx/koi-utf 3e338aca6a53a5420fc791b5ef86f64c /etc/nginx/koi-win bfa0b80381fed2b1dfcf617b0ba204ec /etc/nginx/mime.types 96fd3f507b3a4fe666fcb0bb0042f428 /etc/nginx/nginx.conf e5398edc0b51497dba606859fb13a86e /etc/nginx/proxy_params 2612ba3438c3b7855ea7779a879e6aef /etc/nginx/scgi_params df8c71e25e0356ffc539742f08fddfff /etc/nginx/sites-available/default f1f26aef86f90a484f3a2f46ccc46ff6 /etc/nginx/snippets/fastcgi-php.conf 828e5bd1f3de7b3ef0e6856598b2a8c0 /etc/nginx/snippets/snakeoil.conf 0a8bff8a55d8ec9d002e1b8460d2d64f /etc/nginx/uwsgi_params 88ac833ee8ea60904a8b3063fde791de /etc/nginx/win-utf 0f39cbfca77d4f3bb5d33f009a514c71 /etc/ufw/applications.d/nginx 3e24def79cf627acc2ab1b1bdfbc645c Description: small, powerful, scalable web/proxy server - common files Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package contains base configuration files used by all versions of nginx. Homepage: https://nginx.org Original-Maintainer: Debian Nginx Maintainers Package: nodejs Status: install ok installed Priority: optional Section: web Installed-Size: 228767 Maintainer: NodeSource Support Architecture: arm64 Version: 22.22.0-1nodesource1 Replaces: nodejs-dev (<= 0.8.22), nodejs-legacy, npm (<= 1.2.14) Provides: nodejs-dev, nodejs-doc, nodejs-legacy, npm Depends: libc6 (>= 2.28), libgcc1 (>= 1:4.2), libstdc++6 (>= 5.2), python3, ca-certificates Conflicts: nodejs-dev, nodejs-doc, nodejs-legacy, npm Description: Node.js event-based server-side javascript engine Node.js is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted. . It takes the event model a bit further - it presents the event loop as a language construct instead of as a library. . Node.js is bundled with several useful libraries to handle server tasks : System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Homepage: https://nodejs.org Package: ntfs-3g Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 1979 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1:2022.10.3-1.2ubuntu3.1 Depends: libc6 (>= 2.38), libgcrypt20 (>= 1.10.3), libgnutls30t64 (>= 3.7.2), libntfs-3g89t64 (= 1:2022.10.3-1.2ubuntu3.1) Pre-Depends: fuse3 Description: read/write NTFS driver for FUSE NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. Homepage: https://github.com/tuxera/ntfs-3g/wiki Original-Maintainer: Laszlo Boszormenyi (GCS) Package: ocl-icd-libopencl1 Status: install ok installed Priority: optional Section: libs Installed-Size: 200 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: ocl-icd Version: 2.3.2-1build1 Replaces: amd-app, libopencl1, nvidia-libopencl1-dev Provides: libopencl-1.1-1, libopencl-1.2-1, libopencl-2.0-1, libopencl-2.1-1, libopencl-2.2-1, libopencl-3.0-1, libopencl1 Depends: libc6 (>= 2.34) Suggests: opencl-icd Conflicts: amd-app, libopencl1, nvidia-libopencl1-dev Description: Generic OpenCL ICD Loader OpenCL (Open Computing Language) is a multivendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. . This package contains an installable client driver loader (ICD Loader) library that can be used to load any (free or non-free) installable client driver (ICD) for OpenCL. It acts as a demultiplexer so several ICD can be installed and used together. Homepage: https://github.com/OCL-dev/ocl-icd Original-Maintainer: Debian OpenCL Maintainers Package: open-iscsi Status: install ok installed Priority: optional Section: net Installed-Size: 1264 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.1.9-3ubuntu5.4 Depends: libopeniscsiusr (>= 2.1.9), udev, debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.51), libc6 (>= 2.38), libisns0t64, libkmod2 (>= 5~), libmount1 (>= 2.24.2), libssl3t64 (>= 3.0.0), libsystemd0 Pre-Depends: debconf | debconf-2.0 Recommends: finalrd (>= 3), busybox-initramfs Conffiles: /etc/default/open-iscsi 5744c65409cbdea2bcf5b99dbff89e96 /etc/init.d/iscsid 5caf8e540bc524549b0da933b0ff81af /etc/init.d/open-iscsi 398d426da67e67934f89f81b8dcdccfc /etc/iscsi/iscsid.conf a2ff203d041936d10d30b1aa7cc4b08c Description: iSCSI initiator tools The Open-iSCSI project is a high-performance, transport independent, multi-platform implementation of RFC3720 iSCSI. . Open-iSCSI is partitioned into user and kernel parts. . The kernel portion of Open-iSCSI is a from-scratch code licensed under GPL. The kernel part implements iSCSI data path (that is, iSCSI Read and iSCSI Write), and consists of three loadable modules: scsi_transport_iscsi.ko, libiscsi.ko and iscsi_tcp.ko. . User space contains the entire control plane: configuration manager, iSCSI Discovery, Login and Logout processing, connection-level error processing, Nop-In and Nop-Out handling, and (in the future:) Text processing, iSNS, SLP, Radius, etc. . The user space Open-iSCSI consists of a daemon process called iscsid, and a management utility iscsiadm. . This package includes a daemon, iscsid, and a management utility, iscsiadm. Homepage: https://www.open-iscsi.com/ Original-Maintainer: Debian iSCSI Maintainers Package: openjdk-17-jdk-headless Status: install ok installed Priority: optional Section: java Installed-Size: 77623 Maintainer: OpenJDK Team Architecture: arm64 Multi-Arch: same Source: openjdk-17 Version: 17.0.19+10-1~24.04.2 Replaces: openjdk-17-jre-headless (<< 17~10) Provides: java-compiler, java-sdk-headless (= 17), java10-sdk-headless, java11-sdk-headless, java12-sdk-headless, java13-sdk-headless, java14-sdk-headless, java15-sdk-headless, java16-sdk-headless, java17-sdk-headless, java2-sdk-headless, java5-sdk-headless, java6-sdk-headless, java7-sdk-headless, java8-sdk-headless, java9-sdk-headless Depends: openjdk-17-jre-headless (= 17.0.19+10-1~24.04.2), libc6 (>= 2.34), zlib1g (>= 1:1.1.4) Suggests: openjdk-17-demo, openjdk-17-source Breaks: openjdk-17-jre-headless (<< 17~10) Description: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Homepage: https://openjdk.java.net/ Package: openjdk-17-jre-headless Status: install ok installed Priority: optional Section: java Installed-Size: 190536 Maintainer: OpenJDK Team Architecture: arm64 Multi-Arch: same Source: openjdk-17 Version: 17.0.19+10-1~24.04.2 Replaces: openjdk-11-jdk-headless (<< 11~18-2) Provides: java-runtime-headless (= 17), java10-runtime-headless, java11-runtime-headless, java12-runtime-headless, java13-runtime-headless, java14-runtime-headless, java15-runtime-headless, java16-runtime-headless, java17-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless Depends: ca-certificates-java (>= 20190405~), java-common (>= 0.28), liblcms2-2 (>= 2.2+git20110628), libjpeg8 (>= 8c), libnss3 (>= 2:3.17.1), util-linux (>= 2.26.2-4), libc6 (>= 2.38), libgcc-s1 (>= 3.0), libpcsclite1 (>= 1.3.0), libstdc++6 (>= 5), zlib1g (>= 1:1.2.2) Recommends: libcups2t64, libfontconfig1, libfreetype6 (>= 2.3.5), libharfbuzz0b (>= 1.2.6), libasound2t64 (>= 1.0.16) Suggests: libnss-mdns, fonts-dejavu-extra, fonts-ipafont-gothic, fonts-ipafont-mincho, fonts-wqy-microhei | fonts-wqy-zenhei, fonts-indic Breaks: clojure1.8 (<= 1.8.0-7ubuntu1~) Conflicts: openjdk-11-jdk-headless (<< 11~18-2), oracle-java11-installer Conffiles: /etc/java-17-openjdk/accessibility.properties cb5ef274bab0096317e5053916bd8bb8 /etc/java-17-openjdk/jfr/default.jfc 9437cd21e045a402824041f2c83477ac /etc/java-17-openjdk/jfr/profile.jfc afea752652ea2eb60d134d1ba8d0b5dc /etc/java-17-openjdk/jvm-arm64.cfg c77e64af82305512acd5d5c4f8fb371f /etc/java-17-openjdk/logging.properties 0f00ec3e7a7767a4efeae1875fb5f3d4 /etc/java-17-openjdk/management/jmxremote.access 5880f5255cf159b204761cf24be76061 /etc/java-17-openjdk/management/management.properties 055470250aefd21bb36a38aa74c9d9be /etc/java-17-openjdk/net.properties 6796eefe85e78830093081ab9029fcca /etc/java-17-openjdk/psfont.properties.ja d4c735bf5756759a1c3bc8de408629fc /etc/java-17-openjdk/psfontj2d.properties 17b15d370018acc01550175882c7da91 /etc/java-17-openjdk/security/blocked.certs 19e78890d61c0dfc65b291341c08beba /etc/java-17-openjdk/security/default.policy 74fb678fd76187aa6436479dbc923b59 /etc/java-17-openjdk/security/java.policy aad9032ca70395e13bbf249e9ce0a118 /etc/java-17-openjdk/security/java.security fc695b666d333c2bb01e77d51e97f09e /etc/java-17-openjdk/security/nss.cfg ccd8ac9d15b87311cc9054767517c14d /etc/java-17-openjdk/security/policy/README.txt 3d47d94bc4f19d18bcc8b23f51d013af /etc/java-17-openjdk/security/policy/limited/default_US_export.policy 1a08ffdf0bc871296c8d698fb22f542a /etc/java-17-openjdk/security/policy/limited/default_local.policy 6d7b4616a5dba477b6b6d3f9a12e568f /etc/java-17-openjdk/security/policy/limited/exempt_local.policy 4cbb03f484c86cbea1a217baae07d3c9 /etc/java-17-openjdk/security/policy/unlimited/default_US_export.policy 1a08ffdf0bc871296c8d698fb22f542a /etc/java-17-openjdk/security/policy/unlimited/default_local.policy 2a0f330c51aff13a96af8bd5082c84a8 /etc/java-17-openjdk/security/public_suffix_list.dat d8e49334a95739fdd9508cdf770876c1 /etc/java-17-openjdk/sound.properties 4f95242740bfb7b133b879597947a41e /etc/java-17-openjdk/swing.properties 235f7a79068085d8ef02e2b5134a294a Description: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. Homepage: https://openjdk.java.net/ Package: openssh-client Status: install ok installed Priority: standard Section: net Installed-Size: 3624 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: openssh Version: 1:9.6p1-3ubuntu13.16 Replaces: openssh-sk-helper, ssh, ssh-krb5 Provides: ssh-client Depends: adduser, passwd, libc6 (>= 2.38), libedit2 (>= 2.11-20080614-0), libfido2-1 (>= 1.8.0), libgssapi-krb5-2 (>= 1.17), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.13), 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 d11fe67b3cd9180e1c0e888c5e5b93f6 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: https://www.openssh.com/ Original-Maintainer: Debian OpenSSH Maintainers Package: openssh-server Status: install ok installed Priority: optional Section: net Installed-Size: 2076 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: openssh Version: 1:9.6p1-3ubuntu13.16 Replaces: openssh-client (<< 1:7.9p1-8), ssh, ssh-krb5 Provides: ssh-server Depends: adduser, libpam-modules, libpam-runtime, lsb-base, openssh-client (= 1:9.6p1-3ubuntu13.16), openssh-sftp-server, procps, ucf, debconf (>= 0.5) | debconf-2.0, libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.13), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: default-logind | logind | libpam-systemd, ncurses-term, xauth, ssh-import-id Suggests: molly-guard, monkeysphere, ssh-askpass, ufw Conflicts: sftp, ssh-socks, ssh2 Conffiles: /etc/default/ssh 500e3cf069fe9a7b9936108eb9d9c035 /etc/init.d/ssh 3649a6fe8c18ad1d5245fd91737de507 /etc/pam.d/sshd 8b4c7a12b031424b2a9946881da59812 /etc/ssh/moduli 366395e79244c54223455e5f83dafba3 /etc/ufw/applications.d/openssh-server 486b78d54b93cc9fdc950c1d52ff479e Description: secure shell (SSH) server, for secure access from 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 sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Homepage: https://www.openssh.com/ Original-Maintainer: Debian OpenSSH Maintainers Package: openssh-sftp-server Status: install ok installed Priority: optional Section: net Installed-Size: 145 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: openssh Version: 1:9.6p1-3ubuntu13.16 Replaces: openssh-server (<< 1:6.5p1-5) Depends: openssh-client (= 1:9.6p1-3ubuntu13.16), libc6 (>= 2.38) Recommends: openssh-server | ssh-server Breaks: openssh-server (<< 1:6.5p1-5) Enhances: openssh-server, ssh-server Description: secure shell (SSH) sftp server module, for SFTP access from 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 SFTP server module for the SSH server. It is needed if you want to access your SSH server with SFTP. The SFTP server module also works with other SSH daemons like dropbear. . OpenSSH's sftp and sftp-server implement revision 3 of the SSH filexfer protocol described in: . http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt . Newer versions of the draft will not be supported, though some features are individually implemented as extensions. Homepage: https://www.openssh.com/ Original-Maintainer: Debian OpenSSH Maintainers Package: openssl Status: install ok installed Priority: optional Section: utils Installed-Size: 1897 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 3.0.13-0ubuntu3.11 Depends: libc6 (>= 2.34), libssl3t64 (>= 3.0.9) Suggests: ca-certificates Conffiles: /etc/ssl/openssl.cnf 953fe829df1b6f2b1b39c7742ab6d0b8 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/ Original-Maintainer: Debian OpenSSL Team Package: parted Status: install ok installed Priority: optional Section: admin Installed-Size: 218 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 3.6-4build1 Depends: libc6 (>= 2.38), libparted2t64 (= 3.6-4build1), libreadline8t64 (>= 6.0), libtinfo6 (>= 6), libuuid1 (>= 2.16) Suggests: parted-doc Conflicts: parted-doc (<< 3.5-2~) Description: disk partition manipulator GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the binary and manual page. Further documentation is available in parted-doc. . Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98 partitioning formats, as well as a "loop" (raw disk) type which allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS, Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS file systems. Parted also has the ability to create and modify file systems of some of these types, but using it to perform file system operations is now deprecated. . The nature of this software means that any bugs could cause massive data loss. While there are no such bugs known at the moment, they could exist, so please back up all important files before running it, and do so at your own risk. Homepage: https://www.gnu.org/software/parted Original-Maintainer: Parted Maintainer Team Package: passwd Status: install ok installed Priority: required Section: admin Installed-Size: 2806 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: shadow Version: 1:4.13+dfsg1-4ubuntu3.2 Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsemanage2 (>= 2.0.32), libpam-modules Recommends: sensible-utils Conffiles: /etc/default/useradd e03965d134c26725cbc51a57969da6c9 /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 Original-Maintainer: Shadow package maintainers Package: patch Status: install ok installed Priority: optional Section: vcs Installed-Size: 230 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.7.6-7build3 Depends: libc6 (>= 2.38) Suggests: ed, diffutils-doc Description: Apply a diff file to an original Patch will take a patch file containing any of the four forms of difference listing produced by the diff program and apply those differences to an original file, producing a patched version. Homepage: https://savannah.gnu.org/projects/patch/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: pci.ids Status: install ok installed Priority: optional Section: admin Installed-Size: 1424 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.0~2024.03.31-1ubuntu0.1 Replaces: pciutils (<< 1:3.6.2-4~) Breaks: pciutils (<< 1:3.6.2-4~) Description: PCI ID Repository This package contains the pci.ids file, a public repository of all known ID's used in PCI devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Homepage: https://pci-ids.ucw.cz/ Original-Maintainer: Guillem Jover Package: pciutils Status: install ok installed Priority: standard Section: admin Installed-Size: 249 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1:3.10.0-2build1 Depends: libc6 (>= 2.34), libkmod2 (>= 5~), libpci3 (= 1:3.10.0-2build1) Suggests: bzip2, wget | curl | lynx Description: PCI utilities This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Homepage: https://mj.ucw.cz/sw/pciutils/ Original-Maintainer: Guillem Jover Package: perl Status: install ok installed Priority: standard Section: perl Installed-Size: 672 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Version: 5.38.2-3.2ubuntu0.2 Replaces: perl-base (<< 5.36.0-2), perl-modules (<< 5.22.0~) Provides: libansicolor-perl (= 5.01), libarchive-tar-perl (= 2.40), libattribute-handlers-perl (= 1.03), libautodie-perl (= 2.36), libcompress-raw-bzip2-perl (= 2.204.001), libcompress-raw-zlib-perl (= 2.204.001), libcompress-zlib-perl (= 2.204), libcpan-meta-perl (= 2.150010), libcpan-meta-requirements-perl (= 2.140), libcpan-meta-yaml-perl (= 0.018), libdigest-md5-perl (= 2.58.01), libdigest-perl (= 1.20), libdigest-sha-perl (= 6.04), libencode-perl (= 3.19), libexperimental-perl (= 0.031), libextutils-cbuilder-perl (= 0.280238), libextutils-command-perl (= 7.70), libextutils-install-perl (= 2.22), libextutils-parsexs-perl (= 3.510000), libfile-spec-perl (= 3.8800), libhttp-tiny-perl (= 0.086), libi18n-langtags-perl (= 0.45), libio-compress-base-perl (= 2.204), libio-compress-bzip2-perl (= 2.204), libio-compress-perl (= 2.204), libio-compress-zlib-perl (= 2.204), libio-zlib-perl (= 1.14), libjson-pp-perl (= 4.16000), liblocale-maketext-perl (= 1.33), liblocale-maketext-simple-perl (= 0.21.01), libmath-bigint-perl (= 1.999837), libmath-complex-perl (= 1.6200), libmime-base64-perl (= 3.16.01), libmodule-corelist-perl (= 5.20231129), libmodule-load-conditional-perl (= 0.74), libmodule-load-perl (= 0.36), libmodule-metadata-perl (= 1.000037), libnet-perl (= 1:3.15), libnet-ping-perl (= 2.76), libparams-check-perl (= 0.38), libparent-perl (= 0.241), libparse-cpan-meta-perl (= 2.150010), libperl-ostype-perl (= 1.010), libpod-escapes-perl (= 1.07), libpod-simple-perl (= 3.43), libstorable-perl (= 3.32), libsys-syslog-perl (= 0.36), libtest-harness-perl (= 3.44), libtest-simple-perl (= 1.302194), libtest-tester-perl (= 1.302194), libtest-use-ok-perl (= 1.302194), libtext-balanced-perl (= 2.06), libthread-queue-perl (= 3.14), libthreads-perl (= 2.36), libthreads-shared-perl (= 1.68), libtime-hires-perl (= 1.9775), libtime-local-perl (= 1.3000), libtime-piece-perl (= 1.3401.01), libunicode-collate-perl (= 1.31), libversion-perl (= 1:0.9929), libversion-requirements-perl, podlators-perl (= 5.01) Depends: perl-base (= 5.38.2-3.2ubuntu0.2), perl-modules-5.38 (>= 5.38.2-3.2ubuntu0.2), libperl5.38t64 (= 5.38.2-3.2ubuntu0.2) Pre-Depends: dpkg (>= 1.17.17) Recommends: netbase Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make, libtap-harness-archive-perl Breaks: apt-show-versions (<< 0.22.10), libdist-inkt-perl (<< 0.024-5), libmarc-charset-perl (<< 1.35-3), libperl-dev (<< 5.24.0~), perl-doc (<< 5.38.2-1), perl-modules-5.22, perl-modules-5.24, perl-modules-5.26 (<< 5.26.2-5) Conflicts: libjson-pp-perl (<< 2.27200-2) Conffiles: /etc/perl/Net/libnet.cfg fb2946cae573b8ed3d654a180d458733 Description: Larry Wall's Practical Extraction and Report Language Perl is a highly capable, feature-rich programming language with over 20 years of development. Perl 5 runs on over 100 platforms from portables to mainframes. Perl is suitable for both rapid prototyping and large scale development projects. . Perl 5 supports many programming styles, including procedural, functional, and object-oriented. In addition to this, it is supported by an ever-growing collection of reusable modules which accelerate development. Some of these modules include Web frameworks, database integration, networking protocols, and encryption. Perl provides interfaces to C and C++ for custom extension development. Homepage: http://dev.perl.org/perl5/ Original-Maintainer: Niko Tyni Package: perl-base Essential: yes Status: install ok installed Priority: required Section: perl Installed-Size: 8126 Maintainer: Ubuntu Developers Architecture: arm64 Source: perl Version: 5.38.2-3.2ubuntu0.2 Replaces: libfile-path-perl (<< 2.18), libfile-temp-perl (<< 0.2311), libio-socket-ip-perl (<< 0.41), libscalar-list-utils-perl (<< 1:1.63), libsocket-perl (<< 2.036), libxsloader-perl (<< 0.32), perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3) Provides: libfile-path-perl (= 2.18), libfile-temp-perl (= 0.2311), libio-socket-ip-perl (= 0.41), libscalar-list-utils-perl (= 1:1.63), libsocket-perl (= 2.036), libxsloader-perl (= 0.32), perlapi-5.38.2 Pre-Depends: libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), dpkg (>= 1.17.17) Suggests: perl, sensible-utils Breaks: amanda-common (<< 1:3.3.9-2), backuppc (<< 4.4.0-7~), bucardo (<< 5.5.0-1.1), debconf (<< 1.5.61), dh-haskell (<< 0.3), duck (<< 0.14.1), 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.18), libfile-spec-perl (<< 3.8800), libfile-temp-perl (<< 0.2311), libgnupg-interface-perl (<< 1.02-4), libio-socket-ip-perl (<< 0.41), liblexical-failure-perl (<< 0.001000), libmp3-tag-perl (<< 1.13-1.2), libnumber-format-perl (<< 1.76), libsbuild-perl (<< 0.67.0-1), libscalar-list-utils-perl (<< 1:1.63), libsocket-perl (<< 2.036), libxsloader-perl (<< 0.32), mailagent (<< 1:3.1-81-2), perl (<< 5.38.2~), perl-modules (<< 5.38.2~), 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.38" and "perl-doc"). Homepage: http://dev.perl.org/perl5/ Original-Maintainer: Niko Tyni Package: perl-modules-5.38 Status: install ok installed Priority: optional Section: libs Installed-Size: 19159 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: perl Version: 5.38.2-3.2ubuntu0.2 Replaces: libansicolor-perl (<< 5.01), libarchive-tar-perl (<< 2.40), libattribute-handlers-perl (<< 1.03), libautodie-perl (<< 2.36), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.20), libexperimental-perl (<< 0.031), libextutils-cbuilder-perl (<< 0.280238), libextutils-command-perl (<< 7.70), libextutils-install-perl (<< 2.22), libextutils-parsexs-perl (<< 3.510000), libfile-spec-perl (<< 3.8800), libhttp-tiny-perl (<< 0.086), libi18n-langtags-perl (<< 0.45), libio-zlib-perl (<< 1.14), libjson-pp-perl (<< 4.16000), liblocale-maketext-perl (<< 1.33), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999837), libmath-complex-perl (<< 1.6200), libmodule-corelist-perl (<< 5.20231129), libmodule-load-conditional-perl (<< 0.74), libmodule-load-perl (<< 0.36), libmodule-metadata-perl (<< 1.000037), libnet-perl (<< 1:3.15), libnet-ping-perl (<< 2.76), libparams-check-perl (<< 0.38), libparent-perl (<< 0.241), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-simple-perl (<< 3.43), libtest-harness-perl (<< 3.44), libtest-simple-perl (<< 1.302194), libtest-tester-perl (<< 1.302194), libtest-use-ok-perl (<< 1.302194), libtext-balanced-perl (<< 2.06), libthread-queue-perl (<< 3.14), libtime-local-perl (<< 1.3000), libunicode-collate-perl (<< 1.31), libversion-perl (<< 1:0.9929), perl-base (<< 5.22.0~), perl-modules, podlators-perl (<< 5.01) Provides: perl-modules Depends: perl-base (>= 5.38.2-1) Pre-Depends: dpkg (>= 1.17.17) Recommends: perl (>= 5.38.2-1) Breaks: libansicolor-perl (<< 5.01), libarchive-tar-perl (<< 2.40), libattribute-handlers-perl (<< 1.03), libautodie-perl (<< 2.36), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.20), libexperimental-perl (<< 0.031), libextutils-cbuilder-perl (<< 0.280238), libextutils-command-perl (<< 7.70), libextutils-install-perl (<< 2.22), libextutils-parsexs-perl (<< 3.510000), libfile-spec-perl (<< 3.8800), libhttp-tiny-perl (<< 0.086), libi18n-langtags-perl (<< 0.45), libio-zlib-perl (<< 1.14), libjson-pp-perl (<< 4.16000), liblocale-maketext-perl (<< 1.33), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999837), libmath-complex-perl (<< 1.6200), libmodule-corelist-perl (<< 5.20231129), libmodule-load-conditional-perl (<< 0.74), libmodule-load-perl (<< 0.36), libmodule-metadata-perl (<< 1.000037), libnet-perl (<< 1:3.15), libnet-ping-perl (<< 2.76), libparams-check-perl (<< 0.38), libparent-perl (<< 0.241), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-simple-perl (<< 3.43), libtest-harness-perl (<< 3.44), libtest-simple-perl (<< 1.302194), libtest-tester-perl (<< 1.302194), libtest-use-ok-perl (<< 1.302194), libtext-balanced-perl (<< 2.06), libthread-queue-perl (<< 3.14), libtime-local-perl (<< 1.3000), libunicode-collate-perl (<< 1.31), libversion-perl (<< 1:0.9929), maildirsync (<< 1.2-2.1), perl (<< 5.38.2~), podlators-perl (<< 5.01) Conflicts: perl-modules (<< 5.22.0~) Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules-5.38' directly, they should use `perl' (which depends on `perl-modules-5.38') instead. Homepage: http://dev.perl.org/perl5/ Original-Maintainer: Niko Tyni Package: pigz Status: install ok installed Priority: optional Section: utils Installed-Size: 153 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.8-1 Depends: libc6 (>= 2.34), zlib1g (>= 1:1.2.6) Pre-Depends: dpkg (>= 1.15.6) Description: Parallel Implementation of GZip pigz, which stands for Parallel Implementation of GZip, is a fully functional replacement for gzip that takes advantage of multiple processors and multiple cores when compressing data. Original-Maintainer: Eduard Bloch Homepage: http://zlib.net/pigz/ Package: pinentry-curses Status: install ok installed Priority: optional Section: utils Installed-Size: 97 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: pinentry Version: 1.2.1-3ubuntu5 Provides: pinentry Depends: libassuan0 (>= 2.1.0), libc6 (>= 2.38), 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/ Original-Maintainer: Debian GnuPG Maintainers Package: pkg-config Status: install ok installed Priority: optional Section: oldlibs Installed-Size: 29 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pkgconf Version: 1.8.1-2build1 Depends: pkgconf (>= 1.8.0-7~) Conffiles: /etc/dpkg/dpkg.cfg.d/pkg-config-hook-config newconffile remove-on-upgrade Description: manage compile and link flags for libraries (transitional package) pkgconf is an implementation of the pkg-config system, which helps to configure compiler and linker flags for development frameworks. . pkgconf is a replacement for pkg-config, providing additional functionality while also maintaining compatibility. . This package only provides a dependency link to the pkgconf package to help with package upgrades. It can be safely removed. Homepage: http://pkgconf.org/ Original-Maintainer: Andrej Shadura Package: pkgconf Status: install ok installed Priority: optional Section: devel Installed-Size: 65 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Version: 1.8.1-2build1 Replaces: pkg-config (<< 1.8) Provides: pkg-config (= 1.8.1-2build1) Depends: pkgconf-bin Breaks: pkg-config (<< 1.8) Conffiles: /etc/dpkg/dpkg.cfg.d/pkgconf-hook-config newconffile remove-on-upgrade Description: manage compile and link flags for libraries pkgconf is an implementation of the pkg-config system, which helps to configure compiler and linker flags for development frameworks. . pkgconf is a replacement for pkg-config, providing additional functionality while also maintaining compatibility. Homepage: http://pkgconf.org/ Original-Maintainer: Andrej Shadura Package: pkgconf-bin Status: install ok installed Priority: optional Section: devel Installed-Size: 104 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: pkgconf Version: 1.8.1-2build1 Replaces: pkg-config (<< 1.8), pkgconf (<< 1.8.0-2~) Depends: libc6 (>= 2.34), libpkgconf3 (>= 1.8.0) Breaks: pkgconf (<< 1.8.0-2~) Description: manage compile and link flags for libraries (binaries) pkgconf is an implementation of the pkg-config system, which helps to configure compiler and linker flags for development frameworks. . pkgconf is a replacement for pkg-config, providing additional functionality while also maintaining compatibility. . This package contains the pkgconf binary and related files. Homepage: http://pkgconf.org/ Original-Maintainer: Andrej Shadura Package: pocketsphinx-en-us Status: install ok installed Priority: optional Section: sound Installed-Size: 36991 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: pocketsphinx Version: 0.8.0+real5prealpha+1-15ubuntu5 Description: Speech recognition tool - US English language model CMU Sphinx is a large vocabulary, speaker-independent continuous speech recognition engine. . This package contains the default US English language model for PocketSphinx. Homepage: http://cmusphinx.sourceforge.net/ Original-Maintainer: Debian Accessibility Team Package: polkitd Status: install ok installed Priority: optional Section: admin Installed-Size: 720 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: policykit-1 Version: 124-2ubuntu1.24.04.3 Replaces: policykit-1 (<< 0.120-4~), polkitd-javascript (<< 121+compat0.1-3~) Depends: adduser | systemd-sysusers, default-dbus-system-bus | dbus-system-bus, default-logind | logind, xml-core (>= 0.14), libc6 (>= 2.38), libduktape207 (>= 2.0.3), libexpat1 (>= 2.0.1), libglib2.0-0t64 (>= 2.79.0), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 124-2ubuntu1.24.04.3), libpolkit-gobject-1-0 (= 124-2ubuntu1.24.04.3), libsystemd0 (>= 253) Suggests: polkitd-pkla (>= 121+compat0.1) Breaks: policykit-1 (<< 0.120-4~), polkitd-javascript (<< 121+compat0.1-3~) Description: framework for managing administrative policies and privileges polkit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. It was previously named PolicyKit. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged (desktop) applications. . In a typical use of polkit, an unprivileged application such as gnome-disks sends requests via D-Bus or other inter-process communication mechanisms to a privileged system service such as udisks, which asks polkitd for permission to process those requests. This allows the application to carry out privileged tasks without making use of setuid, which avoids several common sources of security vulnerabilities. . This package provides the polkitd D-Bus service and supporting programs. The pkexec program is not included, and can be found in the pkexec package. Homepage: https://github.com/polkit-org/polkit/ Original-Maintainer: Utopia Maintenance Team Package: pollinate Status: install ok installed Priority: optional Section: admin Installed-Size: 43 Maintainer: Ubuntu Developers Architecture: all Version: 4.33-3.1ubuntu1.3 Depends: curl, ca-certificates, adduser, xxd | vim-common Conffiles: /etc/default/pollinate df4792dac89695df7d48f1672462490b Description: seed the pseudo random number generator This client will connect to one or more Pollen (entropy-as-a-service) servers over an (optionally) encrypted connection and retrieve a random seed over HTTP or HTTPS. This is particularly useful at the first boot of cloud images and in virtual machines, to seed a system's random number generator at genesis, and is intended to supplement the /etc/init.d/urandom init script. It can be used on physical machines, as well, to supplement the seeding of the pseudo random number generator. Homepage: http://launchpad.net/pollinate Original-Maintainer: Thorsten Alteholz Package: poppler-data Status: install ok installed Priority: optional Section: misc Installed-Size: 13086 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.4.12-1 Pre-Depends: dpkg (>= 1.15.6~) Suggests: poppler-utils, ghostscript, fonts-japanese-mincho | fonts-ipafont-mincho, fonts-japanese-gothic | fonts-ipafont-gothic, fonts-arphic-ukai, fonts-arphic-uming, fonts-nanum (>= 20131007~) Enhances: ghostscript Conffiles: /etc/ghostscript/cidfmap.d/90gs-cjk-resource-cns1.conf d3a491137506a332ab747c571e5bee33 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-gb1.conf 5ec7d7edc178ef73b1f6ac21a3cdc8a0 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-japan1.conf 9502944d3a420a2763a36517679460f4 /etc/ghostscript/cidfmap.d/90gs-cjk-resource-japan2.conf 00d6b53125e159d61e2fd0a5056b4b4c /etc/ghostscript/cidfmap.d/90gs-cjk-resource-korea1.conf 76ba5a8a08376075902594b9ecd902ed Description: encoding data for the poppler PDF rendering library This package provides the CMap tables required to display PDF documents containing CJK characters with libpoppler. They were previously provided by the packages cmap-adobe-{cns1,gb1,japan1,japan2,korea1} and gs-cjk-resource. . Users who want to view or create PDF files in Chinese, Japanese, or Korean without embedded fonts will need this package. Original-Maintainer: Hideki Yamane Homepage: https://poppler.freedesktop.org/ Package: postgresql-client Status: install ok installed Priority: optional Section: database Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: postgresql-common (257build1.1) Version: 16+257build1.1 Depends: postgresql-client-16 Description: front-end programs for PostgreSQL (supported version) This metapackage always depends on the currently supported database client package for PostgreSQL. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Original-Maintainer: Debian PostgreSQL Maintainers Package: postgresql-client-16 Status: install ok installed Priority: optional Section: database Installed-Size: 4876 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: postgresql-16 Version: 16.14-0ubuntu0.24.04.1 Provides: postgresql-client Depends: libpq5 (>= 16.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Suggests: postgresql-16, postgresql-doc-16 Description: front-end programs for PostgreSQL 16 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 16. If you install PostgreSQL 16 on a standalone machine, you need the server package postgresql-16, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. . PostgreSQL is an object-relational SQL database management system. Homepage: http://www.postgresql.org/ Original-Maintainer: Debian PostgreSQL Maintainers Package: postgresql-client-common Status: install ok installed Priority: optional Section: database Installed-Size: 131 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: postgresql-common Version: 257build1.1 Depends: netbase, perl:any Conffiles: /etc/postgresql-common/supported_versions 71e93cbf6b710f422a5c54e9a63282a5 /etc/postgresql-common/user_clusters d2959e6ae6847342be07146ce06af33b Description: manager for multiple PostgreSQL client versions The postgresql-client-common package provides a structure under which multiple versions of PostgreSQL client programs may be installed at the same time. It provides a wrapper which selects the right version for the particular cluster you want to access (with a command line option, an environment variable, /etc/postgresql-common/user_clusters, or ~/.postgresqlrc). . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Original-Maintainer: Debian PostgreSQL Maintainers Package: procps Status: install ok installed Priority: required Section: admin Installed-Size: 2408 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2:4.0.4-4ubuntu3.2 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.38), libncursesw6 (>= 6), libproc2-0 (>= 2:4.0.4), libsystemd0 (>= 254), libtinfo6 (>= 6), 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 f9903aa0d9f2f10714269befb4cdba8f /etc/sysctl.conf 72b7c827a9636cda7b3b371091ff2dce /etc/sysctl.d/10-bufferbloat.conf 421a31e1c9eff34f39986fe122d9a583 /etc/sysctl.d/10-console-messages.conf 154f6f5c5810d10bb303fb6a8e907c6a /etc/sysctl.d/10-ipv6-privacy.conf e9473d12b4a7069d6a3ca8b694511ddf /etc/sysctl.d/10-kernel-hardening.conf f85fded186d1ad70c5f69ca6a88e4de6 /etc/sysctl.d/10-magic-sysrq.conf b3059f2835f17c97265433fdfdee358f /etc/sysctl.d/10-map-count.conf a8d15ef17fb211df1e974382b8af95ad /etc/sysctl.d/10-network-security.conf e2c60d912410543907a6c9ff21836ba8 /etc/sysctl.d/10-ptrace.conf 47f40494b2fc698e15549e0a4a79e81c /etc/sysctl.d/10-zeropage.conf e1efe66ec4ae7584a6dcc67913799de2 /etc/sysctl.d/README.sysctl 48e64ce233c8aba8e0693adf8cf4c464 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 Original-Maintainer: Craig Small Package: python-apt-common Status: install ok installed Priority: optional Section: python Installed-Size: 156 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: python-apt Version: 2.7.7ubuntu5.2 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. Original-Maintainer: APT Development Team Package: python3 Status: install ok installed Priority: optional Section: python Installed-Size: 81 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: python3-defaults Version: 3.12.3-0ubuntu2.1 Replaces: python3-minimal (<< 3.1.2-2) Provides: python3-profiler, python3-supported-max (= 3.12), python3-supported-min (= 3.12) Depends: python3.12 (>= 3.12.3-0~), libpython3-stdlib (= 3.12.3-0ubuntu2.1) Pre-Depends: python3-minimal (= 3.12.3-0ubuntu2.1) Suggests: python3-doc (>= 3.12.3-0ubuntu2.1), python3-tk (>= 3.12.3-0~), python3-venv (>= 3.12.3-0ubuntu2.1) Conflicts: python3-distutils 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.12). Homepage: https://www.python.org/ Original-Maintainer: Matthias Klose Package: python3-apport Status: install ok installed Priority: optional Section: python Installed-Size: 484 Maintainer: Ubuntu Developers Architecture: all Source: apport Version: 2.28.1-0ubuntu3.8 Depends: python3-apt (>= 0.7.9), python3-httplib2, python3-launchpadlib, python3-problem-report (>= 2.28), python3-requests, python3-yaml, python3:any Recommends: apport Breaks: apport (<< 2.23.1), apport-gtk (<< 2.23.1), apport-kde (<< 2.23.1) Description: Python 3 library for Apport crash report handling This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. Homepage: https://wiki.ubuntu.com/Apport Package: python3-apt Status: install ok installed Priority: optional Section: python Installed-Size: 721 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: python-apt Version: 2.7.7ubuntu5.2 Replaces: python-apt (<< 0.7.98+nmu1) Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libapt-pkg6.0t64 (>= 2.7.11), libc6 (>= 2.33), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), python-apt-common, distro-info-data Recommends: lsb-release, iso-codes Suggests: 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. Original-Maintainer: APT Development Team Package: python3-attr Status: install ok installed Priority: optional Section: python Installed-Size: 236 Maintainer: Ubuntu Developers Architecture: all Source: python-attrs Version: 23.2.0-2 Depends: python3-importlib-metadata | python3-supported-min (>= 3.8), 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. Original-Maintainer: Debian Python Team Homepage: https://attrs.readthedocs.org/ Package: python3-blinker Status: install ok installed Priority: optional Section: python Installed-Size: 57 Maintainer: Ubuntu Developers Architecture: all Source: blinker Version: 1.7.0-1 Depends: python3:any Suggests: python-blinker-doc Description: Fast, simple object-to-object and broadcast signaling (Python3) Blinker provides fast & simple object-to-object and broadcast signaling for Python objects. Interested signal receivers can subscribe to specific senders or receive signals sent by any sender. . The core of Blinker is quite small but provides powerful features: * a global registry of named signals * anonymous signals * custom name registries * permanently or temporarily connected receivers * automatically disconnected receivers via weak referencing * sending arbitrary data payloads * collecting return values from signal receivers * thread safety . This package contains the Python 3 version. Original-Maintainer: Debian Python Team Homepage: https://github.com/pallets-eco/blinker Package: python3-brotli Status: install ok installed Priority: optional Section: python Installed-Size: 796 Maintainer: Ubuntu Developers Architecture: arm64 Source: brotli Version: 1.1.0-2build2 Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libc6 (>= 2.17) Description: lossless compression algorithm and format (Python 3 version) 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 a Python 3 module. Homepage: https://github.com/google/brotli Original-Maintainer: Tomasz Buchert Package: python3-certifi Status: install ok installed Priority: optional Section: python Installed-Size: 325 Maintainer: Ubuntu Developers Architecture: all Source: python-certifi Version: 2023.11.17-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. Original-Maintainer: Sebastien Delafond Homepage: https://github.com/certifi/python-certifi Package: python3-cffi-backend Status: install ok installed Priority: optional Section: python Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: python-cffi Version: 1.16.0-2build1 Provides: python3-cffi-backend-api-9729, python3-cffi-backend-api-max (= 10495), python3-cffi-backend-api-min (= 9729) Depends: python3 (<< 3.13), python3 (>= 3.12~), libc6 (>= 2.38), libffi8 (>= 3.4) 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/ Original-Maintainer: Debian Python Team Package: python3-chardet Status: install ok installed Priority: optional Section: python Installed-Size: 1141 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: chardet Version: 5.2.0+dfsg-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 (Python3) Chardet is a continuation of Mark Pilgrim's excellent original chardet port from C, and Ian Cordasco's charade Python 3-compatible fork. Chardet takes a sequence of bytes in an unknown character encoding, and attempts to determine the encoding. . Supported encodings: * Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (Traditional and Simplified Chinese) * EUC-JP, SHIFT_JIS, and ISO-2022-JP (Japanese) * EUC-KR and ISO-2022-KR (Korean) * KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, and windows-1251 (Russian) * ISO-8859-2 and windows-1250 (Hungarian) * ISO-8859-5 and windows-1251 (Bulgarian) * ISO-8859-1 and windows-1252 (Western European languages) * ISO-8859-7 and windows-1253 (Greek) * ISO-8859-8 and windows-1255 (Visual and Logical Hebrew) * TIS-620 (Thai) * UTF-32 BE, LE, 3412-ordered, or 2143-ordered (with a BOM) * UTF-16 BE or LE (with a BOM) * UTF-8 (with or without a BOM) * ASCII . This library is a port of the auto-detection code in Mozilla. . This package contains the Python 3 version of the library. Original-Maintainer: Piotr Ożarowski Homepage: https://github.com/chardet/chardet Package: python3-click Status: install ok installed Priority: optional Section: python Installed-Size: 371 Maintainer: Ubuntu Developers Architecture: all Source: python-click Version: 8.1.6-2 Depends: python3-colorama, python3-importlib-metadata | python3-supported-min (>= 3.8), python3:any Breaks: python3-click-threading (<< 0.5.0) Description: Wrapper around optparse for command line utilities - Python 3.x Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. . It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. . This is the Python 3 compatible package. Original-Maintainer: Debian Python Team , Homepage: https://github.com/pallets/click Package: python3-colorama Status: install ok installed Priority: optional Section: python Installed-Size: 127 Maintainer: Ubuntu Developers Architecture: all Source: python-colorama Version: 0.4.6-4 Depends: python3:any Description: Cross-platform colored terminal text in Python - Python 3.x Python-colorama provides a simple cross-platform API to print colored terminal text from Python applications. . ANSI escape character sequences are commonly used to produce colored terminal text on Unix. Colorama provides some shortcuts to generate these sequences. . This package provides the module for Python 3. Original-Maintainer: Debian Python Team Homepage: https://github.com/tartley/colorama Package: python3-configobj Status: install ok installed Priority: optional Section: python Installed-Size: 162 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: configobj Version: 5.0.8-3 Depends: 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. Original-Maintainer: Debian Python Team Homepage: http://www.voidspace.org.uk/python/configobj.html Package: python3-cryptography Status: install ok installed Priority: optional Section: python Installed-Size: 3188 Maintainer: Ubuntu Developers Architecture: arm64 Source: python-cryptography Version: 41.0.7-4ubuntu0.4 Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libc6 (>= 2.34), libgcc-s1 (>= 4.2), libssl3t64 (>= 3.0.0) Suggests: python-cryptography-doc, python3-cryptography-vectors 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/ Original-Maintainer: Debian Python Team Package: python3-dbus Status: install ok installed Priority: optional Section: python Installed-Size: 499 Maintainer: Ubuntu Developers Architecture: arm64 Source: dbus-python Version: 1.3.2-5build3 Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libc6 (>= 2.17), libdbus-1-3 (>= 1.9.14), libglib2.0-0t64 (>= 2.16.0) Recommends: python3-gi Suggests: python-dbus-doc Description: simple interprocess messaging system (Python 3 interface) 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. . This package provides a Python 3 interface to D-Bus. . See the dbus description for more information about D-Bus in general. Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings#Python Original-Maintainer: Utopia Maintenance Team Package: python3-debconf Status: install ok installed Priority: optional Section: python Installed-Size: 19 Maintainer: Ubuntu Developers Architecture: all Source: debconf Version: 1.5.86ubuntu1 Depends: debconf (= 1.5.86ubuntu1), python3:any Description: interact with debconf from Python 3 Debconf is a configuration management system for debian packages. Packages use Debconf to ask questions when they are installed. . This package provides a debconf module to allow Python 3 programs to interact with a debconf frontend. Original-Maintainer: Debconf Developers Package: python3-dev Status: install ok installed Priority: optional Section: python Installed-Size: 151 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: python3-defaults Version: 3.12.3-0ubuntu2.1 Replaces: python3 (<< 3.9.2-1~), python3.1 (<< 3.1.2+20100706-3) Depends: python3 (= 3.12.3-0ubuntu2.1), libpython3-dev (= 3.12.3-0ubuntu2.1), python3.12-dev (>= 3.12.3-0~), libjs-sphinxdoc (>= 7.2.2) Breaks: python3 (<< 3.9.2-1~) Description: header files and a static library for Python (default) Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications. . This package is a dependency package, which depends on Debian's default Python 3 version's headers (currently v3.12). Built-Using: sphinx (= 7.2.6-6) Homepage: https://www.python.org/ Original-Maintainer: Matthias Klose Package: python3-distro Status: install ok installed Priority: optional Section: python Installed-Size: 79 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: python-distro Version: 1.9.0-1 Depends: lsb-release, python3:any Description: Linux OS platform information API distro (for: Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. . It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality which isn't necessarily Python bound like a command-line interface. . This is the Python 3 version of the library. Original-Maintainer: Debian Python Team Homepage: https://github.com/python-distro/distro Package: python3-distro-info Status: install ok installed Priority: optional Section: python Installed-Size: 35 Maintainer: Ubuntu Developers Architecture: all Source: distro-info Version: 1.7build1 Depends: distro-info-data (>= 0.46), python3:any Description: information about distributions' releases (Python 3 module) Information about all releases of Debian and Ubuntu. . This package contains a Python 3 module for parsing the data in distro-info-data. There is also a command line interface in the distro-info package. Original-Maintainer: Benjamin Drung Package: python3-distupgrade Status: install ok installed Priority: optional Section: python Installed-Size: 610 Maintainer: Ubuntu Developers Architecture: all Source: ubuntu-release-upgrader Version: 1:24.04.28 Replaces: python3-update-manager (<< 1:0.165) Depends: python3:any, python3-update-manager (>= 1:19.04.2~), python3-apt (>= 0.8.5~), python3-dbus, python3-distro-info, gpgv, lsb-release, sensible-utils, procps Breaks: python3-update-manager (<< 1:0.165) Description: manage release upgrades This is the DistUpgrade Python 3 module Package: python3-gi Status: install ok installed Priority: optional Section: python Installed-Size: 805 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: pygobject Version: 3.48.2-1 Depends: gir1.2-glib-2.0 (>= 1.64.0), gir1.2-girepository-2.0, python3 (<< 3.13), python3 (>= 3.12~), python3:any, libc6 (>= 2.17), libffi8 (>= 3.4), libgirepository-1.0-1 (>= 1.71.0), libgirepository-1.0-1-with-libffi8 (>= 1.64.0~), libglib2.0-0t64 (>= 2.77.0) Description: Python 3 bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. Original-Maintainer: Debian GNOME Maintainers Homepage: https://pygobject.readthedocs.io/ Package: python3-httplib2 Status: install ok installed Priority: optional Section: python Installed-Size: 127 Maintainer: Ubuntu Developers Architecture: all Source: python-httplib2 Version: 0.20.4-3 Depends: ca-certificates, python3-pyparsing, python3:any Breaks: python3-wsgi-intercept (<< 1.9.0) Description: comprehensive HTTP client library written for Python3 httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python3 series. Original-Maintainer: Debian Python Team Homepage: https://github.com/httplib2/httplib2 Package: python3-idna Status: install ok installed Priority: optional Section: python Installed-Size: 335 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: python-idna Version: 3.6-2ubuntu0.1 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 Original-Maintainer: Debian Python Team Package: python3-imageio Status: install ok installed Priority: optional Section: python Installed-Size: 1177 Maintainer: Ubuntu Developers Architecture: all Source: python-imageio Version: 2.34.0-1 Depends: python3-numpy, python3-pil, python3:any Suggests: python-imageio-doc, python3-astropy, python3-gdal, ffmpeg Description: library for reading and writing image data (Python 3) Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, video, volumetric data, and scientific formats. . This package provides the library for Python 3. Original-Maintainer: Debian Science Maintainers Homepage: https://imageio.github.io/ Package: python3-jinja2 Status: install ok installed Priority: optional Section: python Installed-Size: 539 Maintainer: Ubuntu Developers Architecture: all Source: jinja2 Version: 3.1.2-1ubuntu1.3 Replaces: python-jinja2 (<< 2.11.1-1) Depends: python3-markupsafe (>= 2.0), python3:any Recommends: python3-babel, 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/ Original-Maintainer: Piotr Ożarowski Package: python3-json-pointer Status: install ok installed Priority: optional Section: python Installed-Size: 44 Maintainer: Ubuntu Developers Architecture: all Source: python-json-pointer Version: 2.0-0ubuntu1 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. Original-Maintainer: Debian OpenStack Homepage: https://github.com/stefankoegl/python-json-pointer Package: python3-jsonpatch Status: install ok installed Priority: optional Section: python Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Source: python-json-patch Version: 1.32-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. Original-Maintainer: Debian OpenStack Homepage: https://github.com/stefankoegl/python-json-patch Package: python3-jsonschema Status: install ok installed Priority: optional Section: python Installed-Size: 483 Maintainer: Ubuntu Developers Architecture: all Source: python-jsonschema Version: 4.10.3-2ubuntu1 Depends: python3-attr, python3-importlib-metadata | python3-supported-min (>> 3.8), python3-importlib-resources | python3-supported-min (>> 3.9), python3-pyrsistent, python3-typing-extensions | python3-supported-min (>> 3.8), python3:any Recommends: python3-idna, python3-json-pointer Suggests: python-jsonschema-doc, python3-rfc3987, python3-uritemplate, python3-webcolors Breaks: python3-json-pointer (<< 1.14) Description: An(other) implementation of JSON Schema (Draft 3, 4, 6, 7) 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. Homepage: https://github.com/Julian/jsonschema Original-Maintainer: Debian OpenStack Package: python3-jwt Status: install ok installed Priority: optional Section: python Installed-Size: 105 Maintainer: Ubuntu Developers Architecture: all Source: pyjwt Version: 2.7.0-1ubuntu0.1 Depends: python3-typing-extensions | python3-supported-min (>> 3.7), 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 Original-Maintainer: Debian Python Team Package: python3-launchpadlib Status: install ok installed Priority: optional Section: python Installed-Size: 1770 Maintainer: Ubuntu Developers Architecture: all Source: python-launchpadlib Version: 1.11.0-6 Depends: python3-httplib2, python3-lazr.restfulclient, python3-lazr.uri, python3-six, init-system-helpers (>= 1.52), python3:any Suggests: python3-keyring, python3-pkg-resources, python3-testresources Description: Launchpad web services client library (Python 3) A free Python library for scripting Launchpad through its web services interface. . It currently provides access to the following parts of Launchpad: * People and Teams * Team memberships * Bugs and bugtasks . The Launchpad API is currently in beta, and may well change in ways incompatible with this library. . This package is for Python 3. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/launchpadlib Package: python3-lazr.restfulclient Status: install ok installed Priority: optional Section: python Installed-Size: 177 Maintainer: Ubuntu Developers Architecture: all Source: lazr.restfulclient Version: 0.14.6-1 Depends: python3-httplib2 (>= 0.7.7), python3-lazr.uri, python3-wadllib (>= 1.1.4), python3-distro, python3-importlib-metadata | python3-supported-min (>= 3.8), python3-oauthlib, python3-pkg-resources, python3:any Description: client for lazr.restful-based web services (Python 3) A programmable client library that takes advantage of the commonalities among lazr.rest web services to provide added functionality on top of wadllib. . This package is for Python 3. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/lazr.restfulclient Package: python3-lazr.uri Status: install ok installed Priority: optional Section: python Installed-Size: 73 Maintainer: Ubuntu Developers Architecture: all Source: lazr.uri Version: 1.0.6-3 Depends: python3-importlib-metadata | python3 (>> 3.8), python3-pkg-resources, python3:any Description: library for parsing, manipulating, and generating URIs A self-contained, easily reusable, Python library for parsing, manipulating and generating URIs. With it you can extract parts of a URL, compare URIs to see if one contains another, search for URIs in text, and many other things. . This package contains the library for Python 3.x. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/lazr.uri Package: python3-markupsafe Status: install ok installed Priority: optional Section: python Installed-Size: 102 Maintainer: Ubuntu Developers Architecture: arm64 Source: markupsafe Version: 2.1.5-1build2 Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libc6 (>= 2.17) Description: HTML/XHTML/XML string library 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. Homepage: https://palletsprojects.com/p/markupsafe/ Original-Maintainer: Piotr Ożarowski Package: python3-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 112 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: python3-defaults Version: 3.12.3-0ubuntu2.1 Depends: dpkg (>= 1.13.20) Pre-Depends: python3.12-minimal (>= 3.12.3-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.12-minimal/README.Debian for a list of the modules contained in this package. Homepage: https://www.python.org/ Cnf-Visible-Pkgname: python3 Original-Maintainer: Matthias Klose Package: python3-mutagen Status: install ok installed Priority: optional Section: python Installed-Size: 663 Maintainer: Ubuntu Developers Architecture: all Source: mutagen Version: 1.46.0-2 Replaces: python-mutagen (<< 1.44.0-1) Depends: python3:any Suggests: python-mutagen-doc Breaks: beets (<< 1.4.9-6~), python-mutagen (<< 1.44.0-1) Description: audio metadata editing library (Python 3) Mutagen is a Python module to handle audio metadata. It supports FLAC, M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and WavPack audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. . This package is built for Python 3. Original-Maintainer: Debian Python Team Homepage: https://github.com/quodlibet/mutagen Package: python3-netplan Status: install ok installed Priority: optional Section: python Installed-Size: 193 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: netplan.io Version: 1.1.2-8ubuntu1~24.04.1 Replaces: netplan.io (<< 0.107-3~) Depends: python3 (>= 3~), python3:any, libc6 (>= 2.17), libnetplan1 (= 1.1.2-8ubuntu1~24.04.1), python3-cffi-backend Breaks: netplan.io (<< 0.107-3~) Description: Declarative network configuration Python bindings Netplan reads YAML network configuration files which are written by administrators, installers, cloud image instantiations, or other OS deployments. During early boot it then generates backend specific configuration files in /run to hand off control of devices to a particular networking daemon. . Currently supported backends are networkd and NetworkManager. . This package provides a CFFI based Python bindings to libnetplan. Homepage: https://netplan.io/ Original-Maintainer: Debian Networking Team Package: python3-numpy Status: install ok installed Priority: optional Section: python Installed-Size: 18477 Maintainer: Ubuntu Developers Architecture: arm64 Source: numpy Version: 1:1.26.4+ds-6ubuntu1 Provides: dh-sequence-numpy3, python3-f2py, python3-numpy-abi9, python3-numpy-api17, python3-numpy-dev Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libblas3 | libblas.so.3, libc6 (>= 2.38), libgcc-s1 (>= 4.5), liblapack3 | liblapack.so.3, python3-pkg-resources Suggests: gcc, gfortran, python3-dev, python3-pytest Description: Fast array facility to the Python language (Python 3) NumPy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. . This package installs NumPy for Python 3. Homepage: http://www.numpy.org/ Original-Maintainer: Debian Python Team , Package: python3-oauthlib Status: install ok installed Priority: optional Section: python Installed-Size: 555 Maintainer: Ubuntu Developers Architecture: all Source: python-oauthlib Version: 3.2.2-1 Depends: python3:any, python3-blinker, python3-cryptography, python3-jwt 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. Original-Maintainer: Debian Python Team Homepage: https://github.com/idan/oauthlib Package: python3-olefile Status: install ok installed Priority: optional Section: python Installed-Size: 140 Maintainer: Ubuntu Developers Architecture: all Source: olefile Version: 0.46-3 Depends: python3:any Description: Python module to read/write MS OLE2 files Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc. Original-Maintainer: Matthias Klose Homepage: http://www.decalage.info/olefile Package: python3-packaging Status: install ok installed Priority: optional Section: python Installed-Size: 185 Maintainer: Ubuntu Developers Architecture: all Source: python-packaging Version: 24.0-1 Depends: python3:any Description: core utilities for python3 packages These core utilities currently consist of: - Version Handling (PEP 440) - Dependency Specification (PEP 440) Original-Maintainer: Matthias Klose Homepage: https://pypi.python.org/pypi/packaging Package: python3-pil Status: install ok installed Priority: optional Section: python Installed-Size: 1976 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pillow Version: 10.2.0-1ubuntu1.2 Replaces: python3-imaging (<< 1.1.7+2.0.0-1.1) Provides: python3-pillow Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, media-types | python3-pil.imagetk, libc6 (>= 2.17), libfreetype6 (>= 2.10.1), libimagequant0 (>= 2.11.10), libjpeg8 (>= 8c), liblcms2-2 (>= 2.7), libopenjp2-7 (>= 2.4.0), libraqm0 (>= 0.7.0), libtiff6 (>= 4.0.3), libwebp7 (>= 1.3.2), libwebpdemux2 (>= 1.3.2), libwebpmux3 (>= 1.3.2), libxcb1, zlib1g (>= 1:1.1.4) Recommends: python3-olefile Suggests: python-pil-doc Breaks: python3-imaging (<< 1.1.7+2.0.0-1.1) Conflicts: python3-imaging (<< 1.1.7+2.0.0-1.1) Description: Python Imaging Library (Python3) The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . Image Objects: o Bilevel, greyscale, palette, true colour (RGB), true colour with transparency (RGBA). o colour separation (CMYK). o Copy, cut, paste operations. o Flip, transpose, resize, rotate, and arbitrary affine transforms. o Transparency operations. o Channel and point operations. o Colour transforms, including matrix operations. o Image enhancement, including convolution filters. . File Formats: o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM. o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. o Save only: PDF, EPS (without ghostscript). Homepage: http://python-pillow.github.io/ Original-Maintainer: Matthias Klose Package: python3-pip Status: install ok installed Priority: optional Section: python Installed-Size: 6862 Maintainer: Ubuntu Developers Architecture: all Source: python-pip Version: 24.0+dfsg-1ubuntu1.3 Replaces: python-pip Provides: pip Depends: ca-certificates, python3-setuptools, python3-wheel, python3:any Recommends: build-essential, python3-dev (>= 3.2) Breaks: python-pip Description: Python package installer pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. . This is the Python 3 version of the package. Homepage: https://pip.pypa.io/en/stable/ Original-Maintainer: Debian Python Team Package: python3-pip-whl Status: install ok installed Priority: optional Section: python Installed-Size: 1809 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: python-pip Version: 24.0+dfsg-1ubuntu1.3 Replaces: python-pip-whl (<< 21.3.1+dfsg-2~) Depends: ca-certificates Breaks: python-pip-whl (<< 21.3.1+dfsg-2~) Description: Python package installer (pip wheel) pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. . This is the support package for the PEP 427 wheel version of the package, required for using pip inside a virtual environment. Homepage: https://pip.pypa.io/en/stable/ Original-Maintainer: Debian Python Team Package: python3-pkg-resources Status: install ok installed Priority: optional Section: python Installed-Size: 742 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: setuptools Version: 68.1.2-2ubuntu1.2 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 Original-Maintainer: Matthias Klose Package: python3-problem-report Status: install ok installed Priority: optional Section: python Installed-Size: 60 Maintainer: Ubuntu Developers Architecture: all Source: apport Version: 2.28.1-0ubuntu3.8 Depends: python3:any Suggests: python3-zstandard Description: Python 3 library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Homepage: https://wiki.ubuntu.com/Apport Package: python3-pycryptodome Status: install ok installed Priority: optional Section: python Installed-Size: 5693 Maintainer: Ubuntu Developers Architecture: arm64 Source: pycryptodome Version: 3.20.0+dfsg-1 Depends: python3 (>= 3~), python3:any, libc6 (>= 2.17) Description: cryptographic Python library (Python 3) PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance: . * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB) * Accelerated AES on Intel platforms via AES-NI * Elliptic curves cryptography (NIST P-256, P-384 and P-521 curves only) * Better and more compact API (`nonce` and `iv` attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more) * SHA-3 (including SHAKE and cSHAKE XOFs), truncated SHA-512 and BLAKE2 hash algorithms * Salsa20 and ChaCha20/XChaCha20 stream ciphers * Poly1305 MAC * ChaCha20-Poly1305 and XChaCha20-Poly1305 authenticated ciphers * scrypt, bcrypt and HKDF derivation functions * Deterministic (EC)DSA * Password-protected PKCS#8 key containers * Shamir's Secret Sharing scheme * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace) * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base . PyCryptodome is not a wrapper to a separate C library like *OpenSSL*. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions. . This is the Python 3 version of the package. Original-Maintainer: Debian Python Team Homepage: https://www.pycryptodome.org Package: python3-pyparsing Status: install ok installed Priority: optional Section: python Installed-Size: 415 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: pyparsing Version: 3.1.1-1 Depends: python3:any Suggests: python-pyparsing-doc Breaks: python3-translate (<< 3.6.0~), translate-toolkit (<< 3.6.0~) Description: alternative to creating and executing simple grammars - Python 3.x The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code. . Here's an example: . from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello) . This package contains the Python 3.x version of python-pyparsing. Original-Maintainer: Debian Python Team Homepage: https://github.com/pyparsing/pyparsing/ Package: python3-pyrsistent Status: install ok installed Priority: optional Section: python Installed-Size: 288 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: pyrsistent Version: 0.20.0-1build2 Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libc6 (>= 2.17) 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/ Original-Maintainer: Debian Python Team Package: python3-requests Status: install ok installed Priority: optional Section: python Installed-Size: 233 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: requests Version: 2.31.0+dfsg-1ubuntu1.1 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: https://requests.readthedocs.io/ Original-Maintainer: Debian Python Team Package: python3-serial Status: install ok installed Priority: optional Section: python Installed-Size: 458 Maintainer: Ubuntu Developers Architecture: all Source: pyserial Version: 3.5-2 Depends: python3:any Suggests: python3-wxgtk3.0 | python3-wxgtk Description: pyserial - module encapsulating access for the serial port This module encapsulates the access for the serial port. It provides back-ends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system). The module named "serial" automatically selects the appropriate back-end. Original-Maintainer: Matthias Klose Homepage: https://github.com/pyserial/pyserial Package: python3-setuptools Status: install ok installed Priority: optional Section: python Installed-Size: 2232 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: setuptools Version: 68.1.2-2ubuntu1.2 Depends: python3-pkg-resources (= 68.1.2-2ubuntu1.2), 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 Original-Maintainer: Matthias Klose Package: python3-setuptools-whl Status: install ok installed Priority: optional Section: python Installed-Size: 875 Maintainer: Ubuntu Developers Architecture: all Source: setuptools Version: 68.1.2-2ubuntu1.2 Replaces: python-pip-whl (<< 21.3.1+dfsg-2~) Breaks: python-pip-whl (<< 21.3.1+dfsg-2~) Description: Python Distutils Enhancements (wheel package) Extensions to the python-distutils for large or complex distributions. . This is the support package for the PEP 427 wheel version of the package, required for using setuptools inside a virtual environment. Homepage: https://pypi.python.org/pypi/setuptools Original-Maintainer: Matthias Klose Package: python3-six Status: install ok installed Priority: optional Section: python Installed-Size: 59 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: six Version: 1.16.0-4 Depends: python3:any Description: Python 2 and 3 compatibility library 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. Original-Maintainer: Debian Python Team Homepage: https://github.com/benjaminp/six Package: python3-update-manager Status: install ok installed Priority: optional Section: python Installed-Size: 189 Maintainer: Ubuntu Developers Architecture: all Source: update-manager Version: 1:24.04.12 Replaces: update-manager-core (<< 1:0.163) Depends: python3-apt (>= 0.8.5~), python3-distro-info, python3-distupgrade, python3:any Suggests: python3-launchpadlib Breaks: python3-distupgrade (<< 1:16.10.10), update-manager-core (<< 1:0.163) Description: Python 3.x module for update-manager Python module for update-manager (UpdateManager). . This package contains the Python 3.x version of this module. Package: python3-urllib3 Status: install ok installed Priority: optional Section: python Installed-Size: 460 Maintainer: Ubuntu Developers Architecture: all Source: python-urllib3 Version: 2.0.7-1ubuntu0.7 Depends: python3:any Recommends: ca-certificates Suggests: python3-brotli, 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 Original-Maintainer: Debian Python Team Package: python3-venv Status: install ok installed Priority: optional Section: python Installed-Size: 6 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: python3-defaults Version: 3.12.3-0ubuntu2.1 Depends: python3.12-venv (>= 3.12.3-0~), python3 (= 3.12.3-0ubuntu2.1) Description: venv module for python3 (default python3 version) This package contains the venv module for the Python language (default python3 version). . The venv module provides support for creating lightweight "virtual environments" with their own site directories, optionally isolated from system site directories. Each virtual environment has its own Python binary (which matches the version of the binary that was used to create this environment) and can have its own independent set of installed Python packages in its site directories. . This package is a dependency package, which depends on Debian's default Python 3 version's venv module (currently v3.12). Homepage: https://www.python.org/ Original-Maintainer: Matthias Klose Package: python3-wadllib Status: install ok installed Priority: optional Section: python Installed-Size: 331 Maintainer: Ubuntu Developers Architecture: all Source: python-wadllib Version: 1.3.6-5 Depends: python3-importlib-metadata | python3-supported-min (>> 3.8), python3-lazr.uri, python3-pkg-resources, python3:any Description: Python 3 library for navigating WADL files The Web Application Description Language (WADL) is an XML vocabulary for describing the capabilities of HTTP resources. wadllib can be used in conjunction with an HTTP library to navigate and manipulate those resources. . This package provides wadllib for Python 3.x. Original-Maintainer: Stefano Rivera Homepage: https://launchpad.net/wadllib Package: python3-websockets Status: install ok installed Priority: optional Section: python Installed-Size: 370 Maintainer: Ubuntu Developers Architecture: all Source: python-websockets Version: 10.4-1 Depends: python3:any Description: implementation of the WebSocket Protocol (RFC 6455) websockets is a library for developing WebSocket servers and clients in Python. It implements RFC 6455 with a focus on correctness and simplicity. It passes the Autobahn Testsuite. . Built on top of Python's asynchronous I/O support introduced in PEP 3156, it provides an API based on coroutines, making it easy to write highly concurrent applications. Original-Maintainer: Piotr Ożarowski Homepage: https://github.com/aaugustin/websockets Package: python3-wheel Status: install ok installed Priority: optional Section: python Installed-Size: 238 Maintainer: Ubuntu Developers Architecture: all Source: wheel Version: 0.42.0-2 Depends: python3:any Suggests: python3-setuptools Description: built-package format for Python A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. . The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. . This is the Python 3 compatible package. Original-Maintainer: Debian Python Team Homepage: https://github.com/pypa/wheel Package: python3-xkit Status: install ok installed Priority: optional Section: python Installed-Size: 110 Maintainer: Ubuntu Developers Architecture: all Source: x-kit Version: 0.5.0ubuntu6 Depends: python3:any (>= 3.2~) Description: library for the manipulation of xorg.conf files (Python 3) X-Kit is library for the manipulation of xorg.conf files. . This is the Python 3 version of the package. Original-Maintainer: Alberto Milone (tseliot) Package: python3-yaml Status: install ok installed Priority: optional Section: python Installed-Size: 492 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: pyyaml Version: 6.0.1-2build2 Depends: python3 (<< 3.13), python3 (>= 3.12~), python3:any, libc6 (>= 2.17), libyaml-0-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 Original-Maintainer: Debian Python Team Package: python3.12 Status: install ok installed Priority: optional Section: python Installed-Size: 738 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: allowed Version: 3.12.3-1ubuntu0.13 Depends: python3.12-minimal (= 3.12.3-1ubuntu0.13), libpython3.12-stdlib (= 3.12.3-1ubuntu0.13), media-types | mime-support, tzdata Recommends: ca-certificates Suggests: python3.12-venv, python3.12-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.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Original-Maintainer: Matthias Klose Package: python3.12-dev Status: install ok installed Priority: optional Section: python Installed-Size: 502 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: allowed Source: python3.12 Version: 3.12.3-1ubuntu0.13 Depends: python3.12 (= 3.12.3-1ubuntu0.13), libpython3.12-dev (= 3.12.3-1ubuntu0.13), libpython3.12t64 (= 3.12.3-1ubuntu0.13) Recommends: libc6-dev | libc-dev Description: Header files and a static library for Python (v3.12) Header files, a static library and development tools for building Python (v3.12) modules, extending the Python interpreter or embedding Python (v3.12) in applications. . Maintainers of Python packages should read README.maintainers. Original-Maintainer: Matthias Klose Package: python3.12-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 7756 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: allowed Source: python3.12 Version: 3.12.3-1ubuntu0.13 Depends: libpython3.12-minimal (= 3.12.3-1ubuntu0.13), libexpat1 (>= 2.6.0), zlib1g (>= 1:1.2.0) Pre-Depends: libc6 (>= 2.38) Recommends: python3.12 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Description: Minimal subset of the Python language (version 3.12) 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.12-minimal/README.Debian for a list of the modules contained in this package. Cnf-Visible-Pkgname: python3.12 Original-Maintainer: Matthias Klose Package: python3.12-venv Status: install ok installed Priority: optional Section: python Installed-Size: 28 Maintainer: Ubuntu Core Developers Architecture: arm64 Multi-Arch: allowed Source: python3.12 Version: 3.12.3-1ubuntu0.13 Depends: python3.12 (= 3.12.3-1ubuntu0.13), python3-pip-whl (>= 22.2), python3-setuptools-whl Breaks: python3-pip (<< 1.5.6-4) Description: Interactive high-level object-oriented language (pyvenv binary, version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.12 binary. Original-Maintainer: Matthias Klose Package: qrencode Status: install ok installed Priority: optional Section: utils Installed-Size: 91 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 4.1.1-1build2 Depends: libc6 (>= 2.34), libpng16-16t64 (>= 1.6.2), libqrencode4 (>= 3.3.0) Description: QR Code encoder into PNG image Qrencode is a utility software using libqrencode to encode string data in a QR Code and save as a PNG or an EPS image. Homepage: https://fukuchi.org/works/qrencode/index.html.en Original-Maintainer: NIIBE Yutaka Package: readline-common Status: install ok installed Priority: optional Section: utils Installed-Size: 77 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: readline Version: 8.2-4build1 Replaces: libreadline-common, libreadline4 (<< 4.3-16), libreadline5 (<< 5.0-11) 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. Homepage: https://tiswww.case.edu/php/chet/readline/rltop.html Original-Maintainer: Matthias Klose Package: ripgrep Status: install ok installed Priority: optional Section: utils Installed-Size: 4878 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: allowed Source: rust-ripgrep Version: 14.1.0-1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libpcre2-8-0 (>= 10.22) Description: Recursively searches directories for a regex pattern ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules and automatically skip hidden files/directories (smart filtering) and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. . ripgrep is generally faster than both The Silver Searcher and GNU grep. It defaults to recursive directory search and won't search files ignored by your `.gitignore` files. Use ripgrep if you like speed, filtering by default, fewer bugs, and Unicode support. . On the other hand, if you like multiline search, then ripgrep may not quite meet your needs (yet), and it will never support fancy regex features such as backreferences or lookaround Original-Maintainer: Debian Rust Maintainers Built-Using: rustc (= 1.73.0+dfsg0ubuntu1-0ubuntu1) Homepage: https://github.com/BurntSushi/ripgrep X-Cargo-Built-Using: rust-aho-corasick (= 1.1.2-1), rust-anyhow (= 1.0.75-1), rust-bstr (= 1.7.0-2build1), rust-cfg-if (= 1.0.0-1), rust-crossbeam-deque (= 0.8.3-1), rust-crossbeam-epoch (= 0.9.13-1), rust-crossbeam-utils (= 0.8.12-1), rust-encoding-rs (= 0.8.33-1), rust-encoding-rs-io (= 0.1.7-1), rust-globset (= 0.4.14-1), rust-grep-cli (= 0.1.10-1), rust-grep (= 0.3.1-1), rust-grep-matcher (= 0.1.7-1), rust-grep-pcre2 (= 0.1.7-1), rust-grep-printer (= 0.2.1-1), rust-grep-regex (= 0.1.12-1), rust-grep-searcher (= 0.1.13-1), rust-ignore (= 0.4.22-1), rust-itoa (= 1.0.9-1), rust-lexopt (= 0.3.0-1), rust-libc (= 0.2.150-1), rust-log (= 0.4.20-2), rust-memchr (= 2.6.4-3build2), rust-memmap2 (= 0.9.0-3), rust-memoffset (= 0.6.5-1), rust-pcre2 (= 0.2.6-1), rust-pcre2-sys (= 0.2.7-1), rust-regex-automata (= 0.4.3-1build2), rust-regex-syntax (= 0.8.2-1), rust-ryu (= 1.0.15-1), rust-same-file (= 1.0.6-1), rust-scopeguard (= 1.1.0-1), rust-serde (= 1.0.195-1), rust-serde-json (= 1.0.108-1), rust-termcolor (= 1.4.0-1), rust-textwrap (= 0.16.0-2), rust-walkdir (= 2.4.0-1), rustc (= 1.73.0+dfsg0ubuntu1-0ubuntu1) Package: rootlesskit Status: install ok installed Priority: optional Section: admin Installed-Size: 19416 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.1.1-1ubuntu0.24.04.3 Depends: uidmap, libc6 (>= 2.34) Recommends: slirp4netns Description: Linux-native "fake root" for rootless containers The purpose of RootlessKit is to run Docker and Kubernetes as an unprivileged user (known as "Rootless mode"), so as to protect the real root on the host from potential container-breakout attacks. . RootlessKit creates user_namespaces(7) and mount_namespaces(7), and executes newuidmap(1)/newgidmap(1) along with subuid(5) and subgid(5). . RootlessKit also supports isolating network_namespaces(7) with userspace NAT using "slirp". . This Debian package doesn't support vpnkit mode. . On Debian system, kernel.unprivileged_userns_clone should be enabled. Built-Using: go-md2man-v2 (= 2.0.3+ds1-1ubuntu0.2), golang-1.22 (= 1.22.2-2ubuntu0.4), golang-blackfriday-v2 (= 2.1.0-1), golang-github-gofrs-flock (= 0.8.1-1), golang-github-gorilla-mux (= 1.8.1-1), golang-github-insomniacslk-dhcp (= 0.0~git20220915.043f172-2), golang-github-moby-sys (= 0.0~git20231105.a4e0878-1), golang-github-u-root-uio (= 0.0~git20220204.dac05f7-2), golang-github-urfave-cli-v2 (= 2.3.0-3), golang-golang-x-net (= 1:0.21.0+dfsg-1), golang-golang-x-sys (= 0.17.0-1), golang-logrus (= 1.9.0-1) Homepage: https://github.com/rootless-containers/rootlesskit Original-Maintainer: Debian Go Packaging Team Package: rpcbind Status: install ok installed Priority: optional Section: net Installed-Size: 187 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.2.6-7ubuntu2 Replaces: libc-bin (<< 2.16) Provides: portmap Depends: libc6 (>= 2.38), libsystemd0, libtirpc3t64 (>= 1.3.4+ds-1.1), libwrap0 (>= 7.6-4~), adduser Pre-Depends: init-system-helpers (>= 1.54~) Breaks: libc-bin (<< 2.16) Conflicts: portmap Conffiles: /etc/default/rpcbind ee5f5f475d29ec8c38c391eeedf12e1b /etc/init.d/rpcbind 93b456a865b0633ee4e7b8be1cc88197 /etc/insserv.conf.d/rpcbind 669a5c3a6ffa8b5b5ce263057934d118 Description: converts RPC program numbers into universal addresses The rpcbind utility is a server that converts RPC program numbers into universal addresses. Homepage: http://sourceforge.net/projects/rpcbind/ Original-Maintainer: Josue Ortega Package: rpcsvc-proto Status: install ok installed Priority: optional Section: libs Installed-Size: 281 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.4.2-0ubuntu7 Replaces: libc6-dev (<< 2.32), libc6-dev-bin (<< 2.32) Depends: libc6 (>= 2.38) Breaks: libc6-dev (<< 2.32), libc6-dev-bin (<< 2.32) Description: RPC protocol compiler and definitions rpcgen is a tool that generates C code to implement an RPC protocol. The input to rpcgen is a language similar to C known as RPC Language (Remote Procedure Call Language). . This package also includes several rpcsvc header files and RPC protocol definitions from SunRPC sources that were previously shipped by glibc. Homepage: https://github.com/thkukuk/rpcsvc-proto Original-Maintainer: GNU Libc Maintainers Package: runc Status: install ok installed Priority: optional Section: devel Installed-Size: 33006 Maintainer: Ubuntu Developers Architecture: arm64 Source: runc-app Version: 1.3.3-0ubuntu1~24.04.3 Depends: libc6 (>= 2.38), libseccomp2 (>= 2.5.0) Description: Open Container Project - runtime "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. Built-Using: golang-1.23 (= 1.23.1-1~24.04.1) Homepage: https://github.com/opencontainers/runc Package: sbsigntool Status: install ok installed Priority: optional Section: utils Installed-Size: 503 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 0.9.4-3.1ubuntu7 Depends: libc6 (>= 2.38), libssl3t64 (>= 3.0.0), libuuid1 (>= 2.16) Description: Tools to manipulate signatures on UEFI binaries and drivers This package installs tools which can cryptographically sign EFI binaries and drivers. Original-Maintainer: Debian EFI Team Package: secureboot-db Status: install ok installed Priority: optional Section: utils Installed-Size: 26 Maintainer: Steve Langasek Architecture: arm64 Version: 1.9build1 Depends: sbsigntool Description: Secure Boot updates for DB and DBX Systems with Secure Boot enabled have portions of the system signed by entries in the Secure Boot DB. This package provides a mechanism for delivering updates to DB and the corresponding blacklist database, DBX. Package: sed Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 360 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 4.9-2ubuntu0.24.04.1 Pre-Depends: libacl1 (>= 2.2.23), libc6 (>= 2.38), libselinux1 (>= 3.1~) 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/ Original-Maintainer: Clint Adams Package: sensible-utils Status: install ok installed Priority: required Section: utils Installed-Size: 63 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.0.22 Description: Utilities for sensible alternative selection This package provides a number of small utilities which are used by programs to sensibly select and spawn an appropriate browser, editor, pager, or terminal emulator. . The specific utilities included are: sensible-browser sensible-editor sensible-pager sensible-terminal Original-Maintainer: Anibal Monsalve Salazar Package: session-migration Status: install ok installed Priority: optional Section: misc Installed-Size: 92 Maintainer: Didier Roche Architecture: arm64 Version: 0.3.9build1 Depends: libc6 (>= 2.34), libglib2.0-0t64 (>= 2.51.1), init-system-helpers (>= 1.52) Description: Tool to migrate in user session settings This tool is used to migrate in session user data when a program is evolving its configuration, or needing to have files moved and so on. . This program is generally autostarted at the very beginning of the session and integrates caching capability. Homepage: https://launchpad.net/session-migration Package: sgml-base Status: install ok installed Priority: optional Section: text Installed-Size: 66 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.31 Pre-Depends: dpkg (>= 1.16.4) Suggests: sgml-base-doc Description: SGML infrastructure and SGML catalog file support This package creates the SGML infrastructure directories and provides SGML catalog file support in compliance with the current Debian SGML Policy draft: . * infrastructure directories: - /etc/sgml - /usr/share/sgml/{declaration,dtd,entities,misc,stylesheet} - /usr/share/local/sgml/{declaration,dtd,entities,misc,stylesheet} . * update-catalog(8): tool for maintaining the root SGML catalog file and the package SGML catalog files in the '/etc/sgml' directory. Original-Maintainer: Debian QA Group Package: shared-mime-info Status: install ok installed Priority: optional Section: misc Installed-Size: 2908 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.4-4 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.75.3), libstdc++6 (>= 9), libxml2 (>= 2.7.4) Description: FreeDesktop.org shared MIME database and spec This is the shared MIME-info database from the X Desktop Group. It is required by any program complying to the Shared MIME-Info Database spec, which is also included in this package. . At this time at least ROX, GNOME, KDE and Xfce use this database. Original-Maintainer: Debian freedesktop.org maintainers Homepage: https://freedesktop.org/wiki/Software/shared-mime-info Package: shim-signed Protected: yes Status: install ok installed Priority: optional Section: utils Installed-Size: 4741 Maintainer: Steve Langasek Architecture: arm64 Source: shim-signed (1.58) Version: 1.58+15.8-0ubuntu1 Replaces: shim (<< 15.3) Depends: debconf (>= 0.5) | debconf-2.0, grub-efi-amd64-signed (>= 1.191~) | grub-efi-arm64-signed (>= 1.191~) | base-files (<< 12.3), grub-efi-amd64-signed (>= 1.187.2~) | grub-efi-arm64-signed (>= 1.187.2~), grub2-common (>= 2.04-1ubuntu24), mokutil (>= 0.3.0+1538710437.fb6250f-0ubuntu2), sbsigntool Recommends: secureboot-db Breaks: fwupd-signed (<< 1.44.1~), grub-common (= 2.12-1ubuntu3), shim (<< 15.3) Conffiles: /etc/kernel/postinst.d/zz-shim b9ccfa0ef5e49db7008b2e863b8bf633 Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) This package provides a minimalist boot loader which allows verifying signatures of other UEFI binaries against either the Secure Boot DB/DBX or against a built-in signature database. Its purpose is to allow a small, infrequently-changing binary to be signed by the UEFI CA, while allowing an OS distributor to revision their main bootloader independently of the CA. . This package contains the version of the bootloader binary signed by the Microsoft UEFI CA. Built-Using: shim (= 15.8-0ubuntu1) Important: yes Package: slirp4netns Status: install ok installed Priority: optional Section: misc Installed-Size: 93 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1.2.1-1build2 Depends: libc6 (>= 2.38), libglib2.0-0t64 (>= 2.28.0), libseccomp2 (>= 2.3.0), libslirp0 (>= 4.1.0) Description: User-mode networking for unprivileged network namespaces slirp4netns provides user-mode networking for unprivileged network namespaces. . slirp4netns allows connecting a network namespace to the Internet in a completely unprivileged way, by connecting a TAP device in a network namespace to the usermode TCP/IP stack ("slirp"). Homepage: https://github.com/rootless-containers/slirp4netns Original-Maintainer: Reinhard Tartler Package: snapd Status: install ok installed Priority: optional Section: devel Installed-Size: 120184 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.73+ubuntu24.04.2 Replaces: snap-confine (<< 2.23), snapd-xdg-open (<= 0.0.0), ubuntu-core-launcher (<< 2.22), ubuntu-snappy (<< 1.9), ubuntu-snappy-cli (<< 1.9) Depends: adduser, apparmor (>= 2.10.95-0ubuntu2.2), ca-certificates, fuse3 (>= 3.10.5-1) | fuse, libcap2-bin, openssh-client, squashfs-tools, systemd, udev, default-dbus-session-bus | dbus-session-bus, libblkid1 (>= 2.17.2), libc6 (>= 2.38), libfuse3-3 (>= 3.12.0), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), libudev1 (>= 183), zlib1g (>= 1:1.1.4) Recommends: gnupg Suggests: zenity | kdialog Breaks: snap-confine (<< 2.23), snapd-xdg-open (<= 0.0.0), ubuntu-core-launcher (<< 2.22), ubuntu-snappy (<< 1.9), ubuntu-snappy-cli (<< 1.9) Conflicts: snap (<< 2013-11-29-1ubuntu1) Conffiles: /etc/apparmor.d/usr.lib.snapd.snap-confine.real 33706841d80331efd8abecc04fdefe08 /etc/apt/apt.conf.d/20snapd.conf dd6f6ce79792eecd4a57bdde4e6fff7d /etc/profile.d/apps-bin-path.sh 5d9366468bcab036e3c30fd5c8a6e98e /etc/xdg/autostart/snap-userd-autostart.desktop 4aaaa2fe36462a072a72e09cad553362 Description: Daemon and tooling that enable snap packages Install, configure, refresh and remove snap packages. Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things. . Start with 'snap list' to see installed snaps. Built-Using: apparmor (= 4.0.0-beta3-0ubuntu3), libcap2 (= 1:2.66-5ubuntu2.2), libseccomp (= 2.5.5-1ubuntu3) Homepage: https://github.com/snapcore/snapd Package: sqlite3 Status: install ok installed Priority: optional Section: database Installed-Size: 574 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 3.45.1-1ubuntu2.5 Depends: libc6 (>= 2.34), libreadline8t64 (>= 6.0), libsqlite3-0 (= 3.45.1-1ubuntu2.5), zlib1g (>= 1:1.2.0) Suggests: sqlite3-doc Description: Command line interface for SQLite 3 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/ Original-Maintainer: Laszlo Boszormenyi (GCS) Package: squashfs-tools Status: install ok installed Priority: optional Section: kernel Installed-Size: 561 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1:4.6.1-1build1 Depends: libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.1.1alpha+20120614), liblzo2-2 (>= 2.02), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4) Description: Tool to create and append to squashfs filesystems Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. . Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. Homepage: https://github.com/plougher/squashfs-tools Original-Maintainer: Laszlo Boszormenyi (GCS) Package: ssh-import-id Status: install ok installed Priority: optional Section: misc Installed-Size: 50 Maintainer: Ubuntu Developers Architecture: all Version: 5.11-0ubuntu2.24.04.1 Depends: ca-certificates, openssh-client, python3-distro, python3-launchpadlib, wget, python3:any Recommends: openssh-server Conffiles: /etc/ssh/ssh_import_id 8bfa390040fbeeae70bec14f2dccaf11 Description: securely retrieve an SSH public key and install it locally This utility will securely contact a public keyserver (Launchpad.net by default, but Github.com is also supported), retrieve one or more user's public keys, and append these to the current user's ~/.ssh/authorized_keys file. Homepage: http://launchpad.net/ssh-import-id Original-Maintainer: Andrew Starr-Bochicchio Package: sudo Status: install ok installed Priority: optional Section: admin Installed-Size: 3856 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.9.15p5-3ubuntu5.24.04.2 Replaces: sudo-ldap Depends: libapparmor1 (>= 2.7.0~beta1+bzr1772), libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.2.0.2), libpam-modules Conflicts: sudo-ldap Conffiles: /etc/pam.d/sudo b3a1b916bf62a2cc3280f7f9b94844ff /etc/pam.d/sudo-i ce9740f66cedf7716e26950abfe556fa /etc/sudo.conf 8c714b777580faea54a2eb6d5f17ad1d /etc/sudo_logsrvd.conf ad0ba586da300ae3ba46312ad744a6e2 /etc/sudoers 8c20cd717552790f2312db0981337945 /etc/sudoers.d/README bb1eba13940f331e91cfb9294d86a04f 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/ Original-Maintainer: Sudo Maintainers Package: systemd Status: install ok installed Priority: important Section: admin Installed-Size: 15432 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 255.4-1ubuntu8.16 Replaces: systemd-repart (<< 250.2-3~) Provides: systemd-repart (= 255.4-1ubuntu8.16), systemd-sysusers (= 255.4-1ubuntu8.16), systemd-tmpfiles (= 255.4-1ubuntu8.16) Depends: libacl1 (>= 2.2.23), libapparmor1 (>= 2.13), libaudit1 (>= 1:2.2.1), libcryptsetup12 (>= 2:2.4), libfdisk1 (>= 2.33), libkmod2 (>= 15), libpam0g (>= 0.99.7.1), libseccomp2 (>= 2.3.1), libsystemd-shared (= 255.4-1ubuntu8.16), libsystemd0 (= 255.4-1ubuntu8.16), systemd-dev (>= 255.4-1ubuntu8.16), mount Pre-Depends: libblkid1 (>= 2.30.2), libc6 (>= 2.39), libcap2 (>= 1:2.10), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r122), liblzma5 (>= 5.1.1alpha+20120614), libmount1 (>= 2.30), libselinux1 (>= 3.1~), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5) Recommends: default-dbus-system-bus | dbus-system-bus, networkd-dispatcher, systemd-timesyncd | time-daemon, systemd-resolved Suggests: systemd-container, systemd-homed, systemd-userdbd, systemd-boot, libfido2-1, libip4tc2, libp11-kit0, libqrencode4, libtss2-esys-3.0.2-0, libtss2-mu-4.0.1-0, libtss2-rc0, libtss2-tcti-device0, polkitd Breaks: dracut (<< 059-5), less (<< 563), sicherboot (<< 0.1.6), systemd-repart (<< 250.2-3~) Conflicts: consolekit, libpam-ck-connector, opensysusers, systemd-shim Conffiles: /etc/systemd/journald.conf 75b80e6a9f99a86a34e4772d6a98cd15 /etc/systemd/logind.conf 224fc79c1fee69b72ed4def02967ac6b /etc/systemd/networkd.conf 189a57178c5ba90358b5e60b0afed34b /etc/systemd/pstore.conf 8086c035fbf3bde72f2339a6ee50d2a4 /etc/systemd/sleep.conf a73525164051d35ff700a76eb7db3f68 /etc/systemd/system.conf c9f795de4c926f776ccb554b4e593f80 /etc/systemd/user.conf c13845a7cbc3e115e4c23949a3e2b917 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. . 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 Original-Maintainer: Debian systemd Maintainers Package: systemd-dev Status: install ok installed Priority: optional Section: devel Installed-Size: 722 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: systemd Version: 255.4-1ubuntu8.16 Replaces: systemd (<< 253-2~), systemd-homed (<< 254.1-3~), udev (<< 253-2~) Breaks: systemd (<< 253-2~), systemd-homed (<< 254.1-3~), udev (<< 253-2~) Description: systemd development files This package contains the systemd and udev pkg-config files. Note that these are different from the libsystemd's and libudev's pkg-config files, which can still be found in the respective dev packages, but instead provide data such as the installation directories for units, and more. Homepage: https://www.freedesktop.org/wiki/Software/systemd Original-Maintainer: Debian systemd Maintainers Package: systemd-resolved Status: install ok installed Priority: important Section: admin Installed-Size: 978 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: systemd Version: 255.4-1ubuntu8.16 Replaces: resolvconf, systemd (<< 251.3-2~) Provides: resolvconf Depends: libc6 (>= 2.39), libssl3t64 (>= 3.0.0), libsystemd-shared (= 255.4-1ubuntu8.16), systemd (= 255.4-1ubuntu8.16), default-dbus-system-bus | dbus-system-bus Suggests: polkitd Breaks: systemd (<< 251.3-2~) Conflicts: resolvconf Conffiles: /etc/systemd/resolved.conf 34cadb9a0b5de37242f73c23ac354d05 Description: systemd DNS resolver This package provides systemd's DNS resolver and the command line tool to manage it. . Installing this package automatically overwrites /etc/resolv.conf and switches it to be managed by systemd-resolved. Homepage: https://www.freedesktop.org/wiki/Software/systemd Original-Maintainer: Debian systemd Maintainers Package: systemd-sysv Status: install ok installed Priority: important Section: admin Installed-Size: 126 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: systemd Version: 255.4-1ubuntu8.16 Replaces: sysvinit-core Depends: systemd (= 255.4-1ubuntu8.16) Pre-Depends: systemd Recommends: libpam-systemd, libnss-systemd Conflicts: bfh-container (<< 20211009-22~), file-rc, initscripts, molly-guard (<< 0.8.2~), orphan-sysvinit-scripts, progress-linux-container (<< 20221002-11~), systemd-shim, sysvinit-core Description: system and service manager - SysV compatibility symlinks This package provides manual pages and compatibility symlinks needed for systemd to replace sysvinit. . Installing systemd-sysv will overwrite /sbin/init with a symlink to systemd. Homepage: https://www.freedesktop.org/wiki/Software/systemd Original-Maintainer: Debian systemd Maintainers Package: systemd-timesyncd Status: install ok installed Priority: standard Section: admin Installed-Size: 211 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: systemd Version: 255.4-1ubuntu8.16 Replaces: time-daemon Provides: time-daemon Depends: libc6 (>= 2.34), libsystemd-shared (= 255.4-1ubuntu8.16), systemd Conflicts: time-daemon Conffiles: /etc/dhcp/dhclient-exit-hooks.d/timesyncd 1f941d2a11991ff151fe74064f2b5cf4 /etc/systemd/timesyncd.conf e0877ff040d9c2541955eb1c1e856031 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 Original-Maintainer: Debian systemd Maintainers Package: sysvinit-utils Essential: yes Status: install ok installed Priority: required Section: admin Installed-Size: 199 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: sysvinit Version: 3.08-6ubuntu3 Replaces: lsb-base Provides: lsb-base (= 11.1.0) Depends: libc6 (>= 2.38) Conflicts: lsb-base (<< 11.3~) 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 . It also contains the library scripts sourced by init-d-script and other initscripts that were formally in lsb-base. Homepage: https://github.com/slicer69/sysvinit Original-Maintainer: Debian sysvinit maintainers Package: tailscale Status: install ok installed Priority: extra Section: net Installed-Size: 66474 Maintainer: Tailscale Inc Architecture: arm64 Version: 1.98.3 Replaces: tailscale-relay Depends: iptables Recommends: tailscale-archive-keyring (>= 1.35.181), iproute2 Conflicts: tailscale-relay Conffiles: /etc/default/tailscaled 540a659ece227eb3035d1ee3ba1ec902 Description: The easiest, most secure, cross platform way to use WireGuard + oauth2 + 2FA/SSO Homepage: https://www.tailscale.com Package: tailscale-archive-keyring Status: install ok installed Priority: extra Section: net Installed-Size: 2 Maintainer: Tailscale Inc Architecture: all Version: 1.35.181 Description: GnuPG keys of the Tailscale package archive Homepage: https://www.tailscale.com Package: tar Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 760 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.35+dfsg-3build1 Replaces: cpio (<< 2.4.2-39) Pre-Depends: libacl1 (>= 2.2.23), libc6 (>= 2.38), 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/ Original-Maintainer: Janos Lenart Package: tcl Status: install ok installed Priority: optional Section: interpreters Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: tcltk-defaults Version: 8.6.14build1 Provides: tclsh Depends: tcl8.6 (>= 8.6.14+dfsg-1~) Breaks: tcl8.3 (<< 8.3.5-15), tcl8.4 (<< 8.4.20-2), tcl8.5 (<< 8.5.14-3), tcl8.6 (<< 8.6.0-2) Description: Tool Command Language (default version) - shell Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. . This package is a dependency package, which depends on Debian's default Tcl version (currently 8.6). Original-Maintainer: Debian Tcl/Tk Packagers Package: tcl8.6 Status: install ok installed Priority: optional Section: interpreters Installed-Size: 93 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 8.6.14+dfsg-1build1 Depends: libc6 (>= 2.34), libtcl8.6 (>= 8.6.0) Suggests: tcl-tclreadline Conflicts: tcl74 (<= 7.4p3-2) Description: Tcl (the Tool Command Language) v8.6 - shell Tcl is a powerful, easy to use, embeddable, cross-platform interpreted scripting language. This package contains the Tcl shell which you need to run Tcl scripts. This version includes thread support. Homepage: http://www.tcl.tk/ Original-Maintainer: Debian Tcl/Tk Packagers Package: tesseract-ocr Status: install ok installed Priority: optional Section: graphics Installed-Size: 1663 Maintainer: Ubuntu Developers Architecture: arm64 Source: tesseract Version: 5.3.4-1build5 Replaces: tesseract-ocr-data Depends: libarchive13t64 (>= 3.2.1), libc6 (>= 2.38), libcairo2 (>= 1.2.4), libcurl4t64 (>= 7.16.2), libfontconfig1 (>= 2.12.6), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libharfbuzz0b (>= 1.2.6), libicu74 (>= 74.1-1~), liblept5 (>= 1.75.3), libpango-1.0-0 (>= 1.44.3), libpangocairo-1.0-0 (>= 1.22.0), libstdc++6 (>= 13.1), libtesseract5 (= 5.3.4-1build5), tesseract-ocr-eng (>= 4.0.9~), tesseract-ocr-osd (>= 4.0.9~) Description: Tesseract command line OCR tool Tesseract is an open source Optical Character Recognition (OCR) Engine. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages. This package includes the command line tool. Homepage: https://github.com/tesseract-ocr/ Original-Maintainer: Alexander Pozdnyakov Package: tesseract-ocr-eng Status: install ok installed Priority: optional Section: graphics Installed-Size: 4031 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: tesseract-lang Version: 1:4.1.0-2 Replaces: tesseract-ocr-data (<< 2) Provides: tesseract-ocr-lang, tesseract-ocr-language Recommends: tesseract-ocr (>= 4.9.9) Breaks: tesseract-ocr (<< 4.9.9) Description: tesseract-ocr language files for English Tesseract is an open source Optical Character Recognition (OCR) Engine. It can be used directly, or (for programmers) using an API to extract printed text from images. This package contains the data needed for processing images in English language. Original-Maintainer: Alexander Pozdnyakov Homepage: https://github.com/tesseract-ocr/ Package: tesseract-ocr-osd Status: install ok installed Priority: optional Section: graphics Installed-Size: 10330 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: tesseract-lang Version: 1:4.1.0-2 Replaces: tesseract-ocr-data (<< 2) Provides: tesseract-ocr-lang, tesseract-ocr-language Recommends: tesseract-ocr (>= 4.9.9) Breaks: tesseract-ocr (<< 4.9.9) Description: tesseract-ocr language files for script and orientation Tesseract is an open source Optical Character Recognition (OCR) Engine. It can be used directly, or (for programmers) using an API to extract printed text from images. This package contains the data needed for identifying script and orientation. Original-Maintainer: Alexander Pozdnyakov Homepage: https://github.com/tesseract-ocr/ Package: testng Status: install ok installed Priority: optional Section: java Installed-Size: 848 Maintainer: Ubuntu Developers Architecture: all Version: 6.9.12-4 Depends: libbsh-java (>= 2.0b4), libjcommander-java Recommends: ant, junit4 (>= 4.12), libyaml-snake-java (>= 1.21) Description: testing framework for Java TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * Annotations. * Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.) * Test that your code is multithread safe. * Flexible test configuration. * Support for data-driven testing (with @DataProvider). * Support for parameters. * Powerful execution model (no more TestSuite). * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.) * Embeds BeanShell for further flexibility. * Default JDK functions for runtime and logging (no dependencies). * Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc. Original-Maintainer: Debian Java Maintainers Homepage: http://testng.org Package: tmux Status: install ok installed Priority: optional Section: admin Installed-Size: 1180 Maintainer: Ubuntu Developers Architecture: arm64 Version: 3.4-1ubuntu0.1 Depends: libc6 (>= 2.38), libevent-core-2.1-7t64 (>= 2.1.8-stable), libsystemd0 (>= 221), libtinfo6 (>= 6.4+20230603), libtinfo6 (<< 6.5~), libutempter0 (>= 1.1.5) Description: terminal multiplexer tmux enables a number of terminals (or windows) to be accessed and controlled from a single terminal like screen. tmux runs as a server-client system. A server is created automatically when necessary and holds a number of sessions, each of which may have a number of windows linked to it. Any number of clients may connect to a session, or the server may be controlled by issuing commands with tmux. Communication takes place through a socket, by default placed in /tmp. Moreover tmux provides a consistent and well-documented command interface, with the same syntax whether used interactively, as a key binding, or from the shell. It offers a choice of vim or Emacs key layouts. Homepage: https://tmux.github.io/ Original-Maintainer: Romain Francoise Package: tor Status: install ok installed Priority: optional Section: net Installed-Size: 3585 Maintainer: Ubuntu Developers Architecture: arm64 Version: 0.4.8.10-1build2 Depends: libc6 (>= 2.38), libcap2 (>= 1:2.10), libevent-2.1-7t64 (>= 2.1.8-stable), liblzma5 (>= 5.1.1alpha+20120614), libssl3t64 (>= 3.0.0), libsystemd0, libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), adduser, lsb-base Recommends: logrotate, tor-geoipdb, torsocks Suggests: mixmaster, torbrowser-launcher, socat, apparmor-utils, nyx, obfs4proxy Conflicts: libssl0.9.8 (<< 0.9.8g-9) Conffiles: /etc/apparmor.d/abstractions/tor bd44d363fecd2c77cfb26f845b51eb67 /etc/apparmor.d/system_tor 2920c5c9e0dac3172176b998e4894767 /etc/cron.weekly/tor 78214da84411cbfef01ed0c037514288 /etc/default/tor 4eed467922fcd0eb49f8c2fa938d53c0 /etc/init.d/tor 6cc688c9411c61015c3e4f91e61bc408 /etc/logrotate.d/tor 48d59700002533a13c8799f525131f66 /etc/tor/torrc cea1d9bfe6449819df2151a69475603d Description: anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system. . Clients choose a source-routed path through a set of relays, and negotiate a "virtual circuit" through the network, in which each relay knows its predecessor and successor, but no others. Traffic flowing down the circuit is decrypted at each relay, which reveals the downstream relay. . Basically, Tor provides a distributed network of relays. Users bounce their TCP streams (web traffic, ftp, ssh, etc) around the relays, and recipients, observers, and even the relays themselves have difficulty learning which users connected to which destinations. . This package enables only a Tor client by default, but it can also be configured as a relay and/or a hidden service easily. . Client applications can use the Tor network by connecting to the local socks proxy interface provided by your Tor instance. If the application itself does not come with socks support, you can use a socks client such as torsocks. . Note that Tor does no protocol cleaning on application traffic. There is a danger that application protocols and associated programs can be induced to reveal information about the user. Tor depends on Torbutton and similar protocol cleaners to solve this problem. For best protection when web surfing, the Tor Project recommends that you use the Tor Browser Bundle, a standalone tarball that includes static builds of Tor, Torbutton, and a modified Firefox that is patched to fix a variety of privacy bugs. Homepage: https://www.torproject.org/ Original-Maintainer: Peter Palfrader Package: tor-geoipdb Status: install ok installed Priority: optional Section: net Installed-Size: 10718 Maintainer: Ubuntu Developers Architecture: all Source: tor Version: 0.4.8.10-1build2 Replaces: tor (<< 0.2.4.8) Depends: tor (>= 0.4.8.10-1build2) Breaks: tor (<< 0.2.4.8) Description: GeoIP database for Tor This package provides a GeoIP database for Tor, i.e. it maps IPv4 addresses to countries. . Bridge relays (special Tor relays that aren't listed in the main Tor directory) use this information to report which countries they see connections from. These statistics enable the Tor network operators to learn when certain countries start blocking access to bridges. . Clients can also use this to learn what country each relay is in, so Tor controllers like arm or Vidalia can use it, or if they want to configure path selection preferences. Homepage: https://www.torproject.org/ Original-Maintainer: Peter Palfrader Package: torsocks Status: install ok installed Priority: optional Section: net Installed-Size: 393 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.4.0-1 Depends: libc6 (>= 2.34) Recommends: tor Conffiles: /etc/tor/torsocks.conf b40d39a2cfbc86a098798b34f8b082d6 Description: use SOCKS-friendly applications with Tor Torsocks allows you to redirect network traffic of individual SOCKS-friendly applications through the Tor network. It also ensures DNS queries are handled correctly and explicitly blocks all UDP traffic from the application in question. It is possible that a given application can leak user/system data at a level that neither Tor nor torsocks can control, a 100% guarantee of being safe to operate with Tor can not be given for applications. Original-Maintainer: Debian Privacy Tools Maintainers Homepage: https://gitweb.torproject.org/torsocks.git Package: tzdata Status: install ok installed Priority: required Section: localization Installed-Size: 1391 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2026a-0ubuntu0.24.04.1 Replaces: tzdata-legacy (= 2023c-8ubuntu1) Provides: tzdata-trixie Depends: debconf (>= 0.5) | debconf-2.0 Breaks: tzdata-legacy (= 2023c-8ubuntu1) 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 Original-Maintainer: GNU Libc Maintainers Package: ubuntu-cloud-minimal Status: install ok installed Priority: optional Section: metapackages Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: arm64 Source: ubuntu-meta Version: 1.539.2 Depends: apparmor, apport, apt, cloud-guest-utils, cloud-init, console-setup, dbus, dmsetup, e2fsprogs, fdisk, lxd-agent-loader, lxd-installer, netbase, openssh-server, parted, pollinate, secureboot-db, snapd, ssh-import-id, sudo, systemd, systemd-resolved, systemd-sysv, systemd-timesyncd | time-daemon, ubuntu-drivers-common, ubuntu-pro-client, ubuntu-release-upgrader-core, udev, unattended-upgrades, unminimize Description: Ubuntu Cloud minimal system This package depends on all of the packages in the Ubuntu Cloud minimal system. . It is also used to help ensure proper upgrades, so it is recommended that it not be removed. Package: ubuntu-drivers-common Status: install ok installed Priority: optional Section: admin Installed-Size: 193 Maintainer: Ubuntu Developers Architecture: arm64 Version: 1:0.9.7.6ubuntu3.5 Replaces: jockey-common, jockey-gtk, jockey-kde, nvidia-common (<< 1:0.2.46) Provides: jockey-common, jockey-gtk, jockey-kde, nvidia-common Depends: python3:any (>= 3.2~), debconf (>= 0.5.00) | debconf-2.0, python3-apt, python3-xkit, python3-click, udev (>= 204-0ubuntu4~), pciutils, usbutils, kmod | module-init-tools Pre-Depends: dpkg (>= 1.15.7.2) Suggests: python3-aptdaemon.pkcompat Breaks: nvidia-prime (<< 0.6) Conflicts: jockey-common, jockey-gtk, jockey-kde, nvidia-common (<< 1:0.2.46) Description: Detect and install additional Ubuntu driver packages This package aggregates and abstracts Ubuntu specific logic and knowledge about third-party driver packages. It provides: . - a Python API for detecting driver packages for a particular piece of hardware or the whole system. . - an "ubuntu-drivers" command line tool to list or install driver packages (mostly for integration in installers). . - some NVidia specific support code to find the most appropriate driver version, as well as setting up the alternatives symlinks that the proprietary NVidia and FGLRX packages use. Package: ubuntu-fan Status: install ok installed Priority: optional Section: admin Installed-Size: 143 Maintainer: Andy Whitcroft Architecture: all Version: 0.12.16+24.04.1 Depends: bridge-utils, iproute2 (>> 3.16.0-2ubuntu2~), dnsmasq-base Recommends: netcat Conffiles: /etc/NetworkManager/conf.d/10-ubuntu-fan.conf 528279319e9a6c0073316f546e7359c9 /etc/default/ubuntu-fan 146676319ee9030a5f6fa65c82e15d4e /etc/dnsmasq.d/ubuntu-fan 60346e349fb2068d1b1d2ff61f38c6b8 /etc/init.d/ubuntu-fan d20e2f53de8c593c0b3b9438cb981371 /etc/init/ubuntu-fan.conf e218230b33f05d4be75dea99ab0b19f4 /etc/network/if-down.d/ubuntu-fan ce206ba4302d50169a2a3122281d37c5 /etc/network/if-post-down.d/ubuntu-fan ce206ba4302d50169a2a3122281d37c5 /etc/network/if-up.d/ubuntu-fan ce206ba4302d50169a2a3122281d37c5 Description: Ubuntu FAN network support enablement Install this package to enable the Ubuntu FAN network support. . FAN is an IP over IP tunnel protocol which does network range remapping. . This package contains the init scripts and example configuration for Ubuntu FAN. Package: ubuntu-keyring Status: install ok installed Priority: important Section: misc Installed-Size: 29 Maintainer: Dimitri John Ledkov Architecture: all Multi-Arch: foreign Version: 2023.11.28.1 Replaces: ubuntu-cloudimage-keyring (<< 2018.02.05) Breaks: ubuntu-cloudimage-keyring (<< 2018.02.05) Description: GnuPG keys of the Ubuntu archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for that. Package: ubuntu-mono Status: install ok installed Priority: optional Section: gnome Installed-Size: 5567 Maintainer: Ubuntu Artwork Team Architecture: all Multi-Arch: foreign Source: ubuntu-themes Version: 24.04-0ubuntu1 Depends: adwaita-icon-theme, hicolor-icon-theme, humanity-icon-theme Description: Ubuntu Mono Icon theme Dark and Light panel icons to make your desktop beautiful. Homepage: https://launchpad.net/ubuntu-themes Package: ubuntu-pro-client Status: install ok installed Priority: important Section: misc Installed-Size: 1386 Maintainer: Ubuntu Developers Architecture: arm64 Source: ubuntu-advantage-tools Version: 37.1ubuntu0~24.04 Replaces: ubuntu-advantage-tools (<< 31~) Depends: python3-yaml, python3:any, libapt-pkg6.0t64 (>= 1.9~), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libjson-c5 (>= 0.15), libstdc++6 (>= 13.1), python3-apt, distro-info (>= 0.18ubuntu0.18.04.1), python3-pkg-resources Recommends: ubuntu-pro-client-l10n Breaks: python3-minimal (<< 3.12.3-0ubuntu2~), ubuntu-advantage-tools (<< 31~) Conffiles: /etc/apparmor.d/ubuntu_pro_apt_news fc4246c45c221d8de8d878d444aeeb64 /etc/apparmor.d/ubuntu_pro_esm_cache ab26aa7d7ff39b43089c86ccb4621566 /etc/apt/apt.conf.d/20apt-esm-hook.conf ed4125e83866ccfb557850b08042b4b1 /etc/apt/preferences.d/ubuntu-pro-esm-apps 7e0d0e65835c9eda745c4a6d81e996e3 /etc/apt/preferences.d/ubuntu-pro-esm-infra 4932ac7913fff2dadd94b9e832f636c8 /etc/logrotate.d/ubuntu-pro-client 852ec664fd0f1ecb26e726f5e801e9fd /etc/ubuntu-advantage/uaclient.conf f84a9c135c3d556856f9ab6d2751e365 /etc/update-manager/release-upgrades.d/ubuntu-advantage-upgrades.cfg 5e14da4979c6c68cef22c0c09f5d8793 /etc/update-motd.d/91-contract-ua-esm-status 6346b049bc070e0519c621de0f636bb5 Description: Management tools for Ubuntu Pro Ubuntu Pro is a suite of additional services provided by Canonical on top of Ubuntu. Whether you're an enterprise customer deploying systems at scale or want security patching for your personal Ubuntu LTS at home, the Ubuntu Pro Client (pro) is the command-line tool that will help you manage the services you need. Homepage: https://canonical-ubuntu-pro-client.readthedocs-hosted.com/ Package: ubuntu-release-upgrader-core Status: install ok installed Priority: optional Section: admin Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: all Source: ubuntu-release-upgrader Version: 1:24.04.28 Replaces: update-manager (<< 1:0.165), update-manager-core (<< 1:0.165) Depends: python3:any, python3-distupgrade (= 1:24.04.28), ca-certificates Recommends: libpam-modules (>= 1.0.1-9ubuntu3) Breaks: software-properties (<< 0.9.27), update-manager (<< 1:0.165), update-manager-core (<< 1:0.165) Conffiles: /etc/update-manager/meta-release 25ba16c3215bff43f0272d3d93103f15 /etc/update-manager/release-upgrades 54fd85e86c6bc2db8d7cc3c18013e3aa /etc/update-motd.d/91-release-upgrade 6147b099ff496ef5949d94451791bc4b Description: manage release upgrades This is the core of the Ubuntu Release Upgrader Package: ucf Status: install ok installed Priority: standard Section: utils Installed-Size: 214 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 3.0043+nmu1 Depends: debconf (>= 0.5) | debconf-2.0, sensible-utils Conffiles: /etc/ucf.conf 5565b8b26108c49ba575ba452cd69b3e Description: Update Configuration File(s): preserve user changes to config files Debian policy mandates that user changes to configuration files must be preserved during package upgrades. The easy way to achieve this behavior is to make the configuration file a 'conffile', in which case dpkg handles the file specially during upgrades, prompting the user as needed. . This is appropriate only if it is possible to distribute a default version that will work for most installations, although some system administrators may choose to modify it. This implies that the default version will be part of the package distribution, and must not be modified by the maintainer scripts during installation (or at any other time). . This script attempts to provide conffile-like handling for files that may not be labelled conffiles, and are not shipped in a Debian package, but handled by the postinst instead. This script allows one to maintain files in /etc, preserving user changes and in general offering the same facilities while upgrading that dpkg normally provides for 'conffiles'. . Additionally, this script provides facilities for transitioning a file that had not been provided with conffile-like protection to come under this schema, and attempts to minimize questions asked at installation time. Indeed, the transitioning facility is better than the one offered by dpkg while transitioning a file from a non-conffile to conffile status. Original-Maintainer: Manoj Srivastava Package: udev Status: install ok installed Priority: important Section: admin Installed-Size: 11235 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: systemd Version: 255.4-1ubuntu8.16 Replaces: systemd (<< 255~rc1-4~) Depends: libacl1 (>= 2.2.23), libblkid1 (>= 2.37.2), libc6 (>= 2.38), libcap2 (>= 1:2.10), libkmod2 (>= 15), libselinux1 (>= 3.1~), systemd | systemd-standalone-sysusers | systemd-sysusers, libudev1 (= 255.4-1ubuntu8.16), systemd-dev (>= 255.4-1ubuntu8.16) Recommends: systemd-hwe-hwdb Breaks: systemd (<< 255.4-1ubuntu8.16) Conflicts: systemd (<< 255~rc1-4~) Conffiles: /etc/udev/iocost.conf fad2a2c4c34d796b6802bc62c19cc4ae /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 Original-Maintainer: Debian systemd Maintainers Package: udisks2 Status: install ok installed Priority: optional Section: admin Installed-Size: 1360 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.10.1-6ubuntu1.3 Depends: libudisks2-0 (= 2.10.1-6ubuntu1.3), libblockdev-crypto3, libblockdev-fs3, libblockdev-loop3, libblockdev-mdraid3, libblockdev-nvme3, libblockdev-part3, libblockdev-swap3, dbus, parted, udev, libacl1 (>= 2.2.23), libatasmart4 (>= 0.13), libblkid1 (>= 2.16), libblockdev-utils3 (>= 3.0), libblockdev3 (>= 3.0), libc6 (>= 2.38), libglib2.0-0t64 (>= 2.79.0), libgudev-1.0-0 (>= 212), libmount1 (>= 2.30), libpolkit-agent-1-0 (>= 0.102), libpolkit-gobject-1-0 (>= 0.102), libsystemd0 (>= 209), libuuid1 (>= 2.16) Recommends: dosfstools, e2fsprogs, eject, ntfs-3g, polkitd, libpam-systemd Suggests: btrfs-progs, f2fs-tools, mdadm, nilfs-tools, reiserfsprogs, udftools, udisks2-btrfs, udisks2-lvm2, xfsprogs, exfatprogs Conffiles: /etc/udisks2/mount_options.conf.example 50f7a472480e564c2fc1492f70df9e0b /etc/udisks2/udisks2.conf a84103ddb12c6a515a5ccda87e6f7192 Description: D-Bus service to access and manipulate storage devices The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package also provides the udisksctl utility, which can be used to trigger these operations from the command line (if permitted by PolicyKit). . Creating or modifying file systems such as XFS, RAID, or LUKS encryption requires that the corresponding mkfs.* and admin tools are installed, such as dosfstools for VFAT, xfsprogs for XFS, or cryptsetup for LUKS. Homepage: https://www.freedesktop.org/wiki/Software/udisks Original-Maintainer: Utopia Maintenance Team Package: uidmap Status: install ok installed Priority: optional Section: admin Installed-Size: 243 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: shadow Version: 1:4.13+dfsg1-4ubuntu3.2 Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libselinux1 (>= 3.1~), libsubid4 (>= 1:4.11.1) Description: programs to help use subuids These programs help unprivileged users to create uid and gid mappings in user namespaces. Homepage: https://github.com/shadow-maint/shadow Original-Maintainer: Shadow package maintainers Package: unattended-upgrades Status: install ok installed Priority: optional Section: admin Installed-Size: 412 Maintainer: Ubuntu Developers Architecture: all Version: 2.9.1+nmu4ubuntu1 Depends: debconf (>= 0.5) | debconf-2.0, debconf, python3, python3-apt (>= 1.9.6~), python3-dbus, python3-distro-info, ucf, lsb-release, lsb-base, xz-utils Recommends: systemd-sysv | cron | cron-daemon | anacron Suggests: bsd-mailx, default-mta | mail-transport-agent, needrestart, powermgmt-base, python3-gi Conffiles: /etc/init.d/unattended-upgrades 290829a5efc55b7c435de0bb769f217b /etc/kernel/postinst.d/unattended-upgrades f296826482cb797aeef13554e093dbca /etc/logrotate.d/unattended-upgrades e45049ee847f069a99e3e6ec39155d4a /etc/pm/sleep.d/10_unattended-upgrades-hibernate 0f5d54aa2dd322c805c90e409fc2724a /etc/update-motd.d/92-unattended-upgrades afa7546d3fe561e1f5783f7b9cf72096 Description: automatic installation of security upgrades This package can download and install security upgrades automatically and unattended, taking care to only install packages from the configured APT source, and checking for dpkg prompts about configuration file changes. . This script is the backend for the APT::Periodic::Unattended-Upgrade option. Original-Maintainer: Michael Vogt Package: unified-monitoring-agent Status: install ok installed Priority: extra Section: misc Installed-Size: 415224 Maintainer: oci-siem-agent_us_grp@oracle.com Architecture: arm64 Version: 2.9.29-0 Description: Oracle Unified Agent custom fluentd distribution License: UPL-1.0 Vendor: Omnibus Homepage: https://confluence.oci.oraclecorp.com/display/GRIF/Griffin+%28SIEM%29+Home Package: unminimize Status: install ok installed Priority: optional Section: devel Installed-Size: 16 Maintainer: Utkarsh Gupta Architecture: arm64 Version: 0.2.1 Description: Un-minimize your minimial images or setup This package contains the unminimize script that helps the user in unminimizing their minimized images or cloud setup. Package: unzip Status: install ok installed Priority: optional Section: utils Installed-Size: 491 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 6.0-28ubuntu4.1 Depends: libbz2-1.0, libc6 (>= 2.34) Suggests: zip Description: De-archiver for .zip files InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. . This version supports encryption. Homepage: https://infozip.sourceforge.net/UnZip.html Original-Maintainer: Santiago Vila Package: usb-modeswitch Status: install ok installed Priority: optional Section: comm Installed-Size: 138 Maintainer: Ubuntu Developers Architecture: arm64 Version: 2.6.1-3ubuntu3 Depends: tcl, usb-modeswitch-data, libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.9) Suggests: comgt, wvdial Conffiles: /etc/usb_modeswitch.conf b7f857804762b4a81a71c93a2fe1207f Description: mode switching tool for controlling "flip flop" USB devices Several new USB devices have their proprietary Windows drivers onboard, especially WAN dongles. When plugged in for the first time, they act like a flash storage and start installing the driver from there. If the driver is already installed, the storage device vanishes and a new device, such as an USB modem, shows up. This is called the "ZeroCD" feature. . On Debian, this is not needed, since the driver is included as a Linux kernel module, such as "usbserial". However, the device still shows up as "usb-storage" by default. usb-modeswitch solves that issue by sending the command which actually performs the switching of the device from "usb-storage" to "usbserial". . This package contains the binaries and the brother scripts. Homepage: https://www.draisberghof.de/usb_modeswitch/ Original-Maintainer: Thorsten Alteholz Package: usb-modeswitch-data Status: install ok installed Priority: optional Section: comm Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: all Version: 20191128-6 Replaces: usb-modeswitch-data-packed Provides: usb-modeswitch-data-packed Recommends: udev, usb-modeswitch (>= 2.4.0) Breaks: usb-modeswitch (<< 2.4.0) Conflicts: usb-modeswitch-data-packed Description: mode switching data for usb-modeswitch Several new USB devices have their proprietary Windows drivers onboard, especially WAN dongles. When plugged in for the first time, they act like a flash storage and start installing the driver from there. If the driver is already installed, the storage device vanishes and a new device, such as an USB modem, shows up. This is called the "ZeroCD" feature. . On Debian, this is not needed, since the driver is included as a Linux kernel module, such as "usbserial". However, the device still shows up as "usb-storage" by default. usb-modeswitch solves that issue by sending the command which actually performs the switching of the device from "usb-storage" to "usbserial". . This package contains the commands data needed for usb-modeswitch. Original-Maintainer: Thorsten Alteholz Homepage: https://www.draisberghof.de/usb_modeswitch/ Package: usb.ids Status: install ok installed Priority: optional Section: admin Installed-Size: 724 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2024.03.18-1 Replaces: usbutils (<< 1:008-1) Breaks: usbutils (<< 1:008-1) Description: USB ID Repository This package contains the usb.ids file, a public repository of all known ID's used in USB devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Original-Maintainer: Aurelien Jarno Homepage: http://www.linux-usb.org/usb-ids.html Package: usbutils Status: install ok installed Priority: optional Section: utils Installed-Size: 457 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1:017-3build1 Depends: libc6 (>= 2.38), libudev1 (>= 196), libusb-1.0-0 (>= 2:1.0.22) Suggests: usbutils-py Breaks: hwdata (<< 0.334-1~), isenkram (<< 0.45~), kinfocenter (<< 4:5.14.5-2~), libosinfo-1.0-0 (<< 1.8.0-1~), usbip (<< 2.0+5.10.4-1~) Description: Linux USB utilities This package contains the lsusb utility for inspecting the devices connected to the USB bus. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. . lsusb, usb-devices, usbhid-dump, usbreset Homepage: https://github.com/gregkh/usbutils Original-Maintainer: Aurelien Jarno Package: util-linux Essential: yes Status: install ok installed Priority: required Section: utils Installed-Size: 5954 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 2.39.3-9ubuntu6.5 Replaces: hardlink Provides: hardlink Pre-Depends: libblkid1 (>= 2.37.2), libc6 (>= 2.38), libcap-ng0 (>= 0.7.9), libcrypt1 (>= 1:4.1.0), libmount1 (>= 2.39.1), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), libsmartcols1 (>= 2.38), libsystemd0, libtinfo6 (>= 6), libudev1 (>= 183), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Recommends: sensible-utils Suggests: dosfstools, kbd, util-linux-extra, util-linux-locales Conflicts: hardlink Conffiles: /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: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: uuid-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 126 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: util-linux Version: 2.39.3-9ubuntu6.5 Depends: libc6-dev | libc-dev, libuuid1 (= 2.39.3-9ubuntu6.5) Description: Universally Unique ID library - headers and static libraries The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). See RFC 4122 for more information. . This package contains the development environment for the uuid library. Homepage: https://www.kernel.org/pub/linux/utils/util-linux/ Original-Maintainer: util-linux packagers Package: va-driver-all Status: install ok installed Priority: optional Section: video Installed-Size: 24 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libva Version: 2.20.0-2ubuntu0.1 Depends: mesa-va-drivers Description: Video Acceleration (VA) API -- driver metapackage This package depends on the full suite of drivers for the Video Acceleration API (VA API). It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Homepage: https://github.com/intel/libva Original-Maintainer: Debian Multimedia Maintainers Package: vdpau-driver-all Status: install ok installed Priority: optional Section: video Installed-Size: 14 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: libvdpau Version: 1.5-2build1 Depends: mesa-vdpau-drivers Suggests: libvdpau-va-gl1, vdpau-driver Description: Video Decode and Presentation API for Unix (driver metapackage) VDPAU (Video Decode and Presentation API for Unix) is an open source library (libvdpau) and API designed by NVIDIA originally for its GeForce 8 series and later GPU hardware, targeted at the X Window System on Unix operating-systems (including Linux, FreeBSD, and Solaris). This VDPAU API allows video programs to offload portions of the video decoding process and video post-processing to the GPU video-hardware. . This package depends on the full suite of drivers for the VDPAU API. It does not provide any drivers itself, and may be removed if you wish to only have certain drivers installed. Homepage: https://www.freedesktop.org/wiki/Software/VDPAU/ Original-Maintainer: Debian NVIDIA Maintainers Package: wget Status: install ok installed Priority: standard Section: web Installed-Size: 924 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1.21.4-1ubuntu4.1 Depends: libc6 (>= 2.38), libidn2-0 (>= 0.6), libpcre2-8-0 (>= 10.22), libpsl5t64 (>= 0.16.0), libssl3t64 (>= 3.0.0), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4) Recommends: ca-certificates Conflicts: wget-ssl Conffiles: /etc/wgetrc c43064699caf6109f4b3da0405c06ebb Description: retrieves files from the web Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both HTTP and FTP) that support it. Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls. Homepage: https://www.gnu.org/software/wget/ Original-Maintainer: Noël Köthe Package: wireless-regdb Status: install ok installed Priority: optional Section: net Installed-Size: 25 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2025.10.07-0ubuntu1~24.04.1 Conflicts: boot-managed-by-snapd (<< 5~) Description: wireless regulatory database This package contains the wireless regulatory database used by the Central Regulatory Database Agent (CRDA) to configure wireless devices to operate within the radio spectrum allowed in the local jurisdiction. . This regulatory information is provided with no warranty either expressed or implied. Only Linux drivers which use cfg80211 framework can make use of the regulatory database and CRDA. Homepage: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb Original-Maintainer: Seth Forshee Package: x11-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 277 Maintainer: Ubuntu X-SWAT Architecture: all Multi-Arch: foreign Source: xorg Version: 1:7.7+23ubuntu3 Depends: lsb-base (>= 1.3-9ubuntu2) Conffiles: /etc/X11/Xreset 05d188ccac2f3360af8fe0c216640233 /etc/X11/Xreset.d/README b344c222b5daf81926fd3270df374b5f /etc/X11/Xresources/x11-common b640adb1cd646ec097f8df5b6deca9f0 /etc/X11/Xsession 1ec5f844cc2d850a8d98aed509e3198c /etc/X11/Xsession.d/20x11-common_process-args 6957432229b7305a40cb84a7a63edd4e /etc/X11/Xsession.d/30x11-common_xresources 61cebe25ee0c64e981b88958dfee6f9c /etc/X11/Xsession.d/35x11-common_xhost-local 3080616d080574d7b06c2b2a20af53dd /etc/X11/Xsession.d/40x11-common_xsessionrc db544c8543d1cb3762b9859288e77040 /etc/X11/Xsession.d/50x11-common_determine-startup b4570043736ae7f22947067b6d28ab8d /etc/X11/Xsession.d/60x11-common_xdg_path b4d4976a8dfa6ca2123f840fbfee76c7 /etc/X11/Xsession.d/90x11-common_ssh-agent 71116d351e6eab4ecce9b84229a4ece0 /etc/X11/Xsession.d/99x11-common_start 3874d5e8f3ec888f69adb126e223e168 /etc/X11/Xsession.options 210cd520efa87a5197cac01e10b3a84a /etc/X11/rgb.txt 09ee098b83d94c7c046d6b55ebe84ae1 /etc/init.d/x11-common b121acab13ded0fb7e9bc90ad55c9a43 Description: X Window System (X.Org) infrastructure x11-common contains the filesystem infrastructure required for further installation of the X Window System in any configuration; it does not provide a full installation of clients, servers, libraries, and utilities required to run the X Window System. . A number of terms are used to refer to the X Window System, including "X", "X Version 11", "X11", "X11R6", and "X11R7". The version of X used in Debian is derived from the version released by the X.Org Foundation, and is thus often also referred to as "X.Org". All of the preceding quoted terms are functionally interchangeable in an Debian system. Homepage: https://www.x.org/ Original-Maintainer: Debian X Strike Force Package: x11-xkb-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 709 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 7.7+8build2 Depends: libc6 (>= 2.38), libx11-6, libxaw7 (>= 2:1.0.14), libxkbfile1 (>= 1:1.1.0), libxrandr2 (>= 2:1.2.99.2), libxt6t64 Description: X11 XKB utilities xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension. . setxkbmap is a tool to query and change the current XKB map. . xkbbell generates a bell event through the keyboard. . xkbcomp is a tool to compile XKB definitions into map files the server can use. . xkbevd is an experimental tool to listen for certain XKB events and execute defined triggers when actions occur. . xkbprint is a tool to generate an image with the physical representation of the keyboard as XKB sees it. . xkbvleds shows the changing status of keyboard LEDs. . xkbwatch shows the changing status of modifiers and LEDs. Original-Maintainer: Debian X Strike Force Package: xauth Status: install ok installed Priority: optional Section: x11 Installed-Size: 84 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1:1.1.2-1build1 Depends: libc6 (>= 2.38), libx11-6, libxau6 (>= 1:1.0.9), libxext6, libxmuu1 (>= 2:1.1.3) 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. Original-Maintainer: Debian X Strike Force Package: xfonts-cyrillic Status: install ok installed Priority: optional Section: fonts Installed-Size: 437 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.0.5+nmu1 Depends: xfonts-utils Suggests: xfs | xserver Conffiles: /etc/X11/fonts/cyrillic/xfonts-cyrillic.alias 5aa8ad9c9681a4c5dc2be8045c76132a Description: Cyrillic fonts for X xfonts-cyrillic provides a set of fonts using the Cyrillic alphabet for X servers. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. Original-Maintainer: Debian X Strike Force Package: xfonts-encodings Status: install ok installed Priority: optional Section: x11 Installed-Size: 664 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1:1.0.5-0ubuntu2 Replaces: xfonts-base (<< 1:1.0.0) Depends: x11-common Description: Encodings for X.Org fonts This package contains the encodings that map to specific characters. Original-Maintainer: Debian X Strike Force Package: xfonts-scalable Status: install ok installed Priority: optional Section: fonts Installed-Size: 466 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1:1.0.3-1.3 Depends: xfonts-utils Suggests: xfs | xserver Conflicts: xfntscl Conffiles: /etc/X11/fonts/Type1/xfonts-scalable.scale b579d5c7759383647c486da590d60815 Description: scalable fonts for X xfonts-scalable provides fonts that can be drawn at any size by the X server or font server without loss of quality. In most cases it is desirable to have the X font server (xfs) and/or an X server installed to make the fonts available to X clients. . This package is missing three fonts from the X.Org source archives because the license terms on the fonts do not meet the Debian Free Software Guidelines; they are the Type1 fonts Adobe Utopia, IBM Courier, and Bigelow & Holmes (B&H) Luxi. . This package requires the xutils package to prepare the font directories for use by an X server or X font server. Original-Maintainer: Debian X Strike Force Package: xfonts-utils Status: install ok installed Priority: optional Section: x11 Installed-Size: 596 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 1:7.7+6build3 Depends: libc6 (>= 2.38), libfontenc1 (>= 1:1.1.8), libfreetype6 (>= 2.2.1), zlib1g (>= 1:1.1.4), x11-common, xfonts-encodings Description: X Window System font utility programs xfonts-utils provides a set of utility programs shipped with the X Window System that are needed for font management. . The programs in this package include: - bdftopcf, which converts BDF fonts to PCF fonts; - bdftruncate and ucs2any, tools to generate fonts with various encodings from ISO 10646-encoded fonts - mkfontdir, a program to generate fonts.dir files; - mkfontscale, a program to generate fonts.scale files; - fonttosfnt, a program to wrap bitmap fonts in a sfnt (TrueType) wrapper. Original-Maintainer: Debian X Strike Force Package: xkb-data Status: install ok installed Priority: optional Section: x11 Installed-Size: 4156 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: xkeyboard-config Version: 2.41-2ubuntu1.1 Breaks: x11-xkb-utils (<< 7.7+5) Description: X Keyboard Extension (XKB) configuration data This package contains configuration data used by the X Keyboard Extension (XKB), which allows selection of keyboard layouts when using a graphical interface. . Every X11 vendor provides its own XKB data files, so keyboard layout designers have to send their layouts to several places. The xkeyboard-config project has been launched at FreeDesktop in order to provide a central repository that could be used by all vendors. Homepage: https://www.freedesktop.org/Software/XKeyboardConfig Original-Maintainer: Debian X Strike Force Package: xml-core Status: install ok installed Priority: optional Section: text Installed-Size: 114 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.19 Depends: sed (>= 4.1.2-8), sgml-base (>= 1.28) Suggests: debhelper (>= 9.20120909) Conffiles: /etc/sgml/xml-core.cat 055ba0bd3154c0a58b9bf8a0c9ecf2fa Description: XML infrastructure and XML catalog file support This package creates the XML infrastructure directories and provides XML catalog file support in compliance with the current Debian XML Policy draft: . * infrastructure directories: - /etc/xml - /usr/share/xml/{declaration,entities,misc,schema} - /usr/local/share/xml/{declaration,entities,misc,schema} . * XML catalog schema: OASIS XML Catalog Committee Specification 1.0 . * update-xmlcatalog(8): tool for maintaining the root XML catalog file and the package XML catalog files in the '/etc/xml' directory as well as local XML catalog files. . * dh_installxmlcatalogs(1): debhelper tool for installing local XML catalog files and registering XML entities in package XML catalog files and the root XML catalog file (requires debhelper package) Original-Maintainer: Debian QA Group Package: xserver-common Status: install ok installed Priority: optional Section: x11 Installed-Size: 151 Maintainer: Ubuntu X-SWAT Architecture: all Multi-Arch: foreign Source: xorg-server Version: 2:21.1.12-1ubuntu1.5 Replaces: xserver-xorg-core (<< 2:1.5.2) Depends: x11-common, xkb-data, x11-xkb-utils Recommends: xfonts-base, xauth Description: common files used by various X servers This package provides files necessary for all X.Org based X servers. Homepage: https://www.x.org/ Original-Maintainer: Debian X Strike Force Package: xvfb Status: install ok installed Priority: optional Section: x11 Installed-Size: 2272 Maintainer: Ubuntu X-SWAT Architecture: arm64 Multi-Arch: foreign Source: xorg-server Version: 2:21.1.12-1ubuntu1.5 Provides: xserver Depends: xserver-common (>= 2:21.1.12-1ubuntu1.5), libaudit1 (>= 1:2.2.1), libc6 (>= 2.38), libgcrypt20 (>= 1.10.0), libgl1, libpixman-1-0 (>= 0.30.0), libselinux1 (>= 3.1~), libsystemd0, libunwind8, libxau6 (>= 1:1.0.9), libxdmcp6, libxfont2 (>= 1:2.0.1), xauth, x11-xkb-utils Recommends: libgl1-mesa-dri Description: Virtual Framebuffer 'fake' X server Xvfb provides an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. The primary use of this server was intended to be server testing, but other novel uses for it have been found, including testing clients against unusual depths and screen configurations, doing batch processing with Xvfb as a background rendering engine, load testing, as an aid to porting the X server to a new platform, and providing an unobtrusive way to run applications that don't really need an X server but insist on having one anyway. . This package also contains a convenience script called xvfb-run which simplifies the automated execution of X clients in a virtual server environment. This convenience script requires the use of the xauth program. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Homepage: https://www.x.org/ Original-Maintainer: Debian X Strike Force Package: xxd Status: install ok unpacked Priority: optional Section: editors Installed-Size: 198 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: vim Version: 2:9.1.0016-1ubuntu7.15 Config-Version: 2:9.1.0016-1ubuntu7.14 Depends: libc6 (>= 2.34) 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/ Original-Maintainer: Debian Vim Maintainers Package: xz-utils Status: install ok installed Priority: standard Section: utils Installed-Size: 828 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Version: 5.6.1+really5.4.5-1ubuntu0.3 Replaces: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1), xz-lzma Provides: lzma Depends: libc6 (>= 2.34), liblzma5 (>= 5.4.0) Breaks: lzip (<< 1.8~rc2), manpages-de (<< 4.17.0-2~bpo11+1), manpages-fr (<< 4.17.0-2~bpo11+1) Conflicts: lzma (<< 9.22-1), xz-lzma Description: XZ-format compression utilities 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. . This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. . The XZ format is similar to the older LZMA format but includes some improvements for general use: . * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder. Homepage: https://tukaani.org/xz/ Original-Maintainer: Jonathan Nieder Package: yt-dlp Status: install ok installed Priority: optional Section: web Installed-Size: 10294 Maintainer: Ubuntu Developers Architecture: all Version: 2024.04.09-1 Depends: python3-brotli, python3-certifi, python3-mutagen, python3-pycryptodome, python3-requests, python3-urllib3, python3-websockets, python3:any, python3-pkg-resources Recommends: aria2 | wget | curl, ca-certificates, ffmpeg Suggests: libfribidi-bin | bidiv, phantomjs Description: downloader of videos from YouTube and other sites yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project. . yt-dlp is a small command-line program to download videos from YouTube.com and other sites that don't provide direct links to the videos served. . yt-dlp allows the user, among other things, to choose a specific video quality to download (if available) or let the program automatically determine the best (or worst) quality video to grab. It supports downloading entire playlists and all videos from a given user. . Currently supported sites (or features of sites) are: . 17live, 1News, 1tv, 20min, 23video, 247sports, 24tv.ua, 3qsdn, 3sat, 4tube, 56.com, 6play, 7plus, 8tracks, 91porn, 9c9media, 9gag, 9News, 9now.com.au, abc.net.au, abcnews, abcotvs, AbemaTV, AbemaTVTitle, acast, AcFunBangumi, AcFunVideo, ADN, ADNSeason, AdobeConnect, adobetv, AdultSwim, aenetworks, AeonCo, afreecatv, AirTV, AitubeKZVideo, AliExpressLive, AlJazeera, Allocine, Allstar, AllstarProfile, AlphaPorno, Alsace20TV, Alsace20TVEmbed, altcensored, Alura, AluraCourse, AmadeusTV, Amara, AmazonMiniTV, AmazonReviews, AmazonStore, AMCNetworks, AmericasTestKitchen, AmericasTestKitchenSeason, AmHistoryChannel, AnchorFMEpisode, anderetijden, Angel, AnimalPlanet, Anvato, aol.com, APA, Aparat, AppleConnect, AppleDaily, ApplePodcasts, appletrailers, archive.org, ArcPublishing, ARD, ARDMediathek, ARDMediathekCollection, Arkena, Art19, Art19Show, arte.sky.it, ArteTV, ArteTVCategory, ArteTVEmbed, ArteTVPlaylist, asobichannel, AsobiStage, AtresPlayer, AtScaleConfEvent, ATVAt, AudiMedia, AudioBoom, audiomack, Audius, AWAAN, axs.tv, AZMedien, BaiduVideo, BanBye, BanByeChannel, bandaichannel, Bandcamp, BannedVideo, bbc, bbc.co.uk, BBVTV, BBVTVLive, BBVTVRecordings, BeatBumpPlaylist, BeatBumpVideo, Beatport, Beeg, BehindKink, Bellator, BellMedia, BerufeTV, Bet, bfmtv, Bigflix, Bigo, Bild, BiliBili, Bilibili category extractor, BilibiliAudio, BilibiliAudioAlbum, BiliBiliBangumi, BiliBiliBangumiMedia, BiliBiliBangumiSeason, BilibiliCheese, BilibiliCheeseSeason, BilibiliCollectionList, BilibiliFavoritesList, BiliBiliPlayer, BilibiliPlaylist, BiliBiliSearch, BilibiliSeriesList, BilibiliSpaceAudio, BilibiliSpaceVideo, BilibiliWatchlater, BiliIntl, BiliLive, BioBioChileTV, Biography, BitChute, BitChuteChannel, BlackboardCollaborate, BleacherReport, BleacherReportCMS, blerp, blogger.com, Bloomberg, BokeCC, BongaCams, Boosty, BostonGlobe, Box, BoxCastVideo, Bpb, BR, BrainPOP, BrainPOPELL, BrainPOPEsp, BrainPOPFr, BrainPOPIl, BrainPOPJr, BravoTV, BreitBart, Bundesliga, Bundestag, BusinessInsider, BuzzFeed, BYUtv, CableAV, Callin, Caltrans, CAM4, Camdemy, CamdemyFolder, CamFMEpisode, CamFMShow, CamModels, Camsoda, CamtasiaEmbed, Canal1, CanalAlpha, canalc2.tv, Canalplus, CaracolTvPlay, CartoonNetwork, cbc.ca, CBS, CBSLocal, CBSLocalArticle, CBSLocalLive, cbsnews, cbssports, CCMA, CCTV, CDA, Cellebrite, CeskaTelevize, CGTN, CharlieRose, Chaturbate, Chilloutzone, cielotv.it, Cinemax, CinetecaMilano, Cineverse, CineverseDetails, CiscoLiveSearch, CiscoLiveSession, ciscowebex, CJSW, Clipchamp, Clippit, ClipRs, ClipYouEmbed, CloserToTruth, CloudflareStream, CloudyCDN, Clubic, Clyp, cmt.com, CNBCVideo, CNN, CNNArticle, CNNBlogs, CNNIndonesia, ComedyCentral, ComedyCentralTV, ConanClassic, CondeNast, CONtv, CookingChannel, Corus, Coub, CozyTV, cp24, cpac, Cracked, Crackle, Craftsy, CrooksAndLiars, CrowdBunker, CrowdBunkerChannel, Crtvg, crunchyroll, CSpan, CSpanCongress, CtsNews, CTV, CTVNews, cu.ntv.co.jp, CultureUnplugged, curiositystream, CWTV, Cybrary, CybraryCourse, DacastPlaylist, DacastVOD, DagelijkseKost, DailyMail, dailymotion, DailyWire, DailyWirePodcast, daum.net, DBTV, DctpTv, DeezerAlbum, DeezerPlaylist, democracynow, DestinationAmerica, DetikEmbed, DeuxM, DeuxMNews, DHM, DigitalConcertHall, DigitallySpeaking, Digiteka, DiscogsReleasePlaylist, Discovery, DiscoveryLife, DiscoveryNetworksDe, DiscoveryPlus, DiscoveryPlusIndia, DiscoveryPlusIndiaShow, DiscoveryPlusItaly, DiscoveryPlusItalyShow, Disney, DIYNetwork, dlf, Douyin, DouyuShow, DouyuTV, DPlay, DRBonanza, Drooble, Dropbox, Dropout, DropoutSeason, DrTuber, drtv, DTube, duboku, Dumpert, Duoplay, dvtv, dw, EaglePlatform, EbaumsWorld, Ebay, EinsUndEinsTV, EinsUndEinsTVLive, EinsUndEinsTVRecordings, Einthusan, eitb.tv, ElementorEmbed, Elonet, ElPais, ElTreceTV, Embedly, EMPFlix, Epicon, EpiconSeries, EpidemicSound, eplus, Epoch, Eporner, Erocast, EroProfile, ERRJupiter, ertflix, ESPN, ESPNArticle, ESPNCricInfo, EttuTv, Europa, EuroParlWebstream, EuropeanTour, Eurosport, EUScreen, EWETV, EWETVLive, EWETVRecordings, Expressen, EyedoTV, facebook, FacebookPluginsVideo, Fathom, faz.net, fc2, Fczenit, Fifa, filmon, Filmweb, FiveThirtyEight, FiveTV, FlexTV, Flickr, Floatplane, FloatplaneChannel, Folketinget, FoodNetwork, FootyRoom, Formula1, FOX, FOX9, FOX9News, foxnews, FoxNewsVideo, FoxSports, fptplay, FranceCulture, FranceInter, FranceTV, francetvinfo.fr, FranceTVSite, Freesound, freespeech.org, FreeTvMovies, FrontendMasters, FrontendMastersCourse, FrontendMastersLesson, FujiTVFODPlus7, Funimation, Funk, Funker530, Fux, FuyinTV, Gab, GabTV, Gaia, GameJolt, GameJoltCommunity, GameJoltGame, GameJoltGameSoundtrack, GameJoltSearch, GameJoltUser, GameSpot, GameStar, Gaskrank, Gazeta, GDCVault, GediDigital, gem.cbc.ca, generic, Genius, GeniusLyrics, GetCourseRu, GetCourseRuPlayer, Gettr, GettrStreaming, GiantBomb, GlattvisionTV, GlattvisionTVLive, GlattvisionTVRecordings, Glide, GlobalCyclingNetworkPlus, GlobalPlayerAudio, GlobalPlayerAudioEpisode, GlobalPlayerLive, GlobalPlayerLivePlaylist, GlobalPlayerVideo, Globo, GloboArticle, glomex, GMANetworkVideo, Go, GoDiscovery, GodTube, Gofile, Golem, GoogleDrive, GoPlay, GoPro, Goshgay, GoToStage, GPUTechConf, Gronkh, Groupon, Harpodeon, hbo, HearThisAt, Heise, HellPorno, hetklokhuis, HGTVDe, HGTVUsa, HiDive, HistoricFilms, HitRecord, hketv, HollywoodReporter, HollywoodReporterPlaylist, Holodex, HotNewHipHop, hotstar, hrfernsehen, HRTi, HRTiPlaylist, HSEProduct, HSEShow, html5, Huajiao, HuffPost, Hungama, HungamaAlbumPlaylist, HungamaSong, Hypem, Hytale, Icareus, IdolPlus, IflixSeries, ign.com, IGNArticle, IGNVideo, iheartradio, IlPost, Iltalehti, imdb, Imgur, Ina, Inc, IndavideoEmbed, InfoQ, Instagram, InstagramIOS, Internazionale, InternetVideoArchive, InvestigationDiscovery, IPrima, IPrimaCNN, iq.com, iqiyi, IslamChannel, IslamChannelSeries, IsraelNationalNews, ITProTV, ITProTVCourse, ITV, ITVBTCC, ivi, ivideon, IVXPlayer, iwara, Ixigua, Izlesene, Jable, JablePlaylist, Jamendo, JamendoAlbum, JeuxVideo, Joj, JoqrAg, Jove, JStream, JTBC, JWPlatform, Kakao, Kaltura, KankaNews, Karaoketv, Katsomo, KelbyOne, Ketnet, khanacademy, Kick, Kicker, KickStarter, KickVOD, KinoPoisk, Kommunetv, KompasVideo, Koo, KrasView, KTH, Ku6, KukuluLive, la7.it, LastFM, LastFMPlaylist, LastFMUser, LaXarxaMes, lbry, LCI, Lcp, LcpPlay, Le, Lecture2Go, Lecturio, LecturioCourse, LecturioDeCourse, LeFigaroVideoEmbed, LeFigaroVideoSection, LEGO, Lemonde, Lenta, LePlaylist, LetvCloud, Libsyn, life, likee, limelight, LinkedIn, Liputan6, ListenNotes, LiTV, LiveJournal, livestream, Livestreamfails, Lnk, LnkGo, loc, loom, LoveHomePorn, LRTStream, LRTVOD, LSMLREmbed, LSMLTVEmbed, LSMReplay, Lumni, lynda, maariv.co.il, MagellanTV, MagentaMusik, mailru, MainStreaming, MangoTV, ManotoTV, ManotoTVLive, ManotoTVShow, ManyVids, MaoriTV, Markiza, MarkizaPage, massengeschmack.tv, Masters, MatchTV, MBN, MDR, MedalTV, media.ccc.de, Mediaite, MediaKlikk, Medialaan, Mediaset, MediasetShow, Mediasite, MediasiteCatalog, MediasiteNamedCatalog, MediaStream, MediaWorksNZVOD, Medici, megaphone.fm, megatvcom, Meipai, MelonVOD, Metacritic, mewatch, MicrosoftEmbed, microsoftstream, mildom, minds, Minoto, mirrativ, MirrorCoUK, MiTele, mixch, mixcloud, MLB, MLBArticle, MLBTV, MLBVideo, MLSSoccer, MNetTV, MNetTVLive, MNetTVRecordings, MochaVideo, Mojvideo, Monstercat, MonsterSirenHypergryphMusic, Motherless, MotherlessGallery, MotherlessGroup, MotherlessUploader, Motorsport, MotorTrend, MotorTrendOnDemand, MovieFap, Moviepilot, MoviewPlay, Moviezine, MovingImage, MSN, mtg, mtv, mtv.de, mtv.it, mtvjapan, MTVUutisetArticle, MuenchenTV, MujRozhlas, Murrtube, MurrtubeUser, MuseAI, MuseScore, MusicdexAlbum, MusicdexArtist, MusicdexPlaylist, MusicdexSong, mva, Mx3, Mx3Neo, Mx3Volksmusik, Mxplayer, MxplayerShow, MySpace, MySpass, MyVideoGe, MyVidster, Mzaalo, n-tv.de, N1InfoAsset, Nate, NateProgram, NationalGeographicTV, Naver, navernow, nba, NBC, NBCNews, nbcolympics, NBCSports, NBCSportsStream, NBCSportsVPlayer, NBCStations, ndr, NDTV, NekoHacker, NerdCubedFeed, NetPlusTV, NetPlusTVLive, NetPlusTVRecordings, Netverse, NetversePlaylist, NetverseSearch, Netzkino, Newgrounds, NewsPicks, Newsy, NextMedia, NextMediaActionNews, NextTV, Nexx, NexxEmbed, nfb, NFHSNetwork, nfl.com, NhkForSchoolBangumi, NhkForSchoolProgramList, NhkForSchoolSubject, NhkRadioNewsPage, NhkRadiru, NhkRadiruLive, NhkVod, NhkVodProgram, nhl.com, nick.com, nick.de, nickelodeonru, niconico, NiconicoChannelPlus, NiconicoUser, NinaProtocol, Nintendo, Nitter, njoy, NobelPrize, NoicePodcast, NonkTube, NoodleMagazine, Noovo, NOSNLArticle, Nova, NovaEmbed, NovaPlay, nowness, Noz, npo, Npr, NRK, NRKPlaylist, NRKRadioPodkast, NRKSkole, NRKTV, NRKTVDirekte, NRKTVEpisode, NRKTVEpisodes, NRKTVSeason, NRKTVSeries, NRLTV, ntv.ru, NubilesPorn, Nuvid, NYTimes, NYTimesArticle, NYTimesCookingGuide, NYTimesCookingRecipe, nzherald, NZOnScreen, NZZ, ocw.mit.edu, Odnoklassniki, OfTV, OfTVPlaylist, OktoberfestTV, OlympicsReplay, on24, OnDemandChinaEpisode, OnDemandKorea, OnDemandKoreaProgram, OneFootball, OnePlacePodcast, onet.pl, onet.tv, OnetMVP, OnionStudios, Opencast, OpencastPlaylist, openrec, OraTV, OsnatelTV, OsnatelTVLive, OsnatelTVRecordings, OutsideTV, OwnCloud, PacktPub, PacktPubCourse, Panopto, PanoptoList, PanoptoPlaylist, ParamountNetwork, ParamountPlus, ParamountPlusSeries, ParamountPressExpress, Parler, parliamentlive.tv, Parlview, Patreon, PatreonCampaign, pbs, PBSKids, PearVideo, PeekVids, peer.tv, PeerTube, peloton, PerformGroup, periscope, PGATour, PhilharmonieDeParis, phoenix.de, Photobucket, Piapro, PIAULIZAPortal, Picarto, PicartoVod, Piksel, Pinkbike, Pinterest, PinterestCollection, Pladform, PlanetMarathi, Platzi, PlatziCourse, player.sky.it, playeur, PlayPlusTV, PlaySuisse, Playtvak, PlayVids, Playwire, pluralsight, PlutoTV, PodbayFM, PodbayFMChannel, Podchaser, podomatic, Pokemon, PokemonWatch, PokerGo, PokerGoCollection, PolsatGo, PolskieRadio, Popcorntimes, PopcornTV, Pornbox, PornerBros, PornFlip, PornHub, PornHubPagedVideoList, PornHubPlaylist, PornHubUser, PornHubUserVideosUpload, Pornotube, PornoVoisines, PornoXO, PornTop, PornTube, Pr0gramm, PrankCast, PrankCastPost, PremiershipRugby, PressTV, ProjectVeritas, prosiebensat1, PRXAccount, PRXSeries, PRXStory, puhutv, Puls4, Pyvideo, QDance, QingTing, qqmusic, QuantumTV, QuantumTVLive, QuantumTVRecordings, Qub, R7, R7Article, Radiko, RadikoRadio, radio.de, Radio1Be, radiocanada, RadioComercial, RadioComercialPlaylist, radiofrance, RadioFranceLive, RadioFrancePodcast, RadioFranceProfile, RadioFranceProgramSchedule, RadioJavan, radiokapital, RadioZetPodcast, radlive, Rai, RaiCultura, RaiNews, RaiPlay, RaiPlayLive, RaiPlayPlaylist, RaiPlaySound, RaiPlaySoundLive, RaiPlaySoundPlaylist, RaiSudtirol, RayWenderlich, RayWenderlichCourse, RbgTum, RbgTumCourse, RbgTumNewCourse, RCS, RCSEmbeds, RCSVarious, RCTIPlus, RCTIPlusSeries, RCTIPlusTV, RDS, RedBull, RedBullEmbed, RedBullTV, RedBullTVRrnContent, redcdnlivx, Reddit, RedGifs, RedGifsSearch, RedGifsUser, RedTube, RENTV, RENTVArticle, Restudy, Reuters, ReverbNation, RheinMainTV, RideHome, RinseFM, RinseFMArtistPlaylist, RMCDecouverte, RockstarGames, Rokfin, RoosterTeeth, RoosterTeethSeries, RottenTomatoes, Rozhlas, RozhlasVltava, RTBF, RTDocumentry, RTDocumentryPlaylist, rte, rtl.nl, rtl2, RTLLuLive, RTLLuRadio, RTNews, RTP, RTRFM, RTS, RTVCKaltura, RTVCPlay, RTVCPlayEmbed, RTVS, rtvslo.si, RudoVideo, Rule34Video, Rumble, RumbleChannel, RumbleEmbed, Ruptly, rutube, RUTV, Ruutu, Ruv, S4C, S4CSeries, safari, Saitosan, SAKTV, SAKTVLive, SAKTVRecordings, SaltTV, SaltTVLive, SaltTVRecordings, SampleFocus, Sangiin, Sapo, SBS, sbs.co.kr, schooltv, ScienceChannel, Screen9, Screencast, Screencastify, ScreencastOMatic, ScrippsNetworks, Scrolller, SCTE, SCTECourse, sejm, SenalColombiaLive, SenateGov, SenateISVP, SendtoNews, Servus, Sexu, SeznamZpravy, SeznamZpravyArticle, Shahid, ShahidShow, SharePoint, ShareVideosEmbed, ShemarooMe, ShowRoomLive, ShugiinItvLive, ShugiinItvLiveRoom, ShugiinItvVod, SibnetEmbed, simplecast, Sina, Skeb, sky.it, SkylineWebcams, SkyNewsAU, Slideshare, SlidesLive, Slutload, Smotrim, Snotr, Sohu, SohuV, SonyLIV, SonyLIVSeries, soundcloud, SoundcloudEmbed, soundgasm, southpark.cc.com, southpark.de, southpark.lat, southpark.nl, southparkstudios.dk, SovietsCloset, SovietsClosetPlaylist, SpankBang, SpankBangPlaylist, Spiegel, Sport5, SportBox, SportDeutschland, spotify, Spreaker, SpreakerPage, SpreakerShow, SpreakerShowPage, SpringboardPlatform, Sprout, SRGSSR, SRGSSRPlay, StacommuLive, StacommuVOD, StagePlusVODConcert, stanfordoc, StarTrek, startv, Steam, SteamCommunityBroadcast, Stitcher, StitcherShow, StoryFire, StoryFireSeries, StoryFireUser, Streamable, StreamCZ, StreetVoice, StretchInternet, Stripchat, Substack, SunPorno, SVT, SVTPage, SVTPlay, SVTSeries, SwearnetEpisode, Syfy, SYVDK, SztvHu, t-online.de, Tagesschau, Tass, TBS, TBSJPEpisode, TBSJPPlaylist, TBSJPProgram, Teachable, TeachableCourse, teachertube, TeachingChannel, Teamcoco, TeamTreeHouse, techtv.mit.edu, TedEmbed, TedPlaylist, TedSeries, TedTalk, Tele13, Tele5, TeleBruxelles, TelecaribePlay, Telecinco, Telegraaf, TeleMB, Telemundo, TeleQuebec, TeleQuebecEmission, TeleQuebecLive, TeleQuebecSquat, TeleQuebecVideo, TeleTask, Telewebion, Tempo, TennisTV, TenPlay, TenPlaySeason, TF1, TFO, TheGuardianPodcast, TheGuardianPodcastPlaylist, TheHoleTv, TheIntercept, ThePlatform, ThePlatformFeed, TheStar, TheSun, TheWeatherChannel, ThisAmericanLife, ThisOldHouse, ThisVid, ThisVidMember, ThisVidPlaylist, ThreeSpeak, ThreeSpeakUser, TikTok, TLC, TMZ, TNAFlix, TNAFlixNetworkEmbed, toggle, toggo, ToonGoggles, tou.tv, Toypics, ToypicsUser, TrailerAddict, TravelChannel, Triller, TrillerShort, TrillerUser, Trovo, TrovoChannelClip, TrovoChannelVod, TrovoVod, TrtCocukVideo, TrtWorld, TrueID, TruNews, Truth, TruTV, Tube8, TubeTuGraz, TubeTuGrazSeries, TubiTv, TubiTvShow, Tumblr, TuneInPodcast, TuneInPodcastEpisode, TuneInStation, tv.dfb.de, TV2, TV2Article, TV2DK, TV2DKBornholmPlay, tv2play.hu, tv2playseries.hu, TV4, TV5MondePlus, tv5unis, tv8.it, TVA, TVANouvelles, TVANouvellesArticle, TVC, TVCArticle, TVer, tvigle, TVIPlayer, tvland.com, TVN24, TVNoe, tvp, TVPlayer, TVPlayHome, Tweakers, TwitCasting, TwitCastingLive, TwitCastingUser, TwitchCollection, TwitchVideos, TwitchVideosClips, TwitchVideosCollections, twitter, Txxx, udemy, UDNEmbed, UFCArabia, UFCTV, ukcolumn, UKTVPlay, Unistra, Unity, uol.com.br, uplynk, Urort, URPlay, USANetwork, USAToday, ustream, ustudio, Varzesh3, Vbox7, Veo, Veoh, Vesti, Vevo, VevoPlaylist, VGTV, vh1.com, vice, Viddler, Videa, video.arnes.si, video.sky.it, VideoDetective, videofy.me, VideoKen, VideoKenCategory, VideoKenPlayer, VideoKenPlaylist, VideoKenTopic, videomore, VideoPress, Vidio, VidioLive, VidioPremier, VidLii, Vidly, viewlift, Viidea, viki, vimeo, ViMP, Vine, Viously, Viqeo, Viu, ViuOTTIndonesia, vk, VKPlay, VKPlayLive, vm.tiktok, Vocaroo, VODPl, VODPlatform, voicy, VolejTV, Voot, VootSeries, VoxMedia, VoxMediaVolume, vpro, VRT, VrtNU, VTM, VTXTV, VTXTVLive, VTXTVRecordings, VuClip, VVVVID, VVVVIDShow, Walla, WalyTV, WalyTVLive, WalyTVRecordings, washingtonpost, wat.tv, WatchESPN, WDR, WDRElefant, WDRPage, Webcamerapl, Webcaster, WebcasterFeed, WebOfStories, WebOfStoriesPlaylist, Weibo, WeiboUser, WeiboVideo, WeiqiTV, WeTvSeries, Weverse, WeverseLive, WeverseLiveTab, WeverseMedia, WeverseMediaTab, WeverseMoment, WeVidi, Weyyak, whowatch, Whyp, wikimedia.org, Wimbledon, WimTV, WinSportsVideo, Wistia, WistiaChannel, WistiaPlaylist, wnl, WorldStarHipHop, wppilot, WrestleUniversePPV, WrestleUniverseVOD, WSJ, WSJArticle, WWE, WyborczaPodcast, Xanimu, XboxClips, XFileShare, XHamster, XHamsterEmbed, XHamsterUser, ximalaya, xinpianchang, XMinus, XNXX, Xstream, XVideos, XXXYMovies, Yahoo, YandexDisk, YandexVideo, YandexVideoPreview, YapFiles, Yappy, YappyProfile, YleAreena, YouJizz, youku, YouNowChannel, YouNowLive, YouNowMoment, YouPorn, YourPorn, YourUpload, youtube, YoutubeLivestreamEmbed, YoutubeYtBe, Zaiko, ZaikoETicket, Zapiks, Zattoo, ZattooLive, ZattooMovies, ZattooRecordings, ZDF, ZDFChannel, Zee5, ZeeNews, ZenPorn, ZenYandex, ZenYandexChannel, ZetlandDKArticle, Zhihu, zingmp3, zoom, Zype, generic, Original-Maintainer: Unit 193 Homepage: https://github.com/yt-dlp/yt-dlp Package: zbar-tools Status: install ok installed Priority: optional Section: graphics Installed-Size: 170 Maintainer: Ubuntu Developers Architecture: arm64 Source: zbar Version: 0.23.93-4build3 Depends: libzbar0t64 (= 0.23.93-4build3), libc6 (>= 2.34), libmagickwand-6.q16-7t64 (>= 8:6.9.12.98+dfsg1-5.2build2) Suggests: zbarcam-gtk, zbarcam-qt Conffiles: /etc/dbus-1/system.d/org.linuxtv.Zbar.conf ddada6b3fe8c5f26720fc846fbaa1ed7 Description: QR code / bar code scanner and decoder (utilities) ZBar is a library for scanning and decoding bar codes from various sources such as video streams, image files or raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code. . This package contains basic applications for decoding captured bar code images and using a video4linux device (e.g. webcam) as a bar code scanner. Homepage: https://github.com/mchehab/zbar Original-Maintainer: Daniel Baumann Package: zlib1g Status: install ok installed Priority: required Section: libs Installed-Size: 183 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: zlib Version: 1:1.3.dfsg-3.1ubuntu2.1 Provides: libz1 Depends: libc6 (>= 2.17) Breaks: libxml2 (<< 2.7.6.dfsg-2), texlive-binaries (<< 2023.20230311.66589-8) 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/ Original-Maintainer: Mark Brown Package: zlib1g-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1323 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: same Source: zlib Version: 1:1.3.dfsg-3.1ubuntu2.1 Provides: libz-dev Depends: zlib1g (= 1:1.3.dfsg-3.1ubuntu2.1), libc6-dev | libc-dev Conflicts: zlib1-dev Description: compression library - development zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the development support files. Homepage: http://zlib.net/ Original-Maintainer: Mark Brown Package: zstd Status: install ok installed Priority: optional Section: utils Installed-Size: 1590 Maintainer: Ubuntu Developers Architecture: arm64 Multi-Arch: foreign Source: libzstd Version: 1.5.5+dfsg2-2build1.1 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 1.8.0), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 12), zlib1g (>= 1:1.1.4) Description: fast lossless compression algorithm -- CLI tool Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. . This package contains the CLI program implementing zstd. Homepage: https://github.com/facebook/zstd Original-Maintainer: RPM packaging team