Package: apparmor Description-md5: 9fdfbb456943ca7bfea9e5fd580a5b7f Description-en: user-space parser utility for AppArmor apparmor provides the system initialization scripts needed to use the AppArmor Mandatory Access Control system, including the AppArmor Parser which is required to convert AppArmor text profiles into machine-readable policies that are loaded into the kernel for use with the AppArmor Linux Security Module. Package: apparmor-profiles Description-md5: 78f6c983f4960b57c9594cf926fa3202 Description-en: experimental profiles for AppArmor security policies apparmor-profiles provides various experimental AppArmor profiles. Do not expect these profiles to work out-of-the-box. . These profiles are not mature enough to be shipped in enforce mode by default on Debian. They are shipped in complain mode so that users can test them, choose which are desired, and help improve them upstream if needed. . Some even more experimental profiles are included in /usr/share/doc/apparmor-profiles/extras/. Package: apparmor-utils Description-md5: 71fe4226310f7a4cda967aa2477bddb8 Description-en: utilities for controlling AppArmor apparmor-utils provides utilities that operate on AppArmor profiles. Profiles can be created, updated, enforced, set to complain mode, and disabled with tools such as aa-genprof, aa-enforce, aa-complain and aa-disable. . Additionally, the aa-easyprof utility helps generating AppArmor policy. It supports the use of templates and policy groups to quickly profile an application. Package: apt Description-md5: 9fb97a88cb7383934ef963352b53b4a7 Description-en: commandline package manager This package provides commandline tools for searching and managing as well as querying information about packages as a low-level access to all features of the libapt-pkg library. . These include: * apt-get for retrieval of packages and information about them from authenticated sources and for installation, upgrade and removal of packages together with their dependencies * apt-cache for querying available information about installed as well as installable packages * apt-cdrom to use removable media as a source for packages * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys Package: apt-doc Description-md5: bc2b838ed28e60af95d78926380a3300 Description-en: documentation for APT This package contains the user guide and offline guide for various APT tools which are provided in a html and a text-only version. Package: apt-utils Description-md5: fa0295dc4e40dbbea6c84f614c570636 Description-en: package management related utility programs This package contains some less used commandline utilities related to package management with APT. . * apt-extracttemplates is used by debconf to prompt for configuration questions before installation. * apt-ftparchive is used to create Packages and other index files needed to publish an archive of Debian packages * apt-sortpkgs is a Packages/Sources file normalizer. Package: aspnetcore-runtime-8.0 Description-md5: 983c696b5b4b95c1cce3a22fd2df5822 Description-en: ASP.NET Core runtime The ASP.NET Core runtime contains everything needed to run .NET web applications. It includes a high performance Virtual Machine as well as the framework libraries used by .NET applications. . ASP.NET Core is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: aspnetcore-targeting-pack-8.0 Description-md5: 667c3c20480c687d1a3b6b6da422115f Description-en: Internal - targeting pack for Microsoft.AspNetCore.App 8.0 This package provides a targeting pack for Microsoft.AspNetCore.App 8.0 that allows developers to compile against and target Microsoft.AspNetCore.App 8.0 applications using the .NET SDK. This are not meant for general use. Package: autopkgtest Description-md5: 31d9217a487d44cfd80f0588068648cd Description-en: automatic as-installed testing for Debian packages autopkgtest runs tests on binary packages. The tests are run on the package as installed on a testbed system (which may be found via a virtualisation or containment system). The tests are expected to be supplied in the corresponding Debian source package. . See autopkgtest(1) and /usr/share/doc/autopkgtest. Depending on which virtualization server you want to use, you need to install additional packages (schroot, lxc, lxd, or qemu-system) . For generating tests of well-known source packages such as Perl and Ruby libraries you should install the autodep8 package. Package: cpp-for-build Description-md5: 45bd906e0002b57184a287b6a98b9a3c Description-en: GNU C preprocessor (cpp) for the build architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . When using cpp via this metapackage, all tools must be used without an architecture prefix. Package: cpp-for-host Description-md5: f8eacd9f2ead585c3ac02e7200c3192f Description-en: GNU C preprocessor (cpp) for the host architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . When using cpp via this metapackage, all tools must be used with an architecture prefix. Package: dotnet-apphost-pack-8.0 Description-md5: 1ae36e74e5b455543e62b59f253111be Description-en: Internal - targeting pack for Microsoft.NETCore.App 8.0 This package provides a targeting pack for Microsoft.NETCore.App 8.0 that allows developers to compile against and target Microsoft.NETCore.App 8.0 applications using the .NET SDK. This not meant for general use. Package: dotnet-host-8.0 Description-md5: 1e0b057fe566f9ed0ca0f6f76a255e70 Description-en: .NET host command line The .NET host is a command line program that runs a standalone .NET application or launches the SDK. . .NET is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-hostfxr-8.0 Description-md5: ed8bf6cafbf8f1d6e939597b90899f1b Description-en: .NET host resolver The .NET host resolver contains the logic to resolve and select the right version of the .NET SDK or runtime to use. . .NET is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-runtime-8.0 Description-md5: 2366adff24d16d2f8cf672b5f82031f6 Description-en: .NET runtime The .NET runtime contains everything needed to run .NET applications. It includes a high performance Virtual Machine as well as the framework libraries used by .NET applications. . .NET is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-sdk-8.0 Description-md5: f8495253e71718c14c322f0840b44069 Description-en: .NET 8.0 Software Development Kit The .NET SDK is a collection of command line applications to create, build, publish, and run .NET applications. . .NET is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet-targeting-pack-8.0 Description-md5: 7c3a066be0b240349b10cf4d50099923 Description-en: Internal - targeting pack for Microsoft.NETCore.App 8.0 This package provides a targeting pack for Microsoft.NETCore.App 8.0 that allows developers to compile against and target Microsoft.NETCore.App 8.0 applications using the .NET SDK. This are not meant for general use. Package: dotnet-templates-8.0 Description-md5: a67094806b17a052614c4b6064798574 Description-en: .NET 8.0 templates This package contains templates used by the .NET SDK. . .NET is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. Package: dotnet8 Description-md5: 45984778fde368a115ba5d9b683c9911 Description-en: .NET CLI tools and runtime .NET is a fast, lightweight and modular platform for creating cross platform applications that work on GNU/Linux, macOS and Windows. . It particularly focuses on creating console applications, web applications, and micro-services. . .NET contains a runtime conforming to .NET Standards, a set of framework libraries, an SDK containing compilers, and a 'dotnet' CLI application to drive everything. Package: fglrx-pxpress Description-md5: f11494e618e154235d7240541a9fc755 Description-en: transitional package for ubuntu-drivers-common This is a transitional package for ubuntu-drivers-common. You can remove it after upgrading. Package: fwupd Description-md5: cdd6fee34520bc38e3f317c22bf0694b Description-en: Firmware update daemon fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Firmware updates are supported for a variety of technologies. See for details Package: fwupd-doc Description-md5: ca737b0fdbd22826879fdcb9250b81d6 Description-en: Firmware update daemon documentation (HTML format) fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Firmware updates are supported for a variety of technologies. See for details . This package provides development documentation for creating a package that uses fwupd. Package: g++-for-build Description-md5: 91c926e5d0ab4745c921ae1817645589 Description-en: GNU C++ compiler for the build architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ compiler. . When using g++ via this metapackage, all tools must be used without an architecture prefix. Package: g++-for-host Description-md5: f4c7213fce958bcc161b257dc91e7587 Description-en: GNU C++ compiler for the host architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ compiler. . When using g++ via this metapackage, all tools must be used with an architecture prefix. Package: gcc-for-build Description-md5: 9e985ea4aad7ea6fdc71fd640661b733 Description-en: GNU C compiler for the build architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. . When using gcc via this metapackage, all tools must be used without an architecture prefix. Package: gcc-for-host Description-md5: 59ed9d0113679db44713e9ea25c71999 Description-en: GNU C compiler for the host architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C compiler. . When using gcc via this metapackage, all tools must be used with an architecture prefix. Package: gfortran-for-build Description-md5: 54145fa2bb2d5dad83432fe4e1afb9d0 Description-en: GNU Fortran 95 compiler for the build architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 compiler. . Tools used via this metapackage must be used without an architecture prefix. Package: gfortran-for-host Description-md5: a1b735891cefbe0f6155eab88fd73d8c Description-en: GNU Fortran 95 compiler for the host architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 compiler. . Tools used via this metapackage must be used with an architecture prefix. Package: gir1.2-fwupd-2.0 Description-md5: 287a6707a91d20368a641fa72676cf73 Description-en: GObject introspection data for libfwupd This package provides the introspection data for libfwupd. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-gtk-3.0 Description-md5: 0e856cde3e86eb181a419da2e80d941c Description-en: GTK graphical user interface library -- gir bindings GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gnome-control-center Description-md5: 841ec7130e7cda8d105ccf44ab60b8fa Description-en: utilities to configure the GNOME desktop This package contains configuration applets for the GNOME desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and background, user interface properties, screen resolution, and other GNOME parameters. . It also contains a front end to these applets, which can also be accessed with the GNOME panel or the Nautilus file manager. Package: gnome-control-center-data Description-md5: 8bfe062731867305191b949e29fc5afa Description-en: configuration applets for GNOME - data files This package contains data files (icons, pixmaps, locales files) needed by the configuration applets in the gnome-control-center package. Package: gnome-control-center-dev Description-md5: ea55aa04a24ea847c61e4865c135347b Description-en: utilities to configure the GNOME desktop This package contains the file required to get the keydirs location Package: gnome-control-center-faces Description-md5: c30651f81cd867a11b2de3aecb9f30f7 Description-en: utilities to configure the GNOME desktop - faces images This package contains images that can be used for user profile's icon Package: gnome-session-bin Description-md5: 4c2133392307e0ef72a944d936883f7d Description-en: GNOME Session Manager - Minimal runtime The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the binaries for the GNOME Session Manager, but no startup scripts. It is meant for those willing to start gnome-session by hand with the components of their choice, and for applications such as GDM that use gnome-session internally. Package: gnome-session-common Description-md5: 4e4f4b98eb1049a0a4a28d994692754e Description-en: GNOME Session Manager - common files The GNOME Session Manager is in charge of starting the core components of the GNOME desktop, and applications that should be launched at login time. It also features a way to save and restore currently running applications. . This package contains the translations, data files and startup scripts which are common to the GNOME and GNOME fallback sessions. Package: gnome-startup-applications Description-md5: ff3caf70a13ee02dbc38b23cdf2e1477 Description-en: Startup Applications manager for GNOME The Startup Applications Preferences app allows configuring applications to run automatically when logging in to your desktop. This app complies with the FreeDesktop.org Desktop Application Autostart Specification so it will work even if your chosen desktop is not GNOME. Package: gtk-3-examples Description-md5: d42b1b0d81a3e3495814814ff0293762 Description-en: example files for GTK 3 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the example files and a demonstration program for GTK3. It also contains the installed tests. Package: gtk-update-icon-cache Description-md5: 7085c6bbe9a81adcc1cf27c74f6df2b2 Description-en: icon theme caching utility gtk-update-icon-cache creates mmap()able cache files for icon themes. . GTK can use the cache files created by gtk-update-icon-cache to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well. Package: ipvsadm Description-md5: d34c5d442e928349e361a339b0e29561 Description-en: Linux Virtual Server support programs The Linux Virtual Server (lvs or IPVS) is a highly scalable and highly available server built on a cluster of real servers. The architecture of the cluster is transparent to end users, and the users see only a single virtual server. . This package provides some support programs necessary to implement a virtual server under Linux. With the addition of the mon and heartbeat packages it is possible to implement a complete high-availability solution for Linux. Package: libapache2-mod-apparmor Description-md5: 675226c578343873100f70dfcbc986ad Description-en: changehat AppArmor library as an Apache module libapache2-mod-apparmor provides the Apache module needed to declare various differing confinement policies when running virtual hosts in the webserver by using the changehat abilities exposed through libapparmor. Package: libapparmor-dev Description-md5: f329f1bdf6099a5bdced0e81f449ed0a Description-en: AppArmor development libraries and header files libapparmor-dev provides the development libraries and header files needed to link against libapparmor, as well as the manpages for library functions. Package: libapparmor1 Description-md5: f5c1acf1bc73c3aa32ae8c2037c1d85a Description-en: changehat AppArmor library libapparmor1 provides a shared library one can compile programs against in order to use various AppArmor functionality, such as transitioning to a different AppArmor profile or hat. Package: libapt-pkg-dev Description-md5: 8e463f77664788b23a47f5ac592f4595 Description-en: development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation library and the libapt-inst deb/tar/ar library. Package: libapt-pkg-doc Description-md5: decce989b471f196cddabf52bee63592 Description-en: documentation for APT development This package contains documentation for development of the APT Debian package manipulation program and its libraries. . This includes the source code documentation generated by doxygen in html format. Package: libapt-pkg6.0t64 Description-md5: eaacd63db236f47bdcc19e3bea7026a7 Description-en: package management runtime library This library provides the common functionality for searching and managing packages as well as information about packages. Higher-level package managers can depend upon this library. . This includes: * retrieval of information about packages from multiple sources * retrieval of packages and all dependent packages needed to satisfy a request either through an internal solver or by interfacing with an external one * authenticating the sources and validating the retrieved data * installation and removal of packages in the system * providing different transports to retrieve data over cdrom, ftp, http(s), rsh as well as an interface to add more transports like tor+http(s) (apt-transport-tor). Package: libfwupd2 Description-md5: 149ac71e3036c806429868e82e340df5 Description-en: Firmware update daemon library fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Firmware updates are supported for a variety of technologies. See for details . This package provides the library used by the daemon. Package: libgail-3-0t64 Description-md5: 280470c176632353e001009f5036985a Description-en: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Package: libgail-3-dev Description-md5: 5edeb3765ab0b94a94768d0af3525056 Description-en: GNOME Accessibility Implementation Library -- development files Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the development files for Gail. Package: libgail-3-doc Description-md5: 03b2e3edb9cd3a2f6e5b5a06f8d6e8cc Description-en: documentation files of the Gail library Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Package: libgtk-3-0t64 Description-md5: 02e4be37fe9843eb98242e33800e4fb6 Description-en: GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Package: libgtk-3-bin Description-md5: 056ac7d3074cbdd205e955c8d8589cdd Description-en: programs for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Package: libgtk-3-common Description-md5: 80ace64c76aad30366eb036871cfaf48 Description-en: common files for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Package: libgtk-3-dev Description-md5: 4fe57949589093654313cc79d6da8008 Description-en: development files for the GTK library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the header and development files which are needed for building GTK applications. Package: libgtk-3-doc Description-md5: 28495bcace073ee089194a1ff2abae27 Description-en: documentation for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the HTML documentation for the GTK library in /usr/share/doc/libgtk-3-doc/ . Package: libpam-apparmor Description-md5: 918c214ce48cc6f3fc9db6a4756692b1 Description-en: changehat AppArmor library as a PAM module libpam-apparmor provides the PAM module needed to declare various differing confinement policies when starting PAM sessions by using the changehat abilities exposed through libapparmor. Package: libproc2-0 Description-md5: ec32c9801e27f2d28cc3c9ffc3567539 Description-en: library for accessing process information from /proc The libproc2 library is a way of accessing information out of the /proc filesystem. . This package contains the shared libraries necessary to run programs compiled with libproc2. Package: libproc2-dev Description-md5: b52a5fa6614adca942f58f5c2213c287 Description-en: library for accessing process information from /proc These are the header files for libproc2. Some packages using libproc2 to access process information from /proc need these to compile. Package: libsubid-dev Description-md5: 17377c7b06a4e9e0799cb35c52b46fc1 Description-en: subordinate id handling library -- shared library The library provides an interface for querying, granding and ungranting subordinate user and group ids. . This package contains the C header files that are needed for applications to use the libsubid4 library. Package: libsubid4 Description-md5: a7900d85cbe3a21108f18e52c9a6ed7a Description-en: subordinate id handling library -- shared library The library provides an interface for querying, granding and ungranting subordinate user and group ids. Package: libvirt-clients Description-md5: fef902cf44d3e9aa677b809e73dc3cc9 Description-en: Programs for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirt shell virsh and other client binaries. Package: libvirt-daemon Description-md5: f633393919dd0d9ae0c06cf15068e5ea Description-en: Virtualization daemon Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the daemon libvirtd to manage the hypervisors. Package: libvirt-daemon-config-network Description-md5: 8ecb85cadf757a171e477d818ef5e9c1 Description-en: Libvirt daemon configuration files (default network) Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the configuration for the 'default' libvirt network. Package: libvirt-daemon-config-nwfilter Description-md5: fcb991a27db5d77a47b55841443b45a7 Description-en: Libvirt daemon configuration files (default network filters) Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the configuration for the default set of nwfilters. Package: libvirt-daemon-driver-qemu Description-md5: ccb5ee8b1a53290fdedfd923601bb4e0 Description-en: Virtualization daemon QEMU connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for QEMU. Package: libvirt-daemon-system Description-md5: da7cc4d36dd1ad0862cb38e713552e24 Description-en: Libvirt daemon configuration files Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the configuration files to run the libvirt daemon as a system service. Package: libvirt-daemon-system-systemd Description-md5: 39feb9843e742a2624599f333f4287ae Description-en: Libvirt daemon configuration files (systemd) Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the dependencies to make libvirt work with systemd. (this is the default). This package is useless without the libvirt-daemon-system package installed. Package: libvirt-doc Description-md5: 6a786cd039fea1d6785874bfff0aac5f Description-en: documentation for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the documentation. Package: libvirt-l10n Description-md5: 196b2bd46db67f398dc72cf0bc8f82f8 Description-en: localization for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the localization files. Package: libvirt0 Description-md5: 048e37ae97123b1566015795d54596dc Description-en: library for interfacing with different virtualization systems Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. Package: 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-headers-6.8.0-1015 Description-md5: 04a90f7274ace6dccef5d10abeb4caf8 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-6.8.0-1015/debian.README.gz for details Package: linux-aws-tools-6.8.0-1015 Description-md5: 57fc6e662523f622a27819923b1e05a0 Description-en: Linux kernel version specific tools for version 6.8.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1015 on 64 bit x86. You probably want to install linux-tools-6.8.0-1015-. 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-cloud-tools-6.8.0-1014 Description-md5: f87386d65e195360e48830b59b955ca4 Description-en: Linux kernel version specific cloud tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-1014 on 64 bit x86. You probably want to install linux-cloud-tools-6.8.0-1014-. Package: linux-azure-fde Description-md5: 694cc055b718ed96b443c20449ca4e7c Description-en: Complete Linux kernel for Azure systems (kernel.efi). This package will always depend on the latest complete Linux kernel available for Azure systems. . This package will use kernel.efi during boot. Package: linux-azure-headers-6.8.0-1014 Description-md5: 26d249acc45a45fd2512c3adcfe18092 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-azure-headers-6.8.0-1014/debian.README.gz for details Package: linux-azure-tools-6.8.0-1014 Description-md5: 4879c39eec1448f24b255de15409f525 Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on 64 bit x86. You probably want to install linux-tools-6.8.0-1014-. Package: linux-buildinfo-6.10.0-1003-oem Description-md5: 0c548f06c680cf5b81690a81bf2cf797 Description-en: Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.10.0-1004-oem Description-md5: 0c548f06c680cf5b81690a81bf2cf797 Description-en: Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.10.0-1005-oem Description-md5: 0c548f06c680cf5b81690a81bf2cf797 Description-en: Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.10.0-1006-oem Description-md5: 0c548f06c680cf5b81690a81bf2cf797 Description-en: Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.10.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1001-oem Description-md5: 54eb553ac0fd5d703877bcf4a642050a Description-en: Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1002-oem Description-md5: 54eb553ac0fd5d703877bcf4a642050a Description-en: Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1004-oem Description-md5: 54eb553ac0fd5d703877bcf4a642050a Description-en: Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1006-nvidia Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1008-oracle Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1010-gke Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1012-ibm Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1012-oem Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1012-oracle Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1013-nvidia Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1013-nvidia-lowlatency Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1014-azure Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1014-gcp Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1015-aws Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-32-generic Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-40-generic Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-43-generic Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-generic Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-lowlatency Description-md5: b9a14cd4520c87c8b2cdb070f9d4570b Description-en: Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-6.8.0-1014-azure Description-md5: ba854cd24cfd8664cfcd7d67c7e2953c Description-en: Linux kernel version specific cloud tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-1014 on 64 bit x86. Package: linux-cloud-tools-6.8.0-32 Description-md5: 378f2183ee7dcdd4be9fe0c0d1486b8f Description-en: Linux kernel version specific cloud tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-32 on 64 bit x86. You probably want to install linux-cloud-tools-6.8.0-32-. Package: linux-cloud-tools-6.8.0-32-generic Description-md5: 98864da5f9967a92037e4e8353687f25 Description-en: Linux kernel version specific cloud tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-32 on 64 bit x86. Package: linux-cloud-tools-6.8.0-40 Description-md5: 8aa7b24cdb404204e8c22815d9950849 Description-en: Linux kernel version specific cloud tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-40 on 64 bit x86. You probably want to install linux-cloud-tools-6.8.0-40-. Package: linux-cloud-tools-6.8.0-40-generic Description-md5: 9aeacf0247edd64cc3b85722b230ea38 Description-en: Linux kernel version specific cloud tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-40 on 64 bit x86. Package: linux-cloud-tools-6.8.0-43 Description-md5: 703a8900bfa042307925b4bac6eba2a0 Description-en: Linux kernel version specific cloud tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-43 on 64 bit x86. You probably want to install linux-cloud-tools-6.8.0-43-. Package: linux-cloud-tools-6.8.0-43-generic Description-md5: 7bf2d52843108d7ab578a08003acb367 Description-en: Linux kernel version specific cloud tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-43 on 64 bit x86. Package: linux-cloud-tools-6.8.0-44 Description-md5: 67ffc2df5683d01b18c6ad1c0623741e Description-en: Linux kernel version specific cloud tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-44 on 64 bit x86. You probably want to install linux-cloud-tools-6.8.0-44-. Package: linux-cloud-tools-6.8.0-44-generic Description-md5: 711085390cc742c92b4a499cdaea0066 Description-en: Linux kernel version specific cloud tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-44 on 64 bit x86. Package: linux-cloud-tools-6.8.0-44-lowlatency Description-md5: 711085390cc742c92b4a499cdaea0066 Description-en: Linux kernel version specific cloud tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-44 on 64 bit x86. 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-common Description-md5: aef5d649eff53521e51a885305ad7f00 Description-en: Linux kernel version specific cloud tools for version 6.8.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 6.8.0. Package: linux-cloud-tools-generic Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-hwe-24.04 Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-generic-hwe-24.04-edge Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-lowlatency Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-lowlatency-hwe-20.04 Description-md5: 86edb6a6ab73696ae275ee607b3ae95a Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-cloud-tools-lowlatency-hwe-20.04-edge Description-md5: 86edb6a6ab73696ae275ee607b3ae95a Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-cloud-tools-lowlatency-hwe-22.04 Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-lowlatency-hwe-22.04-edge Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-nvidia Description-md5: 3c2bdf5174fbddbda6ec3b9608112741 Description-en: Nvidia Linux kernel cloud tools This package will always depend on the latest nvidia kernel cloud tools available. Package: linux-cloud-tools-nvidia-lowlatency Description-md5: 8a90d1c2d712d0b23cb0be81b187d8e7 Description-en: Nvidia Low Latency Linux kernel cloud tools This package will always depend on the latest nvidia-lowlatency kernel cloud tools available. Package: linux-cloud-tools-virtual Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-hwe-24.04 Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-cloud-tools-virtual-hwe-24.04-edge Description-md5: 435e414f8a2bb73a3e9efac963d69981 Description-en: Virtual Linux kernel cloud tools This package will always depend on the latest minimal generic kernel cloud tools used for virtual instances. Package: linux-crashdump Description-md5: 0c0b5ada9f277febaf6bd7d5ebc0d337 Description-en: Linux kernel crashdump setup for the latest generic kernel This package installs all the needed infrastructure to get crashdumps from your running system. If you are experiencing kernel crashes that cannot be debugged normally (because the problem is infrequent or panic's the system in such a way as to make information gathering impossible), then you can install this package to automatically enable capture of the vmcore on crashes. Package: linux-doc Description-md5: c8fe2977a59fe3daedcefb9ed07277a8 Description-en: Linux kernel specific documentation for version 6.8.0 This package is deprecated and it is temporarily provided only for compatibility reasons. It will be dropped in the future. Package: linux-firmware Description-md5: 7a047bff9e44dce458a300976c12f9da Description-en: Firmware for Linux kernel drivers This package provides firmware used by Linux kernel drivers. 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-headers-6.8.0-1014 Description-md5: 8b5296331c285062c20a2a8db9b1272f Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gcp-headers-6.8.0-1014/debian.README.gz for details Package: linux-gcp-tools-6.8.0-1014 Description-md5: 4879c39eec1448f24b255de15409f525 Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on 64 bit x86. You probably want to install linux-tools-6.8.0-1014-. Package: linux-generic Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-hwe-24.04 Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-generic-hwe-24.04-edge Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-gke Description-md5: f14e52b0df8bb02ce96f0ac17151e0cb Description-en: Complete Linux kernel for gke systems. This package will always depend on the latest complete Linux kernel available for gke systems. Package: linux-gke-headers-6.8.0-1010 Description-md5: c88a256bf606dff505bf50da98654f03 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-headers-6.8.0-1010/debian.README.gz for details Package: linux-gke-tools-6.8.0-1010 Description-md5: 0a80b00b77206190b21550e36fe97a73 Description-en: Linux kernel version specific tools for version 6.8.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1010 on 64 bit x86. You probably want to install linux-tools-6.8.0-1010-. Package: linux-headers-6.10.0-1003-oem Description-md5: 4e6540a8dab17edd7d1d3ac861186bbe Description-en: Linux kernel headers for version 6.10.0 on 64 bit x86 SMP This package provides kernel header files for version 6.10.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.10.0-1003/debian.README.gz for details. Package: linux-headers-6.10.0-1004-oem Description-md5: 5938c8d1deddc19612b0d78a2c9ea6d8 Description-en: Linux kernel headers for version 6.10.0 on 64 bit x86 SMP This package provides kernel header files for version 6.10.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.10.0-1004/debian.README.gz for details. Package: linux-headers-6.10.0-1005-oem Description-md5: bbf810141bf81a7c455a84f2a25df9f9 Description-en: Linux kernel headers for version 6.10.0 on 64 bit x86 SMP This package provides kernel header files for version 6.10.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.10.0-1005/debian.README.gz for details. Package: linux-headers-6.10.0-1006-oem Description-md5: 1a17a47022a5e0e25abbf32197445e56 Description-en: Linux kernel headers for version 6.10.0 on 64 bit x86 SMP This package provides kernel header files for version 6.10.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.10.0-1006/debian.README.gz for details. Package: linux-headers-6.11.0-1001-oem Description-md5: 59be1a0fc206c10deaf9be40330cef05 Description-en: Linux kernel headers for version 6.11.0 on 64 bit x86 SMP This package provides kernel header files for version 6.11.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1001/debian.README.gz for details. Package: linux-headers-6.11.0-1002-oem Description-md5: 78da6d8d0697dc8f12ba0d580eff942d Description-en: Linux kernel headers for version 6.11.0 on 64 bit x86 SMP This package provides kernel header files for version 6.11.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1002/debian.README.gz for details. Package: linux-headers-6.11.0-1004-oem Description-md5: b948459af011b808f52ba05c695c0476 Description-en: Linux kernel headers for version 6.11.0 on 64 bit x86 SMP This package provides kernel header files for version 6.11.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1004/debian.README.gz for details. Package: linux-headers-6.8.0-1006-nvidia Description-md5: 14286c1a0d32380249612ccae95987b5 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1006/debian.README.gz for details. Package: linux-headers-6.8.0-1008-oracle Description-md5: 4f029a789785a1292b04cc00cddea00c Description-en: Oracle Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1008/debian.README.gz for details. Package: linux-headers-6.8.0-1010-gke Description-md5: 1bd9284d7e3b71b2116a91cb0c7d3f1a Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1010/debian.README.gz for details. Package: linux-headers-6.8.0-1012-ibm Description-md5: 18cf1d7313e6aeec694c4a7fad6c0fd2 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-headers-6.8.0-1012/debian.README.gz for details. Package: linux-headers-6.8.0-1012-oem Description-md5: f9300736796d8a6658dec02578b390c9 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1012/debian.README.gz for details. Package: linux-headers-6.8.0-1012-oracle Description-md5: 56b7eadf01c3d80d28c6c41fd0927176 Description-en: Oracle Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1012/debian.README.gz for details. Package: linux-headers-6.8.0-1013-nvidia Description-md5: f2db17c608e90d11a0e86c8d5445973f Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1013/debian.README.gz for details. Package: linux-headers-6.8.0-1013-nvidia-lowlatency Description-md5: f2db17c608e90d11a0e86c8d5445973f Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1013/debian.README.gz for details. Package: linux-headers-6.8.0-1014-azure Description-md5: 285f46f0008f0567bb45f5a218c91863 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1014/debian.README.gz for details. Package: linux-headers-6.8.0-1014-gcp Description-md5: 285f46f0008f0567bb45f5a218c91863 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1014/debian.README.gz for details. Package: linux-headers-6.8.0-1015-aws Description-md5: 940ccd90b25689313c410c994ae5f947 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1015/debian.README.gz for details. Package: linux-headers-6.8.0-32 Description-md5: 197d29c44dbef7b36ee06dc798f8f11b Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-32/debian.README.gz for details Package: linux-headers-6.8.0-32-generic Description-md5: 3283d9555925e2e7711feb906d6ced57 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-32/debian.README.gz for details. Package: linux-headers-6.8.0-40 Description-md5: 81351cda8842550785ac6ad4d9e9599d Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-40/debian.README.gz for details Package: linux-headers-6.8.0-40-generic Description-md5: b2487e29a5cdbf8cb738c0b0f781cc12 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-40/debian.README.gz for details. Package: linux-headers-6.8.0-43 Description-md5: 97a2b1dd4d12f386111405a7aac8fd15 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-43/debian.README.gz for details Package: linux-headers-6.8.0-43-generic Description-md5: b21566f411e84fd714ff27e79b2e60c1 Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-43/debian.README.gz for details. Package: linux-headers-6.8.0-44 Description-md5: 42812a7cd9370eead48b5f5206e5f4eb Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details Package: linux-headers-6.8.0-44-generic Description-md5: ec2e92707d1d0346f6afb3207279459e Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-headers-6.8.0-44-lowlatency Description-md5: ec2e92707d1d0346f6afb3207279459e Description-en: Linux kernel headers for version 6.8.0 on 64 bit x86 SMP This package provides kernel header files for version 6.8.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/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-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-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-generic Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-hwe-24.04 Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-generic-hwe-24.04-edge Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-gke Description-md5: 6b4918278441182970d5f58ded902241 Description-en: Linux kernel headers for gke systems. This package will always depend on the latest kernel headers available for gke systems. Package: linux-headers-ibm Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) kernel headers available. Package: linux-headers-ibm-classic Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) kernel headers available. Package: linux-headers-ibm-lts-24.04 Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) kernel headers available. Package: linux-headers-kvm Description-md5: 551bb1d66eb932328afb2dd0917110e2 Description-en: Linux kernel headers for virtual systems. (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-lowlatency Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-lowlatency-hwe-20.04 Description-md5: d209343a6a72814ab5fd87d23ddc3a54 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-lowlatency-hwe-20.04-edge Description-md5: d209343a6a72814ab5fd87d23ddc3a54 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-lowlatency-hwe-22.04 Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-lowlatency-hwe-22.04-edge Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-nvidia Description-md5: 59129f4f73221648b63b662565b49990 Description-en: Nvidia Linux kernel headers This package will always depend on the latest nvidia kernel headers available. Package: linux-headers-nvidia-lowlatency Description-md5: 9195738435334622d4dea248ccd72011 Description-en: Nvidia Low Latency Linux kernel headers This package will always depend on the latest nvidia-lowlatency kernel headers available. Package: linux-headers-oem-20.04 Description-md5: 50bb555dda692d9771aa8306164b649d Description-en: OEM Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oem-20.04b Description-md5: 50bb555dda692d9771aa8306164b649d Description-en: OEM Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oem-20.04c Description-md5: 50bb555dda692d9771aa8306164b649d Description-en: OEM Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oem-20.04d Description-md5: 50bb555dda692d9771aa8306164b649d Description-en: OEM Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oem-22.04 Description-md5: 50bb555dda692d9771aa8306164b649d Description-en: OEM Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oem-24.04 Description-md5: a38c8392f77a111af30e6bd7ecc16c1f Description-en: OEM Linux kernel headers This package will always depend on the latest OEM kernel headers available. Package: linux-headers-oem-24.04a Description-md5: a38c8392f77a111af30e6bd7ecc16c1f Description-en: OEM Linux kernel headers This package will always depend on the latest OEM kernel headers available. Package: linux-headers-oem-24.04b Description-md5: a38c8392f77a111af30e6bd7ecc16c1f Description-en: OEM Linux kernel headers This package will always depend on the latest OEM kernel headers available. Package: linux-headers-oracle Description-md5: 741bcaa487f48f8860558f12a15d4f3e Description-en: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. Package: linux-headers-virtual Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-24.04 Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-24.04-edge Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-ibm Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-ibm-classic Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-ibm-cloud-tools-common Description-md5: aef5d649eff53521e51a885305ad7f00 Description-en: Linux kernel version specific cloud tools for version 6.8.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 6.8.0. Package: linux-ibm-headers-6.8.0-1012 Description-md5: 780b3a9a1a60d2bcc862f858fc80cf41 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-headers-6.8.0-1012/debian.README.gz for details Package: linux-ibm-lts-24.04 Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-ibm-source-6.8.0 Description-md5: 1d3548f4681bdb417b81e8c8307f98ce Description-en: Linux kernel source for version 6.8.0 with Ubuntu patches This package provides the source code for the Linux kernel version 6.8.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-ibm-headers package instead. Package: linux-ibm-tools-6.8.0-1012 Description-md5: cd43366604ef5feb4c4a90970cb7e63a Description-en: Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on 64 bit x86. You probably want to install linux-tools-6.8.0-1012-. Package: linux-image-6.10.0-1003-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.10.0-1004-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.10.0-1005-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.10.0-1006-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.11.0-1001-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.11.0-1002-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.11.0-1004-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1006-nvidia Description-md5: b8342c2badb6b6cc1d4c822e4f5bad97 Description-en: Signed kernel image nvidia A kernel image for nvidia. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1008-oracle Description-md5: 8d310ea424556b5e8319a7ac65aac6e7 Description-en: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1010-gke Description-md5: c0a4c57bf94318c2d05e1f183cd82742 Description-en: Signed kernel image gke A kernel image for gke. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1012-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1012-oem Description-md5: bafd5807c3ddc6cc29e676a6a91f37f3 Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1012-oracle Description-md5: 8d310ea424556b5e8319a7ac65aac6e7 Description-en: Signed kernel image oracle A kernel image for oracle. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1013-nvidia Description-md5: b8342c2badb6b6cc1d4c822e4f5bad97 Description-en: Signed kernel image nvidia A kernel image for nvidia. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1013-nvidia-lowlatency Description-md5: 5d7691903f811fe70d1f1546d79cdd19 Description-en: Signed kernel image nvidia-lowlatency A kernel image for nvidia-lowlatency. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1014-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-6.8.0-1014-azure-fde Description-md5: cfbede4995eea30dfa2e739ffae596bd Description-en: Signed kernel image azure for CVM A kernel image for azure. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1014-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-6.8.0-1015-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-6.8.0-32-generic Description-md5: b0fd0df88b1cd31408007b00d2458952 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-40-generic Description-md5: b0fd0df88b1cd31408007b00d2458952 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-43-generic Description-md5: b0fd0df88b1cd31408007b00d2458952 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-44-generic Description-md5: b0fd0df88b1cd31408007b00d2458952 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-44-lowlatency Description-md5: de4cdf77422a3e81607ec9185ceee49b Description-en: Signed kernel image lowlatency A kernel image for lowlatency. 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-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-fde Description-md5: 4d8a2bf28e8d79f30b4b3e382ce30cc0 Description-en: Linux kernel image for Azure systems (kernel.efi). This package will always depend on the latest kernel image available for Azure systems. . This package will use kernel.efi during boot. Package: linux-image-extra-virtual Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-hwe-24.04 Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-extra-virtual-hwe-24.04-edge Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-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-generic Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-hwe-24.04 Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-generic-hwe-24.04-edge Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-gke Description-md5: abed387e63f56c5d0afca9b73116a80b Description-en: Linux kernel image for gke systems. This package will always depend on the latest kernel image available for gke systems. Package: linux-image-ibm Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) kernel image available. Package: linux-image-ibm-classic Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) kernel image available. Package: linux-image-ibm-lts-24.04 Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) kernel image available. Package: linux-image-kvm Description-md5: 842486b3938fd4e7ee3f85c0b26a8314 Description-en: Linux kernel image for virtual systems. (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-lowlatency Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-lowlatency-hwe-20.04 Description-md5: 7e133fb5a3b5511db73ad4c131af9a8a Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-lowlatency-hwe-20.04-edge Description-md5: 7e133fb5a3b5511db73ad4c131af9a8a Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-lowlatency-hwe-22.04 Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-lowlatency-hwe-22.04-edge Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-nvidia Description-md5: 6f90ae28f3ebfed911d48b256696e249 Description-en: Nvidia Linux kernel image This package will always depend on the latest nvidia kernel image available. Package: linux-image-nvidia-lowlatency Description-md5: 6505b7d4bd06e42cb1dab6876f37f3cc Description-en: Nvidia Low Latency Linux kernel image This package will always depend on the latest nvidia-lowlatency kernel image available. Package: linux-image-oem-20.04 Description-md5: 0ff0f918fb505677a39d8f1339668ef7 Description-en: OEM Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oem-20.04b Description-md5: 0ff0f918fb505677a39d8f1339668ef7 Description-en: OEM Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oem-20.04c Description-md5: 0ff0f918fb505677a39d8f1339668ef7 Description-en: OEM Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oem-20.04d Description-md5: 0ff0f918fb505677a39d8f1339668ef7 Description-en: OEM Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oem-22.04 Description-md5: 0ff0f918fb505677a39d8f1339668ef7 Description-en: OEM Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oem-24.04 Description-md5: 3dde93b5bdac4bce49c7cb3c374d0dd5 Description-en: OEM Linux kernel image This package will always depend on the latest OEM kernel image available. Package: linux-image-oem-24.04a Description-md5: 3dde93b5bdac4bce49c7cb3c374d0dd5 Description-en: OEM Linux kernel image This package will always depend on the latest OEM kernel image available. Package: linux-image-oem-24.04b Description-md5: 3dde93b5bdac4bce49c7cb3c374d0dd5 Description-en: OEM Linux kernel image This package will always depend on the latest OEM kernel image available. Package: linux-image-oracle Description-md5: ffee2e09f7d9a09f2bd9b4c72ff6d921 Description-en: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-image-uc-6.10.0-1003-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.10.0-1004-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.10.0-1005-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.10.0-1006-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.11.0-1001-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.11.0-1002-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.11.0-1004-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-1006-nvidia Description-md5: 3b61e8f2c89e6e62d38fe3e8db2a32ff Description-en: Signed kernel image nvidia for Ubuntu Core A kernel image for nvidia. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-1012-oem Description-md5: 4e42e7f935a7ab2be1b34506375c6bab Description-en: Signed kernel image oem for Ubuntu Core A kernel image for oem. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-1013-nvidia Description-md5: 3b61e8f2c89e6e62d38fe3e8db2a32ff Description-en: Signed kernel image nvidia for Ubuntu Core A kernel image for nvidia. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-1013-nvidia-lowlatency Description-md5: 38f12a44c93044422b7664c832aeb747 Description-en: Signed kernel image nvidia-lowlatency for Ubuntu Core A kernel image for nvidia-lowlatency. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-32-generic Description-md5: bb6d44640dba93338416300d1c7d81bd Description-en: Signed kernel image generic for Ubuntu Core A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-40-generic Description-md5: bb6d44640dba93338416300d1c7d81bd Description-en: Signed kernel image generic for Ubuntu Core A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-43-generic Description-md5: bb6d44640dba93338416300d1c7d81bd Description-en: Signed kernel image generic for Ubuntu Core A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-44-generic Description-md5: bb6d44640dba93338416300d1c7d81bd Description-en: Signed kernel image generic for Ubuntu Core A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-uc-generic Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-generic-hwe-24.04 Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-generic-hwe-24.04-edge Description-md5: a6714ef2fd493894df5fcf44da569b36 Description-en: Generic Linux kernel image for Ubuntu Core This package will always depend on the latest generic kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-oem-24.04 Description-md5: 31b0f5289e523576dbd237a9d7077279 Description-en: OEM Linux kernel image for Ubuntu Core This package will always depend on the latest OEM kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-oem-24.04a Description-md5: 31b0f5289e523576dbd237a9d7077279 Description-en: OEM Linux kernel image for Ubuntu Core This package will always depend on the latest OEM kernel image available. . This kernel is suitable for staging into a kernel snap, and is not suitable to be used directly on classic systems. Package: linux-image-uc-oem-24.04b Description-md5: 31b0f5289e523576dbd237a9d7077279 Description-en: OEM Linux kernel image for Ubuntu Core This package will always depend on the latest OEM 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-6.10.0-1003-oem Description-md5: c2af62a3d43a79fe6b91d016494c4ffd Description-en: Linux kernel image for version 6.10.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.10.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.10.0-1004-oem Description-md5: c2af62a3d43a79fe6b91d016494c4ffd Description-en: Linux kernel image for version 6.10.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.10.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.10.0-1005-oem Description-md5: c2af62a3d43a79fe6b91d016494c4ffd Description-en: Linux kernel image for version 6.10.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.10.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.10.0-1006-oem Description-md5: c2af62a3d43a79fe6b91d016494c4ffd Description-en: Linux kernel image for version 6.10.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.10.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.11.0-1001-oem Description-md5: 97406e2e302f80db77fcd027b7372811 Description-en: Linux kernel image for version 6.11.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.11.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.11.0-1002-oem Description-md5: 97406e2e302f80db77fcd027b7372811 Description-en: Linux kernel image for version 6.11.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.11.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.11.0-1004-oem Description-md5: 97406e2e302f80db77fcd027b7372811 Description-en: Linux kernel image for version 6.11.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.11.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1006-nvidia Description-md5: 47ba774e8f3d2672a71d18c3dc1bf44b Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1008-oracle Description-md5: ef02b95a7e013ade482415f1b6935502 Description-en: Oracle Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Oracle Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1010-gke Description-md5: c75a2ab1b9049e189ca54a06438413e2 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GCP/GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1012-ibm Description-md5: ab85d0fd943d53a6859aeb0d53926562 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1012-oem Description-md5: 56bb14da8ebb5d694ddef91225925951 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1012-oracle Description-md5: ef02b95a7e013ade482415f1b6935502 Description-en: Oracle Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Oracle Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1013-nvidia Description-md5: 47ba774e8f3d2672a71d18c3dc1bf44b Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1013-nvidia-lowlatency Description-md5: a707c7b81e600513a2681ef025a36166 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Nvidia Low Latency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1014-azure Description-md5: e7bb68191092188149c53a076ca4030e Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . 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-6.8.0-1014-gcp Description-md5: d4281b33e5b960417ae47eb20367b91e Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GCP/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-6.8.0-1015-aws Description-md5: fa3e19f42a8e57d8ba2bb75537254c61 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . 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-6.8.0-32-generic Description-md5: e9eabc6bc3872b5266b3f9c5b8b4faa5 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-40-generic Description-md5: e9eabc6bc3872b5266b3f9c5b8b4faa5 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-43-generic Description-md5: e9eabc6bc3872b5266b3f9c5b8b4faa5 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-44-generic Description-md5: e9eabc6bc3872b5266b3f9c5b8b4faa5 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-44-lowlatency Description-md5: 7f18d1f8a653a43f6df1cba7fbcf8123 Description-en: Linux kernel image for version 6.8.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on 64 bit x86 SMP. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-virtual Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-24.04 Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-24.04-edge Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-kvm Description-md5: 760248f3a6637195338fb4c05ba07199 Description-en: Complete Linux kernel for virtual systems. (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lib-rust-6.8.0-32-generic Description-md5: bc3216653c2cd8c46148a881adb9e0ed Description-en: Rust library files related to Linux kernel version 6.8.0 This package provides kernel library files for version 6.8.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-lib-rust-6.8.0-40-generic Description-md5: bc3216653c2cd8c46148a881adb9e0ed Description-en: Rust library files related to Linux kernel version 6.8.0 This package provides kernel library files for version 6.8.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-lib-rust-6.8.0-43-generic Description-md5: bc3216653c2cd8c46148a881adb9e0ed Description-en: Rust library files related to Linux kernel version 6.8.0 This package provides kernel library files for version 6.8.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-lib-rust-6.8.0-44-generic Description-md5: bc3216653c2cd8c46148a881adb9e0ed Description-en: Rust library files related to Linux kernel version 6.8.0 This package provides kernel library files for version 6.8.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-libc-dev Description-md5: d5d143e6dffc891f04a85464446f9451 Description-en: Linux Kernel Headers for development This package provides headers from the Linux kernel. These headers are used by the installed headers for GNU glibc and other system libraries. They are NOT meant to be used to build third-party modules for your kernel. Use linux-headers-* packages for that. Package: linux-lowlatency Description-md5: b52e19b8044c25aff9dce108f24e2ee9 Description-en: Complete lowlatency Linux kernel This package will always depend on the latest complete lowlatency Linux kernel available. Package: linux-lowlatency-cloud-tools-6.8.0-44 Description-md5: 67ffc2df5683d01b18c6ad1c0623741e Description-en: Linux kernel version specific cloud tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-44 on 64 bit x86. You probably want to install linux-cloud-tools-6.8.0-44-. Package: linux-lowlatency-cloud-tools-common Description-md5: aef5d649eff53521e51a885305ad7f00 Description-en: Linux kernel version specific cloud tools for version 6.8.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 6.8.0. Package: linux-lowlatency-headers-6.8.0-44 Description-md5: e6c3e1da842716a0aa0735804b0f925f Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lowlatency-headers-6.8.0-44/debian.README.gz for details Package: linux-lowlatency-hwe-20.04 Description-md5: 06858dfdef014fa8a1cd5c847b1ed531 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-hwe-20.04-edge Description-md5: 06858dfdef014fa8a1cd5c847b1ed531 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-hwe-22.04 Description-md5: b52e19b8044c25aff9dce108f24e2ee9 Description-en: Complete lowlatency Linux kernel This package will always depend on the latest complete lowlatency Linux kernel available. Package: linux-lowlatency-hwe-22.04-edge Description-md5: b52e19b8044c25aff9dce108f24e2ee9 Description-en: Complete lowlatency Linux kernel This package will always depend on the latest complete lowlatency Linux kernel available. Package: linux-lowlatency-lib-rust-6.8.0-44-lowlatency Description-md5: bc3216653c2cd8c46148a881adb9e0ed Description-en: Rust library files related to Linux kernel version 6.8.0 This package provides kernel library files for version 6.8.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-lowlatency-tools-6.8.0-44 Description-md5: 09be843aee21f2370d85078c48a90aff Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on 64 bit x86. You probably want to install linux-tools-6.8.0-44-. Package: linux-lowlatency-tools-common Description-md5: aee6cd2d95f555559f899e9ee0c4e27a Description-en: Linux kernel version specific tools for version 6.8.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0. Package: linux-lowlatency-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-modules-6.10.0-1003-oem Description-md5: 474dc345cd98fe3619b2d43c79f34851 Description-en: Linux kernel extra modules for version 6.10.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.10.0-1004-oem Description-md5: 474dc345cd98fe3619b2d43c79f34851 Description-en: Linux kernel extra modules for version 6.10.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.10.0-1005-oem Description-md5: 474dc345cd98fe3619b2d43c79f34851 Description-en: Linux kernel extra modules for version 6.10.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.10.0-1006-oem Description-md5: 474dc345cd98fe3619b2d43c79f34851 Description-en: Linux kernel extra modules for version 6.10.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.11.0-1001-oem Description-md5: 22c8a0fe47776e72cd84ed6c923bd27b Description-en: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.11.0-1002-oem Description-md5: 22c8a0fe47776e72cd84ed6c923bd27b Description-en: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.11.0-1004-oem Description-md5: 22c8a0fe47776e72cd84ed6c923bd27b Description-en: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1006-nvidia Description-md5: 9782355e9c727a1aafe12f82ab50c0b1 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1008-oracle Description-md5: b363e29b1e229e0f9eb586f62a764393 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1010-gke Description-md5: 0411703ef7331344dae4e9daf1ae33b0 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1012-ibm Description-md5: 359730b2c661e8e2013ff0246ad33efa Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1012-oem Description-md5: efad5e09e4b22b457f4feedf86e1ede9 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward client devices. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1012-oracle Description-md5: b363e29b1e229e0f9eb586f62a764393 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1013-nvidia Description-md5: 9782355e9c727a1aafe12f82ab50c0b1 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1013-nvidia-lowlatency Description-md5: 0ad34faa16115b756bac6559e25b4a50 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia Low Latency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1014-azure Description-md5: d7687609111e33527df7891f16a667ec Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports 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-6.8.0-1014-gcp Description-md5: f66b71c684213ecaa11a6f09569393db Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/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-6.8.0-1015-aws Description-md5: 12dfe3a5ce58ae2800331ae4aa4c344f Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports 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-6.8.0-32-generic Description-md5: dbc6bcea7e1627ae6360776b31c3ee82 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-40-generic Description-md5: dbc6bcea7e1627ae6360776b31c3ee82 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-43-generic Description-md5: dbc6bcea7e1627ae6360776b31c3ee82 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-generic Description-md5: dbc6bcea7e1627ae6360776b31c3ee82 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-lowlatency Description-md5: 0a8310299d362d5caf74447843c30e3e Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1006-nvidia Description-md5: a670864029536218a3ac80107867aa7d Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1008-oracle Description-md5: b6c6e952aecd0c6425cbe864931e9f16 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Oracle Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1010-gke Description-md5: d9267e7ef3ae62cee1c670a9c506e5cf Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1012-ibm Description-md5: 339d8589267b6c59336903eb91046ee2 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1012-oracle Description-md5: b6c6e952aecd0c6425cbe864931e9f16 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Oracle Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1013-nvidia Description-md5: a670864029536218a3ac80107867aa7d Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1013-nvidia-lowlatency Description-md5: 4063e3d22d7f9306185e441980d9dac4 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia Low Latency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1014-azure Description-md5: 182031949d7eec37d408c5517833af3d Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports 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-extra-6.8.0-1014-gcp Description-md5: 00d86e6bea3c14a1335cca8a97315107 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/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-extra-6.8.0-1015-aws Description-md5: d55a5cd4d58df3772f514ed2e15224b9 Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-32-generic Description-md5: aae0720ac9d861c1e457c358cbcb81ae Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-40-generic Description-md5: aae0720ac9d861c1e457c358cbcb81ae Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-43-generic Description-md5: aae0720ac9d861c1e457c358cbcb81ae Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-44-generic Description-md5: aae0720ac9d861c1e457c358cbcb81ae Description-en: Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-aws Description-md5: d63d87dde1b61e9837ce2bfb52eeaa46 Description-en: Extra modules for Amazon Web Services (AWS) systems. This package will always depend on the latest extra modules package available for Amazon Web Services (AWS) systems. Package: linux-modules-extra-azure Description-md5: e86fbc654b899819b491fe9eee9760a1 Description-en: Linux kernel extra modules for Azure systems. This package will always depend on the latest extra modules package available for Azure systems. Package: linux-modules-extra-gcp Description-md5: 90c9f926cfb2494a683cedd71a374ab9 Description-en: Google Cloud Platform (GCP) Linux kernel extra modules This package will always depend on the latest Google Cloud Platform (GCP) extra modules package available. Package: linux-modules-involflt-6.8.0-1014-azure Description-md5: 2adfe40ab2045d5fe0be5239e5708c6e Description-en: Linux kernel involflt modules for version 6.8.0-1014 This package provides the Linux kernel involflt modules for version 6.8.0-1014. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-involflt-azure* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-involflt-azure Description-md5: c4090f598fffca9aba7aa18d65720f4a Description-en: Extra drivers for involflt for the azure flavour Install extra signed involflt modules compatible with the azure flavour. Package: linux-modules-ipu6-6.11.0-1004-oem Description-md5: 747aa4d9be4afa92bb4a0d7117799741 Description-en: Linux kernel ipu6 modules for version 6.11.0-1004 This package provides the Linux kernel ipu6 modules for version 6.11.0-1004. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu6-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-6.8.0-1012-oem Description-md5: d50262f52d905d4701652503b14477c0 Description-en: Linux kernel ipu6 modules for version 6.8.0-1012 This package provides the Linux kernel ipu6 modules for version 6.8.0-1012. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu6-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-6.8.0-32-generic Description-md5: be957b69f0a3bbf4cc80b42435f799f1 Description-en: Linux kernel ipu6 modules for version 6.8.0-32 This package provides the Linux kernel ipu6 modules for version 6.8.0-32. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu6-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-6.8.0-40-generic Description-md5: a3b7f7887566e817078fb3a015f45e61 Description-en: Linux kernel ipu6 modules for version 6.8.0-40 This package provides the Linux kernel ipu6 modules for version 6.8.0-40. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu6-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-6.8.0-43-generic Description-md5: ac4f696f68763a3e3331bd5cb2b22bfe Description-en: Linux kernel ipu6 modules for version 6.8.0-43 This package provides the Linux kernel ipu6 modules for version 6.8.0-43. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu6-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-6.8.0-44-generic Description-md5: 01c24eae46b40ab2e8383f89819794a3 Description-en: Linux kernel ipu6 modules for version 6.8.0-44 This package provides the Linux kernel ipu6 modules for version 6.8.0-44. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu6-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu6-generic Description-md5: 0a71a5f24c645c598814895c451e69c9 Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour. Package: linux-modules-ipu6-generic-hwe-24.04 Description-md5: 0a71a5f24c645c598814895c451e69c9 Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour. Package: linux-modules-ipu6-generic-hwe-24.04-edge Description-md5: 0a71a5f24c645c598814895c451e69c9 Description-en: Extra drivers for ipu6 for the generic flavour Install extra signed ipu6 modules compatible with the generic flavour. Package: linux-modules-ipu6-oem-24.04 Description-md5: a9652fc8a2c4a62fea230d1ce8060763 Description-en: Extra drivers for ipu6 for the oem flavour Install extra signed ipu6 modules compatible with the oem flavour. Package: linux-modules-ipu6-oem-24.04a Description-md5: a9652fc8a2c4a62fea230d1ce8060763 Description-en: Extra drivers for ipu6 for the oem flavour Install extra signed ipu6 modules compatible with the oem flavour. Package: linux-modules-ipu6-oem-24.04b Description-md5: a9652fc8a2c4a62fea230d1ce8060763 Description-en: Extra drivers for ipu6 for the oem flavour Install extra signed ipu6 modules compatible with the oem flavour. Package: linux-modules-ipu7-6.11.0-1004-oem Description-md5: b8f74a8affd27b3d0494d4e54021f235 Description-en: Linux kernel ipu7 modules for version 6.11.0-1004 This package provides the Linux kernel ipu7 modules for version 6.11.0-1004. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu7-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu7-oem-24.04b Description-md5: 48098bad00aaeb82fd19a3741da79d9a Description-en: Extra drivers for ipu7 for the oem flavour Install extra signed ipu7 modules compatible with the oem flavour. Package: linux-modules-iwlwifi-6.11.0-1004-oem Description-md5: 7096dbc9a196aab85b4d9c33796e5211 Description-en: Linux kernel iwlwifi modules for version 6.11.0-1004 This package provides the Linux kernel iwlwifi modules for version 6.11.0-1004. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-1006-nvidia Description-md5: 600d97d3f824689e6709c23de82ec8bf Description-en: Linux kernel iwlwifi modules for version 6.8.0-1006 This package provides the Linux kernel iwlwifi modules for version 6.8.0-1006. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-nvidia* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-1008-oracle Description-md5: 80f9c91a6ae627b76dcfdb4a5e507bd7 Description-en: Linux kernel iwlwifi modules for version 6.8.0-1008 This package provides the Linux kernel iwlwifi modules for version 6.8.0-1008. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-oracle* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-1010-gke Description-md5: ec3df6ae9b6a763f149af6b171603300 Description-en: Linux kernel iwlwifi modules for version 6.8.0-1010 This package provides the Linux kernel iwlwifi modules for version 6.8.0-1010. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-gke* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-1012-ibm Description-md5: eab7889527673580c6654ea00d7d64e0 Description-en: Linux kernel iwlwifi modules for version 6.8.0-1012 This package provides the Linux kernel iwlwifi modules for version 6.8.0-1012. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-ibm* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-1012-oem Description-md5: 282d59601f8feed2231f19b6264fff33 Description-en: Linux kernel iwlwifi modules for version 6.8.0-1012 This package provides the Linux kernel iwlwifi modules for version 6.8.0-1012. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-1012-oracle Description-md5: 8352297c568a2bb4f062bbef7505b163 Description-en: Linux kernel iwlwifi modules for version 6.8.0-1012 This package provides the Linux kernel iwlwifi modules for version 6.8.0-1012. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-oracle* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-1014-azure Description-md5: bffe5aa431f5cb38bfcad4000eb6e071 Description-en: Linux kernel iwlwifi modules for version 6.8.0-1014 This package provides the Linux kernel iwlwifi modules for version 6.8.0-1014. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-azure* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-32-generic Description-md5: ee8a58ee0bcac0cfd920f70115fdeea9 Description-en: Linux kernel iwlwifi modules for version 6.8.0-32 This package provides the Linux kernel iwlwifi modules for version 6.8.0-32. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-40-generic Description-md5: 40c85753246be6142972ed28afa0eeaf Description-en: Linux kernel iwlwifi modules for version 6.8.0-40 This package provides the Linux kernel iwlwifi modules for version 6.8.0-40. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-43-generic Description-md5: 9e30fd7993ff3cd700d916867e342dbc Description-en: Linux kernel iwlwifi modules for version 6.8.0-43 This package provides the Linux kernel iwlwifi modules for version 6.8.0-43. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-44-generic Description-md5: fbf6d6cb02564fd4ef437da00cdaaa23 Description-en: Linux kernel iwlwifi modules for version 6.8.0-44 This package provides the Linux kernel iwlwifi modules for version 6.8.0-44. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-6.8.0-44-lowlatency Description-md5: d7e3291be23a80854d61514bca283855 Description-en: Linux kernel iwlwifi modules for version 6.8.0-44 This package provides the Linux kernel iwlwifi modules for version 6.8.0-44. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-iwlwifi-lowlatency* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-iwlwifi-azure Description-md5: 8cfcd7d85276cff4531b61957ec41401 Description-en: Extra drivers for iwlwifi for the azure flavour Install extra signed iwlwifi modules compatible with the azure flavour. Package: linux-modules-iwlwifi-generic Description-md5: 4087cc976685608e39735665e27b54dc Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour. Package: linux-modules-iwlwifi-generic-hwe-24.04 Description-md5: 4087cc976685608e39735665e27b54dc Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour. Package: linux-modules-iwlwifi-generic-hwe-24.04-edge Description-md5: 4087cc976685608e39735665e27b54dc Description-en: Extra drivers for iwlwifi for the generic flavour Install extra signed iwlwifi modules compatible with the generic flavour. Package: linux-modules-iwlwifi-gke Description-md5: 2aeb6a09354491af0d8b7b89bd3f364f Description-en: Extra drivers for iwlwifi for the gke flavour Install extra signed iwlwifi modules compatible with the gke flavour. Package: linux-modules-iwlwifi-ibm Description-md5: 891909cf4e5080fcc1bc178b55d5d4fc Description-en: Extra drivers for iwlwifi for the ibm flavour Install extra signed iwlwifi modules compatible with the ibm flavour. Package: linux-modules-iwlwifi-ibm-classic Description-md5: 891909cf4e5080fcc1bc178b55d5d4fc Description-en: Extra drivers for iwlwifi for the ibm flavour Install extra signed iwlwifi modules compatible with the ibm flavour. Package: linux-modules-iwlwifi-ibm-lts-24.04 Description-md5: 891909cf4e5080fcc1bc178b55d5d4fc Description-en: Extra drivers for iwlwifi for the ibm flavour Install extra signed iwlwifi modules compatible with the ibm flavour. Package: linux-modules-iwlwifi-lowlatency Description-md5: 5c7df8ad494f60c40d62ff14068d1285 Description-en: Extra drivers for iwlwifi for the lowlatency flavour Install extra signed iwlwifi modules compatible with the lowlatency flavour. Package: linux-modules-iwlwifi-lowlatency-hwe-22.04 Description-md5: 5c7df8ad494f60c40d62ff14068d1285 Description-en: Extra drivers for iwlwifi for the lowlatency flavour Install extra signed iwlwifi modules compatible with the lowlatency flavour. Package: linux-modules-iwlwifi-lowlatency-hwe-22.04-edge Description-md5: 5c7df8ad494f60c40d62ff14068d1285 Description-en: Extra drivers for iwlwifi for the lowlatency flavour Install extra signed iwlwifi modules compatible with the lowlatency flavour. Package: linux-modules-iwlwifi-nvidia Description-md5: 4ad5b12fdfd56c1188d12c1c8e03e67f Description-en: Extra drivers for iwlwifi for the nvidia flavour Install extra signed iwlwifi modules compatible with the nvidia flavour. Package: linux-modules-iwlwifi-oem-20.04 Description-md5: 20052189d5a04ef0d343873151578440 Description-en: Extra drivers for iwlwifi for the oem flavour (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-oem-20.04d Description-md5: 20052189d5a04ef0d343873151578440 Description-en: Extra drivers for iwlwifi for the oem flavour (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-oem-22.04 Description-md5: 20052189d5a04ef0d343873151578440 Description-en: Extra drivers for iwlwifi for the oem flavour (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-oem-24.04 Description-md5: d335fc8ec617dd0090e4f490cc2f718f Description-en: Extra drivers for iwlwifi for the oem flavour Install extra signed iwlwifi modules compatible with the oem flavour. Package: linux-modules-iwlwifi-oem-24.04a Description-md5: d335fc8ec617dd0090e4f490cc2f718f Description-en: Extra drivers for iwlwifi for the oem flavour Install extra signed iwlwifi modules compatible with the oem flavour. Package: linux-modules-iwlwifi-oem-24.04b Description-md5: d335fc8ec617dd0090e4f490cc2f718f Description-en: Extra drivers for iwlwifi for the oem flavour Install extra signed iwlwifi modules compatible with the oem flavour. Package: linux-modules-iwlwifi-oracle Description-md5: dd6ea23a075505eb531d0815ed080baa Description-en: Extra drivers for iwlwifi for the oracle flavour Install extra signed iwlwifi modules compatible with the oracle flavour. Package: linux-modules-nvidia-fs-6.8.0-1006-nvidia Description-md5: 282f8df06369be509a0c45ff49216531 Description-en: Linux kernel nvidia-fs modules for version 6.8.0-1006 This package provides the Linux kernel nvidia-fs modules for version 6.8.0-1006. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-nvidia-fs-nvidia* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-nvidia-fs-6.8.0-1013-nvidia Description-md5: cb5b9f603cbdb12f6c1deaf7c67898ee Description-en: Linux kernel nvidia-fs modules for version 6.8.0-1013 This package provides the Linux kernel nvidia-fs modules for version 6.8.0-1013. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-nvidia-fs-nvidia* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-nvidia-fs-6.8.0-1013-nvidia-lowlatency Description-md5: 45ae09936423dc9caf05bb46228ed8d1 Description-en: Linux kernel nvidia-fs modules for version 6.8.0-1013 This package provides the Linux kernel nvidia-fs modules for version 6.8.0-1013. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-nvidia-fs-nvidia-lowlatency* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-nvidia-fs-nvidia Description-md5: fb38314f1a9894d32083e54267154a2a Description-en: Extra drivers for nvidia-fs for the nvidia flavour Install extra signed nvidia-fs modules compatible with the nvidia flavour. Package: linux-modules-nvidia-fs-nvidia-lowlatency Description-md5: 22c0dfc497ef4e7304e64889cffd61cc Description-en: Extra drivers for nvidia-fs for the nvidia-lowlatency flavour Install extra signed nvidia-fs modules compatible with the nvidia-lowlatency flavour. Package: linux-modules-usbio-6.10.0-1006-oem Description-md5: e71dee04709a4dfcbfd4e2c3c331f2e4 Description-en: Linux kernel usbio modules for version 6.10.0-1006 This package provides the Linux kernel usbio modules for version 6.10.0-1006. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-usbio-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-6.11.0-1004-oem Description-md5: 6085eb0094d42b48983ad09ee4632b50 Description-en: Linux kernel usbio modules for version 6.11.0-1004 This package provides the Linux kernel usbio modules for version 6.11.0-1004. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-usbio-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-6.8.0-1012-oem Description-md5: 20b8bfde3dc92e55de311e0dbdb6a261 Description-en: Linux kernel usbio modules for version 6.8.0-1012 This package provides the Linux kernel usbio modules for version 6.8.0-1012. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-usbio-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-6.8.0-40-generic Description-md5: 8692e362eeb649c539abc091aeaa7636 Description-en: Linux kernel usbio modules for version 6.8.0-40 This package provides the Linux kernel usbio modules for version 6.8.0-40. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-usbio-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-6.8.0-43-generic Description-md5: 9782231159974c9c7356c43df29f3138 Description-en: Linux kernel usbio modules for version 6.8.0-43 This package provides the Linux kernel usbio modules for version 6.8.0-43. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-usbio-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-6.8.0-44-generic Description-md5: 1bb5ce2fcf042c037d31e2c9ef4d9cf1 Description-en: Linux kernel usbio modules for version 6.8.0-44 This package provides the Linux kernel usbio modules for version 6.8.0-44. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-usbio-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-usbio-generic Description-md5: 87524cd0fd86f7d1aeaa5849a4d47f93 Description-en: Extra drivers for usbio for the generic flavour Install extra signed usbio modules compatible with the generic flavour. Package: linux-modules-usbio-generic-hwe-24.04 Description-md5: 87524cd0fd86f7d1aeaa5849a4d47f93 Description-en: Extra drivers for usbio for the generic flavour Install extra signed usbio modules compatible with the generic flavour. Package: linux-modules-usbio-generic-hwe-24.04-edge Description-md5: 87524cd0fd86f7d1aeaa5849a4d47f93 Description-en: Extra drivers for usbio for the generic flavour Install extra signed usbio modules compatible with the generic flavour. Package: linux-modules-usbio-oem-24.04 Description-md5: 0aaa9a266b0b8fd380ee83be5abde668 Description-en: Extra drivers for usbio for the oem flavour Install extra signed usbio modules compatible with the oem flavour. Package: linux-modules-usbio-oem-24.04a Description-md5: 0aaa9a266b0b8fd380ee83be5abde668 Description-en: Extra drivers for usbio for the oem flavour Install extra signed usbio modules compatible with the oem flavour. Package: linux-modules-usbio-oem-24.04b Description-md5: 0aaa9a266b0b8fd380ee83be5abde668 Description-en: Extra drivers for usbio for the oem flavour Install extra signed usbio modules compatible with the oem flavour. Package: linux-modules-vision-6.11.0-1004-oem Description-md5: b856609b334333cc9fc09ff8fd903ed5 Description-en: Linux kernel vision modules for version 6.11.0-1004 This package provides the Linux kernel vision modules for version 6.11.0-1004. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-vision-oem* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-vision-oem-24.04b Description-md5: 827a9b0b1a8b17af3f31ef3f9d940938 Description-en: Extra drivers for vision for the oem flavour Install extra signed vision modules compatible with the oem flavour. Package: linux-nvidia Description-md5: 883b350bab451b83661688ea10af7a45 Description-en: Complete Nvidia Linux kernel and headers This package will always depend on the latest complete nvidia Linux kernel and headers. Package: linux-nvidia-headers-6.8.0-1006 Description-md5: 55b7a5f1ae8dc732590dab5ad70ffcb3 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-nvidia-headers-6.8.0-1006/debian.README.gz for details Package: linux-nvidia-headers-6.8.0-1013 Description-md5: a10a733b46f0fdfdd9dd9d6fb7c65371 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-nvidia-headers-6.8.0-1013/debian.README.gz for details Package: linux-nvidia-lowlatency Description-md5: 1c3703242586ad20dc31a9ede0132521 Description-en: Complete Nvidia Low Latency Linux kernel and headers This package will always depend on the latest complete nvidia-lowlatency Linux kernel and headers. Package: linux-nvidia-lowlatency-headers-6.8.0-1013 Description-md5: 8cd8a6aeac187ef34bb864586addafa6 Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-nvidia-lowlatency-headers-6.8.0-1013/debian.README.gz for details Package: linux-nvidia-lowlatency-tools-6.8.0-1013 Description-md5: 51370553aa00ac7a4173535fc54d3aa9 Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on 64 bit x86. You probably want to install linux-tools-6.8.0-1013-. Package: linux-nvidia-lowlatency-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-nvidia-tools-6.8.0-1006 Description-md5: a1183b7dd7357e4b4f0d05d7b1edc4c9 Description-en: Linux kernel version specific tools for version 6.8.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1006 on 64 bit x86. You probably want to install linux-tools-6.8.0-1006-. Package: linux-nvidia-tools-6.8.0-1013 Description-md5: 51370553aa00ac7a4173535fc54d3aa9 Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on 64 bit x86. You probably want to install linux-tools-6.8.0-1013-. Package: linux-nvidia-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-oem-20.04 Description-md5: b9733fe08304ccd9d66e5abc05e41d0a Description-en: Complete OEM Linux kernel and headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-oem-20.04b Description-md5: b9733fe08304ccd9d66e5abc05e41d0a Description-en: Complete OEM Linux kernel and headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-oem-20.04c Description-md5: b9733fe08304ccd9d66e5abc05e41d0a Description-en: Complete OEM Linux kernel and headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-oem-20.04d Description-md5: b9733fe08304ccd9d66e5abc05e41d0a Description-en: Complete OEM Linux kernel and headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-oem-22.04 Description-md5: b9733fe08304ccd9d66e5abc05e41d0a Description-en: Complete OEM Linux kernel and headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-oem-24.04 Description-md5: f5ceccf3e6ffde2bc0f9e5adc29d6f9e Description-en: Complete OEM Linux kernel and headers This package will always depend on the latest complete OEM Linux kernel and headers. Package: linux-oem-24.04a Description-md5: f5ceccf3e6ffde2bc0f9e5adc29d6f9e Description-en: Complete OEM Linux kernel and headers This package will always depend on the latest complete OEM Linux kernel and headers. Package: linux-oem-24.04b Description-md5: f5ceccf3e6ffde2bc0f9e5adc29d6f9e Description-en: Complete OEM Linux kernel and headers This package will always depend on the latest complete OEM Linux kernel and headers. Package: linux-oem-6.10-headers-6.10.0-1003 Description-md5: 22048c89e03a6fa962521609eb9ad576 Description-en: Header files related to Linux kernel version 6.10.0 This package provides kernel header files for version 6.10.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.10-headers-6.10.0-1003/debian.README.gz for details Package: linux-oem-6.10-headers-6.10.0-1004 Description-md5: ee2c231353c4d6db194c17fb528a03d7 Description-en: Header files related to Linux kernel version 6.10.0 This package provides kernel header files for version 6.10.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.10-headers-6.10.0-1004/debian.README.gz for details Package: linux-oem-6.10-headers-6.10.0-1005 Description-md5: 7a5772aee9c359c450a716a4c37eebdb Description-en: Header files related to Linux kernel version 6.10.0 This package provides kernel header files for version 6.10.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.10-headers-6.10.0-1005/debian.README.gz for details Package: linux-oem-6.10-headers-6.10.0-1006 Description-md5: eeec2fa78ab079dc23a6ef2811be6bb5 Description-en: Header files related to Linux kernel version 6.10.0 This package provides kernel header files for version 6.10.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.10-headers-6.10.0-1006/debian.README.gz for details Package: linux-oem-6.10-tools-6.10.0-1003 Description-md5: 0b4957b3c466a1f6a96fb8bae57fe97d Description-en: Linux kernel version specific tools for version 6.10.0-1003 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1003 on 64 bit x86. You probably want to install linux-tools-6.10.0-1003-. Package: linux-oem-6.10-tools-6.10.0-1004 Description-md5: 9755f50d4b47d82598bc625b6e77aae1 Description-en: Linux kernel version specific tools for version 6.10.0-1004 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1004 on 64 bit x86. You probably want to install linux-tools-6.10.0-1004-. Package: linux-oem-6.10-tools-6.10.0-1005 Description-md5: d332bbf916c8e94f9a1c31a2277cdefa Description-en: Linux kernel version specific tools for version 6.10.0-1005 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1005 on 64 bit x86. You probably want to install linux-tools-6.10.0-1005-. Package: linux-oem-6.10-tools-6.10.0-1006 Description-md5: 40cee8720077406c9530c3f59e3472d7 Description-en: Linux kernel version specific tools for version 6.10.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1006 on 64 bit x86. You probably want to install linux-tools-6.10.0-1006-. Package: linux-oem-6.11-headers-6.11.0-1001 Description-md5: 14139c1f8e678541a85e358a2d004b9a Description-en: Header files related to Linux kernel version 6.11.0 This package provides kernel header files for version 6.11.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.11-headers-6.11.0-1001/debian.README.gz for details Package: linux-oem-6.11-headers-6.11.0-1002 Description-md5: 966225f1bf2bedb7e2f5066d46b0a1f1 Description-en: Header files related to Linux kernel version 6.11.0 This package provides kernel header files for version 6.11.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.11-headers-6.11.0-1002/debian.README.gz for details Package: linux-oem-6.11-headers-6.11.0-1004 Description-md5: a9fefe962eb7902047d6c9d8f7020b3c Description-en: Header files related to Linux kernel version 6.11.0 This package provides kernel header files for version 6.11.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.11-headers-6.11.0-1004/debian.README.gz for details Package: linux-oem-6.11-tools-6.11.0-1001 Description-md5: 86a0efaf06be67ca671a6c3cfb20a072 Description-en: Linux kernel version specific tools for version 6.11.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.11.0-1001 on 64 bit x86. You probably want to install linux-tools-6.11.0-1001-. Package: linux-oem-6.11-tools-6.11.0-1002 Description-md5: 71b8f9f80b72d30d8d038b14a3f15ad0 Description-en: Linux kernel version specific tools for version 6.11.0-1002 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.11.0-1002 on 64 bit x86. You probably want to install linux-tools-6.11.0-1002-. Package: linux-oem-6.11-tools-6.11.0-1004 Description-md5: 53e7528200eb55214609b4d128ce105a Description-en: Linux kernel version specific tools for version 6.11.0-1004 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.11.0-1004 on 64 bit x86. You probably want to install linux-tools-6.11.0-1004-. Package: linux-oem-6.8-headers-6.8.0-1012 Description-md5: 1020d9e481b39e5563ce3fab951ce3eb Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-6.8-headers-6.8.0-1012/debian.README.gz for details Package: linux-oem-6.8-tools-6.8.0-1012 Description-md5: cd43366604ef5feb4c4a90970cb7e63a Description-en: Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on 64 bit x86. You probably want to install linux-tools-6.8.0-1012-. Package: linux-oracle Description-md5: 5a0227696f358f2137dc0ea2ed70da05 Description-en: Complete Linux kernel for Oracle systems. This package will always depend on the latest complete Linux kernel available for Oracle systems. Package: linux-oracle-headers-6.8.0-1008 Description-md5: 59e80a096eb0970f01d97498382f5108 Description-en: Header files related to Oracle Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oracle-headers-6.8.0-1008/debian.README.gz for details Package: linux-oracle-headers-6.8.0-1012 Description-md5: 25429302efd283a2fb4e2a2283c21b01 Description-en: Header files related to Oracle Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oracle-headers-6.8.0-1012/debian.README.gz for details Package: linux-oracle-tools-6.8.0-1008 Description-md5: c679eca85d7b1193af15193c96d6d41e Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1008 on 64 bit x86. You probably want to install linux-tools-6.8.0-1008-. Package: linux-oracle-tools-6.8.0-1012 Description-md5: b51558dac3eb93a6ae4d189fb76cf492 Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on 64 bit x86. You probably want to install linux-tools-6.8.0-1012-. Package: linux-riscv-headers-6.8.0-44 Description-md5: b0be17722663f047c8b7ee10d2756cce Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-riscv-headers-6.8.0-44/debian.README.gz for details Package: linux-source Description-md5: 1cac084d2ae18dfd06b96585b4be564d Description-en: Linux kernel source with Ubuntu patches This package will always depend on the latest Linux kernel source code available. The Ubuntu patches have been applied. Package: linux-source-6.8.0 Description-md5: f689d7caab82132b5f63ca0afe087667 Description-en: Linux kernel source for version 6.8.0 with Ubuntu patches This package provides the source code for the Linux kernel version 6.8.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-headers package instead. Package: linux-tools-6.10.0-1003-oem Description-md5: 73d02a8df57eb399c0ab0eb1225b0795 Description-en: Linux kernel version specific tools for version 6.10.0-1003 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1003 on 64 bit x86. Package: linux-tools-6.10.0-1004-oem Description-md5: b5cb74f96a7bbaab945f28f12bb0f1ec Description-en: Linux kernel version specific tools for version 6.10.0-1004 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1004 on 64 bit x86. Package: linux-tools-6.10.0-1005-oem Description-md5: 4a2494e76edffa70180c00ac87b479be Description-en: Linux kernel version specific tools for version 6.10.0-1005 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1005 on 64 bit x86. Package: linux-tools-6.10.0-1006-oem Description-md5: bd998d71a8815e2dc644af7d273ce55d Description-en: Linux kernel version specific tools for version 6.10.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.10.0-1006 on 64 bit x86. Package: linux-tools-6.11.0-1001-oem Description-md5: 2f83922638065cf6bb66743ce6550291 Description-en: Linux kernel version specific tools for version 6.11.0-1001 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.11.0-1001 on 64 bit x86. Package: linux-tools-6.11.0-1002-oem Description-md5: d7e41eec538bd6b872c58ea6076f2768 Description-en: Linux kernel version specific tools for version 6.11.0-1002 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.11.0-1002 on 64 bit x86. Package: linux-tools-6.11.0-1004-oem Description-md5: 3a8b3ae6e0697968df8a28d531f9bf2d Description-en: Linux kernel version specific tools for version 6.11.0-1004 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.11.0-1004 on 64 bit x86. Package: linux-tools-6.8.0-1006-nvidia Description-md5: a184dfa4b6031691c962e7ee2f877b14 Description-en: Linux kernel version specific tools for version 6.8.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1006 on 64 bit x86. Package: linux-tools-6.8.0-1008-oracle Description-md5: 96e984680516870f646e94e176d02e37 Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1008 on 64 bit x86. Package: linux-tools-6.8.0-1010-gke Description-md5: 0c490cded2be7f04e69e4c7adc621f01 Description-en: Linux kernel version specific tools for version 6.8.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1010 on 64 bit x86. Package: linux-tools-6.8.0-1012-ibm Description-md5: 2a1f63fa43ebe8e04cb65b916920788c Description-en: Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on 64 bit x86. Package: linux-tools-6.8.0-1012-oem Description-md5: 2a1f63fa43ebe8e04cb65b916920788c Description-en: Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on 64 bit x86. Package: linux-tools-6.8.0-1012-oracle Description-md5: e7247a4026d63fe65ee67359ccfc8249 Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on 64 bit x86. Package: linux-tools-6.8.0-1013-nvidia Description-md5: 0b2df8e7d2e526ea1df97c39dfedcf44 Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on 64 bit x86. Package: linux-tools-6.8.0-1013-nvidia-lowlatency Description-md5: 0b2df8e7d2e526ea1df97c39dfedcf44 Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on 64 bit x86. Package: linux-tools-6.8.0-1014-azure Description-md5: af3ab24b5dba7ea6797b02216182e8ba Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on 64 bit x86. Package: linux-tools-6.8.0-1014-gcp Description-md5: af3ab24b5dba7ea6797b02216182e8ba Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on 64 bit x86. Package: linux-tools-6.8.0-1015-aws Description-md5: b0e06f3297ec9fb0d67cfc1cfb038fe8 Description-en: Linux kernel version specific tools for version 6.8.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1015 on 64 bit x86. Package: linux-tools-6.8.0-32 Description-md5: c82b5f1bae64ea83ce3fc2fcc58fdafe Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on 64 bit x86. You probably want to install linux-tools-6.8.0-32-. Package: linux-tools-6.8.0-32-generic Description-md5: 00c23a8ae4c9ab9df13dc29cc69a09b5 Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on 64 bit x86. Package: linux-tools-6.8.0-40 Description-md5: 95ddad55f4134c5752a5c44eb528c76e Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on 64 bit x86. You probably want to install linux-tools-6.8.0-40-. Package: linux-tools-6.8.0-40-generic Description-md5: efa2bb68150be8370205c1750f739efb Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on 64 bit x86. Package: linux-tools-6.8.0-43 Description-md5: 65e77bbabfb22df63574463151240f04 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on 64 bit x86. You probably want to install linux-tools-6.8.0-43-. Package: linux-tools-6.8.0-43-generic Description-md5: e06b1d2c9e2ab03376ecf3307e208f8d Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on 64 bit x86. Package: linux-tools-6.8.0-44 Description-md5: 09be843aee21f2370d85078c48a90aff Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on 64 bit x86. You probably want to install linux-tools-6.8.0-44-. Package: linux-tools-6.8.0-44-generic Description-md5: 8cb067f4256420b2786311572a8ae8fc Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on 64 bit x86. Package: linux-tools-6.8.0-44-lowlatency Description-md5: 8cb067f4256420b2786311572a8ae8fc Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on 64 bit x86. 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-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-common Description-md5: aee6cd2d95f555559f899e9ee0c4e27a Description-en: Linux kernel version specific tools for version 6.8.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0. Package: linux-tools-gcp Description-md5: 3d914bfcdd174f3e1189d829307612c2 Description-en: Google Cloud Platform (GCP) Linux kernel tools This package will always depend on the latest Google Cloud Platform (GCP) kernel tools available. Package: linux-tools-generic Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-hwe-24.04 Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-generic-hwe-24.04-edge Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-gke Description-md5: 458af721eec25183156433303d04de05 Description-en: Linux kernel versioned tools for gke systems. This package will always depend on the latest Linux kernel versioned tools available for gke systems. Package: linux-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-tools-ibm Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. Package: linux-tools-ibm-classic Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. Package: linux-tools-ibm-lts-24.04 Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. Package: linux-tools-kvm Description-md5: a509b3d33dbd9644044dbc106180c3ec Description-en: Linux kernel versioned tools for virtual systems. (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-lowlatency Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-lowlatency-hwe-20.04 Description-md5: 4452b7c438cc0defe223c166332db716 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-lowlatency-hwe-20.04-edge Description-md5: 4452b7c438cc0defe223c166332db716 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-lowlatency-hwe-22.04 Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-lowlatency-hwe-22.04-edge Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-nvidia Description-md5: 6978ce948693cb08e282dd6e9c79e15d Description-en: Nvidia Linux kernel tools This package will always depend on the latest nvidia kernel tools available. Package: linux-tools-nvidia-lowlatency Description-md5: b07b0e9bb29c10be440e2701b7cb834f Description-en: Nvidia Low Latency Linux kernel tools This package will always depend on the latest nvidia-lowlatency kernel tools available. Package: linux-tools-oem-20.04 Description-md5: 34476a63a0956df042af242fb1fe8c7d Description-en: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oem-20.04b Description-md5: 34476a63a0956df042af242fb1fe8c7d Description-en: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oem-20.04c Description-md5: 34476a63a0956df042af242fb1fe8c7d Description-en: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oem-20.04d Description-md5: 34476a63a0956df042af242fb1fe8c7d Description-en: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oem-22.04 Description-md5: 34476a63a0956df042af242fb1fe8c7d Description-en: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oem-24.04 Description-md5: 544dead17e2cf698cd9acab1fb72ea0b Description-en: OEM Linux kernel tools This package will always depend on the latest OEM kernel tools available. Package: linux-tools-oem-24.04a Description-md5: 544dead17e2cf698cd9acab1fb72ea0b Description-en: OEM Linux kernel tools This package will always depend on the latest OEM kernel tools available. Package: linux-tools-oem-24.04b Description-md5: 544dead17e2cf698cd9acab1fb72ea0b Description-en: OEM Linux kernel tools This package will always depend on the latest OEM kernel tools available. Package: linux-tools-oracle Description-md5: 362246a635b6b01427de3df499dc087a Description-en: Linux kernel versioned tools for Oracle systems. This package will always depend on the latest Linux kernel versioned tools available for Oracle systems. Package: linux-tools-virtual Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-24.04 Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-24.04-edge Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-virtual Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-hwe-24.04 Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: linux-virtual-hwe-24.04-edge Description-md5: 71a1a38f6977c1a1bbc8a7634f51401c Description-en: Minimal Generic Linux kernel and headers This package will always depend on linux-image-virtual and linux-headers-virtual. Package: login Description-md5: d0499c2dea8faa45484daa5ced2d38b5 Description-en: system login tools This package provides some required infrastructure for logins and for changing effective user or group IDs, including: * login, the program that invokes a user shell on a virtual terminal; * nologin, a dummy shell for disabled user accounts; Package: netstandard-targeting-pack-2.1-8.0 Description-md5: 641468ee0444dafb5b15365c14220c6c Description-en: Internal - targeting pack for NETStandard.Library 2.1 This package provides a targeting pack for NETStandard.Library 2.1 that allows developers to compile against and target NETStandard.Library 2.1 applications using the .NET SDK. This are not meant for general use. Package: nvme-cli Description-md5: 953375b9ce8b77bb2b9df25cb7400e52 Description-en: NVMe management tool NVM Express (NVMe) is a interface specification for accessing non-volatile storage media, typically modern solid state drives (SSDs) through PCI Express (PCIe). . The nvme-cli tool provides management functions for these devices. Package: open-vm-tools Description-md5: a6ea22fad449711c4296720ce1ebe6b4 Description-en: Open VMware Tools for virtual machines hosted on VMware (CLI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains only the core user-space programs and libraries. Package: open-vm-tools-desktop Description-md5: 0a75baf603aed1d261cb9d62936d3c0d Description-en: Open VMware Tools for virtual machines hosted on VMware (GUI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the user-space programs and libraries that are essential for improved user experience of VMware virtual machines. Package: open-vm-tools-dev Description-md5: 4aa45696c5c5c28398c17ba27233e67d Description-en: Open VMware Tools for virtual machines hosted on VMware (development) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the development files. Package: passwd Description-md5: 5bbd70e421ed3367a8299e53bd7afed4 Description-en: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Package: procps Description-md5: 943f3288c1aaa379fca73a3ff1a35278 Description-en: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Package: python3-apparmor Description-md5: 1b890d6ae9abbb968d17e8d6bb04be48 Description-en: AppArmor Python3 utility library python3-apparmor provides the Python3 modules that implement the higher-level AppArmor applications. Package: python3-libapparmor Description-md5: 1f2bbed66dec28e2c29a31f8a172fe70 Description-en: AppArmor library Python3 bindings python3-libapparmor provides the Python3 module that contains the language bindings for the AppArmor library, libapparmor, which were autogenerated via SWIG. Package: python3-software-properties Description-md5: 2404b69e069f73169a1d424cb63f1d53 Description-en: manage the repositories that you install software from This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. Package: rabbitmq-server Description-md5: 78e91bfb996ee4ae5d16c93298f5f6e8 Description-en: AMQP server written in Erlang RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker. Package: 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: software-properties-common Description-md5: d19f432480048ad00ac5c2bfd116cd00 Description-en: manage the repositories that you install software from (common) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains the common files for software-properties like the D-Bus backend. Package: software-properties-gtk Description-md5: 1912baba2086cd851f5a53b65d6c9eea Description-en: manage the repositories that you install software from (gtk) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains a GTK+ based graphical interface. Package: sosreport Description-md5: 5b3e7a1f7fbde7625dc009697c8ed440 Description-en: Set of tools to gather troubleshooting data from a system Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers. Package: systemd-hwe-hwdb Description-md5: 5a6a85a03494eac7f33041468015fcd5 Description-en: udev rules for hardware enablement (HWE) systemd-hwe-hwdb contains hwdb rules for HWE on Ubuntu, which are not yet present in systemd. Package: ubuntu-drivers-common Description-md5: 7fe5e7304720f71b93031cc32f6fc6d2 Description-en: Detect and install additional Ubuntu driver packages This package aggregates and abstracts Ubuntu specific logic and knowledge about third-party driver packages. It provides: . - a Python API for detecting driver packages for a particular piece of hardware or the whole system. . - an "ubuntu-drivers" command line tool to list or install driver packages (mostly for integration in installers). . - some NVidia specific support code to find the most appropriate driver version, as well as setting up the alternatives symlinks that the proprietary NVidia and FGLRX packages use. Package: ubuntu-raspi-settings Description-md5: 09e855551a90452dfd7d263f2deece0c Description-en: default settings for Raspberry Pi devices This package contains some default settings that are specific to Raspberry Pi devices. Package: ubuntu-raspi-settings-desktop Description-md5: 1f31d05c6731c983ed36c6a017547016 Description-en: default settings for Ubuntu Desktop on Raspberry Pi devices This package contains some default settings that are specific to the Ubuntu Desktop running on Raspberry Pi devices. Package: ubuntu-raspi-settings-server Description-md5: f2a24c520d8d82ea1adbd1fee98d29c7 Description-en: default settings for Ubuntu Server on Raspberry Pi devices This package contains some default settings that are specific to the Ubuntu Server running on Raspberry Pi devices. Package: ubuntu-session Description-md5: 91f3333d04d3caeb202708d93d05850e Description-en: Ubuntu session with GNOME Shell This package contains the required components for running a GNOME 3 session with default Ubuntu configuration, based on the GNOME Shell. Package: ubuntu-settings Description-md5: d323aeeccb784a54b1c845d23dcf7ea6 Description-en: default settings for the Ubuntu desktop This package contains the default settings used by Ubuntu. Package: uidmap Description-md5: 5a75630915e85aa203a9f7c82c737da4 Description-en: programs to help use subuids These programs help unprivileged users to create uid and gid mappings in user namespaces. Package: flash-kernel Description-md5: 20e5ff2238f4ed9bfdf4651b31ecd6f9 Description-en: utility to make certain embedded devices bootable flash-kernel is a script which will put the kernel and initramfs in the boot location of embedded devices that don't load the kernel and initramfs directly from /boot. flash-kernel supports devices that boot from flash memory (hence the name) as well as some devices that require a special boot image on the disk. Package: linux-aws-cloud-tools-6.8.0-1015 Description-md5: bfc25f62471fd37c6b74e25d76895814 Description-en: Linux kernel version specific cloud tools for version 6.8.0-1015 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-1015 on ARMv8. You probably want to install linux-cloud-tools-6.8.0-1015-. Package: linux-aws-tools-6.8.0-1015 Description-md5: 60f669472303265b1e3b18ad530e3876 Description-en: Linux kernel version specific tools for version 6.8.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1015 on ARMv8. You probably want to install linux-tools-6.8.0-1015-. Package: linux-azure-cloud-tools-6.8.0-1014 Description-md5: cca0ea3d2464807c50b78b4949a8895a Description-en: Linux kernel version specific cloud tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.8.0-1014 on ARMv8. You probably want to install linux-cloud-tools-6.8.0-1014-. Package: linux-azure-tools-6.8.0-1014 Description-md5: 671fdaebb226be5f1163f0f4b1d702e1 Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on ARMv8. You probably want to install linux-tools-6.8.0-1014-. Package: linux-buildinfo-6.8.0-1006-nvidia Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1006-nvidia-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1008-oracle Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1008-oracle-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1010-gke Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1011-raspi Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1012-oracle Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1012-oracle-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1013-nvidia Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1013-nvidia-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1013-nvidia-lowlatency Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1013-nvidia-lowlatency-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1014-azure Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1014-gcp Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-1015-aws Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-32-generic Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-32-generic-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-40-generic Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-40-generic-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-43-generic Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-43-generic-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-generic Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-generic-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-lowlatency Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-lowlatency-64k Description-md5: 5a6366eac80524daf4fff1198b9b2a45 Description-en: Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-6.8.0-1014-azure Description-md5: 91702aa7702a036b882165364cb182dc Description-en: Linux kernel version specific cloud tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-1014 on ARMv8. Package: linux-cloud-tools-6.8.0-1015-aws Description-md5: 770e3066f541bb4cc0fdd076c98fba8e Description-en: Linux kernel version specific cloud tools for version 6.8.0-1015 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.8.0-1015 on ARMv8. Package: linux-gcp-tools-6.8.0-1014 Description-md5: 671fdaebb226be5f1163f0f4b1d702e1 Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on ARMv8. You probably want to install linux-tools-6.8.0-1014-. Package: linux-generic-64k Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-generic-64k-hwe-24.04 Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-generic-64k-hwe-24.04-edge Description-md5: 84245d4a6d27106a917f04bcf9296d55 Description-en: Complete Generic 64K Linux kernel and headers This package will always depend on the latest complete generic-64k Linux kernel and headers. Package: linux-gke-tools-6.8.0-1010 Description-md5: d4e02ea204c9a8ead47460eec889964c Description-en: Linux kernel version specific tools for version 6.8.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1010 on ARMv8. You probably want to install linux-tools-6.8.0-1010-. Package: linux-headers-6.8.0-1006-nvidia Description-md5: f259639350dc864c1c9ae6de7742878a Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1006/debian.README.gz for details. Package: linux-headers-6.8.0-1006-nvidia-64k Description-md5: f259639350dc864c1c9ae6de7742878a Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1006/debian.README.gz for details. Package: linux-headers-6.8.0-1008-oracle Description-md5: 4a8b7f6424e3a593195993783f4cd07e Description-en: Oracle Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1008/debian.README.gz for details. Package: linux-headers-6.8.0-1008-oracle-64k Description-md5: 4a8b7f6424e3a593195993783f4cd07e Description-en: Oracle Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1008/debian.README.gz for details. Package: linux-headers-6.8.0-1010-gke Description-md5: 2261c8705a26fcfbc5d5b50d22bfcd1c Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1010/debian.README.gz for details. Package: linux-headers-6.8.0-1011-raspi Description-md5: 092f602874e2274c9e8a70619b633299 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1011/debian.README.gz for details. Package: linux-headers-6.8.0-1012-oracle Description-md5: 3102392c1796f101df406976eed91191 Description-en: Oracle Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1012/debian.README.gz for details. Package: linux-headers-6.8.0-1012-oracle-64k Description-md5: 3102392c1796f101df406976eed91191 Description-en: Oracle Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1012/debian.README.gz for details. Package: linux-headers-6.8.0-1013-nvidia Description-md5: 0d90e77592c6534a4a5a0eb370bc2d3e Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1013/debian.README.gz for details. Package: linux-headers-6.8.0-1013-nvidia-64k Description-md5: 0d90e77592c6534a4a5a0eb370bc2d3e Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1013/debian.README.gz for details. Package: linux-headers-6.8.0-1013-nvidia-lowlatency Description-md5: 0d90e77592c6534a4a5a0eb370bc2d3e Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1013/debian.README.gz for details. Package: linux-headers-6.8.0-1013-nvidia-lowlatency-64k Description-md5: 0d90e77592c6534a4a5a0eb370bc2d3e Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1013/debian.README.gz for details. Package: linux-headers-6.8.0-1014-azure Description-md5: 74e8f50c1f231691f7f92bb620cd3568 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1014/debian.README.gz for details. Package: linux-headers-6.8.0-1014-gcp Description-md5: 74e8f50c1f231691f7f92bb620cd3568 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1014/debian.README.gz for details. Package: linux-headers-6.8.0-1015-aws Description-md5: 3cc7a0601d0c98c3c723c5a75631f002 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-1015/debian.README.gz for details. Package: linux-headers-6.8.0-32-generic Description-md5: 245febf7cc2285a2b9520428e16917c2 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-32/debian.README.gz for details. Package: linux-headers-6.8.0-32-generic-64k Description-md5: 245febf7cc2285a2b9520428e16917c2 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-32/debian.README.gz for details. Package: linux-headers-6.8.0-40-generic Description-md5: 2f0fe3aebce73afbc2a338aa80c9d319 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-40/debian.README.gz for details. Package: linux-headers-6.8.0-40-generic-64k Description-md5: 2f0fe3aebce73afbc2a338aa80c9d319 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-40/debian.README.gz for details. Package: linux-headers-6.8.0-43-generic Description-md5: 98fc84c1abaddbb3f4d8345fddc5d193 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-43/debian.README.gz for details. Package: linux-headers-6.8.0-43-generic-64k Description-md5: 98fc84c1abaddbb3f4d8345fddc5d193 Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-43/debian.README.gz for details. Package: linux-headers-6.8.0-44-generic Description-md5: f8219a1c95632204378ffb03e146efaf Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-headers-6.8.0-44-generic-64k Description-md5: f8219a1c95632204378ffb03e146efaf Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-headers-6.8.0-44-lowlatency Description-md5: f8219a1c95632204378ffb03e146efaf Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-headers-6.8.0-44-lowlatency-64k Description-md5: f8219a1c95632204378ffb03e146efaf Description-en: Linux kernel headers for version 6.8.0 on ARMv8 SMP This package provides kernel header files for version 6.8.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-headers-generic-64k Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-generic-64k-hwe-24.04 Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-generic-64k-hwe-24.04-edge Description-md5: 7a578625be626f96075f6bacf4b9abc1 Description-en: Generic 64K Linux kernel headers This package will always depend on the latest generic-64k kernel headers available. Package: linux-headers-laptop-23.10 Description-md5: 6992eee241acf9b6f63780a69450104f Description-en: Laptop Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-lowlatency-64k Description-md5: 28ce1f351012c7f85364f95d7d426604 Description-en: lowlatency-64k Linux kernel headers This package will always depend on the latest lowlatency-64k kernel headers available. Package: linux-headers-lowlatency-64k-hwe-20.04 Description-md5: 484879dc2a6bbae8f9e6abbada228485 Description-en: lowlatency-64k Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-lowlatency-64k-hwe-20.04-edge Description-md5: 484879dc2a6bbae8f9e6abbada228485 Description-en: lowlatency-64k Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-lowlatency-64k-hwe-22.04 Description-md5: 28ce1f351012c7f85364f95d7d426604 Description-en: lowlatency-64k Linux kernel headers This package will always depend on the latest lowlatency-64k kernel headers available. Package: linux-headers-lowlatency-64k-hwe-22.04-edge Description-md5: 28ce1f351012c7f85364f95d7d426604 Description-en: lowlatency-64k Linux kernel headers This package will always depend on the latest lowlatency-64k kernel headers available. Package: linux-headers-nvidia-64k Description-md5: 819c91ced97fc2a608b40c2082d8ff74 Description-en: Nvidia 64K Linux kernel headers This package will always depend on the latest nvidia-64k kernel headers available. Package: linux-headers-nvidia-lowlatency-64k Description-md5: 3c43f4f24571adff96b772ef74dd0384 Description-en: Nvidia Low Latency 64K Linux kernel headers This package will always depend on the latest nvidia-lowlatency-64k kernel headers available. Package: linux-headers-oracle-64k Description-md5: 741bcaa487f48f8860558f12a15d4f3e Description-en: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. Package: linux-headers-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-image-6.8.0-1006-nvidia-64k Description-md5: 68e850f54b91c96311bbb7767ba9050f Description-en: Signed kernel image nvidia-64k A kernel image for nvidia-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1008-oracle-64k Description-md5: 2bf5e89dfc56b1568cc40978070ffc7d Description-en: Signed kernel image oracle-64k A kernel image for oracle-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1011-raspi Description-md5: 92f8d2d5b1b822c6e9703c906054dd98 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel image for version 6.8.0 on ARMv8 SMP. . 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-6.8.0-1012-oracle-64k Description-md5: 2bf5e89dfc56b1568cc40978070ffc7d Description-en: Signed kernel image oracle-64k A kernel image for oracle-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1013-nvidia-64k Description-md5: 68e850f54b91c96311bbb7767ba9050f Description-en: Signed kernel image nvidia-64k A kernel image for nvidia-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-1013-nvidia-lowlatency-64k Description-md5: 457a8267e040ecf0bd0a6bc5200dbd9a Description-en: Signed kernel image nvidia-lowlatency-64k A kernel image for nvidia-lowlatency-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-32-generic-64k Description-md5: be5ef7aaf9c2431197b30237e7c935c7 Description-en: Signed kernel image generic-64k A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-40-generic-64k Description-md5: be5ef7aaf9c2431197b30237e7c935c7 Description-en: Signed kernel image generic-64k A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-43-generic-64k Description-md5: be5ef7aaf9c2431197b30237e7c935c7 Description-en: Signed kernel image generic-64k A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-44-generic-64k Description-md5: be5ef7aaf9c2431197b30237e7c935c7 Description-en: Signed kernel image generic-64k A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-6.8.0-44-lowlatency-64k Description-md5: 03cb18195fc8b1a17db0f246ba194d2b Description-en: Signed kernel image lowlatency-64k A kernel image for lowlatency-64k. This version of it is signed with Canonical's signing key. Package: linux-image-generic-64k Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-generic-64k-hwe-24.04 Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-generic-64k-hwe-24.04-edge Description-md5: 46b80cb09d6c1756e139a2bce58d6a9b Description-en: Generic 64K Linux kernel image This package will always depend on the latest generic-64k kernel image available. Package: linux-image-laptop-23.10 Description-md5: 1811c6815e09d09a68fa0bf565438c25 Description-en: Laptop Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-lowlatency-64k Description-md5: 47e63d12ad8bc35df1ad79e7704cc960 Description-en: lowlatency-64k Linux kernel image This package will always depend on the latest lowlatency-64k kernel image available. Package: linux-image-lowlatency-64k-hwe-20.04 Description-md5: 4c20c6a9cbf89547e564a539289ee698 Description-en: lowlatency-64k Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-lowlatency-64k-hwe-20.04-edge Description-md5: 4c20c6a9cbf89547e564a539289ee698 Description-en: lowlatency-64k Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-lowlatency-64k-hwe-22.04 Description-md5: 47e63d12ad8bc35df1ad79e7704cc960 Description-en: lowlatency-64k Linux kernel image This package will always depend on the latest lowlatency-64k kernel image available. Package: linux-image-lowlatency-64k-hwe-22.04-edge Description-md5: 47e63d12ad8bc35df1ad79e7704cc960 Description-en: lowlatency-64k Linux kernel image This package will always depend on the latest lowlatency-64k kernel image available. Package: linux-image-nvidia-64k Description-md5: 16a7e9b0f17a883aa43e2ad87039fc6b Description-en: Nvidia 64K Linux kernel image This package will always depend on the latest nvidia-64k kernel image available. Package: linux-image-nvidia-lowlatency-64k Description-md5: 37ad1bbe30880f959dcf41f13518816e Description-en: Nvidia Low Latency 64K Linux kernel image This package will always depend on the latest nvidia-lowlatency-64k kernel image available. Package: linux-image-oracle-64k Description-md5: ffee2e09f7d9a09f2bd9b4c72ff6d921 Description-en: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-image-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-uc-6.8.0-1006-nvidia-64k Description-md5: 9a3532ff6843db306d950f210573fe0f Description-en: Signed kernel image nvidia-64k for Ubuntu Core A kernel image for nvidia-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-1013-nvidia-64k Description-md5: 9a3532ff6843db306d950f210573fe0f Description-en: Signed kernel image nvidia-64k for Ubuntu Core A kernel image for nvidia-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-1013-nvidia-lowlatency-64k Description-md5: a8797f8bc62b1ec059045c3b08686998 Description-en: Signed kernel image nvidia-lowlatency-64k for Ubuntu Core A kernel image for nvidia-lowlatency-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-32-generic-64k Description-md5: bb7a4ec80404e80b1dcbf294704a3a43 Description-en: Signed kernel image generic-64k for Ubuntu Core A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-40-generic-64k Description-md5: bb7a4ec80404e80b1dcbf294704a3a43 Description-en: Signed kernel image generic-64k for Ubuntu Core A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-43-generic-64k Description-md5: bb7a4ec80404e80b1dcbf294704a3a43 Description-en: Signed kernel image generic-64k for Ubuntu Core A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-uc-6.8.0-44-generic-64k Description-md5: bb7a4ec80404e80b1dcbf294704a3a43 Description-en: Signed kernel image generic-64k for Ubuntu Core A kernel image for generic-64k. This version of it is signed with Canonical's signing key. Package: linux-image-unsigned-6.8.0-1006-nvidia Description-md5: 47a24e83d25a490f220a653aa055e6c4 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1006-nvidia-64k Description-md5: 8e9d4e761cb86d0e03ae465e816d1865 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Nvidia 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1008-oracle Description-md5: bffeb6d6f3955accf813500af157bd08 Description-en: Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1008-oracle-64k Description-md5: 5fdc2b2ee25224c9d43cf4ff604e8c6f Description-en: Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1010-gke Description-md5: 51f80a4879a64402bc67b4642121a27e Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports amd64 processors. . Geared toward GCP/GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1012-oracle Description-md5: bffeb6d6f3955accf813500af157bd08 Description-en: Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1012-oracle-64k Description-md5: 5fdc2b2ee25224c9d43cf4ff604e8c6f Description-en: Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Oracle Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1013-nvidia Description-md5: 47a24e83d25a490f220a653aa055e6c4 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1013-nvidia-64k Description-md5: 8e9d4e761cb86d0e03ae465e816d1865 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Nvidia 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1013-nvidia-lowlatency Description-md5: fb999650cdb22097007aa174aff89d0d Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Nvidia Low Latency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1013-nvidia-lowlatency-64k Description-md5: 140d1db54cfea8a2fc40047c7221e5b9 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Nvidia Low Latency 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-1014-azure Description-md5: cc6ed563f0ae65c8e3ab658f453b09c1 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . 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-6.8.0-1014-gcp Description-md5: 50021a2af1ced7f36022d78bd0c605be Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports amd64 processors. . Geared toward GCP/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-6.8.0-1015-aws Description-md5: 3c7bdbb48a16f703a2766ee524266088 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . 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-6.8.0-32-generic Description-md5: aa81ec1b5f5fdfd4fa98359663d5b24b Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-32-generic-64k Description-md5: 01122ff9c351f58161fbe26722b256d4 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-40-generic Description-md5: aa81ec1b5f5fdfd4fa98359663d5b24b Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-40-generic-64k Description-md5: 01122ff9c351f58161fbe26722b256d4 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-43-generic Description-md5: aa81ec1b5f5fdfd4fa98359663d5b24b Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-43-generic-64k Description-md5: 01122ff9c351f58161fbe26722b256d4 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-44-generic Description-md5: aa81ec1b5f5fdfd4fa98359663d5b24b Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-44-generic-64k Description-md5: 01122ff9c351f58161fbe26722b256d4 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-44-lowlatency Description-md5: ebd164279f5d5c5325106f4732e6be0a Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-44-lowlatency-64k Description-md5: 8e5c3a961560af22618f4ffc38cef5d3 Description-en: Linux kernel image for version 6.8.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.8.0 on ARMv8 SMP. . Supports Lowlatency 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-laptop-23.10 Description-md5: f2156569f4d20d5a184ba7b3072dff03 Description-en: Complete Laptop Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-64k Description-md5: 47bcc48562defd67ba1c64401116e106 Description-en: Complete lowlatency-64k Linux kernel This package will always depend on the latest complete lowlatency-64k Linux kernel available. Package: linux-lowlatency-64k-hwe-20.04 Description-md5: 50f5884a1d77e5d0bde7a93066deda59 Description-en: Complete lowlatency-64k Linux kernel (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-64k-hwe-20.04-edge Description-md5: 50f5884a1d77e5d0bde7a93066deda59 Description-en: Complete lowlatency-64k Linux kernel (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-lowlatency-64k-hwe-22.04 Description-md5: 47bcc48562defd67ba1c64401116e106 Description-en: Complete lowlatency-64k Linux kernel This package will always depend on the latest complete lowlatency-64k Linux kernel available. Package: linux-lowlatency-64k-hwe-22.04-edge Description-md5: 47bcc48562defd67ba1c64401116e106 Description-en: Complete lowlatency-64k Linux kernel This package will always depend on the latest complete lowlatency-64k Linux kernel available. Package: linux-lowlatency-headers-6.8.0-20 Description-md5: dc19fa6de3cae9aa833d00daf7dfb93f Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lowlatency-headers-6.8.0-20/debian.README.gz for details Package: linux-lowlatency-tools-6.8.0-44 Description-md5: 10b7f6a804df832652b0cb74c288fa02 Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARMv8. You probably want to install linux-tools-6.8.0-44-. Package: linux-modules-6.8.0-1006-nvidia Description-md5: 3360ec7d67b6bccf14060a0675cd4db9 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1006-nvidia-64k Description-md5: 0ff3e881c3e40300c2e22013c63a8078 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1008-oracle Description-md5: 8621df8316c5dac8187d1e753dbbf259 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1008-oracle-64k Description-md5: 44fdb0bfd5be211bc8939c57b600adbc Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1010-gke Description-md5: 20aeb4b165da13ff4fcb23f8350ec65b Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1011-raspi Description-md5: d2317ced5a87ce1ec5d0d4dd0ee57d8b Description-en: Linux kernel modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports 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-6.8.0-1012-oracle Description-md5: 8621df8316c5dac8187d1e753dbbf259 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1012-oracle-64k Description-md5: 44fdb0bfd5be211bc8939c57b600adbc Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1013-nvidia Description-md5: 3360ec7d67b6bccf14060a0675cd4db9 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1013-nvidia-64k Description-md5: 0ff3e881c3e40300c2e22013c63a8078 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1013-nvidia-lowlatency Description-md5: 9d9aa7e33c74e59534df8b26e64a1acc Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia Low Latency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1013-nvidia-lowlatency-64k Description-md5: 8827b3b0db93c313e5eea6adaa75711d Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia Low Latency 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-1014-azure Description-md5: c7f2ca5f8b1f0e0f489526a157f2bf44 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports 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-6.8.0-1014-gcp Description-md5: 7bb0af7a7944455319aeb1081549afdf Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/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-6.8.0-1015-aws Description-md5: 7387bf25ece78cf65b14041ea55d265b Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports 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-6.8.0-32-generic Description-md5: e2a283ab216410617fbd2ab12294c96a Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-32-generic-64k Description-md5: a65957779edd3cf6998b9ad6a534a9d0 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-40-generic Description-md5: e2a283ab216410617fbd2ab12294c96a Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-40-generic-64k Description-md5: a65957779edd3cf6998b9ad6a534a9d0 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-43-generic Description-md5: e2a283ab216410617fbd2ab12294c96a Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-43-generic-64k Description-md5: a65957779edd3cf6998b9ad6a534a9d0 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-generic Description-md5: e2a283ab216410617fbd2ab12294c96a Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-generic-64k Description-md5: a65957779edd3cf6998b9ad6a534a9d0 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-lowlatency Description-md5: 661083400f894c1c24462bc85aa9b7d6 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-lowlatency-64k Description-md5: 84cec7cfc6a3bb62f5a187267bdb3e60 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency 64K pages processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1006-nvidia Description-md5: a30363a077265ce5b7ee153c489d6ec6 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1008-oracle Description-md5: 18d9785761c19973e54e7895b73c7e66 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1008-oracle-64k Description-md5: 071ab94f08ba4c4b6f4b7a3ca2939caa Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1010-gke Description-md5: bd4cf3622f3dcd6e792be1a8595acd21 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1012-oracle Description-md5: 18d9785761c19973e54e7895b73c7e66 Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1012-oracle-64k Description-md5: 071ab94f08ba4c4b6f4b7a3ca2939caa Description-en: Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Oracle Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Oracle processors. . Geared toward Oracle Cloud systems. . You likely do not want to install this package directly. Instead, install the linux-oracle-64k meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1013-nvidia Description-md5: a30363a077265ce5b7ee153c489d6ec6 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1013-nvidia-lowlatency Description-md5: ff7ddb3454312dbef904b07323326ec1 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Nvidia Low Latency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-nvidia-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-1014-azure Description-md5: 7b7ff9d222367371a221921a81a73324 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports 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-extra-6.8.0-1014-gcp Description-md5: aae3fe9b88f731099a9febf99ea323d0 Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports amd64 processors. . Geared toward GCP/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-extra-6.8.0-1015-aws Description-md5: 3b6be3369a73dd7ee9e49528a9df004a Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-32-generic Description-md5: 6dcc98544ff4f7d5cbe02f2514c7242c Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-40-generic Description-md5: 6dcc98544ff4f7d5cbe02f2514c7242c Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-43-generic Description-md5: 6dcc98544ff4f7d5cbe02f2514c7242c Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-44-generic Description-md5: 6dcc98544ff4f7d5cbe02f2514c7242c Description-en: Linux kernel extra modules for version 6.8.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.8.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-nvidia-fs-6.8.0-1006-nvidia-64k Description-md5: 5f7b85c627f0c4f7a8dbdfb7e5d6255a Description-en: Linux kernel nvidia-fs modules for version 6.8.0-1006 This package provides the Linux kernel nvidia-fs modules for version 6.8.0-1006. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-nvidia-fs-nvidia-64k* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-nvidia-fs-6.8.0-1013-nvidia-64k Description-md5: 77c3a3d53f97a4e167ba129b58a43886 Description-en: Linux kernel nvidia-fs modules for version 6.8.0-1013 This package provides the Linux kernel nvidia-fs modules for version 6.8.0-1013. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-nvidia-fs-nvidia-64k* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-nvidia-fs-6.8.0-1013-nvidia-lowlatency-64k Description-md5: 294cc95d62b9b55940f0640c275e0fb9 Description-en: Linux kernel nvidia-fs modules for version 6.8.0-1013 This package provides the Linux kernel nvidia-fs modules for version 6.8.0-1013. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-nvidia-fs-nvidia-lowlatency-64k* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-nvidia-fs-nvidia-64k Description-md5: 37863d5e7ce7ce6fa2030e4a217c06b6 Description-en: Extra drivers for nvidia-fs for the nvidia-64k flavour Install extra signed nvidia-fs modules compatible with the nvidia-64k flavour. Package: linux-modules-nvidia-fs-nvidia-lowlatency-64k Description-md5: 0315dff8e9c18aa546ebef3925bcfe1f Description-en: Extra drivers for nvidia-fs for the nvidia-lowlatency-64k flavour Install extra signed nvidia-fs modules compatible with the nvidia-lowlatency-64k flavour. Package: linux-nvidia-64k Description-md5: 8d3fe872ab156bc93fbcbbd13209576a Description-en: Complete Nvidia 64K Linux kernel and headers This package will always depend on the latest complete nvidia-64k Linux kernel and headers. Package: linux-nvidia-lowlatency-64k Description-md5: d86e822bf2a099c2c3872eff16f04788 Description-en: Complete Low Latency Nvidia 64K Linux kernel and headers This package will always depend on the latest complete nvidia-lowlatency-64k Linux kernel and headers. Package: linux-nvidia-lowlatency-tools-6.8.0-1013 Description-md5: c82bfbcd7d1a8b4fd16d8b8f9d9e7d54 Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on ARMv8. You probably want to install linux-tools-6.8.0-1013-. Package: linux-nvidia-tools-6.8.0-1006 Description-md5: bb354f7f5af288e33677cfa5e427676b Description-en: Linux kernel version specific tools for version 6.8.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1006 on ARMv8. You probably want to install linux-tools-6.8.0-1006-. Package: linux-nvidia-tools-6.8.0-1013 Description-md5: c82bfbcd7d1a8b4fd16d8b8f9d9e7d54 Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on ARMv8. You probably want to install linux-tools-6.8.0-1013-. Package: linux-oracle-64k Description-md5: 5a0227696f358f2137dc0ea2ed70da05 Description-en: Complete Linux kernel for Oracle systems. This package will always depend on the latest complete Linux kernel available for Oracle systems. Package: linux-oracle-tools-6.8.0-1008 Description-md5: e56f0749d17edccb94c4a7aea8b87ff2 Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1008 on ARMv8. You probably want to install linux-tools-6.8.0-1008-. Package: linux-oracle-tools-6.8.0-1012 Description-md5: fb2727a54452a384c958c26fec2873c7 Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on ARMv8. You probably want to install linux-tools-6.8.0-1012-. 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-headers-6.8.0-1011 Description-md5: 5b0e4339a618a4c85b717a0b387f3fbc Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-headers-6.8.0-1011/debian.README.gz for details Package: linux-raspi-tools-6.8.0-1011 Description-md5: 21c7127352e57c2b832a7f4768c2a078 Description-en: Linux kernel version specific tools for version 6.8.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1011 on ARMv8. You probably want to install linux-tools-6.8.0-1011-. Package: linux-tools-6.8.0-1006-nvidia Description-md5: d68660db906583026654bd6149d4d491 Description-en: Linux kernel version specific tools for version 6.8.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1006 on ARMv8. Package: linux-tools-6.8.0-1006-nvidia-64k Description-md5: d68660db906583026654bd6149d4d491 Description-en: Linux kernel version specific tools for version 6.8.0-1006 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1006 on ARMv8. Package: linux-tools-6.8.0-1008-oracle Description-md5: a5ce02e9b3f0f7ea8038d6cd389e847b Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1008 on ARMv8. Package: linux-tools-6.8.0-1008-oracle-64k Description-md5: a5ce02e9b3f0f7ea8038d6cd389e847b Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1008 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1008 on ARMv8. Package: linux-tools-6.8.0-1010-gke Description-md5: 0f5df456dad94e5cff691891d0906c85 Description-en: Linux kernel version specific tools for version 6.8.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1010 on ARMv8. Package: linux-tools-6.8.0-1011-raspi Description-md5: e6f522c2203726cc9358160047911a04 Description-en: Linux kernel version specific tools for version 6.8.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1011 on ARMv8. Package: linux-tools-6.8.0-1012-oracle Description-md5: f7079d09af3ac805e725cf5c66479955 Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on ARMv8. Package: linux-tools-6.8.0-1012-oracle-64k Description-md5: f7079d09af3ac805e725cf5c66479955 Description-en: Oracle Linux kernel version specific tools for version 6.8.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1012 on ARMv8. Package: linux-tools-6.8.0-1013-nvidia Description-md5: 4d183d483e12ebbeeedd36f594adf53a Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on ARMv8. Package: linux-tools-6.8.0-1013-nvidia-64k Description-md5: 4d183d483e12ebbeeedd36f594adf53a Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on ARMv8. Package: linux-tools-6.8.0-1013-nvidia-lowlatency Description-md5: 4d183d483e12ebbeeedd36f594adf53a Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on ARMv8. Package: linux-tools-6.8.0-1013-nvidia-lowlatency-64k Description-md5: 4d183d483e12ebbeeedd36f594adf53a Description-en: Linux kernel version specific tools for version 6.8.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1013 on ARMv8. Package: linux-tools-6.8.0-1014-azure Description-md5: 035f56235555972240e0fb5c8c60a0f5 Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on ARMv8. Package: linux-tools-6.8.0-1014-gcp Description-md5: 035f56235555972240e0fb5c8c60a0f5 Description-en: Linux kernel version specific tools for version 6.8.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1014 on ARMv8. Package: linux-tools-6.8.0-1015-aws Description-md5: 53e7c158f428e9702339988214af7eb4 Description-en: Linux kernel version specific tools for version 6.8.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-1015 on ARMv8. Package: linux-tools-6.8.0-32 Description-md5: 0a49f79a2787889d2cf0769e0b849c5b Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on ARMv8. You probably want to install linux-tools-6.8.0-32-. Package: linux-tools-6.8.0-32-generic Description-md5: 6658d41af33a94b9dec8345fe8c8ca5a Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on ARMv8. Package: linux-tools-6.8.0-32-generic-64k Description-md5: 6658d41af33a94b9dec8345fe8c8ca5a Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on ARMv8. Package: linux-tools-6.8.0-40 Description-md5: 13364b6b5fde4a25560b28d85d41365c Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on ARMv8. You probably want to install linux-tools-6.8.0-40-. Package: linux-tools-6.8.0-40-generic Description-md5: 9c5c135ba8512da6332499b2999a282d Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on ARMv8. Package: linux-tools-6.8.0-40-generic-64k Description-md5: 9c5c135ba8512da6332499b2999a282d Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on ARMv8. Package: linux-tools-6.8.0-43 Description-md5: 572bada0203d1171f81aafc4125262a5 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on ARMv8. You probably want to install linux-tools-6.8.0-43-. Package: linux-tools-6.8.0-43-generic Description-md5: 2d05a85613cf87c6c9eaa8c1ff3f6b87 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on ARMv8. Package: linux-tools-6.8.0-43-generic-64k Description-md5: 2d05a85613cf87c6c9eaa8c1ff3f6b87 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on ARMv8. Package: linux-tools-6.8.0-44 Description-md5: 10b7f6a804df832652b0cb74c288fa02 Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARMv8. You probably want to install linux-tools-6.8.0-44-. Package: linux-tools-6.8.0-44-generic Description-md5: be942e208586492ff2645b09a638550b Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARMv8. Package: linux-tools-6.8.0-44-generic-64k Description-md5: be942e208586492ff2645b09a638550b Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARMv8. Package: linux-tools-6.8.0-44-lowlatency Description-md5: be942e208586492ff2645b09a638550b Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARMv8. Package: linux-tools-6.8.0-44-lowlatency-64k Description-md5: be942e208586492ff2645b09a638550b Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARMv8. Package: linux-tools-generic-64k Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-generic-64k-hwe-24.04 Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-generic-64k-hwe-24.04-edge Description-md5: ba4f375a2a2b5ada997c4cffff881f11 Description-en: Generic 64K Linux kernel tools This package will always depend on the latest generic-64k kernel tools available. Package: linux-tools-laptop-23.10 Description-md5: 4c32b32dd76cd40388615cc1bbc69e09 Description-en: Laptop Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-lowlatency-64k Description-md5: e6e1e68739a81d8a57895d0e06aa7615 Description-en: lowlatency-64k Linux kernel tools This package will always depend on the latest lowlatency-64k kernel tools available. Package: linux-tools-lowlatency-64k-hwe-20.04 Description-md5: c0b50472a3dff1ee579e2ac4d330614a Description-en: lowlatency-64k Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-lowlatency-64k-hwe-20.04-edge Description-md5: c0b50472a3dff1ee579e2ac4d330614a Description-en: lowlatency-64k Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-lowlatency-64k-hwe-22.04 Description-md5: e6e1e68739a81d8a57895d0e06aa7615 Description-en: lowlatency-64k Linux kernel tools This package will always depend on the latest lowlatency-64k kernel tools available. Package: linux-tools-lowlatency-64k-hwe-22.04-edge Description-md5: e6e1e68739a81d8a57895d0e06aa7615 Description-en: lowlatency-64k Linux kernel tools This package will always depend on the latest lowlatency-64k kernel tools available. Package: linux-tools-nvidia-64k Description-md5: 662364ba8d69c5690fcdadd5b7ff1238 Description-en: Nvidia 64K Linux kernel tools This package will always depend on the latest nvidia-64k kernel tools available. Package: linux-tools-nvidia-lowlatency-64k Description-md5: a3d44c756023d0207457fd5797667bc5 Description-en: Nvidia Low Latency 64K Linux kernel tools This package will always depend on the latest nvidia-lowlatency-64k kernel tools available. Package: linux-tools-oracle-64k Description-md5: 362246a635b6b01427de3df499dc087a Description-en: Linux kernel versioned tools for Oracle systems. This package will always depend on the latest Linux kernel versioned tools available for Oracle systems. Package: linux-tools-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-buildinfo-6.8.0-32-generic Description-md5: f57607c244ccfa80b8cab78bcd0e3ea9 Description-en: Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-40-generic Description-md5: f57607c244ccfa80b8cab78bcd0e3ea9 Description-en: Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-43-generic Description-md5: f57607c244ccfa80b8cab78bcd0e3ea9 Description-en: Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-generic Description-md5: f57607c244ccfa80b8cab78bcd0e3ea9 Description-en: Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 6.8.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-generic-lpae Description-md5: abb50ed65dc90cb599b386499420b52c Description-en: Complete Generic LPAE Linux kernel and headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-6.8.0-32-generic Description-md5: b46d5cfd30974d5cdbb78bd935db1b07 Description-en: Linux kernel headers for version 6.8.0 on ARM (hard float) SMP This package provides kernel header files for version 6.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-32/debian.README.gz for details. Package: linux-headers-6.8.0-40-generic Description-md5: 50c0ed561c2304017625fc25443890c4 Description-en: Linux kernel headers for version 6.8.0 on ARM (hard float) SMP This package provides kernel header files for version 6.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-40/debian.README.gz for details. Package: linux-headers-6.8.0-43-generic Description-md5: fcaaf4985fe134b17d17abaf6c364c71 Description-en: Linux kernel headers for version 6.8.0 on ARM (hard float) SMP This package provides kernel header files for version 6.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-43/debian.README.gz for details. Package: linux-headers-6.8.0-44-generic Description-md5: 54f552aeab7c016e2e42b4b56041b48d Description-en: Linux kernel headers for version 6.8.0 on ARM (hard float) SMP This package provides kernel header files for version 6.8.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-headers-generic-lpae Description-md5: ec0c510b7be7b70c64176350e051fb38 Description-en: Generic LPAE Linux kernel headers (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-6.8.0-32-generic Description-md5: 10e1ca744972f1a83b9afae352bbb854 Description-en: Linux kernel image for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 6.8.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-6.8.0-40-generic Description-md5: 10e1ca744972f1a83b9afae352bbb854 Description-en: Linux kernel image for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 6.8.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-6.8.0-43-generic Description-md5: 10e1ca744972f1a83b9afae352bbb854 Description-en: Linux kernel image for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 6.8.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-6.8.0-44-generic Description-md5: 10e1ca744972f1a83b9afae352bbb854 Description-en: Linux kernel image for version 6.8.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 6.8.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-generic-lpae Description-md5: 499e096f05f7a0e1475c48c65d73cf58 Description-en: Generic LPAE Linux kernel image (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-6.8.0-32-generic Description-md5: 27f33eaa214abcef11ec7226796462be Description-en: Linux kernel extra modules for version 6.8.0 on ARM (hard float) SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-40-generic Description-md5: 27f33eaa214abcef11ec7226796462be Description-en: Linux kernel extra modules for version 6.8.0 on ARM (hard float) SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-43-generic Description-md5: 27f33eaa214abcef11ec7226796462be Description-en: Linux kernel extra modules for version 6.8.0 on ARM (hard float) SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-generic Description-md5: 27f33eaa214abcef11ec7226796462be Description-en: Linux kernel extra modules for version 6.8.0 on ARM (hard float) SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-6.8.0-32 Description-md5: 24f2d81ffac1766e0bb750dbfa13b0d7 Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on ARM (hard float). You probably want to install linux-tools-6.8.0-32-. Package: linux-tools-6.8.0-32-generic Description-md5: db9042db4db0c8fd7cf9432ea3b775a2 Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on ARM (hard float). Package: linux-tools-6.8.0-40 Description-md5: f96f6f69ad51cb2bc62956ab2887414b Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on ARM (hard float). You probably want to install linux-tools-6.8.0-40-. Package: linux-tools-6.8.0-40-generic Description-md5: 7aad08509c58b7252d1baa6a95465a08 Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on ARM (hard float). Package: linux-tools-6.8.0-43 Description-md5: 253dc501da83013018b4d9575e5b0f7f Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on ARM (hard float). You probably want to install linux-tools-6.8.0-43-. Package: linux-tools-6.8.0-43-generic Description-md5: ff87f6cc0310143ea4da3da3ffe72d11 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on ARM (hard float). Package: linux-tools-6.8.0-44 Description-md5: 10c2b75637d53d479a084cdc791fd3e8 Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARM (hard float). You probably want to install linux-tools-6.8.0-44-. Package: linux-tools-6.8.0-44-generic Description-md5: fc3387e6f27de4de0bd52a1ada780c96 Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on ARM (hard float). Package: linux-tools-generic-lpae Description-md5: a7fbc628643740cf08cc0af28755bd72 Description-en: Generic LPAE Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-buildinfo-6.8.0-32-generic Description-md5: 0265cb6b696e458e9a7be2e6673d1bf2 Description-en: Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-40-generic Description-md5: 0265cb6b696e458e9a7be2e6673d1bf2 Description-en: Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-43-generic Description-md5: 0265cb6b696e458e9a7be2e6673d1bf2 Description-en: Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-generic Description-md5: 0265cb6b696e458e9a7be2e6673d1bf2 Description-en: Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 6.8.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-headers-6.8.0-32-generic Description-md5: 45d6caca179bfc2fe2d3f747df541f9f Description-en: Linux kernel headers for version 6.8.0 on PowerPC 64el SMP This package provides kernel header files for version 6.8.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-32/debian.README.gz for details. Package: linux-headers-6.8.0-40-generic Description-md5: 292b80fa7277e51f4070ec0fd63eb428 Description-en: Linux kernel headers for version 6.8.0 on PowerPC 64el SMP This package provides kernel header files for version 6.8.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-40/debian.README.gz for details. Package: linux-headers-6.8.0-43-generic Description-md5: 622632ec1997040610cb73a9800fe7f6 Description-en: Linux kernel headers for version 6.8.0 on PowerPC 64el SMP This package provides kernel header files for version 6.8.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-43/debian.README.gz for details. Package: linux-headers-6.8.0-44-generic Description-md5: 072aab5ff2d16cc13fbfbf85680b857d Description-en: Linux kernel headers for version 6.8.0 on PowerPC 64el SMP This package provides kernel header files for version 6.8.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-image-6.8.0-32-generic Description-md5: cda968e55ba39edcc32b72db59714758 Description-en: Linux kernel image for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel image for version 6.8.0 on PowerPC 64el SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-6.8.0-40-generic Description-md5: cda968e55ba39edcc32b72db59714758 Description-en: Linux kernel image for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel image for version 6.8.0 on PowerPC 64el SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-6.8.0-43-generic Description-md5: cda968e55ba39edcc32b72db59714758 Description-en: Linux kernel image for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel image for version 6.8.0 on PowerPC 64el SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-6.8.0-44-generic Description-md5: cda968e55ba39edcc32b72db59714758 Description-en: Linux kernel image for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel image for version 6.8.0 on PowerPC 64el SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-32-generic Description-md5: 1cfd9e1a225566bd463d399112ced062 Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-40-generic Description-md5: 1cfd9e1a225566bd463d399112ced062 Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-43-generic Description-md5: 1cfd9e1a225566bd463d399112ced062 Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-generic Description-md5: 1cfd9e1a225566bd463d399112ced062 Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-32-generic Description-md5: c145d271d0a256575a5ad4a85a00775f Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-40-generic Description-md5: c145d271d0a256575a5ad4a85a00775f Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-43-generic Description-md5: c145d271d0a256575a5ad4a85a00775f Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-44-generic Description-md5: c145d271d0a256575a5ad4a85a00775f Description-en: Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 6.8.0 on PowerPC 64el SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-6.8.0-32 Description-md5: f8a7dc589c7e3a9ec234b8bea8a64dbd Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on PowerPC 64el. You probably want to install linux-tools-6.8.0-32-. Package: linux-tools-6.8.0-32-generic Description-md5: ddabf37fc181ca4cff94945409819988 Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on PowerPC 64el. Package: linux-tools-6.8.0-40 Description-md5: 9653996f4ea54779e7d1b8310132b846 Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on PowerPC 64el. You probably want to install linux-tools-6.8.0-40-. Package: linux-tools-6.8.0-40-generic Description-md5: d942850dfd5e7ac05cea830c64108a8a Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on PowerPC 64el. Package: linux-tools-6.8.0-43 Description-md5: 856e691f4078ebe5376978d052365ea3 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on PowerPC 64el. You probably want to install linux-tools-6.8.0-43-. Package: linux-tools-6.8.0-43-generic Description-md5: 546e2f2af557aaf1cc965136fbe64f68 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on PowerPC 64el. Package: linux-tools-6.8.0-44 Description-md5: 015e646a956859021c9db7fa2f46d4d7 Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on PowerPC 64el. You probably want to install linux-tools-6.8.0-44-. Package: linux-tools-6.8.0-44-generic Description-md5: 6804f9d3d5682102dd2124b6f4da79be Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on PowerPC 64el. Package: linux-allwinner Description-md5: c9b56a2a5cd81391334e61ebe6682f1e Description-en: Complete Allwinner Linux kernel and headers This package will always depend on the latest complete Allwinner Linux kernel and headers. Package: linux-buildinfo-6.8.0-44-generic Description-md5: a38c66ec7b23cad80184a88c4d064fdf Description-en: Linux kernel buildinfo for version 6.8.0 on RISC-V SMP This package contains the Linux kernel buildinfo for version 6.8.0 on RISC-V SMP. . You likely do not want to install this package. Package: linux-headers-6.8.0-44-generic Description-md5: 2eeb1a08bcd50d3eb7bd7c3ba7bcdcfd Description-en: Linux kernel headers for version 6.8.0 on RISC-V SMP This package provides kernel header files for version 6.8.0 on RISC-V SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-headers-allwinner Description-md5: 17a544a51e725420955511dc65585d73 Description-en: Allwinner Linux kernel headers This package will always depend on the latest Allwinner kernel headers available. Package: linux-headers-pic64gx Description-md5: e517244fafb58e28504c4fa56a6bb368 Description-en: Generic Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-6.8.0-44-generic Description-md5: ee6fe5918c3f095238b2c4c6b3d28621 Description-en: Linux kernel image for version 6.8.0 on RISC-V SMP This package contains the Linux kernel image for version 6.8.0 on RISC-V SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-allwinner Description-md5: 56a74dbf0604069254cc9e5b08d7a863 Description-en: Allwinner Linux kernel image This package will always depend on the latest Allwinner kernel image available. Package: linux-image-pic64gx Description-md5: 9068686823d37180808059e50133013a Description-en: Generic Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-6.8.0-44-generic Description-md5: 2809e06ea82951cb65ab541f2dd382a8 Description-en: Linux kernel extra modules for version 6.8.0 on RISC-V SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-pic64gx Description-md5: ea96dc961207142515464daa9dffad77 Description-en: Complete Generic Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-riscv-tools-6.8.0-44 Description-md5: b5fc40fb17ad9018b4743ee3ff0651df Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on RISC-V. You probably want to install linux-tools-6.8.0-44-. Package: linux-tools-6.8.0-44-generic Description-md5: 67a72898c8fe21cbd2c22c4c81c4a5dc Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on RISC-V. Package: linux-tools-allwinner Description-md5: a68539bb92e6d90fc878ef30442f9848 Description-en: Allwinner Linux kernel tools This package will always depend on the latest Allwinner kernel tools available. Package: linux-tools-pic64gx Description-md5: 723d7950769ebf99ce075f140f3b1e64 Description-en: Generic Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-buildinfo-6.8.0-32-generic Description-md5: 118c691c392729999bed6a3c88c73964 Description-en: Linux kernel buildinfo for version 6.8.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 6.8.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-40-generic Description-md5: 118c691c392729999bed6a3c88c73964 Description-en: Linux kernel buildinfo for version 6.8.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 6.8.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-43-generic Description-md5: 118c691c392729999bed6a3c88c73964 Description-en: Linux kernel buildinfo for version 6.8.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 6.8.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.8.0-44-generic Description-md5: 118c691c392729999bed6a3c88c73964 Description-en: Linux kernel buildinfo for version 6.8.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 6.8.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-headers-6.8.0-32-generic Description-md5: cdddac5e4e36242c2444dc5b9e94a166 Description-en: Linux kernel headers for version 6.8.0 on System 390x SMP This package provides kernel header files for version 6.8.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-32/debian.README.gz for details. Package: linux-headers-6.8.0-40-generic Description-md5: e53789876c10483762dbda7d2bcbd185 Description-en: Linux kernel headers for version 6.8.0 on System 390x SMP This package provides kernel header files for version 6.8.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-40/debian.README.gz for details. Package: linux-headers-6.8.0-43-generic Description-md5: 32c5b324f55fb66dd35b4ecb1e0cb69a Description-en: Linux kernel headers for version 6.8.0 on System 390x SMP This package provides kernel header files for version 6.8.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-43/debian.README.gz for details. Package: linux-headers-6.8.0-44-generic Description-md5: 8bc8d32504234f9cb70aa28906c52553 Description-en: Linux kernel headers for version 6.8.0 on System 390x SMP This package provides kernel header files for version 6.8.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.8.0-44/debian.README.gz for details. Package: linux-image-unsigned-6.8.0-32-generic Description-md5: c80ff8f64f65e8d7d520e6b08203c9ae Description-en: Linux kernel image for version 6.8.0 on System 390x SMP This package contains the unsigned Linux kernel image for version 6.8.0 on System 390x SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-40-generic Description-md5: c80ff8f64f65e8d7d520e6b08203c9ae Description-en: Linux kernel image for version 6.8.0 on System 390x SMP This package contains the unsigned Linux kernel image for version 6.8.0 on System 390x SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-43-generic Description-md5: c80ff8f64f65e8d7d520e6b08203c9ae Description-en: Linux kernel image for version 6.8.0 on System 390x SMP This package contains the unsigned Linux kernel image for version 6.8.0 on System 390x SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-6.8.0-44-generic Description-md5: c80ff8f64f65e8d7d520e6b08203c9ae Description-en: Linux kernel image for version 6.8.0 on System 390x SMP This package contains the unsigned Linux kernel image for version 6.8.0 on System 390x SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-32-generic Description-md5: 515a94bd5e82d1bdd72e12ce5bbedb65 Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-40-generic Description-md5: 515a94bd5e82d1bdd72e12ce5bbedb65 Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-43-generic Description-md5: 515a94bd5e82d1bdd72e12ce5bbedb65 Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-6.8.0-44-generic Description-md5: 515a94bd5e82d1bdd72e12ce5bbedb65 Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-32-generic Description-md5: eab24e4e8a27e98fb6904a00c92fb3db Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP This package contains the Linux kernel extra modules for version 6.8.0 on System 390x SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-40-generic Description-md5: eab24e4e8a27e98fb6904a00c92fb3db Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP This package contains the Linux kernel extra modules for version 6.8.0 on System 390x SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-43-generic Description-md5: eab24e4e8a27e98fb6904a00c92fb3db Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP This package contains the Linux kernel extra modules for version 6.8.0 on System 390x SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-6.8.0-44-generic Description-md5: eab24e4e8a27e98fb6904a00c92fb3db Description-en: Linux kernel extra modules for version 6.8.0 on System 390x SMP This package contains the Linux kernel extra modules for version 6.8.0 on System 390x SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-tools-6.8.0-32 Description-md5: 792f7d16e80b19cab5c132a5bcfd1d24 Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on System 390x. You probably want to install linux-tools-6.8.0-32-. Package: linux-tools-6.8.0-32-generic Description-md5: 70fc9238e5faf20bfa4c3c3b85683646 Description-en: Linux kernel version specific tools for version 6.8.0-32 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-32 on System 390x. Package: linux-tools-6.8.0-40 Description-md5: 0f8cbd49d5d672a3338a66982124cd5a Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on System 390x. You probably want to install linux-tools-6.8.0-40-. Package: linux-tools-6.8.0-40-generic Description-md5: e5d3a8f96931db2ec5e6d8d6362b810c Description-en: Linux kernel version specific tools for version 6.8.0-40 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-40 on System 390x. Package: linux-tools-6.8.0-43 Description-md5: a10fad4f10b6e3c36174c22a54598288 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on System 390x. You probably want to install linux-tools-6.8.0-43-. Package: linux-tools-6.8.0-43-generic Description-md5: 6d6f62f74166f3bc2f2fd22974e5ba22 Description-en: Linux kernel version specific tools for version 6.8.0-43 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-43 on System 390x. Package: linux-tools-6.8.0-44 Description-md5: a66e85fcc7089e6051bbbc2b7158c875 Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on System 390x. You probably want to install linux-tools-6.8.0-44-. Package: linux-tools-6.8.0-44-generic Description-md5: 9b2c7e4317a71d878e28e98e76951964 Description-en: Linux kernel version specific tools for version 6.8.0-44 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.8.0-44 on System 390x.