Package: aodh-api Description-md5: 6b8d05cc8a7eaa3240864a08b5d1cd55 Description-en: OpenStack Telemetry (Ceilometer) Alarming - API server Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the API service. Package: aodh-common Description-md5: 4d4a9638c22eafe95e8cdbfdae651022 Description-en: OpenStack Telemetry (Ceilometer) Alarming - common files Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains files that are needed for all parts of Aodh. Package: aodh-doc Description-md5: 4ccc03ab50d461abc9243b8af3d07f6a Description-en: OpenStack efficient metering counters system - doc Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the documentation. Package: aodh-evaluator Description-md5: fe4c736374d97e3e64811d6cf36d5251 Description-en: OpenStack Telemetry (Ceilometer) Alarming - alarm evaluator Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the alarm evaluator daemon. Package: aodh-expirer Description-md5: 51f8b5079e2ff8324ac5cb238d635e6d Description-en: OpenStack Telemetry (Ceilometer) Alarming - expirer Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the expirer. it is the script that handles time-to-live support, when it is not natively supported by the database backend. Package: aodh-listener Description-md5: 87e1470b816f8799b76e76049bd8f4ed Description-en: OpenStack Telemetry (Ceilometer) Alarming - listener Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the listener daemon: it does an alarm on an event. Package: aodh-notifier Description-md5: 208a8b4aba2f6446389952d8bdf9281e Description-en: OpenStack Telemetry (Ceilometer) Alarming - alarm notifier Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the alarm notifier daemon. Package: bind9 Description-md5: 2cdf89d501b5ca6fe55e945de47cc047 Description-en: Internet Domain Name Server The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package provides the server and related configuration files. Package: bind9-dev Description-md5: 69797331ca76eb64604dd14b287f8572 Description-en: Static Libraries and Headers used by BIND 9 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package contains a bundle of static libraries and header files used by BIND 9. . Please be aware that the BIND 9 libraries are considered private by upstream developers and the API and ABI might break at any time. Package: bind9-dnsutils Description-md5: 41cc23046dad427af742ed10a4568530 Description-en: Clients provided with BIND 9 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers various client programs related to DNS that are derived from the BIND 9 source tree. . - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136) Package: bind9-doc Description-md5: 33e946a174be0a402f3511f1d76b9a00 Description-en: Documentation for BIND 9 This package provides various documents that are useful for maintaining a working BIND 9 installation. Package: bind9-host Description-md5: 2dd2359e6a96f700ef352e6924685162 Description-en: DNS Lookup Utility This package provides the 'host' DNS lookup utility in the form that is bundled with the BIND 9 sources. Package: bind9-libs Description-md5: 5d0130b772445112be93a9bd80da10e6 Description-en: Shared Libraries used by BIND 9 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package contains a bundle of shared libraries used by BIND 9. Package: bind9-utils Description-md5: c30ede916daac07ed6c19887e9f7d3f2 Description-en: Utilities for BIND 9 This package provides various utilities that are useful for maintaining a working BIND 9 installation. Package: cargo Description-md5: ebd375dee82c9f6fd5a30ffdf0078609 Description-en: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This is a dependency package providing the default cargo package. Package: cargo-1.83 Description-md5: f894562a11fc2421647ac771e1f6c13a Description-en: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Package: cargo-1.84 Description-md5: f894562a11fc2421647ac771e1f6c13a Description-en: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Package: dhcpcd-base Description-md5: 9fabc12c92ee2a93e5fbc5a0e6dcd21c Description-en: 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 * IPv4LL support (ZeroConf) * IPv6RS support (SLAAC) * 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. Package: dmeventd Description-md5: d576f6de0573a9ee9210238f490eb185 Description-en: Linux Kernel Device Mapper event daemon 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 daemon to monitor events of devmapper devices. Package: dmsetup Description-md5: 53b782cbc29445e9c389c933898e1153 Description-en: 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. Package: exfatprogs Description-md5: 9a8c781b0937d41cd3cd465ea5407a77 Description-en: exFAT file system utilities Tools to manage extended file allocation table filesystem. This package provides tools to create, check, dump and label the filesystem. It contains - mkfs.exfat to create an exFAT filesystem - fsck.exfat to check and repair an exFAT filesystem - tune.exfat to print and edit the volume label or serial - dump.exfat to show on-disk information of an exFAT filesystem - exfat2img to dump exFAT metadata The tools included in this package are the exfatprogs maintained by Samsung and LG engineers, who provided Linux exFAT support. Package: freeradius Description-md5: 8f93db923be1449fe3d8c09996bd75e7 Description-en: high-performance and highly configurable RADIUS server FreeRADIUS is a high-performance RADIUS server with support for: - Authentication by local files, SQL, Kerberos, LDAP, PAM, and more. - Powerful policy configuration language. - Proxying and replicating requests by any criteria. - Support for many EAP types; TLS, PEAP, TTLS, etc. - Many vendor-specific attributes. - Regexp matching in string attributes. and lots more. Package: freeradius-common Description-md5: 1c7945f97894906b5aaee9b087c2f56c Description-en: FreeRADIUS common files This package contains common files used by several of the other packages from the FreeRADIUS project. Package: freeradius-config Description-md5: ac5463a5cccad417d59c5cd9a88dd876 Description-en: FreeRADIUS default config files freeradius-config contains the default configuration for FreeRADIUS. . You can install a custom package which sets "Provides: freeradius-config" in order to use the FreeRADIUS packages without any default configuration getting into your way. Package: freeradius-dhcp Description-md5: 63c03705d2b33716c280099cb1b24d9d Description-en: DHCP module for FreeRADIUS server The FreeRADIUS server can act as a DHCP server, and this module is necessary for that. Package: freeradius-utils Description-md5: fb4360d3ae626ff33fe6068c0b23a981 Description-en: FreeRADIUS client utilities This package contains various client programs and utilities from the FreeRADIUS Server project, including: - radclient - radcrypt - radeapclient - radlast - radsecret - radsniff - radsqlrelay - radtest - radwho - radzap - rlm_ippool_tool - smbencrypt Package: gir1.2-poppler-0.18 Description-md5: 6b6381807b3c5b1b31f06935b5817c74 Description-en: GObject introspection data for poppler-glib Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains introspection data for poppler-glib. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gstreamer1.0-gtk3 Description-md5: c79f4ede217ec8cc138bb67e7e775fde Description-en: GStreamer plugin for GTK+3 GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for GTK+3. Package: gstreamer1.0-plugins-good Description-md5: 5af11b405c70a6a41fff183475cb6042 Description-en: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. Package: ibverbs-providers Description-md5: ab8975454e46957d34b4769914dfe93e Description-en: User space provider drivers for libibverbs libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . An RDMA driver consists of a kernel portion and a user space portion. This package contains the user space verbs drivers: . - bnxt_re: Broadcom NetXtreme-E RoCE HCAs - cxgb4: Chelsio T4 iWARP HCAs - efa: Amazon Elastic Fabric Adapter - erdma: Alibaba Elastic RDMA (iWarp) Adapter - hfi1verbs: Intel Omni-Path HFI - hns: HiSilicon Hip06 SoC - ipathverbs: QLogic InfiniPath HCAs - irdma: Intel Ethernet Connection RDMA - mana: Microsoft Azure Network Adapter - mlx4: Mellanox ConnectX-3 InfiniBand HCAs - mlx5: Mellanox Connect-IB/X-4+ InfiniBand HCAs - mthca: Mellanox InfiniBand HCAs - ocrdma: Emulex OneConnect RDMA/RoCE device - qedr: QLogic QL4xxx RoCE HCAs - rxe: A software implementation of the RoCE protocol - siw: A software implementation of the iWarp protocol - vmw_pvrdma: VMware paravirtual RDMA device Package: initramfs-tools Description-md5: f406a6ad4452bdc36e9957a711143c2e Description-en: 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. Package: initramfs-tools-bin Description-md5: 14e601bd8c0a0905d238d89be3036fa8 Description-en: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Package: initramfs-tools-core Description-md5: 8d2ce4976ab4fb33b898ed3006a086fa Description-en: 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. Package: krb5-doc Description-md5: 019f063fa3a2221f5019a253e0acb9bc Description-en: documentation for MIT Kerberos 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 installation, administrator, and user reference manuals for MIT Kerberos and the man pages for the MIT Kerberos configuration files. Package: krb5-locales Description-md5: 21d19741f2f6e9424950c8f1a6d5cab0 Description-en: internationalization support for MIT Kerberos 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 internationalized messages for MIT Kerberos. Package: krb5-multidev Description-md5: f39b0ef69fd49cdc81c78fd16595779e Description-en: development files for MIT Kerberos without Heimdal conflict 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. . Most users wishing to build applications against MIT Kerberos should install libkrb5-dev. However, that package conflicts with heimdal-dev. This package installs libraries and headers in /usr/include/mit-krb5 and /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which provides the same facilities for Heimdal. Package: libapache2-mod-php Description-md5: 995d83a5fe63379490d38c420b84af66 Description-en: server-side, HTML-embedded scripting language (Apache 2 module) (default) This package provides the PHP module for the Apache 2 webserver. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: libapache2-mod-php8.4 Description-md5: 6a338a642132f78b17e5228372062a40 Description-en: server-side, HTML-embedded scripting language (Apache 2 module) This package provides the PHP module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: libblas-dev Description-md5: da562eb21b2bf3e5296ce3e18fbf8cf4 Description-en: Basic Linear Algebra Subroutines 3, static library This package is a binary incompatible upgrade to the blas-dev package. Several minor changes to the C interface have been incorporated. . 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 static version of the library. Package: libblas3 Description-md5: a36805beaf33b431991a1e3ce32f8143 Description-en: 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. Package: libblas64-3 Description-md5: d2aed6a4f2245cddd6fed8a0beb5f1ed Description-en: Basic Linear Algebra Reference implementations, shared library (64bit-index) 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. Compiled with Fortran option "-fdefault-integer-8" and C preprocessor option "-DWeirdNEC" (for the CBLAS part). Package: libblas64-dev Description-md5: 9ee70570079449562649760001d9bf44 Description-en: Basic Linear Algebra Subroutines 3, static library (64bit-index) This package is a binary incompatible upgrade to the blas-dev package. Several minor changes to the C interface have been incorporated. . 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 static version of the library. Compiled with Fortran option "-fdefault-integer-8" and C preprocessor option "-DWeirdNEC" (for the CBLAS part). Package: libclang-cpp18 Description-md5: 8acc7c5b41666c14f1ef5e79310225e6 Description-en: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-19 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libdevmapper-dev Description-md5: 5cd5521f2f57bf6df22387046029bce5 Description-en: Linux Kernel Device Mapper header files 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) header files for accessing the device-mapper; it allow usage of the device-mapper through a clean, consistent interface (as opposed to through kernel ioctls). Package: libdevmapper-event1.02.1 Description-md5: b169c2c5a98cc37e577d858eb70f12b6 Description-en: Linux Kernel Device Mapper event support 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 userspace library to help with event monitoring for devmapper devices, in conjunction with the dmevent daemon. Package: libdevmapper1.02.1 Description-md5: 20966f6bb804eef3609ec2e2db69378f Description-en: 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). Package: libfreeradius-dev Description-md5: 3c0c3d13bc398f9c14b6ccb3e25e2af3 Description-en: FreeRADIUS shared library development files The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. . This package contains the development headers and static library version. Package: libfreeradius3 Description-md5: 919b31a593d09cd5d4a89177002536aa Description-en: FreeRADIUS shared library The FreeRADIUS projects' libfreeradius-radius and libfreeradius-eap, used by the FreeRADIUS server and some of the utilities. Package: libgit2-1.9 Description-md5: 21ccc509818a651f24c1dc0ed5907a4c Description-en: low-level Git library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. Package: libgit2-dev Description-md5: 0ecd9e5d81e77e4aa1198aab98818ccd Description-en: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package contains the development files for libgit2. Package: libgssapi-krb5-2 Description-md5: 2dd7fe357b29d0ba6727171c01f0301c Description-en: 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. Package: libgssrpc4t64 Description-md5: f18b3ce27893cc2b96de6c617dc25d94 Description-en: MIT Kerberos runtime libraries - GSS enabled ONCRPC 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 RPC library used by the Kerberos administrative programs and potentially other applications. Package: libgstreamer-plugins-good1.0-0 Description-md5: 99c064697a600533c69cdc00ad0f48ac Description-en: GStreamer development files for libraries from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains shared GStreamer libraries from the "good" set. The API is not guaranteed to be stable. Package: libgstreamer-plugins-good1.0-dev Description-md5: d5b042b5551683fe8cf1d03a80a7c168 Description-en: GStreamer development files for libraries from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains development files for GStreamer libraries from the "good" set. The API is not guaranteed to be stable. Package: libibmad-dev Description-md5: c842752a8d45001b37760fca5ee22276 Description-en: Development files for libibmad libibmad provides low layer Infiniband functions for use by the InfiniBand diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package is needed to compile programs against libibmad5. It contains the header files and static libraries (optionally) needed for compiling. Package: libibmad5 Description-md5: 61c66414f015c4cad74d4c04312ffb34 Description-en: Infiniband Management Datagram (MAD) library libibmad provides low layer InfiniBand functions for use by the Infiniband diagnostic and management programs. These include Management Datagrams (MAD), Subnet Administration (SA), Subnet Management Packets (SMP) and other basic functions. . This package contains the shared library. Package: libibnetdisc-dev Description-md5: af1b0975ac24d5ef94867faf3d6e3c17 Description-en: InfiniBand diagnostics library headers InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides development files required to build applications against the libibnetdisc InfiniBand diagnostic libraries. Package: libibnetdisc5t64 Description-md5: 082c65abee6c215b51147e51c09a46e2 Description-en: InfiniBand diagnostics library InfiniBand is a switched fabric communications link used in high-performance computing and enterprise data centers. Its features include high throughput, low latency, quality of service and failover, and it is designed to be scalable. . This package provides libraries required by the InfiniBand diagnostic programs. Package: libibumad-dev Description-md5: 0b2e52f741b1f9e92985b682a6cff53c Description-en: Development files for libibumad libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package is needed to compile programs against libibumad. It contains the header files and static libraries (optionally) needed for compiling. Package: libibumad3 Description-md5: 458e8737c23bfac029d7f82093d3fdac Description-en: InfiniBand Userspace Management Datagram (uMAD) library libibumad provides userspace Infiniband Management Datagram (uMAD) functions which sit on top of the uMAD modules in the kernel. These are used by InfiniBand diagnostic and management tools. . This package contains the shared library. Package: libibverbs-dev Description-md5: a4ebfd5f539c2b84d8e9c6ec58b0258a Description-en: Development files for the libibverbs library libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . This package is needed to compile programs against libibverbs1. It contains the header files and static libraries (optionally) needed for compiling. Package: libibverbs1 Description-md5: 8cdb9c883867c94335417ed5085d7667 Description-en: Library for direct userspace use of RDMA (InfiniBand/iWARP) libibverbs is a library that allows userspace processes to use RDMA "verbs" as described in the InfiniBand Architecture Specification and the RDMA Protocol Verbs Specification. iWARP ethernet NICs support RDMA over hardware-offloaded TCP/IP, while InfiniBand is a high-throughput, low-latency networking technology. InfiniBand host channel adapters (HCAs) and iWARP NICs commonly support direct hardware access from userspace (kernel bypass), and libibverbs supports this when available. . For this library to be useful, a device-specific plug-in module should also be installed. . This package contains the shared library. Package: libk5crypto3 Description-md5: 4b107bcb8481fee0b8b11744a386a6b0 Description-en: 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. Package: libkadm5clnt-mit12 Description-md5: 8b2bac04328bfaffc8a1b6b57144cc9b Description-en: MIT Kerberos runtime libraries - Administration Clients 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 used by clients of the Kerberos administration protocol. Package: libkadm5srv-mit12 Description-md5: 34bc9a3bc5f24d8493ce16a753dc317d Description-en: MIT Kerberos runtime libraries - KDC and Admin Server 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 used by Kerberos administrative servers. Package: libkdb5-10t64 Description-md5: 339dba7d5a44f05699e73cc493c3def3 Description-en: MIT Kerberos runtime libraries - Kerberos database 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 internal Kerberos database libraries. Package: libkrad-dev Description-md5: f22135e65145d2c1d4adf7a6dc4266ad Description-en: MIT Kerberos RADIUS Library Development This package includes development headers for libkrad0, the MIT Kerberos RADIUS library. You should not use this RADIUS library in packages unrelated to MIT Kerberos. Package: libkrad0 Description-md5: 2d2f7517dcfd02118262a7f5e45301dd Description-en: MIT Kerberos runtime libraries - RADIUS 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 internal support library for RADIUS functionality. Package: libkrb5-3 Description-md5: 07bb931a85fb24c6a0ef0f62a94bb26c Description-en: 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. Package: libkrb5-dbg Description-md5: 943dd1af23ccc316b4f620ded24f9212 Description-en: debugging files for MIT Kerberos 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 debugging information for the MIT Kerberos libraries. Install this package if you need to trace problems inside the MIT Kerberos libraries with a debugger. Package: libkrb5-dev Description-md5: 2f88a00ff06db459d4a3aee80c1e2778 Description-en: headers and development libraries for MIT Kerberos 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 symlinks, headers, and development libraries needed to compile and link programs that use the Kerberos libraries. Package: libkrb5support0 Description-md5: 4f3abf66dd7bfd20406fc400a05b0693 Description-en: 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. Package: liblapack-dev Description-md5: 65560acd47f612ac798597cb69465bf3 Description-en: Library of linear algebra routines 3 - static 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 static version of the library. Package: liblapack-doc Description-md5: 0e4fd598b4343f7b74a7e9158781b0ef Description-en: Library of linear algebra routines 3 - documentation 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: - manpages of BLAS and LAPACK routines, - the Lapack User's Guide manual (in HTML), - the manual for the LAPACKE C interface to LAPACK (in PDF). Package: liblapack3 Description-md5: d3387c768425e0a5796929e19b4a90a0 Description-en: 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. Package: liblapack64-3 Description-md5: 993440214b6e3a05ccc94c23656cb9a7 Description-en: Library of linear algebra routines 3 - shared version (64bit-index) 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. Compiled with Fortran option "-fdefault-integer-8". Package: liblapack64-dev Description-md5: 0dc1d02e4ef13ea682be160de90620d1 Description-en: Library of linear algebra routines 3 - static version (64bit-index) 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 static version of the library. Compiled with Fortran flag "-fdefault-integer-8". Package: liblapacke Description-md5: 7f2e7790d8a3b93e084fa76cd32e2fd0 Description-en: Library of linear algebra routines 3 - C lib 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 the Standard C language library for LAPACK. Package: liblapacke-dev Description-md5: e97de7249347d36cf58b5c7db290067a Description-en: Library of linear algebra routines 3 () - Headers 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 development files for the C language library for LAPACK, including a static version of the library. Package: liblapacke64 Description-md5: 597170862f45b8f592deb1b7a4b119a1 Description-en: Library of linear algebra routines 3 - C lib shared version (64bit-index) 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 the Standard C language library for LAPACK. Compiled with C flag "-DHAVE_LAPACK_CONFIG_H -DLAPACK_ILP64". Package: liblapacke64-dev Description-md5: 10dcab46f24d32744e1606f781f49fba Description-en: Library of linear algebra routines 3 - Headers (64bit-index) 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 development files for the C language library for LAPACK, including a static version of the library. Compiled with C flag "-DHAVE_LAPACK_CONFIG_H -DLAPACK_ILP64". Package: libllvm18 Description-md5: a8854f4edf76a8c14ce34dc209bd1d11 Description-en: 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. Package: libllvm19 Description-md5: a8854f4edf76a8c14ce34dc209bd1d11 Description-en: 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. Package: libllvmlibc-18-dev Description-md5: b678725717171e9f1656f9727ef63f83 Description-en: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. . This is an experimental project. Don't use in production. Package: libllvmlibc-19-dev Description-md5: b678725717171e9f1656f9727ef63f83 Description-en: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. . This is an experimental project. Don't use in production. Package: liblvm2-dev Description-md5: 9355c51a0fa4f1589861097790213f32 Description-en: LVM2 libraries - development files This package contains files needed to develop applications that use the lvm2app library. Package: liblvm2cmd2.03 Description-md5: 8f4d76592086bd210b07fd8b6370be43 Description-en: LVM2 command library This package contains the lvm2cmd shared library. Package: libmiral-dev Description-md5: 75791b382a44dc35e5a2cbdd05b7ba10 Description-en: Mir Display Server - ABI preserving abstraction layer - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirAL provides an ABI-stable abstraction layer for Mir based shells, insulating them from mirserver ABI breaks. . Contains header files required for development using the MirAL abstraction layer. Package: libmiral5t64 Description-md5: 465eac6987f0a67531c854f7802152b4 Description-en: Mir Display Server - ABI preserving abstraction layer Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirAL provides an ABI-stable abstraction layer for Mir based shells, insulating them from mirserver ABI breaks. . Contains the shared library containing MirAL abstraction layer. Package: libmircommon-dev Description-md5: 5326191b9bb37a19e335f3c5e6c9246a Description-en: Mir Display Server - common library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains common header files required for server and/or client development. Package: libmircommon9t64 Description-md5: fa3eee6df07b918901af1c15a672d682 Description-en: Mir Display Server - common library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the 'common' shared library required for the Mir server and client. Package: libmircookie-dev Description-md5: 85614b55cd2d55cfcccb07fd0b42e624 Description-en: Mir Display Server - spoof-resistant timestamps - cookie development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . libmircookie provides a simple mechanism for a group of cooperating processes to hand out and verify difficult-to-forge timestamps to untrusted 3rd parties. . This package contains the development headers for building programs that generate or verify the attestable timestamps. Package: libmircookie2t64 Description-md5: ad2d695a2b1e93761ed78aea379ea940 Description-en: Mir Display Server - spoof-resistant timestamps - runtime library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . libmircookie provides a simple mechanism for a group of cooperating processes to hand out and verify difficult-to-forge timestamps to untrusted 3rd parties. . This package contains the runtime library for generating and verifying the attestable timestamps. Package: libmircore-dev Description-md5: 86b0b57768f9d627d4957ec2aac178d4 Description-en: Mir Display Server - core library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains core header files required for server and/or client development. Package: libmircore2t64 Description-md5: 112976b8d03755cabd8e57f242c1e082 Description-en: Mir Display Server - core library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the 'core' shared library required for the Mir server and client. Package: libmiroil-dev Description-md5: 64f7148a635fd95f73ae08ab5f9c286e Description-en: Mir Display Server - Lomiri compatibility library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirOil provides the Lomiri compatibility API. . Contains header files required for development using the Lomiri compatibility library. Package: libmiroil3t64 Description-md5: b61d8ea46a0d84d0ab529ee10966cbb9 Description-en: Mir Display Server - Lomiri compatibility library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirOil provides the Lomiri compatibility library. . Contains the shared library containing miroil compatibility API. Package: libmirplatform-dev Description-md5: 655d1f596b349ea259ab7c18e083e374 Description-en: Mir Display Server - platform library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files required for hardware/driver support development. Package: libmirplatform26t64 Description-md5: 5016a4b0ebb3cc452dc9b892e2712cb7 Description-en: Mir Display Server - platform library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to interact with the underlying hardware platform. Package: libmirrenderer-dev Description-md5: 00359a373c71179402cbf87636edb2ea Description-en: Mir Display Server - renderer - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files required for renderer development. Package: libmirserver58t64 Description-md5: 1c6d11b3e08f92154db294ff024499a4 Description-en: Mir Display Server - server library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared library needed by server applications for Mir. Package: libmirwayland-bin Description-md5: 98eeb1a9d226d3caea083dacae82a31a Description-en: Mir Display Server - generator for Wayland protocol extension wrappers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the tool used for generating the Mir-style wrappers for Wayland protocol extensions found in libmirwayland . This can be useful for implementing Wayland protocol extensions not already implemented in Mir. Package: libmirwayland-dev Description-md5: f4aa5cef2032a1698a56996ebc26d672 Description-en: Mir Display Server - Wayland protocol extensions - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the developer files for using the shared library containing generated wrappers for Wayland protocol extensions Package: libmirwayland4t64 Description-md5: 1d52aafa7cff1429c909d0a7b0b308a8 Description-en: Mir Display Server - Wayland protocol extensions Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared library containing generated wrappers for Wayland protocol extensions Package: libnftables-dev Description-md5: ac9e13fe39146b723a765f1a5a6e0312 Description-en: Development files for libnftables 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 provides development files and static libraries. Package: libnftables1 Description-md5: a0142ceed355e6d73013884cbcfb0491 Description-en: 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. Package: libnftnl-dev Description-md5: 0849dcbf1375a391c70b32699658f797 Description-en: Development files for libnftnl 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. . This package provides development files and static libraries. Package: libnftnl-dev-doc Description-md5: 276e377c653702704a7125f84e13df64 Description-en: Doxygen-generated documentation for libnftnl-dev 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. . This package provides additional doxygen-generated documentation for the libnftnl-dev package. Package: libnftnl11 Description-md5: 9ee5410a83ce7cab960810f5332b35f0 Description-en: 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. Package: libnvpair3linux Description-md5: dff01db1623b4ac78db22bcc089d9e49 Description-en: Solaris name-value library for Linux This library provides routines for packing and unpacking nv pairs for transporting data across process boundaries, transporting between kernel and userland, and possibly saving onto disk files. Package: libopenjp2-7 Description-md5: bebeaaa50dd1a5685a0f67da93d3ac4b Description-en: 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 Package: libopenjp2-7-dev Description-md5: b3467bb9ada27076b0852a6582c60027 Description-en: development files for OpenJPEG, a JPEG 2000 image 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 development files for openjpeg 2.x Package: libphp8.4-embed Description-md5: 17fa3de0790c8e86099371b7d0b0b0bd Description-en: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp8.4.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: libpoppler-cpp-dev Description-md5: b8ccf7d2887aa9a8117d5795dcfa8442 Description-en: PDF rendering library -- development files (CPP interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the C++ Poppler interface. Package: libpoppler-cpp2 Description-md5: bd2c0f6fbd7019f0ce9ff23bdb5a718d Description-en: PDF rendering library (CPP shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the CPP shared library for applications using a simple C++ interface (using STL, and no other dependency) to Poppler. Package: libpoppler-dev Description-md5: 6d35e7b20480c00075b7865baad4287e Description-en: PDF rendering library -- development files Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the development libraries needed to build applications using Poppler. Package: libpoppler-glib-dev Description-md5: 4483b544bc64264785fa77d6466a341f Description-en: PDF rendering library -- development files (GLib interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the GLib-based Poppler interface. Package: libpoppler-glib-doc Description-md5: 57cf6faf4d2f4c9877d6db227de05dcd Description-en: PDF rendering library -- documentation for the GLib interface Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the API documentation of the GLib-based Poppler interface. Package: libpoppler-glib8t64 Description-md5: 3d73daa08a49dca5cd4c25e32862c41e Description-en: PDF rendering library (GLib-based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the GLib-based shared library for applications using the GLib interface to Poppler. Package: libpoppler-private-dev Description-md5: f047a262a6d3ff3cbd6650f1d55e93d4 Description-en: PDF rendering library -- private development files Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the private and unstable headers needed to build applications using the private Poppler core library. Package: libpoppler145 Description-md5: 74b6b371a9886bca4fc2c2761b5a2fec Description-en: PDF rendering library Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the shared core library. Package: librdf0-dev Description-md5: 14505384499a79491ef37cbc367fe9a3 Description-en: Redland RDF library development libraries and headers RDF development libraries, header files, documentation and utilities needed by program that want to be compiled with Redland. Package: librdf0t64 Description-md5: 8df36c881ba51cb293c533fb7cfa9486 Description-en: Redland Resource Description Framework (RDF) library Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. . This package includes the core file-based storages. To get database backed storages, the librdf-storage-postgresql, librdf-storage-mysql, librdf-storage-sqlite or librdf-storage-virtuoso packages should be installed. Package: librdmacm-dev Description-md5: 89e1ce140d1211588d5d459efd9e9696 Description-en: Development files for the librdmacm library librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package is needed to compile programs against librdmacm. It contains the header files and static libraries (optionally) needed for compiling. Package: librdmacm1t64 Description-md5: dc9d0886ecf59fc604b978f8125cf804 Description-en: Library for managing RDMA connections librdmacm is a library that allows applications to set up reliable connected and unreliable datagram transfers when using RDMA adapters. It provides a transport-neutral interface in the sense that the same code can be used for both InfiniBand and iWARP adapters. The interface is based on sockets, but adapted for queue pair (QP) based semantics: communication must use a specific RDMA device, and data transfers are message-based. . librdmacm only provides communication management (connection setup and tear-down) and works in conjunction with the verbs interface provided by libibverbs, which provides the interface used to actually transfer data. . This package contains the shared library. Package: libruby3.3 Description-md5: 9f2f4d0dca1c4dc5f025a47716c0a5df Description-en: Libraries necessary to run Ruby 3.3 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the 'libruby-3.3' library, necessary to run Ruby 3.3. (API version 3.3.0) Package: libsbuild-perl Description-md5: d52c681207ccd9d9a8f4571221ebca1f Description-en: Library for building Debian binary packages from Debian sources The sbuild suite of programs (wanna-build, buildd and sbuild) are used to build binary packages from source packages. The wanna-build database tracks packages which require building; buildd schedules work from information it gets from the wanna-build database; sbuild does the actual package building. . This package contains the core library modules used by these programs. Package: libsepol-dev Description-md5: df6f84858afaf99b7b289c39fa4b8376 Description-en: 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. Package: libsepol2 Description-md5: d569fae7efa3328b3d40879b104d9a63 Description-en: 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. Package: libstd-rust-1.83 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.83-dev Description-md5: d179f786c5d3afccd5d86929b4043021 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. Package: libstd-rust-1.84 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.84-dev Description-md5: d179f786c5d3afccd5d86929b4043021 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. Package: libstd-rust-dev Description-md5: 6e36dfedc334a07e0aac067c3ff7b4f2 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. . This is a dependency package providing the default development package. Package: libtmglib-dev Description-md5: cfc91b124ba62fdeb467cc2c9b72f868 Description-en: test matrix generators of LAPACK - development files libtmglib is a component of the LAPACK library, containing routines for generation of input matrices for testing and timing of LAPACK. . This package contains development files, including a static version of the library. Package: libtmglib3 Description-md5: 5eb886998f3b99a3fb1a1c99e250813a Description-en: test matrix generators of LAPACK - shared version libtmglib is a component of the LAPACK library, containing routines for generation of input matrices for testing and timing of LAPACK. . This package contains a shared version of the library. Package: libtmglib64-3 Description-md5: 678758beb474319d91864ec1dbb28b1c Description-en: test matrix generators of LAPACK - shared version (64bit-index) libtmglib is a component of the LAPACK library, containing routines for generation of input matrices for testing and timing of LAPACK. . This package contains a shared version of the library. Compiled with Fortran flag "-fdefault-integer-8". Package: libtmglib64-dev Description-md5: 8330cbbc4a8e6a6e5ab553eadedf17bd Description-en: test matrix generators of LAPACK - development files (64bit-index) libtmglib is a component of the LAPACK library, containing routines for generation of input matrices for testing and timing of LAPACK. . This package contains development files, including a static version of the library. Compiled with Fortran flag "-fdefault-integer-8". Package: libunwind-dev Description-md5: 968fa5fbcdf32543dedc4d9d40405c26 Description-en: library to determine the call-chain of a program - development 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 development support files. Package: libunwind8 Description-md5: 7095fd22983044140f5faf099162a263 Description-en: 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 Package: libuutil3linux Description-md5: 9bf9c128615174d04a0bb25b39d60322 Description-en: Solaris userland utility library for Linux This library provides a variety of glue functions for ZFS on Linux: * libspl: The Solaris Porting Layer userland library, which provides APIs that make it possible to run Solaris user code in a Linux environment with relatively minimal modification. * libavl: The Adelson-Velskii Landis balanced binary tree manipulation library. * libefi: The Extensible Firmware Interface library for GUID disk partitioning. * libshare: NFS, SMB, and iSCSI service integration for ZFS. Package: libuv1-dev Description-md5: 572bda75c4098ae418d449838338c41c Description-en: asynchronous event notification library - development files Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like: * files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O. . Install this package if you wish to develop your own programs using the libuv engine. Package: libuv1-doc Description-md5: 51f9ecf10368f4f9ccbfc04e507e0cb9 Description-en: asynchronous event notification library - documentation Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like: * files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O. . This package contains the documentation for libuv1. Package: libuv1t64 Description-md5: 93573ad1b9de0529887627652f90b981 Description-en: asynchronous event notification library - runtime library Libuv is the asynchronous library behind Node.js. Very similar to libevent or libev, it provides the main elements for event driven systems: watching and waiting for availability in a set of sockets, and some other events like timers or asynchronous messages. However, libuv also comes with some other extras like: * files watchers and asynchronous operations * a portable TCP and UDP API, as well as asynchronous DNS resolution * processes and threads management, and a portable inter-process communications mechanism, with pipes and work queues * a plugins mechanism for loading libraries dynamically * interface with external libraries that also need to access the I/O. . This package includes the dynamic library against which you can link your program. Package: libvirt-clients Description-md5: fef902cf44d3e9aa677b809e73dc3cc9 Description-en: Programs for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirt shell virsh and other client binaries. Package: libvirt-common Description-md5: d5622c757ce2ae744601db218ac4b161 Description-en: data files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains data files needed by the library. Package: libvirt-daemon Description-md5: f633393919dd0d9ae0c06cf15068e5ea Description-en: Virtualization daemon Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the daemon libvirtd to manage the hypervisors. Package: libvirt-daemon-common Description-md5: e2abc34fe8601a4db9defd1fd9de00aa Description-en: Virtualization daemon common files Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains files needed by the various libvirt daemons. Package: libvirt-daemon-config-network Description-md5: 8ecb85cadf757a171e477d818ef5e9c1 Description-en: Libvirt daemon configuration files (default network) Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the configuration for the 'default' libvirt network. Package: libvirt-daemon-config-nwfilter Description-md5: fcb991a27db5d77a47b55841443b45a7 Description-en: Libvirt daemon configuration files (default network filters) Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the configuration for the default set of nwfilters. Package: libvirt-daemon-driver-interface Description-md5: 686027e98f33c7f72621872fd9b4b7f4 Description-en: Virtualization daemon interface driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd interface driver. Package: libvirt-daemon-driver-network Description-md5: 712b0696ae2e5ee8df97c73b0a45fe21 Description-en: Virtualization daemon network driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd network driver. Package: libvirt-daemon-driver-nodedev Description-md5: a2e46bc889337a31554c41a8a47b4808 Description-en: Virtualization daemon nodedev driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd node device (nodedev) driver. Package: libvirt-daemon-driver-nwfilter Description-md5: db4904d0a450aa570c71f15a7e8323bc Description-en: Virtualization daemon nwfilter driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd network filter (nwfilter) driver. Package: libvirt-daemon-driver-qemu Description-md5: ccb5ee8b1a53290fdedfd923601bb4e0 Description-en: Virtualization daemon QEMU connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for QEMU. Package: libvirt-daemon-driver-secret Description-md5: 827be76843b1d202741d24266af00993 Description-en: Virtualization daemon secret driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd secret driver. Package: libvirt-daemon-driver-storage Description-md5: 855241274d278fbb4192985ce1dd4452 Description-en: Virtualization daemon storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver. Package: libvirt-daemon-driver-storage-disk Description-md5: de70e041b8c8fd666aef720ee8ff19fb Description-en: Virtualization daemon disk storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver that handles volumes as partitions of a physical disk. Package: libvirt-daemon-driver-storage-iscsi Description-md5: 7003b07723cec1c1dcf9c1099f785058 Description-en: Virtualization daemon iSCSI storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for iSCSI volumes. Package: libvirt-daemon-driver-storage-logical Description-md5: 13badffda1214395202dfe3cdc6f5e7b Description-en: Virtualization daemon logical storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains a libvirtd storage driver for volumes managed by Logical Volume Manager (LVM). Package: libvirt-daemon-driver-storage-mpath Description-md5: e91858e13aea4653046d537ee65a3d58 Description-en: Virtualization daemon mpath storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains a libvirtd storage driver for multipath (mpath) volumes. Package: libvirt-daemon-driver-storage-scsi Description-md5: 50fc6e5bb71151f603a2d7b05c92ecce Description-en: Virtualization daemon SCSI storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for local SCSI devices. Package: libvirt-daemon-lock Description-md5: cad55b7b1df89a3a8f1f2485134499c9 Description-en: Virtualization lock daemon Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the virtlockd daemon, which handles storage locking. Package: libvirt-daemon-log Description-md5: f549d2edbf841c377a503356e411813e Description-en: Virtualization log daemon Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the virtlogd daemon, which handles logging. Package: libvirt-daemon-plugin-lockd Description-md5: 10bb111ca5d4bbdd1e69ad9e2a71e89c Description-en: Virtualization daemon lockd plugin Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the plugin that implements disk locking using virtlockd. Package: libvirt-daemon-system Description-md5: 115d114ad13adb8c75808df92de16be6 Description-en: Virtualization daemon typical deployment Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package doesn't contain any files on its own, and is intended as a convenient way to create the most common type of libvirt setup (local QEMU hypervisor) in one go. Package: libvirt-doc Description-md5: 6a786cd039fea1d6785874bfff0aac5f Description-en: documentation for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the documentation. Package: libvirt-l10n Description-md5: 196b2bd46db67f398dc72cf0bc8f82f8 Description-en: localization for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the localization files. Package: libvirt-ssh-proxy Description-md5: 07831ce48c1bab2d17bec468d05973ac Description-en: ssh proxy for connecting to virtual machines via VSOCK Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . When this package is installed, ssh will be able to connect to locally running libvirt domains via VSOCK. . See https://libvirt.org/ssh-proxy.html for information. Package: libvirt0 Description-md5: 048e37ae97123b1566015795d54596dc Description-en: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. Package: libxdp-dev Description-md5: 16c0b67a9efc2a849ffa8e49b9f4905e Description-en: library and utilities for use with XDP - development files Library for working with the eXpress Data Path facility of the Linux kernel, and a collection of utilities and example code that uses the library. . This package provides the development files for libxdp1. Package: libxdp1 Description-md5: 9370bea5ec9641d49fe47afa981c60a3 Description-en: library and utilities for use with XDP - shared library Library for working with the eXpress Data Path facility of the Linux kernel, and a collection of utilities and example code that uses the library. Package: libxxhash-dev Description-md5: 45228533bdb4734b654bc55f84bec40f Description-en: header files and a static library for libxxhash 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 xxHash static library and header files. Package: libxxhash0 Description-md5: 6bd5146e7d8c018b3155cacf897b1233 Description-en: 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. Package: libzfs4linux Description-md5: 68404c691e40434a1c18cb823bdc6f84 Description-en: OpenZFS filesystem library for Linux - general support OpenZFS is a storage platform that encompasses the functionality of traditional filesystems and volume managers. It supports data checksums, compression, encryption, snapshots, and more. . The OpenZFS library provides support for managing OpenZFS filesystems. Package: libzfsbootenv1linux Description-md5: ba1246d18e334f582c2be912dfe69655 Description-en: OpenZFS filesystem library for Linux - label info support OpenZFS is a storage platform that encompasses the functionality of traditional filesystems and volume managers. It supports data checksums, compression, encryption, snapshots, and more. . The zfsbootenv library provides support for modifying ZFS label information. Package: libzfslinux-dev Description-md5: f1a2250776c6f7f70d2a90196a6ab150 Description-en: OpenZFS filesystem development files for Linux Header files and static libraries for compiling software against libraries of OpenZFS filesystem. . This package includes the development files of libnvpair3, libuutil3, libzpool5 and libzfs4. Package: libzpool5linux Description-md5: 5411b703c1dae8e2c3f38bbe7330f01d Description-en: OpenZFS pool library for Linux OpenZFS is a storage platform that encompasses the functionality of traditional filesystems and volume managers. It supports data checksums, compression, encryption, snapshots, and more. . This zpool library provides support for managing zpools. Package: linux-bpf-dev Description-md5: ef487f2f846252f409f3ebb8ece1c714 Description-en: Headers for BPF development The vmlinux.h header is provided to allow userspace to build BPF CO-RE programs targeting the packaged kernel. Package: linux-buildinfo-6.12.0-15-generic Description-md5: 9a7e9636c8914b021c8b895a42577dd1 Description-en: Linux kernel buildinfo for version 6.12.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.12.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-6.12.0-15 Description-md5: fc07a3d1be46389b430fb2494a278f97 Description-en: Linux kernel version specific cloud tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.12.0-15 on 64 bit x86. You probably want to install linux-cloud-tools-6.12.0-15-. Package: linux-cloud-tools-6.12.0-15-generic Description-md5: 473192d20c5e2f26377cc27435ad1b3c Description-en: Linux kernel version specific cloud tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.12.0-15 on 64 bit x86. Package: linux-cloud-tools-common Description-md5: eab36acd922279d6533398088e88f765 Description-en: Linux kernel version specific cloud tools for version 6.12.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 6.12.0. Package: linux-cloud-tools-generic Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-hwe-24.04 Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-hwe-24.04-edge Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-virtual Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-hwe-24.04 Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-hwe-24.04-edge Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-crashdump Description-md5: 0c0b5ada9f277febaf6bd7d5ebc0d337 Description-en: Linux kernel crashdump setup for the latest generic kernel This package installs all the needed infrastructure to get crashdumps from your running system. If you are experiencing kernel crashes that cannot be debugged normally (because the problem is infrequent or panic's the system in such a way as to make information gathering impossible), then you can install this package to automatically enable capture of the vmcore on crashes. Package: linux-doc Description-md5: 2b698dcc6e664fa5dd7cc3bbf5e7a52a Description-en: Linux kernel specific documentation for version 6.12.0 This package is deprecated and it is temporarily provided only for compatibility reasons. It will be dropped in the future. Package: linux-generic Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-hwe-24.04 Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-hwe-24.04-edge Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-headers-6.12.0-15 Description-md5: 20eb124b2853b4b14ef64fcd812e2c83 Description-en: Header files related to Linux kernel version 6.12.0 This package provides kernel header files for version 6.12.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.12.0-15/debian.README.gz for details Package: linux-headers-6.12.0-15-generic Description-md5: bf6f7cb77242faea2469ab0aae57fa88 Description-en: Linux kernel headers for version 6.12.0 on 64 bit x86 SMP This package provides kernel header files for version 6.12.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.12.0-15/debian.README.gz for details. Package: linux-headers-generic Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-hwe-24.04 Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-hwe-24.04-edge Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-oem-24.04 Description-md5: 5a67c7baa8c068df9f6e49293c1299f5 Description-en: OEM Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oem-24.04a Description-md5: 5a67c7baa8c068df9f6e49293c1299f5 Description-en: OEM Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-virtual Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-24.04 Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-24.04-edge Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-image-6.12.0-15-generic Description-md5: b0fd0df88b1cd31408007b00d2458952 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-extra-virtual Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-hwe-24.04 Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-hwe-24.04-edge Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-generic Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-hwe-24.04 Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-hwe-24.04-edge Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-oem-24.04 Description-md5: 5953f1cc266cd6bc827ccd4317fff150 Description-en: OEM Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oem-24.04a Description-md5: 5953f1cc266cd6bc827ccd4317fff150 Description-en: OEM Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-uc-6.12.0-15-generic Description-md5: bb6d44640dba93338416300d1c7d81bd Description-en: Signed kernel image generic for Ubuntu Core A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-uc-generic Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-generic-hwe-24.04 Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-generic-hwe-24.04-edge Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-oem-24.04 Description-md5: 941cdb346d85db97170ae732ca850d35 Description-en: OEM Linux kernel image for Ubuntu Core (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-uc-oem-24.04a Description-md5: 941cdb346d85db97170ae732ca850d35 Description-en: OEM Linux kernel image for Ubuntu Core (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-unsigned-6.12.0-15-generic Description-md5: efccd9be6fc3d18e93d3569dbc725ea2 Description-en: Linux kernel image for version 6.12.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.12.0 on 64 bit x86 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-virtual Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-24.04 Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-24.04-edge Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-lib-rust-6.12.0-15-generic Description-md5: 63aa5134cc6045ef278dac8ce1094923 Description-en: Rust library files related to Linux kernel version 6.12.0 This package provides kernel library files for version 6.12.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-libc-dev Description-md5: d5d143e6dffc891f04a85464446f9451 Description-en: 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.12.0-15-generic Description-md5: e24e9769512862c95b6c120d56a74e51 Description-en: Linux kernel extra modules for version 6.12.0 on 64 bit x86 SMP 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.12.0-15-generic Description-md5: 03c40b5c99b3a942b63977364acd690a Description-en: Linux kernel extra modules for version 6.12.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.12.0 on 64 bit x86 SMP. . 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-6.12.0-15-generic Description-md5: 77b19dcefe6f45e9826549043ab2a53a Description-en: Linux kernel ipu6 modules for version 6.12.0-15 This package provides the Linux kernel ipu6 modules for version 6.12.0-15. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu6-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-generic Description-md5: 0a71a5f24c645c598814895c451e69c9 Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour. Package: linux-modules-ipu6-generic-hwe-24.04 Description-md5: 0a71a5f24c645c598814895c451e69c9 Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour. Package: linux-modules-ipu6-generic-hwe-24.04-edge Description-md5: 0a71a5f24c645c598814895c451e69c9 Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour. Package: linux-modules-ipu6-oem-24.04 Description-md5: ff4b014ec7ea7c57e830e0c432f93358 Description-en: Extra drivers for ipu6 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu6-oem-24.04a Description-md5: ff4b014ec7ea7c57e830e0c432f93358 Description-en: Extra drivers for ipu6 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-6.12.0-15-generic Description-md5: 9f493d2666dd9af465099691fbdf299b Description-en: Linux kernel ipu7 modules for version 6.12.0-15 This package provides the Linux kernel ipu7 modules for version 6.12.0-15. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu7-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu7-generic Description-md5: 22e579faeb51f8001fafcee5bb87919d Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour. Package: linux-modules-ipu7-generic-hwe-24.04 Description-md5: 22e579faeb51f8001fafcee5bb87919d Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour. Package: linux-modules-ipu7-generic-hwe-24.04-edge Description-md5: 22e579faeb51f8001fafcee5bb87919d Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour. Package: linux-modules-iwlwifi-6.12.0-15-generic Description-md5: 22046e46779d3c79193561812ba99a0e Description-en: Linux kernel iwlwifi modules for version 6.12.0-15 This package provides the Linux kernel iwlwifi modules for version 6.12.0-15. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-generic Description-md5: 4087cc976685608e39735665e27b54dc Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour. Package: linux-modules-iwlwifi-generic-hwe-24.04 Description-md5: 4087cc976685608e39735665e27b54dc Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour. Package: linux-modules-iwlwifi-generic-hwe-24.04-edge Description-md5: 4087cc976685608e39735665e27b54dc Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour. Package: linux-modules-iwlwifi-oem-24.04 Description-md5: 7cb41011683d6f1c3dc3a803d8eeb3f9 Description-en: Extra drivers for iwlwifi for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-oem-24.04a Description-md5: 7cb41011683d6f1c3dc3a803d8eeb3f9 Description-en: Extra drivers for iwlwifi for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-mofed-modules-24.10-6.12.0-15-generic Description-md5: 9c5ed7d729b339a0cde283909031aa27 Description-en: Linux kernel mofed-modules-24.10 modules for version 6.12.0-15 This package provides the Linux kernel mofed-modules-24.10 modules for version 6.12.0-15. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-mofed-modules-24.10-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-6.12.0-15-generic Description-md5: 04688b79703b5f91294943b4bc113f4d Description-en: Linux kernel usbio modules for version 6.12.0-15 This package provides the Linux kernel usbio modules for version 6.12.0-15. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-usbio-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-generic Description-md5: 87524cd0fd86f7d1aeaa5849a4d47f93 Description-en: Extra drivers for usbio for the generic flavour Install extra signed usbio modules compatible with the generic flavour. Package: linux-modules-usbio-generic-hwe-24.04 Description-md5: 87524cd0fd86f7d1aeaa5849a4d47f93 Description-en: Extra drivers for usbio for the generic flavour Install extra signed usbio modules compatible with the generic flavour. Package: linux-modules-usbio-generic-hwe-24.04-edge Description-md5: 87524cd0fd86f7d1aeaa5849a4d47f93 Description-en: Extra drivers for usbio for the generic flavour Install extra signed usbio modules compatible with the generic flavour. Package: linux-modules-usbio-oem-24.04 Description-md5: b8d5c54fe75f13b7755973fede300606 Description-en: Extra drivers for usbio for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-usbio-oem-24.04a Description-md5: b8d5c54fe75f13b7755973fede300606 Description-en: Extra drivers for usbio for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-vision-6.12.0-15-generic Description-md5: adabd67f94798c8d4b162506b33ba7fc Description-en: Linux kernel vision modules for version 6.12.0-15 This package provides the Linux kernel vision modules for version 6.12.0-15. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-vision-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-vision-generic Description-md5: 9c1a7ad365e247589b36a25459727b24 Description-en: Extra drivers for vision for the generic flavour Install extra signed vision modules compatible with the generic flavour. Package: linux-modules-vision-generic-hwe-24.04 Description-md5: 9c1a7ad365e247589b36a25459727b24 Description-en: Extra drivers for vision for the generic flavour Install extra signed vision modules compatible with the generic flavour. Package: linux-modules-vision-generic-hwe-24.04-edge Description-md5: 9c1a7ad365e247589b36a25459727b24 Description-en: Extra drivers for vision for the generic flavour Install extra signed vision modules compatible with the generic flavour. Package: linux-oem-24.04 Description-md5: 3e4a49abebdcc1b04541f3ddb633f701 Description-en: Complete OEM Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-oem-24.04a Description-md5: 3e4a49abebdcc1b04541f3ddb633f701 Description-en: Complete OEM Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-source Description-md5: 1cac084d2ae18dfd06b96585b4be564d Description-en: Linux kernel source with Ubuntu patches This package will always depend on the latest Linux kernel source code available. The Ubuntu patches have been applied. Package: linux-source-6.12.0 Description-md5: ce7479e9ad33c3c21c10d4149d4ec6d3 Description-en: Linux kernel source for version 6.12.0 with Ubuntu patches This package provides the source code for the Linux kernel version 6.12.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-headers package instead. Package: linux-tools-6.12.0-15 Description-md5: 4032b7c5b152e65f126d1d63438517ca Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on 64 bit x86. You probably want to install linux-tools-6.12.0-15-. Package: linux-tools-6.12.0-15-generic Description-md5: 2cfa9f79645a3f72538b1632ac008158 Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on 64 bit x86. Package: linux-tools-common Description-md5: c8e94891b72e34f78034b68c989cab62 Description-en: Linux kernel version specific tools for version 6.12.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0. Package: linux-tools-generic Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-hwe-24.04 Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-hwe-24.04-edge Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-tools-oem-24.04 Description-md5: dfafefb793a7b62c766f65e6fc868bf9 Description-en: OEM Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oem-24.04a Description-md5: dfafefb793a7b62c766f65e6fc868bf9 Description-en: OEM Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-virtual Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-24.04 Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-24.04-edge Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-virtual Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-hwe-24.04 Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-hwe-24.04-edge Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: lvm2 Description-md5: 9df95d102d2b0aad5aff13603ef0cb3f Description-en: Linux Logical Volume Manager This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices. Package: lvm2-dbusd Description-md5: 58ae61149cfbcb7082b5065979973507 Description-en: LVM2 D-Bus daemon This is LVM2, the rewrite of The Linux Logical Volume Manager. LVM supports enterprise level volume management of disk and disk subsystems by grouping arbitrary disks into volume groups. The total capacity of volume groups can be allocated to logical volumes, which are accessed as regular block devices. . This package includes the D-Bus daemon. Package: media-types Description-md5: 1f316b51a44bfe33091e9f103c610fa4 Description-en: List of standard media types and their usual file extension This package installs the configuration file /etc/mime.types, that lists standard media types (originally known as "MIME" types) and their usual file extension. This provides a simple way for programs to have a first guess at a file's content. On standard Debian desktop systems, one will also find more sophisticated tools, for instance provided by the "file" and "xdg-utils" packages. . The /etc/mime.types file is compiled by hand using mostly information provided by the Internet Assigned Numbers Authority (IANA). Package: mir-doc Description-md5: 4685b0dc7d960bf6fd6cfc647bfde080 Description-en: Mir Display Server - API documentation for Mir Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package installs the mir API documentation. Package: mir-renderer-gl-dev Description-md5: 7c8af840bfe81562eda65bfecc4ffb6b Description-en: Mir Display Server - GL renderer - development files Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files that define the interfaces through which platforms and renderers access the functionality needed to render with GL. Package: nftables Description-md5: 24bc0867cd246ced705663120fd62b92 Description-en: 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. Package: openjpeg-doc Description-md5: bda29ee10aae8ae267a80975460c93ea Description-en: 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 installs the documentation files. Package: openstack-dashboard Description-md5: a54f5b92f84ab1d5b6c3fa553f99ef77 Description-en: Django web interface for OpenStack The OpenStack Dashboard is a reference implementation of a Django site that uses the Django-Nova project to provide web based interactions with the OpenStack Nova cloud controller. Package: openstack-dashboard-common Description-md5: 1b68105103a266973cb0e91a7529a793 Description-en: Django web interface for OpenStack - common files The OpenStack Dashboard is a reference implementation of a Django site that uses the Django-Nova project to provide web based interactions with the OpenStack Nova cloud controller. . This package provides common files. Package: php Description-md5: b277bb491b403a2e32b9a8bc67af20ba Description-en: server-side, HTML-embedded scripting language (default) PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-all-dev Description-md5: 4180bd06ef88666dc12ea623199b85c4 Description-en: package depending on all supported PHP development packages This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific PHP development packages. Package: php-cgi Description-md5: c1b6eca656aaf2d9a871e0f537dd4c2d Description-en: server-side, HTML-embedded scripting language (CGI binary) (default) This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php-fpm package that provide FastCGI support. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-cli Description-md5: 9bb97fa8840a88313185deb65c695dd8 Description-en: command-line interpreter for the PHP scripting language (default) This package provides the /usr/bin/php command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-common Description-md5: d3dbac8bcc4b5fda4235137f8b9f3ade Description-en: Common files for PHP packages This package contains common utilities shared among all packaged PHP versions. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php-curl Description-md5: 75e53ad619e54995a8c5a1975853b518 Description-en: CURL module for PHP [default] This package provides a CURL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-dev Description-md5: 8958612803d3c3ef93c2be6de811ee4e Description-en: Files for PHP module development (default) Headers and other PHP needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 8.4). Package: php-gd Description-md5: 054428702b87d3769f12164a8195c181 Description-en: GD module for PHP [default] This package provides a GD module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-gmp Description-md5: da108d673771ebb5b9bf65316c82db61 Description-en: GMP module for PHP [default] This package provides a GMP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-ldap Description-md5: acb494b336fbcb1e1c98264297fbaefa Description-en: LDAP module for PHP [default] This package provides a LDAP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-mysql Description-md5: 350b7bb6599a35a3e116a1c3dc27591d Description-en: MySQL module for PHP [default] This package provides a MySQL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-odbc Description-md5: 508ecc15acfd73fa27e5d7962b2b2e3e Description-en: ODBC module for PHP [default] This package provides a ODBC module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-pgsql Description-md5: 2bef661c150c7df501aeea3401cf7d0d Description-en: PostgreSQL module for PHP [default] This package provides a PostgreSQL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-snmp Description-md5: 581842376cc2fd3d81789b899c43c0e0 Description-en: SNMP module for PHP [default] This package provides a SNMP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-sqlite3 Description-md5: 72ec87e45ee14a5a41a5cd1b355060df Description-en: SQLite3 module for PHP [default] This package provides a SQLite3 module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-tidy Description-md5: ed494a5abe20dbf7acd4235a646b06b9 Description-en: tidy module for PHP [default] This package provides a tidy module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php-xml Description-md5: 1858cad17b73e98846c4288bcf99a493 Description-en: DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default] This package provides a DOM, SimpleXML, WDDX, XML, and XSL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 8.4). Package: php8.4 Description-md5: 86488d7a405bdcbac9ece7c307f30abb Description-en: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP interpreter installed. Removing this package won't remove PHP from your system, however it may remove other packages that depend on this one. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-bcmath Description-md5: 8f9f425714b203a9b7d1f3678f64c107 Description-en: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-bz2 Description-md5: 6221ff838ed81a370f3420140a1ccf42 Description-en: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-cgi Description-md5: 6e7b302bbf2d2d9ebbfd206856be136d Description-en: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php8.4-fpm package. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-cli Description-md5: a45805335ffc067846933e38cd38dd8c Description-en: command-line interpreter for the PHP scripting language This package provides the /usr/bin/php8.4 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-common Description-md5: 22a3869c501657868c4eaafa1e98ce95 Description-en: documentation, examples and common module for PHP This package provides the documentation, examples and common module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-curl Description-md5: 037ff48845e2cbd8c4409f1910d1d1c2 Description-en: CURL module for PHP This package provides the CURL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-dba Description-md5: a1c9cd8c67d752f4aaf0ba88ecb360df Description-en: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-dev Description-md5: 0eb67c1fc8bab71f7dbd4b6b064b263c Description-en: Files for PHP8.4 module development This package provides the files from the PHP8.4 source needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-enchant Description-md5: 687582edca33aa141d3f62c1294fcb07 Description-en: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-fpm Description-md5: e3bb89e5b1e3fbe806cd175f90f3abe5 Description-en: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php8.4 package. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-gd Description-md5: 9aea7ee3b75b09eba5fefd1af9ab26af Description-en: GD module for PHP This package provides the GD module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-gmp Description-md5: c27167ffbd0137d52448a66a0373d465 Description-en: GMP module for PHP This package provides the GMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-interbase Description-md5: 40c18d15eeba50ef5700d72e1e45d586 Description-en: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-intl Description-md5: 576352b0c1559ceb07b3161367c69f39 Description-en: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-ldap Description-md5: 674f8027ec3be9f3e378dd49ab62750a Description-en: LDAP module for PHP This package provides the LDAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-mbstring Description-md5: 741a0b4b31628c18e80bdef4f0ec8141 Description-en: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-mysql Description-md5: dba46097413040653c65df244b4f891f Description-en: MySQL module for PHP This package provides the MySQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-odbc Description-md5: be94f53ae2f70ea922c962bebf58357c Description-en: ODBC module for PHP This package provides the ODBC module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-opcache Description-md5: 2a678caa9876c07bd79145e7e6745aa0 Description-en: Zend OpCache module for PHP This package provides the Zend OpCache module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-pgsql Description-md5: e20af8e9fbc873e9bd5a36fc03e72ee6 Description-en: PostgreSQL module for PHP This package provides the PostgreSQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-phpdbg Description-md5: 67c6305a8de98639c145ce896becb6da Description-en: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-readline Description-md5: e79602c7d6a0ebe56dc4c3a28ee1dab8 Description-en: readline module for PHP This package provides the readline module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-snmp Description-md5: 3c57e2b4019dc1d5227529c20c30718a Description-en: SNMP module for PHP This package provides the SNMP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-soap Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a Description-en: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-sqlite3 Description-md5: 0f31b34a4e9ca17b4007ed38c7c98f2c Description-en: SQLite3 module for PHP This package provides the SQLite3 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-sybase Description-md5: c5f3c0b4521b40ee671df4ab3452df1d Description-en: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-tidy Description-md5: 1d8b49dbc79493bb30fb016ced2184c6 Description-en: tidy module for PHP This package provides the tidy module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-xml Description-md5: 9dffe9f3f61ff368673fc5a2dcd65841 Description-en: DOM, SimpleXML, XML, and XSL module for PHP This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-xsl Description-md5: 93c8fc5e2935346a001f328e898c3cff Description-en: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php8.4-zip Description-md5: e148c478613188b645a0ec42c87f0518 Description-en: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: pkg-php-tools Description-md5: 52934f8d5207e7453d19358ace64689e Description-en: various packaging tools and scripts for PHP packages Provide an easy way to package PHP PEAR, PECL and Composer packages: Run dh_make, edit debian/rules and debian/control and that's it! . Detailed instructions can be found in included READMEs. Package: pollinate Description-md5: eff6822748707d1918e5af33c749eb2f Description-en: 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. Package: poppler-utils Description-md5: c82ab1c01fb88c7aab560b4a6154c69f Description-en: PDF utilities (based on Poppler) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains command line utilities (based on Poppler) for getting information of PDF documents, convert them to other formats, or manipulate them: * pdfdetach -- lists or extracts embedded files (attachments) * pdffonts -- font analyzer * pdfimages -- image extractor * pdfinfo -- document information * pdfseparate -- page extraction tool * pdfsig -- verifies digital signatures * pdftocairo -- PDF to PNG/JPEG/PDF/PS/EPS/SVG converter using Cairo * pdftohtml -- PDF to HTML converter * pdftoppm -- PDF to PPM/PNG/JPEG image converter * pdftops -- PDF to PostScript (PS) converter * pdftotext -- text extraction * pdfunite -- document merging tool Package: puma Description-md5: a880ef9b62abf78a6c07f8b7c78eaa59 Description-en: threaded HTTP 1.1 server for Ruby/Rack applications Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. Package: python-numpy-doc Description-md5: 72506c952892edffeb59f9d46114b388 Description-en: Python library for numerical computations (Documentation) 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 contains documentation for NumPy and f2py. Package: python3-aodh Description-md5: 1fb9b5e8ffc6a4a7aeccff95033755f6 Description-en: OpenStack Telemetry (Ceilometer) Alarming - Python 3 libraries Ceilometer aims to deliver a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters must be traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system. . (A ceilometer is an instrument that measures cloud coverage.) . This package contains the Python 3 libraries that are needed for all parts of Aodh. Package: python3-django-horizon Description-md5: a44d020aa6903cc59b58bdbc9eb3d400 Description-en: Django module providing web based interaction with OpenStack (Python 3) The Django-Nova project is a Django module that is used to provide web based interactions with the OpenStack Nova cloud controller. . This package provides the Python 3 module. Package: python3-django-openstack-auth Description-md5: 24e7591fda8be85ab0eaf73129aaf2d7 Description-en: Django authentication backend for Openstack - Python 3 Django authentication backend for use with the OpenStack Keystone Identity backend. This Python module is used by Horizon (the Openstack Dashport web GUI) to auth against Keystone. . This package provides the Python 3 module. Package: python3-jinja2 Description-md5: 946c5e58f8736a9521b16a6d4c1157e7 Description-en: 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. Package: python3-numpy Description-md5: 7954c6a3c139d1dff51b8186b4eac100 Description-en: Python library for numerical computations (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. Package: python3-numpy-dev Description-md5: 133d1ce2612fc65c2624f1c25c347f9f Description-en: Python library for numerical computations (Python 3 headers) 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 the development headers which are needed to build C/C++ extensions with NumPy for Python 3. Package: python3-pint Description-md5: 7309d5b97c12d7555c34940e586a009a Description-en: define, operate and manipulate physical quantities - Python 3.x Pint is Python module/package to define, operate and manipulate physical quantities: the product of a numerical value and a unit of measurement. It allows arithmetic operations between them and conversions from and to different units. . It is distributed with a comprehensive list of physical units, prefixes and constants. Due to its modular design, you can extend (or even rewrite!) the complete list without changing the source code. . This package contains the Python 3.x module. Package: python3-pyzfs Description-md5: cc3c162e8790777a7a60f39c29c8ee89 Description-en: wrapper for libzfs_core C library libzfs_core is intended to be a stable interface for programmatic administration of ZFS. This wrapper provides one-to-one wrappers for libzfs_core API functions, but the signatures and types are more natural to Python. . nvlists are wrapped as dictionaries or lists depending on their usage. Some parameters have default values depending on typical use for increased convenience. Enumerations and bit flags become strings and lists of strings in Python. Errors are reported as exceptions rather than integer errno-style error codes. The wrapper takes care to provide one-to-many mapping of the error codes to the exceptions by interpreting a context in which the error code is produced. Package: pyzfs-doc Description-md5: 18d5a3ceb2ed973459a34b4af3cc06cc Description-en: wrapper for libzfs_core C library (documentation) libzfs_core is intended to be a stable interface for programmatic administration of ZFS. This wrapper provides one-to-one wrappers for libzfs_core API functions, but the signatures and types are more natural to Python. . nvlists are wrapped as dictionaries or lists depending on their usage. Some parameters have default values depending on typical use for increased convenience. Enumerations and bit flags become strings and lists of strings in Python. Errors are reported as exceptions rather than integer errno-style error codes. The wrapper takes care to provide one-to-many mapping of the error codes to the exceptions by interpreting a context in which the error code is produced. . This package contains the documentation. Package: rdma-core Description-md5: 74509a513e1c0b6b24ae460289072ec0 Description-en: RDMA core userspace infrastructure and documentation This package provides the basic boot time support for systems that use the Linux kernel's remote direct memory access (RDMA) subystem which includes InfiniBand, iWARP, and RDMA over Converged Ethernet (RoCE). . Several kernel RDMA support daemons are included: - The rdma-ndd daemon which watches for RDMA device changes and/or hostname changes and updates the Node Description of the RDMA devices based on those changes. - The iWARP Port Mapper Daemon (iwpmd) which provides a kernel support service in userspace for iWARP drivers to claim TCP ports through the standard socket interface. Package: redland-utils Description-md5: 7233e7b684efc931e19d5d152827665e Description-en: Redland Resource Description Framework (RDF) Utility programs This package provides the rdfproc utility for processing the Resource Description Framework (RDF) format using the Redland RDF library. It allows reading RDF from syntaxes, manipulating the RDF graph, querying using RDQL and SPARQL and serializing RDF into syntaxes in RDF/XML, N-Triples, Turtle and RSS 1.0. Package: rsyslog Description-md5: c25fbd9bcc88ab95bcc33eea4228fd42 Description-en: reliable system and kernel logging daemon Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying . It is the default syslogd on Debian systems. Package: rsyslog-gnutls Description-md5: 0b1d0e762c7cddb53dcac3e62af22307 Description-en: TLS protocol support for rsyslog (GnuTLS) This netstream plugin allows rsyslog to send and receive encrypted syslog messages via the syslog-transport-tls IETF standard protocol using GnuTLS. Package: ruby-rack Description-md5: 19065860ac096ceaa0736619af45bcf7 Description-en: modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. . Also see http://rack.github.io/. Package: ruby-rack-protection Description-md5: 41fea8854489142d6888ca5f6dfca3ed Description-en: Protects against typical web attacks for Rack apps This library protects against typical web attacks. Should work for all Rack apps, including Rails. Package: ruby-rubygems Description-md5: 49f60a8485ed487d13a884765e0ce01a Description-en: Package management framework for Ruby A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. These packages are called 'gems' and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. Package: ruby-sinatra Description-md5: f0ddccba3e38f0a5e1e6f59c50431a7c Description-en: Ruby web-development dressed in a DSL Sinatra is an open source web framework for Ruby programming language. It provides simple Domain Specific Language (DSL) for defining RESTful HTTP actions, and then defining how the application is going to respond to them. . This framework is lighweight and uses Rack which is a web server interface developed to run many Ruby frameworks using the same stack. Package: ruby3.3 Description-md5: 6fa64e47222e494e3091add39441e131 Description-en: Interpreter of object-oriented scripting language Ruby Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . In the name of this package, `3.3' indicates the Ruby library compatibility version. This package currently provides the `3.3.x' branch of Ruby. Package: ruby3.3-dev Description-md5: cd4270053ac263b3c240a9b382d7501c Description-en: Header files for compiling extension modules for the Ruby 3.3 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the header files and the mkmf library, necessary to make extension library for Ruby 3.3. It is also required to build many gems. Package: ruby3.3-doc Description-md5: f3b63e5441109bdfe3ebb9a635952186 Description-en: Documentation for Ruby 3.3 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package contains the autogenerated documentation for Ruby 3.3. Package: rustc Description-md5: 8dc04359c83500c0a29daed8afa72581 Description-en: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This is a dependency package providing the default Rust package. Package: rustc-1.83 Description-md5: 67ca6080eea53dc7f3cdf73bc6b8521e Description-en: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. Package: rustc-1.84 Description-md5: 67ca6080eea53dc7f3cdf73bc6b8521e Description-en: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. Package: sbuild Description-md5: 9e15ceda32607c62e78e4f4d946f038e Description-en: Tool for building Debian binary packages from Debian sources The sbuild suite of programs (buildd and sbuild) are used to build binary packages from source packages. sbuild does the actual package building. . sbuild uses chroots to build packages, which act as virtual, minimal operating system installations dedicated to package building. This means that a number of environments may be used for building simultaneously on the same machines, for example stable, testing, unstable and experimental. When coupled with schroot to create snapshots of chroots, sbuild may be used to build many packages in parallel. A chroot environment allows packages to be built in a controlled, clean environment. sbuild installs only essential and build-essential packages, plus those in the package build dependencies. Package: tmux Description-md5: dc6ff920cb9183a42694d0ea54835078 Description-en: 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. Package: tzdata Description-md5: a77a3cc9a67658dd7cfdc6547391b8f8 Description-en: 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. Package: tzdata-legacy Description-md5: e9abab063129c60dae9d14447e549234 Description-en: time zone data for TAI minus ten seconds 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. . This package contains timezones counted in International Atomic Time with a -10 second offset (TAI-10s) in /usr/share/zoneinfo/right. This is the current IBM recommended setting of hardware clocks on IBM mainframes, which ran on GMT until the inception of UTC in 1972 when TAI was 10 seconds ahead of UTC. IBM switched to running clocks at the atomic rate and introduced the 10-second offset in order to avoid a discontinuity. . This package also contains legacy timezone symlinks that are not following the current rule of using the geographical region (continent or ocean) and city name. . You do not need this package if you are unsure. Package: vim Description-md5: 59e8b8f7757db8b53566d5d119872de8 Description-en: Vi IMproved - enhanced vi editor Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a rather standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less). Package: vim-common Description-md5: 30b64c3dceccc4faef229eafc38d0069 Description-en: Vi IMproved - Common files Vim is an almost compatible version of the UNIX editor Vi. . This package contains files shared by all non GUI-enabled vim variants available in Debian. Examples of such shared files are: manpages and configuration files. Package: vim-doc Description-md5: bba166bf0174232f296031de0b68b351 Description-en: Vi IMproved - HTML documentation Vim is an almost compatible version of the UNIX editor Vi. . This package contains the HTML version of the online documentation. It is built from the runtime/doc directory of the source tree. Package: vim-runtime Description-md5: 97bb83c83cb35767c340c5066ce9be0c Description-en: Vi IMproved - Runtime files Vim is an almost compatible version of the UNIX editor Vi. . This package contains vimtutor and the architecture independent runtime files, used, if available, by all vim variants available in Debian. Example of such runtime files are: online documentation, rules for language-specific syntax highlighting and indentation, color schemes, and standard plugins. Package: vim-tiny Description-md5: fe73b8215543cb5fd9e09b0b6e59a151 Description-en: Vi IMproved - enhanced vi editor - compact version Vim is an almost compatible version of the UNIX editor Vi. . This package contains a minimal version of Vim compiled with no GUI and a small subset of features. This package's sole purpose is to provide the vi binary for base installations. . If a vim binary is wanted, try one of the following more featureful packages: vim, vim-nox, vim-motif, or vim-gtk3. Package: xserver-common Description-md5: be03943b6955ee9fae7163ad516c772f Description-en: common files used by various X servers This package provides files necessary for all X.Org based X servers. Package: xserver-xephyr Description-md5: eeb7a5ed15c65f716761ab1fa1637b6b Description-en: nested X server Xephyr is an X server that can be run inside another X server, much like Xnest. It is based on the kdrive X server, and as a result it supports newer extensions than Xnest, including render and composite. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-core Description-md5: 018a15965c91ba9a09e0652c1c0fb9ac Description-en: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-dev Description-md5: c5425cbd8103a5899200596c7a3c3033 Description-en: Xorg X server - development files This package provides development files for the X.Org ('Xorg') X server. This is not quite the same as the DDK (Driver Development Kit) from the XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides headers and a pkg-config file for drivers using autotools to build against. . Unless you are developing or building a driver, you probably want xserver-xorg and/or xserver-xorg-core instead. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-legacy Description-md5: a49fa8443df84effdf1fd36e26ad0f94 Description-en: setuid root Xorg server wrapper This package provides a wrapper for the Xorg X server, which is necessary for legacy drivers and non-Linux kernels. Package: xxd Description-md5: d658dacad23806722eb421aab7cc53e5 Description-en: 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. Package: zfs-initramfs Description-md5: ed136876804c562cd1f81b87863a33a9 Description-en: OpenZFS root filesystem capabilities for Linux - initramfs OpenZFS is a storage platform that encompasses the functionality of traditional filesystems and volume managers. It supports data checksums, compression, encryption, snapshots, and more. . This package adds OpenZFS to the system initramfs with a hook for the initramfs-tools infrastructure. Package: zfs-zed Description-md5: 371f25433afc0f13d827a77c432615a1 Description-en: OpenZFS Event Daemon OpenZFS is a storage platform that encompasses the functionality of traditional filesystems and volume managers. It supports data checksums, compression, encryption, snapshots, and more. . ZED (ZFS Event Daemon) monitors events generated by the ZFS kernel module. When a zevent (ZFS Event) is posted, ZED will run any ZEDLETs (ZFS Event Daemon Linkage for Executable Tasks) that have been enabled for the corresponding zevent class. . This package provides the OpenZFS Event Daemon (zed). Package: zfsutils-linux Description-md5: e0d1624ff402201471b9a32e9cb71f16 Description-en: command-line tools to manage OpenZFS filesystems OpenZFS is a storage platform that encompasses the functionality of traditional filesystems and volume managers. It supports data checksums, compression, encryption, snapshots, and more. . This package provides the zfs and zpool commands to create and administer OpenZFS filesystems. Package: libraspberrypi-bin Description-md5: db884766fbb0af653ae84909ccef976a Description-en: transitional package This is a transitional package. It can be safely removed. Package: linux-buildinfo-6.12.0-15-generic Description-md5: e20b5ec3e1a18062502a521a911d1ee6 Description-en: Linux kernel buildinfo for version 6.12.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.12.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.12.0-15-generic-64k Description-md5: e20b5ec3e1a18062502a521a911d1ee6 Description-en: Linux kernel buildinfo for version 6.12.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.12.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-generic-64k Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-generic-64k-hwe-24.04 Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-generic-64k-hwe-24.04-edge Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-headers-6.12.0-15-generic Description-md5: 51dcd83d9d1c7f5272c3da68fd3bb047 Description-en: Linux kernel headers for version 6.12.0 on ARMv8 SMP This package provides kernel header files for version 6.12.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.12.0-15/debian.README.gz for details. Package: linux-headers-6.12.0-15-generic-64k Description-md5: 51dcd83d9d1c7f5272c3da68fd3bb047 Description-en: Linux kernel headers for version 6.12.0 on ARMv8 SMP This package provides kernel header files for version 6.12.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.12.0-15/debian.README.gz for details. Package: linux-headers-generic-64k Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-generic-64k-hwe-24.04 Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-generic-64k-hwe-24.04-edge Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-image-6.12.0-15-generic-64k Description-md5: be5ef7aaf9c2431197b30237e7c935c7 Description-en: Signed kernel image generic-64k A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-generic-64k Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-generic-64k-hwe-24.04 Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-generic-64k-hwe-24.04-edge Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-uc-6.12.0-15-generic-64k Description-md5: bb7a4ec80404e80b1dcbf294704a3a43 Description-en: Signed kernel image generic-64k for Ubuntu Core A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-unsigned-6.12.0-15-generic Description-md5: a7c6d03ecf24238db06918b4242e25d1 Description-en: Linux kernel image for version 6.12.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.12.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.12.0-15-generic-64k Description-md5: b183e972d8443511b7d23b1fe8d7ef9e Description-en: Linux kernel image for version 6.12.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.12.0 on ARMv8 SMP. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-lowlatency-headers-6.8.0-20 Description-md5: dc19fa6de3cae9aa833d00daf7dfb93f Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lowlatency-headers-6.8.0-20/debian.README.gz for details Package: linux-modules-6.12.0-15-generic Description-md5: 627beb92b42691bd6c6a896991da7734 Description-en: Linux kernel extra modules for version 6.12.0 on ARMv8 SMP 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.12.0-15-generic-64k Description-md5: 9ae2b187f449619bc3476cad84f29893 Description-en: Linux kernel extra modules for version 6.12.0 on ARMv8 SMP 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 Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.12.0-15-generic Description-md5: 966ac58cd58c7c98d7620a8a9d43700b Description-en: Linux kernel extra modules for version 6.12.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.12.0 on ARMv8 SMP. . 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-6.12.0-15 Description-md5: bee150388ed65cea9151f5c16d4df4db Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on ARMv8. You probably want to install linux-tools-6.12.0-15-. Package: linux-tools-6.12.0-15-generic Description-md5: 34b4709a086810e2cba7df566f045992 Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on ARMv8. Package: linux-tools-6.12.0-15-generic-64k Description-md5: 34b4709a086810e2cba7df566f045992 Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on ARMv8. Package: linux-tools-generic-64k Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-generic-64k-hwe-24.04 Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-generic-64k-hwe-24.04-edge Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: qemu-block-extra Description-md5: b5e1c6baef0716841da073a7551acbc5 Description-en: extra block backend modules for qemu-system and qemu-utils QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides extra block device backend modules for qemu-system emulation and qemu-img from qemu-utils package, which are rarely used and has extra dependencies. Package: qemu-system Description-md5: a72df11fa6115508d5d01446ea4368c6 Description-en: QEMU full system emulation binaries QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Package: qemu-system-arm Description-md5: 83d726eaed5d7e2ff1d8f100e85c8a47 Description-en: QEMU full system emulation binaries (arm) QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following arm hardware: aarch64 (arm64) arm (armel armhf). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-common Description-md5: 2d1e18c54faaec9f7eb304597574241a Description-en: QEMU full system emulation binaries (common files) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides common files needed for target-specific full system emulation (qemu-system-*) packages. Package: qemu-system-gui Description-md5: 9511a2466bf703f07078d0691501127c Description-en: QEMU full system emulation binaries (graphical display and audio modules) This package provides optional graphical guest display modules (currently GTK and SDL) and audio backend modules for full system emulation (qemu-system-*) packages. . This package is not a management/control/GUI interface for qemu, use something else (like virt-manager) for that. Package: qemu-system-mips Description-md5: c652a6e2716b5a4171c86c75dd130e2b Description-en: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following mips hardware: mips mipsel mips64 mips64el. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-misc Description-md5: 4cbb432f77375d355080208f56f0a0d4 Description-en: QEMU full system emulation binaries (miscellaneous) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha avr hppa m68k loongarch64 (loong64) microblaze microblazeel or1k rx sh4 sh4eb tricore xtensa xtensae. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-modules-opengl Description-md5: 6ef974b2d5d6675c64ce429423ab5d68 Description-en: QEMU full system emulation binaries (OpenGL display modules) This package provides optional OpenGL display support modules for QEMU full system emulation (qemu-system-*) packages. It also provides D-Bus display type. Package: qemu-system-modules-spice Description-md5: 4ea1c759c139cf59763d67b1b71bf6e5 Description-en: QEMU full system emulation binaries (spice display modules) This package provides optional spice display (qxl and spice-app) and audio support modules for QEMU full system emulation (qemu-system-*) packages. Package: qemu-system-ppc Description-md5: 6de7fb1b3ea7c425b426d46d14ef28d5 Description-en: QEMU full system emulation binaries (ppc) QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc (powerpc) ppc64 (ppc64le ppc64el). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-riscv Description-md5: 5e5887e91389f4d68f57148b82ac7aad Description-en: QEMU full system emulation binaries (riscv) QEMU is a fast processor emulator: currently the package supports riscv emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following riscv hardware: riscv32 riscv64. Package: qemu-system-s390x Description-md5: 3b2939568b438f9e1d0d01baa7cec9f8 Description-en: QEMU full system emulation binaries (s390x) QEMU is a fast processor emulator: currently the package supports s390x emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following s390x hardware: s390x. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-sparc Description-md5: cb4be2931f1bb54f137765dca623e91b Description-en: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following sparc hardware: sparc sparc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-x86 Description-md5: 101a12e03df790d974e0f42cbdab8a73 Description-en: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64 (amd64). . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it. Package: qemu-utils Description-md5: e9a53dad71a4086bf8884b2795d9f180 Description-en: QEMU utilities QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides QEMU related utilities: * qemu-img: QEMU disk image utility * qemu-io: QEMU disk exerciser * qemu-nbd: QEMU disk network block device server Package: linux-buildinfo-6.12.0-15-generic Description-md5: ce37002ee9cc5070cd2857c7d9511b34 Description-en: Linux kernel buildinfo for version 6.12.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 6.12.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-headers-6.12.0-15-generic Description-md5: b8ee3cd5c91c247bbe0c00138bccf4bd Description-en: Linux kernel headers for version 6.12.0 on ARM (hard float) SMP This package provides kernel header files for version 6.12.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.12.0-15/debian.README.gz for details. Package: linux-image-6.12.0-15-generic Description-md5: 6be7b44dcca1bc8de8d3ab631268353f Description-en: Linux kernel image for version 6.12.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 6.12.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.12.0-15-generic Description-md5: c5a0c76b38cb88436f609b48c220b27b Description-en: Linux kernel extra modules for version 6.12.0 on ARM (hard float) SMP 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-6.12.0-15 Description-md5: ec21eda66960c352a105806d0752ee0d Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on ARM (hard float). You probably want to install linux-tools-6.12.0-15-. Package: linux-tools-6.12.0-15-generic Description-md5: 4142bcf6a25f4fa003fc4e2f1734695a Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on ARM (hard float). Package: libmysqlclient21 Description-md5: 49de807663510f5f2afd3e71efe199f1 Description-en: MySQL database client library MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client library. Package: mysql-client-8.0 Description-md5: ffe884a5da09cb7b198d6de70b149317 Description-en: MySQL database client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client binaries and the additional tool mysqlreport. Package: mysql-client-core-8.0 Description-md5: 94a7aede8ba9259b1382d4dfca4cdde0 Description-en: MySQL database core client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mysql-server-8.0 Description-md5: 3ae11e16f793b3ee84f73a5fa268ad9b Description-en: MySQL database server binaries and system database setup MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package contains all the infrastructure needed to setup system databases. Package: mysql-server-core-8.0 Description-md5: a54aa75db64667c487b6c9d3800b8153 Description-en: MySQL database server binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the server binaries but doesn't contain all the infrastructure needed to setup system databases. Package: linux-buildinfo-6.12.0-15-generic Description-md5: d62260ff7ce979ce453b1b8290f2bfea Description-en: Linux kernel buildinfo for version 6.12.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 6.12.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-headers-6.12.0-15-generic Description-md5: 5fb5215ed268d88f6bcf6a7daca6b20c Description-en: Linux kernel headers for version 6.12.0 on PowerPC 64el SMP This package provides kernel header files for version 6.12.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.12.0-15/debian.README.gz for details. Package: linux-image-6.12.0-15-generic Description-md5: 544d1cd18c3f14b4b8cbe21bf58c26e9 Description-en: Linux kernel image for version 6.12.0 on PowerPC 64el SMP This package contains the Linux kernel image for version 6.12.0 on PowerPC 64el SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.12.0-15-generic Description-md5: bce5692f2d9b1f49abf53d9cb15c6009 Description-en: Linux kernel extra modules for version 6.12.0 on PowerPC 64el SMP 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.12.0-15-generic Description-md5: 27e5c43ffe85e41ba318a88763e208ae Description-en: Linux kernel extra modules for version 6.12.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 6.12.0 on PowerPC 64el SMP. . 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-6.12.0-15 Description-md5: 7d65c321e8ebea23b433b874592b45d5 Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on PowerPC 64el. You probably want to install linux-tools-6.12.0-15-. Package: linux-tools-6.12.0-15-generic Description-md5: 15acb9072bee8abc535d7fd6eeba17bd Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on PowerPC 64el. Package: linux-allwinner Description-md5: c9b56a2a5cd81391334e61ebe6682f1e Description-en: Complete Allwinner Linux kernel and headers This package will always depend on the latest complete Allwinner Linux kernel and headers. Package: linux-headers-allwinner Description-md5: 17a544a51e725420955511dc65585d73 Description-en: Allwinner Linux kernel headers This package will always depend on the latest Allwinner kernel headers available. Package: linux-image-allwinner Description-md5: 56a74dbf0604069254cc9e5b08d7a863 Description-en: Allwinner Linux kernel image This package will always depend on the latest Allwinner kernel image available. Package: linux-tools-allwinner Description-md5: a68539bb92e6d90fc878ef30442f9848 Description-en: Allwinner Linux kernel tools This package will always depend on the latest Allwinner kernel tools available. Package: linux-buildinfo-6.12.0-15-generic Description-md5: e30b34908bd53dfd88b001330b3b388e Description-en: Linux kernel buildinfo for version 6.12.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 6.12.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-headers-6.12.0-15-generic Description-md5: 2f5e2cd652d7b859e8b558573fd93c54 Description-en: Linux kernel headers for version 6.12.0 on System 390x SMP This package provides kernel header files for version 6.12.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.12.0-15/debian.README.gz for details. Package: linux-image-6.12.0-15-generic Description-md5: 387122851c45cce9894bfdf30ddf33f9 Description-en: Linux kernel image for version 6.12.0 on System 390x SMP This package contains the Linux kernel image for version 6.12.0 on System 390x SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.12.0-15-generic Description-md5: 27fa3525a2e74596cae851486787348a Description-en: Linux kernel extra modules for version 6.12.0 on System 390x SMP 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.12.0-15-generic Description-md5: 3b18b22ba35b27b108db0aa2449a12a5 Description-en: Linux kernel extra modules for version 6.12.0 on System 390x SMP This package contains the Linux kernel extra modules for version 6.12.0 on System 390x SMP. . 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-6.12.0-15 Description-md5: b4cc2bd6743e532e45ee58fa1d68986e Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on System 390x. You probably want to install linux-tools-6.12.0-15-. Package: linux-tools-6.12.0-15-generic Description-md5: af2838ff82819269e3ac9c1bffb3e8ae Description-en: Linux kernel version specific tools for version 6.12.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.12.0-15 on System 390x.