Package: db5.3-doc Description-md5: 2826975d4a00b1b8491b8c516aaecf66 Description-en: Berkeley v5.3 Database Documentation [html] This package contains documentation in HTML format for all of the APIs (C, C++, C#, STL, Java, Tcl) and utilities provided by version 5.3 of Berkeley DB. Package: db5.3-util Description-md5: 0bae9d0554f3491ccc1b691abaa7898c Description-en: Berkeley v5.3 Database Utilities This package provides different tools for manipulating databases in the Berkeley v5.3 database format, and includes: - db5.3_archive: write the pathnames of the log files no longer in use. - db5.3_checkpoint: daemon process to monitor the database log and checkpoint it periodically. - db5.3_deadlock: traverse the database environment lock region and abort lock requests when a deadlock is detected. - db5.3_load: loads (and creates) a database from standard input. - db5.3_dump: read a database file and write it in a format understood by db4.{2..8}_load. - db5.3_printlog: dump log files in human readable format. - db5.3_stat: display statistics for Berkeley DB environments. - db5.3_tuner: Analyzes and tunes btree database. - db5.3_upgrade: upgrades the version of files and the databases they contain. - db5.3_verify: check the structure of files and their databases. Package: dpkg Description-md5: 2f156c6a30cc39895ad3487111e8c190 Description-en: Debian package management system This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. . For Debian package development tools, install dpkg-dev. Package: dpkg-dev Description-md5: 2eaf4b4a1cef9584869950f3a52106fc Description-en: Debian package development tools This package provides the development tools (including dpkg-source) required to unpack, build and upload Debian source packages. . Most Debian source packages will require additional tools to build; for example, most packages need make and the C compiler gcc. Package: dselect Description-md5: 269b383010cda7ddc3f6381398082aec Description-en: Debian package management front-end dselect is a high-level interface for managing the installation and removal of Debian software packages. . Many users find dselect intimidating and new users may prefer to use apt-based user interfaces. Package: gir1.2-gtk-4.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-shell Description-md5: 51a5a94e6b632e350489b7b8d27ab9fc Description-en: graphical shell for the GNOME desktop The GNOME Shell provides core interface functions like switching windows, launching applications or see your notifications. It takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a delightful and easy to use experience. GNOME Shell is the defining technology of the GNOME 3 user experience. Package: gnome-shell-common Description-md5: 2b326fbe771cf911adfb09b06fd267b5 Description-en: common files for the GNOME graphical shell This package contains translations and data files for the GNOME shell. Package: gstreamer1.0-gtk3 Description-md5: c79f4ede217ec8cc138bb67e7e775fde Description-en: GStreamer plugin for GTK+3 GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for GTK+3. Package: gstreamer1.0-plugins-good Description-md5: 5af11b405c70a6a41fff183475cb6042 Description-en: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugins from the "good" set, a set of good-quality plug-ins under the LGPL license. 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: ldap-utils Description-md5: f5d300156245ae8fa5972cf30bf60206 Description-en: OpenLDAP utilities This package provides utilities from the OpenLDAP (Lightweight Directory Access Protocol) package. These utilities can access a local or remote LDAP server and contain all the client programs required to access LDAP servers. Package: libarchive-dev Description-md5: 68ad6870c167e8363f56ccdc0da60667 Description-en: Multi-format archive and compression library (development files) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) * zstandard (read and write using libzstd) . This package provides the files necessary for development with libarchive. Package: libarchive13t64 Description-md5: 4bc5ca99af95264652d6d79af38b5271 Description-en: Multi-format archive and compression library (shared library) The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive. . Archive formats supported are: . * tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations) . Filters supported are: . * gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) * zstandard (read and write using libzstd) . This package provides the libarchive shared library. Package: libdb5.3++-dev Description-md5: a7a998f0313107491f90e490e2ad171f Description-en: Berkeley v5.3 Database Libraries for C++ [development] This is the development package which contains headers and static libraries for the Berkeley v5.3 database library. This is only for programs which will use the C++ interface. Package: libdb5.3++t64 Description-md5: fa02dd6e6118cdb8ba3a2bb75d0e2ce3 Description-en: Berkeley v5.3 Database Libraries for C++ [runtime] This is the runtime package for programs that use the Berkeley v5.3 database library. This is only for programs which use the C++ interface. Package: libdb5.3-dbg Description-md5: b6795af6080c8d7c57c3e3f9c05328ed Description-en: Berkeley v5.3 Database Libraries [debug] This package provides the debug symbols for the Berkeley v5.3 database libraries and binaries. Package: libdb5.3-dev Description-md5: a8fcb954a01494ec75806217ea263fd3 Description-en: Berkeley v5.3 Database Libraries [development] This is the development package which contains headers and static libraries for the Berkeley v5.3 database library. Package: libdb5.3t64 Description-md5: 6cef0d1fc062f09a5c2c1209dc807be1 Description-en: Berkeley v5.3 Database Libraries [runtime] This is the runtime package for programs that use the v5.3 Berkeley database library. Package: libdpkg-dev Description-md5: 0fd17a1a6d9f7c47ceec993ee3976f22 Description-en: Debian package management static library This package provides the header files and static library necessary to develop software using libdpkg, the same library used internally by dpkg. . Note though, that the API is to be considered volatile, and might change at any time, use at your own risk. Package: libdpkg-perl Description-md5: 5011cce9f04b116d18e831b42d79c4a1 Description-en: Dpkg perl modules This package provides the perl modules used by the scripts in dpkg-dev. They cover a wide range of functionality. Among them there are the following public modules: . - Dpkg: core variables - Dpkg::Arch: architecture handling functions - Dpkg::BuildFlags: set, modify and query compilation build flags - Dpkg::BuildInfo: build information functions - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS - Dpkg::BuildProfiles: parse and manipulate build profiles - Dpkg::Changelog: parse changelogs - Dpkg::Changelog::Entry: represents a changelog entry - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog - Dpkg::Checksums: generate and parse checksums - Dpkg::Compression: simple database of available compression methods - Dpkg::Compression::FileHandle: transparently (de)compress files - Dpkg::Compression::Process: wrapper around compression tools - Dpkg::Conf: parse dpkg configuration files - Dpkg::Control: parse and manipulate Debian control information (.dsc, .changes, Packages/Sources entries, etc.) - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog - Dpkg::Control::Fields: manage (list of known) control fields - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields - Dpkg::Control::Info: parse files like debian/control - Dpkg::Control::Tests: parse files like debian/tests/control - Dpkg::Control::Tests::Entry: represents a debian/tests/control stanza - Dpkg::Deps: parse and manipulate dependencies - Dpkg::Deps::Simple: represents a single dependency statement - Dpkg::Deps::Multiple: base module to represent multiple dependencies - Dpkg::Deps::Union: list of unrelated dependencies - Dpkg::Deps::AND: list of AND dependencies - Dpkg::Deps::OR: list of OR dependencies - Dpkg::Deps::KnownFacts: list of installed and virtual packages - Dpkg::Exit: push, pop and run exit handlers - Dpkg::Gettext: wrapper around Locale::gettext - Dpkg::IPC: spawn sub-processes and feed/retrieve data - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for example) - Dpkg::Interface::Storable: base object serializer - Dpkg::Path: common path handling functions - Dpkg::Source::Format: manipulate debian/source/format files - Dpkg::Source::Package: extract Debian source packages - Dpkg::Substvars: substitute variables in strings - Dpkg::Vendor: identify current distribution vendor - Dpkg::Version: parse and manipulate Debian package versions . All the packages listed in Suggests or Recommends are used by some of the modules. Package: libgstreamer-plugins-good1.0-0 Description-md5: 99c064697a600533c69cdc00ad0f48ac Description-en: GStreamer development files for libraries from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains shared GStreamer libraries from the "good" set. The API is not guaranteed to be stable. Package: libgstreamer-plugins-good1.0-dev Description-md5: d5b042b5551683fe8cf1d03a80a7c168 Description-en: GStreamer development files for libraries from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains development files for GStreamer libraries from the "good" set. The API is not guaranteed to be stable. Package: libgtk-4-1 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-4-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-4-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-4-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-4-doc Description-md5: 6c68a0540fbc36784326ef684049298c 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-4-doc/ . Package: libgtk-4-media-gstreamer Description-md5: 6f8f9899221f350bbc0c3f5d97e4286f Description-en: GStreamer media backend 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 media module that uses GStreamer as backend. Package: libldap-common Description-md5: aac5ad61261a4de195fd4abd7d239cd2 Description-en: OpenLDAP common files for libraries These are common files for the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Package: libldap-dev Description-md5: 2359036e8e1bd2b4b5d49233c1509ecf Description-en: OpenLDAP development libraries This package allows development of LDAP applications using the OpenLDAP libraries. It includes headers, libraries and links to allow static and dynamic linking. Package: libldap2 Description-md5: 198db781f85a21d6d3c302c304d6e0fb Description-en: OpenLDAP libraries These are the run-time libraries for the OpenLDAP (Lightweight Directory Access Protocol) servers and clients. Package: libldap2-dev Description-md5: d0d8c8c45120d6cf7f64dc1b619547c5 Description-en: transitional package for libldap-dev This is a transitional package from libldap2-dev to libldap-dev. It can be safely removed. Package: libmiral-dev Description-md5: 75791b382a44dc35e5a2cbdd05b7ba10 Description-en: Mir Display Server - ABI preserving abstraction layer - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirAL provides an ABI-stable abstraction layer for Mir based shells, insulating them from mirserver ABI breaks. . Contains header files required for development using the MirAL abstraction layer. Package: libmiral5t64 Description-md5: 465eac6987f0a67531c854f7802152b4 Description-en: Mir Display Server - ABI preserving abstraction layer Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirAL provides an ABI-stable abstraction layer for Mir based shells, insulating them from mirserver ABI breaks. . Contains the shared library containing MirAL abstraction layer. Package: libmircommon-dev Description-md5: 5326191b9bb37a19e335f3c5e6c9246a Description-en: Mir Display Server - common library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains common header files required for server and/or client development. Package: libmircommon9t64 Description-md5: fa3eee6df07b918901af1c15a672d682 Description-en: Mir Display Server - common library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the 'common' shared library required for the Mir server and client. Package: libmircookie-dev Description-md5: 85614b55cd2d55cfcccb07fd0b42e624 Description-en: Mir Display Server - spoof-resistant timestamps - cookie development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . libmircookie provides a simple mechanism for a group of cooperating processes to hand out and verify difficult-to-forge timestamps to untrusted 3rd parties. . This package contains the development headers for building programs that generate or verify the attestable timestamps. Package: libmircookie2t64 Description-md5: ad2d695a2b1e93761ed78aea379ea940 Description-en: Mir Display Server - spoof-resistant timestamps - runtime library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . libmircookie provides a simple mechanism for a group of cooperating processes to hand out and verify difficult-to-forge timestamps to untrusted 3rd parties. . This package contains the runtime library for generating and verifying the attestable timestamps. Package: libmircore-dev Description-md5: 86b0b57768f9d627d4957ec2aac178d4 Description-en: Mir Display Server - core library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains core header files required for server and/or client development. Package: libmircore2t64 Description-md5: 112976b8d03755cabd8e57f242c1e082 Description-en: Mir Display Server - core library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the 'core' shared library required for the Mir server and client. Package: libmiroil-dev Description-md5: 64f7148a635fd95f73ae08ab5f9c286e Description-en: Mir Display Server - Lomiri compatibility library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirOil provides the Lomiri compatibility API. . Contains header files required for development using the Lomiri compatibility library. Package: libmiroil3t64 Description-md5: b61d8ea46a0d84d0ab529ee10966cbb9 Description-en: Mir Display Server - Lomiri compatibility library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . MirOil provides the Lomiri compatibility library. . Contains the shared library containing miroil compatibility API. Package: libmirplatform-dev Description-md5: 655d1f596b349ea259ab7c18e083e374 Description-en: Mir Display Server - platform library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files required for hardware/driver support development. Package: libmirplatform26t64 Description-md5: 5016a4b0ebb3cc452dc9b892e2712cb7 Description-en: Mir Display Server - platform library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared libraries required for the Mir server to interact with the underlying hardware platform. Package: libmirrenderer-dev Description-md5: 00359a373c71179402cbf87636edb2ea Description-en: Mir Display Server - renderer - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files required for renderer development. Package: libmirserver58t64 Description-md5: 1c6d11b3e08f92154db294ff024499a4 Description-en: Mir Display Server - server library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared library needed by server applications for Mir. Package: libmirwayland-bin Description-md5: 98eeb1a9d226d3caea083dacae82a31a Description-en: Mir Display Server - generator for Wayland protocol extension wrappers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the tool used for generating the Mir-style wrappers for Wayland protocol extensions found in libmirwayland . This can be useful for implementing Wayland protocol extensions not already implemented in Mir. Package: libmirwayland-dev Description-md5: f4aa5cef2032a1698a56996ebc26d672 Description-en: Mir Display Server - Wayland protocol extensions - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the developer files for using the shared library containing generated wrappers for Wayland protocol extensions Package: libmirwayland4t64 Description-md5: 1d52aafa7cff1429c909d0a7b0b308a8 Description-en: Mir Display Server - Wayland protocol extensions Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains the shared library containing generated wrappers for Wayland protocol extensions Package: libmysqlclient-dev Description-md5: 716f7a81dc4e3e8899c7eaa66b24736d Description-en: MySQL database development files MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes development libraries and header files. Package: libmysqlclient21 Description-md5: 49de807663510f5f2afd3e71efe199f1 Description-en: MySQL database client library MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client library. Package: libnspr4 Description-md5: 3e33845d0ce10a75ffbe5d271b638f2f Description-en: NetScape Portable Runtime Library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. Package: libnspr4-dev Description-md5: 5fb64e5ffcd6242fc78f56e991c9d6df Description-en: Development files for the NetScape Portable Runtime library This library provides platform independent non-GUI operating system facilities including: * threads, * thread synchronisation, * normal file I/O and network I/O, * interval timing and calendar time, * basic memory management (malloc and free), * shared library linking. . Install this package if you wish to develop your own programs using the NetScape Portable Runtime library. Package: libtss2-dev Description-md5: b470e32179f9dba9aa4efe5e941c9de6 Description-en: TPM2 Software stack library - development files TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains development files for use when writing applications that need access to TPM chips. Package: libtss2-doc Description-md5: 392f98918660ff10469df38e745e1aa7 Description-en: TPM2 Software stack library - documentation TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. . This package contains documentation for use when writing applications that need access to TPM chips. Package: libtss2-esys-3.0.2-0t64 Description-md5: 9e20226c7400d5aa686619ed9719d1cd Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TSS esys libraries that client applications will link against when they require accessing the TPM. Package: libtss2-fapi1t64 Description-md5: e5e8a6774e551d97002dac8a808b4fd7 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TSS fapi libraries that client applications will link against when they require accessing the TPM. Package: libtss2-mu-4.0.1-0t64 Description-md5: 7dc9205e7bb92d3056fc3f1ce4cf1a69 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TSS mu libraries that client applications will link against when they require accessing the TPM. Package: libtss2-policy0t64 Description-md5: dfae00d9105b43472dce7ac85e66aade Description-en: TPM2 Software stack library - policy libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the policy libraries that client applications will link against when they require accessing the TPM. Package: libtss2-rc0t64 Description-md5: 653789d9c430daaa03e054a0abdba432 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TSS rc libraries that client applications will link against when they require accessing the TPM. Package: libtss2-sys1t64 Description-md5: aef2b620fa0bb0cdc11afe683d1fa6f4 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TSS sys libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-cmd0t64 Description-md5: ebd8625424221a7d74be922514ba9389 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI cmd libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-device0t64 Description-md5: b0b0c5b311535fa3c46c475ec4f2909a Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI device libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-i2c-ftdi0 Description-md5: 25be34fcb2fe58fd0d229d865d99ee82 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI i2c ftdi libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-i2c-helper0 Description-md5: f3a3be651152e59370f3a319113f8f56 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI i2c helper libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-libtpms0t64 Description-md5: 93ba9416db489e53d7a6b6b88e618eb0 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI libtpms libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-mssim0t64 Description-md5: e69c978fde9f4aaf62351f857df353c7 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI mssim libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-pcap0t64 Description-md5: cb049de9f8c45e755240568ad3927fdd Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI pcap libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-spi-ftdi0 Description-md5: a97ef221192c656b2c3c5b47348d4443 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI spi ftdi libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-spi-helper0t64 Description-md5: 02280edeb9515c5790e8488a404ebc6d Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI spi helper libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-spi-ltt2go0 Description-md5: 69475eccd727dda9a0046a210369b79d Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI spi ltt2go libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-spidev0 Description-md5: f00272c6b967b7b2071299330d12a9ea Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI spidev libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tcti-swtpm0t64 Description-md5: 6a40b288a9f2a2b0500d668917ae78a5 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI swtpm libraries that client applications will link against when they require accessing the TPM. Package: libtss2-tctildr0t64 Description-md5: 1b0a0b9cdbf63a03a946f463a7012b33 Description-en: TPM2 Software stack library - TSS and TCTI libraries TPM2.0 TSS (Software Stack) consists of API layers provided to support TPM 2.0 chips. It is made out of three layers: . - Enhanced System API (ESAPI) - System API (SAPI), which implements the system layer API; - Marshaling/Unmarshaling (MU) - TPM Command Transmission Interface (TCTI), which is used by SAPI to allow communication with the TAB/RM layer; . This package contains the TCTI ldr libraries that client applications will link against when they require accessing the TPM. 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.11.0-1005 Description-md5: c51a00ab3c59a527a2628fed0cdf231f 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-aws-headers-6.11.0-1005/debian.README.gz for details Package: linux-aws-tools-6.11.0-1005 Description-md5: 9f6ecb9a96cf3c0e43a83a3cc8417a89 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on 64 bit x86. You probably want to install linux-tools-6.11.0-1005-. 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.11.0-1005 Description-md5: dc831b1639497e6752f9e0cbb5a3a1cd Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.11.0-1005 on 64 bit x86. You probably want to install linux-cloud-tools-6.11.0-1005-. 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.11.0-1005 Description-md5: a1acb7a8c9c669e3a71edab4838e9e61 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-azure-headers-6.11.0-1005/debian.README.gz for details Package: linux-azure-tools-6.11.0-1005 Description-md5: 9f6ecb9a96cf3c0e43a83a3cc8417a89 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on 64 bit x86. You probably want to install linux-tools-6.11.0-1005-. Package: linux-bpf-dev Description-md5: ef487f2f846252f409f3ebb8ece1c714 Description-en: Headers for BPF development The vmlinux.h header is provided to allow userspace to build BPF CO-RE programs targeting the packaged kernel. Package: linux-buildinfo-6.11.0-1004-gcp 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-1005-aws 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-1005-azure 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-1005-lowlatency 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-1007-oracle 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-9-generic 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-cloud-tools-6.11.0-1005-azure Description-md5: d8ac75bce6b48a1dec7d8c45d4000ebc Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.11.0-1005 on 64 bit x86. Package: linux-cloud-tools-6.11.0-1005-lowlatency Description-md5: d8ac75bce6b48a1dec7d8c45d4000ebc Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.11.0-1005 on 64 bit x86. Package: linux-cloud-tools-6.11.0-9 Description-md5: 8d2081ef16f607e083853a3151de6ad8 Description-en: Linux kernel version specific cloud tools for version 6.11.0-9 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.11.0-9 on 64 bit x86. You probably want to install linux-cloud-tools-6.11.0-9-. Package: linux-cloud-tools-6.11.0-9-generic Description-md5: 88fc7212db118d7ae2e445866f684a80 Description-en: Linux kernel version specific cloud tools for version 6.11.0-9 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.11.0-9 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: 5a87ce4af43e2425372a0099d0272927 Description-en: Linux kernel version specific cloud tools for version 6.11.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 6.11.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-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: b84fae9d7ab953888df1310657b92919 Description-en: Linux kernel specific documentation for version 6.11.0 This package is deprecated and it is temporarily provided only for compatibility reasons. It will be dropped in the future. Package: linux-gcp Description-md5: d87663192d7fe5dc7add0127cbf19bdb Description-en: Complete Google Cloud Platform (GCP) Linux kernel and headers This package will always depend on the latest complete Google Cloud Platform (GCP) Linux kernel and headers. Package: linux-gcp-headers-6.11.0-1004 Description-md5: d8c7de054dd544a6d8ec0954f83785e5 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-gcp-headers-6.11.0-1004/debian.README.gz for details Package: linux-gcp-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-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-headers-6.11.0-1004-gcp 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.11.0-1005-aws Description-md5: f885aa6a78d9c3f732a0db3cc75f4a3b 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-1005/debian.README.gz for details. Package: linux-headers-6.11.0-1005-azure Description-md5: f885aa6a78d9c3f732a0db3cc75f4a3b 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-1005/debian.README.gz for details. Package: linux-headers-6.11.0-1005-lowlatency Description-md5: f885aa6a78d9c3f732a0db3cc75f4a3b 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-1005/debian.README.gz for details. Package: linux-headers-6.11.0-1007-oracle Description-md5: a0378e498e233296deeccabb0e46b6fe Description-en: Oracle 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-1007/debian.README.gz for details. Package: linux-headers-6.11.0-9 Description-md5: 5f0899975d808b99b63279b6d3519613 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-headers-6.11.0-9/debian.README.gz for details Package: linux-headers-6.11.0-9-generic Description-md5: 4c228d7f161e6728951ae4b593bec449 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-9/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-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-oem-24.04 Description-md5: 5a67c7baa8c068df9f6e49293c1299f5 Description-en: OEM Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-oem-24.04a Description-md5: 5a67c7baa8c068df9f6e49293c1299f5 Description-en: OEM Linux kernel headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-headers-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-image-6.11.0-1004-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.11.0-1005-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.11.0-1005-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.11.0-1005-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.11.0-1005-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-6.11.0-1007-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.11.0-8-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.11.0-9-generic Description-md5: b0fd0df88b1cd31408007b00d2458952 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's signing key. Package: linux-image-aws Description-md5: d48f8260f8c20a3da56fff707dd8ef26 Description-en: Linux kernel image for Amazon Web Services (AWS) systems. This package will always depend on the latest kernel image available for Amazon Web Services (AWS) systems. Package: linux-image-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-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-oem-24.04 Description-md5: 5953f1cc266cd6bc827ccd4317fff150 Description-en: OEM Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-oem-24.04a Description-md5: 5953f1cc266cd6bc827ccd4317fff150 Description-en: OEM Linux kernel image (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-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.11.0-8-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.11.0-9-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: 941cdb346d85db97170ae732ca850d35 Description-en: OEM Linux kernel image for Ubuntu Core (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-uc-oem-24.04a Description-md5: 941cdb346d85db97170ae732ca850d35 Description-en: OEM Linux kernel image for Ubuntu Core (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-image-unsigned-6.11.0-1004-gcp Description-md5: 101628900e790edfb0eec44aa3eacf60 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 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.11.0-1005-aws Description-md5: 6b2a74c79429405e342ba756e00d82e3 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 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.11.0-1005-azure Description-md5: 846bd47d0bc797037ccb41a8c65b20b8 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 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.11.0-1005-lowlatency Description-md5: 2b3b80e25d2c133bb76c9b63da4cf655 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 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.11.0-1007-oracle Description-md5: 998aae5b4400b19af1ab40354cccc726 Description-en: Oracle Linux kernel image for version 6.11.0 on 64 bit x86 SMP This package contains the unsigned Oracle Linux kernel image for version 6.11.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.11.0-9-generic Description-md5: e73b9d924b7481a3f039494f4b58dfa3 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 Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-virtual Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-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-lib-rust-6.11.0-9-generic Description-md5: 008c5b9efc8f46ecb7e0b4f6a46b0c33 Description-en: Rust library files related to Linux kernel version 6.11.0 This package provides kernel library files for version 6.11.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.11.0-1005 Description-md5: dc831b1639497e6752f9e0cbb5a3a1cd Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.11.0-1005 on 64 bit x86. You probably want to install linux-cloud-tools-6.11.0-1005-. Package: linux-lowlatency-headers-6.11.0-1005 Description-md5: 8d33fbfb028b4b5fb84813ee496d8a68 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-lowlatency-headers-6.11.0-1005/debian.README.gz for details Package: linux-lowlatency-lib-rust-6.11.0-1005-lowlatency Description-md5: 008c5b9efc8f46ecb7e0b4f6a46b0c33 Description-en: Rust library files related to Linux kernel version 6.11.0 This package provides kernel library files for version 6.11.0, that allow to compile out-of-tree kernel modules written in Rust. Package: linux-lowlatency-tools-6.11.0-1005 Description-md5: 9f6ecb9a96cf3c0e43a83a3cc8417a89 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on 64 bit x86. You probably want to install linux-tools-6.11.0-1005-. Package: linux-modules-6.11.0-1004-gcp Description-md5: c7a4d0a17f733f6f1c686d3d0f466d14 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 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.11.0-1005-aws Description-md5: df2b4b188fee12c831146548a0d8556f 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 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.11.0-1005-azure Description-md5: 5238b04facded36ad5a9b1d8594378f4 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 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.11.0-1005-lowlatency Description-md5: b1c5865eece78016244184a19c00d2b1 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 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.11.0-1007-oracle Description-md5: ad040f60971b66ac4fd599d7fcae4c10 Description-en: Oracle 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 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.11.0-9-generic Description-md5: d31831f10e6c70c1aa2ea1c51290d09f 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 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.11.0-1004-gcp Description-md5: 148be841a55bbb345e629b7dfcf11927 Description-en: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-1005-aws Description-md5: 8470dad4612589ac76d40e6f7078893d Description-en: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-1005-azure Description-md5: 9697fcf776b4668d5e8839ec68a434a1 Description-en: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-1007-oracle Description-md5: c87f7ec6119560dd60f3457ffd9f7096 Description-en: Oracle Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP This package contains the Oracle Linux kernel extra modules for version 6.11.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.11.0-9-generic Description-md5: ad304e7f95b9a2e5ac3f2fcb18159da3 Description-en: Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 6.11.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-ipu6-6.11.0-9-generic Description-md5: 846c84b879c90987b40669f569725d87 Description-en: Linux kernel ipu6 modules for version 6.11.0-9 This package provides the Linux kernel ipu6 modules for version 6.11.0-9. . 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: ff4b014ec7ea7c57e830e0c432f93358 Description-en: Extra drivers for ipu6 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu6-oem-24.04a Description-md5: ff4b014ec7ea7c57e830e0c432f93358 Description-en: Extra drivers for ipu6 for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-ipu7-6.11.0-9-generic Description-md5: c0014319a15673455720b5de66a774b8 Description-en: Linux kernel ipu7 modules for version 6.11.0-9 This package provides the Linux kernel ipu7 modules for version 6.11.0-9. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-ipu7-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-ipu7-generic Description-md5: 22e579faeb51f8001fafcee5bb87919d Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour. Package: linux-modules-ipu7-generic-hwe-24.04 Description-md5: 22e579faeb51f8001fafcee5bb87919d Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour. Package: linux-modules-ipu7-generic-hwe-24.04-edge Description-md5: 22e579faeb51f8001fafcee5bb87919d Description-en: Extra drivers for ipu7 for the generic flavour Install extra signed ipu7 modules compatible with the generic flavour. Package: linux-modules-iwlwifi-6.11.0-1005-azure Description-md5: 67761b7d937fa5b3b889266ba964b2f2 Description-en: Linux kernel iwlwifi modules for version 6.11.0-1005 This package provides the Linux kernel iwlwifi modules for version 6.11.0-1005. . 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.11.0-1005-lowlatency Description-md5: 56fedf0c10d2ab127ccde7d38facf001 Description-en: Linux kernel iwlwifi modules for version 6.11.0-1005 This package provides the Linux kernel iwlwifi modules for version 6.11.0-1005. . 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-6.11.0-9-generic Description-md5: 3cf56e40e1f152b4e9e828f43b22ed25 Description-en: Linux kernel iwlwifi modules for version 6.11.0-9 This package provides the Linux kernel iwlwifi modules for version 6.11.0-9. . 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-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-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-oem-24.04 Description-md5: 7cb41011683d6f1c3dc3a803d8eeb3f9 Description-en: Extra drivers for iwlwifi for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-iwlwifi-oem-24.04a Description-md5: 7cb41011683d6f1c3dc3a803d8eeb3f9 Description-en: Extra drivers for iwlwifi for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-usbio-6.11.0-9-generic Description-md5: ced5daa1f27066a7d094718ed97faaa6 Description-en: Linux kernel usbio modules for version 6.11.0-9 This package provides the Linux kernel usbio modules for version 6.11.0-9. . 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: b8d5c54fe75f13b7755973fede300606 Description-en: Extra drivers for usbio for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-usbio-oem-24.04a Description-md5: b8d5c54fe75f13b7755973fede300606 Description-en: Extra drivers for usbio for the oem flavour (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-modules-vision-6.11.0-9-generic Description-md5: d89e59eba53809bab884ebc2d00d0ba6 Description-en: Linux kernel vision modules for version 6.11.0-9 This package provides the Linux kernel vision modules for version 6.11.0-9. . You likely do not want to install this package directly. Instead, install the one of the linux-modules-vision-generic* meta-packages, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-vision-generic Description-md5: 9c1a7ad365e247589b36a25459727b24 Description-en: Extra drivers for vision for the generic flavour Install extra signed vision modules compatible with the generic flavour. Package: linux-modules-vision-generic-hwe-24.04 Description-md5: 9c1a7ad365e247589b36a25459727b24 Description-en: Extra drivers for vision for the generic flavour Install extra signed vision modules compatible with the generic flavour. Package: linux-modules-vision-generic-hwe-24.04-edge Description-md5: 9c1a7ad365e247589b36a25459727b24 Description-en: Extra drivers for vision for the generic flavour Install extra signed vision modules compatible with the generic flavour. Package: linux-oem-24.04 Description-md5: 3e4a49abebdcc1b04541f3ddb633f701 Description-en: Complete OEM Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-oem-24.04a Description-md5: 3e4a49abebdcc1b04541f3ddb633f701 Description-en: Complete OEM Linux kernel and headers (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-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.11.0-1007 Description-md5: 3df931431fd10147af930254ff24ba84 Description-en: Header files related to Oracle 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-oracle-headers-6.11.0-1007/debian.README.gz for details Package: linux-oracle-tools-6.11.0-1007 Description-md5: ce45bc52afa9937eb9f89f82637c1fda Description-en: Oracle Linux kernel version specific tools for version 6.11.0-1007 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-1007 on 64 bit x86. You probably want to install linux-tools-6.11.0-1007-. 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.11.0 Description-md5: 845554ad7d7a50ffed104856e7ba24a3 Description-en: Linux kernel source for version 6.11.0 with Ubuntu patches This package provides the source code for the Linux kernel version 6.11.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.11.0-1004-gcp 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.11.0-1005-aws Description-md5: fd7eefcbeb2ec04c714d5dff7d909afd Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on 64 bit x86. Package: linux-tools-6.11.0-1005-azure Description-md5: fd7eefcbeb2ec04c714d5dff7d909afd Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on 64 bit x86. Package: linux-tools-6.11.0-1005-lowlatency Description-md5: fd7eefcbeb2ec04c714d5dff7d909afd Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on 64 bit x86. Package: linux-tools-6.11.0-1007-oracle Description-md5: eedc67debc14537b8e0d81bb8f7c5ebf Description-en: Oracle Linux kernel version specific tools for version 6.11.0-1007 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-1007 on 64 bit x86. Package: linux-tools-6.11.0-9 Description-md5: 20bc29363c73470ab6f292899d85a1fc Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on 64 bit x86. You probably want to install linux-tools-6.11.0-9-. Package: linux-tools-6.11.0-9-generic Description-md5: 08d796d28afc1848b47ca4aa82a4e328 Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 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: dd594b830e0b2c83ae1241b5b6f95e3a Description-en: Linux kernel version specific tools for version 6.11.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 6.11.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-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. 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-oem-24.04 Description-md5: dfafefb793a7b62c766f65e6fc868bf9 Description-en: OEM Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-oem-24.04a Description-md5: dfafefb793a7b62c766f65e6fc868bf9 Description-en: OEM Linux kernel tools (transitional package) Transitional package for upgrades. This package can be safely removed. Package: linux-tools-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: mir-doc Description-md5: 4685b0dc7d960bf6fd6cfc647bfde080 Description-en: Mir Display Server - API documentation for Mir Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package installs the mir API documentation. Package: mir-renderer-gl-dev Description-md5: 7c8af840bfe81562eda65bfecc4ffb6b Description-en: Mir Display Server - GL renderer - development files Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files that define the interfaces through which platforms and renderers access the functionality needed to render with GL. Package: mysql-client Description-md5: 5d7fa8d3505d811b2b9e71e639c7e1dd Description-en: MySQL database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-client (currently mysql-client-8.0), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one considered to be in the best shape by the Maintainers. Package: mysql-client-8.0 Description-md5: ffe884a5da09cb7b198d6de70b149317 Description-en: MySQL database client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the client binaries and the additional tool mysqlreport. Package: mysql-client-core-8.0 Description-md5: 94a7aede8ba9259b1382d4dfca4cdde0 Description-en: MySQL database core client binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mysql-server Description-md5: 743caadb7bcc9923a15d886cf7260d23 Description-en: MySQL database server (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mysql-server (currently mysql-server-8.0), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you need. That will install the version recommended by the package maintainers. . MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. Package: mysql-server-8.0 Description-md5: 3ae11e16f793b3ee84f73a5fa268ad9b Description-en: MySQL database server binaries and system database setup MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package contains all the infrastructure needed to setup system databases. Package: mysql-server-core-8.0 Description-md5: a54aa75db64667c487b6c9d3800b8153 Description-en: MySQL database server binaries MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the server binaries but doesn't contain all the infrastructure needed to setup system databases. Package: pinentry-curses Description-md5: 40c3b46e5e326523fcd237c6508519bf Description-en: curses-based PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog using the curses tool kit, meaning that it is useful for users working in text mode without the X Window System. There are sibling packages that implement PIN entry dialogs that use an X tool kit. If you install any of the graphical packages then this package is not necessary because the sibling packages automatically fall back to text mode if X is not active. Package: pinentry-doc Description-md5: 0434c9b9c7b30b4ad8103242894faa4e Description-en: documentation for pinentry packages This package contains the documentation for the pinentry packages, a suite of programs that allow secure entry of PINs or pass phrases. If you have one of the pinentry packages installed then you may want to install this package as well, but the documentation mostly concerns the internal protocol and is therefore not necessary for the casual user. Package: pinentry-gnome3 Description-md5: e574f1c6e2c931f3f82abcd947a19f35 Description-en: GNOME 3 PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog designed for use with GNOME 3. It tries to follow the GNOME Human Interface Guidelines as much as possible. If the X Window System is not active then an alternative text-mode dialog will be used. There are sibling packages that implement PIN entry dialogs using other tool kits. Package: postgresql Description-md5: bdff2d6e5b2a1dd00e72b3ed8729d9ac Description-en: object-relational SQL database (supported version) This metapackage always depends on the currently supported PostgreSQL database server version. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: postgresql-client Description-md5: d46431edbfde0d6360f2c20aed4a288c Description-en: front-end programs for PostgreSQL (supported version) This metapackage always depends on the currently supported database client package for PostgreSQL. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: postgresql-client-common Description-md5: d5f4a87e9a06590d824a9f706fa1a755 Description-en: manager for multiple PostgreSQL client versions The postgresql-client-common package provides a structure under which multiple versions of PostgreSQL client programs may be installed at the same time. It provides a wrapper which selects the right version for the particular cluster you want to access (with a command line option, an environment variable, /etc/postgresql-common/user_clusters, or ~/.postgresqlrc). . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: postgresql-common Description-md5: 1baa00ede83212202318224f2d18d771 Description-en: PostgreSQL database-cluster manager The postgresql-common package provides a structure under which multiple versions of PostgreSQL may be installed and/or multiple clusters maintained at one time. . The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster, pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster, pg_virtualenv. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: postgresql-contrib Description-md5: 1548dd7748148521c6b13b8290f451b4 Description-en: additional facilities for PostgreSQL (supported version) This metapackage always depends on the currently supported PostgreSQL database contrib package. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: postgresql-doc Description-md5: 065f6c25df2011c353e26faea6c8ad7c Description-en: documentation for the PostgreSQL database management system This metapackage always depends on the currently supported PostgreSQL database documentation package. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: resource-agents-base Description-md5: 53d9c13186c5f7b880db41a047408547 Description-en: Cluster Resource Agents curated by Ubuntu This package contains cluster resource agents (RAs) compliant with the Open Cluster Framework (OCF) specification, used to interface with various services in a High Availability environment managed by the Pacemaker resource manager. . This package contains the Resource Agents that are curated by the Ubuntu Server team. . Agents included: IPaddr2: Manages virtual IPv4 and IPv6 addresses (Linux specific version) LVM-activate: This agent activates/deactivates logical volumes. iSCSILogicalUnit: Manages iSCSI Logical Units (LUs) iSCSITarget: iSCSI target export agent iscsi: Manages a local iSCSI initiator and its connections to iSCSI targets pgsql: Manages a PostgreSQL database instance Package: resource-agents-common Description-md5: c4b3418c12491691c5885a11a6cb1328 Description-en: Common files used by the Cluster Resource Agents This package contains cluster resource agents (RAs) compliant with the Open Cluster Framework (OCF) specification, used to interface with various services in a High Availability environment managed by the Pacemaker resource manager. . This package provides common files used by the Resource Agents. Package: slapd Description-md5: dd977840e276b3f03520c0ab1d050cf8 Description-en: OpenLDAP server (slapd) This is the OpenLDAP (Lightweight Directory Access Protocol) server (slapd). The server can be used to provide a standalone directory service. Package: slapi-dev Description-md5: 9a5a7f1735eb363a808931130dc64a9d Description-en: development libraries for OpenLDAP SLAPI plugin interface This package allows development of plugins for the OpenLDAP slapd server using the SLAPI interface. It includes the headers and libraries needed to build such plugins. Package: tzdata Description-md5: a77a3cc9a67658dd7cfdc6547391b8f8 Description-en: time zone and daylight-saving time data This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. Package: tzdata-legacy Description-md5: e9abab063129c60dae9d14447e549234 Description-en: time zone data for TAI minus ten seconds This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. . This package contains timezones counted in International Atomic Time with a -10 second offset (TAI-10s) in /usr/share/zoneinfo/right. This is the current IBM recommended setting of hardware clocks on IBM mainframes, which ran on GMT until the inception of UTC in 1972 when TAI was 10 seconds ahead of UTC. IBM switched to running clocks at the atomic rate and introduced the 10-second offset in order to avoid a discontinuity. . This package also contains legacy timezone symlinks that are not following the current rule of using the geographical region (continent or ocean) and city name. . You do not need this package if you are unsure. Package: linux-aws-cloud-tools-6.11.0-1005 Description-md5: 37fe8b30b7f4ea12174bacf4afdf8233 Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.11.0-1005 on ARMv8. You probably want to install linux-cloud-tools-6.11.0-1005-. Package: linux-aws-tools-6.11.0-1005 Description-md5: 9f0796cf1aca0671b74d51d4f926d346 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on ARMv8. You probably want to install linux-tools-6.11.0-1005-. Package: linux-azure-cloud-tools-6.11.0-1005 Description-md5: 37fe8b30b7f4ea12174bacf4afdf8233 Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 6.11.0-1005 on ARMv8. You probably want to install linux-cloud-tools-6.11.0-1005-. Package: linux-azure-tools-6.11.0-1005 Description-md5: 9f0796cf1aca0671b74d51d4f926d346 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on ARMv8. You probably want to install linux-tools-6.11.0-1005-. Package: linux-buildinfo-6.11.0-1004-gcp Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1005-aws Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1005-azure Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1005-lowlatency Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1005-lowlatency-64k Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1007-oracle Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-1007-oracle-64k Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-9-generic Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-6.11.0-9-generic-64k Description-md5: 1ae00f57c75f69740bd57ec30e75190b Description-en: Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-6.11.0-1005-aws Description-md5: 682ec00000cf4aed73a3493699b83c92 Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.11.0-1005 on ARMv8. Package: linux-cloud-tools-6.11.0-1005-azure Description-md5: 682ec00000cf4aed73a3493699b83c92 Description-en: Linux kernel version specific cloud tools for version 6.11.0-1005 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 6.11.0-1005 on ARMv8. Package: linux-gcp-tools-6.11.0-1004 Description-md5: b4df99ae851e3bdff76f7397ee71fc2b 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 ARMv8. You probably want to install linux-tools-6.11.0-1004-. 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-headers-6.11.0-1004-gcp Description-md5: 5ff23b4c34734b1cf0614d6d61d07837 Description-en: Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 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.11.0-1005-aws Description-md5: b1e07a3f05b4c69eaba181df45c52353 Description-en: Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1005/debian.README.gz for details. Package: linux-headers-6.11.0-1005-azure Description-md5: b1e07a3f05b4c69eaba181df45c52353 Description-en: Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1005/debian.README.gz for details. Package: linux-headers-6.11.0-1005-lowlatency Description-md5: b1e07a3f05b4c69eaba181df45c52353 Description-en: Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1005/debian.README.gz for details. Package: linux-headers-6.11.0-1005-lowlatency-64k Description-md5: b1e07a3f05b4c69eaba181df45c52353 Description-en: Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1005/debian.README.gz for details. Package: linux-headers-6.11.0-1007-oracle Description-md5: a30c4e56deef905f9e7031ee5495c326 Description-en: Oracle Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1007/debian.README.gz for details. Package: linux-headers-6.11.0-1007-oracle-64k Description-md5: a30c4e56deef905f9e7031ee5495c326 Description-en: Oracle Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-1007/debian.README.gz for details. Package: linux-headers-6.11.0-9-generic Description-md5: ebd651ef6d026203a12d5f418c2cd3df Description-en: Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-9/debian.README.gz for details. Package: linux-headers-6.11.0-9-generic-64k Description-md5: ebd651ef6d026203a12d5f418c2cd3df Description-en: Linux kernel headers for version 6.11.0 on ARMv8 SMP This package provides kernel header files for version 6.11.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-9/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-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-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-image-6.11.0-1005-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-6.11.0-1007-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.11.0-8-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.11.0-9-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-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-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-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-uc-6.11.0-8-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.11.0-9-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.11.0-1004-gcp Description-md5: 6bad957a0c651ed8dc7c04eca0caf59a Description-en: Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.11.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.11.0-1005-aws Description-md5: 8a6b929012046c82672afc5d091912c8 Description-en: Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.11.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.11.0-1005-azure Description-md5: cab63f0bd8fc05066e0f2e75255ef5aa Description-en: Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.11.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.11.0-1005-lowlatency Description-md5: 35bc94feee564b8b93218263418f732d Description-en: Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.11.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.11.0-1005-lowlatency-64k Description-md5: a8498081db684aec14f4b5b9fb3fe0c6 Description-en: Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.11.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-image-unsigned-6.11.0-1007-oracle Description-md5: ab1896cef895841ee0ddea2333275517 Description-en: Oracle Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Oracle Linux kernel image for version 6.11.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.11.0-1007-oracle-64k Description-md5: c763fc96fe7909163dc5bc4e2c6ae4e6 Description-en: Oracle Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Oracle Linux kernel image for version 6.11.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.11.0-9-generic Description-md5: a2ee7e70804696700baed1e975e22f9f Description-en: Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.11.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.11.0-9-generic-64k Description-md5: 16b0a3088e5e6081c0921a54fd9e2700 Description-en: Linux kernel image for version 6.11.0 on ARMv8 SMP This package contains the unsigned Linux kernel image for version 6.11.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-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-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.11.0-1005 Description-md5: 9f0796cf1aca0671b74d51d4f926d346 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on ARMv8. You probably want to install linux-tools-6.11.0-1005-. Package: linux-modules-6.11.0-1004-gcp Description-md5: 8181afe6213d6f68956439a4cdd24841 Description-en: Linux kernel extra modules for version 6.11.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.11.0-1005-aws Description-md5: 92c71571f6aa3c7cb506140de3b4672d Description-en: Linux kernel extra modules for version 6.11.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.11.0-1005-azure Description-md5: 270246aeaed83b75b6a53bd02e8d06e1 Description-en: Linux kernel extra modules for version 6.11.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.11.0-1005-lowlatency Description-md5: 6496c274317f4b77837edbcccda328cb Description-en: Linux kernel extra modules for version 6.11.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.11.0-1005-lowlatency-64k Description-md5: 4076ea43f9e5376845b082939d50a2ce Description-en: Linux kernel extra modules for version 6.11.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-6.11.0-1007-oracle Description-md5: 4e132459ea6309201e522e668c9ad802 Description-en: Oracle Linux kernel extra modules for version 6.11.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.11.0-1007-oracle-64k Description-md5: d5c5e06aa9641517fead54116c1bf806 Description-en: Oracle Linux kernel extra modules for version 6.11.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.11.0-9-generic Description-md5: 0ecf72ae591dc2a3d20cecbb7da3b377 Description-en: Linux kernel extra modules for version 6.11.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.11.0-9-generic-64k Description-md5: 12c4c8991d0e9f1bc170ba179a91770a Description-en: Linux kernel extra modules for version 6.11.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-extra-6.11.0-1004-gcp Description-md5: 48740ce52cb6c1abd7c075b394aebc2d Description-en: Linux kernel extra modules for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-1005-aws Description-md5: 0df89cebfb8c3101084e2761730029ba Description-en: Linux kernel extra modules for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-1005-azure Description-md5: 8ce53c89c838cb0fbeac31196c73ca32 Description-en: Linux kernel extra modules for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-1007-oracle Description-md5: 3634762b82c2a1e2a35af8863c1fadd5 Description-en: Oracle Linux kernel extra modules for version 6.11.0 on ARMv8 SMP This package contains the Oracle Linux kernel extra modules for version 6.11.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.11.0-1007-oracle-64k Description-md5: 19390c424670694a959405b0e5ba2625 Description-en: Oracle Linux kernel extra modules for version 6.11.0 on ARMv8 SMP This package contains the Oracle Linux kernel extra modules for version 6.11.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.11.0-9-generic Description-md5: a91d0cf9bb4c204fcc552505f5516cc4 Description-en: Linux kernel extra modules for version 6.11.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 6.11.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-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.11.0-1007 Description-md5: a199515b08d5fb7c01b5b5dd1f0ed26b Description-en: Oracle Linux kernel version specific tools for version 6.11.0-1007 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-1007 on ARMv8. You probably want to install linux-tools-6.11.0-1007-. Package: linux-tools-6.11.0-1004-gcp Description-md5: 2737abfbd04c417b8d4abc43fb7eece4 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 ARMv8. Package: linux-tools-6.11.0-1005-aws Description-md5: d77e54cc147086903e24746cf2748103 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on ARMv8. Package: linux-tools-6.11.0-1005-azure Description-md5: d77e54cc147086903e24746cf2748103 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on ARMv8. Package: linux-tools-6.11.0-1005-lowlatency Description-md5: d77e54cc147086903e24746cf2748103 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on ARMv8. Package: linux-tools-6.11.0-1005-lowlatency-64k Description-md5: d77e54cc147086903e24746cf2748103 Description-en: Linux kernel version specific tools for version 6.11.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.11.0-1005 on ARMv8. Package: linux-tools-6.11.0-1007-oracle Description-md5: ebaf6465b78daf3f234b93d9bb608f2b Description-en: Oracle Linux kernel version specific tools for version 6.11.0-1007 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-1007 on ARMv8. Package: linux-tools-6.11.0-1007-oracle-64k Description-md5: ebaf6465b78daf3f234b93d9bb608f2b Description-en: Oracle Linux kernel version specific tools for version 6.11.0-1007 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-1007 on ARMv8. Package: linux-tools-6.11.0-9 Description-md5: 763441e4f4d81fd48e76eab7c3b7627e Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on ARMv8. You probably want to install linux-tools-6.11.0-9-. Package: linux-tools-6.11.0-9-generic Description-md5: 4f16a67b1976f80dc3476f6f66c3d573 Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on ARMv8. Package: linux-tools-6.11.0-9-generic-64k Description-md5: 4f16a67b1976f80dc3476f6f66c3d573 Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 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-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-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-buildinfo-6.11.0-9-generic Description-md5: 08bd206ef9cb4ed99cc41f46f680463c Description-en: Linux kernel buildinfo for version 6.11.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 6.11.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-headers-6.11.0-9-generic Description-md5: 37275c8226753e96184268a6f295c2b1 Description-en: Linux kernel headers for version 6.11.0 on ARM (hard float) SMP This package provides kernel header files for version 6.11.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-9/debian.README.gz for details. Package: linux-image-6.11.0-9-generic Description-md5: a705bb948cdf1aa71addf5ee28c04ce9 Description-en: Linux kernel image for version 6.11.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 6.11.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-modules-6.11.0-9-generic Description-md5: 1b86b30cc00ed526d4baa23b4d638a36 Description-en: Linux kernel extra modules for version 6.11.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.11.0-9 Description-md5: f76e624295fd454ce3e443e3d7246ca5 Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on ARM (hard float). You probably want to install linux-tools-6.11.0-9-. Package: linux-tools-6.11.0-9-generic Description-md5: 8e56735c6944b860a63bbb0c7c61a301 Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on ARM (hard float). Package: linux-buildinfo-6.11.0-9-generic Description-md5: a560ec16b0d071054bab9ce2a863a5b9 Description-en: Linux kernel buildinfo for version 6.11.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 6.11.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-headers-6.11.0-9-generic Description-md5: 90828ca4aba7e2892cf1ef1c00ecc9b8 Description-en: Linux kernel headers for version 6.11.0 on PowerPC 64el SMP This package provides kernel header files for version 6.11.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-9/debian.README.gz for details. Package: linux-image-6.11.0-9-generic Description-md5: 2195cbd318982afd462a6c613ef3bd7d Description-en: Linux kernel image for version 6.11.0 on PowerPC 64el SMP This package contains the Linux kernel image for version 6.11.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.11.0-9-generic Description-md5: a88b3b4ce3cf74166f9d71224aa90fe4 Description-en: Linux kernel extra modules for version 6.11.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.11.0-9-generic Description-md5: 2ac2a4742d07d042b31d7dc9f9ec79ce Description-en: Linux kernel extra modules for version 6.11.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-9 Description-md5: fc6630522ace2f07c0e524c83fefad54 Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on PowerPC 64el. You probably want to install linux-tools-6.11.0-9-. Package: linux-tools-6.11.0-9-generic Description-md5: 57e91b164c1614d0f5440ae53c324651 Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 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-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-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-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-buildinfo-6.11.0-9-generic Description-md5: db03016f625afa0f617bc15b6f2fb883 Description-en: Linux kernel buildinfo for version 6.11.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 6.11.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-headers-6.11.0-9-generic Description-md5: e95674508e1e1edb533b3bf6c5c746b0 Description-en: Linux kernel headers for version 6.11.0 on System 390x SMP This package provides kernel header files for version 6.11.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-6.11.0-9/debian.README.gz for details. Package: linux-image-unsigned-6.11.0-9-generic Description-md5: 68ffc5d472aa7ccad756f9ddcec0e8a3 Description-en: Linux kernel image for version 6.11.0 on System 390x SMP This package contains the unsigned Linux kernel image for version 6.11.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.11.0-9-generic Description-md5: 0989ac4f216fe385c5a9570147ebdb3c Description-en: Linux kernel extra modules for version 6.11.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.11.0-9-generic Description-md5: d0781cab277eb205fe3d37b331aa20a7 Description-en: Linux kernel extra modules for version 6.11.0 on System 390x SMP This package contains the Linux kernel extra modules for version 6.11.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.11.0-9 Description-md5: 3ff0f37fb14ae309d74556a79307c9be Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on System 390x. You probably want to install linux-tools-6.11.0-9-. Package: linux-tools-6.11.0-9-generic Description-md5: 172a200667f124f9334e8d4eacff0d2c Description-en: Linux kernel version specific tools for version 6.11.0-9 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-9 on System 390x.