Package: apport Description-md5: c04626471654f9246cf5e28b560d262e Description-en: automatically generate crash reports for debugging apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package also provides a command line frontend for browsing and handling the crash reports. For desktops, you should consider installing the GTK+ or Qt user interface (apport-gtk or apport-kde). Package: apport-gtk Description-md5: 2f45e17d5bf22355d7921dba196ae6dd Description-en: GTK+ frontend for the apport crash report system apport automatically collects data from crashed processes and compiles a problem report in /var/crash/. This utilizes the crashdump helper hook provided by the Ubuntu kernel. . This package provides a GTK+ frontend for browsing and handling the crash reports. Package: apport-retrace Description-md5: 7608c287131a28c4611767ba61f02050 Description-en: tools for reprocessing Apport crash reports apport-retrace recombines an Apport crash report (either a file or a Launchpad bug) and debug symbol packages (.ddebs) into fully symbolic stack traces. This can optionally use a sandbox for installing debug symbol packages and doing the processing, so that entire process of retracing crashes can happen with normal user privileges without changing the system. . You need to install gdb-multiarch if you want to be able to retrace crash reports which happened on a different architecture than the one you run apport-retrace on. Package: autopoint Description-md5: 347fdc045a58fcfc2665ef5e73c453b4 Description-en: The autopoint program from GNU gettext The `autopoint' program copies standard gettext infrastructure files into a source package. It extracts from a macro call of the form `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or `configure.ac' file, the gettext version used by the package, and copies the infrastructure files belonging to this version into the package. Package: busybox-initramfs Description-md5: 07bc91bcf5e1da8f300c48c3d990ca10 Description-en: Standalone shell setup for initramfs BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-initramfs provides a simple stand alone shell that provides only the basic utilities needed for the initramfs. Package: busybox-static Description-md5: 1ccce12e08e4aa13a2e6bdd5ffb85b65 Description-en: Standalone rescue shell with tons of builtin utilities BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common utilities you would usually find on your desktop system (i.e., ls, cp, mv, mount, tar, etc.). The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. . busybox-static provides you with a statically linked simple stand alone shell that provides all the utilities available in BusyBox. This package is intended to be used as a rescue shell, in the event that you screw up your system. Invoke "busybox sh" and you have a standalone shell ready to save your system from certain destruction. Invoke "busybox", and it will list the available builtin commands. Package: cloud-init Description-md5: 8719ef0e4178017b7147590b1fde082e Description-en: Init scripts for cloud instances Cloud instances need special scripts to run during initialisation to retrieve and install ssh keys and to let the user run various scripts. Package: crash Description-md5: 62a3af04681a29149ddd988c1db996db Description-en: kernel debugging utility, allowing gdb like syntax The core analysis suite is a self-contained tool that can be used to investigate either live systems, or multiple different core dump formats including kdump, LKCD, netdump and diskdump. . o The tool is loosely based on the SVR4 crash command, but has been completely integrated with gdb in order to be able to display formatted kernel data structures, disassemble source code, etc. . o The current set of available commands consist of common kernel core analysis tools such as a context-specific stack traces, source code disassembly, kernel variable displays, memory display, dumps of linked-lists, etc. In addition, any gdb command may be entered, which in turn will be passed onto the gdb module for execution. . o There are several commands that delve deeper into specific kernel subsystems, which also serve as templates for kernel developers to create new commands for analysis of a specific area of interest. Adding a new command is a simple affair, and a quick recompile adds it to the command menu. . o The intent is to make the tool independent of Linux version dependencies, building in recognition of major kernel code changes so as to adapt to new kernel versions, while maintaining backwards compatibility. Package: curtin Description-md5: 131b2c82b3ac98e404f8679da8cf7637 Description-en: Library and tools for the curtin installer This package provides the curtin installer. . Curtin is an installer that is blunt, brief, snappish, snippety and unceremonious. Package: curtin-common Description-md5: b24ac6ac0cf9c430ccd5e7cc40c446ae Description-en: Library and tools for curtin installer This package contains utilities for the curtin installer. Package: default-jdk Description-md5: c597cf36981d7716553d93e4f6672569 Description-en: Standard Java or Java compatible Development Kit This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk for amd64. Package: default-jdk-doc Description-md5: 43a9407b23ea43d82bca133113a7eb6f Description-en: Standard Java or Java compatible Development Kit (documentation) This dependency package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-11-doc for amd64. Package: default-jdk-headless Description-md5: 17d93291d83f9a10d7cefbfe85eb18a3 Description-en: Standard Java or Java compatible Development Kit (headless) This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk-headless for amd64. . The package is used as dependency for packages not needing a graphical display during runtime. Package: default-jre Description-md5: 071b7a2f9baf048d89c849c14bcafb9e Description-en: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre for amd64. Package: default-jre-headless Description-md5: 6a80f216cbac62099ce78c02764c55d1 Description-en: Standard Java or Java compatible Runtime (headless) This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre-headless for amd64. . The package is used as dependency for packages not needing a graphical display during runtime. Package: gettext Description-md5: 0db85b3962766eeef57d5324263a308e Description-en: GNU Internationalization utilities Interesting for authors or maintainers of other packages or programs which they want to see internationalized. Package: gettext-base Description-md5: 6c8ed1da584066e0871910b60d931f43 Description-en: GNU Internationalization utilities for the base system This package includes the gettext and ngettext programs which allow other packages to internationalize the messages given by shell scripts. Package: gettext-doc Description-md5: 966c7204112700e6dcb867375471b50b Description-en: Documentation for GNU gettext This package contains the HTML documentation for GNU gettext, as well as simple "hello world" examples in several programming languages. Package: gir1.2-dbusmenu-glib-0.4 Description-md5: 178deafecf0710d3aefd7dd5299fab54 Description-en: typelib file for libdbusmenu-glib4 libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-glib4. Package: gir1.2-dbusmenu-gtk3-0.4 Description-md5: d3860f813354e5bde7033c08ab9c38eb Description-en: typelib file for libdbusmenu-gtk3-4 libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libdbusmenu-gtk4. Package: gir1.2-gtk-3.0 Description-md5: f16f9e8db01aaaf8ce43a52cf10f4f37 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: gir1.2-mutter-2 Description-md5: fc01ed19d7c2d21399e29d78cf596564 Description-en: GObject introspection data for Mutter Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the GObject introspection data which may be used to generate dynamic bindings. Package: gir1.2-networkmanager-1.0 Description-md5: 716ef1cb57a113962ff7a2202878df2d Description-en: GObject introspection data for the libnm-glib/libnm-util library NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains introspection data for NetworkManager using libnm-glib/libnm-util. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gir1.2-nm-1.0 Description-md5: 1629663671898cf9211cbf8898082bda Description-en: GObject introspection data for the libnm library NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains introspection data for NetworkManager using libnm. . It can be used by packages using the GIRepository format to generate dynamic bindings. Package: gnome-settings-daemon Description-md5: 31f06b20f036e71da14412083d98ad89 Description-en: daemon handling the GNOME session settings This package contains the daemon which is responsible for setting the various parameters of a GNOME session and the applications that run under it. It handles the following kinds of settings: . * Keyboard: layout, accessibility options, shortcuts, media keys * Clipboard management * Theming: background, icons, GTK+ applications * Cleanup of unused files * Mouse: cursors, speed, accessibility options * Startup of other daemons: screensaver, sound daemon . It also sets various application settings through X resources and freedesktop.org XSETTINGS. Package: gnome-settings-daemon-dev Description-md5: 7da21b55f83cd4a428a2bd849fda6b81 Description-en: Headers for building applications communicating with gnome-settings-daemon This package contains header files required to build applications that communicate with the GNOME settings daemon over D-Bus. Package: gnome-settings-daemon-schemas Description-md5: a7aa515746954a79579fdb53d22f6b57 Description-en: Shared schemas for gnome-settings-daemon This package contains the gsettings schemas used by gnome-settings-daemon and unity-settings-daemon. 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: grub-ipxe Description-md5: 069f85eb75e193394b417a675f95bdda Description-en: Network booting from GRUB using iPXE iPXE is network boot firmware. It supports a variety of network cards, including some wireless cards, and variety of network protocols (traditional DHCP, BOOTP and TFTP and also HTTP, iSCSI, SAN via FCoE and Infiniband). It supports scripting. . This package adds a menu entry to grub2 for network booting using iPXE. Package: gtk-3-examples Description-md5: 20d01ceb8b030c4e6e1bcf1ff939c8a6 Description-en: example files for GTK+ 3 GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the example files and a demonstration program for GTK+3. Package: gtk-update-icon-cache Description-md5: 5b5d1b49878d6c24991366aefe38fa2c 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: initramfs-tools Description-md5: f406a6ad4452bdc36e9957a711143c2e Description-en: generic modular initramfs generator (automation) This package builds a bootable initramfs for Linux kernel packages. The initramfs is loaded along with the kernel and is responsible for mounting the root filesystem and starting the main init system. Package: initramfs-tools-bin Description-md5: 14e601bd8c0a0905d238d89be3036fa8 Description-en: binaries used by initramfs-tools This package contains binaries used inside the initramfs images generated by initramfs-tools. Package: initramfs-tools-core Description-md5: 8d2ce4976ab4fb33b898ed3006a086fa Description-en: generic modular initramfs generator (core tools) This package contains the mkinitramfs program that can be used to create a bootable initramfs for a Linux kernel. The initramfs should be loaded along with the kernel and is then responsible for mounting the root filesystem and starting the main init system. Package: ipxe Description-md5: 464080e9cd2fc9e60db75303b8932264 Description-en: PXE boot firmware iPXE is network boot firmware. It supports a variety of network cards, including some wireless cards, and variety of network protocols (traditional DHCP, BOOTP and TFTP and also HTTP, iSCSI, SAN via FCoE and Infiniband). It supports scripting. . It is possible to use iPXE as a PXE ROM in the network card or to chainload it from other boot methods. . This package provides boot code for all supported network cards in one binary and several bootable formats. Package: ipxe-qemu Description-md5: 61c8bdd569b68d2eeeb8615a8b57f65e Description-en: PXE boot firmware - ROM images for qemu iPXE is network boot firmware. It supports a variety of network cards, including some wireless cards, and variety of network protocols (traditional DHCP, BOOTP and TFTP and also HTTP, iSCSI, SAN via FCoE and Infiniband). It supports scripting. . It is possible to use iPXE as a PXE ROM in the network card or to chainload it from other boot methods. . This package provides boot code for the qemu emulated network cards in as boot ROMs. Package: isolinux Description-md5: 8e677c538998dee1c14106897b432a55 Description-en: collection of bootloaders (ISO 9660 bootloader) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the bootloader for ISO 9660 CD-ROMs (ISOLINUX). Package: java-common Description-md5: 331c38b4382151ea9451e0a4ee764de7 Description-en: Base package for Java runtimes This package provides common tools for the Java runtimes, such as the update-java-alternatives mechanism used to switch between different versions of Java. Package: landscape-client Description-md5: 31df399c44fc1335cd0dcb70eacb17c5 Description-en: Landscape administration system client Landscape is a web-based tool for managing Ubuntu systems. This package is necessary if you want your machine to be managed in a Landscape account. . This package provides the Landscape client and requires a Landscape account. Package: landscape-common Description-md5: f35ad5397ab346e2e3f4ce46d07a3adf Description-en: Landscape administration system client - Common files Landscape is a web-based tool for managing Ubuntu systems. This package is necessary if you want your machine to be managed in a Landscape account. . This package provides the core libraries, as well as the landscape-sysinfo command. It also sets up the landscape user, landscape directories, and the hook that runs landscape-sysinfo on startup. Package: libasprintf-dev Description-md5: 393d9426ed23b67dd70484172664fc9d Description-en: GNU Internationalization library development files This package contains development files for the libasprintf library. Package: libasprintf0v5 Description-md5: 6eb9b97491340c986012d5953e1dc01b Description-en: GNU library to use fprintf and friends in C++ This package contains the libasprintf shared library which makes the C formatted output routines (fprintf et al.) usable in C++ programs, for use with the strings and the streams. Package: libd3dadapter9-mesa Description-md5: 7e00c33b4c81f4834e4b1d47918d6125 Description-en: state-tracker for Direct3D9 This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. Package: libd3dadapter9-mesa-dev Description-md5: 4043977533696b6cd4eacba2187c54cd Description-en: state-tracker for Direct3D9 -- development files This package contains a Gallium3D state tracker that implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. . Development files Package: libdbusmenu-glib-dev Description-md5: 58fdbd052d2353e5107fe93d2ee4c2dc Description-en: library for passing menus over DBus - development files libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains files that are needed to build applications. Package: libdbusmenu-glib-doc Description-md5: 1ffdc025924bc65b6e7979b1ccb175c6 Description-en: library for passing menus over DBus - documentation libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains developer documentation for libdbusmenu-glib. Package: libdbusmenu-glib4 Description-md5: a6315d20d559a38a0d81a231c032d91e Description-en: library for passing menus over DBus libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by applications. Package: libdbusmenu-gtk-doc Description-md5: a7a9a931f5576eb00980d2018473e7f1 Description-en: library for passing menus over DBus - GTK+ version documentation libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains developer documentation for libdbusmenu-gtk. Package: libdbusmenu-gtk3-4 Description-md5: 4ba40d4f9c3c572696eb980868211738 Description-en: library for passing menus over DBus - GTK+ version libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by GTK+ applications. Package: libdbusmenu-gtk3-dev Description-md5: 67bb3e998dab738032b93e4b5bb82284 Description-en: library for passing menus over DBus - GTK+ version developement files libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains files that are needed to build GTK+ applications. Package: libdbusmenu-gtk4 Description-md5: 4ba40d4f9c3c572696eb980868211738 Description-en: library for passing menus over DBus - GTK+ version libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by GTK+ applications. Package: libdbusmenu-jsonloader-dev Description-md5: ee7366a5b0c7b5d39e6c8d71e57cb54f Description-en: library for passing menus over DBus - Test lib development files libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains files that are needed to build test suites in applications or libraries using dbusmenu. Package: libdbusmenu-jsonloader4 Description-md5: 31f242c10f2e529e839b458606442772 Description-en: library for passing menus over DBus - Test lib libdbusmenu passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus. . This package contains shared libraries to be used by test suites in applications or libraries using dbusmenu. Package: libegl-mesa0 Description-md5: b66a0a444abc380f2430455fec07e449 Description-en: free implementation of the EGL API -- Mesa vendor library This package contains the EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package contains the Mesa vendor library for EGL. Package: libegl1-mesa Description-md5: 635a93bcd1440d16621693fe064c2aa9 Description-en: transitional dummy package This is a transitional dummy package, it can be safely removed. Package: libegl1-mesa-dev Description-md5: f0976997100febbc0dde500dd9c87805 Description-en: free implementation of the EGL API -- development files This package contains the development environment required for compiling programs against EGL native platform graphics interface library. EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES. . This package provides the development environment for compiling programs against the EGL library. Package: libgail-3-0 Description-md5: ab3b6da8ff97ae53ae0793ae62e8ce35 Description-en: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Package: libgail-3-dev Description-md5: 2af7ddcc4fb4dffeaea80c02eeee7d6f Description-en: GNOME Accessibility Implementation Library -- development files Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the development files for Gail. Package: libgail-3-doc Description-md5: 82b0cc78ae040a44793411b60fb12902 Description-en: documentation files of the Gail library Gail implements ATK interfaces for GTK+ widgets which are dynamically loadable at runtime by a GTK+ application. Once loaded, those parts of an application that use standard GTK+ widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Package: libgbm-dev Description-md5: 97d3ae24c3bec4dfba8e29c665cda9e5 Description-en: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. . This package provides the development environment for compiling programs against the GBM library. Package: libgbm1 Description-md5: 9c1f8de2c17715ff7ed9524db86be4dd Description-en: generic buffer management API -- runtime This package contains the GBM buffer management library. It provides a mechanism for allocating buffers for graphics rendering tied to Mesa. . GBM is intended to be used as a native platform for EGL on drm or openwfd. Package: libgettextpo-dev Description-md5: 2c61a6422d46693142537473ae5017c7 Description-en: GNU Internationalization library development files This package contains development files for the libgettextpo library. Package: libgettextpo0 Description-md5: 34be8e77b3524b55ecae7e97edf3c2ab Description-en: GNU Internationalization library This package contains the libgettextpo shared library for interfacing programmatically with GNU gettext .po files. Package: libgl1-mesa-dev Description-md5: 597ff2408169e95459eb50f657d62ef9 Description-en: free implementation of the OpenGL API -- GLX development files This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package includes headers and static libraries for compiling programs with Mesa. . For a complete description of Mesa, please look at the libglx-mesa0 package. Package: libgl1-mesa-dri Description-md5: 4ce0833dab51e157223384b77395619a Description-en: free implementation of the OpenGL API -- DRI modules This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the OpenGL library itself, only the DRI modules for accelerating direct rendering. . For a complete description of Mesa, please look at the libglx-mesa0 package. Package: libgl1-mesa-glx Description-md5: 635a93bcd1440d16621693fe064c2aa9 Description-en: transitional dummy package This is a transitional dummy package, it can be safely removed. Package: libglapi-mesa Description-md5: 6da05dae0e50a214ae9b1d095f83c561 Description-en: free implementation of the GL API -- shared library The Mesa GL API module is responsible for dispatching all the gl* functions. It is intended to be mainly used by both the libgles1-mesa and libgles2-mesa packages. Package: libgles2-mesa-dev Description-md5: 7598b085943a2f03c7a2a79086dffcee Description-en: free implementation of the OpenGL|ES 2.x API -- development files OpenGL|ES is a cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It contains a subset of OpenGL plus a number of extensions for the special needs of embedded systems. . OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. . This package provides a development environment for building applications using the OpenGL|ES 2.x APIs. Package: libglx-mesa0 Description-md5: 553ff9489ccb9f6bdae31dc8c33ac85b Description-en: free implementation of the OpenGL API -- GLX vendor library Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the authors make no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. . This version of Mesa provides GLX and DRI capabilities: it is capable of both direct and indirect rendering. For direct rendering, it can use DRI modules from the libgl1-mesa-dri package to accelerate drawing. . This package does not include the modules themselves: these can be found in the libgl1-mesa-dri package. Package: libgtk-3-0 Description-md5: 2d73631a8c144c8ea021cee46ee049b5 Description-en: GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Package: libgtk-3-bin Description-md5: 35573b29e3a6877ccd55de7c6873d715 Description-en: programs for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Package: libgtk-3-common Description-md5: 3ebc2dc44381a6b09ce3f8e0696e2008 Description-en: common files for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Package: libgtk-3-dev Description-md5: 5e247317651e3625eb226ee49f0cfec7 Description-en: development files for the GTK+ library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the header and development files which are needed for building GTK+ applications. Package: libgtk-3-doc Description-md5: 0daae17852bb4b449b026f369e26dde3 Description-en: documentation for the GTK+ graphical user interface library GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the HTML documentation for the GTK+ library in /usr/share/doc/libgtk-3-doc/ . Package: libidn11 Description-md5: 8f2c3e3028043c62404c901cd7473dc7 Description-en: GNU Libidn library, implementation of IETF IDN specifications GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the shared library. Package: libidn11-dev Description-md5: 057f92c8d16485c6626798cd9f7f9f97 Description-en: Development files for GNU Libidn, an IDN library GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The Nameprep, XMPP, SASLprep, and iSCSI profiles are supported. . This package contains the header files, static library, pkg-config information, API man pages, and the Libidn manual. Package: libmutter-2-0 Description-md5: 8f6f0f3c4b5d66b2dc9eece8be769120 Description-en: window manager library from the Mutter window manager Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the window manager shared library, used by mutter itself, and gnome-shell. Package: libmutter-2-dev Description-md5: 5460e4be955e7d46918bc325e6e265c2 Description-en: Development files for the Mutter window manager Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the development files. Package: libnm-dev Description-md5: 1b717b382fe67c166e11c143d527a631 Description-en: GObject-based client library for NetworkManager (development files) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains header and development files. Package: libnm-glib-dev Description-md5: fd21fd3a7476680a01f49b79f6e45aec Description-en: network management framework (GLib interface) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains header and development files and the API documentation for libnm-glib. Package: libnm-glib-vpn-dev Description-md5: 7405853148c67e860cc67f320f40a3ec Description-en: network management framework (GLib interface) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains header and development files for libnm-glib-vpn. Package: libnm-glib-vpn1 Description-md5: a8d1fc7f276929433320d96cddd81b4b Description-en: network management framework (GLib VPN shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use for creating VPN connections via NetworkManager. Package: libnm-glib4 Description-md5: 217fbdca65cb15a2066a01b11aa4ed86 Description-en: network management framework (GLib shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the shared library that applications can use to query connection status via NetworkManager. Package: libnm-util-dev Description-md5: faf43327a90fb3ba4ce5d1fbf1ea08be Description-en: network management framework (development files) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains header and development files and the API documentation for libnm-util. Package: libnm-util2 Description-md5: 9206e0c0315bf3dee48dfe5ab4d4bd13 Description-en: network management framework (shared library) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a convenience library to ease the access to NetworkManager. Package: libnm0 Description-md5: 38459a9c4a6d9a0f4df9a5fa423e81fc Description-en: GObject-based client library for NetworkManager NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package contains a convenience library to ease the access to NetworkManager. Package: libosmesa6 Description-md5: e0dd0508dd95a809bb554369d28e278c Description-en: Mesa Off-screen rendering extension OSmesa is a Mesa extension that allows programs to render to an off-screen buffer using the OpenGL API without having to create a rendering context on an X Server. It uses a pure software renderer. . This package provides both 16-bit and 32-bit versions of the off-screen renderer which do not require external libraries to work. Package: libosmesa6-dev Description-md5: 9b1d7a0b3e6a2ea021f4443f42dcff4f Description-en: Mesa Off-screen rendering extension -- development files This package provides the required environment for developing programs that use the off-screen rendering extension of Mesa. . For more information on OSmesa see the libosmesa6 package. Package: libpam-mount Description-md5: 104628c783f5ce09f73179478f9d2431 Description-en: PAM module that can mount volumes for a user session This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can login. . The module also supports mounting local filesystems of any kind the normal mount utility supports, with extra code to make sure certain volumes are set up properly because often they need more than just a mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE, dm-crypt and LUKS. Package: libwayland-egl1-mesa Description-md5: 635a93bcd1440d16621693fe064c2aa9 Description-en: transitional dummy package This is a transitional dummy package, it can be safely removed. Package: libx11-6 Description-md5: 9424e772882c71617e4e93cd79865005 Description-en: X11 client-side library This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-data Description-md5: a7c759b250e2455db4bb6424264d0f72 Description-en: X11 client-side library This package provides the locale data files for libx11. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-dev Description-md5: 0f75e83e8745f3430d89215e0a04295a Description-en: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains the development headers for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-doc Description-md5: 1e72f92ba6413ee2f40071c05e0de9ff Description-en: X11 client-side library (development documentation) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the window system. . This package contains supplemental documentation for the library found in libx11-6. Non-developers likely have little use for this package. . More information about X.Org can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb-dev Description-md5: 4c91bf605a9aa5f7f12144c80cfe65c6 Description-en: Xlib/XCB interface library (development headers) libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . This package contains the development headers for the library found in libx11-xcb1. Non-developers likely have little use for this package. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libx11-xcb1 Description-md5: 9f6421696e6d79f04f2b0e238449cc8f Description-en: Xlib/XCB interface library libX11-xcb provides functions needed by clients which take advantage of Xlib/XCB to mix calls to both Xlib and XCB over the same X connection. . More information about X.Org can be found at: . More information about XCB can be found at: . This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libX11 Package: libxatracker-dev Description-md5: acb2dd21dbe796c5f50a1f153cef93e2 Description-en: X acceleration library -- development files This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. . This package provides the development environment for compiling programs against the xatracker library. Package: libxatracker2 Description-md5: 016e30e30b0b6c5bb9448c735436c520 Description-en: X acceleration library -- runtime This package contains the XA (X acceleration) library. It is used exclusively by the X server to do render, copy and video acceleration. . XA is intended to be used by the vmware driver for virtualized X acceleration. 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-4.15.0-1033 Description-md5: 5c8724f9b818500bacbe5eaea688682c Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-4.15.0-1033/debian.README.gz for details Package: linux-aws-tools-4.15.0-1033 Description-md5: 867730730b1675446e88db0c890e3530 Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on 64 bit x86. You probably want to install linux-tools-4.15.0-1033-. Package: linux-azure Description-md5: 5d143c4091c2e7a303d314c0e24595f5 Description-en: Complete Linux kernel for Azure systems. This package will always depend on the latest complete Linux kernel available for Azure systems. Package: linux-azure-cloud-tools-4.18.0-1012 Description-md5: e5df58bd297cc02231c2d4b68977a2f9 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.18.0-1012 on 64 bit x86. You probably want to install linux-cloud-tools-4.18.0-1012-. Package: linux-azure-edge Description-md5: 5d143c4091c2e7a303d314c0e24595f5 Description-en: Complete Linux kernel for Azure systems. This package will always depend on the latest complete Linux kernel available for Azure systems. Package: linux-azure-headers-4.18.0-1012 Description-md5: 8db15e4046ffddb6d9b7ac9c9e2ba1d2 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-azure-headers-4.18.0-1012/debian.README.gz for details Package: linux-azure-tools-4.18.0-1012 Description-md5: 29c3bd22fc4d69c371b9041d686fbdf7 Description-en: Linux kernel version specific tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1012 on 64 bit x86. You probably want to install linux-tools-4.18.0-1012-. Package: linux-buildinfo-4.15.0-1009-oracle Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1028-gcp Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1030-kvm Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1033-aws Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1034-oem Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-46-generic Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-46-lowlatency Description-md5: ec6b9a317bc4aefc4bb8618c8c2a11bc Description-en: Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1007-gcp Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-1012-azure Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-generic Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-lowlatency Description-md5: 0f0ce651de3166932e71b61cf63acd77 Description-en: Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-4.15.0-46 Description-md5: b27e1bf42ced2f144da4be275dbcc7b2 Description-en: Linux kernel version specific cloud tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.15.0-46 on 64 bit x86. You probably want to install linux-cloud-tools-4.15.0-46-. Package: linux-cloud-tools-4.15.0-46-generic Description-md5: b7a4c3a460444115ca4666c3e20a34b4 Description-en: Linux kernel version specific cloud tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.15.0-46 on 64 bit x86. Package: linux-cloud-tools-4.15.0-46-lowlatency Description-md5: b7a4c3a460444115ca4666c3e20a34b4 Description-en: Linux kernel version specific cloud tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.15.0-46 on 64 bit x86. Package: linux-cloud-tools-4.18.0-1012-azure Description-md5: d80b762742c8055ad76a0f499f7081db Description-en: Linux kernel version specific cloud tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1012 on 64 bit x86. Package: linux-cloud-tools-4.18.0-16-generic Description-md5: b87c3db361a4006381530ba9d63ad837 Description-en: Linux kernel version specific cloud tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-16 on 64 bit x86. Package: linux-cloud-tools-4.18.0-16-lowlatency Description-md5: b87c3db361a4006381530ba9d63ad837 Description-en: Linux kernel version specific cloud tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-16 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-azure-edge 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: d3ea336b8737ba50eb0f891b1b899725 Description-en: Linux kernel version specific cloud tools for version 4.15.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version PGKVER. 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-16.04 Description-md5: 8f887edefef8943ae292b5dfe3fe8ff9 Description-en: Generic Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-cloud-tools-generic-hwe-16.04-edge Description-md5: 8f887edefef8943ae292b5dfe3fe8ff9 Description-en: Generic Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-cloud-tools-generic-hwe-18.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-18.04-edge Description-md5: 5c22a6fda8e688ed1a83b6cd5236f5e8 Description-en: Generic Linux kernel cloud tools This package will always depend on the latest generic kernel cloud tools available. Package: linux-cloud-tools-lowlatency Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-lowlatency-hwe-16.04 Description-md5: f53895daa1fa13466906b9178ec5b8ab Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-cloud-tools-lowlatency-hwe-16.04-edge Description-md5: f53895daa1fa13466906b9178ec5b8ab Description-en: lowlatency Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-cloud-tools-lowlatency-hwe-18.04 Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-lowlatency-hwe-18.04-edge Description-md5: 89afda7d1e45501227d8188a5d763dd8 Description-en: lowlatency Linux kernel cloud tools This package will always depend on the latest lowlatency kernel cloud tools available. Package: linux-cloud-tools-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-16.04 Description-md5: dd0ace9b77e2a75fac46100ff6b195cc Description-en: Virtual Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-cloud-tools-virtual-hwe-16.04-edge Description-md5: dd0ace9b77e2a75fac46100ff6b195cc Description-en: Virtual Linux kernel cloud tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-cloud-tools-virtual-hwe-18.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-18.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: 6a1726bab80b91ffe84a8ea4469761be Description-en: Linux kernel specific documentation for version 4.15.0 This package provides the various documents in the 4.15.0 kernel Documentation/ subdirectory. These document kernel subsystems, APIs, device drivers, and so on. See /usr/share/doc/linux-doc/00-INDEX for a list of what is contained in each file. 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-edge Description-md5: a4a3709e08f29e976693c63cd94d028b Description-en: Complete Linux kernel for GCP systems. This package will always depend on the latest complete Linux kernel available for GCP systems. Package: linux-gcp-edge-tools-4.18.0-1007 Description-md5: 152f0c851c1d525d00575db8a88fab91 Description-en: Linux kernel version specific tools for version 4.18.0-1007 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1007 on 64 bit x86. You probably want to install linux-tools-4.18.0-1007-. Package: linux-gcp-headers-4.15.0-1028 Description-md5: 607828931170bdf058e5a4d1bd9f28e4 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gcp-headers-4.15.0-1028/debian.README.gz for details Package: linux-gcp-headers-4.18.0-1007 Description-md5: 975971695cd1773f2c1c6cbe23835396 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gcp-headers-4.18.0-1007/debian.README.gz for details Package: linux-gcp-tools-4.15.0-1028 Description-md5: 2b0f0d37b7be84f05bbf29eb6ccba51c Description-en: Linux kernel version specific tools for version 4.15.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1028 on 64 bit x86. You probably want to install linux-tools-4.15.0-1028-. 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-16.04 Description-md5: 94ed9af12bb0cc13458ae0ff6b0b561d Description-en: Complete Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-generic-hwe-16.04-edge Description-md5: 94ed9af12bb0cc13458ae0ff6b0b561d Description-en: Complete Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-generic-hwe-18.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-18.04-edge Description-md5: 000d0a6187a93215f75bba542cc6df27 Description-en: Complete Generic Linux kernel and headers This package will always depend on the latest complete generic Linux kernel and headers. Package: linux-gke Description-md5: 5369f3a7274b192c6526117074b6f2a1 Description-en: Complete Google Container Engine (GKE) Linux kernel and headers This package will always depend on the latest complete Google Container Engine (GKE) Linux kernel and headers. Package: linux-headers-4.15.0-1009-oracle Description-md5: 5bc021b2503d355a3781f6003afe73c3 Description-en: Oracle Linux kernel headers for version 4.15.0 on 64 bit x86 SMP This package provides kernel header files for version 4.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1009/debian.README.gz for details. Package: linux-headers-4.15.0-1028-gcp Description-md5: 0fb133a573d60aac5748bd3189002344 Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP This package provides kernel header files for version 4.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1028/debian.README.gz for details. Package: linux-headers-4.15.0-1030-kvm Description-md5: 059282771fcecbf6fcd68dd4a1b7a7b7 Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP This package provides kernel header files for version 4.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1030/debian.README.gz for details. Package: linux-headers-4.15.0-1033-aws Description-md5: 012d7099477b8a4f468eab160c131f65 Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP This package provides kernel header files for version 4.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1033/debian.README.gz for details. Package: linux-headers-4.15.0-1034-oem Description-md5: dfdeb8f3c672b25fee606bced69b83cc Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP This package provides kernel header files for version 4.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1034/debian.README.gz for details. Package: linux-headers-4.15.0-46 Description-md5: c2f94d199e1242ebcbff722a3cecd76a Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details Package: linux-headers-4.15.0-46-generic Description-md5: 63376e9e392aaef0842fd6104ef370ce Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP This package provides kernel header files for version 4.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.15.0-46-lowlatency Description-md5: 63376e9e392aaef0842fd6104ef370ce Description-en: Linux kernel headers for version 4.15.0 on 64 bit x86 SMP This package provides kernel header files for version 4.15.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.18.0-1007-gcp Description-md5: 57603a7e190710baf68aa41d6c5ac7b6 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1007/debian.README.gz for details. Package: linux-headers-4.18.0-1012-azure Description-md5: d1206af9eb87de6a36371e788ed78299 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-1012/debian.README.gz for details. Package: linux-headers-4.18.0-12 Description-md5: 9d6df800311b3ce6209056d7d655037e Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-hwe-edge-headers-4.18.0-12/debian.README.gz for details Package: linux-headers-4.18.0-16 Description-md5: df35b9b0a5336756e0f90946107fba24 Description-en: Header files related to Linux kernel version 4.18.0 This package provides kernel header files for version 4.18.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-hwe-headers-4.18.0-16/debian.README.gz for details Package: linux-headers-4.18.0-16-generic Description-md5: 8b1899f6cf71f7cb347d46aac8e6d7c5 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-headers-4.18.0-16-lowlatency Description-md5: 8b1899f6cf71f7cb347d46aac8e6d7c5 Description-en: Linux kernel headers for version 4.18.0 on 64 bit x86 SMP This package provides kernel header files for version 4.18.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/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-azure-edge Description-md5: eeb9ab16adc26b5a55752a82472d09ac Description-en: Linux kernel headers for Azure systems. This package will always depend on the latest kernel headers available for Azure systems. Package: linux-headers-gcp Description-md5: 14ce9b53a9d24ad1be99da16f32ced5d Description-en: Google Cloud Platform (GCP) Linux kernel headers This package will always depend on the latest Google Cloud Platform (GCP) kernel headers available. Package: linux-headers-gcp-edge Description-md5: 7a3a6319671eb1af1f10da55ffa9570a Description-en: Linux kernel headers for GCP systems. This package will always depend on the latest kernel headers available for GCP systems. 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-16.04 Description-md5: 099d249c51494e19e99a82f6464662cf Description-en: Generic Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-generic-hwe-16.04-edge Description-md5: 099d249c51494e19e99a82f6464662cf Description-en: Generic Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-generic-hwe-18.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-18.04-edge Description-md5: 9c9742ab9c289b1e900fab477bc0070d Description-en: Generic Linux kernel headers This package will always depend on the latest generic kernel headers available. Package: linux-headers-gke Description-md5: 9cfa072fb01881a41ab30aa1699e0970 Description-en: Google Container Engine (GKE) Linux kernel headers This package will always depend on the latest Google Container Engine (GKE) kernel headers available. Package: linux-headers-kvm Description-md5: 40a9cb111eb5468e160855868a0f395c Description-en: Linux kernel headers for virtual systems. This package will always depend on the latest kernel headers available for virtual systems. Package: linux-headers-lowlatency Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-lowlatency-hwe-16.04 Description-md5: dc5470139c6ff3a69444d0aedf2fdb02 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-lowlatency-hwe-16.04-edge Description-md5: dc5470139c6ff3a69444d0aedf2fdb02 Description-en: lowlatency Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-lowlatency-hwe-18.04 Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-lowlatency-hwe-18.04-edge Description-md5: b28bf5c7c758bfbbbd15e31ed4c78ed6 Description-en: lowlatency Linux kernel headers This package will always depend on the latest lowlatency kernel headers available. Package: linux-headers-oem Description-md5: a38c8392f77a111af30e6bd7ecc16c1f Description-en: OEM Linux kernel headers This package will always depend on the latest OEM kernel headers available. Package: linux-headers-oracle Description-md5: 741bcaa487f48f8860558f12a15d4f3e Description-en: Linux kernel headers for Oracle systems. This package will always depend on the latest kernel headers available for Oracle systems. Package: linux-headers-virtual Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-16.04 Description-md5: cd9507b72d884ac08714b4f950565ae4 Description-en: Virtual Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-virtual-hwe-16.04-edge Description-md5: cd9507b72d884ac08714b4f950565ae4 Description-en: Virtual Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-virtual-hwe-18.04 Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-headers-virtual-hwe-18.04-edge Description-md5: 8b6e69f9b77aba672a89fe0ef9041d27 Description-en: Virtual Linux kernel headers This package will always depend on linux-headers-generic. Package: linux-hwe-cloud-tools-4.18.0-16 Description-md5: 0b7515bf5a792d8567db847be48a043f Description-en: Linux kernel version specific cloud tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.18.0-16 on 64 bit x86. You probably want to install linux-cloud-tools-4.18.0-16-. Package: linux-hwe-edge-cloud-tools-4.18.0-12 Description-md5: a1d49873b912f8488eebfbbe062870af Description-en: Linux kernel version specific cloud tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.18.0-12 on 64 bit x86. You probably want to install linux-cloud-tools-4.18.0-12-. Package: linux-hwe-edge-tools-4.18.0-12 Description-md5: 6acce066676e96517e153a5ad0f408c7 Description-en: Linux kernel version specific tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-12 on 64 bit x86. You probably want to install linux-tools-4.18.0-12-. Package: linux-hwe-tools-4.18.0-16 Description-md5: 54902b02edfb63f011e2eefb5e8015f3 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on 64 bit x86. You probably want to install linux-tools-4.18.0-16-. Package: linux-image-4.15.0-1009-oracle Description-md5: dac56b784e93dabcafaf01236fed222d Description-en: Signed kernel image oracle A kernel image for Oracle. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1028-gcp Description-md5: a844e08bb9bc7e5da00eb900399526fd Description-en: Signed kernel image GCP A kernel image for GCP. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1030-kvm Description-md5: 3cc59ad363f03de32269ec6e76c4f5e9 Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.15.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward virtual systems. . You likely do not want to install this package directly. Instead, install the linux-kvm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1033-aws Description-md5: faf23600882c3d906ab9424476eda056 Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.15.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-4.15.0-1034-oem Description-md5: 5dc01de5fa314f0696e8cd7dde9b887b Description-en: Signed kernel image oem A kernel image for oem. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-46-generic Description-md5: 54a18b1adebc179da3c9e59a5db5fe77 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-46-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. Package: linux-image-4.18.0-1007-gcp Description-md5: a7b304a571398efc4c24189f61ea6f94 Description-en: Signed kernel image gcp A kernel image for gcp. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.18.0-1012-azure Description-md5: 4f10ee54ba011a7f5b60c437e681a38d Description-en: Signed kernel image azure A kernel image for azure. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.18.0-16-generic Description-md5: 54a18b1adebc179da3c9e59a5db5fe77 Description-en: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.18.0-16-lowlatency Description-md5: d033c93139790e893a4e35936dd49bc8 Description-en: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI 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: 59fc023c98c9e1d74aefb185eab773d3 Description-en: Linux kernel image for Azure systems. This package will always depend on the latest kernel image available for Azure systems. Package: linux-image-azure-edge Description-md5: 59fc023c98c9e1d74aefb185eab773d3 Description-en: Linux kernel image for Azure systems. This package will always depend on the latest kernel image available for Azure systems. 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-16.04 Description-md5: 9abd0322f79b890a1cfa58c2934927ae Description-en: Extra drivers for Virtual Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-extra-virtual-hwe-16.04-edge Description-md5: 9abd0322f79b890a1cfa58c2934927ae Description-en: Extra drivers for Virtual Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-extra-virtual-hwe-18.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-18.04-edge Description-md5: 9294e4085f6284a282d73159409194a6 Description-en: Extra drivers for Virtual Linux kernel image This package will always depend on linux-image-generic. Package: linux-image-gcp Description-md5: f100d59138809689d7ab845357f64201 Description-en: Google Cloud Platform (GCP) Linux kernel image This package will always depend on the latest Google Cloud Platform (GCP) kernel image available. Package: linux-image-gcp-edge Description-md5: ee080acd87f6fc7db93c85635d8338b2 Description-en: Linux kernel image for GCP systems. This package will always depend on the latest kernel image available for GCP systems. 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-16.04 Description-md5: 0e78105e0358840c5a0e995da5eda0a8 Description-en: Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-generic-hwe-16.04-edge Description-md5: 0e78105e0358840c5a0e995da5eda0a8 Description-en: Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-generic-hwe-18.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-18.04-edge Description-md5: 6d632579c673704f44b290b16e7dbfd1 Description-en: Generic Linux kernel image This package will always depend on the latest generic kernel image available. Package: linux-image-gke Description-md5: 4b1a3063844337a92bdbf600862ec65d Description-en: Google Container Engine (GKE) Linux kernel image This package will always depend on the latest Google Container Engine (GKE) kernel image available. Package: linux-image-kvm Description-md5: 7d945f6f00763871c0863ed74e08dd5c Description-en: Linux kernel image for virtual systems. This package will always depend on the latest kernel image available for virtual systems. Package: linux-image-lowlatency Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-lowlatency-hwe-16.04 Description-md5: 1b0d1ad98893ac08180ae39657e5ffdf Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-lowlatency-hwe-16.04-edge Description-md5: 1b0d1ad98893ac08180ae39657e5ffdf Description-en: lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-lowlatency-hwe-18.04 Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-lowlatency-hwe-18.04-edge Description-md5: 81c6fc6425f7566aa856ff1be6d8b320 Description-en: lowlatency Linux kernel image This package will always depend on the latest lowlatency kernel image available. Package: linux-image-oem Description-md5: 3dde93b5bdac4bce49c7cb3c374d0dd5 Description-en: OEM Linux kernel image This package will always depend on the latest OEM kernel image available. Package: linux-image-oracle Description-md5: ffee2e09f7d9a09f2bd9b4c72ff6d921 Description-en: Linux kernel image for Oracle systems. This package will always depend on the latest kernel image available for Oracle systems. Package: linux-image-unsigned-4.15.0-1009-oracle Description-md5: c54abeefa130a057fcf5255783b60d59 Description-en: Oracle Linux kernel image for version 4.15.0 on 64 bit x86 SMP This package contains the unsigned Oracle Linux kernel image for version 4.15.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-4.15.0-1028-gcp Description-md5: 3510e0cea88468cff163ceecdb3d6d12 Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.15.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-4.15.0-1034-oem Description-md5: 5035480e37133c0c031647ce3c9d6b04 Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.15.0 on 64 bit x86 SMP. . Supports OEM processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-46-generic Description-md5: 2b92c6e611f600744128e2cc5528acb4 Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.15.0 on 64 bit x86 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-46-lowlatency Description-md5: bc93ee5554b401684e67477f508a14ad Description-en: Linux kernel image for version 4.15.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.15.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-4.18.0-1007-gcp Description-md5: 6c977bb716397532ec6e452b80377d02 Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.18.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-4.18.0-1012-azure Description-md5: 5a4814bc61d50ead62b396386b68ffd5 Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.18.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-4.18.0-16-generic Description-md5: 651a001630f1899ea3c8b621462978e0 Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.18.0-16-lowlatency Description-md5: bf2f8def529089ef56310f9620527c08 Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 4.18.0 on 64 bit x86 SMP. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-virtual Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-image-virtual-hwe-16.04 Description-md5: 7d8cc4b9344d6c800d578c682636f6b3 Description-en: Virtual Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-virtual-hwe-16.04-edge Description-md5: 7d8cc4b9344d6c800d578c682636f6b3 Description-en: Virtual Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-virtual-hwe-18.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-18.04-edge Description-md5: 730c41972b2fe1e17a49895d30344c78 Description-en: Virtual Linux kernel image This package will always depend on the latest minimal generic kernel image used for virtual instances. Package: linux-kvm Description-md5: 253e7b91934acfd4384c636877e8fca1 Description-en: Complete Linux kernel for virtual systems. This package will always depend on the latest complete Linux kernel available for virtual systems. Package: linux-kvm-headers-4.15.0-1030 Description-md5: 51d8d95c31a927e2dddc10c832e30f7a Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-kvm-headers-4.15.0-1030/debian.README.gz for details Package: linux-kvm-tools-4.15.0-1030 Description-md5: 3b940cc8db086c54eff6258814dc11a9 Description-en: Linux kernel version specific tools for version 4.15.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1030 on 64 bit x86. You probably want to install linux-tools-4.15.0-1030-. 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-hwe-16.04 Description-md5: 2ed65e996ff071520ffd905289b92782 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-lowlatency-hwe-16.04-edge Description-md5: 2ed65e996ff071520ffd905289b92782 Description-en: Complete lowlatency Linux kernel (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-lowlatency-hwe-18.04 Description-md5: b52e19b8044c25aff9dce108f24e2ee9 Description-en: Complete lowlatency Linux kernel This package will always depend on the latest complete lowlatency Linux kernel available. Package: linux-lowlatency-hwe-18.04-edge Description-md5: b52e19b8044c25aff9dce108f24e2ee9 Description-en: Complete lowlatency Linux kernel This package will always depend on the latest complete lowlatency Linux kernel available. Package: linux-modules-4.15.0-1009-oracle Description-md5: d83f1365bb346a7fc8bd6e8f20129488 Description-en: Oracle Linux kernel extra modules for version 4.15.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-4.15.0-1028-gcp Description-md5: 168ebb072649813979013e88af0f50d5 Description-en: Linux kernel extra modules for version 4.15.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-4.15.0-1030-kvm Description-md5: b584167c00c306e48a479cd978c75a6b Description-en: Linux kernel extra modules for version 4.15.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 virtual systems. . You likely do not want to install this package directly. Instead, install the linux-kvm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1033-aws Description-md5: 20a13d07778ebdf4680b184206194be4 Description-en: Linux kernel extra modules for version 4.15.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-4.15.0-1034-oem Description-md5: 15623059edd746625619a225b28750b5 Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports OEM processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-46-generic Description-md5: 8f35dfd9818b6b094b43979d4a91e6e0 Description-en: Linux kernel extra modules for version 4.15.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-4.15.0-46-lowlatency Description-md5: 8fecbe9b590b8f84873c5a5aa75ece99 Description-en: Linux kernel extra modules for version 4.15.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-4.18.0-1007-gcp Description-md5: af1b0389be281b03df124ebc6a892408 Description-en: Linux kernel extra modules for version 4.18.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-4.18.0-1012-azure Description-md5: bba892c329b19d18b2dc35e36515ac96 Description-en: Linux kernel extra modules for version 4.18.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-4.18.0-16-generic Description-md5: e7bf4f135a03e332f32e0eaec5a05ca4 Description-en: Linux kernel extra modules for version 4.18.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-4.18.0-16-lowlatency Description-md5: 6d4210655410ddcdc2c209a269315c89 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-4.15.0-1009-oracle Description-md5: ff3f576f48e219e89bf2aa9212dbc471 Description-en: Oracle Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP This package contains the Oracle Linux kernel extra modules for version 4.15.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-4.15.0-1028-gcp Description-md5: 5270c35c2ccfa0c52a67a85689991df4 Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.15.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-4.15.0-46-generic Description-md5: b278099838d38af9dc5777d3f6510b9f Description-en: Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.15.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-4.18.0-1007-gcp Description-md5: 751f0f47b6f2e4af08702d08eaa09756 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.18.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-4.18.0-1012-azure Description-md5: e4b4b092ada40a9d70fa892e616ab338 Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.18.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-4.18.0-16-generic Description-md5: 6f4ba331513b2cffd0e39712776225ac Description-en: Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 4.18.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-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-azure-edge 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-extra-gcp-edge Description-md5: 2b1011cb5524e804161663230df9c8f1 Description-en: Linux kernel extra modules for GCP systems. This package will always depend on the latest extra modules package available for GCP systems. Package: linux-modules-extra-gke Description-md5: 03b54e749908469728e71772f8fa00ad Description-en: Google Container Engine (GKE) Linux kernel extra modules This package will always depend on the latest Google Container Engine (GKE) extra modules package available. Package: linux-oem Description-md5: f5ceccf3e6ffde2bc0f9e5adc29d6f9e Description-en: Complete OEM Linux kernel and headers This package will always depend on the latest complete OEM Linux kernel and headers. Package: linux-oem-headers-4.15.0-1034 Description-md5: 0ef200735c621f0074ac043b10362004 Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-headers-4.15.0-1034/debian.README.gz for details Package: linux-oem-tools-4.15.0-1034 Description-md5: 94dd97a72d327c3437371d5fbffc4b1e Description-en: Linux kernel version specific tools for version 4.15.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1034 on 64 bit x86. You probably want to install linux-tools-4.15.0-1034-. 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-4.15.0-1009 Description-md5: d5156f830b9e275e8b3bd02d73a590f6 Description-en: Header files related to Oracle Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oracle-headers-4.15.0-1009/debian.README.gz for details Package: linux-oracle-tools-4.15.0-1009 Description-md5: c803ab3932c01835cd142e56b15429fd Description-en: Oracle Linux kernel version specific tools for version 4.15.0-1009 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1009 on 64 bit x86. You probably want to install linux-tools-4.15.0-1009-. Package: linux-signed-azure Description-md5: 1f20c6cb7313fa276cb34a479c42a15c Description-en: Complete Signed Azure Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete azure Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-azure-edge Description-md5: 1f20c6cb7313fa276cb34a479c42a15c Description-en: Complete Signed Azure Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete azure Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-gcp-edge Description-md5: e55fbc75cee3c2e9300103db7907fe77 Description-en: Complete Signed GCP Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete gcp Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-generic Description-md5: 834e093e2da0bcd5097f327be8fe4de8 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete generic Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-generic-hwe-16.04 Description-md5: d3e211dcd46aa31bd33d9fbc1526cda1 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-generic-hwe-16.04-edge Description-md5: d3e211dcd46aa31bd33d9fbc1526cda1 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-generic-hwe-18.04 Description-md5: 834e093e2da0bcd5097f327be8fe4de8 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete generic Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-generic-hwe-18.04-edge Description-md5: 834e093e2da0bcd5097f327be8fe4de8 Description-en: Complete Signed Generic Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete generic Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-image-azure Description-md5: 09d9b4e6661a4033d59cdfeb8f6446a5 Description-en: Signed Azure Linux kernel image (dummy transitional package) This package will always depend on the latest azure kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-azure-edge Description-md5: 09d9b4e6661a4033d59cdfeb8f6446a5 Description-en: Signed Azure Linux kernel image (dummy transitional package) This package will always depend on the latest azure kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-gcp-edge Description-md5: 53678762effcb50e85c00020ef398dec Description-en: Signed GCP Linux kernel image (dummy transitional package) This package will always depend on the latest gcp kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-generic Description-md5: 241ab7e8a95119fcc90f7f2597a69ca6 Description-en: Signed Generic Linux kernel image (dummy transitional package) This package will always depend on the latest generic kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-generic-hwe-16.04 Description-md5: ed47870776906e3696ae81ee8922a8b2 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-image-generic-hwe-16.04-edge Description-md5: ed47870776906e3696ae81ee8922a8b2 Description-en: Signed Generic Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-image-generic-hwe-18.04 Description-md5: 241ab7e8a95119fcc90f7f2597a69ca6 Description-en: Signed Generic Linux kernel image (dummy transitional package) This package will always depend on the latest generic kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-generic-hwe-18.04-edge Description-md5: 241ab7e8a95119fcc90f7f2597a69ca6 Description-en: Signed Generic Linux kernel image (dummy transitional package) This package will always depend on the latest generic kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-lowlatency Description-md5: fb7412669e63b716da869c0baa45983a Description-en: Signed Lowlatency Linux kernel image (dummy transitional package) This package will always depend on the latest lowlatency kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-lowlatency-hwe-16.04 Description-md5: 6e52460ce8b62ca768d7edcb334e644f Description-en: Signed Lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-image-lowlatency-hwe-16.04-edge Description-md5: 6e52460ce8b62ca768d7edcb334e644f Description-en: Signed Lowlatency Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-image-lowlatency-hwe-18.04 Description-md5: fb7412669e63b716da869c0baa45983a Description-en: Signed Lowlatency Linux kernel image (dummy transitional package) This package will always depend on the latest lowlatency kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-lowlatency-hwe-18.04-edge Description-md5: fb7412669e63b716da869c0baa45983a Description-en: Signed Lowlatency Linux kernel image (dummy transitional package) This package will always depend on the latest lowlatency kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-image-oracle Description-md5: ae2562ef805272e366f74587c59ce5a5 Description-en: Signed Oracle Linux kernel image (dummy transitional package) This package will always depend on the latest oracle kernel image available. Signed with the Ubuntu EFI key. Package: linux-signed-lowlatency Description-md5: 6ba000f7a97ad3db7d1f7c027cb7b1b7 Description-en: Complete Signed Lowlatency Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete lowlatency Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-lowlatency-hwe-16.04 Description-md5: 5cb085879bb5d3ec1bf4b497b51a254f Description-en: Complete Signed Lowlatency Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-lowlatency-hwe-16.04-edge Description-md5: 5cb085879bb5d3ec1bf4b497b51a254f Description-en: Complete Signed Lowlatency Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-signed-lowlatency-hwe-18.04 Description-md5: 6ba000f7a97ad3db7d1f7c027cb7b1b7 Description-en: Complete Signed Lowlatency Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete lowlatency Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-lowlatency-hwe-18.04-edge Description-md5: 6ba000f7a97ad3db7d1f7c027cb7b1b7 Description-en: Complete Signed Lowlatency Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete lowlatency Linux kernel and headers. Signed with the Ubuntu EFI key. Package: linux-signed-oracle Description-md5: efd6468ffd20f75ab49b31a3c33631a1 Description-en: Complete Signed Oracle Linux kernel and headers (dummy transitional package) This package will always depend on the latest complete oracle Linux kernel and headers. Signed with the Ubuntu EFI key. 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-4.15.0 Description-md5: 35dad920e8f20b1c82be08629b05864f Description-en: Linux kernel source for version 4.15.0 with Ubuntu patches This package provides the source code for the Linux kernel version 4.15.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-source-4.18.0 Description-md5: 47af961c35d4ad7e1bb25335cbf331b7 Description-en: Linux kernel source for version 4.18.0 with Ubuntu patches This package provides the source code for the Linux kernel version 4.18.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-4.15.0-1009-oracle Description-md5: 5f09b5bd418fcdcbf8074d4b92c982c9 Description-en: Oracle Linux kernel version specific tools for version 4.15.0-1009 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1009 on 64 bit x86. Package: linux-tools-4.15.0-1028-gcp Description-md5: f9bce54f605d9f3f326b4d6d1352d0b1 Description-en: Linux kernel version specific tools for version 4.15.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1028 on 64 bit x86. Package: linux-tools-4.15.0-1030-kvm Description-md5: 907d915479824d16e827a6a098131cb6 Description-en: Linux kernel version specific tools for version 4.15.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1030 on 64 bit x86. Package: linux-tools-4.15.0-1033-aws Description-md5: 2a92a2ee88c33c99532614e91693c2eb Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on 64 bit x86. Package: linux-tools-4.15.0-1034-oem Description-md5: 450de56677dde168da9d395721a72ebc Description-en: Linux kernel version specific tools for version 4.15.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1034 on 64 bit x86. Package: linux-tools-4.15.0-46 Description-md5: 517e6d9f9efa6990cc42fffe189ba846 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on 64 bit x86. You probably want to install linux-tools-4.15.0-46-. Package: linux-tools-4.15.0-46-generic Description-md5: 096c586934adec01344c6e58caf110ed Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on 64 bit x86. Package: linux-tools-4.15.0-46-lowlatency Description-md5: 096c586934adec01344c6e58caf110ed Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on 64 bit x86. Package: linux-tools-4.18.0-1007-gcp Description-md5: d7e5610b7e0643c75e5978069c1a3e60 Description-en: Linux kernel version specific tools for version 4.18.0-1007 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1007 on 64 bit x86. Package: linux-tools-4.18.0-1012-azure Description-md5: 95f795fced14e18fd3b7b6edc1821733 Description-en: Linux kernel version specific tools for version 4.18.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-1012 on 64 bit x86. Package: linux-tools-4.18.0-16-generic Description-md5: 01a59a3f0ec86544c9a9de7ec097ca8b Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on 64 bit x86. Package: linux-tools-4.18.0-16-lowlatency Description-md5: 01a59a3f0ec86544c9a9de7ec097ca8b Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 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-azure-edge 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: 07f43345ae7b6d96e4e9b31f114e1eb5 Description-en: Linux kernel version specific tools for version 4.15.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version PGKVER. Package: linux-tools-gcp Description-md5: 3d914bfcdd174f3e1189d829307612c2 Description-en: Google Cloud Platform (GCP) Linux kernel tools This package will always depend on the latest Google Cloud Platform (GCP) kernel tools available. Package: linux-tools-gcp-edge Description-md5: 8142ca8518bf210a6af56f5878d8ba86 Description-en: Linux kernel versioned tools for GCP systems. This package will always depend on the latest Linux kernel versioned tools available for GCP systems. 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-16.04 Description-md5: 8adf18e8211a5ddc53fac2443b8bd3f2 Description-en: Generic Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-generic-hwe-16.04-edge Description-md5: 8adf18e8211a5ddc53fac2443b8bd3f2 Description-en: Generic Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-generic-hwe-18.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-18.04-edge Description-md5: 64a22a7a6c16a9e754ca8416e318c089 Description-en: Generic Linux kernel tools This package will always depend on the latest generic kernel tools available. Package: linux-tools-gke Description-md5: 6e72416911e80a401d51458df80874c4 Description-en: Google Container Engine (GKE) Linux kernel tools This package will always depend on the latest Google Container Engine (GKE) 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-kvm Description-md5: e17495f95d35a6507f5ac75579a7c604 Description-en: Linux kernel versioned tools for virtual systems. This package will always depend on the latest Linux kernel versioned tools available for virtual systems. Package: linux-tools-lowlatency Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-lowlatency-hwe-16.04 Description-md5: ea105c019a8d71b74e6aa5291c300a71 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-lowlatency-hwe-16.04-edge Description-md5: ea105c019a8d71b74e6aa5291c300a71 Description-en: lowlatency Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-lowlatency-hwe-18.04 Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-lowlatency-hwe-18.04-edge Description-md5: e3526bccc03154dd5bfd31ac11ba341e Description-en: lowlatency Linux kernel tools This package will always depend on the latest lowlatency kernel tools available. Package: linux-tools-oem Description-md5: 544dead17e2cf698cd9acab1fb72ea0b Description-en: OEM Linux kernel tools This package will always depend on the latest OEM kernel tools available. Package: linux-tools-oracle Description-md5: 362246a635b6b01427de3df499dc087a Description-en: Linux kernel versioned tools for Oracle systems. This package will always depend on the latest Linux kernel versioned tools available for Oracle systems. Package: linux-tools-virtual Description-md5: 059dc5c09ea5a7d9221cca9e5861e4fb Description-en: Virtual Linux kernel tools This package will always depend on the latest minimal generic kernel tools used for virtual instances. Package: linux-tools-virtual-hwe-16.04 Description-md5: cbb41fa35f9d0a50bb320c2fabe66b17 Description-en: Virtual Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-virtual-hwe-16.04-edge Description-md5: cbb41fa35f9d0a50bb320c2fabe66b17 Description-en: Virtual Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-virtual-hwe-18.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-18.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-16.04 Description-md5: e08c3e1d64a6b228ee104a3140c29707 Description-en: Minimal Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-virtual-hwe-16.04-edge Description-md5: e08c3e1d64a6b228ee104a3140c29707 Description-en: Minimal Generic Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-virtual-hwe-18.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-18.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: livecd-rootfs Description-md5: 7b59fd93401bd0efd37505de924d874f Description-en: construction script for the livecd rootfs livecd-rootfs provides the script used to create the root filesystem on the livecd. Package: mesa-common-dev Description-md5: 0d9d46ba6861a0a8c404cf51db1e980d Description-en: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL extensions, the complete set of release notes and the development header files common to all Mesa packages. Package: mesa-vdpau-drivers Description-md5: 19cfba61e1be17ccf30d9c5bb9ec109a Description-en: Mesa VDPAU video acceleration drivers These libraries provide the Video Decode and Presentation API for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VDPAU for some gallium drivers. Package: mutter Description-md5: 7152d88dc5fc270769908fdf6c997d65 Description-en: lightweight GTK+ window manager Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the core binaries. Package: mutter-common Description-md5: 3e115f2b281be4785d756660fc028a3e Description-en: shared files for the Mutter window manager Mutter is a small window manager, using GTK+ and Clutter to do everything. . Mutter is the clutter-based evolution of Metacity, which, as the author says, is a "Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios." . This package contains the shared files. Package: network-manager Description-md5: 2c78dc83d692070928a0e81f979ef9c2 Description-en: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . This package provides the userspace daemons and a command line interface to interact with NetworkManager. . Optional dependencies: * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP address configuration. * ppp: Required for establishing dial-up connections (e.g. via GSM). * dnsmasq-base/iptables: Required for creating Ad-hoc connections and connection sharing. * libteam-utils: Network Team driver allows multiple network interfaces to be teamed together and act like a single one. This process is called "ethernet bonding", "channel teaming" or "link aggregation". Package: network-manager-config-connectivity-ubuntu Description-md5: 0e08be21b6ab1d9aa2946a763899e6d6 Description-en: NetworkManager configuration to enable connectivity checking This package contains a configuration file which enables NetworkManager's connectivity checking functionality. . NetworkManager will try to connect to an Ubuntu server to determine the connection status. . This is particularly useful for captive portal detection. . No user data is transmitted in the connectivity checks, but merely contacting the Ubuntu connectivity check servers reveals that the user is running an Ubuntu(-based) operating system with NetworkManager. Package: network-manager-dev Description-md5: a5d134de9700e69e3f7cdac19c2fbc15 Description-en: network management framework (development files) This package provides general header and development files and documentation of configuration formats, command line utilities and the D-Bus API. Package: openjdk-11-dbg Description-md5: d73cb0a41450fd194ce774f2b26510b8 Description-en: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. Package: openjdk-11-doc Description-md5: 4689d9c1e14d405d15f0710639599643 Description-en: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. Package: openjdk-11-jdk Description-md5: b9e7f4837238c34971e4a8b72ab7d045 Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-11-jdk-headless Description-md5: 494a52f34d707a832270d6d51a78f511 Description-en: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-11-jre Description-md5: 13097853553de1ab39cc189225a9cbaa Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. Package: openjdk-11-jre-headless Description-md5: 62c2c9689e617c48cc4480926d2ca785 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. Package: openjdk-11-source Description-md5: 5e4d8bbb398daa24b05478a4a3be42bf Description-en: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. Package: pkgbinarymangler Description-md5: 160cf93e8071fea98eda367aac3b734d Description-en: strips translations and alters maintainers during build pkgbinarymangler consists of a dpkg-deb wrapper that calls the following helper applications while building a debian binary package: . pkgstriptranslations removes all *.mo files in /usr/share/locale from all package build directories. It is used to strip off gettext translations from generated binary packages, because translations are already shipped in the language packs. Its behaviour (which is disabled by default) is configured in /etc/pkgbinarymangler/striptranslations.conf. . pkgmaintainermangler adjusts the maintainer field in binary packages to match a set of rules (including whitelists, mass renames by component, maintainer name, etc) defined in the pkgmaintainermangler configuration file at /etc/pkgbinarymangler/maintainermangler.conf. Package: pxelinux Description-md5: 86c16ea3e455f4a5c8b0d7d0deddf48f Description-en: collection of bootloaders (PXE network bootloader) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the bootloader for PXE network boots (PXELINUX). Package: python-gi Description-md5: 8d2225b2f817f42645ac3c6bd82fee0f Description-en: Python 2.x bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 2.x binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python. Package: python-gi-dbg Description-md5: cc6cbe7a432fd5c4af8daff83f2f824f Description-en: Python bindings for the GObject library (debug extension) GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. . This package contains the extensions built for the Python debug interpreter. Package: python-gi-dev Description-md5: f5f0bb4fb02f0013d4124b7ce2dabd49 Description-en: development headers for GObject Python bindings GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the development headers needed to build C extensions which use pygobject. Package: python3-apport Description-md5: 90fc3702a69ad06599a95a46ceb5778a Description-en: Python 3 library for Apport crash report handling This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. Package: python3-curtin Description-md5: e0f139c6d97022bcf1c0380aa05a6f57 Description-en: Library and tools for curtin installer This package provides python3 library for use by curtin. Package: python3-gi Description-md5: f0850471c776a975236399e3050363aa Description-en: Python 3 bindings for gobject-introspection libraries GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. Package: python3-gi-cairo Description-md5: 9b3c3678114febdf17db503bab5e0915 Description-en: Python 3 Cairo bindings for the GObject library GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 Cairo bindings for GObject. It is mostly used by other bindings to map their GObjects to Python objects. Package: python3-gi-dbg Description-md5: cee150898742e87b20dceb8ab5b02a97 Description-en: Python 3 bindings for gobject-introspection libraries (debug extension) GObject is an abstraction layer that allows programming with an object paradigm that is compatible with many languages. It is a part of Glib, the core library used to build GTK+ and GNOME. . This package contains the Python 3 binding generator for libraries that support gobject-introspection, i. e. which ship a gir1.2-- package. With these packages, the libraries can be used from Python 3. . This package contains the extensions built for the Python 3 debug interpreter. Package: python3-problem-report Description-md5: 9c38d91ac205b1680832021377d9156d Description-en: Python 3 library to handle problem reports This Python library provides an interface for creating, modifying, and accessing standardized problem reports for program and kernel crashes and packaging bugs. . These problem reports use standard Debian control format syntax (RFC822). Package: qemu-block-extra Description-md5: 2a9d1fab06fc3d6f649bc1fb06339800 Description-en: extra block backend modules for qemu-system and qemu-utils QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides extra block device backend modules for qemu-system emulation and qemu-img from qemu-utils package, which are rarely used and has extra dependencies. Package: qemu-kvm Description-md5: 3038625511799a54f35970da0ddc9652 Description-en: QEMU Full virtualization on x86 hardware QEMU is a fast processor emulator. This package provides just a wrapper script /usr/bin/kvm which run qemu-system-x86 in kvm mode for backwards compatibility. Package: qemu-system-arm Description-md5: 133b9ec73ea2f1bb3b0614f65ad95514 Description-en: QEMU full system emulation binaries (arm) QEMU is a fast processor emulator: currently the package supports ARM emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following arm hardware: aarch64 arm. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-common Description-md5: 9eeecae0ef6b457cabe162fc54e999b8 Description-en: QEMU full system emulation binaries (common files) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides common files needed for target-specific full system emulation (qemu-system-*) packages. Package: qemu-system-ppc Description-md5: 480069bd13e73c6087cc7df565f47440 Description-en: QEMU full system emulation binaries (ppc) QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc ppcemb ppc64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-s390x Description-md5: c7d304a37d60d43052b950818bd7c1d8 Description-en: QEMU full system emulation binaries (s390x) QEMU is a fast processor emulator: currently the package supports s390x emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following s390x hardware: s390x. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. Package: qemu-system-x86 Description-md5: 2ad3dd27a937f58ca5b2ffccbe9c63b3 Description-en: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64. . In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. . On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it. Package: qemu-utils Description-md5: 2c65298afe6300be7b1ce793bdf9fb81 Description-en: QEMU utilities QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides QEMU related utilities: * qemu-img: QEMU disk image utility * qemu-io: QEMU disk exerciser * qemu-nbd: QEMU disk network block device server Package: syslinux Description-md5: 50c42eb61f4eca6baafef92fdfa86fc7 Description-en: collection of bootloaders (DOS FAT and NTFS bootloader) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the bootloader for DOS FAT and NTFS filesystems (SYSLINUX). Package: syslinux-common Description-md5: f721c10b6d4584f63f54f9984d8daac3 Description-en: collection of bootloaders (common) syslinux is a suite of bootloaders, currently supporting DOS FAT and NTFS filesystems (SYSLINUX), Linux ext2/ext3/ext4, btrfs, and xfs filesystems (EXTLINUX), PXE network boots (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). . This package contains the common files. Package: unattended-upgrades Description-md5: 13ffb6fcb282e3e2203472fa9b1a59f7 Description-en: automatic installation of security upgrades This package can download and install security upgrades automatically and unattended, taking care to only install packages from the configured APT source, and checking for dpkg prompts about configuration file changes. . This script is the backend for the APT::Periodic::Unattended-Upgrade option. Package: xkb-data Description-md5: 3253e95e707af859f77590b31f05da3b Description-en: X Keyboard Extension (XKB) configuration data This package contains configuration data used by the X Keyboard Extension (XKB), which allows selection of keyboard layouts when using a graphical interface. . Every X11 vendor provides its own XKB data files, so keyboard layout designers have to send their layouts to several places. The xkeyboard-config project has been launched at FreeDesktop in order to provide a central repository that could be used by all vendors. Package: default-jdk Description-md5: 8df9076e2dc48e586d3f361b25575ae1 Description-en: Standard Java or Java compatible Development Kit This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk for arm64. Package: default-jdk-doc Description-md5: b1b6d6b5e3a580efd2254ae9f820343c Description-en: Standard Java or Java compatible Development Kit (documentation) This dependency package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-11-doc for arm64. Package: default-jdk-headless Description-md5: 09d91954cdc82526a2dbbfd91b0a8c09 Description-en: Standard Java or Java compatible Development Kit (headless) This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk-headless for arm64. . The package is used as dependency for packages not needing a graphical display during runtime. Package: default-jre Description-md5: 9d234ec9183d926e563d0acf69f3fa46 Description-en: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre for arm64. Package: default-jre-headless Description-md5: dc79f467ee68cecc0af17f7f1f27bdf2 Description-en: Standard Java or Java compatible Runtime (headless) This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre-headless for arm64. . The package is used as dependency for packages not needing a graphical display during runtime. Package: flash-kernel Description-md5: 20e5ff2238f4ed9bfdf4651b31ecd6f9 Description-en: utility to make certain embedded devices bootable flash-kernel is a script which will put the kernel and initramfs in the boot location of embedded devices that don't load the kernel and initramfs directly from /boot. flash-kernel supports devices that boot from flash memory (hence the name) as well as some devices that require a special boot image on the disk. Package: linux-aws-cloud-tools-4.15.0-1033 Description-md5: 2ee794a3da4a3d81356a6db1aea0aab1 Description-en: Linux kernel version specific cloud tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.15.0-1033 on ARMv8. You probably want to install linux-cloud-tools-4.15.0-1033-. Package: linux-aws-tools-4.15.0-1033 Description-md5: e202c12b562ba19d46cffc14b128f2fb Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on ARMv8. You probably want to install linux-tools-4.15.0-1033-. Package: linux-buildinfo-4.15.0-1032-raspi2 Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-1033-aws Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-46-generic Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-46-snapdragon Description-md5: 4f01ed96492a10e6297bb9e9a0bf104c Description-en: Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-generic Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-snapdragon Description-md5: fe40a68305526fc0961dbef57e32c802 Description-en: Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-4.15.0-1033-aws Description-md5: 2758d62c589ac974cd74febacc346d06 Description-en: Linux kernel version specific cloud tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.15.0-1033 on ARMv8. Package: linux-headers-4.15.0-1032-raspi2 Description-md5: e09f1596133bec6520957510808421fc Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1032/debian.README.gz for details. Package: linux-headers-4.15.0-1033-aws Description-md5: c84637a924dae0bdc609e54383cd3673 Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1033/debian.README.gz for details. Package: linux-headers-4.15.0-46-generic Description-md5: 348990021efd09abc855bf7803c6bebb Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.15.0-46-snapdragon Description-md5: 348990021efd09abc855bf7803c6bebb Description-en: Linux kernel headers for version 4.15.0 on ARMv8 SMP This package provides kernel header files for version 4.15.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.18.0-16-generic Description-md5: 0e377f0477ab878564dde3c76dfa947d Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-headers-4.18.0-16-snapdragon Description-md5: 0e377f0477ab878564dde3c76dfa947d Description-en: Linux kernel headers for version 4.18.0 on ARMv8 SMP This package provides kernel header files for version 4.18.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-headers-raspi2 Description-md5: 325961295b16189333c01b5cecc65ef8 Description-en: Linux kernel headers for the BCM2709 architecture. This package will always depend on the latest kernel headers available for ARM BCM2709 systems. Package: linux-headers-snapdragon Description-md5: 5ab7d827deb0ac41d300f48fdb06ebbe Description-en: Linux kernel headers for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest kernel headers available for ARM64 Qualcomm Snapdragon 410c systems. Package: linux-headers-snapdragon-hwe-18.04 Description-md5: 5ab7d827deb0ac41d300f48fdb06ebbe Description-en: Linux kernel headers for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest kernel headers available for ARM64 Qualcomm Snapdragon 410c systems. Package: linux-hwe-edge-tools-4.18.0-12 Description-md5: f31933454bb7f20966c536f3994058ab Description-en: Linux kernel version specific tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-12 on ARMv8. You probably want to install linux-tools-4.18.0-12-. Package: linux-hwe-tools-4.18.0-16 Description-md5: acdca12380e94e4ff89d95d452f1d6fa Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on ARMv8. You probably want to install linux-tools-4.18.0-16-. Package: linux-image-4.15.0-1032-raspi2 Description-md5: d147c10ab28761a9bf82b91f61fa94e0 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.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-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-1033-aws Description-md5: aa63fbbf7b07eee00ba97652a9e72170 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.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-4.15.0-46-generic Description-md5: 25a1a4cf6ae329ee84bc2286fbc801dd Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.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-4.15.0-46-snapdragon Description-md5: 481a83dd1236e7d1627e4c6e120ec750 Description-en: Linux kernel image for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.15.0 on ARMv8 SMP. . Supports Generic Snapdragon processors. . Geared toward desktop,server and embedded systems. . You likely do not want to install this package directly. Instead, install the linux-snapdragon meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-16-generic Description-md5: c563713f97e91322061d9c9d75b4e17a Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.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-4.18.0-16-snapdragon Description-md5: 79559e50c413d96ab1ac026bd35812c1 Description-en: Linux kernel image for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel image for version 4.18.0 on ARMv8 SMP. . Supports Generic Snapdragon processors. . Geared toward desktop,server and embedded systems. . You likely do not want to install this package directly. Instead, install the linux-snapdragon meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-raspi2 Description-md5: 814523097d87cdb6c10b9bdee6d70059 Description-en: Linux kernel image for the BCM2709 architecture. This package will always depend on the latest kernel image available for ARM BCM2709 systems. Package: linux-image-snapdragon Description-md5: 3fea80c8415368e8e33170865a30b16c Description-en: Linux kernel image for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest kernel image available for ARM64 Qualcomm Snapdragon 410c systems. Package: linux-image-snapdragon-hwe-18.04 Description-md5: 3fea80c8415368e8e33170865a30b16c Description-en: Linux kernel image for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest kernel image available for ARM64 Qualcomm Snapdragon 410c systems. Package: linux-modules-4.15.0-1032-raspi2 Description-md5: f2275f3c9708ae34b013272669878cf5 Description-en: Linux kernel extra modules for version 4.15.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-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1033-aws Description-md5: 2130d3024e19e4644de5e113b9a4348d Description-en: Linux kernel extra modules for version 4.15.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-4.15.0-46-generic Description-md5: d136da2a6f822310875fa4003c7657af Description-en: Linux kernel extra modules for version 4.15.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-4.15.0-46-snapdragon Description-md5: 87e8560a592233da8d946f3675266f2d Description-en: Linux kernel extra modules for version 4.15.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 Snapdragon processors. . Geared toward desktop,server and embedded systems. . You likely do not want to install this package directly. Instead, install the linux-snapdragon meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-16-generic Description-md5: 23a882b054698a318df11d708ffe9d24 Description-en: Linux kernel extra modules for version 4.18.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-4.18.0-16-snapdragon Description-md5: 54b79b6ac951804570058b0b46d95946 Description-en: Linux kernel extra modules for version 4.18.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 Snapdragon processors. . Geared toward desktop,server and embedded systems. . You likely do not want to install this package directly. Instead, install the linux-snapdragon meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-4.15.0-46-generic Description-md5: 357f2a04982f465c9b9f5e64531ffb30 Description-en: Linux kernel extra modules for version 4.15.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 4.15.0 on ARMv8 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-4.18.0-16-generic Description-md5: 60cc0d96afa0db5f9d2363f0fc67706e Description-en: Linux kernel extra modules for version 4.18.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 4.18.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-raspi2 Description-md5: af1a07d43e83f239c2162c6c99131cc7 Description-en: Complete Linux kernel for the BCM2709 architecture. This package will always depend on the latest complete Linux kernel available for ARM BCM2709 systems. Package: linux-raspi2-headers-4.15.0-1032 Description-md5: 5ad0177fdc701dc80e40a0043a67e9ea Description-en: Header files related to Linux kernel version 4.15.0 This package provides kernel header files for version 4.15.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-headers-4.15.0-1032/debian.README.gz for details Package: linux-raspi2-tools-4.15.0-1032 Description-md5: b56a57456686a41194ce13729d59a814 Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARMv8. You probabaly want to install the linux-tools- meta package. Package: linux-snapdragon Description-md5: efb5fb17be9cd5f150dc560e8895f4b1 Description-en: Complete Linux kernel and headers for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest complete Linux kernel and headers available for ARM64 Qualcomm Snapdragon 410c systems. Package: linux-snapdragon-hwe-18.04 Description-md5: efb5fb17be9cd5f150dc560e8895f4b1 Description-en: Complete Linux kernel and headers for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest complete Linux kernel and headers available for ARM64 Qualcomm Snapdragon 410c systems. Package: linux-tools-4.15.0-1032-raspi2 Description-md5: 429d25da51bd3e7466ba0f16fa646d2c Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARMv8. Package: linux-tools-4.15.0-1033-aws Description-md5: b44099121ccf0a3f83105d9861fbbfa0 Description-en: Linux kernel version specific tools for version 4.15.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1033 on ARMv8. Package: linux-tools-4.15.0-46 Description-md5: 1132841728130b54ce34ddea00f1be5e Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on ARMv8. You probably want to install linux-tools-4.15.0-46-. Package: linux-tools-4.15.0-46-generic Description-md5: ae9e3cd6ab4b68bedfac5a5379a36717 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on ARMv8. Package: linux-tools-4.15.0-46-snapdragon Description-md5: ae9e3cd6ab4b68bedfac5a5379a36717 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on ARMv8. Package: linux-tools-4.18.0-16-generic Description-md5: 78a38cd2acbc2662a24ba6819d03417f Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on ARMv8. Package: linux-tools-4.18.0-16-snapdragon Description-md5: 78a38cd2acbc2662a24ba6819d03417f Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on ARMv8. Package: linux-tools-raspi2 Description-md5: 1dcd2a3e7720acd859349d339e6d4649 Description-en: Linux kernel versioned Tools. This package will always depend on the latest Linux kernel versioned tools available for ARM BCM2709 systems. The Ubuntu patches have been applied. Package: linux-tools-snapdragon Description-md5: 97b28a3309897d10f860c8fad8886954 Description-en: Linux kernel tools for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest kernel tools available for ARM64 Qualcomm Snapdragon 410c systems. Package: linux-tools-snapdragon-hwe-18.04 Description-md5: 97b28a3309897d10f860c8fad8886954 Description-en: Linux kernel tools for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest kernel tools available for ARM64 Qualcomm Snapdragon 410c systems. Package: default-jdk Description-md5: 3aa19e764cd1d5d853402c150141124e Description-en: Standard Java or Java compatible Development Kit This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk for armhf. Package: default-jdk-doc Description-md5: 7423e1a586f0b2944d99c0b3011694ab Description-en: Standard Java or Java compatible Development Kit (documentation) This dependency package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-11-doc for armhf. Package: default-jdk-headless Description-md5: 6422c35fcba06b3dd7ce8e6adaecf076 Description-en: Standard Java or Java compatible Development Kit (headless) This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk-headless for armhf. . The package is used as dependency for packages not needing a graphical display during runtime. Package: default-jre Description-md5: eeb64c8baed9eee8d7aca76e9e221e3c Description-en: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre for armhf. Package: default-jre-headless Description-md5: b0b9202e95f8945ade7e1144ee8fe834 Description-en: Standard Java or Java compatible Runtime (headless) This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre-headless for armhf. . The package is used as dependency for packages not needing a graphical display during runtime. Package: linux-buildinfo-4.15.0-1032-raspi2 Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-46-generic Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-46-generic-lpae Description-md5: b3c15266555526d316552953a5622d6d Description-en: Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.15.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-generic Description-md5: ef26fc28d877eaea84cbed6cc5dc8146 Description-en: Linux kernel buildinfo for version 4.18.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-generic-lpae Description-md5: ef26fc28d877eaea84cbed6cc5dc8146 Description-en: Linux kernel buildinfo for version 4.18.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 4.18.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-generic-lpae Description-md5: a57b5f0be4581589e3ee8778107f6e10 Description-en: Complete Generic LPAE Linux kernel and headers This package will always depend on the latest complete generic-lpae Linux kernel and headers. Package: linux-generic-lpae-hwe-16.04 Description-md5: 29a5bdf637b46aa144d1484ba9eb123d Description-en: Complete Generic LPAE Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-generic-lpae-hwe-16.04-edge Description-md5: 29a5bdf637b46aa144d1484ba9eb123d Description-en: Complete Generic LPAE Linux kernel and headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-generic-lpae-hwe-18.04 Description-md5: a57b5f0be4581589e3ee8778107f6e10 Description-en: Complete Generic LPAE Linux kernel and headers This package will always depend on the latest complete generic-lpae Linux kernel and headers. Package: linux-generic-lpae-hwe-18.04-edge Description-md5: a57b5f0be4581589e3ee8778107f6e10 Description-en: Complete Generic LPAE Linux kernel and headers This package will always depend on the latest complete generic-lpae Linux kernel and headers. Package: linux-headers-4.15.0-1032-raspi2 Description-md5: f1c50f7420236b4e5312a5f8e227e940 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-1032/debian.README.gz for details. Package: linux-headers-4.15.0-46-generic Description-md5: a3d3273eba74933c30043161e7c565a0 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.15.0-46-generic-lpae Description-md5: a3d3273eba74933c30043161e7c565a0 Description-en: Linux kernel headers for version 4.15.0 on ARM (hard float) SMP This package provides kernel header files for version 4.15.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.18.0-16-generic Description-md5: 9cbf77953ceb29749ae04cc93c4e3ca1 Description-en: Linux kernel headers for version 4.18.0 on ARM (hard float) SMP This package provides kernel header files for version 4.18.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-headers-4.18.0-16-generic-lpae Description-md5: 9cbf77953ceb29749ae04cc93c4e3ca1 Description-en: Linux kernel headers for version 4.18.0 on ARM (hard float) SMP This package provides kernel header files for version 4.18.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-headers-generic-lpae Description-md5: e736e620d7976258f618dadab1d651e9 Description-en: Generic LPAE Linux kernel headers This package will always depend on the latest generic-lpae kernel headers available. Package: linux-headers-generic-lpae-hwe-16.04 Description-md5: 2bc767617ec9102765e22d0df0f83a1b Description-en: Generic LPAE Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-generic-lpae-hwe-16.04-edge Description-md5: 2bc767617ec9102765e22d0df0f83a1b Description-en: Generic LPAE Linux kernel headers (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-headers-generic-lpae-hwe-18.04 Description-md5: e736e620d7976258f618dadab1d651e9 Description-en: Generic LPAE Linux kernel headers This package will always depend on the latest generic-lpae kernel headers available. Package: linux-headers-generic-lpae-hwe-18.04-edge Description-md5: e736e620d7976258f618dadab1d651e9 Description-en: Generic LPAE Linux kernel headers This package will always depend on the latest generic-lpae kernel headers available. Package: linux-hwe-edge-tools-4.18.0-12 Description-md5: c9d2578eaf24f6706188b32804ac3b2a Description-en: Linux kernel version specific tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-12 on ARM (hard float). You probably want to install linux-tools-4.18.0-12-. Package: linux-hwe-tools-4.18.0-16 Description-md5: 0baef4c585526edc42837d3086dca782 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on ARM (hard float). You probably want to install linux-tools-4.18.0-16-. Package: linux-image-4.15.0-1032-raspi2 Description-md5: a01a66b51f614df26cdf5db4422ebfbd Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.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-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-46-generic Description-md5: abc0c6efa55009474f89815c098bb415 Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.15.0-46-generic-lpae Description-md5: 60affb3b69e89c3a7aff88621e7b9c9b Description-en: Linux kernel image for version 4.15.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.15.0 on ARM (hard float) SMP. . Supports Generic LPAE processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-lpae meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-16-generic Description-md5: fdf8dc78cb25a811204e65627e37a458 Description-en: Linux kernel image for version 4.18.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.18.0 on ARM (hard float) SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-16-generic-lpae Description-md5: 164fb7266387ef9f44d776225a0654cf Description-en: Linux kernel image for version 4.18.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 4.18.0 on ARM (hard float) SMP. . Supports Generic LPAE processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-lpae meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-generic-lpae Description-md5: 6febea0aac8354d7ce75bae025d5bcf6 Description-en: Generic LPAE Linux kernel image This package will always depend on the latest generic-lpae kernel image available. Package: linux-image-generic-lpae-hwe-16.04 Description-md5: ebf315f8cc4e353607507e2e1fbfca6c Description-en: Generic LPAE Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-generic-lpae-hwe-16.04-edge Description-md5: ebf315f8cc4e353607507e2e1fbfca6c Description-en: Generic LPAE Linux kernel image (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-image-generic-lpae-hwe-18.04 Description-md5: 6febea0aac8354d7ce75bae025d5bcf6 Description-en: Generic LPAE Linux kernel image This package will always depend on the latest generic-lpae kernel image available. Package: linux-image-generic-lpae-hwe-18.04-edge Description-md5: 6febea0aac8354d7ce75bae025d5bcf6 Description-en: Generic LPAE Linux kernel image This package will always depend on the latest generic-lpae kernel image available. Package: linux-modules-4.15.0-1032-raspi2 Description-md5: daf86b8fe58f48160b81ba9e7032bc44 Description-en: Linux kernel extra modules for version 4.15.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-raspi2 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-46-generic Description-md5: 5d74813dc5be89165e2639809b42cebc Description-en: Linux kernel extra modules for version 4.15.0 on ARM (hard float) SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-46-generic-lpae Description-md5: 313b3e233b3572f8297a970001300d84 Description-en: Linux kernel extra modules for version 4.15.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 LPAE processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-lpae meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-16-generic Description-md5: 18f7344cb1f42f305f7e8cd2c5228aeb Description-en: Linux kernel extra modules for version 4.18.0 on ARM (hard float) SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.18.0-16-generic-lpae Description-md5: 90f3371430a5b32a52bcfc71c0a4afbb Description-en: Linux kernel extra modules for version 4.18.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 LPAE processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic-lpae meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-raspi2-tools-4.15.0-1032 Description-md5: 0c9184b14730284d7d9bbb05493f7446 Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARM (hard float). You probabaly want to install the linux-tools- meta package. Package: linux-tools-4.15.0-1032-raspi2 Description-md5: e4b24e38b2856c43ac3570c71df12039 Description-en: Linux kernel version specific tools for version 4.15.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-1032 on ARM (hard float). Package: linux-tools-4.15.0-46 Description-md5: defb77bf8c9bdd9b03b46ddf1095acb7 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on ARM (hard float). You probably want to install linux-tools-4.15.0-46-. Package: linux-tools-4.15.0-46-generic Description-md5: 70fb16dd85fb1dab35edf24e3a324517 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on ARM (hard float). Package: linux-tools-4.15.0-46-generic-lpae Description-md5: 70fb16dd85fb1dab35edf24e3a324517 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on ARM (hard float). Package: linux-tools-4.18.0-16-generic Description-md5: 6c51986061f97ee2e7ee1e990d9dcdb5 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on ARM (hard float). Package: linux-tools-4.18.0-16-generic-lpae Description-md5: 6c51986061f97ee2e7ee1e990d9dcdb5 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on ARM (hard float). Package: linux-tools-generic-lpae Description-md5: b0ac223b2b5f3fbb149daf32591111da Description-en: Generic LPAE Linux kernel tools This package will always depend on the latest generic-lpae kernel tools available. Package: linux-tools-generic-lpae-hwe-16.04 Description-md5: 9ddb4b6babaf3fc66c384f8677c05f16 Description-en: Generic LPAE Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-generic-lpae-hwe-16.04-edge Description-md5: 9ddb4b6babaf3fc66c384f8677c05f16 Description-en: Generic LPAE Linux kernel tools (dummy transitional package) Transitional package for upgrades from 16.04 to 18.04 (Xenial to Bionic) Package: linux-tools-generic-lpae-hwe-18.04 Description-md5: b0ac223b2b5f3fbb149daf32591111da Description-en: Generic LPAE Linux kernel tools This package will always depend on the latest generic-lpae kernel tools available. Package: linux-tools-generic-lpae-hwe-18.04-edge Description-md5: b0ac223b2b5f3fbb149daf32591111da Description-en: Generic LPAE Linux kernel tools This package will always depend on the latest generic-lpae kernel tools available. Package: default-jdk Description-md5: a99dc567e3b63c5eed7d07567c7b9258 Description-en: Standard Java or Java compatible Development Kit This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk for i386. Package: default-jdk-doc Description-md5: c3106305735890243b8376e60689806a Description-en: Standard Java or Java compatible Development Kit (documentation) This dependency package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-11-doc for i386. Package: default-jdk-headless Description-md5: f77c2e900dc8d1c146d4f293fa9f1518 Description-en: Standard Java or Java compatible Development Kit (headless) This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk-headless for i386. . The package is used as dependency for packages not needing a graphical display during runtime. Package: default-jre Description-md5: 6ffd34ed4e9a90acee4bc67e4bcbfa89 Description-en: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre for i386. Package: default-jre-headless Description-md5: 8785d80355fee5b3a8155bbd613a9264 Description-en: Standard Java or Java compatible Runtime (headless) This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre-headless for i386. . The package is used as dependency for packages not needing a graphical display during runtime. Package: linux-buildinfo-4.15.0-46-generic Description-md5: 89e04cf2516815014c9a3b7f425ee18c Description-en: Linux kernel buildinfo for version 4.15.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 32 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.15.0-46-lowlatency Description-md5: 89e04cf2516815014c9a3b7f425ee18c Description-en: Linux kernel buildinfo for version 4.15.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.15.0 on 32 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-generic Description-md5: a4038c637c4b2ab88764d76c22552c35 Description-en: Linux kernel buildinfo for version 4.18.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 32 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-lowlatency Description-md5: a4038c637c4b2ab88764d76c22552c35 Description-en: Linux kernel buildinfo for version 4.18.0 on 32 bit x86 SMP This package contains the Linux kernel buildinfo for version 4.18.0 on 32 bit x86 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-4.15.0-46 Description-md5: 0cd2710c2430e97d8704182338792a87 Description-en: Linux kernel version specific cloud tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.15.0-46 on 32 bit x86. You probably want to install linux-cloud-tools-4.15.0-46-. Package: linux-cloud-tools-4.15.0-46-generic Description-md5: 769a34c58aa87a0267f9ce0552c88752 Description-en: Linux kernel version specific cloud tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.15.0-46 on 32 bit x86. Package: linux-cloud-tools-4.15.0-46-lowlatency Description-md5: 769a34c58aa87a0267f9ce0552c88752 Description-en: Linux kernel version specific cloud tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.15.0-46 on 32 bit x86. Package: linux-cloud-tools-4.18.0-16-generic Description-md5: 4b45bce9c99e7614d2c03206634f9c4c Description-en: Linux kernel version specific cloud tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-16 on 32 bit x86. Package: linux-cloud-tools-4.18.0-16-lowlatency Description-md5: 4b45bce9c99e7614d2c03206634f9c4c Description-en: Linux kernel version specific cloud tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-16 on 32 bit x86. Package: linux-headers-4.15.0-46-generic Description-md5: caa95dc8ce28d26abc44ee8ec1d9543b Description-en: Linux kernel headers for version 4.15.0 on 32 bit x86 SMP This package provides kernel header files for version 4.15.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.15.0-46-lowlatency Description-md5: caa95dc8ce28d26abc44ee8ec1d9543b Description-en: Linux kernel headers for version 4.15.0 on 32 bit x86 SMP This package provides kernel header files for version 4.15.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.18.0-16-generic Description-md5: 5775f3e3fa66d94f9d73ac337019f732 Description-en: Linux kernel headers for version 4.18.0 on 32 bit x86 SMP This package provides kernel header files for version 4.18.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-headers-4.18.0-16-lowlatency Description-md5: 5775f3e3fa66d94f9d73ac337019f732 Description-en: Linux kernel headers for version 4.18.0 on 32 bit x86 SMP This package provides kernel header files for version 4.18.0 on 32 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-hwe-cloud-tools-4.18.0-16 Description-md5: e891f8188179bb2699a8a8a94c5a0563 Description-en: Linux kernel version specific cloud tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.18.0-16 on 32 bit x86. You probably want to install linux-cloud-tools-4.18.0-16-. Package: linux-hwe-edge-cloud-tools-4.18.0-12 Description-md5: 9ea3dc828c6fe32442914c5d9d9fd869 Description-en: Linux kernel version specific cloud tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools for cloud tools for version 4.18.0-12 on 32 bit x86. You probably want to install linux-cloud-tools-4.18.0-12-. Package: linux-hwe-edge-tools-4.18.0-12 Description-md5: a4de95adf673490903a1082b5c514945 Description-en: Linux kernel version specific tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-12 on 32 bit x86. You probably want to install linux-tools-4.18.0-12-. Package: linux-hwe-tools-4.18.0-16 Description-md5: b9dc7378b8149027c7122889a2883b6d Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on 32 bit x86. You probably want to install linux-tools-4.18.0-16-. Package: linux-image-4.15.0-46-generic Description-md5: dfee0f8e307c2267455a7be952f3e504 Description-en: Linux kernel image for version 4.15.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 4.15.0 on 32 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-4.15.0-46-lowlatency Description-md5: 5af37a238f4865bcd969071967236b41 Description-en: Linux kernel image for version 4.15.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 4.15.0 on 32 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-4.18.0-16-generic Description-md5: 874e7a1926b6edfee3690c67ac0b055b Description-en: Linux kernel image for version 4.18.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 32 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-4.18.0-16-lowlatency Description-md5: 28725e1d1c043074bc7a665a8f1eae39 Description-en: Linux kernel image for version 4.18.0 on 32 bit x86 SMP This package contains the Linux kernel image for version 4.18.0 on 32 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-modules-4.15.0-46-generic Description-md5: 416a6e0244b64f208bcefbe43f72d491 Description-en: Linux kernel extra modules for version 4.15.0 on 32 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-4.15.0-46-lowlatency Description-md5: 02ce5c360c2fac540e16f3097b547e67 Description-en: Linux kernel extra modules for version 4.15.0 on 32 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-4.18.0-16-generic Description-md5: 9196a42ab47eb676e0aa17d9f1fe44fb Description-en: Linux kernel extra modules for version 4.18.0 on 32 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-4.18.0-16-lowlatency Description-md5: 7a4510d51a96e00098c73cda0e0c25e1 Description-en: Linux kernel extra modules for version 4.18.0 on 32 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Lowlatency processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-lowlatency meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-4.15.0-46-generic Description-md5: 272ba2e6049bebe0a0d67396be447637 Description-en: Linux kernel extra modules for version 4.15.0 on 32 bit x86 SMP This package contains the Linux kernel extra modules for version 4.15.0 on 32 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-4.18.0-16-generic Description-md5: 57cfa38838711eab0884500c5201ad42 Description-en: Linux kernel extra modules for version 4.18.0 on 32 bit x86 SMP This package contains the Linux kernel extra modules for version 4.18.0 on 32 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-tools-4.15.0-46 Description-md5: 557c322c14d8bc0004ce09ab6605e96e Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on 32 bit x86. You probably want to install linux-tools-4.15.0-46-. Package: linux-tools-4.15.0-46-generic Description-md5: b14c65d8ed4667f6fb4c480c84cb18cb Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on 32 bit x86. Package: linux-tools-4.15.0-46-lowlatency Description-md5: b14c65d8ed4667f6fb4c480c84cb18cb Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on 32 bit x86. Package: linux-tools-4.18.0-16-generic Description-md5: 946e3c581a925bd698929c51ee03577d Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on 32 bit x86. Package: linux-tools-4.18.0-16-lowlatency Description-md5: 946e3c581a925bd698929c51ee03577d Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on 32 bit x86. Package: default-jdk Description-md5: 0af74b20110692efcf07446dc665112b Description-en: Standard Java or Java compatible Development Kit This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk for ppc64el. Package: default-jdk-doc Description-md5: 34bb93ef58d391c19c458d5ff969b4e3 Description-en: Standard Java or Java compatible Development Kit (documentation) This dependency package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-11-doc for ppc64el. Package: default-jdk-headless Description-md5: ee95a7aba13ab9390f009835ea6c44be Description-en: Standard Java or Java compatible Development Kit (headless) This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk-headless for ppc64el. . The package is used as dependency for packages not needing a graphical display during runtime. Package: default-jre Description-md5: a765dd296b617b8e38ee09c5a8e3d943 Description-en: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre for ppc64el. Package: default-jre-headless Description-md5: c56133309ae973d84940b1a53504e108 Description-en: Standard Java or Java compatible Runtime (headless) This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre-headless for ppc64el. . The package is used as dependency for packages not needing a graphical display during runtime. Package: linux-buildinfo-4.15.0-46-generic Description-md5: e54d9d9b79fffb1c9abc54488e2b6dee Description-en: Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 4.15.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-generic Description-md5: 7f2fd833c97b34f81704c1cd909198a7 Description-en: Linux kernel buildinfo for version 4.18.0 on PowerPC 64el SMP This package contains the Linux kernel buildinfo for version 4.18.0 on PowerPC 64el SMP. . You likely do not want to install this package. Package: linux-headers-4.15.0-46-generic Description-md5: 7d6e898db6619d693928fc0f6395e589 Description-en: Linux kernel headers for version 4.15.0 on PowerPC 64el SMP This package provides kernel header files for version 4.15.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.18.0-16-generic Description-md5: 11af68568efc75c3a81103753f1fa27f Description-en: Linux kernel headers for version 4.18.0 on PowerPC 64el SMP This package provides kernel header files for version 4.18.0 on PowerPC 64el SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-hwe-edge-tools-4.18.0-12 Description-md5: 4eeb6752405480918c19dd50fb20089d Description-en: Linux kernel version specific tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-12 on PowerPC 64el. You probably want to install linux-tools-4.18.0-12-. Package: linux-hwe-tools-4.18.0-16 Description-md5: af354404390674e5513fac1c86161db5 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on PowerPC 64el. You probably want to install linux-tools-4.18.0-16-. Package: linux-image-unsigned-4.15.0-46-generic Description-md5: 9e0a590d303a3fbf57b715d6d9c0d955 Description-en: Linux kernel image for version 4.15.0 on PowerPC 64el SMP This package contains the unsigned Linux kernel image for version 4.15.0 on PowerPC 64el SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.18.0-16-generic Description-md5: 529c383a0a7fe6661e4ea96a1a03e83c Description-en: Linux kernel image for version 4.18.0 on PowerPC 64el SMP This package contains the unsigned Linux kernel image for version 4.18.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-4.15.0-46-generic Description-md5: a94a324eadbf855f30a0fc839dd8f836 Description-en: Linux kernel extra modules for version 4.15.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-4.18.0-16-generic Description-md5: 260e8d0c33dfa56c182bb04bffaa05d6 Description-en: Linux kernel extra modules for version 4.18.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-4.15.0-46-generic Description-md5: e5ac3888f233bee77d3447333be26a7c Description-en: Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 4.15.0 on PowerPC 64el SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-4.18.0-16-generic Description-md5: 6a2733154939131333a70cb0aedf8df0 Description-en: Linux kernel extra modules for version 4.18.0 on PowerPC 64el SMP This package contains the Linux kernel extra modules for version 4.18.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-4.15.0-46 Description-md5: b1eb7a2df8824d8671397b6fdb9e0d24 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on PowerPC 64el. You probably want to install linux-tools-4.15.0-46-. Package: linux-tools-4.15.0-46-generic Description-md5: d1b6e112d8476db12d6aa659778af090 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on PowerPC 64el. Package: linux-tools-4.18.0-16-generic Description-md5: bf722dc135480dd081799693d535f183 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on PowerPC 64el. Package: default-jdk Description-md5: cec7a665ac3875b4a9f68c38ab4c99ae Description-en: Standard Java or Java compatible Development Kit This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk for s390x. Package: default-jdk-doc Description-md5: 891ef4fa98e4caa66b8a5207304eddfc Description-en: Standard Java or Java compatible Development Kit (documentation) This dependency package points to the documentation for the Java development kit, or Java compatible development kit recommended for Debian, which is openjdk-11-doc for s390x. Package: default-jdk-headless Description-md5: d24d21722aa521762df867e2fd00dc4d Description-en: Standard Java or Java compatible Development Kit (headless) This dependency package points to the Java runtime, or Java compatible development kit recommended for this architecture, which is openjdk-11-jdk-headless for s390x. . The package is used as dependency for packages not needing a graphical display during runtime. Package: default-jre Description-md5: b3410153378a8f883f0d47b39ebfe76e Description-en: Standard Java or Java compatible Runtime This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre for s390x. Package: default-jre-headless Description-md5: 704b485d20ed693488b6ba3a9c8ff7e0 Description-en: Standard Java or Java compatible Runtime (headless) This dependency package points to the Java runtime, or Java compatible runtime recommended for this architecture, which is openjdk-11-jre-headless for s390x. . The package is used as dependency for packages not needing a graphical display during runtime. Package: linux-buildinfo-4.15.0-46-generic Description-md5: 76e00fa1c69381e06f23407ba3ad54ae Description-en: Linux kernel buildinfo for version 4.15.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 4.15.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-buildinfo-4.18.0-16-generic Description-md5: a91561daa9a4131f49e2ca2be144c849 Description-en: Linux kernel buildinfo for version 4.18.0 on System 390x SMP This package contains the Linux kernel buildinfo for version 4.18.0 on System 390x SMP. . You likely do not want to install this package. Package: linux-headers-4.15.0-46-generic Description-md5: b948f1d7fe76bbd44a877fbf95319142 Description-en: Linux kernel headers for version 4.15.0 on System 390x SMP This package provides kernel header files for version 4.15.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.15.0-46/debian.README.gz for details. Package: linux-headers-4.18.0-16-generic Description-md5: f9512ba87c367af84dd7c8404d1c5f79 Description-en: Linux kernel headers for version 4.18.0 on System 390x SMP This package provides kernel header files for version 4.18.0 on System 390x SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-4.18.0-16/debian.README.gz for details. Package: linux-hwe-edge-tools-4.18.0-12 Description-md5: 78239f23829f877c9ae5bc7e13f4bf6b Description-en: Linux kernel version specific tools for version 4.18.0-12 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-12 on System 390x. You probably want to install linux-tools-4.18.0-12-. Package: linux-hwe-tools-4.18.0-16 Description-md5: 6c507941a73b44a2e332d3149f97fb84 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on System 390x. You probably want to install linux-tools-4.18.0-16-. Package: linux-image-4.15.0-46-generic Description-md5: 9f95e3bf68dd6383a3ea268ced32e016 Description-en: Linux kernel image for version 4.15.0 on System 390x SMP This package contains the Linux kernel image for version 4.15.0 on System 390x SMP. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-4.18.0-16-generic Description-md5: 1dba373d4beb0e550754db342d9b335c Description-en: Linux kernel image for version 4.18.0 on System 390x SMP This package contains the Linux kernel image for version 4.18.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-4.15.0-46-generic Description-md5: a60c7d56a3f9dfc69410da38353d8249 Description-en: Linux kernel extra modules for version 4.15.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-4.18.0-16-generic Description-md5: fdbc41e2708ad73289009cdd2861af31 Description-en: Linux kernel extra modules for version 4.18.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-4.15.0-46-generic Description-md5: f1a31cf1f3f3d91bb238cdd50bb39b87 Description-en: Linux kernel extra modules for version 4.15.0 on System 390x SMP This package contains the Linux kernel extra modules for version 4.15.0 on System 390x SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports Generic processors. . Geared toward desktop and server systems. . You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-4.18.0-16-generic Description-md5: 9bcac0dc165ab56fae1b29eaf4aaf77f Description-en: Linux kernel extra modules for version 4.18.0 on System 390x SMP This package contains the Linux kernel extra modules for version 4.18.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-4.15.0-46 Description-md5: df1d4cdae631185ef3ca8c02ad9f868e Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on System 390x. You probably want to install linux-tools-4.15.0-46-. Package: linux-tools-4.15.0-46-generic Description-md5: 974355245fe8a8402a967d4e867f75d8 Description-en: Linux kernel version specific tools for version 4.15.0-46 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.15.0-46 on System 390x. Package: linux-tools-4.18.0-16-generic Description-md5: d6454d07905af8c2245019b693fcbb35 Description-en: Linux kernel version specific tools for version 4.18.0-16 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 4.18.0-16 on System 390x.