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: frr Description-md5: 58ed4dac82af494ba1b1feb66fdc5d16 Description-en: FRRouting Internet routing protocol suite FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP. . FRR's integration in Linux IP networking stacks makes it a general purpose routing stack for a wide variety of use cases including connecting hosts/VMs/containers to the network, advertising network services, LAN switching and routing, Internet access routers, and Internet peering. Package: frr-doc Description-md5: f3e48697e91e5fde5ee5b58b92549a29 Description-en: FRRouting Internet routing protocol suite (documentation) FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP. . This package contains the HTML user guide (https://frrouting.readthedocs.io). Package: frr-pythontools Description-md5: 29f05907b203aec25683dd8e9a3a6915 Description-en: FRRouting Internet routing protocol suite (reload support) FRRouting (FRR) is a Internet routing protocol suite implementing BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric, VRRP, EIGRP and NHRP. . This package contains a small Python tool to provide configuration reload functionality. . This is useful when the interactive configuration shell is not used. Without this package installed, "reload" will not work for the FRR daemons. Package: gir1.2-mutter-18 Description-md5: b904935d7b197bced6c3b46aaa871bfb Description-en: GObject introspection data for Mutter Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the GObject introspection data which may be used to generate dynamic bindings. Package: 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: libmutter-18-0 Description-md5: b97c0d0b0f27cb2414e26e8b7d3d4a69 Description-en: window manager library from the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the window manager shared library, used by mutter itself, and gnome-shell. Package: libmutter-18-dev Description-md5: 95c9a0fc0bbe905f4b590d4634d1e8bd Description-en: Development files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the development files. Package: 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 Description-md5: c6a5538486720a06350fb0da8de56a71 Description-en: Complete Linux kernel for Azure systems (vmlinuz). This package will always depend on the latest complete Linux kernel available for Azure systems. . This package will use vmlinuz during boot. Package: linux-azure-7.0 Description-md5: c6a5538486720a06350fb0da8de56a71 Description-en: Complete Linux kernel for Azure systems (vmlinuz). This package will always depend on the latest complete Linux kernel available for Azure systems. . This package will use vmlinuz during boot. Package: linux-azure-cloud-tools-7.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-azure-headers-7.0.0-1004 Description-md5: 056cc0a7a03dce84a9350becce0ba34f 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-headers-7.0.0-1004/debian.README.gz for details Package: linux-azure-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-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-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-1004-azure 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-1004-azure 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-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 Description-md5: 996a134ced918fe9256d7b32c3a50925 Description-en: Linux kernel versioned cloud tools for Azure systems. This package will always depend on the latest Linux kernel versioned cloud tools available for Azure systems. Package: linux-cloud-tools-azure-7.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-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-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-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-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-1004-azure 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-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 Description-md5: eeb9ab16adc26b5a55752a82472d09ac Description-en: Linux kernel headers for Azure systems. This package will always depend on the latest kernel headers available for Azure systems. Package: linux-headers-azure-7.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-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-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-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-1004-azure Description-md5: a97547a316dd89fcd627f217a100729f Description-en: Signed kernel image azure A kernel image for azure. This version of it is signed with Canonical's signing key. Package: linux-image-7.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 Description-md5: 7c6ef99d66fe73c5decac014854cc430 Description-en: Linux kernel image for Azure systems (vmlinuz). This package will always depend on the latest kernel image available for Azure systems. . This package will use vmlinuz during boot. Package: linux-image-azure-7.0 Description-md5: 7c6ef99d66fe73c5decac014854cc430 Description-en: Linux kernel image for Azure systems (vmlinuz). This package will always depend on the latest kernel image available for Azure systems. . This package will use vmlinuz during boot. Package: linux-image-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-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-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-1004-azure Description-md5: 041adada7cbfd57cd273adfaf5536cfb Description-en: Signed kernel image azure for Ubuntu Core A kernel image for azure. This version of it is signed with Canonical's signing key. Package: linux-image-uc-7.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-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-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-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-1004-azure Description-md5: 570693704321283be5827286261b5555 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 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-main-modules-aws Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. Package: linux-main-modules-azure 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-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-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-1004-azure Description-md5: 2ddbaf74d030333f890dd6b0383d4938 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-azure 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-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-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-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-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-1004-azure Description-md5: 3fee922588c2420adb5ed0def179572f 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-azure meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. 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 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-realtime Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. 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-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-1004-azure Description-md5: 7386ec9b0e6f648026c9bf42df56171e 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 Azure processors. . Geared toward Azure systems. . You likely do not want to install this package directly. Instead, install the linux-azure meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.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 Description-md5: 2624a96c7f82ad24a70344f61151b8a5 Description-en: Extra drivers for doca-ofed-26.01 for the azure flavour Install extra signed doca-ofed-26.01 modules compatible with the azure 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-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-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-zfs-aws Description-md5: 0befbd8ef8d397c2c45a019aa228b3e1 Description-en: Extra drivers for zfs for the aws flavour Install extra signed zfs modules compatible with the aws flavour Package: linux-modules-zfs-azure Description-md5: b37b9a1a52d52600da7440bb9cab67f2 Description-en: Extra drivers for zfs for the azure flavour Install extra signed zfs modules compatible with the azure flavour Package: linux-modules-zfs-gcp Description-md5: 125064ee8cb93b0ffa75ef90d06ea298 Description-en: Extra drivers for zfs for the gcp flavour Install extra signed zfs modules compatible with the gcp flavour Package: linux-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-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-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-1004-azure 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-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 Description-md5: 4c6b704fa5b907a56eecc933f84b2a44 Description-en: Linux kernel versioned tools for Azure systems. This package will always depend on the latest Linux kernel versioned tools available for Azure systems. Package: linux-tools-azure-7.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-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-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: 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: mutter-common Description-md5: 2289cdfd3182ed0acc7d7a3b4981bbda Description-en: shared files for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the shared files. Package: mutter-common-bin Description-md5: e51d8fdda3423fdf24a80a3951732fb1 Description-en: shared programs for the Mutter window manager Mutter is a Wayland display server and X11 window manager and compositor library. It contains functionality related to, among other things, window management, window compositing, focus tracking, workspace management, keybindings and monitor configuration. . Internally it uses a fork of Cogl, a hardware acceleration abstraction library used to simplify usage of OpenGL pipelines, as well as a fork of Clutter, a scene graph and user interface toolkit. . This package contains the program files which are used for the libraries and others. Package: 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: openvswitch-common Description-md5: 592fb336c66a49b36ec2d6b8873eb66a Description-en: Open vSwitch common components Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-common provides components required by both openvswitch-switch and openvswitch-testcontroller. Package: openvswitch-doc Description-md5: 34dbb9eb458b41810977ed67bd034a5b Description-en: Open vSwitch documentation Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides documentation for configuration and use of Open vSwitch. Package: openvswitch-switch Description-md5: ff569939b14d8f902d88039019fdf3ae Description-en: Open vSwitch switch implementations Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. Package: openvswitch-switch-dpdk Description-md5: c9a918dc998b88bacbc77b69bf99d90f Description-en: DPDK enabled Open vSwitch switch implementation Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch. . DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package provides a DPDK enabled implementation of the ovs-vswitchd binary. Package: 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: ptyxis Description-md5: 6af4ae1742a4b147238a4115a085548d Description-en: Modern terminal emulator for GNOME Ptyxis is a terminal for GNOME with first-class support for containers. This app provides significantly more preferences than gnome-console while arranging them in a simpler layout than gnome-terminal. Ptyxis is also crafted to be both fast and efficient. 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-openvswitch Description-md5: b48125d32305301f27c5399b2d5f9139 Description-en: Python 3 bindings for Open vSwitch Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains the full Python 3 bindings for Open vSwitch database. Package: python3-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: 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: xwayland Description-md5: 46119f00e9401992b76d381dca9d3438 Description-en: X server for running X clients under Wayland This package provides an X server running on top of wayland, using wayland input devices for input and forwarding either the root window or individual top-level windows as wayland surfaces. 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-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-1009-raspi 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-1009-raspi-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-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-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-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-1009-raspi Description-md5: 08055b380d2d6843ab922d1cf348e8f1 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-1009/debian.README.gz for details. Package: linux-headers-7.0.0-1009-raspi-realtime Description-md5: 08055b380d2d6843ab922d1cf348e8f1 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-1009/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-raspi Description-md5: 0223bd3893bcf16c07760109963ffebd Description-en: Raspberry Pi Linux kernel headers This package will always depend on the latest Raspberry Pi Linux kernel headers available. Package: linux-headers-raspi-7.0 Description-md5: 0223bd3893bcf16c07760109963ffebd Description-en: Raspberry Pi Linux kernel headers This package will always depend on the latest Raspberry Pi Linux kernel headers available. Package: linux-headers-raspi-realtime Description-md5: 51a96ef3c7b6e645756dee1aced81bc5 Description-en: Raspberry Pi real-time Linux kernel headers This package will always depend on the latest Raspberry Pi real-time Linux kernel headers available. Package: linux-headers-raspi-realtime-7.0 Description-md5: 51a96ef3c7b6e645756dee1aced81bc5 Description-en: Raspberry Pi real-time Linux kernel headers This package will always depend on the latest Raspberry Pi real-time Linux kernel headers available. 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-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-1009-raspi Description-md5: 725e74bdfd26433c61fc333c0170b4d2 Description-en: Linux kernel image for version 7.0.0 This package contains the Linux kernel image for version 7.0.0. . Supports Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-7.0.0-1009-raspi-realtime Description-md5: b99725a4f755aad6e0c273761deee434 Description-en: Linux kernel image for version 7.0.0 This package contains the Linux kernel image for version 7.0.0. . Supports Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi-realtime meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. 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-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-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-raspi Description-md5: e483328aafaaedd15601d42be69d056f Description-en: Raspberry Pi Linux kernel image This package will always depend on the latest Raspberry Pi Linux kernel image available. Package: linux-image-raspi-7.0 Description-md5: e483328aafaaedd15601d42be69d056f Description-en: Raspberry Pi Linux kernel image This package will always depend on the latest Raspberry Pi Linux kernel image available. Package: linux-image-raspi-realtime Description-md5: f4866fed3049d7bc9633fa8ad6168f0f Description-en: Raspberry Pi real-time Linux kernel image This package will always depend on the latest Raspberry Pi real-time Linux kernel image available. Package: linux-image-raspi-realtime-7.0 Description-md5: f4866fed3049d7bc9633fa8ad6168f0f Description-en: Raspberry Pi real-time Linux kernel image This package will always depend on the latest Raspberry Pi real-time Linux kernel image available. 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-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-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-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-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-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-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-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-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-1009-raspi Description-md5: 8e96b18f70f7186d9460144978eb7774 Description-en: Signed zfs module for 7.0.0-1009 This package contains the signed zfs modules. . You likely do not want to install this package directly, Instead, install the linux-zfs-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-main-signed-raspi Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. 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-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-1009-raspi Description-md5: fe59d9b98bf97433371d33c281379fa3 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 Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-7.0.0-1009-raspi-realtime Description-md5: 11ba016d375f2017e8afecbb03896938 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 Raspberry Pi processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-raspi-realtime 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-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-raspi Description-md5: 8986409a1269feb70357fffe193f2a60 Description-en: Extra drivers for zfs for the raspi flavour Install extra signed zfs modules compatible with the raspi flavour Package: linux-raspi Description-md5: 1014763f32b756bcf58c98df74203796 Description-en: Complete Raspberry Pi Linux kernel and headers This package will always depend on the latest complete Raspberry Pi Linux kernel and headers available. Package: linux-raspi-7.0 Description-md5: 1014763f32b756bcf58c98df74203796 Description-en: Complete Raspberry Pi Linux kernel and headers This package will always depend on the latest complete Raspberry Pi Linux kernel and headers available. Package: linux-raspi-headers-7.0.0-1009 Description-md5: 2f55e915ffa011e55cd448cff6e6baa8 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-raspi-headers-7.0.0-1009/debian.README.gz for details Package: linux-raspi-realtime Description-md5: 59fcb949f59c6891cdb1484fd210a52f Description-en: Complete Raspberry Pi real-time Linux kernel and headers This package will always depend on the latest complete Raspberry Pi real-time Linux kernel and headers available. Package: linux-raspi-realtime-7.0 Description-md5: 59fcb949f59c6891cdb1484fd210a52f Description-en: Complete Raspberry Pi real-time Linux kernel and headers This package will always depend on the latest complete Raspberry Pi real-time Linux kernel and headers available. Package: linux-raspi-tools-7.0.0-1009 Description-md5: b3c5a263918441527f0fbddeebb9750c Description-en: Linux kernel version specific tools for version 7.0.0-1009 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-1009. You probably want to install linux-tools-7.0.0-1009-. 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-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-1009-raspi Description-md5: aafc34f4c768abd286aa6b054f62c0ce Description-en: Linux kernel version specific tools for version 7.0.0-1009 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1009. Package: linux-tools-7.0.0-1009-raspi-realtime Description-md5: aafc34f4c768abd286aa6b054f62c0ce Description-en: Linux kernel version specific tools for version 7.0.0-1009 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-1009. 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-raspi Description-md5: e30171db1195241a4736905110203a08 Description-en: Raspberry Pi Linux kernel tools This package will always depend on the latest Raspberry Pi Linux kernel tools available. Package: linux-tools-raspi-7.0 Description-md5: e30171db1195241a4736905110203a08 Description-en: Raspberry Pi Linux kernel tools This package will always depend on the latest Raspberry Pi Linux kernel tools available. Package: linux-tools-raspi-realtime Description-md5: be94622a6034c8bb5e7505abb1d11ebe Description-en: Raspberry Pi real-time Linux kernel tools This package will always depend on the latest Raspberry Pi real-time Linux kernel tools available. Package: linux-tools-raspi-realtime-7.0 Description-md5: be94622a6034c8bb5e7505abb1d11ebe Description-en: Raspberry Pi real-time Linux kernel tools This package will always depend on the latest Raspberry Pi real-time Linux kernel tools available. 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: 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: 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: 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-main-modules-riscv Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. 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.