Package: aspnetcore-runtime-10.0 Description-md5: 983c696b5b4b95c1cce3a22fd2df5822 Description-en: ASP.NET Core runtime The ASP.NET Core runtime contains everything needed to run .NET web applications. It includes a high performance Virtual Machine as well as the framework libraries used by .NET applications. . ASP.NET Core is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: aspnetcore-targeting-pack-10.0 Description-md5: 72254be68369aa259fe575458dcd73cf Description-en: Internal - targeting pack for Microsoft.AspNetCore.App 10.0 This package provides a targeting pack for Microsoft.AspNetCore.App 10.0 that allows developers to compile against and target Microsoft.AspNetCore.App 10.0 applications using the .NET SDK. This are not meant for general use. Package: bash Description-md5: 3522aa7b4374048d6450e348a5bb45d9 Description-en: GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Bash is ultimately intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). . The Programmable Completion Code, by Ian Macdonald, is now found in the bash-completion package. Package: bash-doc Description-md5: 232b3e580e9136f4e0c8f65a0c7a5b36 Description-en: Documentation and examples for the GNU Bourne Again SHell Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . This package contains the distributable documentation, all the examples and the main changelog. Package: bpftool Description-md5: d7d2729d5d8a42208f787da6b434cef6 Description-en: Inspection and simple manipulation of BPF programs and maps The bpftool command allows for inspection and simple modification of Berkeley Packet Filter (BPF) objects on the system. Package: bsdextrautils Description-md5: b86dd3da61a1a05ba31d461f1164ac9b Description-en: extra utilities from 4.4BSD-Lite This package contains some extra BSD utilities: col, colcrt, colrm, column, hd, hexdump, look, rev, ul. Other BSD utilities are provided by bsdutils and calendar. Package: bsdutils Description-md5: 8c14165c8e6bd7850a22f5254a29e709 Description-en: basic utilities from 4.4BSD-Lite This package contains the bare minimum of BSD utilities needed for a Debian system: renice, script, scriptlive, scriptreplay and wall. The remaining standard BSD utilities are provided by bsdextrautils. Package: bubblewrap Description-md5: 8d0374e451b24b92bb7911ec002d9ed8 Description-en: utility for unprivileged chroot and namespace manipulation bubblewrap uses Linux namespaces to launch unprivileged containers. These containers can be used to sandbox semi-trusted applications such as Flatpak apps, image/video thumbnailers and web browser components, or to run programs in a different library stack such as a Flatpak runtime or a different Debian release. . This package relies on a kernel with user namespaces enabled. Official Debian and Ubuntu kernels are suitable. Package: build-essential Description-md5: 90ef0ef86cafda0bd16f746eb621d9da Description-en: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Package: ca-certificates Description-md5: e867d2a359bea1800b5bff209fc65bd1 Description-en: Common CA certificates Contains the certificate authorities shipped with Mozilla's browser to allow SSL-based applications to check for the authenticity of SSL connections. . Please note that Debian can neither confirm nor deny whether the certificate authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Full responsibility to assess them belongs to the local system administrator. Package: cargo Description-md5: e2db45f877e19ff6821d595b29cf5a2f 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: coreutils Description-md5: 2711d655f84e38618f4e41cdfd2a2a1a Description-en: coreutils meta package This pulls in a provider into the essential set. Package: coreutils-from-gnu Description-md5: b73425bbfdb7ca4566705e66c0f22d4c Description-en: coreutils from the GNU coreutils project The classic coreutils provided by the GNU project Package: coreutils-from-uutils Description-md5: f5c8ab5130a71564f8412263f74ea6aa Description-en: coreutils from the uutils project A Rust-based implementation of the coreutils, aiming at being a complete replacement. Package: cpp-15 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-15-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-15-for-build Description-md5: 4d867f66a5170c25af70c1bda2672d33 Description-en: GNU C preprocessor for the build architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the build architecture but not the compiler. . This is a dependency package. Package: cpp-15-for-host Description-md5: bdce3f8f67a0382ae150b074db5ebb6f Description-en: GNU C preprocessor for the host architecture A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the host architecture but not the compiler. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: cpp-15-x86-64-linux-gnu Description-md5: 89e23d924704b3363e8aa7d815b044c4 Description-en: GNU C preprocessor for x86_64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the x86_64-linux-gnu architecture but not the compiler. Package: crossbuild-essential-arm64 Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-armhf Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-ppc64el Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-riscv64 Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: crossbuild-essential-s390x Description-md5: 9b2629bcd07961cfcb27934f1371078a Description-en: Informational list of cross-build-essential packages If you do not plan to cross build Debian packages, you don't need this package. Starting with sbuild (>= 0.63.0) this package is required for cross building Debian packages in a chroot. . This package contains an informational list of packages which are considered essential for cross building Debian packages. This package also depends on the packages on that list, to make it easy to have the cross-build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to cross build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. Package: cryptsetup Description-md5: 109c1fbecc9a2c070cf7023e889b3839 Description-en: disk encryption support - startup scripts Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . Cryptsetup is backwards compatible with the on-disk format of cryptoloop, but also supports more secure formats. This package includes support for automatically configuring encrypted devices at boot time via the config file /etc/crypttab. Additional features are cryptoroot support through initramfs-tools and several supported ways to read a passphrase or key. . This package provides the cryptdisks_start and _stop wrappers, as well as luksformat. Package: cryptsetup-bin Description-md5: f246d77fd4a53179a8cc7416283d0181 Description-en: disk encryption support - command line tools Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides the cryptsetup, integritysetup and veritysetup utilities. Package: cryptsetup-initramfs Description-md5: cac39fb1e64bce69f201398c1e1e437a Description-en: disk encryption support - initramfs integration Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides initramfs integration for cryptsetup. Package: curl Description-md5: f83293d10df083ae6f7bb7d01642913c Description-en: command line tool for transferring data with URL syntax curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. Package: dhcpcd-base Description-md5: a7a740a2e0d6e89348c74e9ca4a55994 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: dirmngr Description-md5: 98983bb8fc50acb110a75a76f975cbdb Description-en: GNU privacy guard - network certificate management service dirmngr is a server for managing and downloading OpenPGP and X.509 certificates, as well as updates and status signals related to those certificates. For OpenPGP, this means pulling from the public HKP/HKPS keyservers, or from LDAP servers. For X.509 this includes Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol updates (OCSP). It is capable of using Tor for network access. . dirmngr is used for network access by gpg, gpgsm, and dirmngr-client, among other tools. Unless this package is installed, the parts of the GnuPG suite that try to interact with the network will fail. Package: docutils-common Description-md5: 84cf51ac94facf9d285421c8082ca5da Description-en: text processing system for reStructuredText - common data reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes data and configuration files. Package: docutils-doc Description-md5: 60ab5df53b5ac456a51df5c40faee7f8 Description-en: text processing system for reStructuredText - documentation reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes documentation in HTML and (gzipped) reST formats. Package: dotnet-apphost-pack-10.0 Description-md5: b51c8f43d1cd84ac521937b431fd631f Description-en: Internal - targeting pack for Microsoft.NETCore.App 10.0 This package provides a targeting pack for Microsoft.NETCore.App 10.0 that allows developers to compile against and target Microsoft.NETCore.App 10.0 applications using the .NET SDK. This not meant for general use. Package: dotnet-host-10.0 Description-md5: 2fbc468710a05e2888f533376a8ecdc1 Description-en: .NET host command line The .NET host is a command line program that runs a standalone .NET application or launches the SDK. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-hostfxr-10.0 Description-md5: 6788822efb23a4b578fc49712a75505d Description-en: .NET host resolver The .NET host resolver contains the logic to resolve and select the right version of the .NET SDK or runtime to use. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-runtime-10.0 Description-md5: 6d7965429ffd2c46fcaf2bf2cd5a341e Description-en: .NET runtime The .NET runtime contains everything needed to run .NET applications. It includes a high performance Virtual Machine as well as the framework libraries used by .NET applications. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-sdk-10.0 Description-md5: 64e05e2b74cf16189d24fd11ea7d32d0 Description-en: .NET 10.0 Software Development Kit The .NET SDK is a collection of command line applications to create, build, publish, and run .NET applications. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-sdk-aot-10.0 Description-md5: 00ee8ab10c79cd87e0e9a824070b0240 Description-en: .NET platform NativeAOT components. This package provides the SDK components for platform NativeAOT. Package: dotnet-targeting-pack-10.0 Description-md5: 73215aed62e997b6459596b033e42842 Description-en: Internal - targeting pack for Microsoft.NETCore.App 10.0 This package provides a targeting pack for Microsoft.NETCore.App 10.0 that allows developers to compile against and target Microsoft.NETCore.App 10.0 applications using the .NET SDK. This are not meant for general use. Package: dotnet-templates-10.0 Description-md5: 5e524821ee15058062c9b701de5e2064 Description-en: .NET 10.0 templates This package contains templates used by the .NET SDK. . The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet10 Description-md5: 089b9b16f8d0755e2a0fc6654903b91e Description-en: .NET CLI tools and runtime The .NET platform is a fast, lightweight and modular, enabling the creation of cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. . The .NET platform contains a runtime conforming to .NET Standards, a set of framework libraries, an SDK containing compilers, and a 'dotnet' CLI application to drive everything. Package: dracut Description-md5: ff5d73107edf988d1308accca8de03f4 Description-en: Initramfs generator using udev 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: dracut-core Description-md5: 4f209bb1d2fdeb1e005dba8535910137 Description-en: dracut is an event driven initramfs infrastructure (core tools) Unlike existing initramfs's, this is an attempt at having as little as possible hard-coded into the initramfs as possible. The initramfs has (basically) one purpose in life -- getting the rootfs mounted so that it can transition to the real rootfs. This is all driven off of device availability. Therefore, instead of scripts hard-coded to do various things, it depends on udev to create device nodes and to detect the rootfs. Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI, NBD and FCOE with dracut-network. . These Dracut modules need suggested packages: * crypt: cryptsetup or systemd-cryptsetup * dm: dmsetup * dmraid: kpartx * dmsquash-live: isomd5sum (optionally) * dmsquash-live-autooverlay: parted * dracut-systemd: systemd-cryptsetup (when crypt and systemd are used) * lvm: lvm2 * lvmmerge: lvm2 * lvmthinpool-monitor: lvm2 * mdraid: mdadm * multipath: kpartx * squash-squashfs: squashfs-tools * systemd-cryptsetup: systemd-cryptsetup Package: dracut-install Description-md5: bee7fbb3b186a4a78e8728d317c6259f Description-en: dracut is an event driven initramfs infrastructure (dracut-install) This package just contains the dracut-install command to be used by initramfs generating tools. Package: dracut-network Description-md5: 324931db40387f079643c237f8126182 Description-en: dracut is an event driven initramfs infrastructure (network modules) Package to build a dracut initramfs with network support. This includes dracut modules for NFS, CIFS, iSCSI, HTTP, NBD, FCP and FCOE. . These Dracut modules need suggested packages: * chrony: ca-certificates and chrony * iscsi: open-iscsi and optionally iscsiuio * systemd-import: systemd-container * nbd: nbd-client * nfs: nfs-common Package: eject Description-md5: 6a1f8e492b35e1b9dad2ebd6248c2167 Description-en: ejects CDs and operates CD-Changers under Linux This program will eject CD-ROMs (assuming your drive supports the CDROMEJECT ioctl). It also allows setting the autoeject feature. . On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the active disc. . You can also use eject to properly disconnect external mass-storage devices like digital cameras or portable music players. Package: exfatprogs Description-md5: 698423aedef6bf035e16a43a6452c67f 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 - lsdosattr to show DOS file attributes - chdosattr to change DOS file attributes The tools included in this package are the exfatprogs maintained by Samsung and LG engineers, who provided Linux exFAT support. Package: fakeroot Description-md5: db2730aa4872dbe27ff20c4aad3c5429 Description-en: tool for simulating superuser privileges fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. . This package contains fakeroot command and the daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes. Package: fdisk Description-md5: b6c3042a1fbe1359fb969423bc457ff2 Description-en: collection of partitioning utilities This package contains the classic fdisk, sfdisk and cfdisk partitioning utilities from the util-linux suite. . The utilities included in this package allow you to partition your hard disk. The utilities supports both modern and legacy partition tables (eg. GPT, MBR, etc). . The fdisk utility is the classical text-mode utility. The cfdisk utility gives a more userfriendly curses based interface. The sfdisk utility is mostly for automation and scripting uses. Package: fonts-font-awesome Description-md5: f3bf039e4032a90c0e790bd26cdcd945 Description-en: FontAwesome free icon webfonts (current version) Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators. . This package provides the font in TTF and WOFF2 formats. The package includes the icons.yml metadata file but not CSS files or NodeJS packages. The NodeJS package is available in the node-forkawesome-fontawesome-* packages. Package: freeradius Description-md5: 3a8683577503f814e111a5daa6913ab9 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: 731aae7d50737f658215625e21344782 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: freetype2-doc Description-md5: 43900acc148b7f16a772b695efd021f7 Description-en: Freetype 2 font engine, development documentation The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on providing small, efficient and ubiquitous products. . This package contains the FreeType 2 development documentation. Package: g++-15 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-15-for-build Description-md5: c033e2fdbd24e02b5599eebb61027b7c Description-en: GNU C++ compiler for the build architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the arch_gnu architecture. . This is a dependency package. Package: g++-15-for-host Description-md5: 9390f1b2980c545f669a0b8b8d5b11e0 Description-en: GNU C++ compiler for the host architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the host architecture. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: g++-15-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-15-x86-64-linux-gnu Description-md5: 24a07843bf4c633592b1f382a69382f3 Description-en: GNU C++ compiler for the x86_64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the x86_64-linux-gnu architecture. Package: ga68-15-doc Description-md5: 9a8b7de6d96c2639a2c30910120b4bb2 Description-en: Documentation for the GNU Algol 68 compiler (ga68) Documentation for the GNU Algol 68 compiler in HTML and info format. Package: ga68-16-doc Description-md5: 9a8b7de6d96c2639a2c30910120b4bb2 Description-en: Documentation for the GNU Algol 68 compiler (ga68) Documentation for the GNU Algol 68 compiler in HTML and info format. Package: gcc-15 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-15-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-15-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-15-for-build Description-md5: 1231e8563c440c0230388f9db0660a3c Description-en: GNU C compiler for the build architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package. Package: gcc-15-for-host Description-md5: 2f6f77eeb03535ba77299cfe1a0ef756 Description-en: GNU C compiler for the host architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gcc-15-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-15-x86-64-linux-gnu Description-md5: 7bf4c826102db622ef3a4d867a96ef4e Description-en: GNU C compiler for the x86_64-linux-gnu architecture This is the GNU C compiler for the x86_64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gcc-16-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gfortran-15 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-15-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-15-for-build Description-md5: 748b70d5e078f51a0a1a8810f97e7888 Description-en: GNU Fortran compiler for the build architecture This is the GNU Fortran compiler for the build architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package. Package: gfortran-15-for-host Description-md5: 45750004f61e98b776fd803bf4361bf0 Description-en: GNU Fortran compiler for the host architecture This is the GNU Fortran compiler for the host architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . When using this package, tools must be invoked with an architecture prefix. . This is a dependency package. Package: gfortran-15-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-15-x86-64-linux-gnu Description-md5: d58c4dfdb182f598353d755dda19253d Description-en: GNU Fortran compiler for the x86_64-linux-gnu architecture This is the GNU Fortran compiler for the x86_64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gir1.2-gst-plugins-base-1.0 Description-md5: b3ee9d18697c0db6a7a856f56ea20867 Description-en: GObject introspection data for the GStreamer Plugins Base library This package contains introspection data for the GStreamer Plugins Base library. . 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. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gstreamer-1.0 Description-md5: 690d41f7ae6f89096e0ae65e4d4ffe68 Description-en: GObject introspection data for the GStreamer library This package contains introspection data for the GStreamer streaming media framework. . 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. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-mutter-51 Description-md5: b904935d7b197bced6c3b46aaa871bfb Description-en: GObject introspection data for Mutter Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the GObject introspection data which may be used to generate dynamic bindings. Package: git Description-md5: c1f968556452a190fe359bffd151c012 Description-en: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Package: git-doc Description-md5: 067fe3355198c178fc97b3730c54a120 Description-en: fast, scalable, distributed revision control system (documentation) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the documentation. Package: git-man Description-md5: 0c79f507738c0cb72351c8ae551ee47d Description-en: fast, scalable, distributed revision control system (manual pages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides reference documentation for use by the 'man' utility and the 'git help' command. Package: gjs Description-md5: 9cdb51a6189ccfa1d135cb740eea9f88 Description-en: Mozilla-based javascript bindings for the GNOME platform (cli tool) Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This package contains the interactive console application. Package: gnupg Description-md5: 2421c574774486effdededa540cfb1c7 Description-en: GNU privacy guard - a free PGP replacement GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the full suite of GnuPG tools for cryptographic communications and data storage. Package: gnupg-l10n Description-md5: 7fad035451f503be001479931e85b925 Description-en: GNU privacy guard - localization files GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . This package contains the translation files for the use of GnuPG in non-English locales. Package: gnupg-utils Description-md5: 90af3c87f475f4ca65590c63e3db84eb Description-en: GNU privacy guard - utility programs GnuPG is GNU's tool for secure communication and data storage. . This package contains several useful utilities for manipulating OpenPGP data and other related cryptographic elements. It includes: . * addgnupghome -- create .gnupg home directories * applygnupgdefaults -- run gpgconf --apply-defaults for all users * gpgparsemail -- parse an e-mail message into annotated format * gpgsplit -- split a sequence of OpenPGP packets into files * gpgtar -- encrypt or sign files in an archive * kbxutil -- list, export, import Keybox data * lspgpot -- convert PGP ownertrust values to GnuPG * migrate-pubring-from-classic-gpg -- use only "modern" formats * symcryptrun -- use simple symmetric encryption tool in GnuPG framework * watchgnupg -- watch socket-based logs Package: golang Description-md5: 8650a23f44e2d60a785ad3123733d6d8 Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Package: golang-1.25-doc Description-md5: 70faba58bee63cd1d9d375165fa0d6d6 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Package: golang-1.26 Description-md5: 322a3f5d6dfe85ed4a41b40bf14a1582 Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.26/bin/ to PATH, or invoke /usr/lib/go-1.26/bin/go directly. Package: golang-1.26-doc Description-md5: 70faba58bee63cd1d9d375165fa0d6d6 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Package: golang-1.26-go Description-md5: 38eca7689c24ff40c04971d6087562dc Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.26/bin/ to PATH, or invoke /usr/lib/go-1.26/bin/go directly. Package: golang-1.26-src Description-md5: 641317c503e9fe0a9039cd8790bb4657 Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Package: golang-doc Description-md5: 7b70ded89c7f6b655a23ed83a4f27201 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go documentation. You can view the formatted documentation by installing the golang-golang-x-tools package, running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Package: golang-go Description-md5: aa40475ef607bedcd3daee694b9911f6 Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go toolchain and compiled standard library. It is only built on architectures that have a native toolchain ("gc compiler"). Package: golang-src Description-md5: 4f562b95d873fbeb7b702f869c5413db Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This is a dependency package that depends on the default Go standard library source code, which is needed for the go build process. Package: gpg Description-md5: 072a12509de7421dfcbf41d8921ce986 Description-en: GNU Privacy Guard -- minimalist public key operations GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains /usr/bin/gpg itself, and is useful on its own only for public key operations (encryption, signature verification, listing OpenPGP certificates, etc). If you want full capabilities (including secret key operations, network access, etc), please install the "gnupg" package, which pulls in the full suite of tools. Package: gpg-agent Description-md5: 6c5c3942a5ec2e08c337466bd44b6cde Description-en: GNU privacy guard - cryptographic agent GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the agent program gpg-agent which handles all secret key material for OpenPGP and S/MIME use. The agent also provides a passphrase cache, which is used by pre-2.1 versions of GnuPG for OpenPGP operations. Without this package, trying to do secret-key operations with any part of the modern GnuPG suite will fail. Package: gpg-wks-client Description-md5: 8033bb8d854542bf7c9451428191be6d Description-en: GNU privacy guard - Web Key Service client GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package provides the GnuPG client for the Web Key Service protocol. . A Web Key Service is a service that allows users to upload keys per mail to be verified over https as described in https://tools.ietf.org/html/draft-koch-openpgp-webkey-service . For more information see: https://wiki.gnupg.org/WKS Package: gpgconf Description-md5: a54470fd043c15b13d18d29306678637 Description-en: GNU privacy guard - core configuration utilities GnuPG is GNU's tool for secure communication and data storage. . This package contains core utilities used by different tools in the suite offered by GnuPG. It can be used to programmatically edit config files for tools in the GnuPG suite, to launch or terminate per-user daemons (if installed), etc. Package: gpgsm Description-md5: d09741caa0bbe13153a4e4c54325393d Description-en: GNU privacy guard - S/MIME version GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the gpgsm program. gpgsm is a tool to provide digital encryption and signing services on X.509 certificates and the CMS protocol. gpgsm includes complete certificate management. Package: gpgv Description-md5: 4ea8f4f4d6a0a387a4a3aeba3e6cc888 Description-en: GNU privacy guard - signature verification tool GnuPG is GNU's tool for secure communication and data storage. . gpgv is actually a stripped-down version of gpg which is only able to check signatures. It is somewhat smaller than the fully-blown gpg and uses a different (and simpler) way to check that the public keys used to make the signature are valid. There are no configuration files and only a few options are implemented. Package: gstreamer1.0-alsa Description-md5: 339f038172c486f3cef220df0c0e5ac4 Description-en: GStreamer plugin for ALSA 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 the ALSA library. ALSA is the Advanced Linux Sound Architecture. Package: gstreamer1.0-gl Description-md5: bf297887fc963973c7834f126d83e02d Description-en: GStreamer plugins for GL 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 for GL. Package: gstreamer1.0-plugins-base Description-md5: 73eb82d2de7fe71e4455e1742423e3e3 Description-en: GStreamer plugins from the "base" 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 "base" set, an essential exemplary set of elements. Package: gstreamer1.0-plugins-base-apps Description-md5: 72cc51baa52c95f36129fb0f74a62970 Description-en: GStreamer helper programs from the "base" 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 helper programs from the "base" set, an essential exemplary set of elements. Package: gstreamer1.0-tools Description-md5: 909df9df4ba32a53040e4e54751c1cfa Description-en: Tools for use with GStreamer 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 versioned command-line tools for GStreamer. Package: gstreamer1.0-x Description-md5: f30e1dbce14d6ece228c6b4e6dfdfdbd Description-en: GStreamer plugins for X11 and Pango 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 for X11 video output, both for standard Xlib support and for the Xv extension, as well as the plugin for Pango-based text rendering and overlay. Package: highway-doc Description-md5: d9de94f11c74f89a3e29b00c3711537b Description-en: Efficient and performance-portable SIMD wrapper (documentation files) This library provides type-safe and source-code portable wrappers over existing platform-specific intrinsics. Its design aims for simplicity, reliable efficiency across platforms, and immediate usability with current compilers. . This package installs the highway documentation files. Package: iio-sensor-proxy Description-md5: 36d1961b0480e8722d6b101e04dd8717 Description-en: IIO sensors to D-Bus proxy Industrial I/O subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog convertors . Devices that fall into this category are: * ADCs * Accelerometers * Gyros * IMUs * Capacitance to Digital Converters (CDCs) * Pressure Sensors * Color, Light and Proximity Sensors * Temperature Sensors * Magnetometers * DACs * DDS (Direct Digital Synthesis) * PLLs (Phase Locked Loops) * Variable/Programmable Gain Amplifiers (VGA, PGA) . Many ultrabooks ship with some of these devices. iio-sensor-proxy is intended to serve as a proxy, providing access to these devices through a D-Bus interface Package: info Description-md5: 98475bbce3804b8961f7886328b1baea Description-en: Standalone GNU Info documentation browser The Info file format is an easily-parsable representation for online documents. This program allows you to view Info documents, like the ones stored in /usr/share/info. . Much of the software in Debian comes with its online documentation in the form of Info files, so it is most likely you will want to install it. Package: init Description-md5: 12a082503782e774ffe62fa80de49eb6 Description-en: metapackage ensuring an init system is installed This package is a metapackage which allows you to select from the available init systems while ensuring that one of these is available on the system at all times. Package: init-system-helpers Description-md5: facafbf6c4b9fd95c34e95938629ecef Description-en: helper tools for all init systems This package contains helper tools that are necessary for switching between the various init systems that Debian contains (e. g. sysvinit or systemd). An example is deb-systemd-helper, a script that enables systemd unit files without depending on a running systemd. . It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which provide an abstraction for enabling, disabling, starting, and stopping services for all supported Debian init systems as specified by the policy. . While this package is maintained by pkg-systemd-maintainers, it is NOT specific to systemd at all. Maintainers of other init systems are welcome to include their helpers in this package. Package: install-info Description-md5: 1fc51f7aec70d7bdeff2e1bf59b3ebbc Description-en: Manage installed documentation in info format The install-info utility creates the index of all installed documentation in info format and makes it available to info readers. Package: isa-support Description-md5: 9262b32bfce640ea80d32e418d827b37 Description-en: CPU feature checking - common back-end The packages in the isa-support family probe for microprocessor Instruction Set Architecture features such as SSE3. By refusing to install on machines lacking a required feature, they allow ISA requirements to be handled in terms of package dependencies. . This package provides the feature-probing infrastructure. To assert a CPU requirement, other packages can pre-depend on one of the individual feature-specific packages: . sse2-support, sse3-support, sse4.2-support, altivec-support, neon-support, armv6-support, armv7-support, armv8-support, vfp-support, vfpv2-support, vfpv3-support Package: jq Description-md5: fd8d7d97b13012ce68c52772c1ce56aa Description-en: lightweight and flexible command-line JSON processor jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. Package: keepalived Description-md5: 74717abb13e7dbfe48bbecb41cae323b Description-en: Failover and monitoring daemon for LVS clusters keepalived is used for monitoring real servers within a Linux Virtual Server (LVS) cluster. keepalived can be configured to remove real servers from the cluster pool if it stops responding, as well as send a notification email to make the admin aware of the service failure. . In addition, keepalived implements an independent Virtual Router Redundancy Protocol (VRRPv2; see RFC 2338 for additional info) framework for director failover. Package: lib32asan8 Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32atomic1 Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32gcc-15-dev Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-s1 Description-md5: a31c67d540f86442c895f2663cb4d5c9 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: lib32gfortran-15-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran5 Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gomp1 Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32itm1 Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32quadmath0 Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32stdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++6 Description-md5: 2124b81bef171d19a7c047c58ae7058f Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. Package: lib32ubsan1 Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libalgorithm-diff-xs-perl Description-md5: 56feaeb59eda2127e36fd831b5a423ef Description-en: module to find differences between files (XS accelerated) Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's excellent but not very well-known Algorithm::LCS module, with a drop-in interface identical to Algorithm::Diff. . Note that only the LCSidx function is optimized in XS at the moment, which means only compact_diff will get significantly faster for large data sets, while diff and sdiff will run in identical speed as Algorithm::Diff. Package: libapt-pkg-perl Description-md5: b90df5c972edb2fc10beeac8dffd2963 Description-en: Perl interface to libapt-pkg A Perl interface to APT's libapt-pkg which provides modules for configuration file/command line parsing, version comparison, inspection of the binary package cache and source package details. Package: libarchive-dev Description-md5: f91750819fe717dbabb53d5537c44a72 Description-en: Multi-format archive and compression library (development files) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) * zstandard (read and write using libzstd) . This package provides the files necessary for development with libarchive. Package: libarchive13t64 Description-md5: 8f6c8ca66a025bb06a3fcf3791223823 Description-en: Multi-format archive and compression library (shared library) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) * zstandard (read and write using libzstd) . This package provides the libarchive shared library. Package: libasan8 Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libatomic1 Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libb-hooks-op-check-perl Description-md5: 178740e79b5d43634e60c7b6db232207 Description-en: Perl wrapper for OP check callbacks B::Hooks::OP::Check provides an interface for XS modules to hook into the callbacks of PL_check, which is part of perl's core. It allows a C function to be invoked as the last stage of optree compilation, depending on the given op code number (op_type). Package: libbackuppc-xs-perl Description-md5: ac3500b72e7daa9831d67518dd6a3b9d Description-en: Perl module with C backend for BackupPC 4 BackupPC::XS implements various BackupPC functions in a perl-callable module. . This module is required for BackupPC version 4 and above. Package: libblkid-dev Description-md5: 7415f693bf9b8861c2b7f560fc52d6a4 Description-en: block device ID library - headers The blkid library allows system programs such as fsck and mount to quickly and easily find block devices by filesystem UUID or label. This allows system administrators to avoid specifying filesystems by hard-coded device names and use a logical naming system instead. . This package contains the development environment for the blkid library. Package: libblkid1 Description-md5: a511054d3223ae05280eebc8f3e2c80e Description-en: block device ID library The blkid library allows system programs such as fsck and mount to quickly and easily find block devices by filesystem UUID or label. This allows system administrators to avoid specifying filesystems by hard-coded device names and use a logical naming system instead. Package: libbsd-resource-perl Description-md5: 97e499ae57ca3a884ae47cea9b49f135 Description-en: BSD process resource limit and priority functions The BSD::Resource module provides the BSD process resource limit functions getrusage(), getrlimit(), setrlimit() and the BSD process priority functions. . These are also available via core Perl but here the PRIO_* constants are available: getpriority(), setpriority(). . Also provided is times() which provides the same functionality as the one in core Perl, only with better time resolution. Package: libcc1-0 Description-md5: d8a62f43eef344a718f9c7152d75d70c Description-en: GCC cc1 plugin for GDB libcc1 is a plugin for GDB. Package: libclass-xsaccessor-perl Description-md5: e785abcf076fde905048821573ca8b98 Description-en: Perl module providing fast XS accessors Class::XSAccessor implements fast XS accessors both for getting at and setting an object attribute. Additionally, the module supports mutators and simple predicates like those for testing the truth value of a variable. It works only with objects that are implemented as ordinary hashes. . The XS accessor methods were between 1.6 and 2.5 times faster than typical pure-perl accessors in some simple benchmarking. If you usually write clear code, a factor of two speed-up is a good estimate. . Refer to Class::XSAccessor::Array (also included in libclass-xsaccessor-perl) for an implementation that works with array-based objects. Package: libcommon-sense-perl Description-md5: e7cabe54423a93004585d32869c8c1a3 Description-en: module that implements some sane defaults for Perl programs common::sense implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders. Package: libcrypt-dev Description-md5: 57b963c0e5a2d004866e4d1cb1b09b78 Description-en: libcrypt development files This package contains the files needed for developing applications that use libcrypt. Package: libcrypt-openssl-bignum-perl Description-md5: 6dbdf541a3152b7a4d7fd11123451e3c Description-en: Perl module to access OpenSSL multiprecision integer arithmetic libraries Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to Perl via Crypt::OpenSSL::Bignum. In addition, this module can be used to provide access to bignum values produced by other OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA. Package: libcrypt-openssl-random-perl Description-md5: a713415d0ceda5bf4b9d1f60d7d60db9 Description-en: module to access the OpenSSL pseudo-random number generator Crypt::OpenSSL::Random is a Perl module for accessing the OpenSSL pseudo-random number generator. Package: libcrypt-openssl-rsa-perl Description-md5: 67bab379e746ed51e6818294689a0db5 Description-en: module for RSA encryption using OpenSSL Crypt::OpenSSL::RSA is a Perl module that provides glue to the RSA functions in the OpenSSL library. It provides the following functionalities: create a key from a string, make a new key, save key to a string, save public portion of key to a string using format compatible with OpenSSL's command-line rsa tool, encrypt, decrypt, sign, verify, return the size in bytes of a key, check the validity of a key. Package: libcrypt-urandom-perl Description-md5: 6133e8558e5e0b4fa01f4b8866eba2a6 Description-en: module that provides non blocking randomness Crypt::Urandom is intended to provide an interface to the strongest available source of non-blocking randomness on the current platform. . Platforms currently supported are anything supporting /dev/urandom. Package: libcrypt1 Description-md5: deac8c9adc422e925bdaf6bffdd3e875 Description-en: libcrypt shared library libxcrypt is a modern library for one-way hashing of passwords. It supports DES, MD5, NTHASH, SUNMD5, SHA-2-256, SHA-2-512, and bcrypt-based password hashes It provides the traditional Unix 'crypt' and 'crypt_r' interfaces, as well as a set of extended interfaces like 'crypt_gensalt'. Package: libcryptsetup-dev Description-md5: f9f5cbe91fe7a25a22798d2891748370 Description-en: disk encryption support - development files Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides the libcryptsetup development files. Package: libcryptsetup12 Description-md5: 4d51c661b0adee027561376db6e58853 Description-en: disk encryption support - shared library Cryptsetup provides an interface for configuring encryption on block devices (such as /home or swap partitions), using the Linux kernel device mapper target dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support. . This package provides the libcryptsetup shared library. Package: libcurl3t64-gnutls Description-md5: 785baf29d91f9f781677a7f569940052 Description-en: easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by GnuTLS. Package: libcurl4-doc Description-md5: 6462959fec3647baef16ff31a5f39d94 Description-en: documentation for libcurl libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the documentation files for libcurl. Package: libcurl4-gnutls-dev Description-md5: a780e9fd64d55eccc7d421f6da7dc01d Description-en: development files and documentation for libcurl (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by GnuTLS. Package: libcurl4-openssl-dev Description-md5: 133120dd689c1a9785ccd7cd427dd344 Description-en: development files and documentation for libcurl (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by OpenSSL. Package: libcurl4t64 Description-md5: f1c7f18aba2d8ab7a7e32acea1dc61e7 Description-en: easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by OpenSSL. Package: libdbi-perl Description-md5: fd00ec87cf1876c0bbe6103038649c81 Description-en: Perl Database Interface (DBI) DBI (DataBase Interface) is a Perl framework that provides a common interface to access various backend databases in a uniform manner. DBD (DataBase Driver) modules provide implementations for various backend data storage mechanisms including networked relational databases (particularly SQL databases) and even web services such as the Google search engine. . It is extremely portable and available for a wide range of operating systems, architectures and data stores, including: . * Oracle * Microsoft SQL Server * IBM DB2 * SQLite * PostgreSQL * Firebird * MySQL Package: libdevel-size-perl Description-md5: fe34e88d05099a5275023fbbf9f57491 Description-en: Perl extension for finding the memory usage of Perl variables Devel::Size figures out the real sizes of Perl variables in bytes. Call functions with a reference to the variable you want the size of. If the variable is a plain scalar it returns the size of the scalar. If the variable is a hash or an array, use a reference when calling. Package: libecpg-compat3 Description-md5: 66ce228306ea5636e1cb757bd540255b Description-en: older version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecpg-dev Description-md5: 5eb928e68d1075508e3d6a4d7fc6f514 Description-en: development files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process). Package: libecpg6 Description-md5: 51ed6df58b24baddae9952acb91903bd Description-en: run-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libemail-address-xs-perl Description-md5: d895e5cc1dab4e5879d66f7215b0b334 Description-en: Perl library for RFC 5322 address/group parsing and formatting Email::Address::XS implements RFC 5322 parser and formatter of email addresses and groups. It parses an input string from email headers which contain a list of email addresses or a groups of email addresses (like From, To, Cc, Bcc, Reply-To, Sender, ...). Also it can generate a string value for those headers from a list of email addresses objects. . Parser and formatter functionality is implemented in XS and uses shared code from Dovecot IMAP server. . It is a drop-in replacement for the Email::Address module. Package: libfakeroot Description-md5: 22ea5d7d46de1e430af3ef824ed6d524 Description-en: tool for simulating superuser privileges - shared libraries fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other file-manipulation functions, so that unprivileged users can (for instance) populate .deb archives with root-owned files; various build tools use fakeroot for this by default. . This package contains the LD_PRELOAD libraries. Package: libfdisk-dev Description-md5: a2001aec023268fdcf5a0ff2b2688bd3 Description-en: fdisk partitioning library - headers The libfdisk library is used for manipulating partition tables. It is the core of the fdisk, cfdisk, and sfdisk tools. . This package contains the development environment for the fdisk library. Package: libfdisk1 Description-md5: 97986f600b6cd55d9613b5b8eac3b74a Description-en: fdisk partitioning library The libfdisk library is used for manipulating partition tables. It is the core of the fdisk, cfdisk, and sfdisk tools. Package: libfile-fcntllock-perl Description-md5: 1376b0e0447b0e66b49e18521ea5b355 Description-en: Perl module for file locking with fcntl(2) File::FcntlLock is a Perl module to do file locking in an object oriented fashion using the fcntl(2) system call. This allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which Perl's flock() function is based. . Furthermore due to its design it supports reliable locking over NFS. Package: libfile-libmagic-perl Description-md5: da8e17fe637b6c3dd436be9fbf734ef1 Description-en: Perl interface to libmagic for determining file type The File::LibMagic module is a simple perl interface to libmagic from the file-4.x or file-5.x package from Christos Zoulas (ftp://ftp.astron.com/pub/file/). . Libmagic is a library for detecting file type, and works like file(1). Package: libfilesys-df-perl Description-md5: 0c7ee0308b9925b83f47e3dcb45922b0 Description-en: Module to obtain filesystem disk space information This module provides a way to obtain filesystem disk space information. This is a Unix only distribution. If you want to gather this information for Unix and Windows, use Filesys::DfPortable. The only major benefit of using Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of open filehandles as arguments. 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: libfreetype-dev Description-md5: 5a4928eb6e04fb5ab9c415aec9dc2110 Description-en: Freetype 2 font engine, development files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on providing small, efficient and ubiquitous products. . This package contains all of the supplementary files you need to develop your own programs using the FreeType 2 library. Package: libfreetype6 Description-md5: cefdb58cc422c6de8b50ff3970f4e564 Description-en: Freetype 2 font engine, shared library files The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on providing small, efficient and ubiquitous products. . The FreeType 2 library is their new software font engine. It has been designed to provide the following important features: * A universal and simple API to manage font files * Support for several font formats through loadable modules * High-quality anti-aliasing * High portability & performance . Supported font formats include: * TrueType files (.ttf) and collections (.ttc) * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format * Type 1 Multiple Master fonts. The FreeType 2 API also provides routines to manage design instances easily * Type 1 CID-keyed fonts * OpenType/CFF (.otf) fonts * CFF/Type 2 fonts * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with the Adobe SVG viewer plugin. * Windows FNT/FON bitmap fonts . This package contains the files needed to run programs that use the FreeType 2 library. Package: libga68-1 Description-md5: 5b7e5135ff8b2edbf39411219e7e6434 Description-en: GNU Algol 68 standard library (runtime library) This is the GNU Algol 68 standard library that comes with the ga68 compiler. Package: libga68-15-dev Description-md5: 9574aee072e6e6899fe754ed2347c9c0 Description-en: GNU Algol 68 standard library This is the Algol 68 standard library that comes with the ga68 compiler. Package: libga68-16-dev Description-md5: 9574aee072e6e6899fe754ed2347c9c0 Description-en: GNU Algol 68 standard library This is the Algol 68 standard library that comes with the ga68 compiler. Package: libga68-2 Description-md5: 5b7e5135ff8b2edbf39411219e7e6434 Description-en: GNU Algol 68 standard library (runtime library) This is the GNU Algol 68 standard library that comes with the ga68 compiler. Package: libgcc-15-dev Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-s1 Description-md5: bbd60d723e97d8e06c04228ee4c76f10 Description-en: GCC support library Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: libgcobol-15-dev Description-md5: 1beb62506c556ed87d0ba541f9ba4f3b Description-en: GNU COBOL standard library This is the COBOL standard library that comes with the gcobol compiler. Package: libgcobol-16-dev Description-md5: 1beb62506c556ed87d0ba541f9ba4f3b Description-en: GNU COBOL standard library This is the COBOL standard library that comes with the gcobol compiler. Package: libgcobol1 Description-md5: c971f050ff5daf13bb63cc1de52ddabd Description-en: GNU COBOL standard library (runtime library) This is the GNU COBOL standard library that comes with the gcobol compiler. Package: libgcobol2 Description-md5: c971f050ff5daf13bb63cc1de52ddabd Description-en: GNU COBOL standard library (runtime library) This is the GNU COBOL standard library that comes with the gcobol compiler. Package: libgd-perl Description-md5: 549b1a09b352e62ac85ec51b60808989 Description-en: Perl module wrapper for libgd This is a autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files. Features include: . * Lines, polygons, rectangles and arcs, both filled and unfilled * Flood fills * The use of arbitrary images as brushes and as tiled fill patterns * Line styling (dashed lines and the like) * Horizontal and vertical text rendering * Support for transparency and interlacing * Support for TrueType font rendering, via libfreetype. * Support for spline curves, via GD::Polyline * Support for symbolic font names, such as "helvetica:italic" * Support for symbolic color names, such as "green", via GD::Simple * Produces output in png, gif, jpeg and xbm format * Produces output in svg format via GD::SVG. . Included with the example code is the perl script qd.pl with QuickDraw routines for generating PICT2 files (used on Apple Macintosh). Package: libgdiagnostics-15-dev Description-md5: 25298d5ee7dca4e26a8ec417663f0cc9 Description-en: GCC diagnostic-handling code wrapped into a library (development files) GCCs diagnostic-handling code covers things like - quoting pertinent source code (with a cache) - underlining points and ranges in the source code, possibly with labels - emitting fix-it hints - generating patches from fix-it hints - SARIF output Package: libgdiagnostics-16-dev Description-md5: 25298d5ee7dca4e26a8ec417663f0cc9 Description-en: GCC diagnostic-handling code wrapped into a library (development files) GCCs diagnostic-handling code covers things like - quoting pertinent source code (with a cache) - underlining points and ranges in the source code, possibly with labels - emitting fix-it hints - generating patches from fix-it hints - SARIF output Package: libgdiagnostics0 Description-md5: c5bf9ec39a97a42c705ddbad7418ac10 Description-en: GCC diagnostic-handling code wrapped into a library (shared library) GCCs diagnostic-handling code covers things like - quoting pertinent source code (with a cache) - underlining points and ranges in the source code, possibly with labels - emitting fix-it hints - generating patches from fix-it hints - SARIF output Package: libgfortran-15-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran5 Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgjs-dev Description-md5: f37b9a744637f39fec04d24e3fa654f9 Description-en: Mozilla-based javascript bindings for GNOME - development files Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This package contains the development files applications need to build against. Package: libgjs0 Description-md5: 5fbf598c66bb05089d9f63d63e1412ff Description-en: Mozilla-based javascript bindings for the GNOME platform Makes it possible for applications to use all of GNOME's platform libraries using the JavaScript language. It's mainly based on the Mozilla JavaScript engine and the GObject introspection framework. . This is the shared library applications link to. Package: libglib-perl Description-md5: c36548879ce1dd823f59de4579e223db Description-en: interface to the GLib and GObject libraries Glib provides a Perl interface to the GLib and GObject libraries, as part of gtk2-perl. It attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so perusing the reference manual is recommended (see ). Package: libgomp1 Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgssapi-perl Description-md5: ca68d5f988b8c3fc2ac22f49b2b065ba Description-en: Perl extension providing access to the GSSAPIv2 library This module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT. . The API presented by this module is a mildly object oriented reinterpretation of the C API, where opaque C structures are Perl objects, but the style of function call has been left mostly untouched. As a result, most routines modify one or more of the parameters passed to them, reflecting the C call-by-reference (or call-by-value-return) semantics. Package: libgstreamer-gl1.0-0 Description-md5: 91854c9a804af0893eda4cef0fa8ed83 Description-en: GStreamer GL libraries 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 GL library. Package: libgstreamer-plugins-base1.0-0 Description-md5: 1f83d48f1815b1413bf5322dc753ba59 Description-en: GStreamer libraries from the "base" 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 libraries from the "base" set, an essential exemplary set of elements. Package: libgstreamer-plugins-base1.0-dev Description-md5: 0acc042058e8c9e8d17fbca59836d2a0 Description-en: GStreamer development files for libraries from the "base" 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 "base" set, an essential exemplary set of elements. Package: libgstreamer1.0-0 Description-md5: f08b5d59945781d0a8d4897e45d5a847 Description-en: Core GStreamer libraries and elements 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 core library and elements. Package: libgstreamer1.0-dev Description-md5: de1692260510350a48f76ec91eae40a9 Description-en: GStreamer core development files 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 the core library and elements. Package: libhttp-message-perl Description-md5: d0d09bc69619d7907570bf158f4d4197 Description-en: perl interface to HTTP style messages The HTTP::Message distribution contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them. . The HTTP::Headers class encapsulates HTTP-style message headers. The headers consist of attribute-value pairs also called fields, which may be repeated, and which are printed in a particular order. The field names are cases insensitive. . Instances of this class are usually created as member variables of the HTTP::Request and HTTP::Response classes, internal to the library. Package: libhwasan0 Description-md5: 3e86044294569fc681ceeaf4424622e4 Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (HWASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhwy-dev Description-md5: f492490985e74454eb38f5a4fe88151c Description-en: Efficient and performance-portable SIMD wrapper (developer files) This library provides type-safe and source-code portable wrappers over existing platform-specific intrinsics. Its design aims for simplicity, reliable efficiency across platforms, and immediate usability with current compilers. . This package installs the highway development files. Package: libhwy1t64 Description-md5: a5895c0f56a667ff23178f23145a2bbf Description-en: Efficient and performance-portable SIMD wrapper (runtime files) This library provides type-safe and source-code portable wrappers over existing platform-specific intrinsics. Its design aims for simplicity, reliable efficiency across platforms, and immediate usability with current compilers. . This package installs the highway runtime files. Package: libintl-perl Description-md5: 094d9efec11965e17ecdcc0ba27ea83e Description-en: Uniforum message translations system compatible i18n library libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext. Package: libintl-xs-perl Description-md5: 104eaee6ae062514544e6bc2df070fef Description-en: XS Uniforum message translations system compatible i18n library libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext. . This package contains the XS Implementation of Uniforum Message Translation, which is, thanks to the use of C code and libraries, a little bit faster than the pure Perl implementation. Package: libio-pty-perl Description-md5: 31fe025b0a877e590dc58090e7cee8b9 Description-en: Perl module for pseudo tty IO IO::Pty provides an interface to allow the creation of a pseudo tty. . IO::Pty inherits from IO::Handle and so provide all the methods defined by the IO::Handle package. . Please note that pty creation is very system-dependent. If you have problems, see IO::Tty for help. Package: libio-socket-ssl-perl Description-md5: 94b103d5ed493e8750e3468ca2e11309 Description-en: Perl module implementing object oriented interface to SSL sockets This module is a true drop-in replacement for IO::Socket::INET that uses SSL to encrypt data before it is transferred to a remote server or client. IO::Socket::SSL supports all the extra features that one needs to write a full-featured SSL client or server application: multiple SSL contexts, cipher selection, certificate verification, and SSL version selection. As an extra bonus, it works perfectly with mod_perl. . IO::Socket::SSL uses IPv6 if libio-socket-ip-perl (>= 0.20) or libio-socket-inet6-perl is installed. Package: libitm1 Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libjq-dev Description-md5: 75f11486f90a41e9aa2449a3206f9929 Description-en: lightweight and flexible command-line JSON processor - development files jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. . This package contains the development files. Package: libjq1 Description-md5: 1b50448818fdb22f62b863763d79f7a1 Description-en: lightweight and flexible command-line JSON processor - shared library jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. . This package contains the shared library. Package: libjsoncpp-dev Description-md5: 1b79f836637b5056645aadf6ad056262 Description-en: library for reading and writing JSON for C++ (devel files) This package provides all required developer resources like header-files and statically linked version of the library. . jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and readable for human. It is useful for building config files, network communications protocols, etc. . This library provides following features: . * High-level data structures for collecting data from JSON. * Easy-to-use reader and writer. Package: libjsoncpp-doc Description-md5: 14b22ca48de9dc0a3d8fdbe5e9e39dc9 Description-en: API documentation for libjsoncpp-dev This package contains doxygen generated HTML API description of libjsoncpp0. . jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and readable for human. It is useful for building config files, network communications protocols, etc. . This library provides following features: . * High-level data structures for collecting data from JSON. * Easy-to-use reader and writer. Package: libjsoncpp26 Description-md5: 65466d76c8da2037a29c6100cb4e876e Description-en: library for reading and writing JSON for C++ jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redable for human. It is useful for building config files, network communications protocols, etc. . This library provides following features: . * High-level data structures for collecting data from JSON. * Easy-to-use reader and writer. Package: liblasso3-dev Description-md5: ffc2b02659edc19bb91294f3bb4f9d92 Description-en: Library for Liberty Alliance and SAML protocols - development kit Lasso is an implementation of Liberty Alliance and related protocols, for network identity federations, single sign-on and other web services protocols. The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package contains the development files for Lasso. Package: liblasso3t64 Description-md5: d266ba3bc5f5089bca66e347c174b64d Description-en: Library for Liberty Alliance and SAML protocols - runtime library Lasso is an implementation of Liberty Alliance and related protocols, for network identity federations, single sign-on and other web services protocols. The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package contains liblasso library used by applications to gain Library Alliance support. Package: liblastlog2-2 Description-md5: eea62ff73e66a83c684042e59cac1a51 Description-en: lastlog2 database shared library Y2038 safe lastlog database implementation, library files. Package: liblastlog2-dev Description-md5: 42df80bdba2e0937a17549382e737280 Description-en: liblastlog2 development files Y2038 safe lastlog database implementation, development files. Package: liblocale-gettext-perl Description-md5: 0a002213d8a0ad34a0f605e0204c21ee Description-en: module using libc functions for internationalization in Perl The Locale::gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. . It provides gettext(), dgettext(), dcgettext(), textdomain(), bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext() and dngettext(). Package: liblsan0 Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: libmariadb-dev Description-md5: 8a4024b869a14aa1c459413a6bb63140 Description-en: MariaDB database development files MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes development libraries and header files to allow sources expecting the MariaDB Connector/C to build. Sources that expect the MySQL client libraries should use files from the libmariadb-dev-compat package. Package: libmariadb3 Description-md5: c48685b906f3842ee48fd71db5681868 Description-en: MariaDB database client library MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the client library. Package: libmariadbd-dev Description-md5: 7db3cf98f13e6c2679120ae92a13e990 Description-en: MariaDB embedded database, development files package MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the MariaDB embedded server library development and header files. Package: libmariadbd19t64 Description-md5: a85241d1aa0dccaa3ede8bda094b9117 Description-en: MariaDB embedded database, shared library MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes a shared library for embedded MariaDB applications. Package: libmecab-dev Description-md5: 87197d521c6686e342ae43fe6394b7da Description-en: Header files of Mecab This package provides header files which are necessary to development programs using runtime libraries of Mecab, that is a Japanese morphological analysis system. Package: libmecab2 Description-md5: b24292696c7071ab40bec59c2dc1e18a Description-en: Libraries of Mecab This package provides runtime libraries of Mecab, that is a Japanese morphological analysis system. Package: libmount-dev Description-md5: 07d7a2af1f3a709af925942f04219978 Description-en: device mounting library - headers This device mounting library is used by mount and umount helpers. . This package contains the development environment for the mount library. Package: libmount1 Description-md5: 7e446c44302ff94779f1434f2e05d553 Description-en: device mounting library This device mounting library is used by mount and umount helpers. Package: libmutter-51-0 Description-md5: b97c0d0b0f27cb2414e26e8b7d3d4a69 Description-en: window manager library from the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the window manager shared library, used by mutter itself, and gnome-shell. Package: libmutter-51-dev Description-md5: 95c9a0fc0bbe905f4b590d4634d1e8bd Description-en: Development files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the development files. Package: libmysqlclient-dev Description-md5: 716f7a81dc4e3e8899c7eaa66b24736d Description-en: MySQL database development files 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 development libraries and header files. Package: libmysqlclient24 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: libnet-dns-sec-perl Description-md5: b6ae31ae80fcf699de61f8b99cb54e18 Description-en: DNSSEC extension to NET::DNS Net::DNS::SEC implements DNS Resource Record types that are relevant for DNSSEC operations. This package implements RFC4034 "Resource Records for the DNS Security Extensions" and RFC2931 "DNS Request and Transaction Signatures ( SIG(0)s )" . It also provides support for SIG0. That later is useful for dynamic updates using key-pairs. . RSA and DSA crypto routines are supported. Package: libnet-libidn-perl Description-md5: 3951fcdd6714ee5fc885a9f259edf1e1 Description-en: Perl bindings for GNU Libidn Net::LibIDN provides bindings for GNU Libidn, a C library for handling Internationalized Domain Names according to IDNA (RFC 3490), in a way very much inspired by Turbo Fredriksson's PHP-IDN. Package: libnet-ssleay-perl Description-md5: ccc2258977dc0f512ba135bc3f4c6bca Description-en: Perl module for Secure Sockets Layer (SSL) Net::SSLeay is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. If you just want to view web pages on https servers, you do not need this - your web browser already knows to do that. Package: libnginx-mod-http-geoip2 Description-md5: 4aa061472a244a74d11cb0a4fd296c36 Description-en: GeoIP2 HTTP module for Nginx The ngx_http_geoip2 module creates variables with values depending on the client IP address, using the precompiled MaxMind GeoIP2 databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnginx-mod-http-image-filter Description-md5: 535a70647715aa7261dd5afba363a14e Description-en: HTTP image filter module for Nginx The ngx_http_image_filter module is a filter that transforms images in JPEG, GIF, and PNG formats. . The module supports filters such as rotate, resize, crop, quality, sharpening, interlacing and more. Package: libnginx-mod-http-xslt-filter Description-md5: 220a355cd5960cebcfeecdf8fad48bf1 Description-en: XSLT Transformation module for Nginx The ngx_http_xslt_filter module is a filter that transforms XML responses using one or more XSLT stylesheets. . The transformation can be adjusted by setting the relevant configuration parameters. Package: libnginx-mod-mail Description-md5: 5a8936b4abef181be2268c3d9a4affdf Description-en: Mail module for Nginx The nginx_mail module adds mail proxy support to nginx. . The module supports proxying all the standard mail protocols such as IMAP, POP3 & SMTP. Package: libnginx-mod-stream Description-md5: ba1a6cc2e678c099e6cc2d0f828a0706 Description-en: Stream module for Nginx The nginx_stream module adds stream proxy support to nginx. . Stream module supports loadbalancing & proxying to TCP servers. The module also supports ACLs/connection limiting and configuring multiple operational parameters. Package: libnginx-mod-stream-geoip2 Description-md5: ecbf7da9aa5b20a93ef8d10c9567853f Description-en: GeoIP2 Stream module for Nginx The ngx_stream_geoip2 module creates variables with values depending on the client IP address, using the precompiled MaxMind GeoIP2 databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnss-mymachines Description-md5: 588342105e1fdd6ff74c093651cb80cc Description-en: nss module to resolve hostnames for local container instances nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing hostname resolution for local containers that are registered with systemd-machined.service(8). The container names are resolved to IP addresses of the specific container, ordered by their scope. . Installing this package automatically adds mymachines to /etc/nsswitch.conf. Package: libnss-systemd Description-md5: f5bdd7572f97a2162876ec5b0a11a2ca Description-en: nss module providing dynamic user and group name resolution nss-systemd is a plug-in module for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc), providing UNIX user and group name resolution for dynamic users and groups allocated through the DynamicUser= option in systemd unit files. See systemd.exec(5) for details on this option. . Installing this package automatically adds the module to /etc/nsswitch.conf. Package: libnss3 Description-md5: 8cae15b3c3c4e609abb7935ebf0d0f66 Description-en: Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. Package: libnss3-dev Description-md5: 04c0a8f989d299406710231d2a99043d Description-en: Development files for the Network Security Service libraries This is a set of libraries designed to support cross-platform development of security-enabled client and server applications. It can support SSLv2 and v4, TLS, PKCS #5, #7, #11, #12, S/MIME, X.509 v3 certificates and other security standards. . Install this package if you wish to develop your own programs using the Network Security Service Libraries. Package: libnss3-tools Description-md5: 8180bd12009bfb049ef982836d975b76 Description-en: Network Security Service tools This is a set of tools on top of the Network Security Service libraries. This package includes: * certutil: manages certificate and key databases (cert7.db and key3.db) * modutil: manages the database of PKCS11 modules (secmod.db) * pk12util: imports/exports keys and certificates between the cert/key databases and files in PKCS12 format. * shlibsign: creates .chk files for use in FIPS mode. * signtool: creates digitally-signed jar archives containing files and/or code. * ssltap: proxy requests for an SSL server and display the contents of the messages exchanged between the client and server. Package: libopencc-data Description-md5: ae564ef7c2216fe88e43fcb28dd01b89 Description-en: simplified-traditional Chinese conversion library - data files opencc is a library for converting character between traditional Chinese and simplified Chinese. . This package includes the data files. Package: libopencc-dev Description-md5: 83d02197146d771b3318b5db9c41bc2e Description-en: simplified-traditional Chinese conversion library - development opencc is a library for converting character between traditional Chinese and simplified Chinese. . This package includes the development support files. Package: libopencc-doc Description-md5: f89e5c617fbcb9cb0f11e5186d2da8c5 Description-en: simplified-traditional Chinese conversion library - document opencc is a library for converting character between traditional Chinese and simplified Chinese. . This package includes the library document files. Package: libopencc1.4 Description-md5: cdef50a529929a6880d82c26934b7b7c Description-en: simplified-traditional Chinese conversion library - runtime opencc is a library for converting character between traditional Chinese and simplified Chinese. . This package includes the shared library. Package: liborcus-0.21-0 Description-md5: 800af55a60213c5d36dbb1945e9972b5 Description-en: library for processing spreadsheet documents Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. Package: liborcus-dev Description-md5: f319d889de981c05db3d1e3d0e1f4909 Description-en: library for processing spreadsheet documents -- development Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. . This package contains headers, pkg-config file and static library for developing applications using Orcus. Package: liborcus-doc Description-md5: c8ca59a302383cb14911f9b1818bfe71 Description-en: library for processing spreadsheet documents - documentation Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. . This package contains the API documentation. Package: liborcus-mso-0.21-0 Description-md5: 7ceafb935aba99dc50ba66ce07b0f55e Description-en: library for processing spreadsheet documents - MS Office encryption library Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. . This package contains a library for handling MS Office encryption. Package: liborcus-parser-0.21-0 Description-md5: 3fd0f4f34e632a623a2c5703bf7fcfc5 Description-en: library for processing spreadsheet documents - parser library Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. . This package contains the parser library. Package: liborcus-spreadsheet-model-0.21-0 Description-md5: 352029f606c7e1adcd4ffecfa1028e33 Description-en: library for processing spreadsheet documents - spreadsheet model library Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration. . The library currently includes filters for xlsx, ods, csv, and generic XML formats. . This package contains a library abstracting the spreadsheet model. Package: libp11-3t64 Description-md5: c1bc0ac5ee7b3b8ed3f9341c5678a0cb Description-en: pkcs#11 convenience library Libp11 is a library to simplify using smart cards via PKCS#11 modules. It was spun of the OpenSC project but can be used with any pkcs#11 module. Package: libp11-dev Description-md5: d18268fbc218a173e85d9adefaf49159 Description-en: pkcs#11 convenience library - development files Libp11 is a library to simplify using smart cards via PKCS#11 modules. It was spun of the OpenSC project but can be used with any pkcs#11 module. . This package contains the header files and static libraries. Package: libpam-systemd Description-md5: 7acf141cc9da21b0ad349b6cecc40e46 Description-en: system and service manager - PAM module This package contains the PAM module which registers user sessions in the systemd control group hierarchy for logind. . If in doubt, do install this package. . Packages that depend on logind functionality need to depend on libpam-systemd. Package: libperl-dev Description-md5: 493158c7ca91f27f024cd9c2d9d421aa Description-en: Perl library: development files Files for developing applications which embed a Perl interpreter. Package: libperl5.42 Description-md5: 0b35291f310829d8e9601ace1d9bac34 Description-en: shared Perl library This package contains the shared Perl library, used by applications which embed a Perl interpreter. . It also contains the architecture-dependent parts of the standard library (and depends on perl-modules-5.42 which contains the architecture-independent parts). Package: libperlio-gzip-perl Description-md5: 2130ed8bcc3cb383e4a602f4c49f191d Description-en: module providing a PerlIO layer to gzip/gunzip PerlIO::gzip is a Perl module that provides a PerlIO layer for manipulating files in the format used by the gzip program. Compression and decompression are both implemented, but cannot be used simultaneously (i.e. files cannot be opened for both reading and writing). Package: libperlio-utf8-strict-perl Description-md5: 10a5f752a2d6032b43efaa4395d81b28 Description-en: fast and correct UTF-8 Perl IO module PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike perl's default :utf8 layer it checks the input for correctness and will croak if it finds an ill-formed UTF-8 octet sequence or noncharacter code points not meant for interchange. Package: libpgtypes3 Description-md5: 2ac7abe2c096dc5d10a97e724ec3699e Description-en: shared library libpgtypes for PostgreSQL 18 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpinyin-common-dev Description-md5: 207ba738361239f299409c922812b040 Description-en: library to deal with PinYin / zhuyin - common development files libpinyin is a set of core algorithms designed for intelligent sentence-based Chinese PinYin / zhuyin input methods. . This package provides the common header files for both libpinyin and libzhuyin. Package: libpinyin-data Description-md5: 704e7558fcd3fe8c600b8b1fef4c6b08 Description-en: Data for PinYin / zhuyin input method library The libpinyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods. libpinyin can be integrated with input method framework likes ibus, fcitx, etc. to provide a PinYin and zhuyin based input method for Chinese user. . This package contains the data likes zhuyin to word mapping, n-gram information, etc. used by libpinyin algorithm. Package: libpinyin-utils Description-md5: 04769e29a0cdbecfbff483fd0de6b6b8 Description-en: library to deal with PinYin - utilities libpinyin is a set of core algorithms designed for intelligent sentence-based Chinese PinYin input methods. . This package provides the utilities for manipulating dict files. Package: libpinyin15 Description-md5: 4097e388e64d038f28b7e62d322b271f Description-en: library to deal with PinYin libpinyin is a set of core algorithms designed for intelligent sentence-based Chinese PinYin input methods. . This package provides the library files. Package: libpinyin15-dev Description-md5: a31106aa58e75ec73db543c570ec8fa7 Description-en: library to deal with PinYin - development files libpinyin is a set of core algorithms designed for intelligent sentence-based Chinese PinYin input methods. . This package provides the library development files. Package: libpq-dev Description-md5: 7f4362b106aae6b219ccc880faa1f04c Description-en: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Package: libpq5 Description-md5: da9bc59f7fd653cbf94d3bb2760708aa Description-en: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. SSL certificate validation (the sslrootcert=system connection option) requires the ca-certificates package. . PostgreSQL is an object-relational SQL database management system. Package: libproc-processtable-perl Description-md5: 654ab30ad3c0a7649b3da3d10df757b7 Description-en: Perl library for accessing process table information Proc::ProcessTable attempts to unify the interfaces to Unix process table information, without having to run a ps subprocess from within a perl or shell script and parse the output. Package: libquadmath0 Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libre-engine-re2-perl Description-md5: 0180db19f731089d2767b6d2916b6243 Description-en: RE2 regex engine re::engine::RE2 replaces perl's regex engine in a given lexical scope with RE2. . RE2 is a primarily DFA based regexp engine from Google that is very fast at matching large amounts of text. However it does not support look behind and some other Perl regular expression features. See RE2's syntax wiki page at for more information. . Fallback to normal Perl regexp is implemented by this module. If RE2 is unable to compile a regexp it will use Perl instead, therefore features not implemented by RE2 don't suddenly stop working, they will just use Perl's regexp implementation. Package: libre2-11 Description-md5: fa4436c464caac5a165cb52db8665092 Description-en: efficient, principled regular expression library RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. . RE2 uses automata theory to guarantee that regular expression searches run in time linear in the size of the input. RE2 implements memory limits, so that searches can be constrained to a fixed amount of memory. RE2 is engineered to use a small fixed C++ stack footprint no matter what inputs or regular expressions it must process; thus RE2 is useful in multithreaded environments where thread stacks cannot grow arbitrarily large. . On large inputs, RE2 is often much faster than backtracking engines; its use of automata theory lets it apply optimizations that the others cannot. 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: libsdl2-2.0-0 Description-md5: 7f1aa26c81b05ca1bacf93fcf3ba83f2 Description-en: SDL 2 binary compatibility library wrapping SDL 3 SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . sdl2-compat provides a binary compatible API for programs built against SDL 2, but using SDL 3. This package replaces "classic" SDL 2 with the sdl2-compat shared library. . If you are writing new code, please target SDL 3 directly instead of using this layer. Package: libsdl2-classic Description-md5: 9be6874043f44a170d75ebccc64724a9 Description-en: Simple DirectMedia Layer - "classic" implementation as non-default SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . By default, SDL 2 games now use sdl2-compat, a reimplementation of the SDL 2 API using SDL 3, which aims to be fully compatible with "classic" SDL 2. . This package contains the "classic" version of SDL 2, and can be used for games that regress with sdl2-compat, by setting environment variable SDL_DYNAMIC_API='/usr/$LIB/sdl2-classic/libSDL2-2.0.so.0' or adding '/usr/$LIB/sdl2-classic' to the LD_LIBRARY_PATH environment variable. . If it becomes necessary to use this library, please report that as a bug in the sdl2-compat package. Package: libsdl2-compat Description-md5: 38870d1bf738ab5a983c6347a04ee313 Description-en: SDL 2 binary compatibility - transitional, non-default location sdl2-compat provides a binary compatible API for programs built against SDL 2, but using SDL 3. . This transitional package provides the library in a non-default location. Package: libsdl2-compat-shim Description-md5: 73bade9ce25ba2bc061e229feaf197b2 Description-en: SDL 2 binary compatibility library - transitional package sdl2-compat provides a binary compatible API for programs built against SDL 2, but using SDL 3. . This transitional package provides the library in the default location. Package: libsdl2-doc Description-md5: a30e9f79cd550bfdc77322c7f6f892eb Description-en: Reference manual for libsdl2 SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the reference manual and examples. Package: libsdl3-0 Description-md5: a8e256b29ee465b353f21d088149f489 Description-en: Simple DirectMedia Layer, version 3 SDL is a cross-platform library designed to make it easy to write multimedia software such as games and emulators. . This package contains the shared library. Package: libsdl3-doc Description-md5: 7b8d9c40ff95a1cc7a06992cd5decad0 Description-en: Simple DirectMedia Layer, version 3 (documentation) SDL is a cross-platform library designed to make it easy to write multimedia software such as games and emulators. . This package contains the reference manual and examples. Package: libsmartcols-dev Description-md5: a7578b54dbfd56c566b744ccaecec7c9 Description-en: smart column output alignment library - headers This smart column output alignment library is used by fdisk utilities. . This package contains the development environment for the mount library. Package: libsmartcols1 Description-md5: d5382f0223188fc45ed69f879488c198 Description-en: smart column output alignment library This smart column output alignment library is used by fdisk utilities. Package: libsnmp-base Description-md5: fcf297f6db22113c7c2227c1ecbcedc6 Description-en: SNMP configuration script, MIBs and documentation The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . This package includes documentation and MIBs (Management Information Bases) for the SNMP libraries, agents and applications. MIBs contain a formal description of the data that can be managed using SNMP and applications. . NOTE: If you want the OIDs (Object Identifiers) to resolve to their text description, you need to activate the non-free repository and install the "snmp-mibs-downloader" package. Package: libsnmp45 Description-md5: 6e9915ae8820960c2c2746a9ba442686 Description-en: SNMP (Simple Network Management Protocol) library The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP library contains common functions for the construction, sending, receiving, decoding, and manipulation of the SNMP requests and responses. Package: libsocket6-perl Description-md5: c2a83f9e6e10a4e09e3a82921d3af478 Description-en: Perl extensions for IPv6 The Socket6 module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programming. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included. Package: libsqlite3-0 Description-md5: 701b171ca60f3c96227ee4783a35419c Description-en: SQLite 3 shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite3-dev Description-md5: 6387c6fc4f6fed646a1e0a793253786e Description-en: SQLite 3 development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) 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: libstdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-15-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++6 Description-md5: 724ab84919e0e220afb960e36463914d Description-en: GNU Standard C++ Library v3 This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libsub-identify-perl Description-md5: 3f06b75fe5c188078e59320ead099299 Description-en: module to retrieve names of code references Sub::Identify allows you to retrieve the real name of code references. For this, it uses perl's introspection mechanism, provided by the B module. . It provides four functions: sub_name returns the name of the subroutine (or __ANON__ if it's an anonymous code reference), stash_name returns its package, and sub_fullname returns the concatenation of the two. . The fourth function, get_code_info, returns a list of two elements, the package and the subroutine name (in case of you want both and are worried by the speed.) . In case of subroutine aliasing, those functions always return the original name. Package: libsub-name-perl Description-md5: 4d3c396cd9ef5cce3647113eb96c42e3 Description-en: module for assigning a new name to referenced sub Sub::Name has only one function, which is also exported by default: . subname NAME, CODEREF . Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub. . The name is only used for informative routines (caller, Carp, etc). You won't be able to actually invoke the sub by the given name. To allow that, you need to do glob-assignment yourself. Package: libsystemd-dev Description-md5: b7a2ec6dc94dcd8833e0cab01ff4a2c0 Description-en: systemd utility library - development files This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. . This package contains the files needed for developing applications that use libsystemd. Package: libsystemd-shared Description-md5: 96ee33bdb47b225b7cbe0eccdc682e81 Description-en: systemd shared private library This internal shared library provides common code used by various systemd components. It is supposed to decrease memory and disk footprint. The shared library is not meant for public use and is not API or ABI stable. Package: libsystemd0 Description-md5: 9afc42993cf4bce87281097b6b9586c9 Description-en: systemd utility library This library provides APIs to interface with various system components such as the system journal, the system service manager, D-Bus and more. Package: libterm-readkey-perl Description-md5: a763f4d7fa9fbc16eb1fb4e5fabadfa9 Description-en: perl module for simple terminal control Term::ReadKey is a compiled perl module dedicated to providing simple control over terminal driver modes (cbreak, raw, cooked, etc.) support for non-blocking reads, if the architecture allows, and some generalized handy functions for working with terminals. One of the main goals is to have the functions as portable as possible, so you can just plug in "use Term::ReadKey" on any architecture and have a good likelihood of it working. Package: libtext-charwidth-perl Description-md5: 30483f9a76c70cf6313cecc3a60f2a13 Description-en: get display widths of characters on the terminal Text::CharWidth permits one to get the display widths of characters and strings on the terminal, using wcwidth() and wcswidth() from libc. . It provides mbwidth(), mbswidth(), and mblen(). Package: libtext-iconv-perl Description-md5: 10c6fd1eca31671f3487b084467ed3f5 Description-en: module to convert between character sets in Perl The iconv() family of functions from XPG4 defines an API for converting between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They are provided by libc6. . This package allows access to them from Perl via the Text::Iconv package. Package: libtext-levenshteinxs-perl Description-md5: 4e5d6a5d962ac3e1cc4935b2d73d7b35 Description-en: XS implementation of the Levenshtein edit distance Text::LevenshteinXS implements the Levenshtein edit distance in a XS way; this should be much faster than the pure Perl implementation. . The Levenshtein edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). When two strings have distance 0, they are the same. Package: libtext-markdown-discount-perl Description-md5: 01ffaf9ea29a0db48554d57d59c335a5 Description-en: Perl interface to Discount, an implementation of Markdown Text::Markdown::Discount is a Perl module that implements the bindings to discount, an implementation of John Gruber's Markdown markup language. . Given the performance of Discount, Text::Markdown::Discount processes markdown formatted text quickly and passes the Markdown 1.0 test suite. Package: libtsan2 Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtwolame-dev Description-md5: 590cfc2669864a02e19ec20c68beef34 Description-en: MPEG Audio Layer 2 encoder (development files) TwoLAME is an optimized MPEG Audio Layer 2 (MP2) encoder. It is based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. . TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent issues surrounding MP3. . However, as most MPEG Audio players are able to play layer 2 (MP2) files, TwoLAME makes a very good drop-in replacement for LAME and other layer 3 encoders. . This package contains the static library and header files. Package: libtwolame0 Description-md5: ab63be2b52b7c823ea0cf962f9ead5d4 Description-en: MPEG Audio Layer 2 encoding library TwoLAME is an optimized MPEG Audio Layer 2 encoder. It is based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. . TwoLAME does NOT support MPEG Audio Layer 3 (MP3) encoding due to patent issues surrounding MP3. . However, as most MPEG Audio players are able to play layer 2 (MP2) files, TwoLAME makes a very good drop-in replacement for LAME and other layer 3 encoders. . This package contains the shared library. Package: libubsan1 Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libudev-dev Description-md5: 3a6ff6d519afbe7874e323cf64c41387 Description-en: libudev development files This library provides APIs to introspect and enumerate devices on the local system. . This package contains the files needed for developing applications that use libudev. Package: libudev1 Description-md5: ee41de00cbb160aaa4ae2b193df34f91 Description-en: libudev shared library This library provides APIs to introspect and enumerate devices on the local system. Package: libunix-syslog-perl Description-md5: e193691265044e06b86a7532adeaa11d Description-en: Perl interface to the UNIX syslog(3) calls Unix::Syslog provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away. Package: libuuid1 Description-md5: f31dd3d34d42a99fedd60c9fb7d79469 Description-en: Universally Unique ID library The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). A UUID is an identifier that is unique within the space of all such identifiers across both space and time. It can be used for multiple purposes, from tagging objects with an extremely short lifetime to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. Package: libvariable-magic-perl Description-md5: 8047890d2dabed3dfb811264b14163b2 Description-en: module to associate user-defined magic to variables from Perl Variable::Magic is Perl way of enhancing objects. This mechanism lets the user add extra data to any variable and hook syntaxical operations (such as access, assignment or destruction) that can be applied to it. . With this module, you can add your own magic to any variable without having to write a single line of XS. Package: libwayland-bin Description-md5: 180d1bbdf852cf1cb78c8a31a5bcd684 Description-en: wayland compositor infrastructure - binary utilities Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development binary utilities Package: libwayland-client0 Description-md5: 3ba4c2bc4efd026f8d9a8404817c3664 Description-en: wayland compositor infrastructure - client library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the client side of the Wayland protocol. Package: libwayland-cursor0 Description-md5: 5e6c3503f9ce1b6eeb852b17a3957f79 Description-en: wayland compositor infrastructure - cursor library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships a helper library to manage cursors. Package: libwayland-dev Description-md5: b6a54f87f98181416660d9c2f8532325 Description-en: wayland compositor infrastructure - development files Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development headers for the Wayland libraries. Non-developers likely have little use for this package. Package: libwayland-doc Description-md5: 8fe74372c2fa20b2a9118fda6bd85d4f Description-en: wayland compositor infrastructure - documentation files Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the documentation for the Wayland libraries. Non-developers likely have little use for this package. Package: libwayland-egl-backend-dev Description-md5: 5fc232dcac3cc01d39f91c9b75ea63a2 Description-en: wayland compositor infrastructure - EGL backend development files Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package contains the development headers for the Wayland EGL backend. Package: libwayland-egl1 Description-md5: 92edd0b217c5e64e02643b5160d26b04 Description-en: wayland compositor infrastructure - EGL library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the Wayland EGL platform of the Wayland protocol. Package: libwayland-server0 Description-md5: d12a42711d448b23b1fb5d101345af87 Description-en: wayland compositor infrastructure - server library Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. . This package ships the library that implements the server side of the Wayland protocol. Package: libx32asan8 Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32atomic1 Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32gcc-15-dev Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-s1 Description-md5: 23c4abc6ef9d972b6f047316897bf30d Description-en: GCC support library (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: libx32gfortran-15-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran5 Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gomp1 Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32itm1 Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32quadmath0 Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32stdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++6 Description-md5: f336833aedca4cda1d9923ce79172164 Description-en: GNU Standard C++ Library v3 (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32ubsan1 Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libxfont-dev Description-md5: cab55efddd1be9ff5e33a1ddb8d2a99a Description-en: X11 font rasterisation library (development headers) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . This package contains the development headers for the library found in libxfont2. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxfont2 Description-md5: dfb2b2ff157452b137e94b16db4d10da Description-en: X11 font rasterisation library libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXfont Package: libxml-libxml-perl Description-md5: d585b9f49fd3c911baab5d83bfe8dae5 Description-en: Perl interface to the libxml2 library XML::LibXML is a Perl interface to the GNOME libxml2 library, which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance Document Object Model (DOM) implementation. Additionally, it supports using the XML Path Language (XPath) to find and extract information. Package: libxs-parse-keyword-perl Description-md5: 967f97dd91cae43d513874cd17d27e04 Description-en: XS functions to assist in parsing keyword syntax XS::Parse::Keywords provides some XS functions to assist in writing syntax modules that provide new perl-visible syntax, primarily for authors of keyword plugins using the PL_keyword_plugin hook mechanism. It is unlikely to be of much use to anyone else; and highly unlikely to be any use when writing perl code using these. Unless you are writing a keyword plugin using XS, this module is not for you. Package: libxs-parse-sublike-perl Description-md5: 10e0c00367e2b6bbab5732b3d2636656 Description-en: XS functions to assist in parsing sub-like syntax XS::Parse::Sublike provides some XS functions to assist in writing parsers for sub-like syntax, primarily for authors of keyword plugins using the PL_keyword_plugin hook mechanism. It is unlikely to be of much use to anyone else; and highly unlikely to be any use when writing perl code using these. Unless you are writing a keyword plugin using XS, this module is not for you. Package: libyaml-libyaml-perl Description-md5: 0dc3958d1135b5a2c48fa69cd15d1250 Description-en: Perl interface to libyaml, a YAML implementation YAML::XS (old name: YAML::LibYAML) is a Perl interface to Kirill Siminov's libyaml library, a YAML Ain't Markup Language (YAML) implementation written in C to support the YAML 1.1 specification. The provided Dump and Load routines are compatible with the Perl YAML module (see libyaml-perl). Package: libyuv-dev Description-md5: 4fb6c8c77a38449a213487a2b38dede9 Description-en: Library for YUV scaling (development files) libyuv is an open source project that includes YUV scaling and conversion functionality. . This package provides the development files. Package: libyuv0 Description-md5: f898a81e191b47ca7cbbbddfc01012fe Description-en: Library for YUV scaling (shared library) libyuv is an open source project that includes YUV scaling and conversion functionality. . This package provides the shared library. Package: libzhuyin-dev Description-md5: 3737238c0c0f6cf700c376bec7c7cdd7 Description-en: Development files for zhuyin input method library The libzhuyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods. libzhuyin can be integrated with input method framework likes ibus, fcitx, etc. to provide a zhuyin based input method for Traditional Chinese user. . This package contains development files for libzhuyin. Package: libzhuyin15 Description-md5: b3c1ce49632ac7b6fadd69d5309c5633 Description-en: Zhuyin input method library The libzhuyin project aims to provide the algorithms core for intelligent sentence-based Chinese zhuyin input methods. libzhuyin can be integrated with input method framework likes ibus, fcitx, etc. to provide a zhuyin based input method for Traditional Chinese user. Package: linux-aws Description-md5: 7e69860171c6c8a0efda6ea26320ac20 Description-en: Complete Linux kernel for Amazon Web Services (AWS) systems. This package will always depend on the latest complete Linux kernel available for Amazon Web Services (AWS) systems. Package: linux-aws-7.1 Description-md5: 7e69860171c6c8a0efda6ea26320ac20 Description-en: Complete Linux kernel for Amazon Web Services (AWS) systems. This package will always depend on the latest complete Linux kernel available for Amazon Web Services (AWS) systems. Package: linux-aws-headers-7.1.0-1001 Description-md5: 64db2cb9adbcc3e45a1b844707a33d65 Description-en: Header files related to Linux kernel version 7.1.0 This package provides kernel header files for version 7.1.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-7.1.0-1001/debian.README.gz for details Package: linux-aws-tools-7.1.0-1001 Description-md5: 5c495ba8d294b50577cc835f2151d463 Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.1.0-1001. You probably want to install linux-tools-7.1.0-1001-. Package: linux-azure Description-md5: c6a5538486720a06350fb0da8de56a71 Description-en: Complete Linux kernel for Azure systems (vmlinuz). This package will always depend on the latest complete Linux kernel available for Azure systems. . This package will use vmlinuz during boot. Package: linux-azure-7.1 Description-md5: c6a5538486720a06350fb0da8de56a71 Description-en: Complete Linux kernel for Azure systems (vmlinuz). This package will always depend on the latest complete Linux kernel available for Azure systems. . This package will use vmlinuz during boot. Package: linux-azure-cloud-tools-7.1.0-1001 Description-md5: 74517073f4c9ca4336014d516242f363 Description-en: Linux kernel version specific cloud tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.1.0-1001. You probably want to install linux-cloud-tools-7.1.0-1001-. Package: linux-azure-headers-7.1.0-1001 Description-md5: e186bd649cacdd5b25331d5147390182 Description-en: Header files related to Linux kernel version 7.1.0 This package provides kernel header files for version 7.1.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-azure-headers-7.1.0-1001/debian.README.gz for details Package: linux-azure-tools-7.1.0-1001 Description-md5: 5c495ba8d294b50577cc835f2151d463 Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.1.0-1001. You probably want to install linux-tools-7.1.0-1001-. 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-7.0.0-15-generic Description-md5: 0222e553748a3d594e0b1f3ef6a02ad4 Description-en: Linux kernel buildinfo for version 7.0.0 This package contains the Linux kernel buildinfo for version 7.0.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-1001-aws Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-1001-azure Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-1001-gcp Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-1001-oracle Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-5-generic Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-cloud-tools-7.0.0-15 Description-md5: e330df3f87f005004b3ca8080bb78d11 Description-en: Linux kernel version specific cloud tools for version 7.0.0-15 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.0.0-15. You probably want to install linux-cloud-tools-7.0.0-15-. Package: linux-cloud-tools-7.0.0-15-generic Description-md5: e8a7bdca01bdbfd8f0bfe02a34dc242e Description-en: Linux kernel version specific cloud tools for version 7.0.0-15 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.0.0-15. Package: linux-cloud-tools-7.1.0-1001-azure Description-md5: 151df4322423590970e53665402b74fc Description-en: Linux kernel version specific cloud tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.1.0-1001. Package: linux-cloud-tools-7.1.0-5 Description-md5: be7263dd7449f709ec5919ce335dd9fa Description-en: Linux kernel version specific cloud tools for version 7.1.0-5 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.1.0-5. You probably want to install linux-cloud-tools-7.1.0-5-. Package: linux-cloud-tools-7.1.0-5-generic Description-md5: 1b16611185314018f029e77c463f0885 Description-en: Linux kernel version specific cloud tools for version 7.1.0-5 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.1.0-5. Package: linux-cloud-tools-azure Description-md5: 996a134ced918fe9256d7b32c3a50925 Description-en: Linux kernel versioned cloud tools for Azure systems. This package will always depend on the latest Linux kernel versioned cloud tools available for Azure systems. Package: linux-cloud-tools-azure-7.1 Description-md5: 996a134ced918fe9256d7b32c3a50925 Description-en: Linux kernel versioned cloud tools for Azure systems. This package will always depend on the latest Linux kernel versioned cloud tools available for Azure systems. Package: linux-cloud-tools-common Description-md5: 03f2887ca408af7712a766ef39f16b59 Description-en: Linux kernel version specific cloud tools for version 7.0.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 7.0.0. Package: linux-cloud-tools-common Description-md5: 95688f39dd09d50f4cd1877f01fbbe59 Description-en: Linux kernel version specific cloud tools for version 7.1.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 7.1.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-7.0 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-7.1 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: 1965bc11e19f20425af00d1837df0b50 Description-en: Generic Linux kernel cloud tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-cloud-tools-generic-hwe-24.04-edge Description-md5: 1965bc11e19f20425af00d1837df0b50 Description-en: Generic Linux kernel cloud tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-cloud-tools-generic-hwe-26.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-26.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-7.0 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-7.1 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: de28bbab44b107f2e61bb44151932db1 Description-en: Virtual Linux kernel cloud tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-cloud-tools-virtual-hwe-24.04-edge Description-md5: de28bbab44b107f2e61bb44151932db1 Description-en: Virtual Linux kernel cloud tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-cloud-tools-virtual-hwe-26.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-26.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: e643a0c6f236f3fa7a9f6b29fa65ba5d Description-en: Linux kernel specific documentation for version 7.0.0 This package is deprecated and it is temporarily provided only for compatibility reasons. It will be dropped in the future. Package: linux-firmware Description-md5: cedea37a184c41f87ea245c19d68a4c4 Description-en: Firmware for Linux kernel drivers (metapackage) This package recommends and depends on packages that provide firmware used by Linux kernel drivers. Package: linux-firmware-amd-graphics Description-md5: c6c53f8fafceb04f5310c3a7cd385e4d Description-en: Firmware for AMD/ATI graphics This package provides firmware used by Linux kernel drivers amdgpu and radeon. Package: linux-firmware-amd-misc Description-md5: fe65c821bf2079527a9a881dbe1985c8 Description-en: Firmware for AMD NPU accelerators This package provides firmware used by Linux kernel drivers amdxdna. Package: linux-firmware-broadcom-wireless Description-md5: f5fdaa117a47ce5ddded1fa46fd10e97 Description-en: Firmware for Broadcom and Cypress Wi-Fi and Bluetooth adapters This package provides firmware used by Linux kernel drivers brcmsmac and brcmfmac. Package: linux-firmware-intel-misc Description-md5: d4965916eaffcd0cd8331c4182d017a6 Description-en: Firmware for miscellaneous Intel devices and adapters This package provides firmware used by Linux kernel drivers e100, hfi1, ice, intel_vpu, ish, snd_intel_sst_core, snd_soc_avs, snd-soc-skl, and qat. Package: linux-firmware-intel-wireless Description-md5: cb9bbe9be2bb2642b86b1ae9615ebaa2 Description-en: Firmware for Intel Wi-Fi and Bluetooth adapters This package provides firmware used by Linux kernel drivers btusb, and iwlwifi. Package: linux-firmware-mediatek Description-md5: 77396075242afe2bf46d7fb56351a2b7 Description-en: Firmware for Mediatek Wi-Fi, Bluetooth, and Ethernet adapters and SoCs This package provides firmware used by Linux kernel drivers btmtk, btmtk_usb, mt7601u, mt7615e, mt7622, mt7663, mt76x0, mt76x2e, mt76x2u, mt7915e, mt7920, mt7921, mt7922, mt7925, mt7996e, mt8196, mtk-2p5ge, mtk-sof, mtk-vpu, mtk_scp, mtk_wed, rt2800pci, rt2800usb, rt2860sta, and rt2870sta. Package: linux-firmware-minimal Description-md5: 5f185d6cd3eb14f78eb0e97fd29b000f Description-en: Firmware for Linux kernel drivers (metapackage) This package recommends packages that provide firmware used by Linux kernel drivers. Package: linux-firmware-qualcomm-wireless Description-md5: 64e4579daf6b1286feb3899a1d96bae3 Description-en: Firmware for Qualcomm and Atheros Wi-Fi and Bluetooth adapters This package provides firmware used by Linux kernel drivers ar5523, ar9170, ath3k, ath6kl, ath9k_htc, ath10k, ath11k, ath12k, btqca, and wil6210. Package: linux-gcp Description-md5: d87663192d7fe5dc7add0127cbf19bdb Description-en: Complete Google Cloud Platform (GCP) Linux kernel and headers This package will always depend on the latest complete Google Cloud Platform (GCP) Linux kernel and headers. Package: linux-gcp-7.1 Description-md5: d87663192d7fe5dc7add0127cbf19bdb Description-en: Complete Google Cloud Platform (GCP) Linux kernel and headers This package will always depend on the latest complete Google Cloud Platform (GCP) Linux kernel and headers. Package: linux-gcp-headers-7.1.0-1001 Description-md5: c042817aab172cdef9e11d6dd59562b9 Description-en: Header files related to Linux kernel version 7.1.0 This package provides kernel header files for version 7.1.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gcp-headers-7.1.0-1001/debian.README.gz for details Package: linux-gcp-tools-7.1.0-1001 Description-md5: 5c495ba8d294b50577cc835f2151d463 Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.1.0-1001. You probably want to install linux-tools-7.1.0-1001-. 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-7.0 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-7.1 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: ea96dc961207142515464daa9dffad77 Description-en: Complete Generic Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-generic-hwe-24.04-edge Description-md5: ea96dc961207142515464daa9dffad77 Description-en: Complete Generic Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-generic-hwe-26.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-26.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-7.0.0-15 Description-md5: c1725c257daaa0e39d478ca4ee49560a Description-en: Header files related to Linux kernel version 7.0.0 This package provides kernel header files for version 7.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.0.0-15/debian.README.gz for details Package: linux-headers-7.0.0-15-generic Description-md5: 28812ff977c66170c6a5bddb8d377960 Description-en: Linux kernel headers for version 7.0.0 This package provides kernel header files for version 7.0.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.0.0-15/debian.README.gz for details. Package: linux-headers-7.1.0-1001-aws Description-md5: 6eb2a9549c55c7ca59eabae8e544ef93 Description-en: Linux kernel headers for version 7.1.0 This package provides kernel header files for version 7.1.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-1001/debian.README.gz for details. Package: linux-headers-7.1.0-1001-azure Description-md5: 6eb2a9549c55c7ca59eabae8e544ef93 Description-en: Linux kernel headers for version 7.1.0 This package provides kernel header files for version 7.1.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-1001/debian.README.gz for details. Package: linux-headers-7.1.0-1001-gcp Description-md5: 6eb2a9549c55c7ca59eabae8e544ef93 Description-en: Linux kernel headers for version 7.1.0 This package provides kernel header files for version 7.1.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-1001/debian.README.gz for details. Package: linux-headers-7.1.0-1001-oracle Description-md5: d99c38bc66ec342f8b98ab7744312693 Description-en: Oracle Linux kernel headers for version 7.1.0 on DESC This package provides kernel header files for version 7.1.0 on DESC. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-1001/debian.README.gz for details. Package: linux-headers-7.1.0-5 Description-md5: c3e3bc15c47ca188e07a819c2ea903c3 Description-en: Header files related to Linux kernel version 7.1.0 This package provides kernel header files for version 7.1.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-5/debian.README.gz for details Package: linux-headers-7.1.0-5-generic Description-md5: 11f71ac4cecfd4908e67ad592bdb89e8 Description-en: Linux kernel headers for version 7.1.0 This package provides kernel header files for version 7.1.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-5/debian.README.gz for details. Package: linux-headers-aws Description-md5: 279f4ec9e0d306a0528bbd49b4805b6f Description-en: Linux kernel headers for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel headers available for Amazon Web Services (AWS) systems. Package: linux-headers-aws-7.1 Description-md5: 279f4ec9e0d306a0528bbd49b4805b6f Description-en: Linux kernel headers for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel headers available for Amazon Web Services (AWS) systems. Package: linux-headers-azure Description-md5: eeb9ab16adc26b5a55752a82472d09ac Description-en: Linux kernel headers for Azure systems. This package will always depend on the latest kernel headers available for Azure systems. Package: linux-headers-azure-7.1 Description-md5: eeb9ab16adc26b5a55752a82472d09ac Description-en: Linux kernel headers for Azure systems. This package will always depend on the latest kernel headers available for Azure systems. Package: linux-headers-gcp Description-md5: 14ce9b53a9d24ad1be99da16f32ced5d Description-en: Google Cloud Platform (GCP) Linux kernel headers This package will always depend on the latest Google Cloud Platform (GCP) kernel headers available. Package: linux-headers-gcp-7.1 Description-md5: 14ce9b53a9d24ad1be99da16f32ced5d Description-en: Google Cloud Platform (GCP) Linux kernel headers This package will always depend on the latest Google Cloud Platform (GCP) kernel headers available. 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-7.0 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-7.1 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: e517244fafb58e28504c4fa56a6bb368 Description-en: Generic Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-generic-hwe-24.04-edge Description-md5: e517244fafb58e28504c4fa56a6bb368 Description-en: Generic Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-generic-hwe-26.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-26.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-oem-24.04b 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.04c 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.04d Description-md5: 5a67c7baa8c068df9f6e49293c1299f5 Description-en: OEM Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oracle Description-md5: 741bcaa487f48f8860558f12a15d4f3e Description-en: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. Package: linux-headers-oracle-7.1 Description-md5: 741bcaa487f48f8860558f12a15d4f3e Description-en: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. 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-7.0 Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-7.1 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: 6aba81f9b765e4932921ba206d32edb3 Description-en: Virtual Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-virtual-hwe-24.04-edge Description-md5: 6aba81f9b765e4932921ba206d32edb3 Description-en: Virtual Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-virtual-hwe-26.04 Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-26.04-edge Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-image-7.0.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-7.1.0-1001-aws Description-md5: 3bd6562c83cb5afe5572bc5750e414b3 Description-en: Signed kernel image aws A kernel image for aws. This version of it is signed with Canonical's signing key. Package: linux-image-7.1.0-1001-azure Description-md5: a97547a316dd89fcd627f217a100729f Description-en: Signed kernel image azure A kernel image for azure. This version of it is signed with Canonical's signing key. Package: linux-image-7.1.0-1001-gcp Description-md5: a52bd552458b3033736aca335b4c7a2c Description-en: Signed kernel image gcp A kernel image for gcp. This version of it is signed with Canonical's signing key. Package: linux-image-7.1.0-1001-oracle Description-md5: 8d310ea424556b5e8319a7ac65aac6e7 Description-en: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Package: linux-image-7.1.0-5-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-aws Description-md5: d48f8260f8c20a3da56fff707dd8ef26 Description-en: Linux kernel image for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel image available for Amazon Web Services (AWS) systems. Package: linux-image-aws-7.1 Description-md5: d48f8260f8c20a3da56fff707dd8ef26 Description-en: Linux kernel image for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel image available for Amazon Web Services (AWS) systems. Package: linux-image-azure Description-md5: 7c6ef99d66fe73c5decac014854cc430 Description-en: Linux kernel image for Azure systems (vmlinuz). This package will always depend on the latest kernel image available for Azure systems. . This package will use vmlinuz during boot. Package: linux-image-azure-7.1 Description-md5: 7c6ef99d66fe73c5decac014854cc430 Description-en: Linux kernel image for Azure systems (vmlinuz). This package will always depend on the latest kernel image available for Azure systems. . This package will use vmlinuz during boot. 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-7.0 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-7.1 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: b8982c377d1e5e648ce0cb523540e590 Description-en: Extra drivers for Virtual Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-extra-virtual-hwe-24.04-edge Description-md5: b8982c377d1e5e648ce0cb523540e590 Description-en: Extra drivers for Virtual Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-extra-virtual-hwe-26.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-26.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-gcp Description-md5: f100d59138809689d7ab845357f64201 Description-en: Google Cloud Platform (GCP) Linux kernel image This package will always depend on the latest Google Cloud Platform (GCP) kernel image available. Package: linux-image-gcp-7.1 Description-md5: f100d59138809689d7ab845357f64201 Description-en: Google Cloud Platform (GCP) Linux kernel image This package will always depend on the latest Google Cloud Platform (GCP) kernel image available. 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-7.0 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-7.1 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: 9068686823d37180808059e50133013a Description-en: Generic Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-generic-hwe-24.04-edge Description-md5: 9068686823d37180808059e50133013a Description-en: Generic Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-generic-hwe-26.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-26.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-oem-24.04b 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.04c 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.04d Description-md5: 5953f1cc266cd6bc827ccd4317fff150 Description-en: OEM Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oracle Description-md5: ffee2e09f7d9a09f2bd9b4c72ff6d921 Description-en: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-image-oracle-7.1 Description-md5: ffee2e09f7d9a09f2bd9b4c72ff6d921 Description-en: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-image-uc-7.0.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-7.1.0-1001-aws Description-md5: f173095a0cc2076cd6ac39bb5d3b4a46 Description-en: Signed kernel image aws for Ubuntu Core A kernel image for aws. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.1.0-1001-azure Description-md5: 041adada7cbfd57cd273adfaf5536cfb Description-en: Signed kernel image azure for Ubuntu Core A kernel image for azure. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.1.0-1001-gcp Description-md5: 56f06d5295ef80a2942e6ed10f769ddf Description-en: Signed kernel image gcp for Ubuntu Core A kernel image for gcp. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.1.0-1001-oracle Description-md5: 48dc46125379fe6f7159cda98f96a79c Description-en: Signed kernel image oracle for Ubuntu Core A kernel image for oracle. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.1.0-5-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-7.0 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-7.1 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: 2c4903556d7d275371902d8a4de8844b Description-en: Generic Linux kernel image for Ubuntu Core (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-uc-generic-hwe-24.04-edge Description-md5: 2c4903556d7d275371902d8a4de8844b Description-en: Generic Linux kernel image for Ubuntu Core (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-uc-generic-hwe-26.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-26.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-uc-oem-24.04b 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.04c 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.04d 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-7.0.0-15-generic Description-md5: 40e4e0c15c805ba0256fdc17664c5808 Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.0. . 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-7.1.0-1001-aws Description-md5: b62d22b3d1a1adbe65a215d9f6a29c27 Description-en: Linux kernel image for version 7.1.0 This package contains the unsigned Linux kernel image for version 7.1.0. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.1.0-1001-azure Description-md5: 913c33946409093124053fb3dee7076c Description-en: Linux kernel image for version 7.1.0 This package contains the unsigned Linux kernel image for version 7.1.0. . Supports Azure processors. . Geared toward Azure systems. . You likely do not want to install this package directly. Instead, install the linux-azure meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.1.0-1001-gcp Description-md5: b86e90175dee5c0e8d94c10b487b4d2b Description-en: Linux kernel image for version 7.1.0 This package contains the unsigned Linux kernel image for version 7.1.0. . Supports amd64 processors. . Geared toward GCP or GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gcp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.1.0-1001-oracle Description-md5: 80767bf20bce8b941951018a64b51b3e Description-en: Oracle Linux kernel image for version 7.1.0 on DESC This package contains the unsigned Oracle Linux kernel image for version 7.1.0 on DESC. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.1.0-5-generic Description-md5: 0b9584cf7d00185885cd9887495ddcc0 Description-en: Linux kernel image for version 7.1.0 This package contains the unsigned Linux kernel image for version 7.1.0. . 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-7.0 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-7.1 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: c21867aa190019f44306c19a2554c81b Description-en: Virtual Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-virtual-hwe-24.04-edge Description-md5: c21867aa190019f44306c19a2554c81b Description-en: Virtual Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-virtual-hwe-26.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-26.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-7.0.0-15-generic Description-md5: ee1765a3f26a0c684c2f91c80b69b24a Description-en: Rust library files related to Linux kernel version 7.0.0 This package provides kernel library files for version 7.0.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-lib-rust-7.1.0-5-generic Description-md5: 9db0b152ebcf7d95cdf93d2dad07b5ae Description-en: Rust library files related to Linux kernel version 7.1.0 This package provides kernel library files for version 7.1.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-lowlatency Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-7.0 Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-7.1 Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-hwe-24.04 Description-md5: 425af0a406d0dde17544f027c974a0be Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-hwe-24.04-edge Description-md5: 425af0a406d0dde17544f027c974a0be Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-hwe-26.04 Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-hwe-26.04-edge Description-md5: 657a910330464eecf5ac52d5f18bc728 Description-en: Complete Generic Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-main-modules Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-aws Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-doca-ofed-26.01-7.0.0-15-generic Description-md5: e72155a77cc9fedae792058218e05f57 Description-en: Signed doca-ofed-26.01 module for 7.0.0-15 This package contains the signed doca-ofed-26.01 modules. . You likely do not want to install this package directly, Instead, install the linux-doca-ofed-26.01-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-evdi-7.0.0-15-generic Description-md5: 17d57f28066327f780e1b3178a361404 Description-en: Signed evdi module for 7.0.0-15 This package contains the signed evdi modules. . You likely do not want to install this package directly, Instead, install the linux-evdi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-evdi-7.1.0-5-generic Description-md5: a575ed2c9b90feb2e54397163232c75a Description-en: Signed evdi module for 7.1.0-5 This package contains the signed evdi modules. . You likely do not want to install this package directly, Instead, install the linux-evdi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-gcp Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-ipu6-7.0.0-15-generic Description-md5: 5bf979f8408bf44aff38cc3635aa76ab Description-en: Signed ipu6 module for 7.0.0-15 This package contains the signed ipu6 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-ipu6-7.1.0-5-generic Description-md5: dcc03cd45e7bcc0e71b4d5feb0860d3b Description-en: Signed ipu6 module for 7.1.0-5 This package contains the signed ipu6 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu6-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-ipu7-7.0.0-15-generic Description-md5: 02df7f9bb8486b81e540361973aad343 Description-en: Signed ipu7 module for 7.0.0-15 This package contains the signed ipu7 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-ipu7-7.1.0-5-generic Description-md5: 35d18a484dcb7a4d7e8daa5df43505b9 Description-en: Signed ipu7 module for 7.1.0-5 This package contains the signed ipu7 modules. . You likely do not want to install this package directly, Instead, install the linux-ipu7-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-iwlwifi-7.0.0-15-generic Description-md5: a5e3ea82ae1e963bf1f8715d7fa2bf1b Description-en: Signed iwlwifi module for 7.0.0-15 This package contains the signed iwlwifi modules. . You likely do not want to install this package directly, Instead, install the linux-iwlwifi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-iwlwifi-7.1.0-5-generic Description-md5: 778bd3ccb07e45e0f29c73ebf5d8a744 Description-en: Signed iwlwifi module for 7.1.0-5 This package contains the signed iwlwifi modules. . You likely do not want to install this package directly, Instead, install the linux-iwlwifi-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-oracle Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-usbio-7.0.0-15-generic Description-md5: 6fda2c748ac89145b6124067d5206be6 Description-en: Signed usbio module for 7.0.0-15 This package contains the signed usbio modules. . You likely do not want to install this package directly, Instead, install the linux-usbio-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-usbio-7.1.0-5-generic Description-md5: 6dc182a75b010ecb0100525a38c73742 Description-en: Signed usbio module for 7.1.0-5 This package contains the signed usbio modules. . You likely do not want to install this package directly, Instead, install the linux-usbio-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-v4l2loopback-7.0.0-15-generic Description-md5: efd0a641ede3c0bd9e932b674cdafdc3 Description-en: Signed v4l2loopback module for 7.0.0-15 This package contains the signed v4l2loopback modules. . You likely do not want to install this package directly, Instead, install the linux-v4l2loopback-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-v4l2loopback-7.1.0-5-generic Description-md5: 934064b5a74d26fb12416484e9e71af8 Description-en: Signed v4l2loopback module for 7.1.0-5 This package contains the signed v4l2loopback modules. . You likely do not want to install this package directly, Instead, install the linux-v4l2loopback-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-vision-7.0.0-15-generic Description-md5: 831fad561b0c1bf49cb3b35275293cd2 Description-en: Signed vision module for 7.0.0-15 This package contains the signed vision modules. . You likely do not want to install this package directly, Instead, install the linux-vision-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-vision-7.1.0-5-generic Description-md5: decb8c781247abf2735b205c0daaa975 Description-en: Signed vision module for 7.1.0-5 This package contains the signed vision modules. . You likely do not want to install this package directly, Instead, install the linux-vision-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.0.0-15-generic Description-md5: ff1c993d1e963aced50ae96fc0e27589 Description-en: Signed zfs module for 7.0.0-15 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-1001-aws Description-md5: b45402541807ba311033dc2052278e58 Description-en: Signed zfs module for 7.1.0-1001 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-1001-azure Description-md5: 9ce4c1caae08953b01ff04da0a727514 Description-en: Signed zfs module for 7.1.0-1001 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-azure meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-1001-gcp Description-md5: 16e47b2bcec69fd9afad39588220f550 Description-en: Signed zfs module for 7.1.0-1001 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-gcp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-1001-oracle Description-md5: c3a17269db2eea2f1b56011976fa1364 Description-en: Signed zfs module for 7.1.0-1001 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-5-generic Description-md5: 5f4c87f1563718bed26eb999f3a892c7 Description-en: Signed zfs module for 7.1.0-5 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-signed Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-aws Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-azure Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-gcp Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-oracle Description-md5: 332dcc96ab5f2cb19129778bac2042c3 Description-en: Build interlock package. You do not want to install this package. Package: linux-modules-7.0.0-15-generic Description-md5: a02d3ab9bae753cdbf933c595a9b3909 Description-en: Linux kernel modules for version 7.0.0 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-7.1.0-1001-aws Description-md5: 50ed143606c5f8a20766941f0601b4a9 Description-en: Linux kernel extra modules for version 7.1.0 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.1.0-1001-azure Description-md5: 7bdeae1acf3063cd51a1c829853d497c Description-en: Linux kernel modules for version 7.1.0 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 Azure processors. . Geared toward Azure systems. . You likely do not want to install this package directly. Instead, install the linux-azure meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.1.0-1001-gcp Description-md5: 75d52edd7ca93d36938a40fa743055de Description-en: Linux kernel extra modules for version 7.1.0 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 amd64 processors. . Geared toward GCP or GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gcp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.1.0-1001-oracle Description-md5: 6b04b6c26fe27aaaf86845d4a766598b Description-en: Oracle Linux kernel extra modules for version 7.1.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.1.0-5-generic Description-md5: 9c410620249f58dac644e45228c4ef31 Description-en: Linux kernel modules for version 7.1.0 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-doca-ofed-26.01-generic Description-md5: 13a1961bbe452bfc3b4b5b4de08c7a31 Description-en: Extra drivers for doca-ofed-26.01 for the generic flavour Install extra signed doca-ofed-26.01 modules compatible with the generic flavour Package: linux-modules-doca-ofed-26.01-generic-hwe-26.04 Description-md5: 13a1961bbe452bfc3b4b5b4de08c7a31 Description-en: Extra drivers for doca-ofed-26.01 for the generic flavour Install extra signed doca-ofed-26.01 modules compatible with the generic flavour Package: linux-modules-doca-ofed-26.01-generic-hwe-26.04-edge Description-md5: 13a1961bbe452bfc3b4b5b4de08c7a31 Description-en: Extra drivers for doca-ofed-26.01 for the generic flavour Install extra signed doca-ofed-26.01 modules compatible with the generic flavour Package: linux-modules-evdi-generic Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-generic-hwe-24.04 Description-md5: 0706a906841fe0e6600fdf6feb701099 Description-en: Extra drivers for evdi for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-evdi-generic-hwe-24.04-edge Description-md5: 0706a906841fe0e6600fdf6feb701099 Description-en: Extra drivers for evdi for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-evdi-generic-hwe-26.04 Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-generic-hwe-26.04-edge Description-md5: bbab6cef1fe711e04eaa4d1d78226a6e Description-en: Extra drivers for evdi for the generic flavour Install extra signed evdi modules compatible with the generic flavour Package: linux-modules-evdi-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-evdi-oem-24.04d 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-generic Description-md5: ebcf51f66b99abe2e07c81da857b3aef 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: b746e422d350a8265670629788b84e7b Description-en: Extra drivers for ipu6 for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu6-generic-hwe-24.04-edge Description-md5: b746e422d350a8265670629788b84e7b Description-en: Extra drivers for ipu6 for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu6-generic-hwe-26.04 Description-md5: ebcf51f66b99abe2e07c81da857b3aef 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-26.04-edge Description-md5: ebcf51f66b99abe2e07c81da857b3aef 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-ipu6-oem-24.04b 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.04c 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.04d 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-generic Description-md5: 41e941f53633d5979a5ec79e69567b53 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: 779c01a7400289db90be982ec1ee1725 Description-en: Extra drivers for ipu7 for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-generic-hwe-24.04-edge Description-md5: 779c01a7400289db90be982ec1ee1725 Description-en: Extra drivers for ipu7 for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-generic-hwe-26.04 Description-md5: 41e941f53633d5979a5ec79e69567b53 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-26.04-edge Description-md5: 41e941f53633d5979a5ec79e69567b53 Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour Package: linux-modules-ipu7-oem-24.04 Description-md5: 855084174dcbd6898a0016ee284167e2 Description-en: Extra drivers for ipu7 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-oem-24.04a Description-md5: 855084174dcbd6898a0016ee284167e2 Description-en: Extra drivers for ipu7 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-oem-24.04b Description-md5: 855084174dcbd6898a0016ee284167e2 Description-en: Extra drivers for ipu7 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-oem-24.04c Description-md5: 855084174dcbd6898a0016ee284167e2 Description-en: Extra drivers for ipu7 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-oem-24.04d Description-md5: 855084174dcbd6898a0016ee284167e2 Description-en: Extra drivers for ipu7 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-generic Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 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: 5f0652a8d3fc142a42c4867e714e100b Description-en: Extra drivers for iwlwifi for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-generic-hwe-24.04-edge Description-md5: 5f0652a8d3fc142a42c4867e714e100b Description-en: Extra drivers for iwlwifi for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-generic-hwe-26.04 Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 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-26.04-edge Description-md5: 5bae7097070e2e5bbd0ab784a0b59ce6 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-iwlwifi-oem-24.04b 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.04c 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.04d 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-usbio-generic Description-md5: a22373b149c34b65828b238e95b131f6 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: f9ad0c7d52f06421030d85d03e68cc4f Description-en: Extra drivers for usbio for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-usbio-generic-hwe-24.04-edge Description-md5: f9ad0c7d52f06421030d85d03e68cc4f Description-en: Extra drivers for usbio for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-usbio-generic-hwe-26.04 Description-md5: a22373b149c34b65828b238e95b131f6 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-26.04-edge Description-md5: a22373b149c34b65828b238e95b131f6 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-usbio-oem-24.04b 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.04c 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.04d 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-v4l2loopback-generic Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-generic-hwe-26.04 Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-v4l2loopback-generic-hwe-26.04-edge Description-md5: 10b42b000ae7cd79548252c3c4b879dd Description-en: Extra drivers for v4l2loopback for the generic flavour Install extra signed v4l2loopback modules compatible with the generic flavour Package: linux-modules-vision-generic Description-md5: 6237410f3373269dec7291f833208c58 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: b200eb2dd6f11b2e415a0726514e8151 Description-en: Extra drivers for vision for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-vision-generic-hwe-24.04-edge Description-md5: b200eb2dd6f11b2e415a0726514e8151 Description-en: Extra drivers for vision for the generic flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-vision-generic-hwe-26.04 Description-md5: 6237410f3373269dec7291f833208c58 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-26.04-edge Description-md5: 6237410f3373269dec7291f833208c58 Description-en: Extra drivers for vision for the generic flavour Install extra signed vision modules compatible with the generic flavour Package: linux-modules-vision-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-vision-oem-24.04b 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-oem-24.04c 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-oem-24.04d 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-zfs-aws Description-md5: 0befbd8ef8d397c2c45a019aa228b3e1 Description-en: Extra drivers for zfs for the aws flavour Install extra signed zfs modules compatible with the aws flavour Package: linux-modules-zfs-azure Description-md5: b37b9a1a52d52600da7440bb9cab67f2 Description-en: Extra drivers for zfs for the azure flavour Install extra signed zfs modules compatible with the azure flavour Package: linux-modules-zfs-gcp Description-md5: 125064ee8cb93b0ffa75ef90d06ea298 Description-en: Extra drivers for zfs for the gcp flavour Install extra signed zfs modules compatible with the gcp flavour Package: linux-modules-zfs-generic Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-generic-hwe-26.04 Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-generic-hwe-26.04-edge Description-md5: 23e2d7ecfb8242326f177f947ea98d43 Description-en: Extra drivers for zfs for the generic flavour Install extra signed zfs modules compatible with the generic flavour Package: linux-modules-zfs-oracle Description-md5: 7466a315e7db51ef06716ba76ceb7545 Description-en: Extra drivers for zfs for the oracle flavour Install extra signed zfs modules compatible with the oracle flavour Package: linux-nvidia-bos-headers-7.0.0-2004 Description-md5: 9528a5c6adcbe5a90556e72cef3549e1 Description-en: Header files related to Linux kernel version 7.0.0 This package provides kernel header files for version 7.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-nvidia-bos-headers-7.0.0-2004/debian.README.gz for details 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-oem-24.04b 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.04c 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.04d 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-oracle Description-md5: 5a0227696f358f2137dc0ea2ed70da05 Description-en: Complete Linux kernel for Oracle systems. This package will always depend on the latest complete Linux kernel available for Oracle systems. Package: linux-oracle-7.1 Description-md5: 5a0227696f358f2137dc0ea2ed70da05 Description-en: Complete Linux kernel for Oracle systems. This package will always depend on the latest complete Linux kernel available for Oracle systems. Package: linux-oracle-headers-7.1.0-1001 Description-md5: 11e3fb9d8f94827d297c4442af414b89 Description-en: Header files related to Oracle Linux kernel version 7.1.0 This package provides kernel header files for version 7.1.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oracle-headers-7.1.0-1001/debian.README.gz for details Package: linux-oracle-tools-7.1.0-1001 Description-md5: a2c0cb9f69263549610f327030ecba27 Description-en: Oracle Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.1.0-1001 on =HUMAN=. You probably want to install linux-tools-7.1.0-1001-. Package: linux-perf Description-md5: 88635cc4c3dc02248bd53321c4237fb4 Description-en: Performance analysis tools for Linux 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-7.0.0 Description-md5: 867ed716438f1d79f1dee978ccdc587c Description-en: Linux kernel source for version 7.0.0 with Ubuntu patches This package provides the source code for the Linux kernel version 7.0.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-source-7.1.0 Description-md5: dab460620b895c44c019d5a17232cdd5 Description-en: Linux kernel source for version 7.1.0 with Ubuntu patches This package provides the source code for the Linux kernel version 7.1.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-7.0.0-15 Description-md5: 9df3f0a5568264b162fdc08493e28f8d Description-en: Linux kernel version specific tools for version 7.0.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.0.0-15. You probably want to install linux-tools-7.0.0-15-. Package: linux-tools-7.0.0-15-generic Description-md5: 4edfcf6dd2d4c1c90e676f3d60757d48 Description-en: Linux kernel version specific tools for version 7.0.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-15. Package: linux-tools-7.1.0-1001-aws Description-md5: e7029d6c2cb9f7aa4eb116f61089c47e Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-1001. Package: linux-tools-7.1.0-1001-azure Description-md5: e7029d6c2cb9f7aa4eb116f61089c47e Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-1001. Package: linux-tools-7.1.0-1001-gcp Description-md5: e7029d6c2cb9f7aa4eb116f61089c47e Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-1001. Package: linux-tools-7.1.0-1001-oracle Description-md5: 690f13db470763a7cf021c4a8f7ef30c Description-en: Oracle Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-1001 on =HUMAN=. Package: linux-tools-7.1.0-5 Description-md5: ee4e29afc7ab5154ed426247971b8e53 Description-en: Linux kernel version specific tools for version 7.1.0-5 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.1.0-5. You probably want to install linux-tools-7.1.0-5-. Package: linux-tools-7.1.0-5-generic Description-md5: 34db3238a0dc310c56729ae379cec719 Description-en: Linux kernel version specific tools for version 7.1.0-5 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-5. Package: linux-tools-aws Description-md5: afac901302a564cef62a0809a4d8ec7b Description-en: Linux kernel versioned tools for Amazon Web Services (AWS) systems. This package will always depend on the latest Linux kernel versioned tools available for Amazon Web Services (AWS) systems. Package: linux-tools-aws-7.1 Description-md5: afac901302a564cef62a0809a4d8ec7b Description-en: Linux kernel versioned tools for Amazon Web Services (AWS) systems. This package will always depend on the latest Linux kernel versioned tools available for Amazon Web Services (AWS) systems. Package: linux-tools-azure Description-md5: 4c6b704fa5b907a56eecc933f84b2a44 Description-en: Linux kernel versioned tools for Azure systems. This package will always depend on the latest Linux kernel versioned tools available for Azure systems. Package: linux-tools-azure-7.1 Description-md5: 4c6b704fa5b907a56eecc933f84b2a44 Description-en: Linux kernel versioned tools for Azure systems. This package will always depend on the latest Linux kernel versioned tools available for Azure systems. Package: linux-tools-common Description-md5: 9c2eac38018a1b9f0157a450392e9d97 Description-en: Linux kernel version specific tools for version 7.0.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.0.0. Package: linux-tools-common Description-md5: 859b44c1946bcfbc27f9628c84fda02f Description-en: Linux kernel version specific tools for version 7.1.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 7.1.0. Package: linux-tools-gcp Description-md5: 3d914bfcdd174f3e1189d829307612c2 Description-en: Google Cloud Platform (GCP) Linux kernel tools This package will always depend on the latest Google Cloud Platform (GCP) kernel tools available. Package: linux-tools-gcp-7.1 Description-md5: 3d914bfcdd174f3e1189d829307612c2 Description-en: Google Cloud Platform (GCP) Linux kernel tools This package will always depend on the latest Google Cloud Platform (GCP) kernel tools available. 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-7.0 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-7.1 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: 723d7950769ebf99ce075f140f3b1e64 Description-en: Generic Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-generic-hwe-24.04-edge Description-md5: 723d7950769ebf99ce075f140f3b1e64 Description-en: Generic Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-generic-hwe-26.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-26.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-oem-24.04b 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.04c 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.04d Description-md5: dfafefb793a7b62c766f65e6fc868bf9 Description-en: OEM Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oracle Description-md5: 362246a635b6b01427de3df499dc087a Description-en: Linux kernel versioned tools for Oracle systems. This package will always depend on the latest Linux kernel versioned tools available for Oracle systems. Package: linux-tools-oracle-7.1 Description-md5: 362246a635b6b01427de3df499dc087a Description-en: Linux kernel versioned tools for Oracle systems. This package will always depend on the latest Linux kernel versioned tools available for Oracle systems. 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-7.0 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-7.1 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: 860e2654c8d6a2016c764601fcb5e7ce Description-en: Virtual Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-virtual-hwe-24.04-edge Description-md5: 860e2654c8d6a2016c764601fcb5e7ce Description-en: Virtual Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-virtual-hwe-26.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-26.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-7.0 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-7.1 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: 9f6adc27438144d6580790ce209414eb Description-en: Minimal Generic Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-virtual-hwe-24.04-edge Description-md5: 9f6adc27438144d6580790ce209414eb Description-en: Minimal Generic Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-virtual-hwe-26.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-26.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: login Description-md5: 3ea3021905283659aa143e4357137245 Description-en: system login tools This package provides support for console-based logins and for changing effective user or group IDs, including: * login, the program that invokes a user shell on a virtual terminal, * nologin, a dummy shell for disabled user accounts. Package: mariadb-client Description-md5: 82697f9416e5e5d0a4e7331c2c735591 Description-en: MariaDB database client binaries MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mariadb-report (mysqlreport). Package: mariadb-client-core Description-md5: 2862a38a5ead2e1df7366bf661e03278 Description-en: MariaDB database core client binaries MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mariadb-common Description-md5: 7ba51200b10cf3577582b422675a3a16 Description-en: MariaDB database common files (/etc/mysql/mariadb.conf.d/) MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes configuration files common to all MariaDB programs. Package: mariadb-plugin-provider-bzip2 Description-md5: c3950d83efdab13503f11af3ad4e2c60 Description-en: BZip2 compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides BZip2 (https://sourceware.org/bzip2/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lz4 Description-md5: cf2abaea40b7fa6e7045bc3dbbc6b437 Description-en: LZ4 compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZ4 (http://lz4.github.io/lz4/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lzma Description-md5: 0e4da2d382b71c76d84e85260d3ba2d1 Description-en: LZMA compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZMA (https://tukaani.org/lzma/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-lzo Description-md5: 3a16b9262ea33fc1cd2eae2afa074936 Description-en: LZO compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides LZO (http://www.oberhumer.com/opensource/lzo/) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-plugin-provider-snappy Description-md5: 482f1c3726111908a9a3375a4fe7489c Description-en: Snappy compression support in the server and storage engines The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga, can use different compression libraries. . Plugin provides Snappy (https://github.com/google/snappy) compression . Note that these affect InnoDB and Mroonga only; RocksDB still uses the compression algorithms from its own library Package: mariadb-server Description-md5: ae76dbcde4bf3e79b8228e6dad967834 Description-en: MariaDB database server binaries MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the server binaries. Package: mariadb-server-core Description-md5: a01f76260dfbedfdfbfcd8ff440b8a4c Description-en: MariaDB database core server files MariaDB 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 MariaDB are speed, robustness and ease of use. . This package includes the core server files, as used by Akonadi. Package: mount Description-md5: 90e187380786a435bb9c85b37afa2c5f Description-en: tools for mounting and manipulating filesystems This package provides the mount(8), umount(8), swapon(8), swapoff(8), and losetup(8) commands. Package: mutter-common Description-md5: 2289cdfd3182ed0acc7d7a3b4981bbda Description-en: shared files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the shared files. Package: mutter-common-bin Description-md5: e51d8fdda3423fdf24a80a3951732fb1 Description-en: shared programs for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the program files which are used for the libraries and others. Package: mysql-client Description-md5: b1cd8c7e9853bfd0973f66f22738c484 Description-en: MySQL database client 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. Package: mysql-client-core 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 Description-md5: 8075d90d0db0fb75d81a94724beb1331 Description-en: MySQL database server 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 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: nginx Description-md5: cb534cf82475d3e706f730549c99229f Description-en: small, powerful, scalable web/proxy server Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. Package: nginx-common Description-md5: 9e23931d84d07adbee5412aefdad8a90 Description-en: small, powerful, scalable web/proxy server - common files Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package contains base configuration files used by all versions of nginx. Package: nginx-core Description-md5: e85c58ee97847a5147d2960542e84a35 Description-en: nginx web/proxy server (standard version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This metapackage provides a version of nginx identical to that of nginx-full, but without any third-party modules, and only modules in the original nginx code base. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream Core, GeoIP Package: nginx-doc Description-md5: fd841a2b53e39ae89ec191f0e1278a05 Description-en: small, powerful, scalable web/proxy server - documentation Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides extra documentation to help unleash the power of Nginx. Package: opencc-jieba Description-md5: 3fa2142da9bc3e79650d897c7bf5195b Description-en: simplified-traditional Chinese conversion library - Jieba segmentation plugin opencc is a library for converting character between traditional Chinese and simplified Chinese. . This package provides the optional Jieba-based word segmentation plugin (libopencc-jieba.so) that enables word-segmentation-aware regional phrase conversion. Package: opencc-jieba-data Description-md5: f46353d9ba98d3d4177c5b3514d5dae9 Description-en: simplified-traditional Chinese conversion library - Jieba plugin data files opencc is a library for converting character between traditional Chinese and simplified Chinese. . This package provides the merged Jieba dictionary and the *_jieba.json configurations used by the Jieba-based word segmentation plugin. Package: openjdk-25-dbg Description-md5: d73cb0a41450fd194ce774f2b26510b8 Description-en: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. Package: openjdk-25-jdk Description-md5: b9e7f4837238c34971e4a8b72ab7d045 Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-25-jdk-headless Description-md5: 494a52f34d707a832270d6d51a78f511 Description-en: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-25-jre Description-md5: 13097853553de1ab39cc189225a9cbaa Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. Package: openjdk-25-jre-headless Description-md5: 62c2c9689e617c48cc4480926d2ca785 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. Package: openjdk-25-source Description-md5: 5e4d8bbb398daa24b05478a4a3be42bf Description-en: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. Package: openvswitch-common Description-md5: 592fb336c66a49b36ec2d6b8873eb66a Description-en: Open vSwitch common components Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-common provides components required by both openvswitch-switch and openvswitch-testcontroller. Package: openvswitch-doc Description-md5: 34dbb9eb458b41810977ed67bd034a5b Description-en: Open vSwitch documentation Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides documentation for configuration and use of Open vSwitch. Package: openvswitch-switch Description-md5: ff569939b14d8f902d88039019fdf3ae Description-en: Open vSwitch switch implementations Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. Package: openvswitch-switch-dpdk Description-md5: c9a918dc998b88bacbc77b69bf99d90f Description-en: DPDK enabled Open vSwitch switch implementation Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. . DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package provides a DPDK enabled implementation of the ovs-vswitchd binary. Package: os-brick-common Description-md5: 120ff671a86897dfd831b40bde5f5004 Description-en: Library for managing local volume attaches - common files OpenStack Cinder brick library for managing local volume attaches. . Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host. . This package contains common files needed by either the Python 2 or 3 module of os-brick. Package: perl Description-md5: 603cb1e5fe66da8106c364f4e9b84082 Description-en: Larry Wall's Practical Extraction and Report Language Perl is a highly capable, feature-rich programming language with over 20 years of development. Perl 5 runs on over 100 platforms from portables to mainframes. Perl is suitable for both rapid prototyping and large scale development projects. . Perl 5 supports many programming styles, including procedural, functional, and object-oriented. In addition to this, it is supported by an ever-growing collection of reusable modules which accelerate development. Some of these modules include Web frameworks, database integration, networking protocols, and encryption. Perl provides interfaces to C and C++ for custom extension development. Package: perl-base Description-md5: 7001a47831793bcacf36015bf62a108f Description-en: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules-5.42" and "perl-doc"). Package: perl-debug Description-md5: 11b937dac8b92a329c540e8c5e5e1546 Description-en: debug-enabled Perl interpreter debugperl provides a debug-enabled version of Perl which can produce extensive information about the interpreter as it compiles and executes a program (see the -D switch in perlrun(1)). . Note that this package is primarily of use in debugging *Perl* rather than perl programs, which may be traced/debugged using the standard perl binary using the -d switch (see perldebug(1)). . In addition, this package also includes debugging information for the normal Perl interpreter. Package: perl-doc Description-md5: 6cd25412f32c953589ef8fcaf1f5f46d Description-en: Perl documentation Perl manual pages, POD documentation and the `perldoc' program. If you are writing Perl programs, you almost certainly need this. Package: perl-modules-5.42 Description-md5: 6fa77491447a77e3fc5749182dc51a68 Description-en: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules-5.42' directly, they should use `perl' (which depends on `perl-modules-5.42') instead. Package: perl-openssl-defaults Description-md5: 666a41ae5378933a994e5c6b4d4c4d15 Description-en: version compatibility baseline for Perl OpenSSL packages A subset of Perl XS module packages expose the OpenSSL binary interface to Perl code. This can lead to incompatibilities if these packages are linked against different versions of OpenSSL. . This package provides a virtual package "perl-openssl-abi-x" that corresponds to the libssl-dev package SONAME it was built against. The packages that need to stay compatible with each other can depend on this. . Tools are also provided for generating this dependency with minimum hassle. See the instructions in README.Debian. Package: postgresql-18 Description-md5: dcb0488ab35080ca4e8e57faa4716e66 Description-en: The World's Most Advanced Open Source Relational Database PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It features transactions with Atomicity, Consistency, Isolation, Durability (ACID) properties, automatically updatable views, materialized views, triggers, foreign keys, and stored procedures. It is designed to handle a range of workloads, from single machines to data warehouses or Web services with many concurrent users. . This package provides the database server for PostgreSQL 18. Package: postgresql-18-jit Description-md5: d6473045d91a06e2d8a9b3940cf9e428 Description-en: LLVM JIT support for PostgreSQL 18 PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It features transactions with Atomicity, Consistency, Isolation, Durability (ACID) properties, automatically updatable views, materialized views, triggers, foreign keys, and stored procedures. It is designed to handle a range of workloads, from single machines to data warehouses or Web services with many concurrent users. . This package provides LLVM-based query JITing for PostgreSQL 18. Package: postgresql-client-18 Description-md5: 2521718fad80ea50b924172bfcb11d91 Description-en: front-end programs for PostgreSQL 18 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 18. If you install PostgreSQL 18 on a standalone machine, you need the server package postgresql-18, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-18 Description-md5: 905f41443bd43e4eb846897a4d4c61e3 Description-en: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 18. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-18 Description-md5: bef0ae96461b3098bdeaa43d6ad22e86 Description-en: PL/Perl procedural language for PostgreSQL 18 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 18 in Perl. You need this package if you have any PostgreSQL 18 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-18 Description-md5: 06aefbd4f15d365710e64c69fbb67e3c Description-en: PL/Python 3 procedural language for PostgreSQL 18 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 18 in Python 3. You need this package if you have any PostgreSQL 18 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-18 Description-md5: 7f093863638480777ffb50ead25dfa06 Description-en: PL/Tcl procedural language for PostgreSQL 18 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 18 in Tcl. You need this package if you have any PostgreSQL 18 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: python-aodhclient-doc Description-md5: 2ce64b38d9b7249313b6556f95aa0835 Description-en: OpenStack Alarming as a Service - client doc Aodh provides alarming for OpenStack. The alarming component of Aodh, first delivered in the Havana version, allows you to set alarms based on threshold evaluation for a collection of samples. An alarm can be set on a single meter, or on a combination. For example, you may want to trigger an alarm when the memory consumption reaches 70% on a given instance if the instance has been up for more than 10 min. . This package contains the client documentation. Package: python-automaton-doc Description-md5: 31971d3d2482cb7b102e2ccc3d8dcc41 Description-en: friendly state machines - Python 3.x Automaton is a friendly state machines for Python. This state machine can be used to automatically run a given set of transitions and states in response to events (either from callbacks or from generator/iterator send() values, see PEP 342). On each triggered event, a on_enter and on_exit callback can also be provided which will be called to perform some type of action on leaving a prior state and before entering a new state. . This package contains the documentation. Package: python-castellan-doc Description-md5: 2d9033c6923a9bd81540c04251062fff Description-en: generic key manager interface for OpenStack - doc The Castellan module provides a generic key manager interface so that OpenStack projects can use Barbican, but also have the flexibilty to choose an alternative Key Manager as needed. This is helpful during development, for example, where a simple implementation of the Key Manager Interface can be used instead of having to spin up a Barbican instance. . This package contains the documentation. Package: python-cffi-doc Description-md5: 4e95d4c8f9deee117e97bb9e1136bb67 Description-en: Foreign Function Interface for Python calling C code - documentation Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the developer documentation for cffi. Package: python-cotyledon-doc Description-md5: dc8c05f2d0c319e96191b3a1865abc7b Description-en: framework for defining long-running services - doc Cotyledon provides a framework for defining long-running services. It provides handling of Unix signals, spawning of workers, supervision of children processes, daemon reloading, sd-notify, rate limiting for worker spawning, and more. . This package contains the documentation. Package: python-cryptography-doc Description-md5: 95e086df9589e72a42d12c928f5f7a28 Description-en: Python library exposing cryptographic recipes and primitives (documentation) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the documentation for cryptography. Package: python-designateclient-doc Description-md5: 90b79e1b6a4b468aa988ac08a72280df Description-en: client library for the OpenStack Designate API - doc Designate provides DNSaaS services for OpenStack. It provides a multi-tenant REST API for domain & record management. It is Integrated with Keystone for authentication, and provides a framework in place to integrate with Nova and Neutron notifications (for auto-generated records). Designate supports PowerDNS and Bind9 out of the box. . This is a client for the OpenStack Designate API. There's a Python API (the "designateclient" module), and a command-line script ("designate"). . Installing this package gets you a shell command, that you can use to interact with Designate's API. . This package provides the documentation. Package: python-futurist-doc Description-md5: d5c0ff2f64de245294aaf0c4fb65791f Description-en: useful additions to futures, from the future - doc Code from the future, delivered to you in the now. For example: * A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It provides a standard executor API/interface and it also gathers execution statistics. * A futurist.ProcessPoolExecutor derivative that gathers execution statistics. * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the same executor API/interface and it also gathers execution statistics. * A futurist.ThreadPoolExecutor derivative that gathers execution statistics. * A futurist.periodics.PeriodicWorker that can use the previously mentioned executors to run asynchronous work periodically in parallel or synchronously. * etc. . This package contains the documentation. Package: python-glance-store-doc Description-md5: d92095e6ec170009093fc366466627ff Description-en: OpenStack Image Service store library - doc The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the documentation. Package: python-glanceclient-doc Description-md5: a2e5f26eee1d8cc9bd7633ffdfae8812 Description-en: Client library for Openstack glance server - doc The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This is a client for the Glance which uses the OpenStack Image API. There's a Python API (the "glanceclient" module), and a command-line script ("glance"). . This package provides the documentation and man page. Package: python-greenlet-doc Description-md5: 38b38ebd2f1d82dff433fbfa8e243dc0 Description-en: Lightweight in-process concurrent programming - documentation The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". . greenlet is the standalone package derived from the py lib, and is used by several non-blocking IO packages as a more flexible alternative to Python's built in coroutines. . This is the documentation for greenlet. Package: python-ironicclient-doc Description-md5: f8239ba8110e10dc62062ce58df525a4 Description-en: Client for OpenStack bare metal Service - doc Ironic provision bare metal machines instead of virtual machines. It is a fork of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality. . This is a client for the OpenStack Ironic API. There's a Python API (the "ironicclient" module), and a command-line script ("ironic"). . Installing this package gets you a shell command, that you can use to interact with Ironic's API. . This package provides the documentation. Package: python-keystoneauth1-doc Description-md5: e04f105a60603dae14e30821f3ffd5f6 Description-en: authentication library for OpenStack Identity - doc Keystoneauth is a library that contains tools for authenticating with OpenStack Clients. These tools include: authentication plugins (password, token, and federation based); discovery mechanisms to determineversion support for OpenStack clouds; and a session used to maintain client settings across requests. It is designed for use in conjunction with the existing OpenStack clients and for simplifying the process of writing new clients. . This package contains the documentation. Package: python-magnumclient-doc Description-md5: e87ce74eeff033a5cfc47cdbf4866950 Description-en: client library for Magnum API - doc Magnum is an OpenStack API service developed by the OpenStack Containers Team making container orchestration engines such as Docker and Kubernetes available as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS image which contains Docker and Kubernetes and runs that image in either virtual machines or bare metal in a cluster configuration. . This package contains the documentation. Package: python-manilaclient-doc Description-md5: 792a044fcd6d0283ae2e06013a416b00 Description-en: OpenStack shared file system as a service - client doc Manila is an OpenStack project to provide Shared Filesystems as a service. It provides coordinated access to shared or distributed file systems. While the primary consumption of file shares would be across OpenStack Compute instances, the service is also intended to be accessible as an independent capability in line with the modular design established by other OpenStack services. Manila is extensible for multiple backends (to support vendor or file system specific nuances / capabilities) and accommodates any of a variety of shared or distributed file system types. . This package contains the Python client library and command line tool documentation. Package: python-novaclient-doc Description-md5: b3aa35805c29ab6cdbf4716c6f027ae2 Description-en: client library for OpenStack Compute API - doc OpenStack Compute, codenamed Nova, is a cloud computing fabric controller designed to be modular and easy to extend and adapt. In addition to its "native" OpenStack API, it also supports the Amazon EC2 API, and it supports many different database backends (including SQLite, MySQL, and PostgreSQL), hypervisors (KVM, Xen), and user directory systems (LDAP, SQL). . Python novaclient library and nova CLI tool for interacting with OpenStack Compute (Nova) through the OpenStack Compute API. . This package provides the documentation. Package: python-openssl-doc Description-md5: 9110c04c6fb7d3e4c184c1b1150e5435 Description-en: Python wrapper around the OpenSSL library (documentation package) High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. . This package contains documentation for python-openssl. Package: python-os-brick-doc Description-md5: c803b7d4eed8d061f41ee22ed7074edb Description-en: Library for managing local volume attaches - doc OpenStack Cinder brick library for managing local volume attaches. . Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host. . This package contains the documentation. Package: python-os-traits-doc Description-md5: 52b2d69c0330ed69519e8f8d32f67f2d Description-en: standardized trait strings - doc Os-traits is a library containing standardized trait strings. . Traits are strings that represent a feature of some resource provider. This library contains the catalog of constants that have been standardized in the OpenStack community to refer to a particular hardware, virtualization, storage, network, or device trait. . This package contains the documentation. Package: python-os-vif-doc Description-md5: 6f0af7c0d5c7002509ccfe9dd77f4df6 Description-en: Integration library between network and compute - doc A library for plugging and unplugging virtual interfaces in OpenStack. . This package contains the documentation. Package: python-oslo.cache-doc Description-md5: e9c7926d4a8a1066ffab9a74f8d4ff5b Description-en: cache storage for Openstack projects - doc oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached. . This package contains the documentation. Package: python-oslo.concurrency-doc Description-md5: 35a858a2e71d8220169d898c8aeaaf86 Description-en: oslo.concurrency library - doc The oslo.concurrency library provides solutions for managing concurrency and locks within OpenStack projects. . This package contains the documentation. Package: python-oslo.config-doc Description-md5: 6a1ee93865025e1a75f9e5ef4ec8a5dd Description-en: Common code for Openstack Projects (configuration API) - doc The OpenStack Oslo project provides Python libraries containing infrastructure code shared by OpenStack projects. . The OpenStack Oslo Configuration API supports parsing command line arguments and .ini style configuration files. . This package provides the documentation. Package: python-oslo.context-doc Description-md5: 8383e86194867beaa605b32f63995278 Description-en: WSGI context helpers for OpenStack - doc The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging. . This package contains the documentation. Package: python-oslo.db-doc Description-md5: ef8a444594d96603c924a395759ab455 Description-en: database connectivity to the different backends and helper utils - doc The Oslo database handling library is part of the OpenStack project. It provides database connectivity to the different backends and also provides helper utils. . This package contains the documentation. Package: python-oslo.i18n-doc Description-md5: 5ffd4b61ef96d2d0ce56aa1396653333 Description-en: Oslo Internationalization Utilities - doc The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. . This package contains the documentation. Package: python-oslo.log-doc Description-md5: 3f01920af48c0af656a7599d0bb4485a Description-en: OpenStack logging configuration library - doc OpenStack logging configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc). . This package contains the documentation. Package: python-oslo.middleware-doc Description-md5: c472815f9cfe8e7e81c1e1814e30e5fd Description-en: various WSGI middleware components for OpenStack - doc The oslo.middleware library contains various functions and methods used by the OpenStack projects that are using the WSGI pipeline. . This package contains the documentation. Package: python-oslo.policy-doc Description-md5: 5e6215a9861b110c8e6c924058d3de30 Description-en: RBAC policy enforcement library for OpenStack - doc Oslo.policy provides a Role Based Access Control policy enforcement library for OpenStack. . This package contains the documentation. Package: python-oslo.privsep-doc Description-md5: f7bffd199f86067d4a1c9b83ccfdf76e Description-en: OpenStack library for privilege separation - doc Oslo.privsep is the OpenStack library for privilege separation. It manages the user and groups for running daemons, and also leverage Linux capabilities features to avoid running as root. . This package contains the documentation. Package: python-oslo.reports-doc Description-md5: 44dc7f99b1466cc09c4f97934d97286f Description-en: reports serialized in various data types - doc This package/module provides mechanisms for defining reports which may then be serialized into various data types. Each report is composed of one or more report sections, which contain generators which generate data models, which are then serialized by views. . This package contains the documentation. Package: python-oslo.serialization-doc Description-md5: bf41be1cea6e890ec1147f98b8a7eea6 Description-en: utilities for serialization , especially JSON - doc The oslo.serialization library contain utilities for working with serialization features, especially working with JSON. . This package contains the documentation. Package: python-oslo.service-doc Description-md5: 1e097dcbba8c99565911a7255164b8b8 Description-en: library for running OpenStack services - doc The oslo.service library provides a framework for managing long-running services in OpenStack projects. . Features include: * Creation and management of long running service processes and threads. * Periodic task management. * SSL configuration of services. * systemd notification support. . This package contains the documentation. Package: python-oslo.upgradecheck-doc Description-md5: 4580d5734235ea5146e52a9cf1d8a3c3 Description-en: Common code for writing upgrade checks - doc The oslo.upgradecheck package contains the common code necessary for writing upgrade checks in OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for the common code as well as an example (oslo_upgradecheck.__main__) of integrating that code into a project. . This package contains the documentation. Package: python-oslo.utils-doc Description-md5: 5ae0bdae9083eff6301b73ef247ed590 Description-en: Oslo Utility library - doc The Oslo.utils package provides a set of function which are cross-project for OpenStack. For example, it provides text decoding, exception handling, Python module import facility (try_import function), network-related system-level, and time utilities and helper functions. . This package contains the documentation. Package: python-oslo.versionedobjects-doc Description-md5: 4e9ac709b8b71513a7557bacc7972879 Description-en: deals with DB schema versions and code expectations - doc oslo.versionedobjects library deals with DB schema being at different versions than the code expects, allowing services to be operated safely during upgrades. It enables DB independent schema by providing an abstraction layer, which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is also used in RPC APIs, to ensure upgrades happen without spreading version dependent code across different services and projects. . This package contains the documentation. Package: python-oslo.vmware-doc Description-md5: 708e1f33554e011f690473a7d81d67f8 Description-en: VMware library for OpenStack projects - doc This package is part of the Oslo project, which aims at providing unified Python libraries across all of OpenStack. It provides a VMware library for OpenStack projects. . This package contains the documentation. Package: python-ovsdbapp-doc Description-md5: 866b7a238b1d9d576830444dfd81c0fe Description-en: library for creating OVSDB applications - doc The ovdsbapp library is useful for creating applications that communicate via Open vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions. It features an thread-based event loop for using ovs.db.Idl, transaction support, native OVSDB communication. . This package contains the documentation. Package: python-pexpect-doc Description-md5: a24c0229c9a7a675e2f190e43f543e7b Description-en: Python module for automating interactive applications (documentation) Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. . This is the common documentation package. Package: python-pil-doc Description-md5: 0cf86354863d856ed40290c421b7d497 Description-en: Examples for the Python Imaging Library The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load image objects from a variety of file formats, and apply a rich set of image operations to them. . This package contains PIL API documentation and some example scripts. You may also want to look at the python-pil-doc-html or python-pil-doc-pdf packages for the PIL handbook documentation. Package: python-stevedore-doc Description-md5: 444c57c52cc2da122888805b43a54b1a Description-en: manage dynamic plugins for Python applications - doc Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (plugins) at runtime. Many applications implement their own library for doing this, using __import__ or importlib. stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions. . This package contains the documentation. Package: python-swiftclient-doc Description-md5: 0084b509d64d02182b09ca5a4a938417 Description-en: Client library for Openstack Swift API - doc OpenStack Object Storage (code-named Swift) creates redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides a client for the OpenStack Swift API. There's a Python API (the "swiftclient" module), and a command-line script ("swift"). . This package contains the documentation. Package: python-tenacity-doc Description-md5: 0c788ca545293b203fbddd1d216ce9fb Description-en: retry code until it succeeeds - doc Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything. It originates from a fork of Retrying. . Features: * Generic Decorator API * Specify stop condition (i.e. limit by number of attempts) * Specify wait condition (i.e. exponential backoff sleeping between attempts) * Customize retrying on Exceptions * Customize retrying on expected returned result . This package contains the documentation. Package: python-typing-extensions-doc Description-md5: 3d628d5cae9cebb651598f1ec79c443f Description-en: Backported and Experimental Type Hints for Python (Documentation) The "typing_extensions" module serves two related purposes: . 1. Enable use of new type system features on older Python versions. 2. Enable experimentation with new type system PEPs before they are accepted and added to the "typing" module. . "typing_extensions" is treated specially by static type checkers such as mypy and pyright. Objects defined in "typing_extensions" are treated the same way as equivalent forms in "typing". . This package contains the documentation. Package: python3-aodhclient Description-md5: c99212ffa1c6223f12fea74c1976821c Description-en: OpenStack Alarming as a Service - Python 3.x client Aodh provides alarming for OpenStack. The alarming component of Aodh, first delivered in the Havana version, allows you to set alarms based on threshold evaluation for a collection of samples. An alarm can be set on a single meter, or on a combination. For example, you may want to trigger an alarm when the memory consumption reaches 70% on a given instance if the instance has been up for more than 10 min. . This package contains the Python 3.x module. Package: python3-automaton Description-md5: ac64d969f9977a8584ebe7c7708a87c7 Description-en: friendly state machines - Python 3.x Automaton is a friendly state machines for Python. This state machine can be used to automatically run a given set of transitions and states in response to events (either from callbacks or from generator/iterator send() values, see PEP 342). On each triggered event, a on_enter and on_exit callback can also be provided which will be called to perform some type of action on leaving a prior state and before entering a new state. . This package contains the Python 3.x module. Package: python3-castellan Description-md5: 611343ed0e52858e7bee5410c7f94073 Description-en: generic key manager interface for OpenStack The Castellan module provides a generic key manager interface so that OpenStack projects can use Barbican, but also have the flexibilty to choose an alternative Key Manager as needed. This is helpful during development, for example, where a simple implementation of the Key Manager Interface can be used instead of having to spin up a Barbican instance. Package: python3-certifi Description-md5: 2165363403a895dfca6d3bb4adc41da9 Description-en: root certificates for validating SSL certs and verifying TLS hosts (python3) Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project. . The version of certifi in this Debian package is patched to return the location of Debian-provided CA certificates, instead of those packaged by upstream. . This is the python3 package. Package: python3-cffi Description-md5: a7ee9c666786a0822a64834a9c8b19f6 Description-en: Foreign Function Interface for Python 3 calling C code Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the necessary build and runtime support for cffi modules. Package: python3-cffi-backend Description-md5: 34a083c65857e21f3c24e716adb96fbf Description-en: Foreign Function Interface for Python 3 calling C code - runtime Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Package: python3-cinderclient Description-md5: 0fe059465a49f4f32d64d707c1fc8de6 Description-en: Python bindings to the OpenStack Volume API - Python 3.x Cinder is a block storage as service system for the Openstack cloud computing software suite. It is a direct replacement for nova-volume as a separate project. Cinder users LVM partitions of your volume servers in order to provide iSCSI permanent block storage devices for your virtual machines running on Nova. . This package contains the a client for the OpenStack Volume API. There's a Python API (the "cinderclient" module), and a command-line script ("cinder"). Each implements 100% of the OpenStack Volume API. . This package provides the Python 3.x module. Package: python3-cotyledon Description-md5: 1ea937d959b167a6f38c56df099eac29 Description-en: framework for defining long-running services - Python 3.x Cotyledon provides a framework for defining long-running services. It provides handling of Unix signals, spawning of workers, supervision of children processes, daemon reloading, sd-notify, rate limiting for worker spawning, and more. . This package contains the Python 3.x module. Package: python3-cryptography Description-md5: aa4baec2dc242af49aa16cb24db2acce Description-en: Python library exposing cryptographic recipes and primitives The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. Package: python3-dateutil Description-md5: 634691f8cceb59bf1cb0af1cea8cf9e7 Description-en: powerful extensions to the standard Python 3 datetime module It features: . * computing of relative deltas (next month, next year, next monday, last week of month, etc); * computing of relative deltas between two given date and/or datetime objects * computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * generic parsing of dates in almost any string format * timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone * computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms Package: python3-designateclient Description-md5: 1d586d2c5ad0fdb2c16cb4cbc7148492 Description-en: client library for the OpenStack Designate API - Python 3.x Designate provides DNSaaS services for OpenStack. It provides a multi-tenant REST API for domain & record management. It is Integrated with Keystone for authentication, and provides a framework in place to integrate with Nova and Neutron notifications (for auto-generated records). Designate supports PowerDNS and Bind9 out of the box. . This is a client for the OpenStack Designate API. There's a Python API (the "designateclient" module), and a command-line script ("designate"). . Installing this package gets you a shell command, that you can use to interact with Designate's API. . This package provides the Python 3.x module. Package: python3-docutils Description-md5: 01bddb85f9679cb9c0960674ca84d929 Description-en: text processing system for reStructuredText (implemented in Python 3) reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents. . The purpose of the Docutils project is to create a set of tools for processing reStructuredText documentation into useful formats, such as HTML, LaTeX, ODT or Unix manpages. . This package includes Python 3 modules and command line utilities. Package: python3-futurist Description-md5: 5a94e570977237150eb4bb189a69c348 Description-en: useful additions to futures, from the future - Python 3.x Code from the future, delivered to you in the now. For example: * A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It provides a standard executor API/interface and it also gathers execution statistics. * A futurist.ProcessPoolExecutor derivative that gathers execution statistics. * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the same executor API/interface and it also gathers execution statistics. * A futurist.ThreadPoolExecutor derivative that gathers execution statistics. * A futurist.periodics.PeriodicWorker that can use the previously mentioned executors to run asynchronous work periodically in parallel or synchronously. * etc. . This package contains the Python 3.x module. Package: python3-glance-store Description-md5: d104e96bfc800038c3e4078197e03399 Description-en: OpenStack Image Service store library - Python 3.x The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This package contains the Python 3.x module for the Glance's stores. Package: python3-glanceclient Description-md5: 3ffe827652ebc7d6919e0a14f55eb03f Description-en: Client library for Openstack glance server - Python 3.x The Glance project provides services for discovering, registering, and retrieving virtual machine images over the cloud. They may be stand-alone services, or may be used to deliver images from object stores, such as OpenStack's Swift service, to Nova's compute nodes. . This is a client for the Glance which uses the OpenStack Image API. There's a Python API (the "glanceclient" module), and a command-line script ("glance"). . This package provides the Python 3.x module. Package: python3-greenlet Description-md5: fd0da65355789a7bc7ca48e434caf8ec Description-en: Lightweight in-process concurrent programming (python3) The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels". . greenlet is the standalone package derived from the py lib, and is used by several non-blocking IO packages as a more flexible alternative to Python's built in coroutines. Package: python3-heatclient Description-md5: 0d94ba883f73434459c5d37fef9d13c9 Description-en: client library and CLI for OpenStack Heat - Python 3.x Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API. . This is a client for the OpenStack Heat API. There's a Python API (the heatclient module), and a command-line script (heat). Each implements 100% of the OpenStack Heat API. . This package provides the Python 3.x module. Package: python3-httplib2 Description-md5: ff7865fe3c78f3c052fb9c2538cc384c Description-en: comprehensive HTTP client library written for Python3 httplib2.py supports many features left out of other HTTP libraries. * HTTP and HTTPS * Keep-Alive * Authentication * Caching * All Methods * Redirects * Compression * Lost update support * Unit Tested . This package provides module for python3 series. Package: python3-ironicclient Description-md5: bff5deb8852a7580988b611b1ed40efa Description-en: Client for OpenStack bare metal Service - Python 3.x Ironic provision bare metal machines instead of virtual machines. It is a fork of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality. . This is a client for the OpenStack Ironic API. There's a Python API (the "ironicclient" module), and a command-line script ("ironic"). . Installing this package gets you a shell command, that you can use to interact with Ironic's API. . This package provides the Python 3.x support. Package: python3-jsonpatch Description-md5: 31a1db05fc61c0f39e77ce5db231668d Description-en: library to apply JSON patches - Python 3.x Python-json-patch is a Python module (a library) to apply JSON Patches according to the IETF draft specification. . From the IETF site: . JavaScript Object Notation (JSON) [RFC4627] is a common format for the exchange and storage of structured data. HTTP PATCH [RFC5789] extends the Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial modifications to resources. . JSON Patch is a format (identified by the media type "application/ json-patch") for expressing a sequence of operations to apply to a target JSON document, suitable for use with the HTTP PATCH method. . This format is also potentially useful in other cases when it's necessary to make partial updates to a JSON document. . This package provides the Python 3.x module. Package: python3-keystoneauth1 Description-md5: b67d63af4c55ed154f045d86b05e8ed7 Description-en: authentication library for OpenStack Identity - Python 3.x Keystoneauth is a library that contains tools for authenticating with OpenStack Clients. These tools include: authentication plugins (password, token, and federation based); discovery mechanisms to determineversion support for OpenStack clouds; and a session used to maintain client settings across requests. It is designed for use in conjunction with the existing OpenStack clients and for simplifying the process of writing new clients. . This package contains the Python 3.x module. Package: python3-magnumclient Description-md5: fb8351643b7c021bdae4188df312ad85 Description-en: client library for Magnum API - Python 3.x Magnum is an OpenStack API service developed by the OpenStack Containers Team making container orchestration engines such as Docker and Kubernetes available as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS image which contains Docker and Kubernetes and runs that image in either virtual machines or bare metal in a cluster configuration. . This package contains the Python 3.x module. Package: python3-manilaclient Description-md5: 35afb28d3ff719c9a50f3a128230e14d Description-en: OpenStack shared file system as a service - Python 3.x client Manila is an OpenStack project to provide Shared Filesystems as a service. It provides coordinated access to shared or distributed file systems. While the primary consumption of file shares would be across OpenStack Compute instances, the service is also intended to be accessible as an independent capability in line with the modular design established by other OpenStack services. Manila is extensible for multiple backends (to support vendor or file system specific nuances / capabilities) and accommodates any of a variety of shared or distributed file system types. . This package contains the Python client library and command line tool for Manila and for Python 3.x. Package: python3-markdown-it Description-md5: cc1822fb7d3e56c360c1fee970302688 Description-en: Python port of markdown-it and some its associated plugins High speed Python markdown parser based in markdown-it. markdown-it-py follows the CommonMark spec for baseline parsing. Also, new syntax rules can be added and even replace existing ones. New syntax extensions can be added to extend the parser. Package: python3-more-itertools Description-md5: 3f3295526782b60a28628a454248f64f Description-en: library with routines for operating on iterables, beyond itertools (Python 3) Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. More-itertools collects additional building blocks, recipes, and routines for working with Python iterables. . This package contains the module for Python 3. Package: python3-neutronclient Description-md5: ed3ee32026cb94686cda04bb75c70936 Description-en: client API library for Neutron - Python 3.x Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc). . This package provides the client and Python 3.x module. Package: python3-novaclient Description-md5: 545cef31727ec394a20a51d7fc36dffe Description-en: client library for OpenStack Compute API - 3.x OpenStack Compute, codenamed Nova, is a cloud computing fabric controller designed to be modular and easy to extend and adapt. In addition to its "native" OpenStack API, it also supports the Amazon EC2 API, and it supports many different database backends (including SQLite, MySQL, and PostgreSQL), hypervisors (KVM, Xen), and user directory systems (LDAP, SQL). . Python novaclient library and nova CLI tool for interacting with OpenStack Compute (Nova) through the OpenStack Compute API. . This package provides the Python 3.x module. Package: python3-openssl Description-md5: 1456d46a0dbfeff03f23baceddf66b8f Description-en: Python 3 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. Package: python3-openvswitch Description-md5: b48125d32305301f27c5399b2d5f9139 Description-en: Python 3 bindings for Open vSwitch Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains the full Python 3 bindings for Open vSwitch database. Package: python3-os-brick Description-md5: bf3bbe4c9e56552b7f28bbbc114c85a8 Description-en: Library for managing local volume attaches - Python 3.x OpenStack Cinder brick library for managing local volume attaches. . Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host. . This package contains the Python 3.x module. Package: python3-os-ken Description-md5: df2422d9130b078628b59d23efdd7e2a Description-en: Component based SDN framework for OpenStack os-ken is a component-based software defined networking framework. os-ken provides software components with well defined API that make it easy for developers to create new network management and control applications. os-ken supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. os-ken supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions for OpenFlow. . os-ken is a fork of the Ryu library tailored for OpenStack Neutron. . This package contains the Python 3 module. Package: python3-os-traits Description-md5: aaf09ad32354c51365e3f17908c047fe Description-en: standardized trait strings - Python 3.x Os-traits is a library containing standardized trait strings. . Traits are strings that represent a feature of some resource provider. This library contains the catalog of constants that have been standardized in the OpenStack community to refer to a particular hardware, virtualization, storage, network, or device trait. . This package contains the Python 3.x module. Package: python3-os-vif Description-md5: ee33fdc6fa46930070432260f411375c Description-en: Integration library between network and compute - Python 3.x A library for plugging and unplugging virtual interfaces in OpenStack. . This package contains the Python 3.x module. Package: python3-oslo.cache Description-md5: 2af09ef2c5f11212cb3363dd30c848f9 Description-en: cache storage for Openstack projects - Python 3.x oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached. . This package contains the Python 3.x module. Package: python3-oslo.concurrency Description-md5: 68881a41dcec981cd805e0780b2e7766 Description-en: oslo.concurrency library - Python 3.x The oslo.concurrency library provides solutions for managing concurrency and locks within OpenStack projects. . This package contains the Python 3.x module. Package: python3-oslo.config Description-md5: 4fc1a07543e0543531190d9b8bf76f59 Description-en: Common code for Openstack Projects (configuration API) - Python 3.x The OpenStack Oslo project provides Python libraries containing infrastructure code shared by OpenStack projects. . The OpenStack Oslo Configuration API supports parsing command line arguments and .ini style configuration files. . This package provides the Python 3.x module. Package: python3-oslo.context Description-md5: b9a3d0aafce503e61f3c8b95adc7dd1d Description-en: WSGI context helpers for OpenStack - Python 3.x The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging. . This package contains the Python 3.x module. Package: python3-oslo.db Description-md5: e0f550f341c8f0806b61024d09011e86 Description-en: database connectivity to the different backends and helper utils - Python 3.x The Oslo database handling library is part of the OpenStack project. It provides database connectivity to the different backends and also provides helper utils. . This package contains the Python 3.x module. Package: python3-oslo.i18n Description-md5: 3591ff9f57337aada7efab3b1c04fe54 Description-en: Oslo Internationalization Utilities - Python 3.x The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. . This package contains the Python 3.x module. Package: python3-oslo.log Description-md5: d1e27d52119e844c10efa3520b500500 Description-en: OpenStack logging configuration library - Python 3.x OpenStack logging configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc). . This package contains the Python 3.x module. Package: python3-oslo.messaging Description-md5: 2cb81d417f9c1bcebd0c0cfab8c50e68 Description-en: oslo messaging library - Python 3.x The oslo.messaging API supports RPC and notifications over a number of different messaging transports. . Oslo is a set of libraries developed for OpenStack. . This package provides the Python 3.x module. Package: python3-oslo.metrics Description-md5: 27c8ead0d4417fdbcb7f1d725e76e78e Description-en: OpenStack library for metric collection oslo.metrics is the OpenStack library for collecting metrics data from other Oslo libraries and exposing metrics data to monitoring system. . This package contains the Python 3 module. Package: python3-oslo.middleware Description-md5: fc8db0128c8b9f87c23c24aefb6a194f Description-en: various WSGI middleware components for OpenStack - Python 3.x The oslo.middleware library contains various functions and methods used by the OpenStack projects that are using the WSGI pipeline. . This package contains the Python 3.x module. Package: python3-oslo.policy Description-md5: 20ae3e51fa41b0c6f176de4a3e29faa5 Description-en: RBAC policy enforcement library for OpenStack - Python 3.x Oslo.policy provides a Role Based Access Control policy enforcement library for OpenStack. . This package contains the Python 3.x module. Package: python3-oslo.privsep Description-md5: d3467a0bfa36e6465e2962a02c72ec8b Description-en: OpenStack library for privilege separation - Python 3.x Oslo.privsep is the OpenStack library for privilege separation. It manages the user and groups for running daemons, and also leverage Linux capabilities features to avoid running as root. . This package contains the Python 3.x module. Package: python3-oslo.reports Description-md5: 02b42a9285833cbecfc649ba62882b5a Description-en: reports serialized in various data types - Python 3.x This package/module provides mechanisms for defining reports which may then be serialized into various data types. Each report is composed of one or more report sections, which contain generators which generate data models, which are then serialized by views. . This package contains the Python 3.x module. Package: python3-oslo.rootwrap Description-md5: a707c21491cebe88dcb359537bc63311 Description-en: allows fine filtering of shell commands to run as root - Python 3.x The Oslo Rootwrap allows fine filtering of shell commands to run as root from OpenStack services. . Unlike other Oslo deliverables, it should not be used as a Python library, but called as a separate process through the oslo-rootwrap command. . This package provides the Python 3.x module. Package: python3-oslo.serialization Description-md5: d89b5918ad2c17ef2bfcecaaeaf934cf Description-en: utilities for serialization , especially JSON - Python 3.x The oslo.serialization library contain utilities for working with serialization features, especially working with JSON. . This package contains the Python 3.x module. Package: python3-oslo.service Description-md5: 47a841b7e92944f3895f9bf771b42905 Description-en: library for running OpenStack services - Python 3.x The oslo.service library provides a framework for managing long-running services in OpenStack projects. . Features include: * Creation and management of long running service processes and threads. * Periodic task management. * SSL configuration of services. * systemd notification support. . This package contains the Python 3.x module. Package: python3-oslo.upgradecheck Description-md5: c61e836e3ff4024880fd42690c7de75a Description-en: Common code for writing upgrade checks - Python 3 The oslo.upgradecheck package contains the common code necessary for writing upgrade checks in OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for the common code as well as an example (oslo_upgradecheck.__main__) of integrating that code into a project. . This package contains the Python 3 module. Package: python3-oslo.utils Description-md5: d8658b7334be45d98783c068a1579979 Description-en: set of utility functions for OpenStack - Python 3.x The Oslo.utils package provides a set of function which are cross-project for OpenStack. For example, it provides text decoding, exception handling, Python module import facility (try_import function), network-related system-level, and time utilities and helper functions. . This package contains the Python 3.x module. Package: python3-oslo.versionedobjects Description-md5: c6b2b95b462e5eee58f88a171cd7f19e Description-en: deals with DB schema versions and code expectations - Python 3.x oslo.versionedobjects library deals with DB schema being at different versions than the code expects, allowing services to be operated safely during upgrades. It enables DB independent schema by providing an abstraction layer, which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is also used in RPC APIs, to ensure upgrades happen without spreading version dependent code across different services and projects. . This package contains the Python 3.x module. Package: python3-oslo.vmware Description-md5: 9282ff2ed296b15aeac3553d932aff6f Description-en: VMware library for OpenStack projects - Python 3.x This package is part of the Oslo project, which aims at providing unified Python libraries across all of OpenStack. It provides a VMware library for OpenStack projects. . This package contains the Python 3.x module. Package: python3-ovsdbapp Description-md5: 2a6086486c92e622d3b17005ba7032f1 Description-en: library for creating OVSDB applications - Python 3.x The ovdsbapp library is useful for creating applications that communicate via Open vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions. It features an thread-based event loop for using ovs.db.Idl, transaction support, native OVSDB communication. . This package contains the Python 3.x module. Package: python3-packaging Description-md5: 4e375e78e9a1a71afddb161ead523602 Description-en: core utilities for python3 packages These core utilities currently consist of: - Version Handling (PEP 440) - Dependency Specification (PEP 440) Package: python3-pexpect Description-md5: 941a9df3cba3bf3600012debef545be6 Description-en: Python 3 module for automating interactive applications Pexpect is a pure Python 3 module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Package: python3-pil Description-md5: 5fe9549b79b3cf9fe01d4290e81a19a0 Description-en: Python Imaging Library (Python3) The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . Image Objects: o Bilevel, greyscale, palette, true colour (RGB), true colour with transparency (RGBA). o colour separation (CMYK). o Copy, cut, paste operations. o Flip, transpose, resize, rotate, and arbitrary affine transforms. o Transparency operations. o Channel and point operations. o Colour transforms, including matrix operations. o Image enhancement, including convolution filters. . File Formats: o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM. o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. o Save only: PDF, EPS (without ghostscript). Package: python3-service-identity Description-md5: 46694d99576d52a7d558287c8252b51a Description-en: Service identity verification for pyOpenSSL (Python 3 module) Service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too. . This package contains service_identity for Python 3. Package: python3-stevedore Description-md5: 8c04b322fc21b52834676c8a9e0ed455 Description-en: manage dynamic plugins for Python applications - python3 Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions (plugins) at runtime. Many applications implement their own library for doing this, using __import__ or importlib. stevedore avoids creating yet another extension mechanism by building on top of setuptools entry points. The code for managing entry points tends to be repetitive, though, so stevedore provides manager classes for implementing common patterns for using dynamically loaded extensions. . This package provides the Python 3.x module. Package: python3-swiftclient Description-md5: c5b209ac95eaa56dda4413f8d356c96b Description-en: Client library for Openstack Swift API - Python 3.x OpenStack Object Storage (code-named Swift) creates redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage system, but rather a long-term storage system for a more permanent type of static data that can be retrieved, leveraged, and then updated if necessary. Primary examples of data that best fit this type of storage model are virtual machine images, photo storage, email storage and backup archiving. Having no central "brain" or master point of control provides greater scalability, redundancy and permanence. . Objects are written to multiple hardware devices in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters can scale horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its content from other active nodes. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used in lieu of more expensive equipment. . This package provides a client for the OpenStack Swift API. There's a Python API (the "swiftclient" module), and a command-line script ("swift"). . This package contains the Python 3.x module. Package: python3-taskflow Description-md5: 13a43f6511a95c4cb54f4f42c09d319a Description-en: Taskflow structured state management library - Python 3.x TaskFlow, is a library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects. More information at http://wiki.openstack.org/wiki/TaskFlow . This package contains the Python 3.x module. Package: python3-tenacity Description-md5: 499a8fbec1005aeaebac749f096c448d Description-en: retry code until it succeeeds Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything. It originates from a fork of Retrying. . Features: * Generic Decorator API * Specify stop condition (i.e. limit by number of attempts) * Specify wait condition (i.e. exponential backoff sleeping between attempts) * Customize retrying on Exceptions * Customize retrying on expected returned result Package: python3-typing-extensions Description-md5: bed1b58bf9bc0ed89467751c2c0c6700 Description-en: Backported and Experimental Type Hints for Python (Python3 version) The "typing_extensions" module serves two related purposes: . 1. Enable use of new type system features on older Python versions. 2. Enable experimentation with new type system PEPs before they are accepted and added to the "typing" module. . "typing_extensions" is treated specially by static type checkers such as mypy and pyright. Objects defined in "typing_extensions" are treated the same way as equivalent forms in "typing". . This package contains the Python 3 version of the library. Package: python3-wsme Description-md5: ef0b24de2aa90fa03d51749d5245f17f Description-en: Web Services Made Easy: implement multi-protocol webservices - Python 3.x Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects. . WSME can work standalone or on top of your favorite Python web (micro) framework, so you can use both your preferred way of routing your REST requests and most of the features of WSME that rely on the typing system like: . * Alternate protocols, including ones supporting batch-calls * Easy documentation through a Sphinx extension . WSME is originally a rewrite of TGWebServices with focus on extensibility, framework-independance and better type handling. . This package provides the Python 3.x module. Package: python3-zaqarclient Description-md5: 5e345de83681dbe744313fd5f1ed7a7f Description-en: OpenStack Zaqar Queueing API, client and library - Python 3.x Zaqar is a multi-tenant cloud messaging service for web developers. It combines the ideas pioneered by Amazon's SQS product with additional semantics to support event broadcasting. . The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications, by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. . Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to their customers. . By installing python-zaqarclient you get programmatic access to the Zaqar v1.0 API library. Plus, it installs a plugin to python-openstackclient that allows you to perform simple queue operations. . This package contains the Python 3.x module. Package: rabbitmq-server Description-md5: 78e91bfb996ee4ae5d16c93298f5f6e8 Description-en: AMQP server written in Erlang RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker. Package: rfkill Description-md5: 17939c81bd8d1bc5321ecc9fb8e5f507 Description-en: tool for enabling and disabling wireless devices rfkill is a simple tool for accessing the Linux rfkill device interface, which is used to enable and disable wireless networking devices, typically WLAN, Bluetooth and mobile broadband. Package: rsync Description-md5: 3bf40f318d2abfed74fa472aaff46d5f Description-en: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Package: ruby-json Description-md5: 580962466871607374425ac53965b45b Description-en: JSON library for Ruby This library implements the JSON (JavaScript Object Notation) specification in Ruby, allowing the developer to easily convert data between Ruby and JSON. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language. 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: 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: snapd Description-md5: 4f57b9592309b3006720058df2b8dad3 Description-en: Daemon and tooling that enable snap packages Install, configure, refresh and remove snap packages. Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things. . Start with 'snap list' to see installed snaps. Package: snmp Description-md5: ca9254c1be9e571fd6ae9298d0545de5 Description-en: SNMP (Simple Network Management Protocol) applications The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP applications are a collection of command line clients for issuing SNMP requests to agents. Package: snmpd Description-md5: 9dc6ec703377042ed23b16c47ed5cb6c Description-en: SNMP (Simple Network Management Protocol) agents The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP agent is a daemon which listens for incoming SNMP requests from clients and provides responses. Package: sqlite3 Description-md5: 60cd5a660be500525f955c43bd7981cf Description-en: Command line interface for SQLite 3 SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: sqlite3-doc Description-md5: 012466e9aa8467597bb2ec5a942a4472 Description-en: SQLite 3 documentation SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the documentation that is also available on the SQLite homepage. Package: sse4.2-support Description-md5: d76ad4850153091836669d330baa767f Description-en: CPU feature checking - require SSE4.2 The packages in the isa-support family probe for microprocessor Instruction Set Architecture features such as SSE3. By refusing to install on machines lacking a required feature, they allow ISA requirements to be handled in terms of package dependencies. . This is a mostly dummy package which checks for SSE4.2 and refuses to install on unsupported hardware. . SSE4.2 added string and text processing instructions that perform character searches and comparison on two operands of 16 bytes at a time. It is available on Intel processors since Nehalem (circa 2008), but notably not on anything AMD until the Bulldozer (15h, in 2011) and Jaguar (16h, in 2013) families. Package: ssl-cert Description-md5: 5def45ff95c1ca066f6999553bb7628f Description-en: simple debconf wrapper for OpenSSL This package enables unattended installs of packages that need to create SSL certificates. . It is a simple wrapper for OpenSSL's certificate request utility that feeds it with the correct user variables. Package: strace Description-md5: 860d84f55078d710e9d264c1ebd8cf34 Description-en: System call tracer strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions. Package: sudo Description-md5: b73cb2c4db765dbce361c075c621f47b Description-en: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. Package: sudo-rs Description-md5: d250b1a37fe57284f9a368370c08e695 Description-en: Rust-based sudo and su implementations sudo-rs is a safety-oriented program designed to provide sudo and su functionalities with a focus on memory safety. The primary aim is to offer a secure and reliable alternative to traditional sudo, ensuring fewer vulnerabilities related to memory management. . While it aims to be a drop-in replacement for most common sudo use cases, there are differences in functionality and design. Users should be aware of these differences and consult the project's documentation for specifics. Package: swtpm Description-md5: 82c86e401936e28a1072c72634f56d42 Description-en: Libtpms-based TPM emulator The swtpm package provides TPM emulators that listen for TPM commands on sockets, character devices, or CUSE devices. Package: swtpm-dev Description-md5: 67cbf82b33c6d28a8e94fc07b5784e3c Description-en: Include files for the TPM emulator's CUSE interface The swtpm-dev package provides include files for developing clients controlling the CUSE TPM through ioctls. Package: swtpm-libs Description-md5: 0581ee73531a2b2017200d4a6237245e Description-en: Common libraries for TPM emulators The swtpm-libs package provides the shared libraries for the swtpm and swtpm-cuse packages. Package: swtpm-tools Description-md5: 2661e4bdc5046949d8eeb055d7816870 Description-en: Tools for the TPM emulator The swtpm-tools package contains the following types of tools: - swtpm_bios: Tool for initializing the TPM - swtpm_ioctl: Tool for controlling the CUSE TPM - swtpm_setup: Tool for creating the initial state of the TPM; this tool basically simulates TPM manufacturing where certificates are written into the NVRAM of the TPM - swtpm_cert: Creation of certificates for the TPM (x509) Package: systemd Description-md5: 2728f00e9cb47f195aa39097a3afbc42 Description-en: system and service manager systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. . Installing the systemd package will not switch your init system unless you boot with init=/lib/systemd/systemd or install systemd-sysv in addition. Package: systemd-container Description-md5: 68a6de2751ef446fba8e3fe7a57ebb21 Description-en: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn * systemd-machined and machinectl * systemd-importd * systemd-portabled and portablectl Package: systemd-cryptsetup Description-md5: e998662f4ed5c59ecb7053ea5d8389a9 Description-en: Provides cryptsetup, integritysetup and veritysetup utilities Utilities and units that integrated cryptsetup/integritysetup/veritysetup support in systemd. Package: systemd-dev Description-md5: eb131ce1d6cce8efc52306fe1345c633 Description-en: systemd development files This package contains the systemd and udev pkg-config files. Note that these are different from the libsystemd's and libudev's pkg-config files, which can still be found in the respective dev packages, but instead provide data such as the installation directories for units, and more. Package: systemd-oomd Description-md5: 2250389a2113f869d77c032878886a16 Description-en: userspace out-of-memory (OOM) killer systemd-oomd is a system service that uses cgroups-v2 and pressure stall information (PSI) to monitor and take action on processes before an OOM occurs in kernel space. Package: systemd-resolved Description-md5: 846dc3eb3129c6a17b29965b209c161e Description-en: systemd DNS resolver This package provides systemd's DNS resolver and the command line tool to manage it. . Installing this package automatically overwrites /etc/resolv.conf and switches it to be managed by systemd-resolved. Package: systemd-sysv Description-md5: d704d23b3cdeb076982e788442f6eee1 Description-en: system and service manager - SysV compatibility symlinks This package provides manual pages and compatibility symlinks needed for systemd to replace sysvinit. . Installing systemd-sysv will overwrite /sbin/init with a symlink to systemd. Package: systemd-timesyncd Description-md5: cc67d85c248836d96a6310e58a659de0 Description-en: minimalistic service to synchronize local time with NTP servers The package contains the systemd-timesyncd system service that may be used to synchronize the local system clock with a remote Network Time Protocol server. Package: systemd-tpm Description-md5: 52bbc254558d120e99501115faefa901 Description-en: Provides tpm2 utilities and units Utilities and units that provide tpm2 functionality and support in systemd, including boot services and generators. Package: tar Description-md5: 48033bf96442788d1f697785773ad9bb Description-en: GNU version of the tar archiving utility Tar is a program for packaging a set of files as a single archive in tar format. The function it performs is conceptually similar to cpio, and to things like PKZIP in the DOS world. It is heavily used by the Debian package management system, and is useful for performing system backups and exchanging sets of files with others. Package: texinfo-swig Description-md5: d9f02a62fdb9172ba8de3b272153080f Description-en: Swig interface of the texinfo package Texinfo is a documentation system that uses a single source file to produce both on-line information and printed output. . Using Texinfo, you can create a printed document with the normal features of a book, including chapters, sections, cross references, and indices. From the same Texinfo source file, you can create a menu-driven, on-line Info file with nodes, menus, cross references, and indices. . This package contains the SWIG interface of TeXInfo. Package: ubuntu-cloud-keyring Description-md5: 11a88233ac0615488aa10b7d5ff86d71 Description-en: OpenPGP keys of the Ubuntu Cloud Archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for the ubuntu-cloud.archive.canonical.com repository. Package: ubuntu-dbgsym-keyring Description-md5: c0c473d9c1379cf40f4565f2119a1043 Description-en: OpenPGP keys of the Ubuntu Debug Symbols Archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for the ddebs.ubuntu.com repository. Package: ubuntu-keyring Description-md5: de3155cbfcc69601c30f4409ff566c59 Description-en: OpenPGP keys of the Ubuntu archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for that. Package: ubuntu-oem-keyring Description-md5: e54e5f21d637b8a5e9027f183061342a Description-en: OpenPGP keys of the Ubuntu OEM Vendor Archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for the oem.archive.canonical.com repository. Package: udev Description-md5: e875ddb09f46f1f7672af537f0c875ca Description-en: /dev/ and hotplug management daemon udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time. Package: util-linux Description-md5: 33d0291a69ffd307cfba295915df602a Description-en: miscellaneous system utilities This package contains a number of important utilities, most of which are oriented towards maintenance of your system. Some of the more important utilities included in this package allow you to view kernel messages, create new filesystems, view block device information, interface with real time clock, etc. Package: util-linux-extra Description-md5: 0b02a6ea1fc722cad188b6336f4cb9a8 Description-en: interactive login tools Tools commonly found on systems where humans login interactively, are needed with non-standard system configurations, or to interact with certain hardware, for example: * fadvise, a program to use the posix_fadvise system call, * lsfd, a program to list file descriptors (think lsof), * newgrp, a program to change the effective group IDs. Package: util-linux-locales Description-md5: 82531200c8b3929a95bc0ef54cf0d268 Description-en: locales files for util-linux This package contains the internationalization files for the util-linux package. . They are needed when you want the programs in util-linux to print their messages in other languages than English, or read manual pages in another language than English. Package: uuid-dev Description-md5: daeeb422c8be25af61a5fe52deff08a8 Description-en: Universally Unique ID library - headers and static libraries The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). See RFC 4122 for more information. . This package contains the development environment for the uuid library. Package: uuid-runtime Description-md5: c848721d4a6e6dbc698c36d06bf45ef9 Description-en: runtime components for the Universally Unique ID library The libuuid library generates and parses 128-bit Universally Unique IDs (UUIDs). A UUID is an identifier that is unique within the space of all such identifiers across both space and time. It can be used for multiple purposes, from tagging objects with an extremely short lifetime to reliably identifying very persistent objects across a network. . See RFC 4122 for more information. . This package contains the uuidgen program and the uuidd daemon. . The uuidd daemon is used to generate UUIDs, especially time-based UUIDs, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads trying to grab UUIDs running on different CPUs. It is used by libuuid as well as the uuidgen program. Package: valgrind Description-md5: 163f44212c723b0e62c19de056e2f8ea Description-en: instrumentation framework for building dynamic analysis tools Valgrind is a system for debugging and profiling Linux programs. With its tool suite you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable. You can also perform detailed profiling to help speed up your programs and use Valgrind to build new tools. . The Valgrind distribution currently includes six production-quality tools: * a memory error detector (Memcheck) * two thread error detectors (Helgrind and DRD) * a cache and branch-prediction profiler (Cachegrind) * a call-graph generating cache and branch-prediction profiler (Callgrind) * a heap profiler (Massif) It also includes three experimental tools: * a stack/global array overrun detector (SGCheck) * a second heap profiler that examines how heap blocks are used (DHAT) * a SimPoint basic block vector generator (BBV) Package: valkey-sentinel Description-md5: 1ef4c8691947aee72b83d05d54d09d9d Description-en: Persistent key-value database with network interface (monitoring) Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the Valkey Sentinel monitoring software. Package: valkey-server Description-md5: 56fa238bc2c8bdafb30a00225ea3e036 Description-en: Persistent key-value database with network interface Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. Package: valkey-tools Description-md5: 4f62d2faf69aee6c687920fcf2c2be28 Description-en: Persistent key-value database with network interface (client) Valkey is a key-value database in a similar vein to memcache but the dataset is non-volatile. Valkey additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the command line client and other tools. 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: xkb-data Description-md5: 3253e95e707af859f77590b31f05da3b Description-en: X Keyboard Extension (XKB) configuration data This package contains configuration data used by the X Keyboard Extension (XKB), which allows selection of keyboard layouts when using a graphical interface. . Every X11 vendor provides its own XKB data files, so keyboard layout designers have to send their layouts to several places. The xkeyboard-config project has been launched at FreeDesktop in order to provide a central repository that could be used by all vendors. 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: erlang-asn1 Description-md5: ee4d0b49672ea14e8a224f00c393a8c6 Description-en: Erlang/OTP modules for ASN.1 support The Asn1 application contains modules with compile-time and run-time support for ASN.1 in Erlang/OTP. Package: erlang-base Description-md5: ed45dc366354627543c3c0266c44ab71 Description-en: Erlang/OTP virtual machine and base applications This package contains the Erlang/OTP runtime implementation, and minimal set of Erlang applications: compiler - compiles Erlang code to byte-code; erts - the Erlang runtime system application; kernel - code necessary to run the Erlang runtime system itself; ose - code for Enea OSE operating system; sasl - the system architecture support libraries application; stdlib - modules for manipulating lists, strings, files etc. Package: erlang-crypto Description-md5: 6d6a5e48deb89695b61d6380e84e7e95 Description-en: Erlang/OTP cryptographic modules The Crypto Application provides functions for computation of message digests, encryption and decryption functions. It uses OpenSSL for actual calculations. Package: erlang-dev Description-md5: 023eca40c938a81e31cb3d07fa28976e Description-en: Erlang/OTP development libraries and headers The files for application development in Erlang. They include headers for all applications included into Erlang/OTP distribution and C interface libraries. Package: erlang-eldap Description-md5: 84192ee472dc7261422d95bd91233523 Description-en: Erlang/OTP LDAP library Eldap is a module which provides a client API to the Lightweight Directory Access Protocol (LDAP). Package: erlang-inets Description-md5: 8d70a0f49c4439fde59135fbc5bed418 Description-en: Erlang/OTP Internet clients and servers Inets is a container for Internet clients and servers. Currently a HTTP client and server are provided in Inets. Package: erlang-megaco Description-md5: 690fb9316fd0c68e524cdd808aa967b2 Description-en: Erlang/OTP implementation of Megaco/H.248 protocol The Megaco application is a framework for building applications on top of the Megaco/H.248 protocol. Package: erlang-mnesia Description-md5: 48d2214e21e1f80fbec2f00309f8406f Description-en: Erlang/OTP distributed relational/object hybrid database Mnesia is a distributed Database Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties. Package: erlang-os-mon Description-md5: f8627add1b4145778041a638d379dc3d Description-en: Erlang/OTP operating system monitor The operating system monitor, OS_Mon, provides services for monitoring CPU load, disk usage, memory usage and OS messages. Package: erlang-parsetools Description-md5: 3e51e2f8676cdc2b45f2ac3d74b79580 Description-en: Erlang/OTP parsing tools The Parsetools application contains utilities for parsing. Currently, it includes yecc module. Yecc is an LALR-1 parser generator for Erlang, similar to yacc. Yecc takes a BNF grammar definition as input, and produces Erlang code for a parser as output. Package: erlang-public-key Description-md5: e10bb8263805ad3875bec38b249b88db Description-en: Erlang/OTP public key infrastructure Provides functions to handle public key infrastructure from RFC 3280 (X.509 certificates) and some parts of the PKCS-standard. Package: erlang-runtime-tools Description-md5: a0448be753203ae3013367e215bb963c Description-en: Erlang/OTP runtime tracing/debugging tools Runtime_Tools provides low-footprint tracing/debugging tools suitable for inclusion in a production system. Package: erlang-snmp Description-md5: dfb924f9e0e51a8acfd28878335946b5 Description-en: Erlang/OTP SNMP applications A multilingual Simple Network Management Protocol application features an Extensible Agent, simple manager, a MIB compiler and facilities for implementing SNMP MIBs etc. . The OTP_Mibs application provides an SNMP management information base for Erlang nodes. Package: erlang-ssh Description-md5: 2ab50c8973bb765ccc1c37f7e496762f Description-en: Erlang/OTP implementation of SSH protocol The SSH application is an erlang implementation of the secure shell protocol. Package: erlang-ssl Description-md5: 15c091acf332c7d47a15da19885fdc6b Description-en: Erlang/OTP implementation of SSL The SSL application provides secure communication over sockets. Package: erlang-syntax-tools Description-md5: 734d87e62fdb69e61b39974407f3d15f Description-en: Erlang/OTP modules for handling abstract Erlang syntax trees Syntax_Tools contains modules for handling abstract Erlang syntax trees in a way that is compatible with the "parse trees" of the STDLIB module erl_parse, together with utilities for reading source files in unusual ways and pretty-printing syntax trees. Also it includes a module merger and renamer called Igor, as well as an automatic code-cleaner. Package: erlang-tools Description-md5: bbf014b51e78122d3b7c1c2022ea5916 Description-en: Erlang/OTP various tools The Tools application contains a number of stand-alone tools, which are useful when developing Erlang programs. . cover - A coverage analysis tool for Erlang. cprof - A profiling tool that shows how many times each function is called. Uses a kind of local call trace breakpoints containing counters to achieve very low runtime performance degradation. eprof - A time profiling tool; measures how time is used in Erlang programs. Predecessor of fprof (see below). fprof - Another Erlang profiler; measures how time is used in Erlang programs. Uses trace to file to minimize runtime performance impact, and displays time for calling and called functions. instrument - Utility functions for obtaining and analyzing resource usage in an instrumented Erlang runtime system. make - A make utility for Erlang similar to UNIX make. tags - A tool for generating Emacs TAGS files from Erlang source files. xref - A cross reference tool. Can be used to check dependencies between functions, modules, applications and releases. Package: erlang-xmerl Description-md5: 222136c221feb614758c204affd11214 Description-en: Erlang/OTP XML tools The xmerl application contains modules for processing XML. Package: armv8crc-support Description-md5: b7e9c187081192fa31d802e41a75027e Description-en: CPU feature checking - require ARMv8CRC The packages in the isa-support family probe for microprocessor Instruction Set Architecture features such as SSE3. By refusing to install on machines lacking a required feature, they allow ISA requirements to be handled in terms of package dependencies. . This is a mostly dummy package which checks for ARMv8CRC and refuses to install on unsupported hardware. . CRC32 instruction performs a cyclic redundancy check (CRC) calculation on a value held in a general-purpose register. . It is available on most ARMv8 processor. Package: cpp-15-aarch64-linux-gnu Description-md5: 1130cae7a8f2e67086bfe665527d22e8 Description-en: GNU C preprocessor for aarch64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the aarch64-linux-gnu architecture but not the compiler. Package: g++-15-aarch64-linux-gnu Description-md5: 1698f8e6d84da70ee66e46fcb9fae062 Description-en: GNU C++ compiler for the aarch64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the aarch64-linux-gnu architecture. Package: gcc-15-aarch64-linux-gnu Description-md5: a174b3cd9d1ab0fcdf59f034f24cdb2b Description-en: GNU C compiler for the aarch64-linux-gnu architecture This is the GNU C compiler for the aarch64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-aarch64-linux-gnu Description-md5: c9a58ab7359394ce988886339852089d Description-en: GNU Fortran compiler for the aarch64-linux-gnu architecture This is the GNU Fortran compiler for the aarch64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: linux-aws-64k Description-md5: 7e69860171c6c8a0efda6ea26320ac20 Description-en: Complete Linux kernel for Amazon Web Services (AWS) systems. This package will always depend on the latest complete Linux kernel available for Amazon Web Services (AWS) systems. Package: linux-aws-64k-7.1 Description-md5: 7e69860171c6c8a0efda6ea26320ac20 Description-en: Complete Linux kernel for Amazon Web Services (AWS) systems. This package will always depend on the latest complete Linux kernel available for Amazon Web Services (AWS) systems. Package: linux-aws-cloud-tools-7.1.0-1001 Description-md5: 74517073f4c9ca4336014d516242f363 Description-en: Linux kernel version specific cloud tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.1.0-1001. You probably want to install linux-cloud-tools-7.1.0-1001-. Package: linux-buildinfo-7.0.0-15-generic-64k Description-md5: 0222e553748a3d594e0b1f3ef6a02ad4 Description-en: Linux kernel buildinfo for version 7.0.0 This package contains the Linux kernel buildinfo for version 7.0.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-1001-aws-64k Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-1001-gcp-64k Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-1001-oracle-64k Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-buildinfo-7.1.0-5-generic-64k Description-md5: b5320d5e80343d5eb06de7037cd719da Description-en: Linux kernel buildinfo for version 7.1.0 This package contains the Linux kernel buildinfo for version 7.1.0. . You likely do not want to install this package. Package: linux-cloud-tools-7.1.0-1001-aws Description-md5: 151df4322423590970e53665402b74fc Description-en: Linux kernel version specific cloud tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.1.0-1001. Package: linux-cloud-tools-7.1.0-1001-aws-64k Description-md5: 151df4322423590970e53665402b74fc Description-en: Linux kernel version specific cloud tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.1.0-1001. Package: linux-gcp-64k Description-md5: d87663192d7fe5dc7add0127cbf19bdb Description-en: Complete Google Cloud Platform (GCP) Linux kernel and headers This package will always depend on the latest complete Google Cloud Platform (GCP) Linux kernel and headers. Package: linux-gcp-64k-7.1 Description-md5: d87663192d7fe5dc7add0127cbf19bdb Description-en: Complete Google Cloud Platform (GCP) Linux kernel and headers This package will always depend on the latest complete Google Cloud Platform (GCP) Linux kernel and headers. 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-7.0 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-7.1 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: a70e3dcb9e62c65efd5b18bbacf709c3 Description-en: Complete Generic 64K Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-generic-64k-hwe-24.04-edge Description-md5: a70e3dcb9e62c65efd5b18bbacf709c3 Description-en: Complete Generic 64K Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-generic-64k-hwe-26.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-26.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-7.0.0-15-generic-64k Description-md5: 28812ff977c66170c6a5bddb8d377960 Description-en: Linux kernel headers for version 7.0.0 This package provides kernel header files for version 7.0.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.0.0-15/debian.README.gz for details. Package: linux-headers-7.1.0-1001-aws-64k Description-md5: 6eb2a9549c55c7ca59eabae8e544ef93 Description-en: Linux kernel headers for version 7.1.0 This package provides kernel header files for version 7.1.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-1001/debian.README.gz for details. Package: linux-headers-7.1.0-1001-gcp-64k Description-md5: 6eb2a9549c55c7ca59eabae8e544ef93 Description-en: Linux kernel headers for version 7.1.0 This package provides kernel header files for version 7.1.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-1001/debian.README.gz for details. Package: linux-headers-7.1.0-1001-oracle-64k Description-md5: d99c38bc66ec342f8b98ab7744312693 Description-en: Oracle Linux kernel headers for version 7.1.0 on DESC This package provides kernel header files for version 7.1.0 on DESC. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-1001/debian.README.gz for details. Package: linux-headers-7.1.0-5-generic-64k Description-md5: 11f71ac4cecfd4908e67ad592bdb89e8 Description-en: Linux kernel headers for version 7.1.0 This package provides kernel header files for version 7.1.0. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.1.0-5/debian.README.gz for details. Package: linux-headers-aws-64k Description-md5: 279f4ec9e0d306a0528bbd49b4805b6f Description-en: Linux kernel headers for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel headers available for Amazon Web Services (AWS) systems. Package: linux-headers-aws-64k-7.1 Description-md5: 279f4ec9e0d306a0528bbd49b4805b6f Description-en: Linux kernel headers for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel headers available for Amazon Web Services (AWS) systems. Package: linux-headers-gcp-64k Description-md5: 14ce9b53a9d24ad1be99da16f32ced5d Description-en: Google Cloud Platform (GCP) Linux kernel headers This package will always depend on the latest Google Cloud Platform (GCP) kernel headers available. Package: linux-headers-gcp-64k-7.1 Description-md5: 14ce9b53a9d24ad1be99da16f32ced5d Description-en: Google Cloud Platform (GCP) Linux kernel headers This package will always depend on the latest Google Cloud Platform (GCP) kernel headers available. 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-7.0 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-7.1 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: c926294a070015c2235ee5128d0b417c Description-en: Generic 64K Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-generic-64k-hwe-24.04-edge Description-md5: c926294a070015c2235ee5128d0b417c Description-en: Generic 64K Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-generic-64k-hwe-26.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-26.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-headers-oracle-64k Description-md5: 741bcaa487f48f8860558f12a15d4f3e Description-en: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. Package: linux-headers-oracle-64k-7.1 Description-md5: 741bcaa487f48f8860558f12a15d4f3e Description-en: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. Package: linux-image-7.0.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-7.1.0-1001-aws-64k Description-md5: 6404045f5f70aa3a1efbc4b68ef74312 Description-en: Signed kernel image aws-64k A kernel image for aws-64k. This version of it is signed with Canonical's signing key. Package: linux-image-7.1.0-1001-gcp-64k Description-md5: cd08b2c7242823c26ce611622e7c9122 Description-en: Signed kernel image gcp-64k A kernel image for gcp-64k. This version of it is signed with Canonical's signing key. Package: linux-image-7.1.0-1001-oracle-64k Description-md5: 2bf5e89dfc56b1568cc40978070ffc7d Description-en: Signed kernel image oracle-64k A kernel image for oracle-64k. This version of it is signed with Canonical's signing key. Package: linux-image-7.1.0-5-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-aws-64k Description-md5: d48f8260f8c20a3da56fff707dd8ef26 Description-en: Linux kernel image for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel image available for Amazon Web Services (AWS) systems. Package: linux-image-aws-64k-7.1 Description-md5: d48f8260f8c20a3da56fff707dd8ef26 Description-en: Linux kernel image for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel image available for Amazon Web Services (AWS) systems. Package: linux-image-fb-7.0.0-15-generic Description-md5: ec7165fe150e840b5cd0566facf49fe9 Description-en: Signed kernel image generic (Stubble) A kernel image for generic. This version of it is signed with Canonical's signing key. Delivered as a stubble payload. Fallback kernel without stubble wrapper. Package: linux-image-fb-7.0.0-15-generic-64k Description-md5: 62615b39c53cc823a65dbbb794303da7 Description-en: Signed kernel image generic-64k (Stubble) A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Delivered as a stubble payload. Fallback kernel without stubble wrapper. Package: linux-image-fb-7.1.0-5-generic Description-md5: ec7165fe150e840b5cd0566facf49fe9 Description-en: Signed kernel image generic (Stubble) A kernel image for generic. This version of it is signed with Canonical's signing key. Delivered as a stubble payload. Fallback kernel without stubble wrapper. Package: linux-image-fb-7.1.0-5-generic-64k Description-md5: 62615b39c53cc823a65dbbb794303da7 Description-en: Signed kernel image generic-64k (Stubble) A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Delivered as a stubble payload. Fallback kernel without stubble wrapper. Package: linux-image-fb-generic Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-generic-7.0 Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-generic-7.1 Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-generic-hwe-24.04 Description-md5: 0e58c73306210385b96be1a1e16f0e7f Description-en: Generic Linux kernel image for Ubuntu Core (fallback) (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-fb-generic-hwe-24.04-edge Description-md5: 0e58c73306210385b96be1a1e16f0e7f Description-en: Generic Linux kernel image for Ubuntu Core (fallback) (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-fb-generic-hwe-26.04 Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-generic-hwe-26.04-edge Description-md5: ada37ea00dd50acd3f1a77c4ff2e051a Description-en: Generic Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest generic kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-gcp-64k Description-md5: f100d59138809689d7ab845357f64201 Description-en: Google Cloud Platform (GCP) Linux kernel image This package will always depend on the latest Google Cloud Platform (GCP) kernel image available. Package: linux-image-gcp-64k-7.1 Description-md5: f100d59138809689d7ab845357f64201 Description-en: Google Cloud Platform (GCP) Linux kernel image This package will always depend on the latest Google Cloud Platform (GCP) kernel image available. 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-7.0 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-7.1 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: 471e40d435838b46180e25613eb2fe6c Description-en: Generic 64K Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-generic-64k-hwe-24.04-edge Description-md5: 471e40d435838b46180e25613eb2fe6c Description-en: Generic 64K Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-generic-64k-hwe-26.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-26.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-oracle-64k Description-md5: ffee2e09f7d9a09f2bd9b4c72ff6d921 Description-en: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-image-oracle-64k-7.1 Description-md5: ffee2e09f7d9a09f2bd9b4c72ff6d921 Description-en: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-image-uc-7.0.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-uc-7.1.0-1001-aws-64k Description-md5: ee6b4081acc890b6f118b66fea7b8f83 Description-en: Signed kernel image aws-64k for Ubuntu Core A kernel image for aws-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.1.0-1001-gcp-64k Description-md5: 089bd9500fad4374faeff47e1d5d6c98 Description-en: Signed kernel image gcp-64k for Ubuntu Core A kernel image for gcp-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.1.0-1001-oracle-64k Description-md5: a496bedf467dbf3efb70ad2dcdf17bd8 Description-en: Signed kernel image oracle-64k for Ubuntu Core A kernel image for oracle-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.1.0-5-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-7.0.0-15-generic-64k Description-md5: 44d248f96bc7f042ec98c34caa6f2e12 Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.0. . 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-image-unsigned-7.1.0-1001-aws-64k Description-md5: e3a3d225c0414f5ced753a3b2c24e073 Description-en: Linux kernel image for version 7.1.0 This package contains the unsigned Linux kernel image for version 7.1.0. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.1.0-1001-gcp-64k Description-md5: 3103c8621d0d03c60edd13e5d7aea655 Description-en: Linux kernel image for version 7.1.0 This package contains the unsigned Linux kernel image for version 7.1.0. . Supports arm64 processors. . Geared toward GCP or GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gcp-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.1.0-1001-oracle-64k Description-md5: f8533bcc4e1612ff2b2936ebb7b617c8 Description-en: Oracle Linux kernel image for version 7.1.0 on DESC This package contains the unsigned Oracle Linux kernel image for version 7.1.0 on DESC. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.1.0-5-generic-64k Description-md5: 3f63f4d0a84b6e32caf7a9c3c1408785 Description-en: Linux kernel image for version 7.1.0 This package contains the unsigned Linux kernel image for version 7.1.0. . 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-64k Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-64k-7.0 Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-64k-7.1 Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-64k-hwe-24.04 Description-md5: 726022af5b5e77c8245da21bb4cba421 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-64k-hwe-24.04-edge Description-md5: 726022af5b5e77c8245da21bb4cba421 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-64k-hwe-26.04 Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-lowlatency-64k-hwe-26.04-edge Description-md5: c5683d77c70824dbd2b2c5d344ce9b18 Description-en: Complete Generic 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete generic-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-main-modules-doca-ofed-26.01-7.0.0-15-generic-64k Description-md5: 795608ab7c2811d91c2da6d9d35fb797 Description-en: Signed doca-ofed-26.01 module for 7.0.0-15 This package contains the signed doca-ofed-26.01 modules. . You likely do not want to install this package directly, Instead, install the linux-doca-ofed-26.01-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.0.0-15-generic-64k Description-md5: aaafdc3566e97339d4ab99fae0873891 Description-en: Signed zfs module for 7.0.0-15 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-1001-aws-64k Description-md5: 0e41e5134789d01f9a728189eb8fa730 Description-en: Signed zfs module for 7.1.0-1001 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-aws-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-1001-gcp-64k Description-md5: aa393bc2ace415ba4ed7cc2549d557c8 Description-en: Signed zfs module for 7.1.0-1001 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-gcp-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-1001-oracle-64k Description-md5: 93c5b97ac9527e6621a1b230bd6e8d8c Description-en: Signed zfs module for 7.1.0-1001 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.1.0-5-generic-64k Description-md5: fe401cf01a849b8246573edfa044de86 Description-en: Signed zfs module for 7.1.0-5 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.0.0-15-generic-64k Description-md5: 5e351e34127aecd6c53f7b219eac12c3 Description-en: Linux kernel modules for version 7.0.0 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-7.1.0-1001-aws-64k Description-md5: f29c8b27a237a18ae7a36c529f952b9f Description-en: Linux kernel extra modules for version 7.1.0 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 AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-aws-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.1.0-1001-gcp-64k Description-md5: 320ac56c0c6e76d2289f9a4afc01a3d8 Description-en: Linux kernel extra modules for version 7.1.0 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 arm64 processors. . Geared toward GCP or GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gcp-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.1.0-1001-oracle-64k Description-md5: 21bd36d7c63918670597ff3f13c51042 Description-en: Oracle Linux kernel extra modules for version 7.1.0 on DESC Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.1.0-5-generic-64k Description-md5: f5a4bbd0eeb3ae171fa232cbe1928883 Description-en: Linux kernel modules for version 7.1.0 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-doca-ofed-26.01-generic-64k Description-md5: b6e85ef4c96bdfd2a6c68440dc3ec5a2 Description-en: Extra drivers for doca-ofed-26.01 for the generic-64k flavour Install extra signed doca-ofed-26.01 modules compatible with the generic-64k flavour Package: linux-modules-doca-ofed-26.01-generic-64k-hwe-26.04 Description-md5: b6e85ef4c96bdfd2a6c68440dc3ec5a2 Description-en: Extra drivers for doca-ofed-26.01 for the generic-64k flavour Install extra signed doca-ofed-26.01 modules compatible with the generic-64k flavour Package: linux-modules-doca-ofed-26.01-generic-64k-hwe-26.04-edge Description-md5: b6e85ef4c96bdfd2a6c68440dc3ec5a2 Description-en: Extra drivers for doca-ofed-26.01 for the generic-64k flavour Install extra signed doca-ofed-26.01 modules compatible with the generic-64k flavour Package: linux-modules-zfs-aws-64k Description-md5: 4baaea7dfc0e9cc5c9926d28d364b69c Description-en: Extra drivers for zfs for the aws-64k flavour Install extra signed zfs modules compatible with the aws-64k flavour Package: linux-modules-zfs-gcp-64k Description-md5: 946648659a9c516e68546625ce623a8d Description-en: Extra drivers for zfs for the gcp-64k flavour Install extra signed zfs modules compatible with the gcp-64k flavour Package: linux-modules-zfs-generic-64k Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-generic-64k-hwe-26.04 Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-generic-64k-hwe-26.04-edge Description-md5: 23fd9bbe85c4251527113b38105ffaef Description-en: Extra drivers for zfs for the generic-64k flavour Install extra signed zfs modules compatible with the generic-64k flavour Package: linux-modules-zfs-oracle-64k Description-md5: a687cdbb02f780b1a907532ab8359c4a Description-en: Extra drivers for zfs for the oracle-64k flavour Install extra signed zfs modules compatible with the oracle-64k flavour Package: linux-oracle-64k Description-md5: 5a0227696f358f2137dc0ea2ed70da05 Description-en: Complete Linux kernel for Oracle systems. This package will always depend on the latest complete Linux kernel available for Oracle systems. Package: linux-oracle-64k-7.1 Description-md5: 5a0227696f358f2137dc0ea2ed70da05 Description-en: Complete Linux kernel for Oracle systems. This package will always depend on the latest complete Linux kernel available for Oracle systems. Package: linux-tools-7.0.0-15-generic-64k Description-md5: 4edfcf6dd2d4c1c90e676f3d60757d48 Description-en: Linux kernel version specific tools for version 7.0.0-15 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-15. Package: linux-tools-7.1.0-1001-aws-64k Description-md5: e7029d6c2cb9f7aa4eb116f61089c47e Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-1001. Package: linux-tools-7.1.0-1001-gcp-64k Description-md5: e7029d6c2cb9f7aa4eb116f61089c47e Description-en: Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-1001. Package: linux-tools-7.1.0-1001-oracle-64k Description-md5: 690f13db470763a7cf021c4a8f7ef30c Description-en: Oracle Linux kernel version specific tools for version 7.1.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-1001 on =HUMAN=. Package: linux-tools-7.1.0-5-generic-64k Description-md5: 34db3238a0dc310c56729ae379cec719 Description-en: Linux kernel version specific tools for version 7.1.0-5 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.1.0-5. Package: linux-tools-aws-64k Description-md5: afac901302a564cef62a0809a4d8ec7b Description-en: Linux kernel versioned tools for Amazon Web Services (AWS) systems. This package will always depend on the latest Linux kernel versioned tools available for Amazon Web Services (AWS) systems. Package: linux-tools-aws-64k-7.1 Description-md5: afac901302a564cef62a0809a4d8ec7b Description-en: Linux kernel versioned tools for Amazon Web Services (AWS) systems. This package will always depend on the latest Linux kernel versioned tools available for Amazon Web Services (AWS) systems. Package: linux-tools-gcp-64k Description-md5: 3d914bfcdd174f3e1189d829307612c2 Description-en: Google Cloud Platform (GCP) Linux kernel tools This package will always depend on the latest Google Cloud Platform (GCP) kernel tools available. Package: linux-tools-gcp-64k-7.1 Description-md5: 3d914bfcdd174f3e1189d829307612c2 Description-en: Google Cloud Platform (GCP) Linux kernel tools This package will always depend on the latest Google Cloud Platform (GCP) kernel tools available. 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-7.0 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-7.1 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: bacc3e183a7b9e95bd3eaa60cb089247 Description-en: Generic 64K Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-generic-64k-hwe-24.04-edge Description-md5: bacc3e183a7b9e95bd3eaa60cb089247 Description-en: Generic 64K Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-generic-64k-hwe-26.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-26.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: linux-tools-oracle-64k Description-md5: 362246a635b6b01427de3df499dc087a Description-en: Linux kernel versioned tools for Oracle systems. This package will always depend on the latest Linux kernel versioned tools available for Oracle systems. Package: linux-tools-oracle-64k-7.1 Description-md5: 362246a635b6b01427de3df499dc087a Description-en: Linux kernel versioned tools for Oracle systems. This package will always depend on the latest Linux kernel versioned tools available for Oracle systems. Package: cpp-15-arm-linux-gnueabihf Description-md5: ebf0ad16c97b571650e3bbee5ea0b0be Description-en: GNU C preprocessor for arm-linux-gnueabihf A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the arm-linux-gnueabihf architecture but not the compiler. Package: g++-15-arm-linux-gnueabihf Description-md5: 7e42e2316ead40c4b651752dc83234d7 Description-en: GNU C++ compiler for the arm-linux-gnueabihf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the arm-linux-gnueabihf architecture. Package: gcc-15-arm-linux-gnueabihf Description-md5: 33f90d4dfb358631d3e5a94e55aaa543 Description-en: GNU C compiler for the arm-linux-gnueabihf architecture This is the GNU C compiler for the arm-linux-gnueabihf architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-arm-linux-gnueabihf Description-md5: 97ae8549d5e903133d4832ce451bf9d5 Description-en: GNU Fortran compiler for the arm-linux-gnueabihf architecture This is the GNU Fortran compiler for the arm-linux-gnueabihf architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gir1.2-gst-plugins-extra-1.0 Description-md5: 13ff45bf8fa8584f4fddcf765a9681a5 Description-en: GObject introspection data for the GStreamer libraries from the "extra" 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. . GStreamer Extra Plug-ins is a set of plug-ins that upstream still keeps in the Bad set, but are considered rather stable and depended on by applications in the main repositories. . This package contains introspection data for the GStreamer libraries from the "extra" set. It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gstreamer1.0-plugins-extra Description-md5: 2db739ccf601b2bd39a32ba6f217184c Description-en: Curated GStreamer plugins from the "extra" 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. . GStreamer Extra Plug-ins is a set of plug-ins that upstream still keeps in the Bad set, but are considered rather stable and depended on by applications in the main repositories. Package: liberasurecode-dev Description-md5: fbad4cc5eda403f2ccf3578c485a317a Description-en: support of multiple erasure code backends - development files Liberasurecode is an erasure code library which can support multiple erasure code 'backends'. The repository includes a Jerasure for Reed-Solomon implementation. . This package contains the development files needed to build against the shared library. Package: liberasurecode1 Description-md5: 3dca7acc4e8a6c946dd42ab4f1a445a6 Description-en: support of multiple erasure code backends - shared library Liberasurecode is an erasure code library which can support multiple erasure code 'backends'. The repository includes a Jerasure for Reed-Solomon implementation. . This package contains the shared library. Package: libgstreamer-plugins-extra1.0-0 Description-md5: 5918b34007f84f4e4c7a8caf639dea43 Description-en: GStreamer libraries from the "extra" 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. . GStreamer Extra Plug-ins is a set of plug-ins that upstream still keeps in the Bad set, but are considered rather stable and depended on by applications in the main repositories. . This package contains shared GStreamer libraries from the Extra set. The API is not guaranteed to be stable. Package: libgstreamer-plugins-extra1.0-dev Description-md5: 388e39634bdb9c402e586bfe27efea5a Description-en: GStreamer development files for libraries from the "extra" 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. . GStreamer Extra Plug-ins is a set of plug-ins that upstream still keeps in the Bad set, but are considered rather stable and depended on by applications in the main repositories. . This package contains development files for GStreamer libraries from the Extra set. The API is not guaranteed to be stable. Package: libntirpc-dev Description-md5: 93988ed852bfb618bf0ac58c74f8e266 Description-en: new transport-independent RPC library - development files Port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. . Changes introduced in the ntirpc library include: * Bi-directional operation. * Full-duplex operation on the TCP (vc) transport. * Thread-safe operating modes: * new locking primitives and lock callouts (interface change). * stateless send/recv on the TCP transport (interface change). * Flexible server integration support. * Event channels. . This package provides development files. Package: libntirpc7.2 Description-md5: 51e6a8a1dbde12ef03d4409ae6ce4069 Description-en: new transport-independent RPC library Port of Sun's transport-independent RPC library to Linux. The library is intended as a replacement for the RPC code in the GNU C library, providing among others support for RPC (and in turn, NFS) over IPv6. . Changes introduced in the ntirpc library include: * Bi-directional operation. * Full-duplex operation on the TCP (vc) transport. * Thread-safe operating modes: * new locking primitives and lock callouts (interface change). * stateless send/recv on the TCP transport (interface change). * Flexible server integration support. * Event channels. Package: linux-image-7.0.0-15-generic Description-md5: c8fab0d27234786a0c5d7baba83f761e Description-en: Linux kernel image for version 7.0.0 This package contains the Linux kernel image for version 7.0.0. . 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-7.1.0-5-generic Description-md5: e2b49e196952bb1d64f49a12203591a5 Description-en: Linux kernel image for version 7.1.0 This package contains the Linux kernel image for version 7.1.0. . 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: nfs-ganesha Description-md5: f71229d779c48b29a16d7e09c4979e7b Description-en: NFS server in User Space NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE and ZFS. . This package contains the binaries Package: openjdk-25-jre Description-md5: 5bad8f597e182fdf0635f3b9fccbce1a Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot Zero. Package: openjdk-25-jre-headless Description-md5: 125494d786a73a442968635c3a21c714 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot Zero. Package: cpp-15-i686-linux-gnu Description-md5: 1627f20783636de7a009846e94750c64 Description-en: GNU C preprocessor for i686-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the i686-linux-gnu architecture but not the compiler. Package: g++-15-i686-linux-gnu Description-md5: 4bcee97f3f1dbbe3d26ed394722ba5bc Description-en: GNU C++ compiler for the i686-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the i686-linux-gnu architecture. Package: gcc-15-i686-linux-gnu Description-md5: ba5a678e8889d9e2f2dd41bf10f39ab5 Description-en: GNU C compiler for the i686-linux-gnu architecture This is the GNU C compiler for the i686-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-i686-linux-gnu Description-md5: b4cc25194ee0177ada8bf1a75e17c538 Description-en: GNU Fortran compiler for the i686-linux-gnu architecture This is the GNU Fortran compiler for the i686-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: lib64asan8 Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64atomic1 Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64gcc-15-dev Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-s1 Description-md5: 3fa6e907907011d66479852df2d160b2 Description-en: GCC support library (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. Package: lib64gfortran-15-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran5 Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gomp1 Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64itm1 Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64quadmath0 Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64stdc++-15-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++6 Description-md5: 0b7bd88ae533336258d0ca3201397c0f Description-en: GNU Standard C++ Library v3 (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64ubsan1 Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: bubblewrap Description-md5: 93fea4e8ee77b240289ff794fd4777ea Description-en: utility for unprivileged chroot and namespace manipulation bubblewrap uses Linux namespaces to launch unprivileged containers. These containers can be used to sandbox semi-trusted applications such as Flatpak apps, image/video thumbnailers and web browser components, or to run programs in a different library stack such as a Flatpak runtime or a different Debian release. . By default, this package relies on a kernel with user namespaces enabled. Official Debian and Ubuntu kernels are suitable. . On kernels without user namespaces, system administrators can make the bwrap executable setuid root, allowing it to create unprivileged containers even though ordinary user processes cannot. Package: cpp-15-powerpc64le-linux-gnu Description-md5: caf654af13d5f6bb609053003756486f Description-en: GNU C preprocessor for powerpc64le-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the powerpc64le-linux-gnu architecture but not the compiler. Package: g++-15-powerpc64le-linux-gnu Description-md5: ebb9916a66f41b95daf1752865ac8395 Description-en: GNU C++ compiler for the powerpc64le-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the powerpc64le-linux-gnu architecture. Package: gcc-15-powerpc64le-linux-gnu Description-md5: 9a78fbda526c5f3157cb5ab0c3cf7fc1 Description-en: GNU C compiler for the powerpc64le-linux-gnu architecture This is the GNU C compiler for the powerpc64le-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-powerpc64le-linux-gnu Description-md5: c4e5fd95008e20fa21421f07aca27e28 Description-en: GNU Fortran compiler for the powerpc64le-linux-gnu architecture This is the GNU Fortran compiler for the powerpc64le-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: libmozjs-140-0 Description-md5: f89af245fcd7e180a36a8d4344ddb570 Description-en: SpiderMonkey JavaScript library SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript. . This library is intended for use in contexts where only trusted JavaScript code will be run, such as GNOME's gjs, Cinnamon's cjs, and polkit's rules parsing. It should not be used to run untrusted JavaScript from web pages: use a security-supported implementation such as Firefox, Chrome or WebKitGTK's JavaScriptCore instead. Package: libmozjs-140-dev Description-md5: c76a055b4feb8f29a549fddecb1c771a Description-en: SpiderMonkey JavaScript library - development headers SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript. . This package contains the header files which are needed for developing SpiderMonkey embedders. . This library is intended for use in contexts where only trusted JavaScript code will be run, such as GNOME's gjs, Cinnamon's cjs, and polkit's rules parsing. It should not be used to run untrusted JavaScript from web pages: use a security-supported implementation such as Firefox, Chrome or WebKitGTK's JavaScriptCore instead. Package: nfs-ganesha-ceph Description-md5: 9f1ff35325b2c3788b65d3d1e7537a3b Description-en: nfs-ganesha fsal ceph libraries NFS-GANESHA is a NFS Server running in user space with a large cache. It comes with various backend modules to support different file systems and namespaces. Supported name spaces are POSIX, PROXY, SNMP, FUSE-like, HPSS, LUSTRE and ZFS. . This package contains a library for a FSAL_CEPH and an example ceph.conf file Package: acl Description-md5: b83fc53f6059dbeb88f11752e70968e7 Description-en: access control list - utilities This package contains the getfacl and setfacl utilities needed for manipulating access control lists. It also contains the chacl IRIX compatible utility. Package: cpp-15-riscv64-linux-gnu Description-md5: e494ee232d5f7671644a324790155ae4 Description-en: GNU C preprocessor for riscv64-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the riscv64-linux-gnu architecture but not the compiler. Package: g++-15-riscv64-linux-gnu Description-md5: 186a6b2f8835ee07ba020a89baf3cf1b Description-en: GNU C++ compiler for the riscv64-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the riscv64-linux-gnu architecture. Package: gcc-15-riscv64-linux-gnu Description-md5: 218dc51ac56878eb1749d78c89c8fddf Description-en: GNU C compiler for the riscv64-linux-gnu architecture This is the GNU C compiler for the riscv64-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-riscv64-linux-gnu Description-md5: 647d753ad3c3df0948710e5369bc92d3 Description-en: GNU Fortran compiler for the riscv64-linux-gnu architecture This is the GNU Fortran compiler for the riscv64-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: libacl1 Description-md5: 819a4a0833dcbd5db23e4a5fd341c3aa Description-en: access control list - shared library This package contains the shared library containing the POSIX 1003.1e draft standard 17 functions for manipulating access control lists. Package: libacl1-dev Description-md5: a045d1c523a69128d4ab4cdf4765ed94 Description-en: access control list - static libraries and headers This package contains the static libraries and header files needed for developing programs which make use of the access control list programming interface defined in POSIX 1003.1e draft standard 17. Package: ovn-central Description-md5: 5cc48d8c2c2dca5663a2e42178ed14c4 Description-en: OVN central components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-central provides the userspace daemons, utilities and databases for OVN that is run at a central location. Package: ovn-common Description-md5: 84b8e78bdbcd7c9e230195cff8664ecf Description-en: OVN common components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-common provides components required by other OVN packages. Package: ovn-host Description-md5: dec3348dabde40372a2d4189bfddad30 Description-en: OVN host components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-host provides the userspace components and utilities for OVN that can be run on every host/hypervisor. Package: postgresql-plperl-17 Description-md5: e71f9fc9f12a6b48643a5c16c534f05d Description-en: PL/Perl procedural language for PostgreSQL 17 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 17 in Perl. You need this package if you have any PostgreSQL 17 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-17 Description-md5: 39f7322482ccde9f7b976e11030fd57d Description-en: PL/Python 3 procedural language for PostgreSQL 17 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 17 in Python 3. You need this package if you have any PostgreSQL 17 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-17 Description-md5: 594006a691e4767ebf6e995aa34f5e17 Description-en: PL/Tcl procedural language for PostgreSQL 17 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 17 in Tcl. You need this package if you have any PostgreSQL 17 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. Package: rsyslog Description-md5: 4e086bf265bcf108a6ff66b9eb78bda9 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: cpp-15-s390x-linux-gnu Description-md5: 543132d3aca6089e85c5024bc8d3a6ca Description-en: GNU C preprocessor for s390x-linux-gnu A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor configured for the s390x-linux-gnu architecture but not the compiler. Package: g++-15-s390x-linux-gnu Description-md5: 242579a2aad3a3fffda9604eae1be5bd Description-en: GNU C++ compiler for the s390x-linux-gnu architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for the s390x-linux-gnu architecture. Package: gcc-15-s390x-linux-gnu Description-md5: 2323f276c14ea19238d792f7bdca46a5 Description-en: GNU C compiler for the s390x-linux-gnu architecture This is the GNU C compiler for the s390x-linux-gnu architecture, a fairly portable optimizing compiler for C. Package: gfortran-15-s390x-linux-gnu Description-md5: 01fdbbd9efb81f1ce24e9908283f9b07 Description-en: GNU Fortran compiler for the s390x-linux-gnu architecture This is the GNU Fortran compiler for the s390x-linux-gnu architecture, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.