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: cups Description-md5: 757338adad655b8f7da62fcd23ed6453 Description-en: Common UNIX Printing System(tm) - PPD/driver support, web interface The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the parts of CUPS which are needed for using printer drivers. Package: cups-bsd Description-md5: 8ca999eda442e2096dafa2745e4db8de Description-en: Common UNIX Printing System(tm) - BSD commands The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpr, lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the BSD commands for interacting with CUPS. It is provided separately to allow CUPS to coexist with other printing systems (to a small degree). Package: cups-client Description-md5: 49064ce8151bc5cfbb65936322a4e2ce Description-en: Common UNIX Printing System(tm) - client programs (SysV) The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the System V style print client programs. Package: cups-common Description-md5: ae28e55960aa62a85c88769b70d73eaa Description-en: Common UNIX Printing System(tm) - common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server and client packages. Package: cups-core-drivers Description-md5: 4f9e3623496bd3c54084d9d6fbddff87 Description-en: Common UNIX Printing System(tm) - driverless printing The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the parts of CUPS which are needed for driverless printing on IPP printers with common data formats. Package: cups-daemon Description-md5: 559bf8b849cd67e4ad13a2a638aea615 Description-en: Common UNIX Printing System(tm) - daemon The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the CUPS scheduler/daemon. Package: cups-ipp-utils Description-md5: fc53f48bcd5c06c739e45e5b8b3087d2 Description-en: Common UNIX Printing System(tm) - IPP developer/admin utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides IPP utilities for developers and system administrators Package: cups-ppdc Description-md5: ba3fa27bc468a14b73280f189057f4e7 Description-en: Common UNIX Printing System(tm) - PPD manipulation utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides utilities to generate and manipulate PPD files. Package: cups-server-common Description-md5: 78d6321e2b482147d6a44eac119c72bc Description-en: Common UNIX Printing System(tm) - server common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server. 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: 85208e115299ec0ab2b6173761a71ced 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: 95de04973ab1eae9322ef43d08e596cd 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: * iscsi: open-iscsi and optionally iscsiuio * systemd-import: systemd-container * nbd: nbd-client * nfs: nfs-common Package: glibc-doc Description-md5: 24409145cfc786fece1c0ace7901b517 Description-en: GNU C Library: Documentation Contains the complete GNU C Library ChangeLog. The GNU C Library Reference manual has been moved into glibc-doc-reference for licensing reasons. Package: libboost-container1.90-dev Description-md5: 41cba76db235acb1c7483636f7771fe0 Description-en: C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-container1.90.0 Description-md5: 4cc3eab0b1f3ec7475cebab0f0d54594 Description-en: C++ library that implements several well-known containers This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-context1.90.0 Description-md5: 509bcb267a10afdee403415de2d077bd Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Package: libboost-filesystem1.90.0 Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-iostreams1.90.0 Description-md5: 3c388d3a296c3c5ceb93d6073902d96e Description-en: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-locale1.90.0 Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-log1.90.0 Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-process1.90.0 Description-md5: 1d710a52e33218aaf330cb12be677b83 Description-en: library to create processes in a portable way Boost.process is a library for comfortable management of processes, first released with boost 1.64.0. Package: libboost-program-options1.90-dev Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-program-options1.90.0 Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-python1.90.0 Description-md5: 1fd3f0310a5498412ebe02c4766ff0b1 Description-en: Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . One of the python interpreter packages is required to use the created extensions. Package: libboost-regex1.90-dev Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-regex1.90.0 Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-thread1.90.0 Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-url1.90.0 Description-md5: 35fe57ff170f6ab465e37db29c2609d9 Description-en: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Package: libboost1.90-dev Description-md5: 5a4757456b06ec2c205f53eaa244f371 Description-en: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. Package: libboost1.90-tools-dev Description-md5: b20d39e2efe0c14e144ce9d2c5d01d38 Description-en: Boost C++ Libraries development tools The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. Package: libc-bin Description-md5: 23bffd7c48b5ed8394d07f8132ceb64c Description-en: GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * tzselect, zdump, zic: select/dump/compile time zones Package: libc-dev-bin Description-md5: ca03135a9e423d461176f64ae28a6e5c Description-en: GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. . * gencat: generate message catalogs Package: libc-gconv-modules-extra Description-md5: cfa0fa446d18da644e8d5fcfa81a0a48 Description-en: GNU C Library: Non-essential gconv modules This package provides additional character set conversion modules for the GNU C Library's gconv facility, to support encodings other than Latin-1 and UTF based. Package: libc6 Description-md5: fc3001b0b90a1c8e6690b283a619d57f Description-en: GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Package: libc6-dbg Description-md5: bbc98343da14bf76d4a45c2181fd8902 Description-en: GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Package: libc6-dev Description-md5: 1bbdc717d9acdb44db940928d570e749 Description-en: GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Package: libc6-dev-i386 Description-md5: 50cf6ae98f9a3cdef9c53b186287325f Description-en: GNU C Library: 32-bit development libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 32bit version of the library, meant for AMD64 systems. Package: libc6-dev-x32 Description-md5: 0859bbe63e876c4ed2ca05543b5d535f Description-en: GNU C Library: X32 ABI Development Libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the X32 ABI version of the library, meant for amd64 systems. Package: libc6-i386 Description-md5: 126bea51eae6ba3832096d4d56bfd9d2 Description-en: GNU C Library: 32-bit shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 32bit version of the library, meant for AMD64 systems. Package: libc6-x32 Description-md5: 010abf82e546e9de191aa54ef585d592 Description-en: GNU C Library: X32 ABI Shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the X32 ABI version of the library, meant for AMD64 systems. Package: libcups2-dev Description-md5: bf3f385e98251c2563c3f58554d2adce Description-en: Common UNIX Printing System(tm) - Development files CUPS library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CUPS-aware applications and CUPS drivers, as well as examples how to communicate with cups from different programming languages (Perl, Java, and PHP). Package: libcups2t64 Description-md5: cce9961cb86712146cb19e1b4636f79d Description-en: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Package: libcupsimage2-dev Description-md5: 419c750b3360d0933e0bbc9e17913244 Description-en: Common UNIX Printing System(tm) - Development files CUPS image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing applications that use the CUPS raster image format. Package: libcupsimage2t64 Description-md5: f4451fb5498322724719d7d3a8635bf4 Description-en: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. 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.0 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.0.0-1004 Description-md5: 9e84f42cf8861230249b338660277ec4 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-aws-headers-7.0.0-1004/debian.README.gz for details Package: linux-aws-tools-7.0.0-1004 Description-md5: b131c2ada1bd2f03314225086bc23930 Description-en: Linux kernel version specific tools for version 7.0.0-1004 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-1004. You probably want to install linux-tools-7.0.0-1004-. Package: linux-azure-fde Description-md5: 694cc055b718ed96b443c20449ca4e7c Description-en: Complete Linux kernel for Azure systems (kernel.efi). This package will always depend on the latest complete Linux kernel available for Azure systems. . This package will use kernel.efi during boot. Package: linux-azure-fde-7.0 Description-md5: 694cc055b718ed96b443c20449ca4e7c Description-en: Complete Linux kernel for Azure systems (kernel.efi). This package will always depend on the latest complete Linux kernel available for Azure systems. . This package will use kernel.efi during boot. Package: linux-azure-fde-cloud-tools-7.0.0-1003 Description-md5: 8087bd177dbf52f1977e6ce84d6edca0 Description-en: Linux kernel version specific cloud tools for version 7.0.0-1003 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.0.0-1003. You probably want to install linux-cloud-tools-7.0.0-1003-. Package: linux-azure-fde-headers-7.0.0-1003 Description-md5: 788f44eb4b895e19e9987a5242e987cf 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-azure-fde-headers-7.0.0-1003/debian.README.gz for details Package: linux-azure-fde-tools-7.0.0-1003 Description-md5: fd462dd2c5ad78571b77f40697178d5b Description-en: Linux kernel version specific tools for version 7.0.0-1003 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-1003. You probably want to install linux-tools-7.0.0-1003-. 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-1003-azure-fde 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.0.0-1003-gcp 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.0.0-1003-oracle 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.0.0-1004-aws 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.0.0-1005-ibm 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.0.0-14-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.0.0-14-realtime 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-cloud-tools-7.0.0-1003-azure-fde Description-md5: 7f399b8786fa423e358ca80858559ca6 Description-en: Linux kernel version specific cloud tools for version 7.0.0-1003 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.0.0-1003. Package: linux-cloud-tools-7.0.0-14 Description-md5: aaa818c4a113d3b6fd95f54eec4d858d Description-en: Linux kernel version specific cloud tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.0.0-14. You probably want to install linux-cloud-tools-7.0.0-14-. Package: linux-cloud-tools-7.0.0-14-generic Description-md5: a2c7bb3f9c6dad52103358022e54d83c Description-en: Linux kernel version specific cloud tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.0.0-14. Package: linux-cloud-tools-7.0.0-14-realtime Description-md5: a2c7bb3f9c6dad52103358022e54d83c Description-en: Linux kernel version specific cloud tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.0.0-14. Package: linux-cloud-tools-azure-fde 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-fde-7.0 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-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-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-realtime Description-md5: 823850be1c3ce0ccdab26323d5e82dc5 Description-en: Real-time Linux kernel cloud tools This package will always depend on the latest real-time kernel cloud tools available. Package: linux-cloud-tools-realtime-7.0 Description-md5: 823850be1c3ce0ccdab26323d5e82dc5 Description-en: Real-time Linux kernel cloud tools This package will always depend on the latest real-time kernel cloud tools available. Package: linux-cloud-tools-realtime-hwe-26.04 Description-md5: 823850be1c3ce0ccdab26323d5e82dc5 Description-en: Real-time Linux kernel cloud tools This package will always depend on the latest real-time kernel cloud tools available. Package: linux-cloud-tools-realtime-hwe-26.04-edge Description-md5: 823850be1c3ce0ccdab26323d5e82dc5 Description-en: Real-time Linux kernel cloud tools This package will always depend on the latest real-time 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-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-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.0 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.0.0-1003 Description-md5: 3de081363bf911772e22d9843ecfc69c 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-gcp-headers-7.0.0-1003/debian.README.gz for details Package: linux-gcp-tools-7.0.0-1003 Description-md5: fd462dd2c5ad78571b77f40697178d5b Description-en: Linux kernel version specific tools for version 7.0.0-1003 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-1003. You probably want to install linux-tools-7.0.0-1003-. 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-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-1003-azure-fde Description-md5: 802b67a2b892a440449f44b28f52b3b8 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-1003/debian.README.gz for details. Package: linux-headers-7.0.0-1003-gcp Description-md5: 802b67a2b892a440449f44b28f52b3b8 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-1003/debian.README.gz for details. Package: linux-headers-7.0.0-1003-oracle Description-md5: 97fb72cff9da76d6c77632c123ce32b6 Description-en: Oracle Linux kernel headers for version 7.0.0 on DESC This package provides kernel header files for version 7.0.0 on DESC. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.0.0-1003/debian.README.gz for details. Package: linux-headers-7.0.0-1004-aws Description-md5: cfce8dfc6351535682fd9de054912195 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-1004/debian.README.gz for details. Package: linux-headers-7.0.0-1005-ibm Description-md5: dca9a74e5695dabbbac9866c279924b4 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-ibm-headers-7.0.0-1005/debian.README.gz for details. Package: linux-headers-7.0.0-14 Description-md5: f4a59bad5f7384cc626cb216a8ddf83b 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-14/debian.README.gz for details Package: linux-headers-7.0.0-14-generic Description-md5: 2eec7e7350798a000dd557bcb7a6b66c 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-14/debian.README.gz for details. Package: linux-headers-7.0.0-14-realtime Description-md5: 2eec7e7350798a000dd557bcb7a6b66c 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-14/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.0 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-fde 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-fde-7.0 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.0 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-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-ibm Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) kernel headers available. Package: linux-headers-ibm-7.0 Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) 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.0 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-realtime Description-md5: 1fb7050c3c218b8c47691a2e7eec32d5 Description-en: Linux kernel headers for real-time systems. This package will always depend on the latest kernel headers available for real-time systems. Package: linux-headers-realtime-7.0 Description-md5: 1fb7050c3c218b8c47691a2e7eec32d5 Description-en: Linux kernel headers for real-time systems. This package will always depend on the latest kernel headers available for real-time systems. Package: linux-headers-realtime-hwe-26.04 Description-md5: 1fb7050c3c218b8c47691a2e7eec32d5 Description-en: Linux kernel headers for real-time systems. This package will always depend on the latest kernel headers available for real-time systems. Package: linux-headers-realtime-hwe-26.04-edge Description-md5: 1fb7050c3c218b8c47691a2e7eec32d5 Description-en: Linux kernel headers for real-time systems. This package will always depend on the latest kernel headers available for real-time 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-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-ibm Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-ibm-7.0 Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-ibm-headers-7.0.0-1005 Description-md5: 9ce7b6a126f42aeea379525a9817225f 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-ibm-headers-7.0.0-1005/debian.README.gz for details Package: linux-ibm-tools-7.0.0-1005 Description-md5: b75d927cc0c588cb903024c3de66ac15 Description-en: Linux kernel version specific tools for version 7.0.0-1005 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-1005. You probably want to install linux-tools-7.0.0-1005-. Package: linux-image-7.0.0-1003-azure-fde Description-md5: c7b1e25f611904dbc21ac90bfedf1583 Description-en: Signed kernel image azure-fde for CVM A kernel image for azure-fde. This version of it is signed with Canonical's signing key. Package: linux-image-7.0.0-1003-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.0.0-1003-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.0.0-1004-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.0.0-1005-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-7.0.0-14-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.0.0-14-realtime Description-md5: 79beaec48d8d231cee72ce47d9c6703a Description-en: Signed kernel image realtime A kernel image for realtime. 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.0 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-fde Description-md5: 4d8a2bf28e8d79f30b4b3e382ce30cc0 Description-en: Linux kernel image for Azure systems (kernel.efi). This package will always depend on the latest kernel image available for Azure systems. . This package will use kernel.efi during boot. Package: linux-image-azure-fde-7.0 Description-md5: 4d8a2bf28e8d79f30b4b3e382ce30cc0 Description-en: Linux kernel image for Azure systems (kernel.efi). This package will always depend on the latest kernel image available for Azure systems. . This package will use kernel.efi 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-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.0 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-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-ibm Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) kernel image available. Package: linux-image-ibm-7.0 Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) 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.0 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-realtime Description-md5: 4d8e8a68a3c6fa13675164144e03fdc4 Description-en: Linux kernel image for real-time systems. This package will always depend on the latest kernel image available for real-time systems. Package: linux-image-realtime-7.0 Description-md5: 4d8e8a68a3c6fa13675164144e03fdc4 Description-en: Linux kernel image for real-time systems. This package will always depend on the latest kernel image available for real-time systems. Package: linux-image-realtime-hwe-26.04 Description-md5: 4d8e8a68a3c6fa13675164144e03fdc4 Description-en: Linux kernel image for real-time systems. This package will always depend on the latest kernel image available for real-time systems. Package: linux-image-realtime-hwe-26.04-edge Description-md5: 4d8e8a68a3c6fa13675164144e03fdc4 Description-en: Linux kernel image for real-time systems. This package will always depend on the latest kernel image available for real-time systems. Package: linux-image-uc-7.0.0-1003-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.0.0-1003-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.0.0-1004-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.0.0-1005-ibm Description-md5: 7bfb85ac712a625e54fd67cc39644148 Description-en: Signed kernel image ibm for Ubuntu Core A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.0.0-14-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.0.0-14-realtime Description-md5: 4486f66e0915cfd3a51148eb11dff06e Description-en: Signed kernel image realtime for Ubuntu Core A kernel image for realtime. 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-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-uc-realtime Description-md5: 29a675b2e61f0aabe39a2e2e36dc563a Description-en: Linux kernel image for Ubuntu Core for real-time systems. This package will always depend on the latest realtime 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-realtime-7.0 Description-md5: 29a675b2e61f0aabe39a2e2e36dc563a Description-en: Linux kernel image for Ubuntu Core for real-time systems. This package will always depend on the latest realtime 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-realtime-hwe-26.04 Description-md5: 29a675b2e61f0aabe39a2e2e36dc563a Description-en: Linux kernel image for Ubuntu Core for real-time systems. This package will always depend on the latest realtime 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-realtime-hwe-26.04-edge Description-md5: 29a675b2e61f0aabe39a2e2e36dc563a Description-en: Linux kernel image for Ubuntu Core for real-time systems. This package will always depend on the latest realtime 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-unsigned-7.0.0-1003-azure-fde Description-md5: 574ebc9c041fe487f6d59e995cf80ef3 Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.0. . Supports Azure processors. . Geared toward Azure systems. . You likely do not want to install this package directly. Instead, install the linux-azure-fde meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.0.0-1003-gcp Description-md5: b4106a1ec6b2230f942709f0f9936622 Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.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.0.0-1003-oracle Description-md5: 574a3ce1d166cc683dac489b18c261f7 Description-en: Oracle Linux kernel image for version 7.0.0 on DESC This package contains the unsigned Oracle Linux kernel image for version 7.0.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.0.0-1004-aws Description-md5: 4ac14fa0d57cff85614aca1e1ef4658f Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.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.0.0-1005-ibm Description-md5: 8d8fff328d81b9a6430a67e25d1959c8 Description-en: Linux kernel image for version 7.0.0. This package contains the unsigned Linux kernel image for version 7.0.0. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-7.0.0-14-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.0.0-14-realtime Description-md5: dfcc2f6357151538d0af110ca1715cdd Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.0. . Supports Real-time processors. . Geared toward IoT, embedded devices, and server systems. . You likely do not want to install this package directly. Instead, install the linux-realtime 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-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-14-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-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-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-aws Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-doca-ofed-26.01-7.0.0-1003-azure-fde Description-md5: b0386b2adfed978a054155fb586ec700 Description-en: Signed doca-ofed-26.01 module for 7.0.0-1003 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-azure-fde meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-doca-ofed-26.01-7.0.0-1003-gcp Description-md5: cef4cb8b73a42fe967b4337b3f7157f3 Description-en: Signed doca-ofed-26.01 module for 7.0.0-1003 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-gcp meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-doca-ofed-26.01-7.0.0-1003-oracle Description-md5: f52bfcbebe3f709fd6fa94af2fcd8c7a Description-en: Signed doca-ofed-26.01 module for 7.0.0-1003 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-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-doca-ofed-26.01-7.0.0-1004-aws Description-md5: 8e870ccf02432198eb9beb5c62aaf432 Description-en: Signed doca-ofed-26.01 module for 7.0.0-1004 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-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-doca-ofed-26.01-7.0.0-14-generic Description-md5: 0af08a6d8750f6b7a6dc7a663663d96a Description-en: Signed doca-ofed-26.01 module for 7.0.0-14 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-14-generic Description-md5: c5442834806f9e15217a2edf0f23915e Description-en: Signed evdi module for 7.0.0-14 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: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-ibm Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-ipu6-7.0.0-14-generic Description-md5: 9898622ab5955c90cafa789a18661e3f Description-en: Signed ipu6 module for 7.0.0-14 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-14-generic Description-md5: 948a80665e2c57b102d6ea55fb276786 Description-en: Signed ipu7 module for 7.0.0-14 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-14-generic Description-md5: 301c92ad94dd5a427d586ca948e06f3a Description-en: Signed iwlwifi module for 7.0.0-14 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.0.0-14-realtime Description-md5: 8a58b2d3442a04d753b9c43a3f3d301b Description-en: Signed iwlwifi module for 7.0.0-14 This package contains the signed iwlwifi modules. . You likely do not want to install this package directly, Instead, install the linux-iwlwifi-realtime meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-oracle Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-usbio-7.0.0-14-generic Description-md5: e65f1376b92d21cd67db905d10544075 Description-en: Signed usbio module for 7.0.0-14 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-1005-ibm Description-md5: eee60256965e244300dde48c11b2186e Description-en: Signed v4l2loopback module for 7.0.0-1005 This package contains the signed v4l2loopback modules. . You likely do not want to install this package directly, Instead, install the linux-v4l2loopback-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-v4l2loopback-7.0.0-14-generic Description-md5: 4683dd2a7525032cd5a3194e7e8a9dd7 Description-en: Signed v4l2loopback module for 7.0.0-14 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.0.0-14-realtime Description-md5: ba4596a5daf2aa95013d8244c51f163a Description-en: Signed v4l2loopback module for 7.0.0-14 This package contains the signed v4l2loopback modules. . You likely do not want to install this package directly, Instead, install the linux-v4l2loopback-realtime meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-vision-7.0.0-14-generic Description-md5: 379ccc9d6d11b2eb950364d93cd0aeeb Description-en: Signed vision module for 7.0.0-14 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-1003-azure-fde Description-md5: 321ff39655ec3c50f12ac0d2c1d95186 Description-en: Signed zfs module for 7.0.0-1003 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-azure-fde meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.0.0-1003-gcp Description-md5: f4875f05d54f2635c1f321f7350c79cd Description-en: Signed zfs module for 7.0.0-1003 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.0.0-1003-oracle Description-md5: 7655753ab4fcd7def42f799422b15041 Description-en: Signed zfs module for 7.0.0-1003 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.0.0-1004-aws Description-md5: e864634c1056d48bee3bb1241e2765a8 Description-en: Signed zfs module for 7.0.0-1004 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.0.0-1005-ibm Description-md5: 161275a1356d1b99cb4bbebb732bb5da Description-en: Signed zfs module for 7.0.0-1005 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-zfs-7.0.0-14-generic Description-md5: 4d70b0375739534bc561185c514205ea Description-en: Signed zfs module for 7.0.0-14 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: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-aws Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-azure-fde Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-gcp Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-ibm Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-oracle Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-signed-realtime Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-modules-7.0.0-1003-azure-fde Description-md5: aac28197d0902cf647f837bd0a15734e Description-en: Linux kernel extra 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 Azure processors. . Geared toward Azure systems. . You likely do not want to install this package directly. Instead, install the linux-azure-fde meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.0.0-1003-gcp Description-md5: 7eef2d0112247650794ba1f1a1312690 Description-en: Linux kernel extra 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 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.0.0-1003-oracle Description-md5: ed267c61616c5c9e1db829a59a2a5489 Description-en: Oracle Linux kernel extra modules for version 7.0.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.0.0-1004-aws Description-md5: f4c5dd67a54c87441f32ab6259040117 Description-en: Linux kernel extra 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 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.0.0-1005-ibm Description-md5: 240ced5acf0ef7e6b545417087129dbb Description-en: Linux kernel extra 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 IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.0.0-14-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.0.0-14-realtime Description-md5: dc035a255f3de8a271b4794d52a3881c 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 Real-time processors. . Geared toward IoT, embedded devices, and server systems. . You likely do not want to install this package directly. Instead, install the linux-realtime meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-doca-ofed-26.01-aws Description-md5: b431da6bb9059f3a2b01639b33ee3530 Description-en: Extra drivers for doca-ofed-26.01 for the aws flavour Install extra signed doca-ofed-26.01 modules compatible with the aws flavour Package: linux-modules-doca-ofed-26.01-azure-fde Description-md5: 1907ef1e49649545b83a091690da0fd3 Description-en: Extra drivers for doca-ofed-26.01 for the azure-fde flavour Install extra signed doca-ofed-26.01 modules compatible with the azure-fde flavour Package: linux-modules-doca-ofed-26.01-gcp Description-md5: 310d95cb3ba9c433834a75da24d93246 Description-en: Extra drivers for doca-ofed-26.01 for the gcp flavour Install extra signed doca-ofed-26.01 modules compatible with the gcp flavour 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-doca-ofed-26.01-oracle Description-md5: 661710fb33336a5c4d74b9b37ffad17e Description-en: Extra drivers for doca-ofed-26.01 for the oracle flavour Install extra signed doca-ofed-26.01 modules compatible with the oracle 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-iwlwifi-realtime Description-md5: 0940f842aec9f27c984304c4e7d689a0 Description-en: Extra drivers for iwlwifi for the realtime flavour Install extra signed iwlwifi modules compatible with the realtime flavour Package: linux-modules-iwlwifi-realtime-hwe-26.04 Description-md5: 0940f842aec9f27c984304c4e7d689a0 Description-en: Extra drivers for iwlwifi for the realtime flavour Install extra signed iwlwifi modules compatible with the realtime flavour Package: linux-modules-iwlwifi-realtime-hwe-26.04-edge Description-md5: 0940f842aec9f27c984304c4e7d689a0 Description-en: Extra drivers for iwlwifi for the realtime flavour Install extra signed iwlwifi modules compatible with the realtime flavour 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-v4l2loopback-ibm Description-md5: 9e9c1144669511b2b178221b490af224 Description-en: Extra drivers for v4l2loopback for the ibm flavour Install extra signed v4l2loopback modules compatible with the ibm flavour Package: linux-modules-v4l2loopback-realtime Description-md5: f0d5e1e5706738733edece4b21399722 Description-en: Extra drivers for v4l2loopback for the realtime flavour Install extra signed v4l2loopback modules compatible with the realtime flavour Package: linux-modules-v4l2loopback-realtime-hwe-26.04 Description-md5: f0d5e1e5706738733edece4b21399722 Description-en: Extra drivers for v4l2loopback for the realtime flavour Install extra signed v4l2loopback modules compatible with the realtime flavour Package: linux-modules-v4l2loopback-realtime-hwe-26.04-edge Description-md5: f0d5e1e5706738733edece4b21399722 Description-en: Extra drivers for v4l2loopback for the realtime flavour Install extra signed v4l2loopback modules compatible with the realtime 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-fde Description-md5: bc361e7c3e77a5078bb7656f159b08de Description-en: Extra drivers for zfs for the azure-fde flavour Install extra signed zfs modules compatible with the azure-fde 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-ibm Description-md5: e7557c808b4309c68e638343df62a77f Description-en: Extra drivers for zfs for the ibm flavour Install extra signed zfs modules compatible with the ibm 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-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.0 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.0.0-1003 Description-md5: e8034de571ae3a4a67097aa223549cad Description-en: Header files related to Oracle 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-oracle-headers-7.0.0-1003/debian.README.gz for details Package: linux-oracle-tools-7.0.0-1003 Description-md5: 6fe035c7ddb7c01ae02c75378a7da2a1 Description-en: Oracle Linux kernel version specific tools for version 7.0.0-1003 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-1003 on =HUMAN=. You probably want to install linux-tools-7.0.0-1003-. Package: linux-perf Description-md5: 45606e9d627e3f1994e080343111bf38 Description-en: Performance analysis tools for Linux Package: linux-realtime Description-md5: 501c5bb8667bbaf81d7ceb2e150750bf Description-en: Complete Linux kernel for real-time systems. This package will always depend on the latest complete Linux kernel available for real-time systems. Package: linux-realtime-7.0 Description-md5: 501c5bb8667bbaf81d7ceb2e150750bf Description-en: Complete Linux kernel for real-time systems. This package will always depend on the latest complete Linux kernel available for real-time systems. Package: linux-realtime-cloud-tools-7.0.0-14 Description-md5: aaa818c4a113d3b6fd95f54eec4d858d Description-en: Linux kernel version specific cloud tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.0.0-14. You probably want to install linux-cloud-tools-7.0.0-14-. Package: linux-realtime-headers-7.0.0-14 Description-md5: d77f016dbd041079fbbef32e16357d27 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-realtime-headers-7.0.0-14/debian.README.gz for details Package: linux-realtime-hwe-26.04 Description-md5: 501c5bb8667bbaf81d7ceb2e150750bf Description-en: Complete Linux kernel for real-time systems. This package will always depend on the latest complete Linux kernel available for real-time systems. Package: linux-realtime-hwe-26.04-edge Description-md5: 501c5bb8667bbaf81d7ceb2e150750bf Description-en: Complete Linux kernel for real-time systems. This package will always depend on the latest complete Linux kernel available for real-time systems. Package: linux-realtime-tools-7.0.0-14 Description-md5: 24e2980cee6ff941d8077a7eee575a4c Description-en: Linux kernel version specific tools for version 7.0.0-14 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-14. You probably want to install linux-tools-7.0.0-14-. Package: linux-riscv-headers-7.0.0-12 Description-md5: 3f5ae7d54c5365e0567cdad2a04b6103 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-riscv-headers-7.0.0-12/debian.README.gz for details 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-tools-7.0.0-1003-azure-fde Description-md5: 7afa49f212be2f9d52debbb1c53b41e5 Description-en: Linux kernel version specific tools for version 7.0.0-1003 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-1003. Package: linux-tools-7.0.0-1003-gcp Description-md5: 1aecc6e915ecf79f9a7bea607b5b29fe Description-en: Linux kernel version specific tools for version 7.0.0-1003 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1003. Package: linux-tools-7.0.0-1003-oracle Description-md5: 20012acd9a20d25eda22635d7cef3e88 Description-en: Oracle Linux kernel version specific tools for version 7.0.0-1003 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1003 on =HUMAN=. Package: linux-tools-7.0.0-1004-aws Description-md5: 49b6846cbe89d8930e1a508e0771e7fb Description-en: Linux kernel version specific tools for version 7.0.0-1004 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1004. Package: linux-tools-7.0.0-1005-ibm Description-md5: 1471b58458d5a6441e6985f8218a6c56 Description-en: Linux kernel version specific tools for version 7.0.0-1005 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1005. Package: linux-tools-7.0.0-14 Description-md5: 24e2980cee6ff941d8077a7eee575a4c Description-en: Linux kernel version specific tools for version 7.0.0-14 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-14. You probably want to install linux-tools-7.0.0-14-. Package: linux-tools-7.0.0-14-generic Description-md5: c078dda58d8d00d79e711b206dbe4e7a Description-en: Linux kernel version specific tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-14. Package: linux-tools-7.0.0-14-realtime Description-md5: c078dda58d8d00d79e711b206dbe4e7a Description-en: Linux kernel version specific tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-14. 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.0 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-fde 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-fde-7.0 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-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.0 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-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-ibm Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. Package: linux-tools-ibm-7.0 Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. 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.0 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-realtime Description-md5: a1c8d46b6984ca252691fcab24173d81 Description-en: Linux kernel versioned tools for real-time systems. This package will always depend on the latest Linux kernel versioned tools available for real-time systems. Package: linux-tools-realtime-7.0 Description-md5: a1c8d46b6984ca252691fcab24173d81 Description-en: Linux kernel versioned tools for real-time systems. This package will always depend on the latest Linux kernel versioned tools available for real-time systems. Package: linux-tools-realtime-hwe-26.04 Description-md5: a1c8d46b6984ca252691fcab24173d81 Description-en: Linux kernel versioned tools for real-time systems. This package will always depend on the latest Linux kernel versioned tools available for real-time systems. Package: linux-tools-realtime-hwe-26.04-edge Description-md5: a1c8d46b6984ca252691fcab24173d81 Description-en: Linux kernel versioned tools for real-time systems. This package will always depend on the latest Linux kernel versioned tools available for real-time 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-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-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: locales Description-md5: 68ccf846a4935e541c4a717fc0a1f3e3 Description-en: GNU C Library: National Language (locale) data [support] Machine-readable data files, shared objects and programs used by the C library for localization (l10n) and internationalization (i18n) support. . This package contains tools to generate locale definitions from source files (included in this package). It allows you to customize which definitions actually get generated. This is a space-saver over how this package used to be, with all locales generated by default. This created a package that unpacked to an excess of 30 megs. Package: locales-all Description-md5: c360552536cba624a24a347b513939dd Description-en: GNU C Library: Precompiled locale data This package contains the precompiled locale data for all supported locales. A better alternative is to install the locales package and only select desired locales, but it can be useful on a low-memory machine because some locale files take a lot of memory to be compiled. Package: nova-api Description-md5: 93751a4c42a717b98a076fc37e614e1c Description-en: OpenStack Compute - API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the API frontend. Package: nova-common Description-md5: ca300a4c4a13a67629e52754451325a3 Description-en: OpenStack Compute - common files OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains things that are needed by all parts of Nova. Package: nova-compute Description-md5: 3ba5242ed5b20ea217068529d959352e Description-en: OpenStack Compute - compute node base OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the package you will install on the nodes that will run your virtual machines. Package: nova-compute-kvm Description-md5: 3a3f4fc6eb0e0d1a1a52636f4a84daa1 Description-en: OpenStack Compute - compute node (KVM) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using kvm. Package: nova-compute-libvirt Description-md5: 128101f3838791afe92b57c5afcef336 Description-en: OpenStack Compute - compute node libvirt support OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This dependency package provides common dependencies and setup for all libvirt based hypervisor options. Package: nova-compute-lxc Description-md5: 8c74b0f3d56b3da8c70cf752f98f7869 Description-en: OpenStack Compute - compute node (LXC) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using LXC. Package: nova-conductor Description-md5: 0b6894258f8fbaad9a8f7daf4cae4456 Description-en: OpenStack Compute - conductor service OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova conductor service component Package: nova-doc Description-md5: 1c367fcc5afa32969a8f351c6365dd1c Description-en: OpenStack Compute - documentation OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains the documentation for Nova. Package: nova-scheduler Description-md5: 8edec11a409c894d59bffef4d16d21b6 Description-en: OpenStack Compute - virtual machine scheduler OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova scheduler. Package: nova-spiceproxy Description-md5: ea77a7b8b1a9e5a1953479bb5b89e219 Description-en: OpenStack Compute - spice html5 proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the spice proxy. It is a publically reachable component which proxies access to qemu-space running on compute nodes Package: nova-volume Description-md5: f85e1ba6a9aabcaf096890562606c8de Description-en: OpenStack Compute - storage OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is a dummy transitional package that can be removed after upgrade. 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-doc Description-md5: 5d9314c4dbce49af1fc81539f5c26499 Description-en: OVN documentation 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. . This package provides documentation for configuration and use of OVN. 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: 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: python3-netifaces Description-md5: 8b114bce2c8b4436a65ac7e6c8696ed3 Description-en: portable network interface information - Python 3.x netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces. . This package contains the module for Python 3.x. Package: python3-nova Description-md5: c5bba63c1cc9250b3fdd5277a7a70f1a Description-en: OpenStack Compute Python 3 libraries OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package contains the Python 3 nova libraries. 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: rust-coreutils Description-md5: a1493c3903ec45d30f8f490cebb19663 Description-en: Universal coreutils utils, written in Rust This packages replaces the GNU coreutils package written in C. It should be a drop-in replacement but: * Some options have NOT been implemented, * Might have important bugs, * Might be slower, * Output of the binaries might be slightly different. 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: squashfs-tools Description-md5: 17dcc783a84cdb071acdaa9841a6522c Description-en: Tool to create and append to squashfs filesystems Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. . Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. 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.0 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.0.0-1004 Description-md5: 158862552be71946295184980f3726fc Description-en: Linux kernel version specific cloud tools for version 7.0.0-1004 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 7.0.0-1004. You probably want to install linux-cloud-tools-7.0.0-1004-. Package: linux-buildinfo-7.0.0-1003-gcp-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.0.0-1003-oracle-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.0.0-1004-aws-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.0.0-14-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.0.0-14-realtime-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-cloud-tools-7.0.0-1004-aws Description-md5: 32ec130932b396a112273babb411d5e7 Description-en: Linux kernel version specific cloud tools for version 7.0.0-1004 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.0.0-1004. Package: linux-cloud-tools-7.0.0-1004-aws-64k Description-md5: 32ec130932b396a112273babb411d5e7 Description-en: Linux kernel version specific cloud tools for version 7.0.0-1004 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 7.0.0-1004. 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.0 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-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-1003-gcp-64k Description-md5: 802b67a2b892a440449f44b28f52b3b8 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-1003/debian.README.gz for details. Package: linux-headers-7.0.0-1003-oracle-64k Description-md5: 97fb72cff9da76d6c77632c123ce32b6 Description-en: Oracle Linux kernel headers for version 7.0.0 on DESC This package provides kernel header files for version 7.0.0 on DESC. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-7.0.0-1003/debian.README.gz for details. Package: linux-headers-7.0.0-1004-aws-64k Description-md5: cfce8dfc6351535682fd9de054912195 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-1004/debian.README.gz for details. Package: linux-headers-7.0.0-14-generic-64k Description-md5: 2eec7e7350798a000dd557bcb7a6b66c 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-14/debian.README.gz for details. Package: linux-headers-7.0.0-14-realtime-64k Description-md5: 2eec7e7350798a000dd557bcb7a6b66c 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-14/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.0 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.0 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-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.0 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-realtime-64k Description-md5: 3a9d053157108d193d03bb7c8e4d03ff Description-en: Real-time 64K Linux kernel headers This package will always depend on the latest realtime-64k kernel headers available. Package: linux-headers-realtime-64k-7.0 Description-md5: 3a9d053157108d193d03bb7c8e4d03ff Description-en: Real-time 64K Linux kernel headers This package will always depend on the latest realtime-64k kernel headers available. Package: linux-headers-realtime-64k-hwe-26.04 Description-md5: 3a9d053157108d193d03bb7c8e4d03ff Description-en: Real-time 64K Linux kernel headers This package will always depend on the latest realtime-64k kernel headers available. Package: linux-headers-realtime-64k-hwe-26.04-edge Description-md5: 3a9d053157108d193d03bb7c8e4d03ff Description-en: Real-time 64K Linux kernel headers This package will always depend on the latest realtime-64k kernel headers available. Package: linux-image-7.0.0-1003-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.0.0-1003-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.0.0-1004-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.0.0-14-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.0.0-14-realtime-64k Description-md5: f2fcc69f5e80d2c6a7d156768c339fac Description-en: Signed kernel image realtime-64k A kernel image for realtime-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.0 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-14-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-14-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.0.0-14-realtime Description-md5: 192bb538f1476aa5eb4c4f8f3c60efd8 Description-en: Signed kernel image realtime (Stubble) A kernel image for realtime. 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-14-realtime-64k Description-md5: 13d44d47de498728fa20db19be135b79 Description-en: Signed kernel image realtime-64k (Stubble) A kernel image for realtime-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-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-fb-realtime Description-md5: a8e22073d0fae2ebdc8630c77e56d7ab Description-en: Real-time Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest real-time kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-realtime-7.0 Description-md5: a8e22073d0fae2ebdc8630c77e56d7ab Description-en: Real-time Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest real-time kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-realtime-hwe-26.04 Description-md5: a8e22073d0fae2ebdc8630c77e56d7ab Description-en: Real-time Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest real-time kernel image available. . This kernel is built without the stubble wrapper. Package: linux-image-fb-realtime-hwe-26.04-edge Description-md5: a8e22073d0fae2ebdc8630c77e56d7ab Description-en: Real-time Linux kernel image for Ubuntu Core (fallback) This package will always depend on the latest real-time 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.0 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-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.0 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-realtime-64k Description-md5: c54eed6d69d67132de35939fe960dfc6 Description-en: Real-time 64K Linux kernel image This package will always depend on the latest realtime-64k kernel image available. Package: linux-image-realtime-64k-7.0 Description-md5: c54eed6d69d67132de35939fe960dfc6 Description-en: Real-time 64K Linux kernel image This package will always depend on the latest realtime-64k kernel image available. Package: linux-image-realtime-64k-hwe-26.04 Description-md5: c54eed6d69d67132de35939fe960dfc6 Description-en: Real-time 64K Linux kernel image This package will always depend on the latest realtime-64k kernel image available. Package: linux-image-realtime-64k-hwe-26.04-edge Description-md5: c54eed6d69d67132de35939fe960dfc6 Description-en: Real-time 64K Linux kernel image This package will always depend on the latest realtime-64k kernel image available. Package: linux-image-uc-7.0.0-1003-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.0.0-1003-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.0.0-1004-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.0.0-14-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.0.0-14-realtime-64k Description-md5: 74b097b5765e3ade688cc5ccf64c5a60 Description-en: Signed kernel image realtime-64k for Ubuntu Core A kernel image for realtime-64k. This version of it is signed with Canonical's signing key. Package: linux-image-unsigned-7.0.0-1003-gcp-64k Description-md5: 484d5e88949308100fe31a6d943d33b6 Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.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.0.0-1003-oracle-64k Description-md5: 1bfe3f315cf765d1962855b732ec1e08 Description-en: Oracle Linux kernel image for version 7.0.0 on DESC This package contains the unsigned Oracle Linux kernel image for version 7.0.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.0.0-1004-aws-64k Description-md5: b6d51e94a3c6cc6b225dc9eda4f553e5 Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.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.0.0-14-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.0.0-14-realtime-64k Description-md5: 43c1fd3967128bbcc074fcf0e177eb1b Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.0. . Supports Real-time 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-realtime-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-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-1003-gcp-64k Description-md5: 1a7a8c81d89cc327f08d1e1f92676e6f Description-en: Signed doca-ofed-26.01 module for 7.0.0-1003 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-gcp-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-doca-ofed-26.01-7.0.0-1003-oracle-64k Description-md5: 41de2426a7377eafebb01ca4b33e3c97 Description-en: Signed doca-ofed-26.01 module for 7.0.0-1003 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-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-doca-ofed-26.01-7.0.0-1004-aws-64k Description-md5: 6955f8c58163768e76ec1fa8c91ea00f Description-en: Signed doca-ofed-26.01 module for 7.0.0-1004 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-aws-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-modules-doca-ofed-26.01-7.0.0-14-generic-64k Description-md5: 284a8e08c1a960f5b9699fb231a0e16e Description-en: Signed doca-ofed-26.01 module for 7.0.0-14 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-1003-gcp-64k Description-md5: 57fe035acd18df39560c5b79eda9c02b Description-en: Signed zfs module for 7.0.0-1003 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.0.0-1003-oracle-64k Description-md5: a2afdfec80552b537f2fc568b55ffa28 Description-en: Signed zfs module for 7.0.0-1003 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.0.0-1004-aws-64k Description-md5: c8163fe0db6eb2422b57ba3cdcfa15be Description-en: Signed zfs module for 7.0.0-1004 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.0.0-14-generic-64k Description-md5: d888fcf0eb0cf338d9488400c32fb1b5 Description-en: Signed zfs module for 7.0.0-14 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-1003-gcp-64k Description-md5: f5ede9eb772cfcfbfe1aa9f2a317be6f Description-en: Linux kernel extra 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 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.0.0-1003-oracle-64k Description-md5: 5a31bb6aa18078e844bcd391c1223d95 Description-en: Oracle Linux kernel extra modules for version 7.0.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.0.0-1004-aws-64k Description-md5: 5726807ccb31639ab7c73d8607ae3539 Description-en: Linux kernel extra 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 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.0.0-14-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.0.0-14-realtime-64k Description-md5: 5d20ee7182b10048f1ddde37830ffcb5 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 Real-time 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-realtime-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-doca-ofed-26.01-aws-64k Description-md5: ffdab16b5427ac540f9fa02db6001054 Description-en: Extra drivers for doca-ofed-26.01 for the aws-64k flavour Install extra signed doca-ofed-26.01 modules compatible with the aws-64k flavour Package: linux-modules-doca-ofed-26.01-gcp-64k Description-md5: 81ed99826ed6846b304e92b7994e9a9c Description-en: Extra drivers for doca-ofed-26.01 for the gcp-64k flavour Install extra signed doca-ofed-26.01 modules compatible with the gcp-64k flavour 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-doca-ofed-26.01-oracle-64k Description-md5: 03887214b4ba561d06ad1c5c75ff486d Description-en: Extra drivers for doca-ofed-26.01 for the oracle-64k flavour Install extra signed doca-ofed-26.01 modules compatible with the oracle-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.0 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-realtime-64k Description-md5: 366749c89003507ba6dfb2ed491506c7 Description-en: Complete Real-time 64K Linux kernel and headers This package will always depend on the latest complete realtime-64k Linux kernel and headers. Package: linux-realtime-64k-7.0 Description-md5: 366749c89003507ba6dfb2ed491506c7 Description-en: Complete Real-time 64K Linux kernel and headers This package will always depend on the latest complete realtime-64k Linux kernel and headers. Package: linux-realtime-64k-hwe-26.04 Description-md5: 366749c89003507ba6dfb2ed491506c7 Description-en: Complete Real-time 64K Linux kernel and headers This package will always depend on the latest complete realtime-64k Linux kernel and headers. Package: linux-realtime-64k-hwe-26.04-edge Description-md5: 366749c89003507ba6dfb2ed491506c7 Description-en: Complete Real-time 64K Linux kernel and headers This package will always depend on the latest complete realtime-64k Linux kernel and headers. Package: linux-tools-7.0.0-1003-gcp-64k Description-md5: 1aecc6e915ecf79f9a7bea607b5b29fe Description-en: Linux kernel version specific tools for version 7.0.0-1003 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1003. Package: linux-tools-7.0.0-1003-oracle-64k Description-md5: 20012acd9a20d25eda22635d7cef3e88 Description-en: Oracle Linux kernel version specific tools for version 7.0.0-1003 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1003 on =HUMAN=. Package: linux-tools-7.0.0-1004-aws-64k Description-md5: 49b6846cbe89d8930e1a508e0771e7fb Description-en: Linux kernel version specific tools for version 7.0.0-1004 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1004. Package: linux-tools-7.0.0-14-generic-64k Description-md5: c078dda58d8d00d79e711b206dbe4e7a Description-en: Linux kernel version specific tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-14. Package: linux-tools-7.0.0-14-realtime-64k Description-md5: c078dda58d8d00d79e711b206dbe4e7a Description-en: Linux kernel version specific tools for version 7.0.0-14 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-14. 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.0 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.0 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-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.0 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-realtime-64k Description-md5: 9466d211f4f81c7249529fea807df893 Description-en: Real-time 64K Linux kernel tools This package will always depend on the latest realtime-64k kernel tools available. Package: linux-tools-realtime-64k-7.0 Description-md5: 9466d211f4f81c7249529fea807df893 Description-en: Real-time 64K Linux kernel tools This package will always depend on the latest realtime-64k kernel tools available. Package: linux-tools-realtime-64k-hwe-26.04 Description-md5: 9466d211f4f81c7249529fea807df893 Description-en: Real-time 64K Linux kernel tools This package will always depend on the latest realtime-64k kernel tools available. Package: linux-tools-realtime-64k-hwe-26.04-edge Description-md5: 9466d211f4f81c7249529fea807df893 Description-en: Real-time 64K Linux kernel tools This package will always depend on the latest realtime-64k kernel tools available. 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: linux-image-7.0.0-14-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: libc6-amd64 Description-md5: 022f588c27f2c9d2908a07c0e916177e Description-en: GNU C Library: 64bit Shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for AMD64 systems. Package: libc6-dev-amd64 Description-md5: 4315f28f715f5adf117fa6a131d77331 Description-en: GNU C Library: 64bit Development Libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for AMD64 systems. 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: 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: libisl-dev Description-md5: 9330fbca4463124a77a29e9568838474 Description-en: manipulating sets and relations of integer points bounded by linear constraints isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction. . This package contains the development files. Package: libisl23 Description-md5: b718cf54a9174f62d55d1d78f6212d22 Description-en: manipulating sets and relations of integer points bounded by linear constraints isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction. . This package contains the runtime library. Package: linux-buildinfo-7.0.0-12-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-headers-7.0.0-12-generic Description-md5: 928b65229237d81a551680942e76326f 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-12/debian.README.gz for details. Package: linux-image-7.0.0-12-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-main-modules-riscv Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-zfs-7.0.0-12-generic Description-md5: 086e0a220b992298e298aa7f0454e8f3 Description-en: Signed zfs module for 7.0.0-12 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-riscv Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-modules-7.0.0-12-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-riscv-tools-7.0.0-12 Description-md5: 8e1fe3cf0d2440012f3fdc6ab03b4aa6 Description-en: Linux kernel version specific tools for version 7.0.0-12 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-12. You probably want to install linux-tools-7.0.0-12-. Package: linux-tools-7.0.0-12-generic Description-md5: fca71ecf1334d87124c44a4e3c547db6 Description-en: Linux kernel version specific tools for version 7.0.0-12 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-12. 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.