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: 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: 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-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-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-2004-nvidia-bos 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-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-firmware-amd-graphics Description-md5: c6c53f8fafceb04f5310c3a7cd385e4d Description-en: Firmware for AMD/ATI graphics This package provides firmware used by Linux kernel drivers amdgpu and radeon. Package: linux-firmware-intel-graphics Description-md5: aff1990b130542584698097c92da6a3e Description-en: Firmware for Intel graphics and IPU and VSC processors This package provides firmware used by Linux kernel drivers i915, atomisp, intel-ipu6-isys, intel-ipu7-isys, ipu3-imgu, mei-vsc-hw and xe. Package: linux-firmware-intel-wireless Description-md5: cb9bbe9be2bb2642b86b1ae9615ebaa2 Description-en: Firmware for Intel Wi-Fi and Bluetooth adapters This package provides firmware used by Linux kernel drivers btusb, and iwlwifi. Package: linux-firmware-misc Description-md5: 0c206f396bc57f367ef6f2e521be2264 Description-en: Firmware for miscellaneous devices and adapters This package provides firmware used by various Linux kernel drivers. These firmware files are not large enough to justify standalone packages. 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-2004-nvidia-bos Description-md5: a03637a9125532e805bd6503b351f20b 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-2004/debian.README.gz for details. 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-nvidia-bos Description-md5: bc4e852e48816e08484466f0247aee1a Description-en: NVIDIA BOS Linux kernel headers This package will always depend on the latest nvidia-bos kernel headers available. Package: linux-headers-nvidia-bos-7.0 Description-md5: bc4e852e48816e08484466f0247aee1a Description-en: NVIDIA BOS Linux kernel headers This package will always depend on the latest nvidia-bos kernel headers available. Package: linux-headers-nvidia-hwe-26.04 Description-md5: bc4e852e48816e08484466f0247aee1a Description-en: NVIDIA BOS Linux kernel headers This package will always depend on the latest nvidia-bos kernel headers available. 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-2004-nvidia-bos Description-md5: 42da4728bb75f96f8f0f085dc203623e Description-en: Signed kernel image nvidia-bos A kernel image for nvidia-bos. This version of it is signed with Canonical's signing key. 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-nvidia-bos Description-md5: 2e9abaa22b8bca3b877615943ec00df9 Description-en: NVIDIA BOS Linux kernel image This package will always depend on the latest nvidia-bos kernel image available. Package: linux-image-nvidia-bos-7.0 Description-md5: 2e9abaa22b8bca3b877615943ec00df9 Description-en: NVIDIA BOS Linux kernel image This package will always depend on the latest nvidia-bos kernel image available. Package: linux-image-nvidia-hwe-26.04 Description-md5: 2e9abaa22b8bca3b877615943ec00df9 Description-en: NVIDIA BOS Linux kernel image This package will always depend on the latest nvidia-bos kernel image available. 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-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-2004-nvidia-bos Description-md5: 7e88375204acbfe6fa8e0f5c883b4a7f Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.0. . Supports NVIDIA processors. . Intended for NVIDIA platforms . You likely do not want to install this package directly. Instead, install the linux-nvidia-bos 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-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-azure Description-md5: c1fb3b54344fb9a540218fa2ba1dbf64 Description-en: Build interlock package. You do not want to install this package. 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-2004-nvidia-bos Description-md5: c14473c29f8fc7a186a2120e29301de6 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 NVIDIA processors. . Intended for NVIDIA platforms . You likely do not want to install this package directly. Instead, install the linux-nvidia-bos meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. 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-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-nvidia-bos Description-md5: de08898999e0856d1b2fbc7711955997 Description-en: Complete NVIDIA BOS Linux kernel and headers This package will always depend on the latest complete nvidia-bos Linux kernel and headers. Package: linux-nvidia-bos-7.0 Description-md5: de08898999e0856d1b2fbc7711955997 Description-en: Complete NVIDIA BOS Linux kernel and headers This package will always depend on the latest complete nvidia-bos Linux kernel and headers. Package: linux-nvidia-bos-headers-7.0.0-2004 Description-md5: 9528a5c6adcbe5a90556e72cef3549e1 Description-en: Header files related to Linux kernel version 7.0.0 This package provides kernel header files for version 7.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-nvidia-bos-headers-7.0.0-2004/debian.README.gz for details Package: linux-nvidia-bos-lowlatency Description-md5: d5866640f4fd9f137bc47673efc19d85 Description-en: Complete NVIDIA BOS Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete nvidia-bos Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-nvidia-bos-lowlatency-7.0 Description-md5: d5866640f4fd9f137bc47673efc19d85 Description-en: Complete NVIDIA BOS Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete nvidia-bos Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-nvidia-bos-tools-7.0.0-2004 Description-md5: e60567540f85dcdf6e509c9292a05504 Description-en: Linux kernel version specific tools for version 7.0.0-2004 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-2004. You probably want to install linux-tools-7.0.0-2004-. Package: linux-nvidia-hwe-26.04 Description-md5: de08898999e0856d1b2fbc7711955997 Description-en: Complete NVIDIA BOS Linux kernel and headers This package will always depend on the latest complete nvidia-bos Linux kernel and headers. Package: linux-nvidia-lowlatency-hwe-26.04 Description-md5: d5866640f4fd9f137bc47673efc19d85 Description-en: Complete NVIDIA BOS Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete nvidia-bos Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. 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-2004-nvidia-bos Description-md5: 8cc7e9953077eb61a2351fb01ba921dd Description-en: Linux kernel version specific tools for version 7.0.0-2004 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-2004. 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-nvidia-bos Description-md5: e1fffe3351d9fe8d64740c03c4c07da4 Description-en: NVIDIA BOS Linux kernel tools This package will always depend on the latest nvidia-bos kernel tools available. Package: linux-tools-nvidia-bos-7.0 Description-md5: e1fffe3351d9fe8d64740c03c4c07da4 Description-en: NVIDIA BOS Linux kernel tools This package will always depend on the latest nvidia-bos kernel tools available. Package: linux-tools-nvidia-hwe-26.04 Description-md5: e1fffe3351d9fe8d64740c03c4c07da4 Description-en: NVIDIA BOS Linux kernel tools This package will always depend on the latest nvidia-bos kernel tools available. 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: 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: 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: xserver-common Description-md5: be03943b6955ee9fae7163ad516c772f Description-en: common files used by various X servers This package provides files necessary for all X.Org based X servers. Package: xserver-xorg-core Description-md5: 018a15965c91ba9a09e0652c1c0fb9ac Description-en: Xorg X server - core server The Xorg X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The Xorg server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: xserver-xorg-dev Description-md5: c5425cbd8103a5899200596c7a3c3033 Description-en: Xorg X server - development files This package provides development files for the X.Org ('Xorg') X server. This is not quite the same as the DDK (Driver Development Kit) from the XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides headers and a pkg-config file for drivers using autotools to build against. . Unless you are developing or building a driver, you probably want xserver-xorg and/or xserver-xorg-core instead. . More information about X.Org can be found at: . This package is built from the X.org xserver module. Package: 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-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-2004-nvidia-bos-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-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-2004-nvidia-bos-64k Description-md5: a03637a9125532e805bd6503b351f20b 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-2004/debian.README.gz for details. Package: linux-headers-nvidia-64k-hwe-26.04 Description-md5: c580df02580ce5ac3c359ae46217330a Description-en: NVIDIA BOS 64K Linux kernel headers This package will always depend on the latest nvidia-bos-64k kernel headers available. Package: linux-headers-nvidia-bos-64k Description-md5: c580df02580ce5ac3c359ae46217330a Description-en: NVIDIA BOS 64K Linux kernel headers This package will always depend on the latest nvidia-bos-64k kernel headers available. Package: linux-headers-nvidia-bos-64k-7.0 Description-md5: c580df02580ce5ac3c359ae46217330a Description-en: NVIDIA BOS 64K Linux kernel headers This package will always depend on the latest nvidia-bos-64k 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-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-2004-nvidia-bos-64k Description-md5: c3891b25a043726d3b953828d34d9683 Description-en: Signed kernel image nvidia-bos-64k A kernel image for nvidia-bos-64k. This version of it is signed with Canonical's signing key. Package: linux-image-nvidia-64k-hwe-26.04 Description-md5: d99330192dad442774c1b63229b8fa2c Description-en: NVIDIA BOS 64K Linux kernel image This package will always depend on the latest nvidia-bos-64k kernel image available. Package: linux-image-nvidia-bos-64k Description-md5: d99330192dad442774c1b63229b8fa2c Description-en: NVIDIA BOS 64K Linux kernel image This package will always depend on the latest nvidia-bos-64k kernel image available. Package: linux-image-nvidia-bos-64k-7.0 Description-md5: d99330192dad442774c1b63229b8fa2c Description-en: NVIDIA BOS 64K Linux kernel image This package will always depend on the latest nvidia-bos-64k 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-unsigned-7.0.0-2004-nvidia-bos-64k Description-md5: 08018b87502bd21b706ac313cec04c37 Description-en: Linux kernel image for version 7.0.0 This package contains the unsigned Linux kernel image for version 7.0.0. . Supports NVIDIA 64K pages processors. . Intended for NVIDIA systems . You likely do not want to install this package directly. Instead, install the linux-nvidia-bos-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-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-2004-nvidia-bos-64k Description-md5: f56b54c5981a0c1cc456672e9b592a9e 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 NVIDIA 64K pages processors. . Intended for NVIDIA systems . You likely do not want to install this package directly. Instead, install the linux-nvidia-bos-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. 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-nvidia-64k-hwe-26.04 Description-md5: 947726ac36e5ffefaaf0d30f6d040b7b Description-en: Complete NVIDIA BOS 64K Linux kernel and headers This package will always depend on the latest complete nvidia-bos-64k Linux kernel and headers. Package: linux-nvidia-bos-64k Description-md5: 947726ac36e5ffefaaf0d30f6d040b7b Description-en: Complete NVIDIA BOS 64K Linux kernel and headers This package will always depend on the latest complete nvidia-bos-64k Linux kernel and headers. Package: linux-nvidia-bos-64k-7.0 Description-md5: 947726ac36e5ffefaaf0d30f6d040b7b Description-en: Complete NVIDIA BOS 64K Linux kernel and headers This package will always depend on the latest complete nvidia-bos-64k Linux kernel and headers. Package: linux-nvidia-bos-lowlatency-64k Description-md5: 34e656e9c77fe107c8aab016ea14a605 Description-en: Complete NVIDIA BOS 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete nvidia-bos-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-nvidia-bos-lowlatency-64k-7.0 Description-md5: 34e656e9c77fe107c8aab016ea14a605 Description-en: Complete NVIDIA BOS 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete nvidia-bos-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-nvidia-lowlatency-64k-hwe-26.04 Description-md5: 34e656e9c77fe107c8aab016ea14a605 Description-en: Complete NVIDIA BOS 64K Linux kernel and headers with lowlatency boot configuration This package will always depend on the latest complete nvidia-bos-64k Linux kernel and headers. Additionally, it will install the lowlatency-kernel package to enable kernel boot arguments tuned for latency-sensitive applications. Package: linux-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-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-2004-nvidia-bos-64k Description-md5: 8cc7e9953077eb61a2351fb01ba921dd Description-en: Linux kernel version specific tools for version 7.0.0-2004 This package provides the architecture dependant parts for kernel version locked tools (such as x86_energy_perf_policy) for version 7.0.0-2004. Package: linux-tools-nvidia-64k-hwe-26.04 Description-md5: 81989479b9bc54ee9f95da8d266a2c40 Description-en: NVIDIA BOS 64K Linux kernel tools This package will always depend on the latest nvidia-bos-64k kernel tools available. Package: linux-tools-nvidia-bos-64k Description-md5: 81989479b9bc54ee9f95da8d266a2c40 Description-en: NVIDIA BOS 64K Linux kernel tools This package will always depend on the latest nvidia-bos-64k kernel tools available. Package: linux-tools-nvidia-bos-64k-7.0 Description-md5: 81989479b9bc54ee9f95da8d266a2c40 Description-en: NVIDIA BOS 64K Linux kernel tools This package will always depend on the latest nvidia-bos-64k 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: 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.