Package: aapt Description-md5: 975bf7a86058538d7263494591e4f7d8 Description-en: Android Asset Packaging Tool The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. Package: abcm2ps Description-md5: dc3b0135560bf2cbe06ba992dbc0bb85 Description-en: Translates ABC music description files to PostScript This is the Debian port of the abcm2ps program by Jean-François Moine. The program translates tunes written in the ABC format to PostScript, which can then be viewed using Ghostview et al. or printed on a PostScript printer or through Ghostscript. It supports various semi-standard extensions to the ABC standard, such as multiple voices and staves. . This program is a vastly improved spin-off from Michael Methfessel's abc2ps, which is no longer supplied as part of Debian. In particular, it contains a lot of extensions to help typeset classical music. Package: acmetool Description-md5: 3e5e145ae880b97f3b6e825daf35ce32 Description-en: automatic certificate acquisition tool for Let's Encrypt acmetool is an easy-to-use command line tool for automatically acquiring TLS certificates from ACME (Automated Certificate Management Environment) servers such as Let's Encrypt, designed to flexibly integrate into your webserver setup to enable automatic verification. . acmetool is designed to work like make: you specify what certificates you want, and acmetool obtains certificates as necessary to satisfy those requirements. If the requirements are already satisfied, acmetool doesn't do anything when invoked. Thus, acmetool is ideally suited for use on a cron job; it will do nothing until certificates are near expiry, and then obtain new ones. . acmetool is designed to minimise the use of state and be transparent in the state that it does use. All state, including certificates, is stored in a single directory, by default /var/lib/acme. The schema for this directory is simple, comprehensible and documented. Package: activemq Description-md5: 791aecb1e510067b381f69430a1de7af Description-en: Java message broker - server Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . This message broker supports : * JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging * Spring Framework, CXF and Axis integration * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA * persistence using JDBC along with journaling * OpenWire (cross language wire protocol) and Stomp (Streaming Text Orientated Messaging Protocol) protocols . This package contains a server installation of ActiveMQ. Package: adb Description-md5: 4fb58b8688addfd94d32fe9a20c9d2e8 Description-en: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Package: adcli Description-md5: 3f005076e7a98a598f65545cbab3b448 Description-en: Tool for performing actions on an Active Directory domain This tool allows the administrator to join the local machine to an Active Directory (AD) domain. It's taking care of creating the computer account on the domain and adjusting the kerberos (keytab) configuration. . It also allows the domain administrator to manage the users or the groups and the computer accounts in Active Directory (AD) domains. Package: adplug-utils Description-md5: 33daa2052c67f06329277d2f24c46fd1 Description-en: free AdLib sound library (utils) AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its original format on top of an emulator or by using the real hardware. No OPL chip is required for playback. . This package contains additional utilities. Package: aide-dynamic Description-md5: 3c085f51d721d7dcb93bb05d2c714096 Description-en: Advanced Intrusion Detection Environment - dynamic binary AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. . This package contains a dynamically linked binary and should only be used in exeptional circumstances. To avoid exposure to trojaned libraries, it is advised to use one of the statically linked binaries. Package: aide-xen Description-md5: c100d4da9f2f66ebd26e35d911fddc82 Description-en: Advanced Intrusion Detection Environment - static binary for XEN AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. . This package contains the statically linked binary for XEN-enabled systems and should be used in Dom0 and DomU. Package: aidl Description-md5: 45859dc0b2ae5ed979acc57a859674e5 Description-en: Binder generator of AIDL interfaces aidl is a utility to generate Java and/or C++ code from Android's Android Interface Definition Language (AIDL). AIDL is similar to other IDLs you might have worked with. It allows you to define the programming interface that both the client and service agree upon in order to communicate with each other using interprocess communication (IPC). On Android, one process cannot normally access the memory of another process. So to talk, they need to decompose their objects into primitives that the operating system can understand, and marshall the objects across that boundary for you. The code to do that marshalling is tedious to write, so Android handles it for you with AIDL. This package provides two tools: . * "aidl" which generates Java bindings. * "aidl-cpp" which generates C++ bindings. . For more info, see: https://developer.android.com/guide/components/aidl.html Package: amanda-client Description-md5: eb340217bc77fc442e67d6d525d8c0fb Description-en: Advanced Maryland Automatic Network Disk Archiver (Client) Amanda is a backup system designed to archive many computers on a network to a single large-capacity tape drive. This package is suitable for large amounts of data to backup. For smaller solutions take a look at afbackup, tob, ... . Features: * will back up multiple machines in parallel to a holding disk, blasting finished dumps one by one to tape as fast as they can be can written to tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host with a large holding disk can be filled by Amanda in under 4 hours. * built on top of standard backup software: Unix dump/restore, and later GNU Tar and others. * does simple tape management: will not overwrite the wrong tape. * supports tape changers via a generic interface. Easily customizable to any type of tape carousel, robot, or stacker that can be controlled via the unix command line. * for a restore, tells you what tapes you need, and finds the proper backup image on the tape for you. * recovers gracefully from errors, including down or hung machines. * reports results, including all errors in detail, in email to operators. * will dynamically adjust backup schedule to keep within constraints: no more juggling by hand when adding disks and computers to network. * includes a pre-run checker program, that conducts sanity checks on both the tape server host and all the client hosts (in parallel), and will send an e-mail report of any problems that could cause the backups to fail. * can compress dumps before sending or after sending over the net, with either compress or gzip. * can optionally synchronize with external backups, for those large timesharing computers where you want to do full dumps when the system is down in single-user mode (since BSD dump is not reliable on active filesystems): Amanda will still do your daily dumps. * lots of other options; Amanda is very configurable. . THIS PACKAGE RELIES ON A RUNNING AMANDA SERVER IN YOUR NETWORK. . For important notes, see /usr/share/doc/amanda-client/README.Debian. . Explanation of suggested programs: - gnuplot is needed for plotting statistics of backups Package: amanda-common Description-md5: 9be314450886c6bdecdb2064ccfdb4bd Description-en: Advanced Maryland Automatic Network Disk Archiver (Libs) This package contains libraries required by the amanda client and server packages and includes the documentation. Package: amanda-server Description-md5: 7a44af7cb005595215636c1ed7a211fa Description-en: Advanced Maryland Automatic Network Disk Archiver (Server) Amanda is a backup system designed to archive many computers on a network to a single large-capacity tape drive. This package is suitable for large amounts of data to backup. For smaller solutions take a look at afbackup, tob, ... . Features: * will back up multiple machines in parallel to a holding disk, blasting finished dumps one by one to tape as fast as they can be written to tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host with a large holding disk can be filled by Amanda in under 4 hours. * built on top of standard backup software: Unix dump/restore, and later GNU Tar and others. * does simple tape management: will not overwrite the wrong tape. * supports tape changers via a generic interface. Easily customizable to any type of tape carousel, robot, or stacker that can be controlled via the unix command line. * for a restore, tells you what tapes you need, and finds the proper backup image on the tape for you. * recovers gracefully from errors, including down or hung machines. * reports results, including all errors in detail, in email to operators. * will dynamically adjust backup schedule to keep within constraints: no more juggling by hand when adding disks and computers to network. * includes a pre-run checker program, that conducts sanity checks on both the tape server host and all the client hosts (in parallel), and will send an e-mail report of any problems that could cause the backups to fail. * can compress dumps before sending or after sending over the net, with either compress or gzip. * can optionally synchronize with external backups, for those large timesharing computers where you want to do full dumps when the system is down in single-user mode (since BSD dump is not reliable on active filesystems): Amanda will still do your daily dumps. * lots of other options; Amanda is very configurable. . For important notes, see /usr/share/doc/amanda-server/README.Debian. . Explanation of suggested programs: - perl is needed for some non essential server utilities - gnuplot is needed for plotting statistics of backups - to backup the tape server, you need to install the client too Package: amqp-tools Description-md5: 8059068d01bfb939336097d2add7f12f Description-en: Command-line utilities for interacting with AMQP servers RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes command line utilities. Package: android-framework-res Description-md5: 55dfcc5c42ee1e81235a409a370c03ab Description-en: Android platform framework resources This package provides the Android framework resources in an apk file, framework-res.apk Package: android-libaapt Description-md5: 6766f9d7dc04ef81ed3bf2af26ae59f6 Description-en: Android Asset Packaging Tool - Shared library The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. . This package contains the shared library. Package: android-libadb Description-md5: 9a9bd2e4052ea70fce3bd501f9c70580 Description-en: Library for Android Debug Bridge This library provides APIs for accessing and controlling Android devices. . This library is only used by Android SDK currently. Package: android-libadb-dev Description-md5: d694e77c18a5737249d1fe0e8fbf4e95 Description-en: Library for Android Debug Bridge - Development files This library provides APIs for accessing and controlling Android devices. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libandroidfw Description-md5: 21839b22eef556d8ecf312e7dee83ff7 Description-en: Android utility library Library providing utility functions to Android related tools. This is needed purely to get various Android utilities working. In the Google builds of the Android SDK, this library is statically linked, but in the Debian packaging, it is a private shared library. Package: android-libandroidfw-dev Description-md5: e6f58464d4ebdf1df4179fa3b085ae9c Description-en: Android utility library - Development files Library providing utility functions to Android related tools. This is needed purely to get various Android utilities working. In the Google builds of the Android SDK, this library is statically linked, but in the Debian packaging, it is a private shared library. . This package contains the development files. Package: android-libart Description-md5: 26a0df5a02a67c32c6ba4a1db7853ea4 Description-en: Android Runtime Android Runtime (ART) is the managed runtime used by applications and some system services on Android. ART and its predecessor Dalvik were originally created specifically for the Android project. ART as the runtime executes the Dalvik Executable format and DEX bytecode specification. . This package provides `libart` and `libsigchain`. . This library is only used by Android SDK and uses a customized RPATH. Package: android-libbacktrace Description-md5: c4aca87b93d1ffacda80bbaea5f75c97 Description-en: Android backtrace library This library is only used by Android SDK currently. Package: android-libbacktrace-dev Description-md5: 929a80fb925eddb2a2989058dc7254c3 Description-en: Android backtrace library - Development files This library is only used by Android SDK currently. . This package contains the development files. Package: android-libbase Description-md5: 0c270a1f75d0d57cef9cc7cb5d418366 Description-en: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Package: android-libbase-dev Description-md5: 5400b9d81a8ba7cc90d4f188ed3a76b8 Description-en: Android base library - Development files This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libboringssl Description-md5: cd475d5105e77faeb7ea4e52f14b0a97 Description-en: Google's internal fork of OpenSSL for the Android SDK The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. Package: android-libboringssl-dev Description-md5: 6c3c7635ba7c1cd4c13747e9410ce82d Description-en: Google's internal fork of OpenSSL for the Android SDK - devel The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. . This package contains the development files. Package: android-libcrypto-utils Description-md5: 5a6e589e739273886b41a9578ecdd792 Description-en: Android crypto-utils library This library provides utility APIs for cryptography. . This library is only used by Android SDK currently. Package: android-libcrypto-utils-dev Description-md5: 83d46df1c2c1e621078e31295a948368 Description-en: Android crypto-utils library - Development files This library provides utility APIs for cryptography. . This library is only used by Android SDK currently. . This package provides the development files. Package: android-libcutils Description-md5: fd1d222be998cc5b11ef894b0dccf4b2 Description-en: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Package: android-libcutils-dev Description-md5: 8dbc8f2a1febc7395868e7a5f0621a49 Description-en: Android utils library for C - Development files This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libetc1 Description-md5: 5f9419938c4b10c1c48f183ab55ae72b Description-en: ETC1 compression library Ericsson Texture Compression (ETC) is a lossy texture compression technique developed in collaboration with Ericsson Research in early 2005. libETC1 provides the encoding and decoding of ETC1 compression algorithm. Package: android-libetc1-dev Description-md5: a3f10417a5046e2c8f597092dbabc7dd Description-en: ETC1 compression library - Development files Ericsson Texture Compression (ETC) is a lossy texture compression technique developed in collaboration with Ericsson Research in early 2005. libETC1 provides the encoding and decoding of ETC1 compression algorithm. . This package provides the development files. Package: android-libext4-utils Description-md5: 26705986f65177c6a575b2224a9edec6 Description-en: Android ext4 utility library This library is only used by fastboot currently. Package: android-libext4-utils-dev Description-md5: 31a247bdaa4f3dae59c29cb44d22c125 Description-en: Android ext4 utility library - Development files This library is only used by fastboot currently. . This package contains the development files. Package: android-libf2fs-utils Description-md5: bd77d12a8ebf0b8841aa467672ab855e Description-en: Android F2FS utility library This package contains only libf2fs_utils which is composed of libf2fs_ioutils and libf2fs_dlutils. . This library is only used by fastboot currently. Package: android-libf2fs-utils-dev Description-md5: 7d3bf428a98a1b52ae0c9458f2381c92 Description-en: Android F2FS utility library - Development files This package contains only libf2fs_utils which is composed of libf2fs_ioutils and libf2fs_dlutils. . This library is only used by fastboot currently. . This package contains the development files. Package: android-liblog Description-md5: 9f7f6cb1971d10d4d4cdf57b3a57437b Description-en: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Package: android-liblog-dev Description-md5: 5ad1bb25d167e070f3b3738d5d6501f5 Description-en: Android NDK logger interfaces - Development files liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. . This package contains the development files. Package: android-libnativebridge Description-md5: 780d33f01091b260b150268622680c6a Description-en: Android native bridge library This library is only used by Android SDK currently. Package: android-libnativebridge-dev Description-md5: 2209c47f0f27295ec5a98638a390d880 Description-en: Android native bridge library - Development files This library is only used by Android SDK currently. . This package provides the development files. Package: android-libnativehelper Description-md5: e711be8beaa9635f4f02e8a345bae8c4 Description-en: Support functions for Android's class libraries This library is only used by Android SDK currently. Package: android-libnativehelper-dev Description-md5: d9aac5d0071ff6be4a8add07b5871628 Description-en: Support functions for Android's class libraries - Development files This library is only used by Android SDK currently. . This package contains the development files. Package: android-libnativeloader Description-md5: 78ae8e07ddfddcca69ebfeb5180e65c0 Description-en: Android native loader library This library is only used by Android SDK currently. Package: android-libnativeloader-dev Description-md5: a2707fb59d684418d6fb61b45b143793 Description-en: Android native loader library - Development files This library is only used by Android SDK currently. . This package provides the development files. Package: android-libselinux Description-md5: df07df1a85ccddb584871278ee13cab1 Description-en: Security-Enhanced Linux for Android This library provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. . This library is an AOSP fork of libselinux, adding features specifically for Android and is intended for Android libraries only. Package: android-libselinux-dev Description-md5: 66acedb5654da0817b7b9859e626d34c Description-en: Security-Enhanced Linux for Android - Development files This library provides an API for SELinux applications to get and set process and file security contexts and to obtain security policy decisions. . This library is an AOSP fork of libselinux, adding features specifically for Android and is intended for Android libraries only. . This package provides the development files. Package: android-libsepol Description-md5: eabcc14c2637d6ff9eeab2486c777f8a Description-en: Security-Policy Linux for Android This library provides an API for setting, checking sepolicy. Package: android-libsepol-dev Description-md5: 43b33600f044f6dfc4a2a38db002fd2a Description-en: Security-Policy Linux for Android - Development files This library provides an API for setting, checking sepolicy. . This package provides the development files. Package: android-libsparse Description-md5: fcfc4311d4b14b27020e77f2250237d8 Description-en: Library for sparse files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. Package: android-libsparse-dev Description-md5: b99b0d0490ab2905c5577e6068f1839d Description-en: Library for sparse files - Development files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libunwind Description-md5: 369ea6992880b13175955104d66763a6 Description-en: libunwind for Android This library is the AOSP fork of libunwind. It is used by libbacktrace. . This package is only available on x86, ARM and MIPS because the AOSP modifications only apply on these platforms. . This library is only used by Android SDK currently. Package: android-libunwind-dev Description-md5: 8ef384bc008e0649ef4905e21aec542b Description-en: libunwind for Android - Development files This library is the AOSP fork of libunwind. It is used by libbacktrace. . This package is only available on x86, ARM and MIPS because the AOSP modifications only apply on these platforms. . This library is only used by Android SDK currently. . This package provides the development files. Package: android-libutils Description-md5: 5733fbd900654b274afd776fc170cf63 Description-en: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Package: android-libutils-dev Description-md5: f37768d78bf5e25e5cf20a8d5e5dbd1f Description-en: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-libziparchive Description-md5: f2eb7b1deaf0e36dfe923e3b4709e319 Description-en: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Package: android-libziparchive-dev Description-md5: 217dfecadef26031dff8fa80a1788d9e Description-en: Library for ZIP archives - Development files This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. . This package contains the development files. Package: android-logtags-tools Description-md5: 885533142703981ecd45d4881dca3be5 Description-en: Tools from AOSP that process event-log-tags files This package contains Python scripts from AOSP repository platform/build that process event-log-tags (.logtags) files. It contains: * java-event-log-tags * merge-event-log-tags They are used in the process of building the Android platform framework "android.jar". Package: android-platform-frameworks-native-headers Description-md5: 9b4761969a07d759969353665ec4add2 Description-en: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native. Package: android-platform-libcore-headers Description-md5: ddfc68a9455ce87f6ed80966be34e801 Description-en: Header files in AOSP repository platform/libcore This package provides the header files included in the AOSP repository platform/libcore. . These headers are used by android-platform-libnativehelper. Package: android-platform-system-core-headers Description-md5: d17abc6b3966d0256defe412df8e7b21 Description-en: Shared headers in AOSP repository platform/system/core This package contains header files in AOSP repository platform/system/core that do not belong to any specific libraries but used by other programs. . This package currently contains headers in include/private and include/system. Package: android-sdk Description-md5: 6d199f77014c62b8baf8cbdddbe08a29 Description-en: Software development kit for Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This metapackage pulls the entire Android SDK. Package: android-sdk-build-tools Description-md5: 43a808bc9fee61d6ccbfbe518b214550 Description-en: Tools for building Android applications The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package pulls Android SDK Build-tool. Package: android-sdk-build-tools-common Description-md5: a1f3a1d9f77e8e522be8374bfb6c88fc Description-en: Tools for building Android applications - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package provides common files of Android SDK Build-tools. Package: android-sdk-common Description-md5: 4fccf15a7285feec6ff7fd703232b171 Description-en: Common files of Android SDK base toolset The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This package provides common files of Android SDK Tools. Package: android-sdk-ext4-utils Description-md5: 025c99dab7f0ef5f26b92ba9ea3bf801 Description-en: Android ext4-utils tools Command line tools to make sparse images from ext4 file system images and android images(.img) with ext4 file systems. . This package contains tools like mkuserimg, ext4fixup and make_ext4fs tools. Package: android-sdk-libsparse-utils Description-md5: 3553bf23f2e9bcfce20e8914cbf50475 Description-en: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simgimg, img2simg, simg2simg, simg_dump and append2simg tools. Package: android-sdk-platform-23 Description-md5: 06ee719e2ca70a30b653b7df3002267c Description-en: Android SDK Platform for API Level 23 (6.0 Marshmallow) This package provides the Android SDK Platform for API Level 23 (6.0 Marshmallow). . An Android SDK Platform of a specific API Level is required to build any Android applications that target this API Level. Package: android-sdk-platform-tools Description-md5: 39e80bb695d322ee9edeb1706c1f7e25 Description-en: Tools for interacting with an Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package pulls Android SDK Platform-tools. Package: android-sdk-platform-tools-common Description-md5: 80338f92140ec44bdea29878d26b0c09 Description-en: Tools for interacting with an Android platform - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package provides common files of Android SDK Platform-tools. It also provides UDEV rules enabling adb and fastboot to work without root access to the host machine. Package: android-tools-adb Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: android-tools-fastboot Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: android-tools-mkbootimg Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: ansible Description-md5: db2b21b0d2286fccc4401d5982361488 Description-en: Configuration management, deployment, and task execution system Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. Package: ant Description-md5: 104974004cbbc2340c2f993bcc2ea654 Description-en: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the scripts and the core tasks libraries. Package: ant-contrib Description-md5: 8aabd2378cb21c875bf00bbf4783525c Description-en: collection of tasks, types and other tools for Apache Ant Extends ant and provides the following tasks: . * Logic Tasks * Network Tasks * Performance Monitoring and Tasks * Platform Tasks * Property Tasks * Process Tasks * Other (unstable) Tasks Package: ant-doc Description-md5: 5dc7d2a898fd0b7c2bbd93393dc5ef63 Description-en: Java based build tool like make - API documentation and manual Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the manual of ant as well as the API documentation. Package: ant-optional Description-md5: 031868c57b6c6724ca7d70ff964eb724 Description-en: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the optional tasks libraries. Package: antlr4 Description-md5: e0537c09f9ea82b5b9d665d3548672dc Description-en: ANTLR Parser Generator ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. Package: antlr4-doc Description-md5: 9d7307d4411a86d099b075c1248de016 Description-en: ANTLR Parser Generator (documentation) ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the API documentation for ANTLR 4. Package: antlr4-maven-plugin Description-md5: 3feb00e2c59d6fe7ea633645ff1a9618 Description-en: Maven plugin for ANTLR 4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the Maven plugin that supports compiling ANTLR 4 grammars during a Maven build. Package: apache2-suexec-custom Description-md5: 116f52596e88b0c7717e1f4973ada661 Description-en: Apache HTTP Server configurable suexec program for mod_suexec Provides a customizable version of the suexec helper program for mod_suexec. This is not the version from upstream, but can be configured with a configuration file. . If you do not need non-standard document root or userdir settings, it is recommended that you use the standard suexec helper program from the apache2-suexec-pristine package instead. Package: apache2-suexec-pristine Description-md5: 86a22eab8bdd72ac81f3d8aab53bf001 Description-en: Apache HTTP Server standard suexec program for mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom. Package: apacheds Description-md5: db1995b9bae56abe7f8ac6233c3872f1 Description-en: Apache Directory Server ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. Package: apksigner Description-md5: 084b3acff7be60dc94f8caedfe355b64 Description-en: command line tool to sign and verify Android APKs apksig is a project which aims to simplify APK signing and checking whether APK's signatures should verify on Android. apksig supports JAR signing (used by Android since day one) and APK Signature Scheme v2 (supported since Android Nougat, API Level 24). . The key feature of apksig is that it knows about differences in APK signature verification logic between different versions of the Android platform. apksig can thus check whether a signed APK is expected to verify on all Android platform versions supported by the APK. When signing an APK, apksig will choose the most appropriate cryptographic algorithms based on the Android platform versions supported by the APK being signed. . apksigner command-line tool offers two operations: . * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run apksigner sign for usage information. . * check whether the provided APK's signatures are expected to verify on all Android platforms supported by the APK. Run apksigner verify for usage information. . The tool determines the range of Android platform versions (API Levels) supported by the APK by inspecting the APK's AndroidManifest.xml. This behavior can be overridden by specifying the range of platform versions on the command-line. Package: apktool Description-md5: a94f98805ada5c7490bc330d2d69de26 Description-en: tool for reverse engineering Android apk files A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with an app easier because of project-like file structure and automation of some repetitive tasks like building apk. Package: apparmor-easyprof Description-md5: 987aefb436473d65c1b1c830e1a1cff6 Description-en: AppArmor easyprof profiling tool apparmor-easyprof provides the aa-easyprof utility which is an easy to use interface for AppArmor policy generation. aa-easyprof supports the use of templates and policy groups to quickly profile an application. Package: append2simg Description-md5: 098b53cb5345c79e9d43a7c3970e37d5 Description-en: Transitional package This is a transitional package. It can safely be removed. Package: apport-kde Description-md5: c8fd570a74a013e8fc3c502dd64152ce Description-en: KDE 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 KDE frontend for browsing and handling the crash reports. Package: apport-noui Description-md5: 5cfad9aa6d06a624d5f60c2375d26631 Description-en: tools for automatically reporting Apport crash reports 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. . Installing this package will configure your system to automatically submit all new Apport crash reports. Package: apport-valgrind Description-md5: 21b17902929fcb9d5f6a9bcc53f2af83 Description-en: valgrind wrapper that first downloads debug symbols apport-valgrind is a valgrind wrapper that automatically downloads related available debug symbols and provides them to valgrind's memcheck tool, which is executed. The output is a valgrind log file ("valgrind.log") that contains stack traces (with as many symbols resolved as available) and that shows memory leaks. Package: apt-transport-https Description-md5: 42fb3fe23b1b826709a68809c25a3897 Description-en: transitional package for https support This is a dummy transitional package - https support has been moved into the apt package in 1.5. It can be safely removed. Package: ardour Description-md5: da4b23920a85356ff3a27154c8159a99 Description-en: the digital audio workstation Ardour is a multichannel hard disk recorder (HDR) and digital audio workstation (DAW). It can be used to control, record, edit and run complex audio setups. . Ardour supports pro-audio interfaces through the ALSA project, which provides high quality, well designed device drivers and API's for audio I/O under Linux. Any interface supported by ALSA can be used with Ardour. This includes the all-digital 26 channel RME Hammerfall, the Midiman Delta 1010 and many others. . Ardour has support for 24 bit samples using floating point internally, non-linear editing with unlimited undo, a user-configurable mixer, MTC master/slave capabilities, MIDI hardware control surface compatibility. . It supports MIDI Machine Control, and so can be controlled from any MMC controller and many modern digital mixers. . Ardour contains a powerful multitrack audio editor/arranger that is completely non-destructive and capable of all standard non-linear editing operations (insert, replace, delete, move, trim, select, cut/copy/paste). The editor has unlimited undo/redo capabilities and can save independent "versions" of a track or an entire piece . Ardour's editor supports the community-developed LADSPA plugin standard. Arbitrary chains of plugins can be attached to any portion of a track. Every mixer strip can have any number of inputs and outputs, not just mono, stereo or 5.1. An N-way panner is included, with support for various panning models. Pre- and post-fader sends exist, each with their own gain and pan controls. Every mixer strip acts as its own bus, and thus the bus count in Ardour is unlimited. You can submix any number of strips into another strip. . Ardour's channel capacity is limited only by the number on your audio interface and the ability of your disk subsystem to stream the data back and forth. . JACK (the JACK Audio Connection Kit) is used for all audio I/O, permitting data to be exchanged in perfect samplesync with other applications and/or hardware audio interfaces. . Ardour is sample rate and size neutral - any hardware formats from 8 to 32 bits, and rates from 8kHz to 192kHz. Internal processing in 32/64 bit IEEE floating point format. . Further information can be found at <http://ardour.org/>. Package: ardour-data Description-md5: 4ded9cf3260ffb84c002d9516a4ead91 Description-en: digital audio workstation (data) Ardour is a multichannel hard disk recorder (HDR) and digital audio workstation (DAW). It can be used to control, record, edit and run complex audio setups. . This package contains the architecture-independent data files. Package: ardour-video-timeline Description-md5: a011c8553d01c1a76ef7a4a0fe4ca2dd Description-en: digital audio workstation - video timeline Ardour is a multichannel hard disk recorder (HDR) and digital audio workstation (DAW). It can be used to control, record, edit and run complex audio setups. . This is a dependency package to add video timeline capabilities to ardour. Package: ark Description-md5: 2826617260d5fe4c63c9795973445730 Description-en: archive utility Ark manages various archive formats, including tar, gzip, bzip2, rar and zip, as well as CD-ROM images. Ark can be used to browse, extract, create, and modify archives. . This package is part of the KDE SC utilities module. Package: aspectj Description-md5: 51aa93f2f314551b2b6aea185821d474 Description-en: aspect-oriented extension for Java - tools AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the CLI tools of aspectj (aj5, ajc, ajbrowser). Package: aspectj-doc Description-md5: 4f84f7f75456d51b8af5d5559b206bdc Description-en: aspect-oriented extension for Java - documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides AspectJ Programming Guide, Diagnosis Guide and Development Environment Guide and Development Kit Developer's Notebook. Package: atftp Description-md5: f898d8c7e405abc5e5a5efa0aefed626 Description-en: advanced TFTP client Interactive client for the Trivial File Transfer Protocol (TFTP). Its usage is mainly for testing and debugging the Atftp server. TFTP client is usually implemented in BIOS and bootstraps programs like pxelinux when booting from LAN. Atftp also supports non-interactive invocation for easy use in scripts. Package: atftpd Description-md5: 3eb0b0a3696106c263bd0289e3d92e83 Description-en: advanced TFTP server Multi-threaded TFTP server implementing all options (option extension and multicast) as specified in RFC1350, RFC2090, RFC2347, RFC2348 and RFC2349. Atftpd also supports multicast protocol known as mtftp, defined in the PXE specification. The server supports being started from inetd(8) as well as in daemon mode using init scripts. Package: avahi-discover Description-md5: bd2a23e6143f793e37bb138e29fb30b9 Description-en: Service discover user interface for avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains a user interface for discovering services. Package: avahi-dnsconfd Description-md5: 116a8cc3e8edfd55e1444b8100a0bf7f Description-en: Avahi DNS configuration tool Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This tool listens on the network for announced DNS servers and passes them to resolvconf so it can use them. This is very useful on autoconfigured IPv6 networks. Package: avahi-ui-utils Description-md5: 6a2d4e446eb92bf74181ccf3974335d5 Description-en: Avahi GTK+ utilities Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains some small GTK+ utilities to discover ssh and vnc servers. Package: bash-builtins Description-md5: af509aa37177542db29bd85c79695512 Description-en: Bash loadable builtins - headers & examples Bash can dynamically load new builtin commands. Included are the necessary headers to compile your own builtins and lots of examples. Package: bash-static Description-md5: ae0b688f32951bcf52b5c025ab588a4c Description-en: GNU Bourne Again SHell (static version) Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). . Statically linked. Package: binutils-alpha-linux-gnu Description-md5: cf6453387519bb9b858412d4d85d0cce Description-en: GNU binary utilities, for alpha-linux-gnu target This package provides GNU assembler, linker and binary utilities for the alpha-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for alpha-linux-gnu and alpha-linux-gnu is not your native platform. Package: binutils-alpha-linux-gnu-dbg Description-md5: b413f423180a0d8ac45547161b750c1d Description-en: GNU binary utilities, for alpha-linux-gnu target (debug symbols) This package provides debug symbols for binutils-alpha-linux-gnu. Package: binutils-arm-linux-gnueabi Description-md5: 543b7a53ff77ce42c2c287107f0db722 Description-en: GNU binary utilities, for arm-linux-gnueabi target This package provides GNU assembler, linker and binary utilities for the arm-linux-gnueabi target. . You don't need this package unless you plan to cross-compile programs for arm-linux-gnueabi and arm-linux-gnueabi is not your native platform. Package: binutils-arm-linux-gnueabi-dbg Description-md5: e59c420a02ddb6e7553dc778bbd0e0c3 Description-en: GNU binary utilities, for arm-linux-gnueabi target (debug symbols) This package provides debug symbols for binutils-arm-linux-gnueabi. Package: binutils-for-build Description-md5: 3e7c61cc537f12c56d442cedd307bcd5 Description-en: GNU assembler, linker and binary utilities for the build architecture The programs in this package are used to assemble, link and manipulate binary and object files for the native architecture. They may be used in conjunction with a build architecture compiler and various libraries to build programs. When using binutils through this metapackage, tools without an architecture prefix must be used. Package: binutils-for-host Description-md5: 1f6b2f5a49fd5974b13f8e75dc20c7b1 Description-en: GNU assembler, linker and binary utilities for the host architecture The programs in this package are used to assemble, link and manipulate binary and object files for the architecture of this package. They may be used in conjunction with a matching compiler and various libraries to build programs. When using binutils through this metapackage, all tools must be used with an architecture prefix. Package: binutils-hppa-linux-gnu Description-md5: 0349a5ffa8e7cc3126545ca4fa04a5cf Description-en: GNU binary utilities, for hppa-linux-gnu target This package provides GNU assembler, linker and binary utilities for the hppa-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for hppa-linux-gnu and hppa-linux-gnu is not your native platform. Package: binutils-hppa-linux-gnu-dbg Description-md5: 149cfbc7b99518558ca103c35604d5bc Description-en: GNU binary utilities, for hppa-linux-gnu target (debug symbols) This package provides debug symbols for binutils-hppa-linux-gnu. Package: binutils-hppa64-linux-gnu Description-md5: d10ea856859cb34c423f67db676441a0 Description-en: GNU assembler, linker and binary utilities targeted for hppa64-linux The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. . This package is needed to build an 64-bit kernel for 64-bit hppa machines. Package: binutils-hppa64-linux-gnu-dbg Description-md5: 2e7f5f591a28da760bcd221550eb3193 Description-en: GNU binutils targeted for hppa64-linux (debug symbols) This package provides debug symbols for binutils-hppa64-linux-gnu. Package: binutils-ia64-linux-gnu Description-md5: ea67f718a2f71164ed3bd3d25b639559 Description-en: GNU binary utilities, for ia64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the ia64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for ia64-linux-gnu and ia64-linux-gnu is not your native platform. Package: binutils-ia64-linux-gnu-dbg Description-md5: f6a1aa0fc4f0714615f5c5d4aa199623 Description-en: GNU binary utilities, for ia64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-ia64-linux-gnu. Package: binutils-m68k-linux-gnu Description-md5: e59eb2b0cd08f7027abfc2476635ecb1 Description-en: GNU binary utilities, for m68k-linux-gnu target This package provides GNU assembler, linker and binary utilities for the m68k-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for m68k-linux-gnu and m68k-linux-gnu is not your native platform. Package: binutils-m68k-linux-gnu-dbg Description-md5: 092fdec0bf6a6ba4aae1f5902583622d Description-en: GNU binary utilities, for m68k-linux-gnu target (debug symbols) This package provides debug symbols for binutils-m68k-linux-gnu. Package: binutils-mips-linux-gnu Description-md5: f1532fdcc3b706284d7886c4201ecedc Description-en: GNU binary utilities, for mips-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mips-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mips-linux-gnu and mips-linux-gnu is not your native platform. Package: binutils-mips-linux-gnu-dbg Description-md5: 3156208b82578d8f21b72726cb568db7 Description-en: GNU binary utilities, for mips-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mips-linux-gnu. Package: binutils-mips64-linux-gnuabi64 Description-md5: 353e06feecf17c7e1a90b4fe8fe655f0 Description-en: GNU binary utilities, for mips64-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mips64-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mips64-linux-gnuabi64 and mips64-linux-gnuabi64 is not your native platform. Package: binutils-mips64-linux-gnuabi64-dbg Description-md5: 09fc5162225012f61f035266c1379c27 Description-en: GNU binary utilities, for mips64-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mips64-linux-gnuabi64. Package: binutils-mips64-linux-gnuabin32 Description-md5: a5c8785543aa2c71c28f18162624a7df Description-en: GNU binary utilities, for mips64-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mips64-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mips64-linux-gnuabin32 and mips64-linux-gnuabin32 is not your native platform. Package: binutils-mips64-linux-gnuabin32-dbg Description-md5: aad3106f660ba0f36d5888f7ba36c9f0 Description-en: GNU binary utilities, for mips64-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mips64-linux-gnuabin32. Package: binutils-mips64el-linux-gnuabi64 Description-md5: ea0e22d99ab2bf6309c095649396505b Description-en: GNU binary utilities, for mips64el-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mips64el-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mips64el-linux-gnuabi64 and mips64el-linux-gnuabi64 is not your native platform. Package: binutils-mips64el-linux-gnuabi64-dbg Description-md5: 32909b8630aead0e832505e55aca3802 Description-en: GNU binary utilities, for mips64el-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mips64el-linux-gnuabi64. Package: binutils-mips64el-linux-gnuabin32 Description-md5: 74627c79f960bd00d4ff0e4f6bd4f84c Description-en: GNU binary utilities, for mips64el-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mips64el-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mips64el-linux-gnuabin32 and mips64el-linux-gnuabin32 is not your native platform. Package: binutils-mips64el-linux-gnuabin32-dbg Description-md5: f335703791ca9e65aeccd9c0179f02ca Description-en: GNU binary utilities, for mips64el-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mips64el-linux-gnuabin32. Package: binutils-mipsel-linux-gnu Description-md5: 9841df8f4fcf1f30a3f4c089450b0307 Description-en: GNU binary utilities, for mipsel-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mipsel-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mipsel-linux-gnu and mipsel-linux-gnu is not your native platform. Package: binutils-mipsel-linux-gnu-dbg Description-md5: 48f846a4a2715d869bd81abb9262eb9b Description-en: GNU binary utilities, for mipsel-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mipsel-linux-gnu. Package: binutils-mipsisa32r6-linux-gnu Description-md5: 77e5eee30e8335452fc5f7c48d4e3ee7 Description-en: GNU binary utilities, for mipsisa32r6-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mipsisa32r6-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mipsisa32r6-linux-gnu and mipsisa32r6-linux-gnu is not your native platform. Package: binutils-mipsisa32r6-linux-gnu-dbg Description-md5: 377843ad2c04263b1228f2d063e4dfd5 Description-en: GNU binary utilities, for mipsisa32r6-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mipsisa32r6-linux-gnu. Package: binutils-mipsisa32r6el-linux-gnu Description-md5: 09471fb0d99abcf3c2225604c92692e0 Description-en: GNU binary utilities, for mipsisa32r6el-linux-gnu target This package provides GNU assembler, linker and binary utilities for the mipsisa32r6el-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for mipsisa32r6el-linux-gnu and mipsisa32r6el-linux-gnu is not your native platform. Package: binutils-mipsisa32r6el-linux-gnu-dbg Description-md5: 680d867fe7f2ac96fee44ddf84497d87 Description-en: GNU binary utilities, for mipsisa32r6el-linux-gnu target (debug symbols) This package provides debug symbols for binutils-mipsisa32r6el-linux-gnu. Package: binutils-mipsisa64r6-linux-gnuabi64 Description-md5: 4df90289814a03b6f7b0caf136d4f948 Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6-linux-gnuabi64 and mipsisa64r6-linux-gnuabi64 is not your native platform. Package: binutils-mipsisa64r6-linux-gnuabi64-dbg Description-md5: 039a55490d354e1c1590bbaa9452dbaa Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6-linux-gnuabi64. Package: binutils-mipsisa64r6-linux-gnuabin32 Description-md5: 63658ed1f5477df83840da5dbc816fea Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6-linux-gnuabin32 and mipsisa64r6-linux-gnuabin32 is not your native platform. Package: binutils-mipsisa64r6-linux-gnuabin32-dbg Description-md5: ec954b5cf7d10c2c0f4a8d945308483c Description-en: GNU binary utilities, for mipsisa64r6-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6-linux-gnuabin32. Package: binutils-mipsisa64r6el-linux-gnuabi64 Description-md5: 6c6dc52d3fd6d7e64bf0c54ebd93fd4c Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabi64 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6el-linux-gnuabi64 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6el-linux-gnuabi64 and mipsisa64r6el-linux-gnuabi64 is not your native platform. Package: binutils-mipsisa64r6el-linux-gnuabi64-dbg Description-md5: f1cea46484ab0979296547106aaa9cd9 Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabi64 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6el-linux-gnuabi64. Package: binutils-mipsisa64r6el-linux-gnuabin32 Description-md5: ce4272e2fad04d07b38e5cb5b587963c Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabin32 target This package provides GNU assembler, linker and binary utilities for the mipsisa64r6el-linux-gnuabin32 target. . You don't need this package unless you plan to cross-compile programs for mipsisa64r6el-linux-gnuabin32 and mipsisa64r6el-linux-gnuabin32 is not your native platform. Package: binutils-mipsisa64r6el-linux-gnuabin32-dbg Description-md5: 702407bb8dde9ec28dc8fcc98927f5e9 Description-en: GNU binary utilities, for mipsisa64r6el-linux-gnuabin32 target (debug symbols) This package provides debug symbols for binutils-mipsisa64r6el-linux-gnuabin32. Package: binutils-powerpc-linux-gnuspe Description-md5: d70e1f37d6e147a4525dc45399af1cdd Description-en: GNU binary utilities, for powerpc-linux-gnuspe target This package provides GNU assembler, linker and binary utilities for the powerpc-linux-gnuspe target. . You don't need this package unless you plan to cross-compile programs for powerpc-linux-gnuspe and powerpc-linux-gnuspe is not your native platform. Package: binutils-powerpc-linux-gnuspe-dbg Description-md5: 79da1792ab448bc83208a1b7d4b613b2 Description-en: GNU binary utilities, for powerpc-linux-gnuspe target (debug symbols) This package provides debug symbols for binutils-powerpc-linux-gnuspe. Package: binutils-powerpc64-linux-gnu Description-md5: b81ec509fee3e6fb3b2c79536d67b5a8 Description-en: GNU binary utilities, for powerpc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the powerpc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for powerpc64-linux-gnu and powerpc64-linux-gnu is not your native platform. Package: binutils-powerpc64-linux-gnu-dbg Description-md5: fca1ee307fc3e9e8c8b4a35abe58adb0 Description-en: GNU binary utilities, for powerpc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-powerpc64-linux-gnu. Package: binutils-riscv64-linux-gnu Description-md5: 59fff13b596b2ef3111f365a3641f639 Description-en: GNU binary utilities, for riscv64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the riscv64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for riscv64-linux-gnu and riscv64-linux-gnu is not your native platform. Package: binutils-riscv64-linux-gnu-dbg Description-md5: 1ca6a2cb739bd3daa03246115653b8d0 Description-en: GNU binary utilities, for riscv64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-riscv64-linux-gnu. Package: binutils-sh4-linux-gnu Description-md5: e61f3b77cc63b27f48701208c29346bc Description-en: GNU binary utilities, for sh4-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sh4-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sh4-linux-gnu and sh4-linux-gnu is not your native platform. Package: binutils-sh4-linux-gnu-dbg Description-md5: 85bb1a4a4655a7e23ba6add71b7c0b45 Description-en: GNU binary utilities, for sh4-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sh4-linux-gnu. Package: binutils-source Description-md5: acf2f0e289b8b831828996002f7eb6f1 Description-en: GNU assembler, linker and binary utilities (source) This package contains the sources and patches which are needed to build binutils. Package: binutils-sparc64-linux-gnu Description-md5: 258d5b6025451bd2d6c06a2d1a849186 Description-en: GNU binary utilities, for sparc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sparc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sparc64-linux-gnu and sparc64-linux-gnu is not your native platform. Package: binutils-sparc64-linux-gnu-dbg Description-md5: 03078b416cd22110053532d91caacde4 Description-en: GNU binary utilities, for sparc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sparc64-linux-gnu. Package: blktrace Description-md5: a8addeb4f4b028f6532eaa1c74cdbf22 Description-en: utilities for block layer IO tracing blktrace is a block layer IO tracing mechanism which provides detailed information about request queue operations up to user space. There are three major components that are provided: . blktrace: A utility which transfers event traces from the kernel into either long-term on-disk storage, or provides direct formatted output (via blkparse). . blkparse: A utility which formats events stored in files, or when run in live mode directly outputs data collected by blktrace. . iowatcher: A utility to visualize block I/O patterns. It generates graphs from blktrace runs to help visualize IO patterns and performance. It can plot multiple blktrace runs together, making it easy to compare the differences between different benchmark runs. Package: blueman Description-md5: 0d53e070801b0cf7f6808bfd0b84a60f Description-en: Graphical bluetooth manager Blueman is a GTK+ bluetooth management utility for GNOME using bluez D-Bus backend. Package: bluetooth Description-md5: c9c3278c19393dc7c6582892d29bf660 Description-en: Bluetooth support This package provides all of the different plugins supported by the Bluez bluetooth stack. Package: bluez-hcidump Description-md5: 4ebfd05a0b1b606a60e737cc590e2325 Description-en: Analyses Bluetooth HCI packets The hcidump utility allows the monitoring of Bluetooth activity. It provides a disassembly of the Bluetooth traffic and can display packets from higher level protocols such as RFCOMM, SDP and BNEP. . This was the software that is independent as bluez-hcidump, but this has been integrated into BlueZ from BlueZ 5.0. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bluez-tests Description-md5: 70d0f4a675d48599e09b3248e2e1adfe Description-en: BlueZ test tools and scripts This package contains test tools and scripts used for testing BlueZ. . BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project distributed under GNU General Public License (GPL). Package: bnd Description-md5: 572357666f14f90dcded71fdfdfc96a8 Description-en: tool to create and diagnose OSGi bundles The bnd tool helps you create and diagnose OSGi bundles. The key functions are: . * Show the manifest and JAR contents of a bundle * Wrap a JAR so that it becomes a bundle * Create a Bundle from a specification and a class path * Verify the validity of the manifest entries . The tool is capable of acting as: . * Command line tool * Maven Plugin * Ant Plugin Package: brotli Description-md5: aee765d3571821ffe40670742c9b514d Description-en: lossless compression algorithm and format (command line utility) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a command line utility. Package: browser-plugin-evince Description-md5: cb1e923956168708d863c836885564dd Description-en: plugin for web browsers to display documents (PostScript, PDF, …) This package contains a plugin to display all the document types evince can handle inside the browser window. . Evince is a simple multi-page document viewer. It can display and print PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable Document Format (PDF) and XML Paper Specification (XPS) files. When supported by the document, it also allows searching for text, copying text to the clipboard, hypertext navigation, and table-of-contents bookmarks. Package: bsdcpio Description-md5: 0d0614fc5b8366385e38162f0cfff695 Description-en: transitional dummy package for moving bsdcpio to libarchive-tools The bsdcpio program is the default system 'cpio' program used on FreeBSD. bsdcpio uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . This is a transitional package for the migration of the bsdcpio tool to the libarchive-tools package. Package: bsdtar Description-md5: 74b38cb72c3d7fd4cf1c23df80a00577 Description-en: transitional dummy package for moving bsdtar to libarchive-tools The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . This is a transitional package for the migration of the bsdtar tool to the libarchive-tools package. Package: busybox Description-md5: b7707908219c331294f3f9e8d926a9dc Description-en: Tiny utilities for small and embedded systems 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. . This package installs the BusyBox binary but does not install symlinks for any of the supported utilities. Some of the utilities can be used in the system by installing the busybox-syslogd, busybox-udhcpc or busybox-udhcpd packages. Package: busybox-syslogd Description-md5: 6d204aacbcadc9711030ab99f904ca3b Description-en: Provides syslogd and klogd using busybox The system log daemon is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts. . The kernel log daemon listens to kernel message sources and is responsible for prioritizing and processing operating system messages. . The busybox implementation of the syslogd is particular useful on embedded, diskless (netboot) or flash disk based systems because it can use a fixed size ring buffer for logging instead of saving logs to the disk or sending it to remote logging servers. The ring buffer can be read using the (also busybox based) command logread. . This package provides the glue to the busybox syslogd and klogd to be used in the system by providing the appropriate symbolic links and scripts. Package: bwa Description-md5: 7b904940a9f5331affa84d4b72dedb30 Description-en: Burrows-Wheeler Aligner BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is designed for Illumina sequence reads up to 100bp, while the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar features such as long-read support and split alignment, but BWA-MEM, which is the latest, is generally recommended for high-quality queries as it is faster and more accurate. BWA-MEM also has better performance than BWA-backtrack for 70-100bp Illumina reads. Package: caca-utils Description-md5: 44b5211535e8c3f0c83253e20bd8fb3e Description-en: text mode graphics utilities This package contains utilities and demonstration programs for libcaca, the Colour AsCii Art library. . cacaview is a simple image viewer for the terminal. It opens most image formats such as JPEG, PNG, GIF etc. and renders them on the terminal using ASCII art. The user can zoom and scroll the image, set the dithering method or enable anti-aliasing. . cacafire is a port of AALib's aafire and displays burning ASCII art flames. . cacademo is a tiny graphic program that renders animated ASCII metaballs, matrix effects, colourful moiré circles and old school plasma effects. Package: cargo Description-md5: f894562a11fc2421647ac771e1f6c13a Description-en: Rust package manager Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. Package: cargo-doc Description-md5: f27438963e0fd905872c0e1656b9d40c Description-en: Rust package manager, documentation Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This package contains the documentation. Package: ceph-fuse Description-md5: 2e66da405a3a0048edd7d65c675526ff Description-en: FUSE-based client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do. Package: ceph-mds Description-md5: d37d51a4735a093f21799c80f707168f Description-en: metadata server for the ceph distributed file system Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the metadata server daemon, which is used to create a distributed file system on top of the ceph storage cluster. Package: ceph-resource-agents Description-md5: f350d6a1d9754497356ffd017b1cd63e Description-en: OCF-compliant resource agents for Ceph Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability. . This package contains the resource agents (RAs) which integrate Ceph with OCF-compliant cluster resource managers, such as Pacemaker. Package: ceph-test Description-md5: c9c1e684fc9e022aec4d39440e121879 Description-en: Ceph test and benchmarking tools Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains tools for testing and benchmarking Ceph. Package: certspotter Description-md5: dcd7ea2910639d061748abb8f430bfd1 Description-en: Certificate Transparency Log Monitor Cert Spotter is a Certificate Transparency log monitor from SSLMate that alerts you when a SSL/TLS certificate is issued for one of your domains. Cert Spotter is easier than other open source CT monitors, since it does not require a database. It's also more robust, since it uses a special certificate parser that ensures it won't miss certificates. . Cert Spotter is also available as a hosted service by SSLMate, <https://sslmate.com/certspotter> . You can use Cert Spotter to detect: * Certificates issued to attackers who have compromised a certificate authority and want to impersonate your site. * Certificates issued to attackers who are using your infrastructure to serve malware. * Certificates issued in violation of your corporate policy or outside of your centralized certificate procurement process. * Certificates issued to your infrastructure providers without your consent. Package: cgit Description-md5: 5e74acb15d1188f3db80ed71f4b7567d Description-en: hyperfast web frontend for git repositories written in C This is an attempt to create a fast web interface for the Git SCM, using a built-in cache to decrease server I/O pressure. . Features: * basic repository browsing (logs, diffs, trees...) * caching of generated HTML * cloneable URLs (implements dumb HTTP transport) * commit feeds (atom format) * discovery of Git repositories * on-the-fly archives for tags and commits * plugin support for e.g. syntax highlighting * side-by-side diffs * simple time/author statistics * simple virtual hosting support (macro expansion) * understands GitWeb project-lists * understands gitweb.owner in Git config files * has extensive filtering framework using scripts or a built-in Lua interpreter Package: charon-cmd Description-md5: 80fd42eb6fb38dab592c2f0b87243623 Description-en: standalone IPsec client The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the charon-cmd command, which can be used as a client to connect to a remote IKE daemon. Package: charon-systemd Description-md5: aa65f07fc27272b7f25aed8a94e96770 Description-en: strongSwan IPsec client, systemd support The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the charon-systemd files. Package: chasquid Description-md5: 99dd66b4ce66bf52ba8438c0b1d84724 Description-en: simple SMTP (email) server written in go chasquid is an SMTP (email) server. It aims to be easy to configure and maintain for a small mail server, at the expense of flexibility and functionality. . It's written in Go, and is open source under the Apache license 2.0. . It is currently in beta: it's functional and has had some production exposure, but some things may still change in backwards-incompatible ways, including the configuration format. It should be rare and will be avoided if possible. Package: check-mk-agent Description-md5: 3f86936826ff07f683b7a821e7c9e0f8 Description-en: general purpose monitoring plugin for retrieving data Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the monitoring host. * Automatic inventory of items to be checked on hosts. . This package contains the agent part of check-mk. Package: check-mk-agent-logwatch Description-md5: 62c1178acdaf17966ac3d340ba4b5beb Description-en: general purpose monitoring plugin for retrieving data Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the monitoring host. * Automatic inventory of items to be checked on hosts. . This package contains the logwatch plugin for the agent. Package: check-mk-config-icinga Description-md5: b9374acfd802bb2a195831c8f233343d Description-en: general purpose monitoring plugin for retrieving data Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the Nagios host. * Automatic inventory of items to be checked on hosts. . This package contains the icinga specific part of check_mk Package: check-mk-doc Description-md5: df65777618b9e8af174de8a8938724f5 Description-en: general purpose monitoring plugin for retrieving data (documentation) Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the Nagios host. * Automatic inventory of items to be checked on hosts. . This package contains the check_mk documentation. Package: check-mk-livestatus Description-md5: 4a27a58b8113169d5a3672e4236f1974 Description-en: general purpose monitoring plugin for retrieving data Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the Nagios host. * Automatic inventory of items to be checked on hosts. . This package contains livestatus Package: check-mk-multisite Description-md5: a1e73e3607e8b90989b1c9ae29981f76 Description-en: general purpose monitoring plugin for retrieving data Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the Nagios host. * Automatic inventory of items to be checked on hosts. . This package contains the webfrontend of check_mk also known as "MK-Multisite" Package: check-mk-server Description-md5: c43e4e821678886e4c1d33eb79ca931a Description-en: general purpose monitoring plugin for retrieving data Check_mk adopts a new a approach for collecting data from operating systems and network components. It obsoletes NRPE, check_by_ssh, NSClient and check_snmp. It has many benefits, the most important of which are: . * Significant reduction of CPU usage on the monitoring host. * Automatic inventory of items to be checked on hosts. . This package contains the server part of check_mk Package: chromium-browser Description-md5: 4a155380274636a47c53917539df83d7 Description-en: Chromium web browser, open-source version of Chrome An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. Package: chromium-browser-l10n Description-md5: 8ddb996aecc31fc1411a320e533c060d Description-en: chromium-browser language packages An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains language packages for 65 languages: am, ar, ast, bg, bn, bs, ca, ca@valencia, cs, da, de, el, en-AU, en-GB, eo, es-419, es, et, eu, fa, fil, fi, fr, gl, gu, he, hi, hr, hu, hy, ia, id, it, ja, ka, kn, ko, ku, kw, lt, lv, ml, mr, ms, nb, nl, pl, pt-BR, pt-PT, ro, ru, sk, sl, sr, sv, sw, ta, te, th, tr, ug, uk, vi, zh-CN, zh-TW Package: chromium-chromedriver Description-md5: aa25d8247de85bda97eae9ff87206aa0 Description-en: WebDriver driver for the Chromium Browser Chromedriver serves as a bridge between Chromium Browser and Selenium WebDriver. . See https://sites.google.com/a/chromium.org/chromedriver/ for details. Package: chromium-codecs-ffmpeg Description-md5: 5da9721609191455cf39f508a8dbbcc2 Description-en: Free ffmpeg codecs for the Chromium Browser An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains the multi-threaded ffmpeg codecs needed for the HTML5 <audio> and <video> tags. Only the free ogg, vorbis and theora codecs are included. See chromium-codecs-ffmpeg-extra for additional codecs Package: chromium-codecs-ffmpeg-extra Description-md5: e25eff2efc99ff0ac68a4920e4d54635 Description-en: Extra ffmpeg codecs for the Chromium Browser An open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. . This package contains the multi-threaded ffmpeg codecs needed for the HTML5 <audio> and <video> tags. In addition to the patent-free ogg, vorbis and theora codecs, aac/ac3/mpeg4audio/h264/mov/mp3 are also included. See chromium-codecs-ffmpeg if you prefer only the patent-free codecs Package: cimg-dev Description-md5: 56992994760615db1ad7152d046d81ae Description-en: powerful image processing library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. Package: cimg-doc Description-md5: 0eb6ff63cab3c330fa17dcf7a2d9b24e Description-en: documentation of cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains the documentation. Package: cimg-examples Description-md5: 989b46b47ea3715c1de4b95f9167ec8e Description-en: examples for cimg-dev imaging library The CImg Library is a C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. It consists only of a single header file CImg.h that must be included in your program source. It contains useful image processing algorithms for loading/saving, resizing/rotating, filtering, object drawing (text, lines, faces, ellipses, ...), etc. . Images are instantiated by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. It depends on a minimal number of libraries : you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . This package contains examples for the usage of the library. Package: ckeditor Description-md5: 71b06b05fb0eb089dea4bb9079109b68 Description-en: text editor which can be embedded into web pages CKEditor is a WYSIWYG editor which can be embedded into web pages. WYSIWYG means that the text being edited looks as similar as possible to the results users have when publishing it. . It brings to the web common editing features found on desktop editing applications like Microsoft Word and OpenOffice. Package: clamav-milter Description-md5: e47a1194215b5fbde13fb9217c44d83f Description-en: anti-virus utility for Unix - sendmail integration Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains the ClamAV milter for use with sendmail. It can be configured to be run either standalone, or using clamav-daemon. Package: clamav-testfiles Description-md5: 29437a0b8c82cc8179b64405688f062e Description-en: anti-virus utility for Unix - test files Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon in the clamav-daemon package, a command-line scanner in the clamav package, and a tool for automatic updating via the Internet in the clamav-freshclam package. The programs are based on libclamav, which can be used by other software. . This package contains files 'infected' with a test signature. The test signature (ClamAV-Test-Signature) should be detectable by all anti-virus programs. Package: clang-10 Description-md5: c364160e44345420df0f2e97b3082b69 Description-en: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. Package: clang-10-doc Description-md5: 6bf5242bfe6f159fd907beb982f2315f Description-en: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Package: clang-10-examples Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06 Description-en: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. Package: clang-8 Description-md5: 224e1c81284b37e6720b78f6cf56d36b Description-en: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. Package: clang-8-doc Description-md5: a362b805a7230bf3a9d9d558b30d2a59 Description-en: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the documentation. Package: clang-8-examples Description-md5: 9e24e5183658bfc1863c33a6d462636a Description-en: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang examples. Package: clang-9 Description-md5: 224e1c81284b37e6720b78f6cf56d36b Description-en: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. Package: clang-9-doc Description-md5: a362b805a7230bf3a9d9d558b30d2a59 Description-en: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the documentation. Package: clang-9-examples Description-md5: 9e24e5183658bfc1863c33a6d462636a Description-en: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang examples. Package: clang-format-10 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-format-8 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-format-9 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Package: clang-tidy-10 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tidy-8 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tidy-9 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Package: clang-tools-10 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Package: clang-tools-8 Description-md5: e0ee42d606f86c7a3ed2a8807472b9f3 Description-en: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains some clang-based tools like scan-build, clangd, clang-cl, etc. Package: clang-tools-9 Description-md5: 7383eb4c4968d58c794ab9a86ffc588e Description-en: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains some clang-based tools like scan-build, clang-cl, etc. Package: clangd-10 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Package: clangd-9 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Package: clojure Description-md5: 375367a1e5611012be8bf354320a8e10 Description-en: Lisp dialect for the JVM Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. Package: clojure1.8 Description-md5: 375367a1e5611012be8bf354320a8e10 Description-en: Lisp dialect for the JVM Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. Package: cmake-mozilla Description-md5: 3840be106d9be52ce4a480b630a7bc8e Description-en: cross-platform, open-source make system This version is a backport of a newer version to Ubuntu 18.04 to enable building the version of rustc required to build new versions of firefox. . CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities. Package: cmake-mozilla-data Description-md5: 6bbe41d3da42648c4f788cbee8126869 Description-en: CMake data files (modules, templates and documentation) This version is a backport of a newer version to Ubuntu 18.04 to enable building the version of rustc required to build new versions of firefox. . This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably do not need this package. Package: cobra Description-md5: fbcf8ccfc0a3061ed7139da0143db05f Description-en: Tool to generate Cobra-based modern Go CLI application Cobra is a Go library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. . Cobra has an exceptionally clean interface and simple design without needless constructors or initialization methods. . This package contains the Cobra Generator as /usr/bin/cobra, a tool that will generate your application scaffolding to rapidly develop a Cobra-based application. Package: containerd Description-md5: 6a31c7373bc525a830776e3e75d55eda Description-en: daemon to control runC Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package contains the binaries. Package: corosync-notifyd Description-md5: 3473272b5bea375edd4ae2c3434569a2 Description-en: cluster engine notification daemon The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the DBus/SNMP notification daemon for Corosync events. Package: corosync-qdevice Description-md5: 881d674a2a43030c66450a825ba1eaa0 Description-en: cluster engine quorum device daemon The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the quorum device daemon and utilities. Package: corosync-qnetd Description-md5: b30c9f701d01f83108c8b90e566b0774 Description-en: cluster engine quorum device network daemon The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: . * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. . This package contains the quorum device network daemon running outside of clusters with the purpose of providing votes to the corosync-qdevice model "net", and some utilities for it. Package: coturn Description-md5: 3baf5e2f083e7f1c9c71ad4c68db3792 Description-en: TURN and STUN server for VoIP STUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays around NAT) are protocols that can be used to provide NAT traversal for VoIP and WebRTC. This package provides a VoIP media traffic NAT traversal server and gateway. . Supported RFCs: TURN specs: * RFC 5766 - base TURN specs; * RFC 6062 - TCP relaying TURN extension; * RFC 6156 - IPv6 extension for TURN; * RFC 7635 - OAuth third-party TURN/STUN authorization; * DTLS support as client protocol http://tools.ietf.org/html/draft-petithuguenin-tram-turn-dtls-00 * Mobile ICE (MICE) support http://tools.ietf.org/html/draft-wing-tram-turn-mobility-03 * TURN ORIGIN specs for multi-tenant servers http://tools.ietf.org/html/draft-johnston-tram-stun-origin-02 * TURN Bandwidth draft specs http://tools.ietf.org/html/draft-thomson-tram-turn-bandwidth-00 * SSODA (dual allocation) draft specs http://tools.ietf.org/html/draft-martinsen-tram-ssoda-00 . STUN specs: * RFC 3489 - obsolete "classic" STUN specs; * RFC 5389 - base "new" STUN specs; * RFC 5769 - test vectors for STUN protocol testing; * RFC 5780 - NAT behavior discovery support. . The implementation fully supports UDP, TCP, TLS, and DTLS as protocols between the TURN client and the TURN server. Both UDP and TCP relaying are supported. . SQLite, MySQL, PostgreSQL and Redis are supported for the user repository (if authentication is required). The long-term credentials mechanism is supported. For WebRTC applications, the TURN server REST API for time-limited secret-based authentication is implemented. The third-party authentication specs (OAuth-based) are supported, too. . Load balancing can be implemented either by DNS round-robin mechanism, or with the external networking tools, or by the built-in ALTERNATE-SERVER mechanism. . The implementation is intended to be simple to install and configure. The project focuses on performance, scalability, and simplicity. The aim is to provide an enterprise-grade TURN solution. Package: coyim Description-md5: a1aa812403b7246be602e0e623675ba9 Description-en: safe and secure XMPP chat client CoyIM is a chat client using the XMPP protocol. It is built upon https://github.com/agl/xmpp-client and https://github.com/twstrike/otr3. It adds a graphical user interface and tries to be safe and secure by default. The authors' ambition is that it should be possible for even the most high-risk people on the planet to safely use CoyIM, without having to make any configuration changes. . To do this, OTR is enabled by default, Tor is used by default, and the Tor Onion Service will be used for a server if it is known. Also, TLS and TLS certificates are used to verify the connection - no configuration necessary. The implementation is written in the Go language, to avoid many common types of vulnerabilities that come from using unsafe languages. Package: cpio-win32 Description-md5: ebbadd3ead55d624e521032f77be2333 Description-en: GNU cpio -- a program to manage archives of files (win32 build) GNU cpio is a tool for creating and extracting archives, or copying files from one place to another. It handles a number of cpio formats as well as reading and writing tar files. . This is a win32 version of cpio. It's meant to be used by the win32-loader component of Debian-Installer. Package: cpp-7-alpha-linux-gnu Description-md5: 076120de648561ca5beac0eef8858b16 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for alpha architecture. Package: cpp-7-arm-linux-gnueabi Description-md5: 338cdcd91aead7e7119b591e29dc4bc5 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for armel architecture. Package: cpp-7-hppa-linux-gnu Description-md5: cf43d9e869927f49e123729742e957d5 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for hppa architecture. Package: cpp-7-i686-linux-gnu Description-md5: cd50f31a75f6f3bffa6b4dd5b997c354 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for i386 architecture. Package: cpp-7-m68k-linux-gnu Description-md5: bdc9df6c23fbce734bc35f21a171839b Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for m68k architecture. Package: cpp-7-mips-linux-gnu Description-md5: 299c60fdd7647eab4ada137d47c25168 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mips architecture. Package: cpp-7-mips64-linux-gnuabi64 Description-md5: 64eeeaa44acc99c1667d4babb452b4db Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mips64 architecture. Package: cpp-7-mips64el-linux-gnuabi64 Description-md5: eb4de33ac76eea3494e88bf1c79c39c1 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mips64el architecture. Package: cpp-7-mipsel-linux-gnu Description-md5: 6c95bb5adf90e96e990e2c593b4cab34 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mipsel architecture. Package: cpp-7-powerpc-linux-gnuspe Description-md5: 4dfb5054821288a21d0b8da208cf4e1c Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for powerpcspe architecture. Package: cpp-7-powerpc64-linux-gnu Description-md5: e7612f4f4bd7c93bf2a00e5be4834720 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for ppc64 architecture. Package: cpp-7-riscv64-linux-gnu Description-md5: 7c05d3f784017915130504df9d83f910 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for riscv64 architecture. Package: cpp-7-s390x-linux-gnu Description-md5: 2e6a70b0ab111b7a34a0b2e8733e266a Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for s390x architecture. Package: cpp-7-sh4-linux-gnu Description-md5: b55564492082f2f88360dd27ad158811 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for sh4 architecture. Package: cpp-7-sparc64-linux-gnu Description-md5: 07f289f252ed1a98465636e2f5006177 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for sparc64 architecture. Package: cpp-7-x86-64-linux-gnux32 Description-md5: 437be6b3dee2182088475a4e923197f2 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for x32 architecture. Package: cpp-8 Description-md5: 93a75b5e1f4b43c36eba0239b6fab6a3 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. Package: cpp-8-aarch64-linux-gnu Description-md5: 45f5a7d0ff0712ad443d07c2355c0a1a Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for arm64 architecture. Package: cpp-8-alpha-linux-gnu Description-md5: 076120de648561ca5beac0eef8858b16 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for alpha architecture. Package: cpp-8-arm-linux-gnueabi Description-md5: 338cdcd91aead7e7119b591e29dc4bc5 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for armel architecture. Package: cpp-8-arm-linux-gnueabihf Description-md5: 7f9493441e3cdf1166438a9959deefe1 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for armhf architecture. Package: cpp-8-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-8-hppa-linux-gnu Description-md5: cf43d9e869927f49e123729742e957d5 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for hppa architecture. Package: cpp-8-i686-linux-gnu Description-md5: cd50f31a75f6f3bffa6b4dd5b997c354 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for i386 architecture. Package: cpp-8-m68k-linux-gnu Description-md5: bdc9df6c23fbce734bc35f21a171839b Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for m68k architecture. Package: cpp-8-mips-linux-gnu Description-md5: 299c60fdd7647eab4ada137d47c25168 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mips architecture. Package: cpp-8-mips64-linux-gnuabi64 Description-md5: 64eeeaa44acc99c1667d4babb452b4db Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mips64 architecture. Package: cpp-8-mips64el-linux-gnuabi64 Description-md5: eb4de33ac76eea3494e88bf1c79c39c1 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mips64el architecture. Package: cpp-8-mipsel-linux-gnu Description-md5: 6c95bb5adf90e96e990e2c593b4cab34 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for mipsel architecture. Package: cpp-8-powerpc-linux-gnu Description-md5: 4f91d407b8b7aa38dc64eff3ee27629c Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for powerpc architecture. Package: cpp-8-powerpc-linux-gnuspe Description-md5: 4dfb5054821288a21d0b8da208cf4e1c Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for powerpcspe architecture. Package: cpp-8-powerpc64-linux-gnu Description-md5: e7612f4f4bd7c93bf2a00e5be4834720 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for ppc64 architecture. Package: cpp-8-powerpc64le-linux-gnu Description-md5: 3c8dfbf0de7afc39cf0815e138362016 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for ppc64el architecture. Package: cpp-8-riscv64-linux-gnu Description-md5: 7c05d3f784017915130504df9d83f910 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for riscv64 architecture. Package: cpp-8-s390x-linux-gnu Description-md5: 2e6a70b0ab111b7a34a0b2e8733e266a Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for s390x architecture. Package: cpp-8-sh4-linux-gnu Description-md5: b55564492082f2f88360dd27ad158811 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for sh4 architecture. Package: cpp-8-sparc64-linux-gnu Description-md5: 07f289f252ed1a98465636e2f5006177 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for sparc64 architecture. Package: cpp-8-x86-64-linux-gnux32 Description-md5: 437be6b3dee2182088475a4e923197f2 Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for x32 architecture. Package: cpp-alpha-linux-gnu Description-md5: b1e0d79884473a304689b790f8d18905 Description-en: GNU C preprocessor (cpp) for the alpha architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for alpha architecture. . This is a dependency package providing the default GNU C preprocessor for the alpha architecture. Package: cpp-arm-linux-gnueabi Description-md5: 1eeaed7113096b65dd4800343979bc94 Description-en: GNU C preprocessor (cpp) for the armel architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for armel architecture. . This is a dependency package providing the default GNU C preprocessor for the armel architecture. Package: cpp-hppa-linux-gnu Description-md5: e05d1f01a41ffd6121cd3790252e95d3 Description-en: GNU C preprocessor (cpp) for the hppa architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for hppa architecture. . This is a dependency package providing the default GNU C preprocessor for the hppa architecture. Package: cpp-i686-linux-gnu Description-md5: f0c7fc42e445847cc34131612b7ac74b Description-en: GNU C preprocessor (cpp) for the i386 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for i386 architecture. . This is a dependency package providing the default GNU C preprocessor for the i386 architecture. Package: cpp-m68k-linux-gnu Description-md5: 9a6c033026edd7f7cfd4fc0a6b41b293 Description-en: GNU C preprocessor (cpp) for the m68k architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for m68k architecture. . This is a dependency package providing the default GNU C preprocessor for the m68k architecture. Package: cpp-mips-linux-gnu Description-md5: 6bccb14fead5bb35b7f4f493f6d21b2b Description-en: GNU C preprocessor (cpp) for the mips architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for mips architecture. . This is a dependency package providing the default GNU C preprocessor for the mips architecture. Package: cpp-mips64-linux-gnuabi64 Description-md5: daf4abcce933c32725bf364c8a055291 Description-en: GNU C preprocessor (cpp) for the mips64 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for mips64 architecture. . This is a dependency package providing the default GNU C preprocessor for the mips64 architecture. Package: cpp-mips64el-linux-gnuabi64 Description-md5: 3bb7f875736ff328ac7e364d5993d1a1 Description-en: GNU C preprocessor (cpp) for the mips64el architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for mips64el architecture. . This is a dependency package providing the default GNU C preprocessor for the mips64el architecture. Package: cpp-mipsel-linux-gnu Description-md5: 388777f6ce7cb465f2ef955da77a8d82 Description-en: GNU C preprocessor (cpp) for the mipsel architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for mipsel architecture. . This is a dependency package providing the default GNU C preprocessor for the mipsel architecture. Package: cpp-powerpc-linux-gnuspe Description-md5: 7aa4042ad0f8ba17e120372768ec8c22 Description-en: GNU C preprocessor (cpp) for the powerpcspe architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for powerpcspe architecture. . This is a dependency package providing the default GNU C preprocessor for the powerpcspe architecture. Package: cpp-powerpc64-linux-gnu Description-md5: b31b257ebe9e56f55bea606122367e76 Description-en: GNU C preprocessor (cpp) for the ppc64 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for ppc64 architecture. . This is a dependency package providing the default GNU C preprocessor for the ppc64 architecture. Package: cpp-riscv64-linux-gnu Description-md5: 5a307b042c792c9410b683d2235294d2 Description-en: GNU C preprocessor (cpp) for the riscv64 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for riscv64 architecture. . This is a dependency package providing the default GNU C preprocessor for the riscv64 architecture. Package: cpp-s390x-linux-gnu Description-md5: dc03ec196671c21e740c0d0ed3eb42bc Description-en: GNU C preprocessor (cpp) for the s390x architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for s390x architecture. . This is a dependency package providing the default GNU C preprocessor for the s390x architecture. Package: cpp-sh4-linux-gnu Description-md5: 7ea67db1b2bccda96155a6da95e9631b Description-en: GNU C preprocessor (cpp) for the sh4 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for sh4 architecture. . This is a dependency package providing the default GNU C preprocessor for the sh4 architecture. Package: cpp-sparc64-linux-gnu Description-md5: a6ba3d76dec0f1ed8274aa5782cb5314 Description-en: GNU C preprocessor (cpp) for the sparc64 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for sparc64 architecture. . This is a dependency package providing the default GNU C preprocessor for the sparc64 architecture. Package: cpp-x86-64-linux-gnux32 Description-md5: fe189100026ef673aa56b903d8f71083 Description-en: GNU C preprocessor (cpp) for the x32 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for x32 architecture. . This is a dependency package providing the default GNU C preprocessor for the x32 architecture. Package: ctdb Description-md5: 83dff66615250b53a0cd3df6fb3b9ea7 Description-en: clustered database to store temporary data CTDB is a cluster implementation of the TDB database used by Samba and other projects to store temporary data. If an application is already using TDB for temporary data it is very easy to convert that application to be cluster aware and use CTDB instead. . CTDB provides the same types of functions as TDB but in a clustered fashion, providing a TDB-style database that spans multiple physical hosts in a cluster. . Features include: * CTDB provides a TDB that has consistent data and consistent locking across all nodes in a cluster. * CTDB is very fast. * In case of node failures, CTDB will automatically recover and repair all TDB databases that it manages. * CTDB is the core component that provides pCIFS ("parallel CIFS") with Samba3/4. * CTDB provides HA features such as node monitoring, node failover, and IP takeover. * CTDB provides a reliable messaging transport to allow applications linked with CTDB to communicate to other instances of the application running on different nodes in the cluster. * CTDB has pluggable transport backends. Currently implemented backends are TCP and Infiniband. * CTDB supports a system of application specific management scripts, allowing applications that depend on network or filesystem resources to be managed in a highly available manner on a cluster. Package: cyrus-admin Description-md5: 30d4f431154e19f3badd2b37661f7170 Description-en: Cyrus mail system - administration tools This package provides the administrative tools for the Cyrus IMAPd suite. It contains the cyradm tool which can be used to administer both local and remote Cyrus mail systems. It also contains sieveshell and its deprecated cousin installsieve, which can be used to manage sieve scripts. . For more information, please see the cyrus-common package. Package: cyrus-caldav Description-md5: 4a2a6a95eea3e87b63bd5ba8d5020b3d Description-en: Cyrus mail system - CalDAV and CardDAV support This package contains the CalDAV and CardDAV portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Package: cyrus-clients Description-md5: 992ed3dec2e38f35f5825dbbb87631db Description-en: Cyrus mail system - test clients This package contains client tools to test the Cyrus IMAPd suite. It contains the mupdatetest, sivtest, smtptest, lmtptest, imtest and pop3test tools which can be used to interactively talk to a mupdate, Sieve, SMTP, LMTP, IMAP or POP3 server. The clients are fully SASL-enabled for authentication. . For more information, please see the cyrus-common package. Package: cyrus-common Description-md5: ce477374fcdec4eb4b04c5e339e4a360 Description-en: Cyrus mail system - common files Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . Cyrus doesn't support reading from and storing mail in the standard mail spool. It stores mail in a separate directory in its own MH-like format. . This package contains the common files needed by the other Cyrus components. The cyrus-imapd and/or cyrus-pop3d packages are needed to enable IMAP and POP3 support respectively. cyrus-murder can be used to enable IMAP, POP3 and LMTP proxying. cyrus-replication can be used to provide server replication between two imap servers. Package: cyrus-dev Description-md5: 16eb6f696ea714cc04c10da3bf1af891 Description-en: Cyrus mail system - developer files This package contains header files and the static library needed to develop IMAP applications that interface with the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Package: cyrus-doc Description-md5: dc4db33c7f92d614299003a2faaa98f8 Description-en: Cyrus mail system - documentation files Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . This package contains the documentation for the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Package: cyrus-imapd Description-md5: 2013b72b2b05fdd34a3b3dd1c1ba084e Description-en: Cyrus mail system - IMAP support Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . This package contains the IMAP (Internet Mail Access Protocol) portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Package: cyrus-murder Description-md5: ab90b0c9d4129b972ab15fe6e9c32d5d Description-en: Cyrus mail system - proxies and aggregator This package contains the Cyrus IMAPd suite murder aggregator system, i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon. It allows for cluster setups where there are many backend Cyrus spools and frontend proxy servers. . For more information, please see the cyrus-common package. Package: cyrus-nntpd Description-md5: bcca7012a9781e9e61073187c18156df Description-en: Cyrus mail system - NNTP support This package contains the NNTP (Network News Transfer Protocol) portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Package: cyrus-pop3d Description-md5: 70c2ae7050e6313a16eb7cb9d9341a7f Description-en: Cyrus mail system - POP3 support Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. . This package contains the POP3 (Post Office Protocol) portion of the Cyrus IMAPd suite. . For more information, please see the cyrus-common package. Package: cyrus-replication Description-md5: b418abba8bf22d6e89141717800813af Description-en: Cyrus mail system - replication This package contains the Cyrus IMAPd suite replication system. It allows the replication of the mail spool between two imap or pop servers. . For more information, please see the cyrus-common package. Package: dalvik-exchange Description-md5: 09759f5ddaff7a9fc16c0f6211b88531 Description-en: Manipulate Dalvik eXchange format and produce dex files Dalvik is a process virtual machine in Google's Android operating system that executes applications written for Android. . dalvik-exchange is the tool that takes in class files and reformulates them for consumption in the VM. It also does a few other things. . This program is officially named "dx" but in order to avoid naming conflict with OpenDX in Debian it is renamed to "dalvik-exchange". . This package also provides the "mainDexClasses" program. Package: dansguardian Description-md5: e49d916232fc830dd2aaeb359bd27098 Description-en: Web content filtering DansGuardian filters the content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites. . It provides real-time virus scanning capabilities for content access. . DansGuardian is designed to be completely flexible and allows you to tailor the filtering to your exact needs. It can be as draconian or as unobstructive as you want. The default settings are geared towards what a primary school might want but DansGuardian puts you in control of what you want to block. . DansGuardian requires squid or another similar caching proxy server on your local network. Package: db5.3-sql-util Description-md5: 349c24cfe3663fabfe92a44786475ac7 Description-en: Berkeley v5.3 SQL Database Utilities This package provides different tools for manipulating databases in the Berkeley v5.3 SQL database format, and includes: - db5.3_sql: sqlite3 compatible command-line utility Package: dbus-tests Description-md5: 21d8962af3ce2eb690155b3d6c1a7f1b Description-en: simple interprocess messaging system (test infrastructure) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . This package provides automated and manual tests for D-Bus, and the dbus-test-tool utility. It also provides copies of the D-Bus libraries and executables compiled with extra debug information and logging. . See the dbus package description for more information about D-Bus in general. Package: debian-lan-config Description-md5: 9867849aaa2469068b24df3326ad3b26 Description-en: FAI config space for the Debian-LAN system The Debian-LAN (Debian Local Area Network) project makes running Debian in a local area network easy without losing flexibility. It may be used by schools, work groups, associations and small enterprises or to install complex test environments. . Debian-LAN uses FAI (Fully Automatic Installation) to install and configure all machines in the network. . This package contains the FAI config space. Package: dexdump Description-md5: ee7ea497e8ce1a11d6430bab52b5560f Description-en: Displays information about Android DEX files The `dexdump` tool is intended to mimic `objdump`. When possible, use similar command-line arguments. . This is a re-implementation of the original `dexdump` utility that was based on Dalvik functions in `libdex` into a new `dexdump` that is now based on ART functions in `libart` instead. The output is very similar to to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dexlist Description-md5: 0a40a03c659a257c2d7a8d99b4a0e42b Description-en: Lists all methods in all concrete classes in Android DEX files This is a re-implementation of the original `dexlist` utility that was based on Dalvik functions in `libdex` into a new `dexlist` that is now based on ART functions in `libart` instead. The output is very similar to to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dh-apparmor Description-md5: c7bc3728b9d5d471c45d2a640c36d87f Description-en: AppArmor debhelper routines dh-apparmor provides the debhelper tools used to install and migrate AppArmor profiles. This is normally used from package maintainer scripts during install and removal. Package: dh-apport Description-md5: a5c779df9e0b356100c76151d7cef527 Description-en: debhelper extension 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 debhelper extension to make it easier for other packages to include apport hooks. Package: dh-translations Description-md5: 7c1312ea3fd1cf79858c39fdb547739f Description-en: debhelper extension for translation support This package provides a debhelper extension to perform common translation related operations during package build: . * Try to build a current PO template. . * Remove inline translations from *.desktop, *.server, *.schemas, and *.policy files and replace them with a link to the gettext domain, so that strings in them will get translated at runtime from *.mo files. This allows language packs to ship updated translations. Package: dino-im Description-md5: 2be006f68a33d677073bc2d607d2fc05 Description-en: modern XMPP client Dino is a modern XMPP client with a nice and clean look. It does support OMEMO and OpenPGP for end-to-end encryption. If you are looking for a Conversations look-alike, this program might be for you. Package: dino-im-common Description-md5: 3baf001b075b379ef6f7841ce784c0fb Description-en: modern XMPP client - common files Dino is a modern XMPP client with a nice and clean look. It does support OMEMO and OpenPGP for end-to-end encryption. If you are looking for a Conversations look-alike, this program might be for you. . This package contains platform independent files. Package: djview Description-md5: 70f803a157a01cd392d199dbc03dfe1f Description-en: Transition package, djview3 to djview4 Ease transition from djview or djview3 to djview4 with this dummy package. Package: djview3 Description-md5: 723d08e2761fe57a16db0f1a5d75091f Description-en: Transition package, djview3 to djview4 Ease transition from djview3 to djview4 with this dummy package. Package: djvulibre-bin Description-md5: c7421d25ec9e74924d5b7540e469b4bd Description-en: Utilities for the DjVu image format Executables including utilities for conversion between DjVu and other formats. Package: djvulibre-desktop Description-md5: e5da3aea9677bafe75a1aaa48a76c12e Description-en: Desktop support for the DjVu image format Miscellaneous files to support the DjVu image format on the desktop. Package: djvuserve Description-md5: 1440f01db6ede771bb8636f76fcccfda Description-en: CGI program for unbundling DjVu files on the fly CGI program to convert a bundled multi-page DjVu document into an indirect DjVu document on the fly. This provides for efficiently browsing large DjVu documents without transferring unnecessary pages. Package: dmtracedump Description-md5: 3d072592d6edc8c13130e73a24e1c654 Description-en: Generates graphical call-stack diagrams from Android trace logs `dmtracedump` generates the call stack data as a tree diagram, where each node represents a method call. It shows call flow (from parent node to child nodes) using arrows. Package: dnsmasq Description-md5: d4d0c88134cc703150a59b83cb68304c Description-en: Small caching DNS proxy and DHCP/TFTP server Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP server. It is designed to provide DNS and optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines. Package: dnsmasq-base-lua Description-md5: 50a4d5794976e19c43acd5677364d255 Description-en: Small caching DNS proxy and DHCP/TFTP server This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. This package is an alternative to dnsmasq-base which includes the LUA interpreter. Package: docker-containerd Description-md5: 198b6d26fb5eecfe00e01a51a677a4bc Description-en: daemon to control runC (Docker's version) Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package contains the version to be used with the docker.io package, and provides all binaries with a "docker-" prefix. Package: docker-doc Description-md5: 4f86326741c09d05fe80222b21fce476 Description-en: Linux container runtime -- documentation Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. . This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. . Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues. . This package provides documentation for Docker. Package: docker.io Description-md5: 05dc9eba68f3bf418e6a0cf29d555878 Description-en: Linux container runtime Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. . Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. . This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. . Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues. Package: dosbox Description-md5: 1906aae222a3fb5d512786300b09b087 Description-en: x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics, sound and DOS. It's been designed to run old DOS games under platforms that don't support it. (Win2k/XP/FreeBSD/Linux/MAC OS X) . The following legacy sound devices are emulated: PC Speaker, Creative CMS/Gameblaster, Tandy 3 voice, Adlib, Sound Blaster Pro/16, Disney Soundsource and a Gravis Ultrasound. MPU-401 is forwarded to the host. Package: dovecot-gssapi Description-md5: 9f4b2fcb5aebf7d757c3b91ec594fd37 Description-en: secure POP3/IMAP server - GSSAPI support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides GSSAPI authentication support for Dovecot. Package: dovecot-ldap Description-md5: cf9a560992c979e66145b609891e191d Description-en: secure POP3/IMAP server - LDAP support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides LDAP support for Dovecot. Package: dovecot-lmtpd Description-md5: 1f512867746b7f058518f80e369c13d8 Description-en: secure POP3/IMAP server - LMTP server Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package contains the Dovecot LMTP server. Package: dovecot-mysql Description-md5: a603c5fc8628574f9890bfe63a43615d Description-en: secure POP3/IMAP server - MySQL support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides MySQL support for Dovecot. Package: dovecot-pgsql Description-md5: e8aa6d8fe1c38481139bebe08f38c035 Description-en: secure POP3/IMAP server - PostgreSQL support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides PostgreSQL support for Dovecot. Package: dovecot-solr Description-md5: 26b94d4d2bce4be7a79f1a90218de82c Description-en: secure POP3/IMAP server - Solr support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides Solr full text search support for Dovecot. Package: dovecot-sqlite Description-md5: 84d239fb9502af48d31d27798fb5a82b Description-en: secure POP3/IMAP server - SQLite support Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify that all data is valid, making it nearly impossible to crash. It supports mbox/Maildir and its own dbox/mdbox formats, and should also be pretty fast, extensible, and portable. . This package provides SQLite support for Dovecot. Package: dpdk-igb-uio-dkms Description-md5: 9dabcdfb5c92f78c3bf352576e670063 Description-en: Data Plane Development Kit (igb uio dkms) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package contains the source code for the igb_uio kernel module. Package: dpdk-rte-kni-dkms Description-md5: 74bb12a5b9421904b60b993ef1361f95 Description-en: Data Plane Development Kit (rte kni dkms) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This package contains the source code for the rte_kni kernel module. Package: dummydroid Description-md5: 32456ae6e39d2370f1ff43c141cf8dea Description-en: Register a GSF ID for mock-up Android devices Dummy Droid allows you to create hardware profiles for arbitrary Android devices and upload them into your Google Play account, thereby creating a "Google Services Framework ID". . Mocks can either be generated from the /system/build.prop file of existing hardware or be completely made up from scratch. You (may) need this tool if Google Play won't give you access to an app because of device incompatibilities, country or carrier restrictions. You (may) also need this tool if you are an app developer yourself and want to test compatibility filter settings without actually owning the target device. . Word of warning: Dummy Droid grants you absolute freedom, including the freedom to specify absolute nonsense (such as a smart-tv with a screensize of 1 pixel). Please pay attention to the instructions and use a throw-away account for testing. Otherwise you might end up with dozens of mocks in your main account you cannot get rid of again! Package: e2fsck-static Description-md5: 0f5fb4f2ba168adf31e7b0a640de0d89 Description-en: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Package: e2fsprogs-l10n Description-md5: 807b6cb4fcea4e66152bf7951fcc5515 Description-en: ext2/ext3/ext4 file system utilities - translations The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. . This package provides translations for messages for programs found in the 'e2fsprogs' package. Package: ecj Description-md5: ba0a97001b627dcefb46737dc340ede6 Description-en: standalone version of the Eclipse Java compiler This package provides a standalone version of the Eclipse JDT compiler which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 5, 6, 7, 8 and 9. Package: eclipse-debian-helper Description-md5: 5da57dddf06df56e64eb96a97d7d2a9a Description-en: Helper tools for building Eclipse related packages eclipse-debian-helper is a set of tools used to build Eclipse related package. It provides a debhelper buildsystem to compile and package projects consisting in a collection of Eclipse bundles. Package: eclipse-titan Description-md5: 345a9cf8698420200714137527172bec Description-en: TITAN TTCN-3 toolset from the Eclipse project TTCN-3 is a standardized, modular language specifically designed for testing. Eclipse Titan offers a free and open source (FOSS) compiler both for TTCN-3 and for ASN.1 Package: elki Description-md5: 1cb9556a05eb3971a33ee5fb18a5e3f9 Description-en: Data mining algorithm development framework ELKI: "Environment for Developing KDD-Applications Supported by Index-Structures" is a development framework for data mining algorithms written in Java. It includes a large variety of popular data mining algorithms, distance functions and index structures. . Its focus is particularly on clustering and outlier detection methods, in contrast to many other data mining toolkits that focus on classification. Additionally, it includes support for index structures to improve algorithm performance such as R*-Tree and M-Tree. . The modular architecture is meant to allow adding custom components such as distance functions or algorithms, while being able to reuse the other parts for evaluation. . This package contains the compiled ELKI version, and launcher scripts. Package: elki-dev Description-md5: 648c5c57de65de788810e6bbbd802f44 Description-en: Data mining algorithm development framework - development files ELKI: "Environment for Developing KDD-Applications Supported by Index-Structures" is a development framework for data mining algorithms written in Java. It includes a large variety of popular data mining algorithms, distance functions and index structures. . Its focus is particularly on clustering and outlier detection methods, in contrast to many other data mining toolkits that focus on classification. Additionally, it includes support for index structures to improve algorithm performance such as R*-Tree and M-Tree. . The modular architecture is meant to allow adding custom components such as distance functions or algorithms, while being able to reuse the other parts for evaluation. . This package contains the JavaDoc and the source code package. Package: enigmail Description-md5: 1f1e67ab816cad117d3c812e71e25f82 Description-en: GPG support for Thunderbird and Debian Icedove OpenPGP extension for Thunderbird. Enigmail allows users to access the features provided by the popular GnuPG software from within Thunderbird. . Enigmail is capable of signing, authenticating, encrypting and decrypting email. Additionally, it supports both the inline PGP format, as well as the PGP/MIME format as described in RFC 3156. Package: enjarify Description-md5: 99067e712b51d270b0a96cb0ae1ad1eb Description-en: translate Dalvik bytecode to equivalent Java bytecode Android applications are Java programs that run on a customized virtual machine, which is part of the Android operating system, the Dalvik VM. Their bytecode differs from the bytecode of normal Java applications. . Enjarify can translate the Dalvik bytecode back to equivalent Java bytecode, which simplifies the analysis of Android applications. Package: erlang-p1-tls Description-md5: 0164ba8863deb83be3bb1a86c3742f94 Description-en: native TLS / SSL driver for Erlang / Elixir Fast TSL is a native TLS / SSL driver for Erlang / Elixir. It is based on OpenSSL, a proven and efficient TLS implementation. It is designed for efficiency, speed and compliance. Package: erlang-yapp Description-md5: 0317ed11120545bd2da99b5404aea656 Description-en: Erlang application for deploying Yaws webserver applications Yaws-yapp (Yaws application handler) is a helper application. It takes care of adding, and removing, the applications into a running server. When anyone access the server with an URL that matches the path for an added application, the docroot will be temporarily switched to where the web pages for that application are located. . This package includes the Yapp Erlang module which can be used in Yaws embedded mode without separate server config. Package: erlang-yaws Description-md5: 5b0c044f6a0b17be3335d646ccb1307c Description-en: Erlang application which implements HTTP webserver Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a multithreaded webserver where one Erlang light weight process is used to handle each client. Two separate modes of operation are supported. . This package includes Erlang Yaws application suitable to work in embedded mode where it runs as a webserver in another Erlang application. Package: etc1tool Description-md5: 1bbf24cfceac355f34ed7421b8bee0f0 Description-en: ETC1 conversion tool etc1tool is a command line utility that lets you encode PNG images to the ETC1 compression standard and decode ETC1 compressed images back to PNG. It is part of the Android SDK for working with media files for game apps. The standard for the ETC1 texture format is here: http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt Package: etcd Description-md5: 6dbc0ea9774e15122c9e2d090649b4ac Description-en: Transitional package for etcd-client and etcd-server This is a transitional package to ease upgrades for splitting the etcd package into a separate client and server piece. It can be safely removed. Package: etcd-client Description-md5: df7ad39b54e72898624c05a59914bc7e Description-en: highly-available key value store -- client A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: . * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft . Etcd uses the Raft consensus algorithm to manage a highly-available replicated log. . This package contains the client binaries. Package: etcd-server Description-md5: 8f85560d0278814c3be68fd7bc841ca2 Description-en: highly-available key value store -- daemon A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: . * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft . Etcd uses the Raft consensus algorithm to manage a highly-available replicated log. . This package contains the server binaries. Package: evolution-data-server-online-accounts Description-md5: d0a92c397ae0f579fa7f2c3c1bf63034 Description-en: evolution database server (transitional package) The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. . This is a transitional package. It can safely be removed. Package: evolution-data-server-tests Description-md5: f089152abdefc1f27359965309935277 Description-en: Installed tests for the evolution database backend server The data server, called "Evolution Data Server" is responsible for managing mail, calendar, addressbook, tasks and memo information. . This package contains test programs, designed to be run as part of a regression testsuite. Package: exempi Description-md5: e4a2622036610d98f6a26321be774b28 Description-en: command line tool to manipulate XMP metadata Exempi is a library to parse XMP metadata as defined by the specification. . XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type. . This package provides a command line tool to manipulate XMP metadata. Package: eximon4 Description-md5: 9d049018af5088cbceaa2af23692d02a Description-en: monitor application for the Exim MTA (v4) (X11 interface) Eximon is a helper program for the Exim MTA (v4). It allows administrators to view the mail queue and logs, and perform a variety of actions on queued messages, such as freezing, bouncing and thawing messages. Package: exiv2 Description-md5: aeba4b7189f937a626d0f2ef05b13cbb Description-en: EXIF/IPTC/XMP metadata manipulation tool Exiv2 is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats . Exiv2 command line utility to: . * print Exif, IPTC and XMP image metadata in different formats: - Exif summary info, interpreted values, or the plain data for each tag * set, add and delete Exif, IPTC and XMP image metadata from command line modify commands or command scripts * adjust the Exif timestamp (that's how it all started...) * rename Exif image files according to the Exif timestamp * extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments * extract previews from RAW images and thumbnails from the Exif metadata * insert and delete the thumbnail image embedded in the Exif metadata * print, set and delete the JPEG comment of JPEG images * fix the Exif ISO setting of picture taken with Canon and Nikon cameras Package: expat Description-md5: 946951e418841b66002f30694d1a0b72 Description-en: XML parsing C library - example application This package contains xmlwf, an example application of expat, the C library for parsing XML. The arguments to xmlwf are one or more files which are each to be checked for XML well-formedness. Package: f2fs-tools Description-md5: 2a4a0b079e6b5a5561aa4c62b2efbeb3 Description-en: Tools for Flash-Friendly File System F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). Package: f2fs-tools-dbg Description-md5: b623ed10477ba00b5ae84cb208fd6850 Description-en: Tools for Flash-Friendly File System (debug) F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the debugging symbols. Package: fastboot Description-md5: 8b81c271aea186c016f4a979be743992 Description-en: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. Package: fastd Description-md5: 000185f3aeae57fb6da286b5b030eb70 Description-en: Fast and Secure Tunneling Daemon A VPN daemon that has many features of OpenVPN and Tinc and is optimized for small code size and small number of dependencies. Fastd became popular on small devices like routers. Package: ffmpeg Description-md5: 032ff4ee68b923f5137379a7857cb8a8 Description-en: Tools for transcoding, streaming and playing of multimedia files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This package contains: * ffmpeg: a command line tool to convert multimedia files between formats * ffserver: a multimedia streaming server for live broadcasts * ffplay: a simple media player based on SDL and the FFmpeg libraries * ffprobe: a simple multimedia stream analyzer * qt-faststart: a utility to rearrange Quicktime files Package: ffmpeg-doc Description-md5: 932d67e93ba3ceb35226d892e216a9ea Description-en: Documentation of the FFmpeg multimedia framework FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This package contains the HTML documentation for the FFmpeg multimedia framework including the API documentation created by doxygen and the manpages for the libraries. Package: fig2dev Description-md5: 6de03973d0c4860a151a29dbf9a05de0 Description-en: Utilities for converting XFig figure files This package contains utilities (mainly fig2dev) to handle XFig (Facility for Interactive Generation of figures) files. . It can convert files produced by xfig to box, cgm, dxf, epic, eepic, eepicemu, emf, eps, gbx, ge, gif, ibmgl, jpeg, latex, map (HTML image map), mf (MetaFont), mp (MetaPost), mmp (Multi-Meta-Post), pcx, pdf, pdftex, pdftex_t, pic, pict2e, pictex, png, ppm, ps, pstex, pstex_t, pstricks, ptk (Perl/tk), shape, sld (AutoCad slide format), svg, textyl, tiff, tikz, tk (Tcl/Tk), tpic, xbm and xpm. Package: figtree Description-md5: e06f51cdb4e8a7021940de0d58824055 Description-en: graphical phylogenetic tree viewer FigTree is designed as a graphical viewer of phylogenetic trees and as a program for producing publication-ready figures. In particular it is designed to display summarized and annotated trees produced by BEAST. Package: firefox-globalmenu Description-md5: 1b267431605d90f28d4104239bf87ff8 Description-en: Safe and easy web browser from Mozilla (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: firefox-mozsymbols Description-md5: 1398643ad4fb0f820933502f6bba9816 Description-en: Safe and easy web browser from Mozilla - Breakpad symbols Firefox delivers safe, easy web browsing. A familiar user interface, enhanced security features including protection from online identity theft, and integrated search let you get the most out of the web. . This package contains the Firefox symbols in a format expected by Mozilla's Breakpad. Eventually this package should go away and the symbol upload be implemented in soyuz (or other builders that build this package) Package: fixincludes Description-md5: 4eec63ec6a45894436866732b96c2698 Description-en: Fix non-ANSI header files FixIncludes was created to fix non-ANSI system header files. Many system manufacturers supply proprietary headers that are not ANSI compliant. The GNU compilers cannot compile non-ANSI headers. Consequently, the FixIncludes shell script was written to fix the header files. . Not all packages with header files are installed on the system, when the package is built, so we make fixincludes available at build time of other packages, such that checking tools like lintian can make use of it. Package: flac Description-md5: f1560839832c89e0262853df6c9f7e62 Description-en: Free Lossless Audio Codec - command line tools FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. The FLAC project consists of: . * The stream format * libFLAC, which implements a reference encoder, stream decoder, and file decoder * flac, which is a command-line wrapper around libFLAC to encode and decode .flac files * Input plugins for various music players (Winamp, XMMS, and more in the works) . This package contains the command-line tools flac (used for encoding and decoding FLACs) and metaflac (used for manipulating FLAC metadata.) Package: flatpak Description-md5: f91acb1d2880527b2759bc5e2d99fbff Description-en: Application deployment framework for desktop apps Flatpak installs, manages and runs sandboxed desktop application bundles. Application bundles run partially isolated from the wider system, using containerization techniques such as namespaces to prevent direct access to system resources. Resources from outside the sandbox can be accessed via "portal" services, which are responsible for access control; for example, the Documents portal displays an "Open" dialog outside the sandbox, then allows the application to access only the selected file. . Each application uses a specified "runtime", or set of libraries, which is available as /usr inside its sandbox. This can be used to run application bundles with multiple, potentially incompatible sets of dependencies within the same desktop environment. . This package contains the services and executables needed to install and launch sandboxed applications, and the portal services needed to provide limited access to resources outside the sandbox. Package: flatpak-tests Description-md5: 8c55ee927d2b9992e22292e7b2c097aa Description-en: Application deployment framework for desktop apps (tests) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains automated tests. Package: flightcrew Description-md5: 4e52dbd1228c200ac9a5f82cbbe6421c Description-en: C++ epub validator FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. Package: freedink-dfarc Description-md5: 638a3055c34a2e86150d066966aa1d6d Description-en: frontend and .dmod installer for GNU FreeDink Dink Smallwood is an adventure/role-playing game, similar to Zelda, made by RTsoft. Besides twisted humor, it includes the actual game editor, allowing players to create hundreds of new adventures called Dink Modules or D-Mods for short. . DFArc2 makes it easy to play and manage the Dink Smallwood game and its numerous D-Mods. Package: freedink-dfarc-dbg Description-md5: dbb69a5335dbce7de3b087e4ada6a0b5 Description-en: debugging symbols for dfarc Dink Smallwood is an adventure/role-playing game, similar to Zelda, made by RTsoft. Besides twisted humor, it includes the actual game editor, allowing players to create hundreds of new adventures called Dink Modules or D-Mods for short. . DFArc2 makes it easy to play and manage the Dink Smallwood game and its numerous D-Mods. . This package contains the debugging symbols for dfarc. Package: freeradius-iodbc Description-md5: 6347edefac75f466ab02895aecb1a016 Description-en: iODBC module for FreeRADIUS server The FreeRADIUS server can use iODBC to access databases to authenticate users and do accounting, and this module is necessary for that. Package: freeradius-krb5 Description-md5: 3a5c3602207569628c542943459c0429 Description-en: kerberos module for FreeRADIUS server The FreeRADIUS server can use Kerberos to authenticate users, and this module is necessary for that. Package: freeradius-ldap Description-md5: cc9ad4f60cb78e6b940d44e4c3b57d1d Description-en: LDAP module for FreeRADIUS server The FreeRADIUS server can use LDAP to authenticate users, and this module is necessary for that. Package: freeradius-memcached Description-md5: 6c7415181d540694968e8e8c5fbf1877 Description-en: Memcached module for FreeRADIUS server The FreeRADIUS server can cache data in memcached and this package contains the required module. Package: freeradius-mysql Description-md5: 4423793fbfc997cd42deec2bcb196555 Description-en: MySQL module for FreeRADIUS server The FreeRADIUS server can use MySQL to authenticate users and do accounting, and this module is necessary for that. Package: freeradius-postgresql Description-md5: 21c022ad780dbebcad8db320d076ccd0 Description-en: PostgreSQL module for FreeRADIUS server The FreeRADIUS server can use PostgreSQL to authenticate users and do accounting, and this module is necessary for that. Package: freeradius-redis Description-md5: 409331feca6e7b06facbc4bac2a0f07b Description-en: Redis module for FreeRADIUS server This module is required to enable the FreeRADIUS server to access Redis databases. Package: freeradius-rest Description-md5: 84efad4f894dd87ee01e51563cfab4f8 Description-en: REST module for FreeRADIUS server The FreeRADIUS server can make calls to remote web APIs, and this module is necessary for that. Package: freeradius-yubikey Description-md5: 085fe9fe99855d39801336fb78e00a38 Description-en: Yubikey module for FreeRADIUS server This package is required to add Yubikey functionality to the FreeRADIUS server. Package: freerdp-x11 Description-md5: c4929c6614bb3d2257a1f67d82098bd3 Description-en: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Package: freerdp2-shadow-x11 Description-md5: 5e8fef249679625146e6e6f483c3b488 Description-en: FreeRDP x11 shadowing server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains a "shadowing" server that can be used to share an already started X11 DISPLAY. Package: freerdp2-wayland Description-md5: a5e739176253fe4f397467dba68645a0 Description-en: RDP client for Windows Terminal Services (wayland client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP clients supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the wayland based client. Package: freerdp2-x11 Description-md5: c4929c6614bb3d2257a1f67d82098bd3 Description-en: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . Currently, the FreeRDP client supports the following Windows Versions: . * Windows NT Server * Windows 2000 Terminal Server * Windows XP * Windows 2003 Server * Windows Vista * Windows 2008/2008r2/2011SBS Server * Windows 7 * Windows 2012/2012r2 Server * Windows 8 * Windows 10 . This package contains the X11 based client. Package: freetds-bin Description-md5: ecc81bdba70ea8f8a0ff19107655f93a Description-en: FreeTDS command-line utilities FreeTDS is an implementation of the Tabular DataStream protocol, used for connecting to MS SQL and Sybase servers over TCP/IP. . This package includes the command-line utilities shipped with FreeTDS. Package: freetype2-demos Description-md5: 0346a29c9d44ad378ec96e2493d955e5 Description-en: FreeType 2 demonstration programs This package contains some demonstration programs and utilities which showcase the features of the FreeType 2 font engine. Package: fscrypt Description-md5: 2a42e056b61a38229a55fa1f2cabba9e Description-en: Tool for managing Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . To use fscrypt, you must have a filesystem with encryption enabled and a kernel that supports reading/writing from that filesystem. Currently, ext4, F2FS, and UBIFS support Linux filesystem encryption. Package: fuse2fs Description-md5: f46223c6f3fa81ecb1aab45af7c4f382 Description-en: ext2 / ext3 / ext4 file system driver for FUSE fuse2fs is a FUSE file system client that supports reading and writing from devices or image files containing ext2, ext3, and ext4 file systems. Package: fwupd-tests Description-md5: cfcb8aca6441d30ac34e047caca2a7fc Description-en: Test suite for firmware update daemon fwupd is a daemon to allow session software to update device firmware. You can either use a GUI software manager like GNOME Software to view and apply updates, the command-line tool or the system D-Bus interface directly. Firmware updates are supported for a variety of technologies. See <https://github.com/hughsie/fwupd> for details . This package provides a set of installed tests that can be run to validate the daemon in a continuous integration system. Package: g++-7-alpha-linux-gnu Description-md5: c0bc62cb25b56097db947d9f27d6e7a0 Description-en: GNU C++ compiler (cross compiler for alpha architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for alpha architecture. Package: g++-7-arm-linux-gnueabi Description-md5: 5046662fa8830ee3b7e41bd1fb621aa8 Description-en: GNU C++ compiler (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armel architecture. Package: g++-7-hppa-linux-gnu Description-md5: 400423dfeca689996725f7a1e6baa2d7 Description-en: GNU C++ compiler (cross compiler for hppa architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for hppa architecture. Package: g++-7-i686-linux-gnu Description-md5: afff2dc72e2284224d811d1b7d6a3051 Description-en: GNU C++ compiler (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i386 architecture. Package: g++-7-m68k-linux-gnu Description-md5: 7ddb89c61f3eaef3ccfc87c6339568e1 Description-en: GNU C++ compiler (cross compiler for m68k architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for m68k architecture. Package: g++-7-mips-linux-gnu Description-md5: e230f2df7a8b7b03010a200ed0aae05a Description-en: GNU C++ compiler (cross compiler for mips architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips architecture. Package: g++-7-mips64-linux-gnuabi64 Description-md5: 9606db375e8c22b84abbadfcf1166d7a Description-en: GNU C++ compiler (cross compiler for mips64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64 architecture. Package: g++-7-mips64el-linux-gnuabi64 Description-md5: dfb5e6af734c0f14e9923330c988cbfb Description-en: GNU C++ compiler (cross compiler for mips64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64el architecture. Package: g++-7-mipsel-linux-gnu Description-md5: 0deb158ff6df6c399b2420d149aec82d Description-en: GNU C++ compiler (cross compiler for mipsel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mipsel architecture. Package: g++-7-multilib-arm-linux-gnueabi Description-md5: 84a48a685c386b0627ebb4867abd4aec Description-en: GNU C++ compiler (multilib support) (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-arm-linux-gnueabihf Description-md5: 3d352c8508ce6f7439f981af9f6c4320 Description-en: GNU C++ compiler (multilib support) (cross compiler for armhf architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-i686-linux-gnu Description-md5: 1b477be30862e6844809da2c63f23bde Description-en: GNU C++ compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mips-linux-gnu Description-md5: f1a14ea5c44a1b00e7ce244533431ce6 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mips64-linux-gnuabi64 Description-md5: e975a9f2674f872a0122d765bf2dce46 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mips64el-linux-gnuabi64 Description-md5: 6a525f086691aa79b492acb926b45201 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-mipsel-linux-gnu Description-md5: 7eb41eebe27c031222436d32ac893474 Description-en: GNU C++ compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-powerpc-linux-gnu Description-md5: ce976239962eb02dc6cc11004274270f Description-en: GNU C++ compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-powerpc64-linux-gnu Description-md5: 00e742f4472bbb037b93ad698bf36caa Description-en: GNU C++ compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-s390x-linux-gnu Description-md5: 2cec0f98c0acc54a45419dbd2fbb00a5 Description-en: GNU C++ compiler (multilib support) (cross compiler for s390x architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-sparc64-linux-gnu Description-md5: 66228665f9926c448f8cc0efd590015e Description-en: GNU C++ compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-multilib-x86-64-linux-gnux32 Description-md5: 2cb052e946be1564825b901c0f5ab14c Description-en: GNU C++ compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-powerpc-linux-gnuspe Description-md5: 8b525c30b48f6e57ed4ddb63a055d85e Description-en: GNU C++ compiler (cross compiler for powerpcspe architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpcspe architecture. Package: g++-7-powerpc64-linux-gnu Description-md5: 8773af1a015cc0fff329800b1c8eb18b Description-en: GNU C++ compiler (cross compiler for ppc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64 architecture. Package: g++-7-riscv64-linux-gnu Description-md5: 3c417007b0cbe0fdbdbd2d7eb5e639b2 Description-en: GNU C++ compiler (cross compiler for riscv64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for riscv64 architecture. Package: g++-7-s390x-linux-gnu Description-md5: 6504513b0451939eb03345282ca3aacc Description-en: GNU C++ compiler (cross compiler for s390x architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x architecture. Package: g++-7-sh4-linux-gnu Description-md5: 0f5474e825fb350a71fabbb1c3dfc2cc Description-en: GNU C++ compiler (cross compiler for sh4 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sh4 architecture. Package: g++-7-sparc64-linux-gnu Description-md5: 0ca69794eaa79de76832bd3e72334574 Description-en: GNU C++ compiler (cross compiler for sparc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sparc64 architecture. Package: g++-7-x86-64-linux-gnux32 Description-md5: 056b1050ba2a52d3ec4a46a6f4ee9140 Description-en: GNU C++ compiler (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x32 architecture. Package: g++-8 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-8-aarch64-linux-gnu Description-md5: a7f8482a0c83b82b8aaf4e0cb957d5d0 Description-en: GNU C++ compiler (cross compiler for arm64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for arm64 architecture. Package: g++-8-alpha-linux-gnu Description-md5: c0bc62cb25b56097db947d9f27d6e7a0 Description-en: GNU C++ compiler (cross compiler for alpha architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for alpha architecture. Package: g++-8-arm-linux-gnueabi Description-md5: 5046662fa8830ee3b7e41bd1fb621aa8 Description-en: GNU C++ compiler (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armel architecture. Package: g++-8-arm-linux-gnueabihf Description-md5: 466636539965b105eeffa2a5b48e2850 Description-en: GNU C++ compiler (cross compiler for armhf architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for armhf architecture. Package: g++-8-hppa-linux-gnu Description-md5: 400423dfeca689996725f7a1e6baa2d7 Description-en: GNU C++ compiler (cross compiler for hppa architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for hppa architecture. Package: g++-8-i686-linux-gnu Description-md5: afff2dc72e2284224d811d1b7d6a3051 Description-en: GNU C++ compiler (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for i386 architecture. Package: g++-8-m68k-linux-gnu Description-md5: 7ddb89c61f3eaef3ccfc87c6339568e1 Description-en: GNU C++ compiler (cross compiler for m68k architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for m68k architecture. Package: g++-8-mips-linux-gnu Description-md5: e230f2df7a8b7b03010a200ed0aae05a Description-en: GNU C++ compiler (cross compiler for mips architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips architecture. Package: g++-8-mips64-linux-gnuabi64 Description-md5: 9606db375e8c22b84abbadfcf1166d7a Description-en: GNU C++ compiler (cross compiler for mips64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64 architecture. Package: g++-8-mips64el-linux-gnuabi64 Description-md5: dfb5e6af734c0f14e9923330c988cbfb Description-en: GNU C++ compiler (cross compiler for mips64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mips64el architecture. Package: g++-8-mipsel-linux-gnu Description-md5: 0deb158ff6df6c399b2420d149aec82d Description-en: GNU C++ compiler (cross compiler for mipsel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for mipsel architecture. Package: g++-8-multilib Description-md5: 291f2f15035d2eb62358c5157bbae10c Description-en: GNU C++ compiler (multilib support) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-arm-linux-gnueabi Description-md5: 84a48a685c386b0627ebb4867abd4aec Description-en: GNU C++ compiler (multilib support) (cross compiler for armel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-arm-linux-gnueabihf Description-md5: 3d352c8508ce6f7439f981af9f6c4320 Description-en: GNU C++ compiler (multilib support) (cross compiler for armhf architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-i686-linux-gnu Description-md5: 1b477be30862e6844809da2c63f23bde Description-en: GNU C++ compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mips-linux-gnu Description-md5: f1a14ea5c44a1b00e7ce244533431ce6 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mips64-linux-gnuabi64 Description-md5: e975a9f2674f872a0122d765bf2dce46 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mips64el-linux-gnuabi64 Description-md5: 6a525f086691aa79b492acb926b45201 Description-en: GNU C++ compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-mipsel-linux-gnu Description-md5: 7eb41eebe27c031222436d32ac893474 Description-en: GNU C++ compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-powerpc-linux-gnu Description-md5: ce976239962eb02dc6cc11004274270f Description-en: GNU C++ compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-powerpc64-linux-gnu Description-md5: 00e742f4472bbb037b93ad698bf36caa Description-en: GNU C++ compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-s390x-linux-gnu Description-md5: 2cec0f98c0acc54a45419dbd2fbb00a5 Description-en: GNU C++ compiler (multilib support) (cross compiler for s390x architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-sparc64-linux-gnu Description-md5: 66228665f9926c448f8cc0efd590015e Description-en: GNU C++ compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-multilib-x86-64-linux-gnux32 Description-md5: 2cb052e946be1564825b901c0f5ab14c Description-en: GNU C++ compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-powerpc-linux-gnu Description-md5: b6993fa4a5bfc950233d89bb6922d796 Description-en: GNU C++ compiler (cross compiler for powerpc architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpc architecture. Package: g++-8-powerpc-linux-gnuspe Description-md5: 8b525c30b48f6e57ed4ddb63a055d85e Description-en: GNU C++ compiler (cross compiler for powerpcspe architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for powerpcspe architecture. Package: g++-8-powerpc64-linux-gnu Description-md5: 8773af1a015cc0fff329800b1c8eb18b Description-en: GNU C++ compiler (cross compiler for ppc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64 architecture. Package: g++-8-powerpc64le-linux-gnu Description-md5: 9d3a342fa9bb1664c1a3228fb97d3eae Description-en: GNU C++ compiler (cross compiler for ppc64el architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for ppc64el architecture. Package: g++-8-riscv64-linux-gnu Description-md5: 3c417007b0cbe0fdbdbd2d7eb5e639b2 Description-en: GNU C++ compiler (cross compiler for riscv64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for riscv64 architecture. Package: g++-8-s390x-linux-gnu Description-md5: 6504513b0451939eb03345282ca3aacc Description-en: GNU C++ compiler (cross compiler for s390x architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for s390x architecture. Package: g++-8-sh4-linux-gnu Description-md5: 0f5474e825fb350a71fabbb1c3dfc2cc Description-en: GNU C++ compiler (cross compiler for sh4 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sh4 architecture. Package: g++-8-sparc64-linux-gnu Description-md5: 0ca69794eaa79de76832bd3e72334574 Description-en: GNU C++ compiler (cross compiler for sparc64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for sparc64 architecture. Package: g++-8-x86-64-linux-gnux32 Description-md5: 056b1050ba2a52d3ec4a46a6f4ee9140 Description-en: GNU C++ compiler (cross compiler for x32 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for x32 architecture. Package: g++-alpha-linux-gnu Description-md5: 63455f6f87778fa475c4784e9a7d06d1 Description-en: GNU C++ compiler for the alpha architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the alpha architecture. Package: g++-arm-linux-gnueabi Description-md5: 05df4fea4d3956fb12eda5f6640a9368 Description-en: GNU C++ compiler for the armel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armel architecture. Package: g++-hppa-linux-gnu Description-md5: 905a8313956ffa9b5f950bb5b7d1877e Description-en: GNU C++ compiler for the hppa architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the hppa architecture. Package: g++-i686-linux-gnu Description-md5: 026c455987cbc4640005a144b55494cf Description-en: GNU C++ compiler for the i386 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the i386 architecture. Package: g++-m68k-linux-gnu Description-md5: db3172d6c0f5b027c5611f948d711fbc Description-en: GNU C++ compiler for the m68k architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the m68k architecture. Package: g++-mips-linux-gnu Description-md5: 7d0f5a2fd60fad3c51072d2ce11a6d33 Description-en: GNU C++ compiler for the mips architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips architecture. Package: g++-mips64-linux-gnuabi64 Description-md5: 781a7c262ab4284bf910c04dfdbfe58b Description-en: GNU C++ compiler for the mips64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64 architecture. Package: g++-mips64el-linux-gnuabi64 Description-md5: a926829d443670257a23b76629c17678 Description-en: GNU C++ compiler for the mips64el architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64el architecture. Package: g++-mipsel-linux-gnu Description-md5: a78509f9da485fd866d51fcfdb80a191 Description-en: GNU C++ compiler for the mipsel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mipsel architecture. Package: g++-multilib-arm-linux-gnueabi Description-md5: 91b0388d2b3cbf8bef208a4882d3a7da Description-en: GNU C++ compiler for the armel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armel architecture. Package: g++-multilib-arm-linux-gnueabihf Description-md5: 319506281ce6c554e4fc88d15dc1e1ac Description-en: GNU C++ compiler for the armhf architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the armhf architecture. Package: g++-multilib-i686-linux-gnu Description-md5: 21d062243171427488240851c399824b Description-en: GNU C++ compiler for the i386 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the i386 architecture. Package: g++-multilib-mips-linux-gnu Description-md5: 4500c93654c87411789a52ddac7f25e7 Description-en: GNU C++ compiler for the mips architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips architecture. Package: g++-multilib-mips64-linux-gnuabi64 Description-md5: cf9010cf4f93dc94ac432e8911adee0d Description-en: GNU C++ compiler for the mips64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64 architecture. Package: g++-multilib-mips64el-linux-gnuabi64 Description-md5: f5c55516384cc7459f3887503eafb0af Description-en: GNU C++ compiler for the mips64el architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mips64el architecture. Package: g++-multilib-mipsel-linux-gnu Description-md5: 8e79848fc2d9c5a3cb72658e63a467b9 Description-en: GNU C++ compiler for the mipsel architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the mipsel architecture. Package: g++-multilib-powerpc-linux-gnu Description-md5: 4fc6dc02333543ee6db964e755540b56 Description-en: GNU C++ compiler for the powerpc architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the powerpc architecture. Package: g++-multilib-powerpc64-linux-gnu Description-md5: b8cb59982684379a36c19e6abe4f591f Description-en: GNU C++ compiler for the ppc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the ppc64 architecture. Package: g++-multilib-s390x-linux-gnu Description-md5: 923d5d98e01f79c8853e01090403d09a Description-en: GNU C++ compiler for the s390x architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the s390x architecture. Package: g++-multilib-sparc64-linux-gnu Description-md5: 66ae43da9a032d1752d97ec3b62d296e Description-en: GNU C++ compiler for the sparc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the sparc64 architecture. Package: g++-multilib-x86-64-linux-gnux32 Description-md5: dbb207d5c6757c026380fba16058c9ce Description-en: GNU C++ compiler for the x32 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the x32 architecture. Package: g++-powerpc-linux-gnuspe Description-md5: 0a6c02317caff25f7508bb5c15ee1bd6 Description-en: GNU C++ compiler for the powerpcspe architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the powerpcspe architecture. Package: g++-powerpc64-linux-gnu Description-md5: 3a3c7919ff09612e0528b8e93af74355 Description-en: GNU C++ compiler for the ppc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the ppc64 architecture. Package: g++-riscv64-linux-gnu Description-md5: ebbf506aca8c79a0d53f2d5b1879a38c Description-en: GNU C++ compiler for the riscv64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the riscv64 architecture. Package: g++-s390x-linux-gnu Description-md5: 611e82003e6b39e22236bec4046da2b9 Description-en: GNU C++ compiler for the s390x architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the s390x architecture. Package: g++-sh4-linux-gnu Description-md5: c3fee81ad277f72de39cc9578b38e026 Description-en: GNU C++ compiler for the sh4 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the sh4 architecture. Package: g++-sparc64-linux-gnu Description-md5: 2fd5de3ec4816eb88005bbefa7b13a03 Description-en: GNU C++ compiler for the sparc64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the sparc64 architecture. Package: g++-x86-64-linux-gnux32 Description-md5: ca674cd5b7ed6d5bdcc6aac8d37327aa Description-en: GNU C++ compiler for the x32 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the x32 architecture. Package: gcc-7-alpha-linux-gnu Description-md5: 88aca54a1627a3fd7711d3f9d7ac5f33 Description-en: GNU C compiler (cross compiler for alpha architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for alpha architecture. Package: gcc-7-alpha-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-arm-linux-gnueabi Description-md5: 6d4f736a5f9df9e4e9a88a6f23fb803f Description-en: GNU C compiler (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armel architecture. Package: gcc-7-arm-linux-gnueabi-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-cross-base-ports Description-md5: 4c157f495e05e11e4ad2e3074ac017e0 Description-en: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-hppa-linux-gnu Description-md5: cef7613d51735832c53f1b1325a89812 Description-en: GNU C compiler (cross compiler for hppa architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for hppa architecture. Package: gcc-7-hppa-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-7-i686-linux-gnu Description-md5: e08cbb27b980ce408f7cf6b470382377 Description-en: GNU C compiler (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for i386 architecture. Package: gcc-7-i686-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-7-m68k-linux-gnu Description-md5: 593d004b0e996a576ee189070dfc0bcb Description-en: GNU C compiler (cross compiler for m68k architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for m68k architecture. Package: gcc-7-m68k-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-mips-linux-gnu Description-md5: be6d2cc3e9b8c1d0308b373005b63a10 Description-en: GNU C compiler (cross compiler for mips architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips architecture. Package: gcc-7-mips-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-mips64-linux-gnuabi64 Description-md5: ad8b0dd5eb608c299c86040d36ffd88e Description-en: GNU C compiler (cross compiler for mips64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64 architecture. Package: gcc-7-mips64-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-mips64el-linux-gnuabi64 Description-md5: cca731d17203fa2912fe9c3749d8d7c3 Description-en: GNU C compiler (cross compiler for mips64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64el architecture. Package: gcc-7-mips64el-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-mipsel-linux-gnu Description-md5: 1ed845ccbb41e0438f6d587cf734705e Description-en: GNU C compiler (cross compiler for mipsel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mipsel architecture. Package: gcc-7-mipsel-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-multilib-arm-linux-gnueabi Description-md5: fbfcfeacd3a6c24140a631ba4fda9360 Description-en: GNU C compiler (multilib support) (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-arm-linux-gnueabihf Description-md5: 4cb538840e60e5bf55300e2af7cc4bb4 Description-en: GNU C compiler (multilib support) (cross compiler for armhf architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-i686-linux-gnu Description-md5: 8f1710ddb22efe64f00eb522d643b878 Description-en: GNU C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mips-linux-gnu Description-md5: 352bce4d6af0ef3e2260adabe2ff173d Description-en: GNU C compiler (multilib support) (cross compiler for mips architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mips64-linux-gnuabi64 Description-md5: 0ca7032ee3e71a85bdbed44c6b99bc87 Description-en: GNU C compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mips64el-linux-gnuabi64 Description-md5: f4cfcd14632c3b026966af8e9ac60b0a Description-en: GNU C compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-mipsel-linux-gnu Description-md5: d3e65e9a4d8569516c54407d74e93560 Description-en: GNU C compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-powerpc-linux-gnu Description-md5: 8f8bcf0982eb50ed5e013710e4fba34f Description-en: GNU C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-powerpc64-linux-gnu Description-md5: 6b4f4449535347d777e4be09c0f60a83 Description-en: GNU C compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-s390x-linux-gnu Description-md5: b66121d6f9ac00f634e35356c94f9fa6 Description-en: GNU C compiler (multilib support) (cross compiler for s390x architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-sparc64-linux-gnu Description-md5: 64868a8c5f326ebc1205d38ac2f1c47b Description-en: GNU C compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-multilib-x86-64-linux-gnux32 Description-md5: ce32998e15b35da4bb9d55103c9869ed Description-en: GNU C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-7-plugin-dev-aarch64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-alpha-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-arm-linux-gnueabi Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-arm-linux-gnueabihf Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-hppa-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-i686-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-m68k-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-mips-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-mips64-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-mips64el-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-mipsel-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-powerpc-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-powerpc-linux-gnuspe Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-powerpc64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-powerpc64le-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-riscv64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-s390x-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-sh4-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-sparc64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-plugin-dev-x86-64-linux-gnux32 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-powerpc-linux-gnuspe Description-md5: ff39b5cc10ec6fbfe003786d570b2e82 Description-en: GNU C compiler (cross compiler for powerpcspe architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpcspe architecture. Package: gcc-7-powerpc-linux-gnuspe-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-powerpc64-linux-gnu Description-md5: 5576cbb75735e5752bbbd9f1338288a0 Description-en: GNU C compiler (cross compiler for ppc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64 architecture. Package: gcc-7-powerpc64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-riscv64-linux-gnu Description-md5: 0d14114bfdde50833447e5afa7c0bea2 Description-en: GNU C compiler (cross compiler for riscv64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for riscv64 architecture. Package: gcc-7-riscv64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-s390x-linux-gnu Description-md5: 7061b5561490b87818d8a46702f2fd78 Description-en: GNU C compiler (cross compiler for s390x architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for s390x architecture. Package: gcc-7-s390x-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-sh4-linux-gnu Description-md5: 539edebbf17a1829a278772b09e95d80 Description-en: GNU C compiler (cross compiler for sh4 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sh4 architecture. Package: gcc-7-sh4-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-7-sparc64-linux-gnu Description-md5: 4c65ae04634ee085bae81d947ec77b16 Description-en: GNU C compiler (cross compiler for sparc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sparc64 architecture. Package: gcc-7-sparc64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-7-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-7-x86-64-linux-gnux32 Description-md5: ce9301ad842c3273341fa161f1a958ae Description-en: GNU C compiler (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for x32 architecture. Package: gcc-7-x86-64-linux-gnux32-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-8-aarch64-linux-gnu Description-md5: 6605467979c7b4a27b8a1c6ed7aabd06 Description-en: GNU C compiler (cross compiler for arm64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for arm64 architecture. Package: gcc-8-aarch64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-alpha-linux-gnu Description-md5: 88aca54a1627a3fd7711d3f9d7ac5f33 Description-en: GNU C compiler (cross compiler for alpha architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for alpha architecture. Package: gcc-8-alpha-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-arm-linux-gnueabi Description-md5: 6d4f736a5f9df9e4e9a88a6f23fb803f Description-en: GNU C compiler (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armel architecture. Package: gcc-8-arm-linux-gnueabi-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-arm-linux-gnueabihf Description-md5: 81e320f4fe3cb20f4878142f5988397e Description-en: GNU C compiler (cross compiler for armhf architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for armhf architecture. Package: gcc-8-arm-linux-gnueabihf-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-cross-base-ports Description-md5: 4c157f495e05e11e4ad2e3074ac017e0 Description-en: GCC, the GNU Compiler Collection (library base package) This empty package contains changelog and copyright files common to all libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-8-hppa-linux-gnu Description-md5: cef7613d51735832c53f1b1325a89812 Description-en: GNU C compiler (cross compiler for hppa architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for hppa architecture. Package: gcc-8-hppa-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-hppa64-linux-gnu Description-md5: 0ee0959bbc343ff940f7f385554ffc51 Description-en: GNU C compiler (cross compiler for hppa64) This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-8-i686-linux-gnu Description-md5: e08cbb27b980ce408f7cf6b470382377 Description-en: GNU C compiler (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for i386 architecture. Package: gcc-8-i686-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-locales Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d Description-en: GCC, the GNU compiler collection (native language support files) Native language support for GCC. Lets GCC speak your language, if translations are available. . Please do NOT submit bug reports in other languages than "C". Always reset your language settings to use the "C" locales. Package: gcc-8-m68k-linux-gnu Description-md5: 593d004b0e996a576ee189070dfc0bcb Description-en: GNU C compiler (cross compiler for m68k architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for m68k architecture. Package: gcc-8-m68k-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-mips-linux-gnu Description-md5: be6d2cc3e9b8c1d0308b373005b63a10 Description-en: GNU C compiler (cross compiler for mips architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips architecture. Package: gcc-8-mips-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-mips64-linux-gnuabi64 Description-md5: ad8b0dd5eb608c299c86040d36ffd88e Description-en: GNU C compiler (cross compiler for mips64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64 architecture. Package: gcc-8-mips64-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-mips64el-linux-gnuabi64 Description-md5: cca731d17203fa2912fe9c3749d8d7c3 Description-en: GNU C compiler (cross compiler for mips64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mips64el architecture. Package: gcc-8-mips64el-linux-gnuabi64-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-mipsel-linux-gnu Description-md5: 1ed845ccbb41e0438f6d587cf734705e Description-en: GNU C compiler (cross compiler for mipsel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for mipsel architecture. Package: gcc-8-mipsel-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-multilib Description-md5: d1bddfa375b62324197c575c04fb2e4e Description-en: GNU C compiler (multilib support) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-arm-linux-gnueabi Description-md5: fbfcfeacd3a6c24140a631ba4fda9360 Description-en: GNU C compiler (multilib support) (cross compiler for armel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-arm-linux-gnueabihf Description-md5: 4cb538840e60e5bf55300e2af7cc4bb4 Description-en: GNU C compiler (multilib support) (cross compiler for armhf architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-i686-linux-gnu Description-md5: 8f1710ddb22efe64f00eb522d643b878 Description-en: GNU C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mips-linux-gnu Description-md5: 352bce4d6af0ef3e2260adabe2ff173d Description-en: GNU C compiler (multilib support) (cross compiler for mips architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mips64-linux-gnuabi64 Description-md5: 0ca7032ee3e71a85bdbed44c6b99bc87 Description-en: GNU C compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mips64el-linux-gnuabi64 Description-md5: f4cfcd14632c3b026966af8e9ac60b0a Description-en: GNU C compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-mipsel-linux-gnu Description-md5: d3e65e9a4d8569516c54407d74e93560 Description-en: GNU C compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-powerpc-linux-gnu Description-md5: 8f8bcf0982eb50ed5e013710e4fba34f Description-en: GNU C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-powerpc64-linux-gnu Description-md5: 6b4f4449535347d777e4be09c0f60a83 Description-en: GNU C compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-s390x-linux-gnu Description-md5: b66121d6f9ac00f634e35356c94f9fa6 Description-en: GNU C compiler (multilib support) (cross compiler for s390x architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-sparc64-linux-gnu Description-md5: 64868a8c5f326ebc1205d38ac2f1c47b Description-en: GNU C compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-multilib-x86-64-linux-gnux32 Description-md5: ce32998e15b35da4bb9d55103c9869ed Description-en: GNU C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-offload-nvptx Description-md5: 3c146096ed88f2f061e433f8b7d0e37c Description-en: GCC offloading compiler to NVPTX The package provides offloading support for NVidia PTX. OpenMP and OpenACC programs linked with -fopenmp will by default add PTX code into the binaries, which can be offloaded to NVidia PTX capable devices if available. Package: gcc-8-plugin-dev Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-aarch64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-alpha-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-arm-linux-gnueabi Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-arm-linux-gnueabihf Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-hppa-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-i686-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-m68k-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-mips-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-mips64-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-mips64el-linux-gnuabi64 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-mipsel-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-powerpc-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-powerpc-linux-gnuspe Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-powerpc64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-powerpc64le-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-riscv64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-s390x-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-sh4-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-sparc64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-plugin-dev-x86-64-linux-gnux32 Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-powerpc-linux-gnu Description-md5: 45b8bb0736af15d214f67dae5a33875a Description-en: GNU C compiler (cross compiler for powerpc architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpc architecture. Package: gcc-8-powerpc-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-powerpc-linux-gnuspe Description-md5: ff39b5cc10ec6fbfe003786d570b2e82 Description-en: GNU C compiler (cross compiler for powerpcspe architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for powerpcspe architecture. Package: gcc-8-powerpc-linux-gnuspe-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-powerpc64-linux-gnu Description-md5: 5576cbb75735e5752bbbd9f1338288a0 Description-en: GNU C compiler (cross compiler for ppc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64 architecture. Package: gcc-8-powerpc64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-powerpc64le-linux-gnu Description-md5: 02948f686f57b7661fd57acbd2976475 Description-en: GNU C compiler (cross compiler for ppc64el architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for ppc64el architecture. Package: gcc-8-powerpc64le-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-riscv64-linux-gnu Description-md5: 0d14114bfdde50833447e5afa7c0bea2 Description-en: GNU C compiler (cross compiler for riscv64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for riscv64 architecture. Package: gcc-8-riscv64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-s390x-linux-gnu Description-md5: 7061b5561490b87818d8a46702f2fd78 Description-en: GNU C compiler (cross compiler for s390x architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for s390x architecture. Package: gcc-8-s390x-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-sh4-linux-gnu Description-md5: 539edebbf17a1829a278772b09e95d80 Description-en: GNU C compiler (cross compiler for sh4 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sh4 architecture. Package: gcc-8-sh4-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-source Description-md5: cb00049993a8c14b73bb041c050eb8c5 Description-en: Source of the GNU Compiler Collection This package contains the sources and patches which are needed to build the GNU Compiler Collection (GCC). Package: gcc-8-sparc64-linux-gnu Description-md5: 4c65ae04634ee085bae81d947ec77b16 Description-en: GNU C compiler (cross compiler for sparc64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for sparc64 architecture. Package: gcc-8-sparc64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-test-results Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0 Description-en: Test results for the GCC test suite This package contains the test results for running the GCC test suite for a post build analysis. Package: gcc-8-x86-64-linux-gnux32 Description-md5: ce9301ad842c3273341fa161f1a958ae Description-en: GNU C compiler (cross compiler for x32 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for x32 architecture. Package: gcc-8-x86-64-linux-gnux32-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-alpha-linux-gnu Description-md5: 0250fe7da8f99f3dd8036156b9b7d8b9 Description-en: GNU C compiler for the alpha architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the alpha architecture. Package: gcc-arm-linux-gnueabi Description-md5: 2110a2ee344f1a65d3401a41cc0d42a7 Description-en: GNU C compiler for the armel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armel architecture. Package: gcc-hppa-linux-gnu Description-md5: 9b4cc0d6ef3204d23b1dfbb24fbea4a0 Description-en: GNU C compiler for the hppa architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the hppa architecture. Package: gcc-hppa64-linux-gnu Description-md5: 7507773089a56145bb979560f068e036 Description-en: GNU C compiler (cross compiler for hppa64-linux-gnu) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the hppa64 architecture. Package: gcc-i686-linux-gnu Description-md5: 87162302fcdfe23fcf402bcdae36f6e9 Description-en: GNU C compiler for the i386 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the i386 architecture. Package: gcc-m68k-linux-gnu Description-md5: 62b0578005db4ff12f60b4093fece105 Description-en: GNU C compiler for the m68k architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the m68k architecture. Package: gcc-mips-linux-gnu Description-md5: c1649e66b611f7e490e4187f67900cf1 Description-en: GNU C compiler for the mips architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips architecture. Package: gcc-mips64-linux-gnuabi64 Description-md5: 10a3aee250947d2b88ff880085b70f93 Description-en: GNU C compiler for the mips64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64 architecture. Package: gcc-mips64el-linux-gnuabi64 Description-md5: bf957c91207d05b289c20c7079f38391 Description-en: GNU C compiler for the mips64el architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64el architecture. Package: gcc-mipsel-linux-gnu Description-md5: 89d5822bf9c4a0f274590d1e6da9bf9b Description-en: GNU C compiler for the mipsel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mipsel architecture. Package: gcc-multilib-arm-linux-gnueabi Description-md5: 2110a2ee344f1a65d3401a41cc0d42a7 Description-en: GNU C compiler for the armel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armel architecture. Package: gcc-multilib-arm-linux-gnueabihf Description-md5: 341bee5927aa97cd38931c348b808c55 Description-en: GNU C compiler for the armhf architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the armhf architecture. Package: gcc-multilib-i686-linux-gnu Description-md5: 87162302fcdfe23fcf402bcdae36f6e9 Description-en: GNU C compiler for the i386 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the i386 architecture. Package: gcc-multilib-mips-linux-gnu Description-md5: c1649e66b611f7e490e4187f67900cf1 Description-en: GNU C compiler for the mips architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips architecture. Package: gcc-multilib-mips64-linux-gnuabi64 Description-md5: 10a3aee250947d2b88ff880085b70f93 Description-en: GNU C compiler for the mips64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64 architecture. Package: gcc-multilib-mips64el-linux-gnuabi64 Description-md5: bf957c91207d05b289c20c7079f38391 Description-en: GNU C compiler for the mips64el architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mips64el architecture. Package: gcc-multilib-mipsel-linux-gnu Description-md5: 89d5822bf9c4a0f274590d1e6da9bf9b Description-en: GNU C compiler for the mipsel architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the mipsel architecture. Package: gcc-multilib-powerpc-linux-gnu Description-md5: f04c912445b670b2ab129b21d4a47762 Description-en: GNU C compiler for the powerpc architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the powerpc architecture. Package: gcc-multilib-powerpc64-linux-gnu Description-md5: 3f3a4a778f1fff5d21b07b98acde1dd2 Description-en: GNU C compiler for the ppc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the ppc64 architecture. Package: gcc-multilib-s390x-linux-gnu Description-md5: 0e9bad3b62304d1f54438e18e774f9bd Description-en: GNU C compiler for the s390x architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the s390x architecture. Package: gcc-multilib-sparc64-linux-gnu Description-md5: 8a8521de32d5effc17c6a89a9ab1b005 Description-en: GNU C compiler for the sparc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the sparc64 architecture. Package: gcc-multilib-x86-64-linux-gnux32 Description-md5: b4211c1f0ee569d26c5442d9627cb0ed Description-en: GNU C compiler for the x32 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the x32 architecture. Package: gcc-offload-nvptx Description-md5: c1a31b9ac549c15ced65477b36aa4639 Description-en: GCC offloading compiler to NVPTX This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. . This is a dependency package providing the default GNU Objective-C compiler. Package: gcc-powerpc-linux-gnuspe Description-md5: 9c4729d5421a7b650a81285325ad67d6 Description-en: GNU C compiler for the powerpcspe architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the powerpcspe architecture. Package: gcc-powerpc64-linux-gnu Description-md5: 3f3a4a778f1fff5d21b07b98acde1dd2 Description-en: GNU C compiler for the ppc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the ppc64 architecture. Package: gcc-riscv64-linux-gnu Description-md5: 076e3ddf958518fce5f91a3ca856f2b9 Description-en: GNU C compiler for the riscv64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the riscv64 architecture. Package: gcc-s390x-linux-gnu Description-md5: 0e9bad3b62304d1f54438e18e774f9bd Description-en: GNU C compiler for the s390x architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the s390x architecture. Package: gcc-sh4-linux-gnu Description-md5: 890c6dc590c651e561e51c27cd990372 Description-en: GNU C compiler for the sh4 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the sh4 architecture. Package: gcc-sparc64-linux-gnu Description-md5: 8a8521de32d5effc17c6a89a9ab1b005 Description-en: GNU C compiler for the sparc64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the sparc64 architecture. Package: gcc-x86-64-linux-gnux32 Description-md5: b4211c1f0ee569d26c5442d9627cb0ed Description-en: GNU C compiler for the x32 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the x32 architecture. Package: gccbrig Description-md5: 32f82fc2f824cee361cb93b4883e9844 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. . This is a dependency package providing the default GNU Objective-C compiler. Package: gccbrig-7 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-7-i686-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-7-x86-64-linux-gnux32 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8-i686-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8-x86-64-linux-gnux32 Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccgo Description-md5: 9d336d49adc1ff59921be0a9229b7c40 Description-en: Go compiler, based on the GCC backend This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go compiler. Package: gccgo-7 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-aarch64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-alpha-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-arm-linux-gnueabi Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-arm-linux-gnueabihf Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-i686-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-m68k-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mips-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mips64-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mips64el-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-mipsel-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-i686-linux-gnu Description-md5: 8e39a60725a1919aef4ede9601a6f1c4 Description-en: GNU Go compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mips-linux-gnu Description-md5: 31c7e6f83b1e912304558fb0161e8b9a Description-en: GNU Go compiler (multilib support) (cross compiler for mips architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mips64-linux-gnuabi64 Description-md5: 1e4f8bd6274cd11c9b788b05bbea1797 Description-en: GNU Go compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mips64el-linux-gnuabi64 Description-md5: a432a3ac640f6f5d3ed877f49757522a Description-en: GNU Go compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-mipsel-linux-gnu Description-md5: a5ca73caf9a29e5a07321e8b7f726e84 Description-en: GNU Go compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-powerpc-linux-gnu Description-md5: bf216cee702df562439849ee3b90f2dc Description-en: GNU Go compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-powerpc64-linux-gnu Description-md5: 333f91c515824319cb3844392eb34c06 Description-en: GNU Go compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-s390x-linux-gnu Description-md5: b5c358b8c4d92ec36b62b55a31e3d1ad Description-en: GNU Go compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-sparc64-linux-gnu Description-md5: 21918b36ba77bb1e333acfedc4877dc8 Description-en: GNU Go compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-multilib-x86-64-linux-gnux32 Description-md5: af0104b589ec1438a54f3445f1b91709 Description-en: GNU Go compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-powerpc-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-powerpc-linux-gnuspe Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-powerpc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-powerpc64le-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-s390x-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-sparc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-7-x86-64-linux-gnux32 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-aarch64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-alpha-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-arm-linux-gnueabi Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-arm-linux-gnueabihf Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-i686-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mips-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mips64-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mips64el-linux-gnuabi64 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-mipsel-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-multilib Description-md5: 25e9a6929ec801c16cd933e711c7f1ed Description-en: GNU Go compiler (multilib support) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-i686-linux-gnu Description-md5: 8e39a60725a1919aef4ede9601a6f1c4 Description-en: GNU Go compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mips-linux-gnu Description-md5: 31c7e6f83b1e912304558fb0161e8b9a Description-en: GNU Go compiler (multilib support) (cross compiler for mips architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mips64-linux-gnuabi64 Description-md5: 1e4f8bd6274cd11c9b788b05bbea1797 Description-en: GNU Go compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mips64el-linux-gnuabi64 Description-md5: a432a3ac640f6f5d3ed877f49757522a Description-en: GNU Go compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-mipsel-linux-gnu Description-md5: a5ca73caf9a29e5a07321e8b7f726e84 Description-en: GNU Go compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-powerpc-linux-gnu Description-md5: bf216cee702df562439849ee3b90f2dc Description-en: GNU Go compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-powerpc64-linux-gnu Description-md5: 333f91c515824319cb3844392eb34c06 Description-en: GNU Go compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-s390x-linux-gnu Description-md5: b5c358b8c4d92ec36b62b55a31e3d1ad Description-en: GNU Go compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-sparc64-linux-gnu Description-md5: 21918b36ba77bb1e333acfedc4877dc8 Description-en: GNU Go compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-multilib-x86-64-linux-gnux32 Description-md5: af0104b589ec1438a54f3445f1b91709 Description-en: GNU Go compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-powerpc-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-powerpc-linux-gnuspe Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-powerpc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-powerpc64le-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-riscv64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-s390x-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-sparc64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-x86-64-linux-gnux32 Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-aarch64-linux-gnu Description-md5: 49ffa3c97d58d095ce1a2cad8bc0e665 Description-en: Go compiler (based on GCC) for the arm64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the arm64 architecture. Package: gccgo-alpha-linux-gnu Description-md5: 7f25fc7b39e552a8ff1428c96d8a596a Description-en: Go compiler (based on GCC) for the alpha architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the alpha architecture. Package: gccgo-arm-linux-gnueabi Description-md5: 724a2cc4146b8fca0618b8695a620cd4 Description-en: Go compiler (based on GCC) for the armel architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the armel architecture. Package: gccgo-arm-linux-gnueabihf Description-md5: aef6da534a688c20fe679734aecba741 Description-en: Go compiler (based on GCC) for the armhf architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the armhf architecture. Package: gccgo-i686-linux-gnu Description-md5: f2f28293a5aeb4b9bababfb8a408b8cc Description-en: Go compiler (based on GCC) for the i386 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the i386 architecture. Package: gccgo-mips-linux-gnu Description-md5: e0549694c80d0430ed6a82a95e2fa792 Description-en: Go compiler (based on GCC) for the mips architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the mips architecture. Package: gccgo-mips64-linux-gnuabi64 Description-md5: 1e9feb6f71fa2b19b0f860c08835d471 Description-en: Go compiler (based on GCC) for the mips64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the mips64 architecture. Package: gccgo-mips64el-linux-gnuabi64 Description-md5: 71391cfdde82fb8bef82e92e7cbea123 Description-en: Go compiler (based on GCC) for the mips64el architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the mips64el architecture. Package: gccgo-mipsel-linux-gnu Description-md5: bc62f1f370e2df6a0895a0e421854c3d Description-en: Go compiler (based on GCC) for the mipsel architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the mipsel architecture. Package: gccgo-multilib Description-md5: 471dd036e567b77f4b0772d851db6d8d Description-en: Go compiler, based on the GCC backend (multilib files) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gccgo-multilib-i686-linux-gnu Description-md5: 78fbd56e71eaea788efc2f4e3dc73a40 Description-en: Go compiler (based on GCC) for the i386 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the i386 architecture. Package: gccgo-multilib-mips-linux-gnu Description-md5: 6365aca70eafed2c61782cabf2aeb3b6 Description-en: Go compiler (based on GCC) for the mips architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the mips architecture. Package: gccgo-multilib-mips64-linux-gnuabi64 Description-md5: 47fb043d6fe58cf4fbdff04e2bbf1a6c Description-en: Go compiler (based on GCC) for the mips64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the mips64 architecture. Package: gccgo-multilib-mips64el-linux-gnuabi64 Description-md5: 37c0a9d087f3d2b9ab9b97b1d61b8918 Description-en: Go compiler (based on GCC) for the mips64el architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the mips64el architecture. Package: gccgo-multilib-mipsel-linux-gnu Description-md5: 5d0b5768d4ac633a4f67c9547c2ae557 Description-en: Go compiler (based on GCC) for the mipsel architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the mipsel architecture. Package: gccgo-multilib-powerpc-linux-gnu Description-md5: 4bbac9043cd328f6fec9b1949e6f3c9e Description-en: Go compiler (based on GCC) for the powerpc architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the powerpc architecture. Package: gccgo-multilib-powerpc64-linux-gnu Description-md5: 671f45d67be3c34516f1a743b7b50c92 Description-en: Go compiler (based on GCC) for the ppc64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the ppc64 architecture. Package: gccgo-multilib-s390x-linux-gnu Description-md5: 4620221dcc86fbb4115c53796147ffdc Description-en: Go compiler (based on GCC) for the s390x architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the s390x architecture. Package: gccgo-multilib-sparc64-linux-gnu Description-md5: 0e9cbe56d3e87e705bd17aa1f4af2c5f Description-en: Go compiler (based on GCC) for the sparc64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the sparc64 architecture. Package: gccgo-multilib-x86-64-linux-gnux32 Description-md5: 17bd85c16e9a4c9cccf76293a4052d2f Description-en: Go compiler (based on GCC) for the x32 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the x32 architecture. Package: gccgo-powerpc-linux-gnu Description-md5: dc62e8a42fffd8f66a460ae857201552 Description-en: Go compiler (based on GCC) for the powerpc architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the powerpc architecture. Package: gccgo-powerpc-linux-gnuspe Description-md5: 59eac14f7b4421821b6f99112fb4ab47 Description-en: Go compiler (based on GCC) for the powerpcspe architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the powerpcspe architecture. Package: gccgo-powerpc64-linux-gnu Description-md5: 22d86fd138603b3887d783b53160f0c9 Description-en: Go compiler (based on GCC) for the ppc64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the ppc64 architecture. Package: gccgo-powerpc64le-linux-gnu Description-md5: 3bd9f09f65dbd3aa881890a8da6701e3 Description-en: Go compiler (based on GCC) for the ppc64el architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the ppc64el architecture. Package: gccgo-riscv64-linux-gnu Description-md5: 0d3cc71e786849332bd811c9803dd673 Description-en: Go compiler (based on GCC) for the riscv64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the riscv64 architecture. Package: gccgo-s390x-linux-gnu Description-md5: 5dc2e2488b9da8f7067ca11682396532 Description-en: Go compiler (based on GCC) for the s390x architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the s390x architecture. Package: gccgo-sparc64-linux-gnu Description-md5: e795261a9580712a94c24d634e2ac50a Description-en: Go compiler (based on GCC) for the sparc64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the sparc64 architecture. Package: gccgo-x86-64-linux-gnux32 Description-md5: 29423891180a50868fee8ad6af6dafef Description-en: Go compiler (based on GCC) for the x32 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the x32 architecture. Package: gce-compute-image-packages Description-md5: 64267a6e545764bf58dc230b691df688 Description-en: GCE's compute-image-packages for use in their guest environment This is a collection of scripts that are used on Google Compute Engine images to ensure compatibility with the cloud, as well as to enable features specific to the cloud. Package: gdc Description-md5: 27f6160b2c7f699452e12cc82b2f85f5 Description-en: D compiler (language version 2), based on the GCC backend This is a dependency package providing the default D compiler. Per policy, all packages that contain D sources must use this package in their Build-Depends line. . This compiler supports D language version 2. Package: gdc-7 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-aarch64-linux-gnu Description-md5: 54afe9dbd0c996a5f73f9329e04d8a6b Description-en: GNU D compiler (version 2) (cross compiler for arm64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-alpha-linux-gnu Description-md5: 13df938bd28a94a9469de6290976ea39 Description-en: GNU D compiler (version 2) (cross compiler for alpha architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-arm-linux-gnueabi Description-md5: 8060fb04c597b0e7981acfbb06745307 Description-en: GNU D compiler (version 2) (cross compiler for armel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-arm-linux-gnueabihf Description-md5: 57b2f398e7a83699ba6ff31ce4f4917f Description-en: GNU D compiler (version 2) (cross compiler for armhf architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-hppa-linux-gnu Description-md5: fa3e435124258cc5f8bee2ceb4970e68 Description-en: GNU D compiler (version 2) (cross compiler for hppa architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-i686-linux-gnu Description-md5: c9338e4728dd8dfbcde207c6b4b805ef Description-en: GNU D compiler (version 2) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-m68k-linux-gnu Description-md5: f1622a63a9ae61acf98829b6f914462d Description-en: GNU D compiler (version 2) (cross compiler for m68k architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mips-linux-gnu Description-md5: de3634f4cc3064980414c38ae3a25567 Description-en: GNU D compiler (version 2) (cross compiler for mips architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mips64-linux-gnuabi64 Description-md5: 15aa76351e8ad72ae8c34323e56a0da6 Description-en: GNU D compiler (version 2) (cross compiler for mips64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mips64el-linux-gnuabi64 Description-md5: 6f801fec6e545fd0ae8d4e83474a1e4c Description-en: GNU D compiler (version 2) (cross compiler for mips64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-mipsel-linux-gnu Description-md5: 2da11da24eb8a449dbff3eac7e2a90cf Description-en: GNU D compiler (version 2) (cross compiler for mipsel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-arm-linux-gnueabihf Description-md5: 47796bb92a854599280ddd18a93b4af6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for armhf architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-i686-linux-gnu Description-md5: 05ee3fb0e881cb9ba07ca5ab351fe6d6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mips-linux-gnu Description-md5: 862e8ceb69f95492f02b98bf033f52fe Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mips64-linux-gnuabi64 Description-md5: 2b15c36aaca8595bb3c0f3bbaa910a59 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mips64el-linux-gnuabi64 Description-md5: 5db98e4225ed95ce3867c405cabffd3c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-mipsel-linux-gnu Description-md5: 9ef53c1fd44bcc47a0f78e4b597c079c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mipsel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-powerpc-linux-gnu Description-md5: 151e9ee7f17fab15f4323761a74199a1 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for powerpc architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-powerpc64-linux-gnu Description-md5: 4f3a71a87f3edcb50ac3b11b8f4dd0b7 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for ppc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-s390x-linux-gnu Description-md5: 302fb1e60449075de63a29f9a1615d6a Description-en: GNU D compiler (version 2, multilib support) (cross compiler for s390x architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-sparc64-linux-gnu Description-md5: caed5db8d87e52e990ff11efbb445a68 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for sparc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-multilib-x86-64-linux-gnux32 Description-md5: 96eb93fd85f4ee93985aca43489d5f8c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-powerpc-linux-gnu Description-md5: b7505a290b440d6bd565f9a0a4513c63 Description-en: GNU D compiler (version 2) (cross compiler for powerpc architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-powerpc-linux-gnuspe Description-md5: 82f3c0109afab707f3f79c26b1cdc7d4 Description-en: GNU D compiler (version 2) (cross compiler for powerpcspe architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-powerpc64-linux-gnu Description-md5: 8a6ae6d1d45381e92de3dba838cbf352 Description-en: GNU D compiler (version 2) (cross compiler for ppc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-powerpc64le-linux-gnu Description-md5: a4dee6d7250735908c2c95959b4db0be Description-en: GNU D compiler (version 2) (cross compiler for ppc64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-riscv64-linux-gnu Description-md5: 5980c97b06468d61f3b0b9db73ff657b Description-en: GNU D compiler (version 2) (cross compiler for riscv64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-s390x-linux-gnu Description-md5: 258a88a16c8e99c7484ff0337f5f54c7 Description-en: GNU D compiler (version 2) (cross compiler for s390x architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-sh4-linux-gnu Description-md5: 15b7d7e7acafed8899d08cfb8684dbd0 Description-en: GNU D compiler (version 2) (cross compiler for sh4 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-sparc64-linux-gnu Description-md5: 3ac6c1cab84d31f7534836141af86500 Description-en: GNU D compiler (version 2) (cross compiler for sparc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-7-x86-64-linux-gnux32 Description-md5: 30ffcd5766b4ea8db5fecf79e86144f3 Description-en: GNU D compiler (version 2) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8 Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7 Description-en: GNU D compiler (version 2) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-aarch64-linux-gnu Description-md5: 54afe9dbd0c996a5f73f9329e04d8a6b Description-en: GNU D compiler (version 2) (cross compiler for arm64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-alpha-linux-gnu Description-md5: 13df938bd28a94a9469de6290976ea39 Description-en: GNU D compiler (version 2) (cross compiler for alpha architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-arm-linux-gnueabi Description-md5: 8060fb04c597b0e7981acfbb06745307 Description-en: GNU D compiler (version 2) (cross compiler for armel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-arm-linux-gnueabihf Description-md5: 57b2f398e7a83699ba6ff31ce4f4917f Description-en: GNU D compiler (version 2) (cross compiler for armhf architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-hppa-linux-gnu Description-md5: fa3e435124258cc5f8bee2ceb4970e68 Description-en: GNU D compiler (version 2) (cross compiler for hppa architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-i686-linux-gnu Description-md5: c9338e4728dd8dfbcde207c6b4b805ef Description-en: GNU D compiler (version 2) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-m68k-linux-gnu Description-md5: f1622a63a9ae61acf98829b6f914462d Description-en: GNU D compiler (version 2) (cross compiler for m68k architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mips-linux-gnu Description-md5: de3634f4cc3064980414c38ae3a25567 Description-en: GNU D compiler (version 2) (cross compiler for mips architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mips64-linux-gnuabi64 Description-md5: 15aa76351e8ad72ae8c34323e56a0da6 Description-en: GNU D compiler (version 2) (cross compiler for mips64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mips64el-linux-gnuabi64 Description-md5: 6f801fec6e545fd0ae8d4e83474a1e4c Description-en: GNU D compiler (version 2) (cross compiler for mips64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-mipsel-linux-gnu Description-md5: 2da11da24eb8a449dbff3eac7e2a90cf Description-en: GNU D compiler (version 2) (cross compiler for mipsel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-multilib Description-md5: 5bd997d730190f1d6151d11f184d631d Description-en: GNU D compiler (version 2, multilib support) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-arm-linux-gnueabihf Description-md5: 47796bb92a854599280ddd18a93b4af6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for armhf architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-i686-linux-gnu Description-md5: 05ee3fb0e881cb9ba07ca5ab351fe6d6 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for i386 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mips-linux-gnu Description-md5: 862e8ceb69f95492f02b98bf033f52fe Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mips64-linux-gnuabi64 Description-md5: 2b15c36aaca8595bb3c0f3bbaa910a59 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mips64el-linux-gnuabi64 Description-md5: 5db98e4225ed95ce3867c405cabffd3c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mips64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-mipsel-linux-gnu Description-md5: 9ef53c1fd44bcc47a0f78e4b597c079c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for mipsel architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-powerpc-linux-gnu Description-md5: 151e9ee7f17fab15f4323761a74199a1 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for powerpc architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-powerpc64-linux-gnu Description-md5: 4f3a71a87f3edcb50ac3b11b8f4dd0b7 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for ppc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-s390x-linux-gnu Description-md5: 302fb1e60449075de63a29f9a1615d6a Description-en: GNU D compiler (version 2, multilib support) (cross compiler for s390x architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-sparc64-linux-gnu Description-md5: caed5db8d87e52e990ff11efbb445a68 Description-en: GNU D compiler (version 2, multilib support) (cross compiler for sparc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-multilib-x86-64-linux-gnux32 Description-md5: 96eb93fd85f4ee93985aca43489d5f8c Description-en: GNU D compiler (version 2, multilib support) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-powerpc-linux-gnu Description-md5: b7505a290b440d6bd565f9a0a4513c63 Description-en: GNU D compiler (version 2) (cross compiler for powerpc architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-powerpc-linux-gnuspe Description-md5: 82f3c0109afab707f3f79c26b1cdc7d4 Description-en: GNU D compiler (version 2) (cross compiler for powerpcspe architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-powerpc64-linux-gnu Description-md5: 8a6ae6d1d45381e92de3dba838cbf352 Description-en: GNU D compiler (version 2) (cross compiler for ppc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-powerpc64le-linux-gnu Description-md5: a4dee6d7250735908c2c95959b4db0be Description-en: GNU D compiler (version 2) (cross compiler for ppc64el architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-riscv64-linux-gnu Description-md5: 5980c97b06468d61f3b0b9db73ff657b Description-en: GNU D compiler (version 2) (cross compiler for riscv64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-s390x-linux-gnu Description-md5: 258a88a16c8e99c7484ff0337f5f54c7 Description-en: GNU D compiler (version 2) (cross compiler for s390x architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-sh4-linux-gnu Description-md5: 15b7d7e7acafed8899d08cfb8684dbd0 Description-en: GNU D compiler (version 2) (cross compiler for sh4 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-sparc64-linux-gnu Description-md5: 3ac6c1cab84d31f7534836141af86500 Description-en: GNU D compiler (version 2) (cross compiler for sparc64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-x86-64-linux-gnux32 Description-md5: 30ffcd5766b4ea8db5fecf79e86144f3 Description-en: GNU D compiler (version 2) (cross compiler for x32 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-aarch64-linux-gnu Description-md5: 2f9c33e0aaf40e4207a1a79c243fc268 Description-en: GNU D compiler (based on GCC) for the arm64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the arm64 architecture. Package: gdc-alpha-linux-gnu Description-md5: 05f3b7764a033199773cc07ab82fc88f Description-en: GNU D compiler (based on GCC) for the alpha architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the alpha architecture. Package: gdc-arm-linux-gnueabi Description-md5: c8661d2b4e69f78c27ffacf6036e1fd6 Description-en: GNU D compiler (based on GCC) for the armel architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the armel architecture. Package: gdc-arm-linux-gnueabihf Description-md5: 9d82ae2217bc3bb2c06ed67ddfe48081 Description-en: GNU D compiler (based on GCC) for the armhf architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the armhf architecture. Package: gdc-hppa-linux-gnu Description-md5: c9387ba03d71b3ff86d0fb37f6b0a3a7 Description-en: GNU D compiler (based on GCC) for the hppa architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the hppa architecture. Package: gdc-i686-linux-gnu Description-md5: 3d5ce953b8674a9270811aab16fdc554 Description-en: GNU D compiler (based on GCC) for the i386 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the i386 architecture. Package: gdc-m68k-linux-gnu Description-md5: d93c18bc8cd7e4f4f91cec100692f42a Description-en: GNU D compiler (based on GCC) for the m68k architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the m68k architecture. Package: gdc-mips-linux-gnu Description-md5: 4f17c50f7b458a66643323188fe827c4 Description-en: GNU D compiler (based on GCC) for the mips architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the mips architecture. Package: gdc-mips64-linux-gnuabi64 Description-md5: ca2c35a9c1ca38af88d01e517e59854e Description-en: GNU D compiler (based on GCC) for the mips64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the mips64 architecture. Package: gdc-mips64el-linux-gnuabi64 Description-md5: 30b8d23713dca97d6b9439a5b5332832 Description-en: GNU D compiler (based on GCC) for the mips64el architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the mips64el architecture. Package: gdc-mipsel-linux-gnu Description-md5: d9d6ff8a398518385061e7285b5e0068 Description-en: GNU D compiler (based on GCC) for the mipsel architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the mipsel architecture. Package: gdc-multilib Description-md5: daca504b8cf779b565285690bdc990a8 Description-en: D compiler (language version 2) (multilib files) This compiler supports D language version 2. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gdc-multilib-arm-linux-gnueabihf Description-md5: c11f365a847df2ecbcdfe77ffc2c1095 Description-en: GNU D compiler (based on GCC) for the armhf architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the armhf architecture. Package: gdc-multilib-i686-linux-gnu Description-md5: 3b14717078954fe471f2bda2f40bf7fc Description-en: GNU D compiler (based on GCC) for the i386 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the i386 architecture. Package: gdc-multilib-mips-linux-gnu Description-md5: 8eb66474dc37a16869a7c6a20a99f83d Description-en: GNU D compiler (based on GCC) for the mips architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the mips architecture. Package: gdc-multilib-mips64-linux-gnuabi64 Description-md5: 3dbd42defaf700b9c5583b56a5882206 Description-en: GNU D compiler (based on GCC) for the mips64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the mips64 architecture. Package: gdc-multilib-mips64el-linux-gnuabi64 Description-md5: 1261e4ec0ac8f481a13f185cfb5f316c Description-en: GNU D compiler (based on GCC) for the mips64el architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the mips64el architecture. Package: gdc-multilib-mipsel-linux-gnu Description-md5: d1d1f8a24b3e6869d1b46a9585b551a6 Description-en: GNU D compiler (based on GCC) for the mipsel architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the mipsel architecture. Package: gdc-multilib-powerpc-linux-gnu Description-md5: 6a81e59170971d39f33dd6448cb819fd Description-en: GNU D compiler (based on GCC) for the powerpc architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the powerpc architecture. Package: gdc-multilib-powerpc64-linux-gnu Description-md5: a896503335d16fe544aae57bd7de509d Description-en: GNU D compiler (based on GCC) for the ppc64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the ppc64 architecture. Package: gdc-multilib-s390x-linux-gnu Description-md5: 6cf3523c8a8f9dfb7ffea8dff38eed2f Description-en: GNU D compiler (based on GCC) for the s390x architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the s390x architecture. Package: gdc-multilib-sparc64-linux-gnu Description-md5: f8c86e693803cd35cbdadf32051189ca Description-en: GNU D compiler (based on GCC) for the sparc64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the sparc64 architecture. Package: gdc-multilib-x86-64-linux-gnux32 Description-md5: 1bf90cbd514ee291690502abd858892a Description-en: GNU D compiler (based on GCC) for the x32 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the x32 architecture. Package: gdc-powerpc-linux-gnu Description-md5: 8898052d0e76daac6f30c3453cf310dd Description-en: GNU D compiler (based on GCC) for the powerpc architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the powerpc architecture. Package: gdc-powerpc-linux-gnuspe Description-md5: 5e9204ecf83496d5ebe001063f5d4835 Description-en: GNU D compiler (based on GCC) for the powerpcspe architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the powerpcspe architecture. Package: gdc-powerpc64-linux-gnu Description-md5: d91eb16f063ce1d5b51ed09938116ae4 Description-en: GNU D compiler (based on GCC) for the ppc64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the ppc64 architecture. Package: gdc-powerpc64le-linux-gnu Description-md5: 527cdb354aebbb914777dbb901a7ff97 Description-en: GNU D compiler (based on GCC) for the ppc64el architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the ppc64el architecture. Package: gdc-riscv64-linux-gnu Description-md5: 0ce0dc2c3133cc38c663adbb2ae01be4 Description-en: GNU D compiler (based on GCC) for the riscv64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the riscv64 architecture. Package: gdc-s390x-linux-gnu Description-md5: 9d9a18fcec25416f531d9890b329b4e9 Description-en: GNU D compiler (based on GCC) for the s390x architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the s390x architecture. Package: gdc-sh4-linux-gnu Description-md5: 4c94feb4d841cc1173d932ed1d38d103 Description-en: GNU D compiler (based on GCC) for the sh4 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the sh4 architecture. Package: gdc-sparc64-linux-gnu Description-md5: 9b3d4c75accd020a2666678e6244e7ff Description-en: GNU D compiler (based on GCC) for the sparc64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the sparc64 architecture. Package: gdc-x86-64-linux-gnux32 Description-md5: b2a878206dea26fc63ed5a2bee78b6ff Description-en: GNU D compiler (based on GCC) for the x32 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the x32 architecture. Package: geogebra Description-md5: 4052b3c2eb5b3b676ccc0050e499fd3b Description-en: Dynamic mathematics software for education GeoGebra is a dynamic geometry program. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. On the other hand, equations and coordinates can be entered directly. . Support for many geometric constructions is provided, as well as support for many calculus-based tools (derivatives, osculating circle, ...). . GeoGebra files can be exported in many different formats, or as interactive applets for web pages. Package: geogebra-gnome Description-md5: 019e1eead091a2430cabce888355afb9 Description-en: GNOME integration layer for GeoGebra GeoGebra is a dynamic geometry system. You can do constructions with points, vectors, segments, lines, conic sections as well as functions and change them dynamically afterwards. On the other hand, equations and coordinates can be entered directly. . Support for many geometric constructions is provided, as well as support for many elementary calculus-based tools (derivatives, osculating circle, ...). . GeoGebra files can be exported in many different formats, or as interactive applets for web pages. . This package contains the GNOME thumbnailer for the GeoGebra file format. Package: gettext-el Description-md5: a9d28f54d889f7c47e492c902c81accf Description-en: Emacs po-mode for editing gettext .po files This package contains po-mode.el for easy .po editing using emacs. Package: gfortran-7-aarch64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-alpha-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-arm-linux-gnueabi Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-arm-linux-gnueabihf Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-hppa-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-i686-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-m68k-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mips-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mips64-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mips64el-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-mipsel-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-multilib-arm-linux-gnueabi Description-md5: 6fad9c85882fc8e7a938e36944fa372f Description-en: GNU Fortran compiler (multilib support) (cross compiler for armel architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-arm-linux-gnueabihf Description-md5: 0b03746e9dfcf7e44e54cf12c45ae464 Description-en: GNU Fortran compiler (multilib support) (cross compiler for armhf architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-i686-linux-gnu Description-md5: a6370152d33c73991053fd0ccd0f96a1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mips-linux-gnu Description-md5: a575796e8c15aad3e18728eafbea2ffa Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mips64-linux-gnuabi64 Description-md5: 4cd41ee4b17cc4d161fc517ef5c59188 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mips64el-linux-gnuabi64 Description-md5: 9bc497dd7fff616391ddf77d3bd673d5 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-mipsel-linux-gnu Description-md5: 8bdae2ac8bda8901456fc909dcf45e49 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-powerpc-linux-gnu Description-md5: 8ca0d2d3b434392060f6439cccaaf800 Description-en: GNU Fortran compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-powerpc64-linux-gnu Description-md5: 5ba1e22a329c6f46d7881f3e8202c6d1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-s390x-linux-gnu Description-md5: cdf1338eada70b056385899bef888cbf Description-en: GNU Fortran compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-sparc64-linux-gnu Description-md5: fc27aea099406231cbd73adc1a457896 Description-en: GNU Fortran compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-multilib-x86-64-linux-gnux32 Description-md5: 3b7d0a784bfc0e1afc6c83c2c50884a3 Description-en: GNU Fortran compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-powerpc-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-powerpc-linux-gnuspe Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-powerpc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-powerpc64le-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-riscv64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-s390x-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-sh4-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-sparc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-7-x86-64-linux-gnux32 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-aarch64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-alpha-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-arm-linux-gnueabi Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-arm-linux-gnueabihf Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-8-hppa-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-i686-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-m68k-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mips-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mips64-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mips64el-linux-gnuabi64 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-mipsel-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-multilib Description-md5: ad5cf91f123889c593b105572b4a958c Description-en: GNU Fortran compiler (multilib support) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-arm-linux-gnueabi Description-md5: 6fad9c85882fc8e7a938e36944fa372f Description-en: GNU Fortran compiler (multilib support) (cross compiler for armel architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-arm-linux-gnueabihf Description-md5: 0b03746e9dfcf7e44e54cf12c45ae464 Description-en: GNU Fortran compiler (multilib support) (cross compiler for armhf architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-i686-linux-gnu Description-md5: a6370152d33c73991053fd0ccd0f96a1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mips-linux-gnu Description-md5: a575796e8c15aad3e18728eafbea2ffa Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mips64-linux-gnuabi64 Description-md5: 4cd41ee4b17cc4d161fc517ef5c59188 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mips64el-linux-gnuabi64 Description-md5: 9bc497dd7fff616391ddf77d3bd673d5 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-mipsel-linux-gnu Description-md5: 8bdae2ac8bda8901456fc909dcf45e49 Description-en: GNU Fortran compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-powerpc-linux-gnu Description-md5: 8ca0d2d3b434392060f6439cccaaf800 Description-en: GNU Fortran compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-powerpc64-linux-gnu Description-md5: 5ba1e22a329c6f46d7881f3e8202c6d1 Description-en: GNU Fortran compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-s390x-linux-gnu Description-md5: cdf1338eada70b056385899bef888cbf Description-en: GNU Fortran compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-sparc64-linux-gnu Description-md5: fc27aea099406231cbd73adc1a457896 Description-en: GNU Fortran compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-multilib-x86-64-linux-gnux32 Description-md5: 3b7d0a784bfc0e1afc6c83c2c50884a3 Description-en: GNU Fortran compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-powerpc-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-powerpc-linux-gnuspe Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-powerpc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-powerpc64le-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-riscv64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-s390x-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-sh4-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-sparc64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-x86-64-linux-gnux32 Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-aarch64-linux-gnu Description-md5: 120eb5471ff675fc8ae06a2f862ebad9 Description-en: GNU Fortran 95 compiler for the arm64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the arm64 architecture. Package: gfortran-alpha-linux-gnu Description-md5: 4b2555ce16307943017b9b686f87f2f1 Description-en: GNU Fortran 95 compiler for the alpha architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the alpha architecture. Package: gfortran-arm-linux-gnueabi Description-md5: b6c1872ade483e562292856476781f92 Description-en: GNU Fortran 95 compiler for the armel architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the armel architecture. Package: gfortran-arm-linux-gnueabihf Description-md5: 5d16a7114e25278a6c90c50ac5a66ddd Description-en: GNU Fortran 95 compiler for the armhf architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the armhf architecture. Package: gfortran-hppa-linux-gnu Description-md5: 818c09fa3031d6682148e4c02ed37109 Description-en: GNU Fortran 95 compiler for the hppa architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the hppa architecture. Package: gfortran-i686-linux-gnu Description-md5: e6a8377677253a6fcfbcec127830c10c Description-en: GNU Fortran 95 compiler for the i386 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the i386 architecture. Package: gfortran-m68k-linux-gnu Description-md5: effd2b861b8854414502b85a9b7d7562 Description-en: GNU Fortran 95 compiler for the m68k architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the m68k architecture. Package: gfortran-mips-linux-gnu Description-md5: 76f9f1ca2941c610751639bfb397fe3c Description-en: GNU Fortran 95 compiler for the mips architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mips architecture. Package: gfortran-mips64-linux-gnuabi64 Description-md5: 11afab54b9cfdb08bf5ece936b4eab87 Description-en: GNU Fortran 95 compiler for the mips64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mips64 architecture. Package: gfortran-mips64el-linux-gnuabi64 Description-md5: 1a025c7963c623de84d29c8f4ae016ef Description-en: GNU Fortran 95 compiler for the mips64el architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mips64el architecture. Package: gfortran-mipsel-linux-gnu Description-md5: 72d58fa88998bee1410d94f3da623b30 Description-en: GNU Fortran 95 compiler for the mipsel architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mipsel architecture. Package: gfortran-multilib-arm-linux-gnueabi Description-md5: b6c1872ade483e562292856476781f92 Description-en: GNU Fortran 95 compiler for the armel architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the armel architecture. Package: gfortran-multilib-arm-linux-gnueabihf Description-md5: 5d16a7114e25278a6c90c50ac5a66ddd Description-en: GNU Fortran 95 compiler for the armhf architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the armhf architecture. Package: gfortran-multilib-i686-linux-gnu Description-md5: e6a8377677253a6fcfbcec127830c10c Description-en: GNU Fortran 95 compiler for the i386 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the i386 architecture. Package: gfortran-multilib-mips-linux-gnu Description-md5: 76f9f1ca2941c610751639bfb397fe3c Description-en: GNU Fortran 95 compiler for the mips architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mips architecture. Package: gfortran-multilib-mips64-linux-gnuabi64 Description-md5: 11afab54b9cfdb08bf5ece936b4eab87 Description-en: GNU Fortran 95 compiler for the mips64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mips64 architecture. Package: gfortran-multilib-mips64el-linux-gnuabi64 Description-md5: 1a025c7963c623de84d29c8f4ae016ef Description-en: GNU Fortran 95 compiler for the mips64el architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mips64el architecture. Package: gfortran-multilib-mipsel-linux-gnu Description-md5: 72d58fa88998bee1410d94f3da623b30 Description-en: GNU Fortran 95 compiler for the mipsel architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the mipsel architecture. Package: gfortran-multilib-powerpc-linux-gnu Description-md5: 3003b6a78f1d31c9fc5376219a9df124 Description-en: GNU Fortran 95 compiler for the powerpc architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the powerpc architecture. Package: gfortran-multilib-powerpc64-linux-gnu Description-md5: b2b37d3b896ff77d3d2b76f33c41927a Description-en: GNU Fortran 95 compiler for the ppc64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the ppc64 architecture. Package: gfortran-multilib-s390x-linux-gnu Description-md5: 7ee8d0923f5e1041f75f8903b3531b7f Description-en: GNU Fortran 95 compiler for the s390x architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the s390x architecture. Package: gfortran-multilib-sparc64-linux-gnu Description-md5: 37dbd73b244a3a5e25ccc41fcfd3b2f0 Description-en: GNU Fortran 95 compiler for the sparc64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the sparc64 architecture. Package: gfortran-multilib-x86-64-linux-gnux32 Description-md5: 2d224a9f6711ef713a9e6862f17ab378 Description-en: GNU Fortran 95 compiler for the x32 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the x32 architecture. Package: gfortran-powerpc-linux-gnu Description-md5: 3003b6a78f1d31c9fc5376219a9df124 Description-en: GNU Fortran 95 compiler for the powerpc architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the powerpc architecture. Package: gfortran-powerpc-linux-gnuspe Description-md5: 0671dcad22cee921224ceadfcd77ef86 Description-en: GNU Fortran 95 compiler for the powerpcspe architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the powerpcspe architecture. Package: gfortran-powerpc64-linux-gnu Description-md5: b2b37d3b896ff77d3d2b76f33c41927a Description-en: GNU Fortran 95 compiler for the ppc64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the ppc64 architecture. Package: gfortran-powerpc64le-linux-gnu Description-md5: 0695ad0036182f6d5640ef91470c1146 Description-en: GNU Fortran 95 compiler for the ppc64el architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the ppc64el architecture. Package: gfortran-riscv64-linux-gnu Description-md5: a4e4aa685c3d7ccafd943004e4f6149f Description-en: GNU Fortran 95 compiler for the riscv64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the riscv64 architecture. Package: gfortran-s390x-linux-gnu Description-md5: 7ee8d0923f5e1041f75f8903b3531b7f Description-en: GNU Fortran 95 compiler for the s390x architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the s390x architecture. Package: gfortran-sh4-linux-gnu Description-md5: 42e4699be1d9d6b0b95746357d1a49c6 Description-en: GNU Fortran 95 compiler for the sh4 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the sh4 architecture. Package: gfortran-sparc64-linux-gnu Description-md5: 37dbd73b244a3a5e25ccc41fcfd3b2f0 Description-en: GNU Fortran 95 compiler for the sparc64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the sparc64 architecture. Package: gfortran-x86-64-linux-gnux32 Description-md5: 2d224a9f6711ef713a9e6862f17ab378 Description-en: GNU Fortran 95 compiler for the x32 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the x32 architecture. Package: ggcov Description-md5: 81c8d03ae622c8487319380da3851bf0 Description-en: Graphical tool for displaying gcov test coverage data This is a simple GUI for browsing C test coverage data gathered by programs instrumented with "gcc --coverage". Hence it's a graphical replacement for the "gcov" program that comes with gcc. Package: gif2apng Description-md5: e2dcc55a41873b23feafa04a7ad24634 Description-en: tool for converting animated GIF images to APNG format This package provides a command line tool for converting images from animated GIF to Animated PNG format. . The Animated Portable Network Graphics (APNG) file format is an extension to the Portable Network Graphics (PNG) specification. It allows for animated PNG files that work similarly to animated GIF files, while retaining backward compatibility with non-animated PNG files and adding support for 8-bit transparency and 24-bit images. Package: giflib-tools Description-md5: a19e8498a460f459fbf8306ec5aabc61 Description-en: library for GIF images (utilities) GIFLIB is a package of portable tools and library routines for working with GIF images. . This package contains additional utilities. Package: gimp-ufraw Description-md5: c804275e9c5358d93bd4a239126719ae Description-en: gimp importer for raw camera images This is a graphical tool to import raw data from high-end digital cameras into the Gimp. . The Unidentified Flying Raw (UFRaw) is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plug-in, and images can be batch processed using the command-line interface. UFRaw reads most existing raw formats using Dave Coffin's raw conversion utility DCRaw, and it supports basic color management using Little CMS, allowing the user to apply color profiles. Package: gir1.2-flatpak-1.0 Description-md5: d56a77ab2a71ace5e8bdb87dcec05c28 Description-en: Application deployment framework for desktop apps (introspection) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libflatpak0. Package: gir1.2-ostree-1.0 Description-md5: a8a0c2ac9194d894a8dd2584c5f178a3 Description-en: content-addressed filesystem for operating system binaries (introspection) libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains GObject-Introspection metadata, which can be used to generate dynamic bindings into languages such as Python and JavaScript. Package: git-all Description-md5: 7eb276543374432338c2d9bf7a76e9b6 Description-en: fast, scalable, distributed revision control system (all subpackages) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This is a dummy package which brings in all subpackages. Package: git-cvs Description-md5: 5c201c3115375a8b8f735f8e7775526c Description-en: fast, scalable, distributed revision control system (cvs interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git cvsimport, cvsexportcommit, and cvsserver tools, which allow Git to read from and write to CVS repositories and offer access over CVS protocol to Git repositories. . The git cvsimport tool can incrementally import from a repository that is being actively developed and only requires remote access over CVS protocol. Unfortunately, in many situations the import leads to incorrect results. For reliable, one-shot imports, cvs2git from the cvs2svn package or parsecvs may be a better fit. Package: git-daemon-run Description-md5: f22f55ff44557b91f4d1ad32ba7df1be Description-en: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a runit service for running git-daemon permanently. This configuration is simpler and more reliable than git-daemon-sysvinit, at a cost of being less familiar for administrators accustomed to sysvinit. Package: git-daemon-sysvinit Description-md5: b9035bef841508be61c9ba878690987d Description-en: fast, scalable, distributed revision control system (git-daemon service) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . git-daemon, as provided by the git package, is a simple server for git repositories, ideally suited for read-only updates, i.e. pulling from git repositories through the network. This package provides a sysvinit service for running git-daemon permanently. Unlike git-daemon-run, this package provides the usual sysvinit service management commands ("service git-daemon start/stop") for git-daemon. Package: git-el Description-md5: aa1e199f804671c670cc9ac058725654 Description-en: fast, scalable, distributed revision control system (emacs support) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides two modules for integration with Emacs: . * git.el: . Status manager that displays the state of all the files of the project and provides easy access to the most frequently used git commands. The user interface is intended to be similar to the pcl-cvs mode. It can be started with `M-x git-status'. . * git-blame.el: . Emacs implementation of incremental "git blame". When you turn it on while viewing a file, the editor buffer will be updated by setting the background of individual lines to a color that reflects which commit it comes from. . This package does not contain the VC-mode backend for git. That is part of standard Emacs distributions, starting with version 22.2. . For a more polished Emacs interface for Git, see the magit package. Package: git-email Description-md5: 5e0c38a8609078b06fbbe0e8e9e432b4 Description-en: fast, scalable, distributed revision control system (email add-on) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git-send-email program for sending series of patch emails. Package: git-gui Description-md5: 9917713e774499f1d531dfee454c1641 Description-en: fast, scalable, distributed revision control system (GUI) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git graphical user interface. . If aspell is installed, it can check the spelling of commit messages as the user types. Package: git-mediawiki Description-md5: 68f824126adee99ee64bf2b96e49bb2c Description-en: fast, scalable, distributed revision control system (MediaWiki remote helper) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the mediawiki remote helper, which allows Git to read from and write to a wiki such as Wikipedia as though it were a remote Git repository, and a 'git mw' command that can show a preview of how wiki markup will be rendered before pushing. Package: git-merge-changelog Description-md5: 7f0c01842e0b7082290afb8a754cb31e Description-en: git merge driver for GNU ChangeLog files ChangeLog files *always* foul up most version control systems in their default configuration. . git-merge-changelog is a tool from gnulib designed to help with this for the case of GNU-style ChangeLogs; it can be used with at least git, bzr, and hg. Package: git-svn Description-md5: fe9279673cf6573640700aabf410ef25 Description-en: fast, scalable, distributed revision control system (svn interoperability) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides tools for interoperating with Subversion repositories, and importing SVN development history. Package: gitk Description-md5: 09d5ab78b8aa2f432bbf841a62bb9abc Description-en: fast, scalable, distributed revision control system (revision tree visualizer) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the gitk program, a tcl/tk revision tree visualizer. Package: gitweb Description-md5: 2140d89702ec1cd621b41c71a95a910a Description-en: fast, scalable, distributed revision control system (web interface) Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package configures a web interface for browsing git repositories. . If apache2 is installed, the web interface is automatically made available at http://localhost/gitweb. Other servers that support CGI or mod_perl are supported through manual configuration. . If libcgi-fast-perl is installed, gitweb can also be run over FastCGI (and served by nginx, for example). Package: glib-networking-tests Description-md5: 29c11a56653d19186378a0027c69788a Description-en: network-related giomodules for GLib - installed tests This package contains test programs, designed to be run as part of a regression testsuite. Package: glibc-source Description-md5: 1892ef83f2f36db0d236ccc041158b32 Description-en: GNU C Library: sources This package contains the sources and patches which are needed to build glibc. Package: gnat-7 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-aarch64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-alpha-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-arm-linux-gnueabi Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-arm-linux-gnueabihf Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-7-hppa-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-i686-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-m68k-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mips-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mips64-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mips64el-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-mipsel-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc-linux-gnuspe Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-powerpc64le-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-s390x-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-sh4-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-sjlj Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-aarch64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-alpha-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-arm-linux-gnueabi Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-arm-linux-gnueabihf Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-hppa-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-i686-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-m68k-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mips-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mips64-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mips64el-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-mipsel-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc-linux-gnuspe Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-powerpc64le-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-s390x-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-sh4-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-sparc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sjlj-x86-64-linux-gnux32 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-sparc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-7-x86-64-linux-gnux32 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-aarch64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-alpha-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-arm-linux-gnueabi Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-arm-linux-gnueabihf Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-doc Description-md5: 8139d6afb41aa31e17dbd1884d4ab725 Description-en: GNU Ada compiler (documentation) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the documentation in info format. Package: gnat-8-hppa-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-i686-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-m68k-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mips-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mips64-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mips64el-linux-gnuabi64 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-mipsel-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-powerpc-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-powerpc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-powerpc64le-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-s390x-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-sh4-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-sjlj Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-aarch64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-alpha-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-arm-linux-gnueabi Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-arm-linux-gnueabihf Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-hppa-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-i686-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-m68k-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mips-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mips64-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mips64el-linux-gnuabi64 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-mipsel-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-powerpc-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-powerpc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-powerpc64le-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-s390x-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-sh4-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-sparc64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sjlj-x86-64-linux-gnux32 Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-sparc64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-x86-64-linux-gnux32 Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnulib Description-md5: b74e587b070a2b8bccb9acb5265666dc Description-en: GNU Portability Library The GNU portability library is a macro system and C declarations and definitions for commonly-used API elements and abstracted system behaviors. It can be used to improve portability and other functionality in your programs. Package: gnupg-agent Description-md5: 4676770831dd43b5b80c96a103cfd422 Description-en: GNU privacy guard - cryptographic agent (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This is a dummy transitional package; please use gpg-agent instead. Package: gnupg2 Description-md5: b00f9e73860378b7bce07e0ad3dd2e88 Description-en: GNU privacy guard - a free PGP replacement (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This is a dummy transitional package that provides symlinks from gpg2 to gpg. Package: gnutls-bin Description-md5: eba039a6e469447db04137c121cc9fd1 Description-en: GNU TLS library - commandline utilities GnuTLS is a portable library which implements the Transport Layer Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 and Datagram Transport Layer Security (DTLS 1.0, 1.2) protocols. . GnuTLS features support for: - TLS extensions: server name indication, max record size, opaque PRF input, etc. - authentication using the SRP protocol. - authentication using both X.509 certificates and OpenPGP keys. - TLS Pre-Shared-Keys (PSK) extension. - Inner Application (TLS/IA) extension. - X.509 and OpenPGP certificate handling. - X.509 Proxy Certificates (RFC 3820). - all the strong encryption algorithms (including SHA-256/384/512 and Camellia (RFC 4132)). . This package contains a commandline interface to the GNU TLS library, which can be used to set up secure connections from e.g. shell scripts, debugging connection issues or managing certificates. . Useful utilities include: - TLS termination: gnutls-cli, gnutls-serv - key and certificate management: certtool, ocsptool, p11tool - credential management: srptool, psktool Package: go-md2man Description-md5: dbfae9643547bb6a568949d24262f23a Description-en: utility to create manpages from markdown Turns Markdown into manpages, which is really handy for people that don't want to learn how to make manpages from stuff like DocBook. . This package contains the conversion binary. Package: gobjc Description-md5: 8eb5a7695a9f4935cb3126a66df29405 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C compiler. Package: gobjc++ Description-md5: db23ebaaaeb19bd162f9458eb00d25ef Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ compiler. Package: gobjc++-7 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-aarch64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-alpha-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-arm-linux-gnueabi Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-arm-linux-gnueabihf Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-hppa-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-i686-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-m68k-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-mips-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-mips64-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-mips64el-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-mipsel-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-arm-linux-gnueabi Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-arm-linux-gnueabihf Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-i686-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mips-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mips64-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mips64el-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-mipsel-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-powerpc-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-powerpc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-s390x-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-sparc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-multilib-x86-64-linux-gnux32 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-powerpc-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-powerpc-linux-gnuspe Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-powerpc64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-powerpc64le-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-riscv64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-s390x-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-sh4-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-sparc64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-7-x86-64-linux-gnux32 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-aarch64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-alpha-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-arm-linux-gnueabi Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-arm-linux-gnueabihf Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-hppa-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-i686-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-m68k-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-mips-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-mips64-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-mips64el-linux-gnuabi64 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-mipsel-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-multilib Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-arm-linux-gnueabi Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-arm-linux-gnueabihf Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-i686-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mips-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mips64-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mips64el-linux-gnuabi64 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-mipsel-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-powerpc-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-powerpc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-s390x-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-sparc64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-multilib-x86-64-linux-gnux32 Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-powerpc-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-powerpc-linux-gnuspe Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-powerpc64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-powerpc64le-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-riscv64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-s390x-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-sh4-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-sparc64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-x86-64-linux-gnux32 Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-aarch64-linux-gnu Description-md5: 39b6d7cfd82eeb3284cd3e2c9df3bcce Description-en: GNU Objective-C++ compiler for the arm64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the arm64 architecture. Package: gobjc++-alpha-linux-gnu Description-md5: 55344ad85e1454426c63da108ffb0890 Description-en: GNU Objective-C++ compiler for the alpha architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the alpha architecture. Package: gobjc++-arm-linux-gnueabi Description-md5: b44f97a80cb51c59d57050bed21040fc Description-en: GNU Objective-C++ compiler for the armel architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the armel architecture. Package: gobjc++-arm-linux-gnueabihf Description-md5: 54cfd0a33158bcf5616fd98c53643c59 Description-en: GNU Objective-C++ compiler for the armhf architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the armhf architecture. Package: gobjc++-hppa-linux-gnu Description-md5: b1b4eda0eaab982aa45cba9decd9754f Description-en: GNU Objective-C++ compiler for the hppa architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the hppa architecture. Package: gobjc++-i686-linux-gnu Description-md5: 8040375ba71624dc050b1e50be86aeab Description-en: GNU Objective-C++ compiler for the i386 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the i386 architecture. Package: gobjc++-m68k-linux-gnu Description-md5: b37da934ac9792db1e5b95d8ca1608ad Description-en: GNU Objective-C++ compiler for the m68k architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the m68k architecture. Package: gobjc++-mips-linux-gnu Description-md5: ef7efd41b4fdbde13b0313e0c4660756 Description-en: GNU Objective-C++ compiler for the mips architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mips architecture. Package: gobjc++-mips64-linux-gnuabi64 Description-md5: 33e64a13f71b2dd1c562c0345a6aae6f Description-en: GNU Objective-C++ compiler for the mips64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mips64 architecture. Package: gobjc++-mips64el-linux-gnuabi64 Description-md5: 45df64c841dfcadd907cc71a2d961b62 Description-en: GNU Objective-C++ compiler for the mips64el architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mips64el architecture. Package: gobjc++-mipsel-linux-gnu Description-md5: a836728e360f65f250bcc4a9007ff42d Description-en: GNU Objective-C++ compiler for the mipsel architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mipsel architecture. Package: gobjc++-multilib Description-md5: 6e928dbd254dd2329a9ae8853ae2526a Description-en: GNU Objective-C++ compiler (multilib files) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gobjc++-multilib-arm-linux-gnueabi Description-md5: b44f97a80cb51c59d57050bed21040fc Description-en: GNU Objective-C++ compiler for the armel architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the armel architecture. Package: gobjc++-multilib-arm-linux-gnueabihf Description-md5: 54cfd0a33158bcf5616fd98c53643c59 Description-en: GNU Objective-C++ compiler for the armhf architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the armhf architecture. Package: gobjc++-multilib-i686-linux-gnu Description-md5: 8040375ba71624dc050b1e50be86aeab Description-en: GNU Objective-C++ compiler for the i386 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the i386 architecture. Package: gobjc++-multilib-mips-linux-gnu Description-md5: ef7efd41b4fdbde13b0313e0c4660756 Description-en: GNU Objective-C++ compiler for the mips architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mips architecture. Package: gobjc++-multilib-mips64-linux-gnuabi64 Description-md5: 33e64a13f71b2dd1c562c0345a6aae6f Description-en: GNU Objective-C++ compiler for the mips64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mips64 architecture. Package: gobjc++-multilib-mips64el-linux-gnuabi64 Description-md5: 45df64c841dfcadd907cc71a2d961b62 Description-en: GNU Objective-C++ compiler for the mips64el architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mips64el architecture. Package: gobjc++-multilib-mipsel-linux-gnu Description-md5: a836728e360f65f250bcc4a9007ff42d Description-en: GNU Objective-C++ compiler for the mipsel architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the mipsel architecture. Package: gobjc++-multilib-powerpc-linux-gnu Description-md5: dc4e3dffbaa90c3d2e3af40a6d7a63d9 Description-en: GNU Objective-C++ compiler for the powerpc architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the powerpc architecture. Package: gobjc++-multilib-powerpc64-linux-gnu Description-md5: 53edcb6cb337ab3ab7875be7517502b8 Description-en: GNU Objective-C++ compiler for the ppc64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the ppc64 architecture. Package: gobjc++-multilib-s390x-linux-gnu Description-md5: 15cac5015fd54eb3b1029c8416c50a37 Description-en: GNU Objective-C++ compiler for the s390x architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the s390x architecture. Package: gobjc++-multilib-sparc64-linux-gnu Description-md5: 1e6958288316befc9151e4683dc4a23f Description-en: GNU Objective-C++ compiler for the sparc64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the sparc64 architecture. Package: gobjc++-multilib-x86-64-linux-gnux32 Description-md5: e68b2a981f70a5f1a9113e819e65a04e Description-en: GNU Objective-C++ compiler for the x32 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the x32 architecture. Package: gobjc++-powerpc-linux-gnu Description-md5: dc4e3dffbaa90c3d2e3af40a6d7a63d9 Description-en: GNU Objective-C++ compiler for the powerpc architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the powerpc architecture. Package: gobjc++-powerpc-linux-gnuspe Description-md5: f4afbcadd5664321f35b28e8396e57c2 Description-en: GNU Objective-C++ compiler for the powerpcspe architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the powerpcspe architecture. Package: gobjc++-powerpc64-linux-gnu Description-md5: 53edcb6cb337ab3ab7875be7517502b8 Description-en: GNU Objective-C++ compiler for the ppc64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the ppc64 architecture. Package: gobjc++-powerpc64le-linux-gnu Description-md5: 96f6215773bc62e141689e299fa9a385 Description-en: GNU Objective-C++ compiler for the ppc64el architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the ppc64el architecture. Package: gobjc++-riscv64-linux-gnu Description-md5: 693023f978d370e45c47352eb120f7e9 Description-en: GNU Objective-C++ compiler for the riscv64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the riscv64 architecture. Package: gobjc++-s390x-linux-gnu Description-md5: 15cac5015fd54eb3b1029c8416c50a37 Description-en: GNU Objective-C++ compiler for the s390x architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the s390x architecture. Package: gobjc++-sh4-linux-gnu Description-md5: 9ed7dae39ba333ebb40eabcdc301e3a5 Description-en: GNU Objective-C++ compiler for the sh4 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the sh4 architecture. Package: gobjc++-sparc64-linux-gnu Description-md5: 1e6958288316befc9151e4683dc4a23f Description-en: GNU Objective-C++ compiler for the sparc64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the sparc64 architecture. Package: gobjc++-x86-64-linux-gnux32 Description-md5: e68b2a981f70a5f1a9113e819e65a04e Description-en: GNU Objective-C++ compiler for the x32 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the x32 architecture. Package: gobjc-7 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-aarch64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-alpha-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-arm-linux-gnueabi Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-arm-linux-gnueabihf Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-hppa-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-i686-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-m68k-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-mips-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-mips64-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-mips64el-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-mipsel-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-arm-linux-gnueabi Description-md5: b0a86719c2e87cc8a718d52f3907d60e Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armel architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-arm-linux-gnueabihf Description-md5: c7c8b3385bd40a2936fb852dad90edc0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armhf architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-i686-linux-gnu Description-md5: 57713f452312d3724f7fd8c252419b42 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mips-linux-gnu Description-md5: 5b367e341fc122bb8982fda57c5097b2 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mips64-linux-gnuabi64 Description-md5: 54ac71c4b3e65e972e2a214dd78c8edc Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mips64el-linux-gnuabi64 Description-md5: df3969577406e1a09d3ddde5a16edfe8 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-mipsel-linux-gnu Description-md5: 63420624673fbf784c522395c8df1b3d Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-powerpc-linux-gnu Description-md5: 576353e63a3fed1115025775e4cf657f Description-en: GNU Objective-C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-powerpc64-linux-gnu Description-md5: 473ab906c51af4e83145169333bf617a Description-en: GNU Objective-C compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-s390x-linux-gnu Description-md5: ce39b04f3c0d2c474dca27ff46038fd9 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-sparc64-linux-gnu Description-md5: 9b4898809d5cdedf89ea0a4468ccff88 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-multilib-x86-64-linux-gnux32 Description-md5: 0d5b01c9db71b1b439a7e5a25747ab84 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-powerpc-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-powerpc-linux-gnuspe Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-powerpc64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-powerpc64le-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-riscv64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-s390x-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-sh4-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-sparc64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-7-x86-64-linux-gnux32 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-aarch64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-alpha-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-arm-linux-gnueabi Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-arm-linux-gnueabihf Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-hppa-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-i686-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-m68k-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-mips-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-mips64-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-mips64el-linux-gnuabi64 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-mipsel-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-multilib Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3 Description-en: GNU Objective-C compiler (multilib support) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-arm-linux-gnueabi Description-md5: b0a86719c2e87cc8a718d52f3907d60e Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armel architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-arm-linux-gnueabihf Description-md5: c7c8b3385bd40a2936fb852dad90edc0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for armhf architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-i686-linux-gnu Description-md5: 57713f452312d3724f7fd8c252419b42 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for i386 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mips-linux-gnu Description-md5: 5b367e341fc122bb8982fda57c5097b2 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mips64-linux-gnuabi64 Description-md5: 54ac71c4b3e65e972e2a214dd78c8edc Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mips64el-linux-gnuabi64 Description-md5: df3969577406e1a09d3ddde5a16edfe8 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mips64el architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-mipsel-linux-gnu Description-md5: 63420624673fbf784c522395c8df1b3d Description-en: GNU Objective-C compiler (multilib support) (cross compiler for mipsel architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-powerpc-linux-gnu Description-md5: 576353e63a3fed1115025775e4cf657f Description-en: GNU Objective-C compiler (multilib support) (cross compiler for powerpc architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-powerpc64-linux-gnu Description-md5: 473ab906c51af4e83145169333bf617a Description-en: GNU Objective-C compiler (multilib support) (cross compiler for ppc64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-s390x-linux-gnu Description-md5: ce39b04f3c0d2c474dca27ff46038fd9 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for s390x architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-sparc64-linux-gnu Description-md5: 9b4898809d5cdedf89ea0a4468ccff88 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for sparc64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-multilib-x86-64-linux-gnux32 Description-md5: 0d5b01c9db71b1b439a7e5a25747ab84 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for x32 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-powerpc-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-powerpc-linux-gnuspe Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-powerpc64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-powerpc64le-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-riscv64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-s390x-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-sh4-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-sparc64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-x86-64-linux-gnux32 Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-aarch64-linux-gnu Description-md5: 7258db0aec57d94ffbe94ccc2bdccc52 Description-en: GNU Objective-C compiler for the arm64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the arm64 architecture. Package: gobjc-alpha-linux-gnu Description-md5: 1995369cbc00bc6e2a4bc5d86ce13a06 Description-en: GNU Objective-C compiler for the alpha architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the alpha architecture. Package: gobjc-arm-linux-gnueabi Description-md5: 46dc6e58b617cb001f17a46fc378fdf9 Description-en: GNU Objective-C compiler for the armel architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the armel architecture. Package: gobjc-arm-linux-gnueabihf Description-md5: ff54e9ed4dc26c7549df98fa4e8979d2 Description-en: GNU Objective-C compiler for the armhf architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the armhf architecture. Package: gobjc-hppa-linux-gnu Description-md5: 869d1e251b4db215d62e8f99ec9b8b7c Description-en: GNU Objective-C compiler for the hppa architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the hppa architecture. Package: gobjc-i686-linux-gnu Description-md5: 53a12544da11551f905d866a5af7c735 Description-en: GNU Objective-C compiler for the i386 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the i386 architecture. Package: gobjc-m68k-linux-gnu Description-md5: 8ef0b1b631f215b5b9deab1021bb3c9c Description-en: GNU Objective-C compiler for the m68k architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the m68k architecture. Package: gobjc-mips-linux-gnu Description-md5: 6169b35922e91843268cd698f75ff914 Description-en: GNU Objective-C compiler for the mips architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mips architecture. Package: gobjc-mips64-linux-gnuabi64 Description-md5: 0f3c044e5f5b14081546d24a4a8252a8 Description-en: GNU Objective-C compiler for the mips64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mips64 architecture. Package: gobjc-mips64el-linux-gnuabi64 Description-md5: 040c6f6b2776e7fcce2bed751e9aab19 Description-en: GNU Objective-C compiler for the mips64el architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mips64el architecture. Package: gobjc-mipsel-linux-gnu Description-md5: e292f5b3a887826a6be88c7f6bba2934 Description-en: GNU Objective-C compiler for the mipsel architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mipsel architecture. Package: gobjc-multilib Description-md5: fd18c260cdb4906a29de28b0d8029ef4 Description-en: GNU Objective-C compiler (multilib files) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . A dependency package on architectures with multilib support; the package contains dependencies for the non-default multilib architecture(s). Package: gobjc-multilib-arm-linux-gnueabi Description-md5: 46dc6e58b617cb001f17a46fc378fdf9 Description-en: GNU Objective-C compiler for the armel architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the armel architecture. Package: gobjc-multilib-arm-linux-gnueabihf Description-md5: ff54e9ed4dc26c7549df98fa4e8979d2 Description-en: GNU Objective-C compiler for the armhf architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the armhf architecture. Package: gobjc-multilib-i686-linux-gnu Description-md5: 53a12544da11551f905d866a5af7c735 Description-en: GNU Objective-C compiler for the i386 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the i386 architecture. Package: gobjc-multilib-mips-linux-gnu Description-md5: 6169b35922e91843268cd698f75ff914 Description-en: GNU Objective-C compiler for the mips architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mips architecture. Package: gobjc-multilib-mips64-linux-gnuabi64 Description-md5: 0f3c044e5f5b14081546d24a4a8252a8 Description-en: GNU Objective-C compiler for the mips64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mips64 architecture. Package: gobjc-multilib-mips64el-linux-gnuabi64 Description-md5: 040c6f6b2776e7fcce2bed751e9aab19 Description-en: GNU Objective-C compiler for the mips64el architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mips64el architecture. Package: gobjc-multilib-mipsel-linux-gnu Description-md5: e292f5b3a887826a6be88c7f6bba2934 Description-en: GNU Objective-C compiler for the mipsel architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the mipsel architecture. Package: gobjc-multilib-powerpc-linux-gnu Description-md5: 152e56c53479383a6280274b0750e946 Description-en: GNU Objective-C compiler for the powerpc architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the powerpc architecture. Package: gobjc-multilib-powerpc64-linux-gnu Description-md5: 36994070ada79f56561a6865514f22c6 Description-en: GNU Objective-C compiler for the ppc64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the ppc64 architecture. Package: gobjc-multilib-s390x-linux-gnu Description-md5: 1adf9ce298783ef3cc8bbd8a12c15a1e Description-en: GNU Objective-C compiler for the s390x architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the s390x architecture. Package: gobjc-multilib-sparc64-linux-gnu Description-md5: 2546ef927bd46f442d46c5705f071761 Description-en: GNU Objective-C compiler for the sparc64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the sparc64 architecture. Package: gobjc-multilib-x86-64-linux-gnux32 Description-md5: 7fcdbb051e9a61e9b78f27a908941113 Description-en: GNU Objective-C compiler for the x32 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the x32 architecture. Package: gobjc-powerpc-linux-gnu Description-md5: 152e56c53479383a6280274b0750e946 Description-en: GNU Objective-C compiler for the powerpc architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the powerpc architecture. Package: gobjc-powerpc-linux-gnuspe Description-md5: a38b22133efe66948998eef2b2614ad6 Description-en: GNU Objective-C compiler for the powerpcspe architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the powerpcspe architecture. Package: gobjc-powerpc64-linux-gnu Description-md5: 36994070ada79f56561a6865514f22c6 Description-en: GNU Objective-C compiler for the ppc64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the ppc64 architecture. Package: gobjc-powerpc64le-linux-gnu Description-md5: 41f71cc6f802015bf32c0b5b42fac044 Description-en: GNU Objective-C compiler for the ppc64el architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the ppc64el architecture. Package: gobjc-riscv64-linux-gnu Description-md5: 0924de23a0338e7fa9d99b9e50a3ebd1 Description-en: GNU Objective-C compiler for the riscv64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the riscv64 architecture. Package: gobjc-s390x-linux-gnu Description-md5: 1adf9ce298783ef3cc8bbd8a12c15a1e Description-en: GNU Objective-C compiler for the s390x architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the s390x architecture. Package: gobjc-sh4-linux-gnu Description-md5: 1c4ff85a16cc3dd2e79140735e6534d1 Description-en: GNU Objective-C compiler for the sh4 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the sh4 architecture. Package: gobjc-sparc64-linux-gnu Description-md5: 2546ef927bd46f442d46c5705f071761 Description-en: GNU Objective-C compiler for the sparc64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the sparc64 architecture. Package: gobjc-x86-64-linux-gnux32 Description-md5: 7fcdbb051e9a61e9b78f27a908941113 Description-en: GNU Objective-C compiler for the x32 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the x32 architecture. Package: golang-1.13 Description-md5: 8650a23f44e2d60a785ad3123733d6d8 Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. Package: golang-1.13-doc Description-md5: 08db79dfd10a3139299bb398a7206206 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. You can view the formatted documentation by running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Package: golang-1.13-go Description-md5: 9791676e1d7825e569bdb76ce1ad2e08 Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to pre-compile the standard library inside GOROOT for cross-compilation to work. Package: golang-1.13-src Description-md5: 541938e00b2a0c85f1fbae617a75fcd4 Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for cross-compilation. Package: golang-1.18 Description-md5: 9cf65eae35075e419830b9eee734720c Description-en: Go programming language compiler - metapackage The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package is a metapackage that, when installed, guarantees that (most of) a full Go development environment is installed. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.18/bin/ to PATH, or invoke /usr/lib/go-1.18/bin/go directly. Package: golang-1.18-doc Description-md5: 70faba58bee63cd1d9d375165fa0d6d6 Description-en: Go programming language - documentation The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the documentation for the Go programming language. Package: golang-1.18-go Description-md5: 1ec6f32a57cb9015a94451f3ed9734c7 Description-en: Go programming language compiler, linker, compiled stdlib The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. . To use this version, instead of the default one provided by golang-go package, add /usr/lib/go-1.18/bin/ to PATH, or invoke /usr/lib/go-1.18/bin/go directly. Package: golang-1.18-src Description-md5: 641317c503e9fe0a9039cd8790bb4657 Description-en: Go programming language - source files The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. . This package provides the Go programming language source files needed for compilation. Package: golang-docker-dev Description-md5: d8f9334d5a9c76803c31ea534993299a Description-en: Transitional package for golang-github-docker-docker-dev This is a transitional package to ease upgrades to the golang-github-docker-docker-dev package. It can safely be removed. Package: golang-etcd-server-dev Description-md5: 079c5d4a9b52c6679d966bcf7042bb15 Description-en: highly-available key value store -- source A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: . * Simple: curl'able user facing API (HTTP+JSON) * Secure: optional SSL client cert authentication * Fast: benchmarked 1000s of writes/s per instance * Reliable: Properly distributed using Raft . Etcd uses the Raft consensus algorithm to manage a highly-available replicated log. . This package contains the source. Package: golang-github-containerd-containerd-dev Description-md5: b1707413c292ae4d9f80808203d128ca Description-en: runC develpoment files Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package provides development files. Package: golang-github-containerd-docker-containerd-dev Description-md5: eab38512a829bcb6ecbf6a7c0777acad Description-en: Containerd develpoment files (Docker's version) Containerd is a daemon to control runC, built for performance and density. Containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers. . This package provides development files. . This package contains the version to be used with the docker.io package. Package: golang-github-cpuguy83-go-md2man-dev Description-md5: 2e78a7e27edd4fe94622606a373e2e48 Description-en: utility to create manpages from markdown (source) Turns Markdown into manpages, which is really handy for people that don't want to learn how to make manpages from stuff like DocBook. . This package contains the source. Package: golang-github-docker-containerd-dev Description-md5: 3c47f3dcaaae47eab035baa2fdac8fec Description-en: Transitional package for golang-github-containerd-containerd-dev This is a transitional package to ease upgrades to the golang-github-containerd-containerd-dev package. It can safely be removed. Package: golang-github-docker-docker-dev Description-md5: 6265ea5dccb7d86a2aa69e4e5d1c8598 Description-en: Externally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built. Package: golang-github-google-fscrypt-dev Description-md5: 3230344acd68a493b24a246ac69e6efe Description-en: Linux filesystem encryption source code fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . This package contains the source tree of the fscrypt project. Package: golang-github-influxdb-influxdb-dev Description-md5: 2b8dad855d6efaa79da9c90da171b9f5 Description-en: Scalable datastore for metrics, events, and real-time analytics. Dev package InfluxDB is a time series, metrics, and analytics database. It’s written in Go and has no external dependencies. That means once you install it there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra, HBase, or anything else). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. . This is the dev package. Package: golang-github-ncw-rclone-dev Description-md5: 4378dab5720b04e3e7e8dfd4e68a9c0a Description-en: go source code of rclone Rclone is a program to sync files and directories between the local file system and a variety of commercial cloud storage providers. . This package contains rclone's source code. Package: golang-github-opencontainers-runc-dev Description-md5: b8a1a472413b94034a70f3493cd01471 Description-en: Open Container Project - development files "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. . This package provides development files formerly known as "github.com/docker/libcontainer". Package: golang-github-prometheus-alertmanager-dev Description-md5: 88fb4acbdb239e739d3a9bdddc74bf65 Description-en: Handle and deliver alerts created by Prometheus -- source The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. . This package provides the source code to be used as a library. Package: golang-github-spf13-cobra-dev Description-md5: 16414fad5da572d72074a37d4a0dee3e Description-en: Go library for creating powerful modern Go CLI applications Cobra is a Go library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. . Cobra has an exceptionally clean interface and simple design without needless constructors or initialization methods. . This package contains the Cobra library for Go. Package: golang-golang-x-text-dev Description-md5: 52899223c66b159943bbdd9d3c873da0 Description-en: Supplementary Go text-related libraries golang.org/x/text is a repository of text-related packages, such as character encodings, text transformations, and locale-specific text handling. . - cases: Package cases provides general and language-specific case mappers. - cldr: Package cldr provides a parser for LDML and related XML formats. - collate: Package collate contains types for comparing and sorting Unicode strings according to a given collation order. - display: Package display provides display names for languages, scripts and regions in a requested language. - encoding: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. - encoding/charmap: Package charmap provides simple character encodings such as IBM Code Page 437 and Windows 1252. - encoding/japanese: Package japanese provides Japanese encodings such as EUC-JP and Shift JIS. - encoding/korean: Package korean provides Korean encodings such as EUC-KR. - encoding/simplifiedchinese: Package simplifiedchinese provides Simplified Chinese encodings such as GBK. - encoding/traditionalchinese: Package traditionalchinese provides Traditional Chinese encodings such as Big5. - encoding/unicode: Package unicode provides Unicode encodings such as UTF-16. - internal/colltab: Package colltab contains functionality related to collation tables. - internal/gen: Package gen contains common code for the various code generation tools in the text repository. - internal/testtext: Package testtext contains test data that is of common use to the text repository. - internal/triegen: Package triegen implements a code generator for a trie for associating unsigned integer values with UTF-8 encoded runes. - internal/ucd: Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/. - language: Package language implements BCP 47 language tags and related functionality. - runes: Package runes provide transforms for UTF-8 encoded text. - search: Package search provides language-specific search and string matching. - transform: Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. - unicode/norm: Package norm contains types and functions for normalizing Unicode strings. - unicode/rangetable: Package rangetable creates new unicode.RangeTables. - width: Package width provides functionality for handling different widths in text. . This repository was previously available at https://code.google.com/p/go.text/ Package: golang-x-text-dev Description-md5: b5329026b7ea6fb8504d8bc7bee08454 Description-en: Transitional package for golang-golang-x-text-dev This is a transitional package to ease upgrades to the golang-golang-x-text-dev package. It can safely be removed. Package: google-compute-engine-oslogin Description-md5: 8ef2174f2e88cc973684fcd465db1eb7 Description-en: Google Compute Engine OS Login Contains libraries, applications and configurations for using OS Login on Google Compute Engine Virtual Machine Instances. Package: google-guest-agent Description-md5: 631281603d95decc0c24b058cbfb142f Description-en: Google Compute Engine Guest Agent Contains the guest agent and metadata script runner binaries. Package: google-osconfig-agent Description-md5: d340d4bbff21c26cce4994d051e1eed4 Description-en: Google OS Config Agent The OS Config agent currently supports the following main features: * OS inventory management * OS patch management * OS configuration management Package: gpac Description-md5: 8d8951e01429e4e13fbb3580cb366a68 Description-en: GPAC Project on Advanced Content - utilities GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains the following utilities: - MP4Client (content packaging) - MP4Box Package: gpac-modules-base Description-md5: feaa7e89022a9c12da696d9dc0eef201 Description-en: GPAC Project on Advanced Content - modules GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains the GPAC modules. Package: gpgv-static Description-md5: 842ffff693d698ec180bc5b9b7ce7ffa Description-en: minimal signature verification tool (static build) GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC 4880. . This is GnuPG's signature verification tool, gpgv, built statically so that it can be directly used on any platform that is running on the Linux kernel. Android and ChromeOS are two well known examples, but there are many other platforms that this will work for, like embedded Linux OSes. This gpgv in combination with debootstrap and the Debian archive keyring allows the secure creation of chroot installs on these platforms by using the full Debian signature verification that is present in all official Debian mirrors. Package: gpgv-win32 Description-md5: 3f8767984a5f4b323de309446d07435d Description-en: GNU privacy guard - signature verification tool (win32 build) GnuPG is GNU's tool for secure communication and data storage. . gpgv is a stripped-down version of gnupg which is only able to check signatures. It is smaller than the full-blown gnupg and uses a different (and simpler) way to check that the public keys used to make the signature are trustworthy. . This is a win32 version of gpgv. It's meant to be used by the win32-loader component of Debian-Installer. Package: gpgv2 Description-md5: e6cd72adf0d5f886dd5a174557278b63 Description-en: GNU privacy guard - signature verification tool (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. gpgv is a stripped-down version of gpg which is only able to check signatures. . This is a dummy transitional package that provides symlinks from gpgv2 to gpgv. Package: gradle Description-md5: dc7c348ba78fae9c679e7d8a527a89ff Description-en: Powerful build system for the JVM Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Package: gradle-apt-plugin Description-md5: d14b610a4a1f33784fe062b68aa09bd7 Description-en: Gradle plugin to use Java annotation processors This plugin does a few things to make it easier/safer to use Java annotation processors in a Gradle build: . * it ensures the presence of configurations for your compile-time only dependencies (annotations, generally) and annotation processors, consistently across all supported Gradle versions; * automatically configures the corresponding JavaCompile and GroovyCompile tasks to make use of these configurations, when the java or groovy plugin is applied; * automatically configures IntelliJ IDEA and/or Eclipse when the net.ltgt.apt-idea or net.ltgt.apt-eclipse plugins are applied. Package: gradle-completion Description-md5: 65849255dfb98cfc79f743c371beef22 Description-en: Bash and Zsh completion support for Gradle Bash and Zsh completion support for Gradle. This provides _fast_ tab completion for: . * Gradle tasks for the current project and sub-projects * Gradle CLI switches (e.g. `--parallel`) * Common Gradle properties (e.g. `-Dorg.gradle.debug`) . It also handles custom default build files, so `rootProject.buildFileName = 'build.gradle.kts'` is supported. Package: gradle-debian-helper Description-md5: ecdc14ab6558e348c752209d5b6475e2 Description-en: Helper tools for building Debian packages with Gradle gradle-debian-helper contains helper tools to ease the packaging of Gradle based projects in Debian. It consists in: . * a Gradle plugin resolving the dependencies against the system Maven repository (/usr/share/maven-repo). The resolver uses the same Maven rule files that maven-debian-helper and maven-repo-helper employ (debian/maven.rules, debian/maven.ignoreRules). * a debhelper class detecting Gradle build files, initializing the plugin and running Gradle in offline mode. Package: gradle-doc Description-md5: 04f26ebf5272e7198f7e00b417ed2738 Description-en: Powerful build system for the JVM - Documentations Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains Gradle API Javadoc. Package: graphicsmagick Description-md5: 49dce754c724afc2a734936e7250be4b Description-en: collection of image processing tools GraphicsMagick provides a set of command-line applications to manipulate image files. It is a fork of the ImageMagick project and therefore offers a similar set of features, but puts a larger emphasis on stability. . The tools support a large variety of image formats from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. They can convert between formats, concatenate several images into one, annotate and distort them, create thumbnails or manipulate the colormap. While all features are available from the command-line, the package also includes an image viewer that allows interactive manipulation. . Note that unlike ImageMagick, the GraphicsMagick tools are accessed through a single executable called 'gm'. Therefore, GraphicsMagick and ImageMagick can be used in parallel. Install package graphicsmagick-imagemagick-compat to obtain a set of several executables that is compatible to ImageMagick's interface. Package: graphicsmagick-dbg Description-md5: fcc436d75960b67f4f57213c969230ff Description-en: format-independent image processing - debugging symbols GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. . This package contains debugging symbols for the gm executable as well as the C, C++, and Perl bindings. Tools like gdb and ltrace make use of these symbols. Package: graphicsmagick-imagemagick-compat Description-md5: 06e8ce60c8b196d658a1e3bb6c1eebec Description-en: image processing tools providing ImageMagick interface GraphicsMagick provides a set of command-line applications to manipulate image files. It is a fork of the ImageMagick project and therefore offers a similar set of features, but puts a larger emphasis on stability. . With this package installed, the GraphicsMagick command line tools can be executed like their ImageMagick counterparts. It allows one to migrate scripts from ImageMagick to GraphicsMagick without any code changes. Package: graphicsmagick-libmagick-dev-compat Description-md5: 9f57ab3d18417d8eacccdce6026304cc Description-en: image processing libraries providing ImageMagick interface GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick libraries are a fork of ImageMagick and therefore offer programming interfaces that are mostly compatible. While there might be small differences, experience tells that many programs only use a compatible subset and build fine with either GraphicsMagick or ImageMagick. . While GraphicsMagick uses different names for libraries, classes, and helper applications in order to coexist with ImageMagick, this package intends to minimise porting efforts by exporting the GraphicsMagick interface with the usual ImageMagick names. Note that this package only tries to provide build-time compatibility. Run-time libraries of ImageMagick and GraphicsMagick are incompatible and cannot be interchanged. . This package includes compatibility wrappers for the C, C++, and Perl libraries. Package: groovy Description-md5: 722015325f3e393c005ff78ae5b6eed4 Description-en: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. Package: groovy-doc Description-md5: 711cfc7b2963e0fd15f0a229342ad565 Description-en: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. . This package includes the Groovy API javadocs, and examples. Package: grub-coreboot Description-md5: e3a74b03a25816ffb7b75c5773005346 Description-en: GRand Unified Bootloader, version 2 (Coreboot version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with platforms running the Coreboot firmware. Package: grub-coreboot-bin Description-md5: 27630a86a2bd55396b12089deb2cf0f5 Description-en: GRand Unified Bootloader, version 2 (Coreboot binaries) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains a version of GRUB that has been built for use with platforms running the Coreboot firmware. It will not automatically install GRUB as the active boot loader, nor will it automatically update grub.cfg on upgrade, so most people should install grub-coreboot instead. Package: grub-coreboot-dbg Description-md5: ee3f45ba8ef408dea3b4e172ff46a041 Description-en: GRand Unified Bootloader, version 2 (Coreboot debug files) This package contains debugging files for grub-coreboot-bin. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-emu Description-md5: eaa24f3f146f8d2e05f7109f088cfa8b Description-en: GRand Unified Bootloader, version 2 (emulated version) This package contains grub-emu, an emulated version of GRUB. It is only provided for debugging purposes. Package: grub-emu-dbg Description-md5: 4066695808b06e6425e6d4c1f6d4205e Description-en: GRand Unified Bootloader, version 2 (emulated debug files) This package contains debugging files for grub-emu. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-firmware-qemu Description-md5: cc3754b92a7e1d8e16c04265627088b6 Description-en: GRUB firmware image for QEMU This package contains a binary of GRUB that has been built for use as firmware for QEMU. It can be used as a replacement for other PC BIOS images provided by seabios, bochsbios, and so on. . In order to make QEMU use this firmware, simply add `-bios grub.bin' when invoking it. . This package behaves in the same way as GRUB for coreboot, but doesn't contain any code from coreboot itself, and is only suitable for QEMU. If you want to install GRUB as firmware on real hardware, you need to use the grub-coreboot package, and manually combine that with coreboot. Package: grub-linuxbios Description-md5: 8d63829707a75c424f8ce33f10391cc0 Description-en: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package that depends on grub-coreboot. Package: grub-rescue-pc Description-md5: 5e771fe83a2112f4f90cabc9f93cbd47 Description-en: GRUB bootable rescue images, version 2 (PC/BIOS version) This package contains three GRUB rescue images that have been built for use with the traditional PC/BIOS architecture: . - grub-rescue-floppy.img: floppy image. - grub-rescue-cdrom.iso: El Torito CDROM image. - grub-rescue-usb.img: USB image. Package: grub-theme-starfield Description-md5: 52232de4094a1dafa8ade1df40ec6451 Description-en: GRand Unified Bootloader, version 2 (starfield theme) This is the default theme for GRUB's graphical menu. Package: grub-xen-host Description-md5: fd8c60ce62b7d58e25af7b045851f73b Description-en: GRand Unified Bootloader, version 2 (Xen host version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package arranges for GRUB binary images which can be used to boot a Xen guest (i.e. PV-GRUB) to be present in the control domain filesystem. Package: grub2 Description-md5: bbb470013d1f2450dba730f10fbd09b4 Description-en: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package to handle GRUB 2 upgrades. It can be safely removed. Package: grunt Description-md5: d210f6aa660cd8879638edf283f54759 Description-en: JavaScript task runner/build system/maintainer tool GRUNT automates several tasks related to maintaining a JavaScript library or framework. It can be used for JS code minification, unit testing, code checking, and several other tasks. Package: gstreamer1.0-plugins-good-dbg Description-md5: 23ae3e3874bef9755952358103d2a3d3 Description-en: GStreamer plugins from the "good" set GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains unstripped shared libraries. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. The libraries are installed in /usr/lib/debug and are automatically used by gdb. Package: gstreamer1.0-qt5 Description-md5: 6fd76fa62a56dd4ac66dadd0e99cbe61 Description-en: GStreamer plugin for Qt5 GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plug-ins. . This package contains the GStreamer plugin for Qt5. Package: gzip-win32 Description-md5: e5550f175fbb84d1bdaa6ee641bd5f8d Description-en: GNU compression utility (win32 build) This is a win32 version of gzip, meant to be used by the win32-loader component of Debian-Installer. Package: haproxy-doc Description-md5: f72de64c8c07f125957ba405924efb5e Description-en: fast and reliable load balancing reverse proxy (HTML documentation) HAProxy is a TCP/HTTP reverse proxy which is particularly suited for high availability environments. It features connection persistence through HTTP cookies, load balancing, header addition, modification, deletion both ways. It has request blocking capabilities and provides interface to display server status. . This package contains the HTML documentation for haproxy. Package: havp Description-md5: 9a86c1dfa5f633dbbde0d75c2edbb28a Description-en: HTTP Anti Virus Proxy HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. Package: heimdal-clients Description-md5: f60ede2793e741fd3d7f011dec220928 Description-en: Heimdal Kerberos - clients Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos utilities like kadmin, kinit, kpasswd and klist. Package: heimdal-kcm Description-md5: 86f9cce037e4e689b26fa360d8bf0702 Description-en: Heimdal Kerberos - KCM daemon Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KCM daemon which can hold the credentials for all users in the system. Access control is done with Unix-like permissions. The daemon checks the access on all operations based on the UID and GID of the user. The tickets are renewed as long as is permitted by the KDC's policy. Package: heimdal-kdc Description-md5: 341da9732edd5d975ab7c6361f80ddfe Description-en: Heimdal Kerberos - key distribution center (KDC) Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KDC (key distribution center) server, which is designed to run on a secure computer and keeps track of users' passwords. This is done using the Kerberos protocol in such a way that the server computers do not need to know the passwords. Package: heimdal-servers Description-md5: 9208757d7183097184487952fa5b222d Description-en: Heimdal Kerberos - server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the kfd server, for receiving forwarded tickets. Package: hesiod Description-md5: a961e1508b081366d98b77b58c16e59d Description-en: Project Athena's DNS-based directory service - utilities Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley Internet Name Daemon, and leverages the existing DNS infrastructure of a network. It is used on a number of university networks, including MIT and Iowa State University. . This package is only useful on networks that already use Hesiod. Package: hostapd Description-md5: ccde30443fe7e1cdca9a1a088bb04b0e Description-en: IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator Originally, hostapd was an optional user space component for Host AP driver. It adds more features to the basic IEEE 802.11 management included in the kernel driver: using external RADIUS authentication server for MAC address based access control, IEEE 802.1X Authenticator and dynamic WEP keying, RADIUS accounting, WPA/WPA2 (IEEE 802.11i/RSN) Authenticator and dynamic TKIP/CCMP keying. . The current version includes support for other drivers, an integrated EAP authenticator (i.e., allow full authentication without requiring an external RADIUS authentication server), and RADIUS authentication server for EAP authentication. . hostapd works with the following drivers: . * mac80211 based drivers with support for master mode [linux] * Host AP driver for Prism2/2.5/3 [linux] * Driver interface for FreeBSD net80211 layer [kfreebsd] * Any wired Ethernet driver for wired IEEE 802.1X authentication. Package: hprof-conv Description-md5: c3a05970679ce80e38ac5278792f80a6 Description-en: HPROF Converter The hprof-conv tool converts the HPROF file that is generated by the Android SDK tools to a standard format so you can view the file in a profiling tool of your choice. Package: hsqldb-utils Description-md5: 8790ad9c9ca663dc4dc2734d16431d2f Description-en: Java SQL database engine (utilities) HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:2.29 and SQL:2.23 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . This package contains some scripts to invoke the Utilities of HSQLDB (org.hsqldb.util.*): - hsqldb-databasemanager: DatabaseManager - hsqldb-databasemanagerswing: DatabaseManagerSwing - hsqldb-transfer: Transfer - hsqldb-sqltool: SqlTool Package: htmldoc Description-md5: 7eac64051be488714b6fe5cba14de685 Description-en: HTML processor that generates indexed HTML, PS, and PDF HTMLDOC is a program for writing documentation in HTML and producing indexed HTML, PostScript, or PDF output (with tables of contents). It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF, JPEG, and PNG images. Package: htmldoc-common Description-md5: 901a9dca8c859918d977a5cca8bdc4a0 Description-en: Common arch-independent files for htmldoc HTMLDOC is a program for writing documentation in HTML and producing indexed HTML, PostScript, or PDF output (with tables of contents). It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF, JPEG, and PNG images. . This package contains the htmldoc files common to all architectures. Package: hylafax-client Description-md5: 39c86a73a8f4a79750b1313eb4030112 Description-en: Flexible client/server fax software - client utilities The HylaFAX client software communicates with a HylaFAX server via TCP/IP. . HylaFAX support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. Package: hylafax-client-dbg Description-md5: b9a4b801b7dab4378b6895e8eed9dad4 Description-en: Flexible client/server fax software - client utilities The HylaFAX client software communicates with a HylaFAX server via TCP/IP. . HylaFAX support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. . This package only contains debugging symbols. Package: hylafax-server Description-md5: f6d21a82d4c9a54d7b8f613296b12eae Description-en: Flexible client/server fax software - server daemons This package support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. . The host running the server must have either a Class 1, Class 2, or a Class 2.0 fax modem attached to one of its serial ports. End-user applications to manage the transmission of documents via facsimile are provided separately by the hylafax-client package. Package: hylafax-server-dbg Description-md5: 655d688f764091d85072ae8d25e3c7ad Description-en: Debug symbols for the hylafax server This package support the sending and receiving of facsimiles, the polled retrieval of facsimiles and the send of alphanumeric pages. . The host running the server must have either a Class 1, Class 2, or a Class 2.0 fax modem attached to one of its serial ports. End-user applications to manage the transmission of documents via facsimile are provided separately by the hylafax-client package. . This package only contains debugging symbols. Package: ibus-wayland Description-md5: 1e9348a71fcaa851b58b1ec63c4c08bc Description-en: Intelligent Input Bus - Wayland support IBus is an Intelligent Input Bus. It is a new input framework for the Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. . This package contains the Wayland IM module. Package: icecast2 Description-md5: c8a4d364d7555ed5faa920c33bd9771f Description-en: streaming media server Icecast is a versatile multimedia streaming server which can create (for instance) a private jukebox or "Internet radio station". It supports Ogg streaming using the Vorbis and Theora codecs, as well as other formats such as MP3, AAC, or NSV, and is compatible with most media players. Package: icedtea-8-plugin Description-md5: 6abcab38e873e0a6d46ff12d15dfcb45 Description-en: web browser plugin based on OpenJDK and IcedTea to execute Java applets IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. . WARNING: This is an empty package; the NPAPI support was removed in recent firefox and chromium browsers. Package: icedtea-netx Description-md5: 052037f44a864c63fefe21804d48141f Description-en: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . IcedTea's NetX currently supports verification of signed jars, trusted certificate storing, system certificate store checking, and provides the services specified by the jnlp API. Package: icedtea-netx-common Description-md5: a009ac48d464ba0a7c2574ce7c43084a Description-en: NetX - implementation of the Java Network Launching Protocol (JNLP) NetX provides a drop-in replacement for javaws (Java Web Start). Since upstream NetX is dormant, IcedTea is hosting and modifying the sources in the IcedTea-Web directory. . This package is a dependency package introduced for the 18.04 LTS backport. Package: icedtea-plugin Description-md5: ffc4d681db069d914e64d5cea4ffe03f Description-en: web browser plugin to execute Java applets (dependency package) IcedTeaPlugin is a web browser plugin to execute Java applets, supporting LiveConnect/JavaScript. It is targeted for xulrunner-1.9 and compatible browsers that support the NPAPI. . This is a dependency package, it can be safely removed after upgrade. . WARNING: This is an empty package; the NPAPI support was removed in recent firefox and chromium browsers. Package: idle-python2.7 Description-md5: 1fd93a936611995336444949b73d0b8a Description-en: IDE for Python (v2.7) using Tkinter IDLE is an Integrated Development Environment for Python (v2.7). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.6 Description-md5: 7108c3959b5bccbfeb92bd5af604c9d3 Description-en: IDE for Python (v3.6) using Tkinter IDLE is an Integrated Development Environment for Python (v3.6). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.7 Description-md5: d251ef701c022d4d3f4a8efc25c22cd5 Description-en: IDE for Python (v3.7) using Tkinter IDLE is an Integrated Development Environment for Python (v3.7). IDLE is written using Tkinter and therefore quite platform-independent. Package: idle-python3.8 Description-md5: 58009ba2bb385e2cf47cec312a6405fb Description-en: IDE for Python (v3.8) using Tkinter IDLE is an Integrated Development Environment for Python (v3.8). IDLE is written using Tkinter and therefore quite platform-independent. Package: idn2 Description-md5: 2e8d88bb53c68f06d46ec1acfecc8143 Description-en: Internationalized domain names (IDNA2008/TR46) command line tool Libidn2 implements the revised algorithm for internationalized domain names called IDNA2008/TR46. . This package contains the idn2 command-line tool. Package: imagemagick-6-doc Description-md5: f514d30b27cec105434014153f1921ca Description-en: document files of ImageMagick This package contains the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. . Documentations includes html manuals, examples files, and doxygen generated API documentation. Package: imagemagick-6.q16hdri Description-md5: 8d88f8552aaa3c563492e595f774c7e5 Description-en: image manipulation programs -- quantum depth Q16HDRI ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats, you need to install the libmagickcore-6.q16hdri-3-extra package. . This version of imagemagick is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: imagemagick-common Description-md5: 4c746bf1d9d18dd7bd6d5f798754abc0 Description-en: image manipulation programs -- infrastructure dummy package imagemagick-common contained the filesystem infrastructure required for further installation of imagemagick in any configuration. . This is a transitional package to help migrate systems to the new imagemagick-6-common package. . This is a dummy package. You can safely purge or remove it. Package: imagemagick-doc Description-md5: b0721b7d624a0d684407c0c9ca6fc3de Description-en: document files of ImageMagick -- dummy package This package contained the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. . This is a transitional package to help migrate systems to the new imagemagick-6-doc package. . This is a dummy package. You can safely purge or remove it. Package: img2simg Description-md5: 098b53cb5345c79e9d43a7c3970e37d5 Description-en: Transitional package This is a transitional package. It can safely be removed. Package: inetutils-ftp Description-md5: 73d2fe548303a3bcc7b121f6b8c9426a Description-en: File Transfer Protocol client The ftp command is used to transfer files between hosts using the FTP protocol. Package: inetutils-ftpd Description-md5: ab797b9be2c2043f3a1cccfcbbd951f0 Description-en: File Transfer Protocol server Ftpd is the server that allows another host to connect with the ftp command to transfer files using the FTP protocol. Package: inetutils-inetd Description-md5: 4d6f447fb5156051840d637383dc72ad Description-en: internet super server Inetd is the daemon that listens on various TCP and UDP ports and spawns programs that can't or won't do it for themselves. . This is the portable GNU implementation of inetd. The package supports IPv6, tcpmux services and unlimited server arguments. Package: inetutils-ping Description-md5: 6200ee972698b85f830ed80937e3d9da Description-en: ICMP echo tool Ping uses ICMP to send out echo requests, and uses the reply packets to calculate latency between the sending and the destination hosts. . This is the portable GNU implementation of ping. Package: inetutils-syslogd Description-md5: 2114d87f02896f73b904f74e7b55d1af Description-en: system logging daemon The syslog daemon is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts. Package: inetutils-talk Description-md5: cde471b5a5efdf23f3a11e79f5aa22fe Description-en: talk to another user Talk is a visual communication program which copies lines from your terminal to that of another user. Package: inetutils-talkd Description-md5: 37f99045d03bb12798fa38fc19e717cb Description-en: remote user communication server Talkd is the server that notifies a user that someone else wants to initiate a conversation. It acts a repository of invitations, responding to requests by clients wishing to rendezvous to hold a conversation. Package: inetutils-telnet Description-md5: e8f16d39a9ea57d2216c233cbe9d1901 Description-en: telnet client The telnet command is used for interactive communication with another host using the TELNET protocol. Package: inetutils-telnetd Description-md5: 307eb7852949929b7d82313556f3dc78 Description-en: telnet server The in.telnetd program is a server which supports the DARPA telnet interactive communication protocol. Package: inetutils-tools Description-md5: 20eb5c48f2a63877e97a3c9a5a4ff7ca Description-en: base networking utilities (experimental package) Base utilities for network administration (ifconfig, etc). . WARNING: The current ifconfig implementation provided is not fully compatible with the net-tool's ifconfig version. Package: inetutils-traceroute Description-md5: 4a32545f5c244d2cb70b9da16bbc2212 Description-en: trace the IPv4 route to another host The traceroute utility displays the route taken by IP packets on their way to another host or another network. . Install this package if you need a tool to examine network connectivity or to diagnose network problems. Package: influxdb Description-md5: d2c23046924ed5fc4da44930df902688 Description-en: Scalable datastore for metrics, events, and real-time analytics InfluxDB is a time series, metrics, and analytics database. It’s written in Go and has no external dependencies. That means once you install it there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra, HBase, or anything else). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. Package: influxdb-client Description-md5: 6a069ec63536b234ccfd6c6cb9c622be Description-en: command line interface for InfluxDB InfluxDB is a time series, metrics, and analytics database. It’s written in Go and has no external dependencies. That means once you install it there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra, HBase, or anything else). InfluxDB is targeted at use cases for DevOps, metrics, sensor data, and real-time analytics. . This package contains the command line interface. Package: influxdb-dev Description-md5: aacab723a3b68878099dda85cc693914 Description-en: Transitional package for golang-github-influxdb-influxdb-dev This is a transitional package to ease upgrades to the golang-github-influxdb-influxdb-dev package. It can safely be removed. Package: ipmitool Description-md5: 25a9e9b297f6cb408542afe642c815cb Description-en: utility for IPMI control with kernel driver or LAN interface (daemon) A utility for managing and configuring devices that support the Intelligent Platform Management Interface. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Management Controller, BMC) is the brain behind platform management and its primary purpose is to handle the autonomous sensor monitoring and event logging features. . The ipmitool program provides a simple command-line interface to this BMC. It features the ability to read the sensor data repository (SDR) and print sensor values, display the contents of the System Event Log (SEL), print Field Replaceable Unit (FRU) inventory information, read and set LAN configuration parameters, and perform remote chassis power control. . This package contains the daemon. Package: isag Description-md5: 10d9efc76195047a9a61b2432a52444d Description-en: Interactive System Activity Grapher for sysstat This package provides the command isag, which graphically displays the system activity data stored in the binary logs produced by sar (in the package sysstat). Package: isc-dhcp-client-ddns Description-md5: b50603a1b35d2890c76eeaa6a2333d69 Description-en: Dynamic DNS (DDNS) enabled DHCP client This a Dynamic DNS enabled version of the DHCP client. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. If your machine depends on DHCP (especially likely if it's a workstation on a large network, or a laptop, or attached to a cable modem), keep this or another DHCP client installed. . Extra documentation can be found in the package isc-dhcp-common. Package: isc-dhcp-relay Description-md5: 8caafb99fc6d2e4f67d3a9eda47b9265 Description-en: ISC DHCP relay daemon This is the Internet Software Consortium's DHCP relay. . Installing this package will make the machine a DHCP relay, which requires a reachable DHCP or BOOTP server in order to function. . Extra documentation can be found in the package isc-dhcp-common. Package: isc-dhcp-server-ldap Description-md5: 5128e40dee2335c1d24210a6ce42aae2 Description-en: DHCP server that uses LDAP as its backend This is the server from the Internet Software Consortium's implementation of DHCP. . Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP (actually dhcpd includes much of the functionality of bootpd). It gives client machines "leases" for IP addresses and can automatically set their network configuration. . This is the DHCP server with LDAP patches applied to it. Package: italc-client Description-md5: 12604f9a7323c4340328f6f95db9a0a2 Description-en: intelligent Teaching And Learning with Computers - client iTALC makes it possible to access and guide the activities of students from the computer of the teacher. For example, with the help of iTALC a teacher can view the contents of students' screens and see if any of them need help. If so, the teacher can access the student's desktop and provide support; the student can watch the teacher's actions and learn from them. Alternatively the teacher can switch into "demo-mode", where all the students' screens show the contents of the teacher's screen. Furthermore, actions like locking students' screens, killing games, powering clients on or off, and much more can all be performed via iTALC. . This package contains the client software for iTALC, which can be controlled using italc-master. Package: italc-management-console Description-md5: 07adf502f5c8f540ee1630d175e49988 Description-en: intelligent Teaching And Learning with Computers - management console iTALC makes it possible to access and guide the activities of students from the computer of the teacher. For example, with the help of iTALC a teacher can view the contents of students' screens and see if any of them need help. If so, the teacher can access the student's desktop and provide support; the student can watch the teacher's actions and learn from them. Alternatively the teacher can switch into "demo-mode", where all the students' screens show the contents of the teacher's screen. Furthermore, actions like locking students' screens, killing games, powering clients on or off, and much more can all be performed via iTALC. . This package contains the management console for iTALC, which helps to configure and manage iTALC installations. Package: italc-master Description-md5: 748e0a8e41a86d25f4aade8453f525ce Description-en: intelligent Teaching And Learning with Computers - master iTALC makes it possible to access and guide the activities of students from the computer of the teacher. For example, with the help of iTALC a teacher can view the contents of students' screens and see if any of them need help. If so, the teacher can access the student's desktop and provide support; the student can watch the teacher's actions and learn from them. Alternatively the teacher can switch into "demo-mode", where all the students' screens show the contents of the teacher's screen. Furthermore, actions like locking students' screens, killing games, powering clients on or off, and much more can all be performed via iTALC. . This package contains the software necessary to observe and control iTALC clients provided by the italc-client package. Package: jabref Description-md5: 46f0e5450733eb86b4991d1ee88e7853 Description-en: graphical frontend to manage BibTeX and BibLaTeX databases JabRef is a graphical Java application for editing BibTeX (.bib) databases. JabRef lets you organize your entries into overlapping logical groups, and with a single click limit your view to a single group or an intersection or union of several groups. You can customize the entry information shown in the main window, and sort by any of the standard BibTeX fields. JabRef can autogenerate BibTeX keys for your entries. JabRef also lets you easily link to PDF or web sources for your reference entries. . JabRef can import from and export to several formats, and you can customize export filters. JabRef can be run as a command line application to convert from any import format to any export format. Package: jarwrapper Description-md5: 3ec7df94fe3bf54bc2eb2bb6ff245986 Description-en: Run executable Java .jar files Jarwrapper sets up binfmt-misc to run executable jar files using the installed java runtime. . It also includes a /usr/share/jarwrapper/java-arch.sh script to convert Debian architecture names into java names to locate libjvm.so Package: java-propose-classpath Description-md5: 309a04a51c19035f07af976a1ca3370d Description-en: Helper script to suggest a classpath for jar files java-propose-classpath analyzes a set of jar files and the installed jars on the system to suggest a correct classpath for use with jh_classpath/jh_manifest . This package should not be in any build-depends since java-propose-classpath cannot be run automatically. Package: javahelper Description-md5: d45b9daf1c52a4839fc72a1c8d80017d Description-en: Helper scripts for packaging Java programs Javahelper contains several scripts which help in packaging Java programs. . jh_depends searches jars to find which packages they depend on, similar to dh_shlibdeps. It will also add depends on jarwrapper for packages with executable jars. . jh_classpath will register the classpath dependencies for each jar so that they can be automatically loaded when that jar is used by other programs. . jh_manifest updates the manifest in jar files according to a provided spec so that the resultant jar files will work with jarwrapper-enabled packages. . jh_exec looks for symlinks to jars which should be executable and makes them executable . jh_build builds java files to jars for you. . jh_installlibs installs library jars into the correct locations . jh_makepkg generates a template for a Debian Java package for you . jh_installeclipse installs features/plugins built by pde-build. . jh_setupenvironment prepares an out of source built for eclipse builds. . jh_generateorbitdir creates and populates an orbit dir for eclipse builds. . jh_compilefeatures compiles eclipse features based on feature ids. . /usr/share/javahelper/java-vars.mk provides a selection of useful variables such as various JVM paths and the JVM name for the architecture . /usr/share/javahelper/java-arch.sh converts Debian architecture names into java names to locate libjvm.so in non-make build systems . javahelper provides CDBS and dh macros so that it can be used with those package build systems. . Note that some of the eclipse helpers depends on packages not pulled by default (like with devscripts). You can find these scripts in Suggests. Package: jaxb Description-md5: 2c7429e13d7be2d82c8254b77f747baf Description-en: JAXB Reference Implementation (Command Line Tools) GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. . This package contains the xjc and schemagen command line tools. Package: jaxe Description-md5: 0057381fc7ed766937803877ac69326b Description-en: JAva Xml Editor Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. Package: jaxws Description-md5: e0a17fd403cc956991e83603e1f9d8e6 Description-en: JAX-WS Reference Implementation (Command Line Tools) The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services. . The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. . This package contains the wsgen and wsimport command line tools. Package: jbigkit-bin Description-md5: c24110cd197abef8c60744cecc6c49ed Description-en: JBIGkit binaries JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software. . This package contains the binaries from JBIG-KIT. Package: jetty9 Description-md5: 6145995b8766cbb4600d50bf0658018e Description-en: Java servlet engine and webserver Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. Package: jftp Description-md5: 3046c53d919f2fee80a417b9f41234f9 Description-en: Java GUI client for FTP, SMB, SFTP and NFS JFtp is a graphical Java network and file transfer client. It supports FTP using its own FTP API and various other protocols like SMB, SFTP, NFS, HTTP, and file I/O using third party APIs. It includes many advanced features such as recursive directory up/download, browsing FTP servers while transferring files, FTP resuming and queueing, browsing the LAN for Windows shares, and more. Multiple connections can open at a time in a Mozilla-style tabbed browsing environment. Package: jhead Description-md5: a9af64e20d34dfdad7586faac789117a Description-en: manipulate the non-image part of Exif compliant JPEG files jhead is a command line driven utility for extracting digital camera settings from the Exif format files used by many digital cameras. It handles the various confusing ways these can be expressed, and displays them as F-stop, shutter speed, etc. It is also able to reduce the size of digital camera JPEGs without loss of information, by deleting integral thumbnails that digital cameras put into the Exif header. Package: jruby Description-md5: b966216a2f0f9bd9e3cd74e7c9fe80af Description-en: 100% pure-Java implementation of Ruby JRuby is an implementation of the ruby language using the JVM. . It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features such as concurrency without a global interpreter lock, true parallelism and tight integration to the Java language to allow one to use Java classes in Ruby programs and to allow JRuby to be embedded into a Java application. . JRuby can be used as a faster version of Ruby, it can be used to run Ruby on the JVM and access powerful JVM libraries such as highly tuned concurrency primitives, it can also be used to embed Ruby as a scripting language in your Java program, or many other possibilities. Package: jruby-openssl Description-md5: 589d099505eeb05481d0f26ae429f704 Description-en: Ruby library that emulates the OpenSSL native library for JRuby OpenSSL ruby native library provides SSL, TLS and general purpose cryptography by wrapping the OpenSSL library. . JRuby-OpenSSL does the same for JRuby under Java platform. Under the hood is implemented with the Bouncy Castle Crypto APIs. Package: jsunit Description-md5: 4bc635e05c4e623778cde0cf70c446e4 Description-en: empty package The JSUnit package has been removed from Ubuntu because it has not been ported to thunderdird series 78 (https://www.mail-archive.com/enigmail-users@enigmail.net/msg05251.html). Package: jtreg Description-md5: 611519f9a173fc2ad95de16a2d1a0c04 Description-en: Regression Test Harness for the OpenJDK platform jtreg is the test harness used by the OpenJDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests -- in other words, just about any type of test except a conformance test, which belong in a TCK. Package: jtreg6 Description-md5: 611519f9a173fc2ad95de16a2d1a0c04 Description-en: Regression Test Harness for the OpenJDK platform jtreg is the test harness used by the OpenJDK test framework. This framework is intended primarily for regression tests. It can also be used for unit tests, functional tests, and even simple product tests -- in other words, just about any type of test except a conformance test, which belong in a TCK. Package: junit4 Description-md5: 6e472ef1eb53b7098f32665495dd5b52 Description-en: JUnit regression test framework for Java JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. Package: junit4-doc Description-md5: 76c2a881e3392afd1eddd749d9d0edd7 Description-en: JUnit regression test framework for Java - documentation JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. . JUnit 4 uses Java 5 features such as generics and annotations. If you need compatibility with previous Java versions, you should use the junit package (version 3) instead. . This package contains Javadoc API documentation of JUnit 4. Package: jupyter-notebook Description-md5: a1f300590a1412cd831ab1ad0a2faf40 Description-en: Jupyter interactive notebook The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package provides the jupyter subcommands "notebook", "nbextension", "serverextension" and "bundlerextension". Package: jython Description-md5: c09f9033a073d1f7301992f5f47163eb Description-en: Python seamlessly integrated with Java Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. . Jython is complementary to Java and allows the two languages to be freely mixed. It is especially suited for embedded scripting, interactive experimentation and rapid application development, and it can interact with Java packages or with running Java applications. Package: jython-doc Description-md5: c962bf50c611a5ef15704e3db84eb289 Description-en: Jython documentation including API docs Official documentation for Jython, an implementation of Python seamlessly integrated with Java. This includes detailed Jython usage information as well as the API documentation for the Jython classes. . This package only contains documentation specific to Jython; for general Python documentation including a Python language reference and tutorial, see Python web site : http://docs.python.org/. Package: kdelibs-bin Description-md5: 8c1a7b51c921c425f6300691dd629da4 Description-en: core executables for KDE Applications This package contains common core executables used by all KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-data Description-md5: 2bd024f64244b4a4f31312afcf299c8d Description-en: core shared data for all KDE Applications This package contains architecture-independent data files needed to run KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dbg Description-md5: 5267f8d9119e5ba93ffb45270c660c6c Description-en: debugging symbols for the KDE Development Platform libraries This package contains debugging files used to investigate problems with binaries included in the KDE Development Platform libraries module. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-dev Description-md5: 4143b0754ef485c998c2c10e78ae60ce Description-en: development files for the KDE Development Platform libraries This package contains development files for building KDE Applications and other software that uses the KDE Development Platform libraries. . This package is part of the KDE Development Platform libraries module. Package: kdelibs5-plugins Description-md5: 47c4a19af28fe26f79c1626027f99953 Description-en: core plugins for KDE Applications This package contains core plugins for KDE Applications used by KDE Applications and KDE Development Platform libraries at runtime. This package is needed to run most KDE Applications. . This package is part of the KDE Development Platform libraries module. Package: kdoctools Description-md5: 238d6e603fc4c3e7e34babe8e5e78683 Description-en: various tools for accessing application documentation This package provides KDE documentation tools (including the "help" KIO slave) for accessing documentation of KDE and GNOME applications. . This package is part of the KDE Development Platform libraries module. Package: krb5-admin-server Description-md5: 768e84fbe9ad60b9ec2130a96ea21ea4 Description-en: MIT Kerberos master server (kadmind) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos master server (kadmind), which handles account creations and deletions, password changes, and other administrative commands via the Kerberos admin protocol. It also contains the command used by the master KDC to propagate its database to slave KDCs. This package is generally only used on the master KDC for a Kerberos realm. Package: krb5-gss-samples Description-md5: 6e4720c194d0de7a31bbd570993cac24 Description-en: MIT Kerberos GSS Sample applications Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains bgss-sample and gss-server, programs used to test GSS-API mechanisms. These programs are most commonly used in testing newly developed GSS-API mechanisms or in testing events between Kerberos or GSS implementations. Package: krb5-k5tls Description-md5: 5699670af87b8b1548415421a790b2b8 Description-en: TLS plugin for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains a plugin for the TLS functionality used by optional functionality in MIT Kerberos. The only current consumer is client support for the MS-KKDCP protocol, which tunnels Kerberos protocol traffic through an HTTPS proxy. Package: krb5-kdc Description-md5: 0a143660c97d96b64a9766db9ef769fb Description-en: MIT Kerberos key server (KDC) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos key server (KDC). The KDC manages all authentication credentials for a Kerberos realm, holds the master keys for the realm, and responds to authentication requests. This package should be installed on both master and slave KDCs. Package: krb5-kdc-ldap Description-md5: cf27e9acb56671eabef7c903664b1b10 Description-en: MIT Kerberos key server (KDC) LDAP plugin Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the LDAP plugin for the Kerberos key server (KDC) and supporting utilities. This plugin allows the KDC data to be stored in an LDAP server rather than the default local database. It should be installed on both master and slave KDCs that use LDAP as a storage backend. Package: krb5-kpropd Description-md5: 2ba7e7dc26d29ffeba6f320923811e2b Description-en: MIT Kerberos key server (Slave KDC Support) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos slave KDC update server (kpropd). The kpropd command runs on the slave KDC server. It listens for update requests made by the kprop program, and periodically requests incremental updates from the master KDC. This package should be installed on slave KDCs. Package: krb5-otp Description-md5: 2f5dd566c16f346d882c733b4d7b1206 Description-en: OTP plugin for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains a plugin for the OTP preauthentication method (RFC 6560), which allows Kerberos tickets to be obtained using One-Time Password authentication. This plugin is for use on the KDC; the client support is built in to libkrb5. Package: krb5-pkinit Description-md5: 5b95da6e663d16f53b0cdeb2712ed0f3 Description-en: PKINIT plugin for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains a plugin for the PKINIT protocol, which allows Kerberos tickets to be obtained using public-key credentials such as X.509 certificates or a smart card. This plugin can be used by the client libraries and the KDC. Package: krb5-user Description-md5: b10599fa748131166d0b1a01617ee6ce Description-en: basic programs to authenticate using MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the basic programs to authenticate to MIT Kerberos, change passwords, and talk to the admin server (to create and delete principals, list principals, etc.). Package: ldb-tools Description-md5: 27e8c15a8859e3368f9f6a0853f05226 Description-en: LDAP-like embedded database - tools ldb is a LDAP-like embedded database built on top of TDB. . What ldb does is provide a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. . This package contains bundled test and utility binaries Package: ldnsutils Description-md5: f9d658a5ff7103e0aaa996f3fc4c800d Description-en: ldns library for DNS programming The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . This package contains various client programs related to DNS that are based on top of libldns library and DRILL tool which is similar to dig. These tools were designed with DNSSEC in mind and are useful for DNS and DNSSEC testing and debugging. Package: lemon Description-md5: 867ddd6dcabf45fb31853e332c544f1f Description-en: LALR(1) Parser Generator for C or C++ Lemon is an LALR(1) parser generator for C or C++. It does the same job as bison and yacc. But lemon is not another bison or yacc clone. It uses a different grammar syntax which is designed to reduce the number of coding errors. Lemon also uses a more sophisticated parsing engine that is faster than yacc and bison and which is both reentrant and thread-safe. Furthermore, Lemon implements features that can be used to eliminate resource leaks, making is suitable for use in long-running programs such as graphical user interfaces or embedded controllers. Package: lib32asan4-amd64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-amd64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-ppc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-s390x-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-sparc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-dbg-x32-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-ppc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-s390x-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-sparc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan4-x32-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-amd64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-amd64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-ppc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-s390x-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-sparc64-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-dbg-x32-cross Description-md5: bde72eaadd150a362fa2a39d6da988d7 Description-en: AddressSanitizer -- a fast memory error detector (32 bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-ppc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-s390x-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-sparc64-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32asan5-x32-cross Description-md5: 21a3c42c398c2fff43ee9449787256e4 Description-en: AddressSanitizer -- a fast memory error detector (32bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib32atomic1-amd64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-amd64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-mips64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-mips64el-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-ppc64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-s390x-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-sparc64-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-dbg-x32-cross Description-md5: 865d3c01985d4c1517371f8f439ecadf Description-en: support library providing __atomic built-in functions (32 bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-mips64el-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-ppc64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-s390x-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-sparc64-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32atomic1-x32-cross Description-md5: 4b9cd7e59833a54167ec848b4c3d9e48 Description-en: support library providing __atomic built-in functions (32bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib32cilkrts5-amd64-cross Description-md5: cfc0a1e0e2c2fe8e45700724c806a987 Description-en: Intel Cilk Plus language extensions (32bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-dbg-amd64-cross Description-md5: 302371f2bf006ba155500edad2c90bb0 Description-en: Intel Cilk Plus language extensions (32 bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-dbg-sparc64-cross Description-md5: 302371f2bf006ba155500edad2c90bb0 Description-en: Intel Cilk Plus language extensions (32 bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-dbg-x32-cross Description-md5: 302371f2bf006ba155500edad2c90bb0 Description-en: Intel Cilk Plus language extensions (32 bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-sparc64-cross Description-md5: cfc0a1e0e2c2fe8e45700724c806a987 Description-en: Intel Cilk Plus language extensions (32bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32cilkrts5-x32-cross Description-md5: cfc0a1e0e2c2fe8e45700724c806a987 Description-en: Intel Cilk Plus language extensions (32bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib32gcc-7-dev-amd64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-mips64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-mips64el-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-ppc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-s390x-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-sparc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-7-dev-x32-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-amd64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-mips64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-mips64el-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-ppc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-s390x-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-sparc64-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc-8-dev-x32-cross Description-md5: 50201ee0230693f6a9313820d5854393 Description-en: GCC support library (32 bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib32gcc1-amd64-cross Description-md5: 50751a27453868e86cc1bc2f78b18a32 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-amd64-cross Description-md5: cdbc0da901e5b46128cb5ba05d82a4e4 Description-en: GCC support library (debug symbols) (amd64) Debug symbols for the GCC support library. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-mips64-cross Description-md5: 00edfc3961ee4d229c01f5a8957e647c Description-en: GCC support library (debug symbols) (mips64) Debug symbols for the GCC support library. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-mips64el-cross Description-md5: 8528b9b598a0022db536a9e490b4ce3d Description-en: GCC support library (debug symbols) (mips64el) Debug symbols for the GCC support library. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-ppc64-cross Description-md5: c5268934c839c22c4bf810edbcd02025 Description-en: GCC support library (debug symbols) (ppc64) Debug symbols for the GCC support library. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-s390x-cross Description-md5: b4efaef8d520c8fbce8d390b18949989 Description-en: GCC support library (debug symbols) (s390x) Debug symbols for the GCC support library. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-sparc64-cross Description-md5: f6a6d8b94854b8565f0d0fa95e539ebc Description-en: GCC support library (debug symbols) (sparc64) Debug symbols for the GCC support library. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32gcc1-dbg-x32-cross Description-md5: 34bebb6e67e07863d7023fc847a75c4e Description-en: GCC support library (debug symbols) (x32) Debug symbols for the GCC support library. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32gcc1-mips64-cross Description-md5: cf7aaf31ac71c379479e081b335e1101 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32gcc1-mips64el-cross Description-md5: 875509629fe91b75e6cb33162face165 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32gcc1-ppc64-cross Description-md5: 49774a82c6bfe226707be12f9a5282e7 Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32gcc1-s390x-cross Description-md5: 54fde574381973d74b0a5672c1410daf Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32gcc1-sparc64-cross Description-md5: 4d1d4b9242bcfca6baa0e979e5bb3f2e Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32gcc1-x32-cross Description-md5: 530ee1acf7d7dff7c3e5606f748b48ae Description-en: GCC support library (32 bit Version) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32gfortran-7-dev-amd64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-mips64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-mips64el-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-ppc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-s390x-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-sparc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-7-dev-x32-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-amd64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-mips64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-mips64el-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-ppc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-s390x-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-sparc64-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran-8-dev-x32-cross Description-md5: 6b37f3090548ca719a28233db2276849 Description-en: Runtime library for GNU Fortran applications (32bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib32gfortran4-amd64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-amd64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-mips64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-mips64el-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-ppc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-s390x-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-sparc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-dbg-x32-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-mips64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-mips64el-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-ppc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-s390x-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-sparc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran4-x32-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5 Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-amd64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-amd64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-mips64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-mips64el-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-ppc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-s390x-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-sparc64-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-dbg-x32-cross Description-md5: f1c6c70ede14acca0d8908ffcb0e809d Description-en: Runtime library for GNU Fortran applications (32 bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-mips64el-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-ppc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-s390x-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-sparc64-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32gfortran5-x32-cross Description-md5: 6b1141cbf03c78b07b329d00c2e7823f Description-en: Runtime library for GNU Fortran applications (32bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib32go11 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-amd64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-dbg Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-amd64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-mips64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-mips64el-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-ppc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-s390x-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-sparc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-dbg-x32-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go11-mips64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-mips64el-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-ppc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-s390x-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-sparc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go11-x32-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-amd64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-dbg Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-amd64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-mips64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-mips64el-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-ppc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-s390x-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-sparc64-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-dbg-x32-cross Description-md5: c72834060f6b473c88c959fce8644a48 Description-en: Runtime library for GNU Go applications (32 bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib32go13-mips64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-mips64el-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-ppc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-s390x-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-sparc64-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go13-x32-cross Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32gomp1-amd64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-amd64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-mips64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-mips64el-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-ppc64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-s390x-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-sparc64-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-dbg-x32-cross Description-md5: 91ff2112f352a83cd9b7528de9b7a7c4 Description-en: GCC OpenMP (GOMP) support library (32 bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-mips64el-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-ppc64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-s390x-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-sparc64-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gomp1-x32-cross Description-md5: e631a6bc5701a04082ff06d4907faecf Description-en: GCC OpenMP (GOMP) support library (32bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib32gphobos-7-dev-amd64-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-7-dev-x32-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-8-dev-amd64-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos-8-dev-x32-cross Description-md5: b341eedcd8081d86dac015bda85ac8cc Description-en: Phobos D standard library (32bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos71-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32gphobos76-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib32itm1-amd64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-amd64-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-ppc64-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-s390x-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-sparc64-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-dbg-x32-cross Description-md5: 7e27c82a201c45d900c2bb92b43713b5 Description-en: GNU Transactional Memory Library (32 bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-ppc64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-s390x-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-sparc64-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32itm1-x32-cross Description-md5: dab7174f3ba5f3317b7d12b57522f05a Description-en: GNU Transactional Memory Library (32bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib32lsan0-amd64-cross Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-dbg-amd64-cross Description-md5: 3324d53f5a8070bc617f2c2b066d6f74 Description-en: LeakSanitizer -- a memory leak detector (32 bit debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-dbg-ppc64-cross Description-md5: 3324d53f5a8070bc617f2c2b066d6f74 Description-en: LeakSanitizer -- a memory leak detector (32 bit debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32lsan0-ppc64-cross Description-md5: e9b900fdd2d820580fa5248285865c55 Description-en: LeakSanitizer -- a memory leak detector (32bit) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: lib32mpx2-amd64-cross Description-md5: 5afc922c54fcccb02d0244c2257bc6c3 Description-en: Intel memory protection extensions (32bit) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib32mpx2-dbg-amd64-cross Description-md5: 6ba9160e11fb55e508faaa74118c8d01 Description-en: Intel memory protection extensions (32 bit debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib32objc-7-dev-amd64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-mips64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-mips64el-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-ppc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-s390x-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-sparc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-7-dev-x32-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-amd64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-mips64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-mips64el-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-ppc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-s390x-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-sparc64-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc-8-dev-x32-cross Description-md5: 4563909f76273e1eff5ff297d7d93981 Description-en: Runtime library for GNU Objective-C applications (32bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib32objc4-amd64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-amd64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-mips64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-mips64el-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-ppc64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-s390x-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-sparc64-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-dbg-x32-cross Description-md5: 06d620c114d0d3329b9b2be2112a0894 Description-en: Runtime library for GNU Objective-C applications (32 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-mips64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-mips64el-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-ppc64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-s390x-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-sparc64-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32objc4-x32-cross Description-md5: cdc9d0be22d98fa7275d3376afaddcc0 Description-en: Runtime library for GNU Objective-C applications (32bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib32quadmath0-amd64-cross Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32quadmath0-dbg-amd64-cross Description-md5: 2408724947bd37356dc923703c9b320e Description-en: GCC Quad-Precision Math Library (32 bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib32quadmath0-dbg-x32-cross Description-md5: 2408724947bd37356dc923703c9b320e Description-en: GCC Quad-Precision Math Library (32 bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib32quadmath0-x32-cross Description-md5: d7a03dac94565e412ed600a16f543d54 Description-en: GCC Quad-Precision Math Library (32bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib32stdc++-7-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++-7-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib32stdc++-8-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++-8-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-ppc64-cross Description-md5: d7342e3a8aab576e5e91e46835b6ed74 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-s390x-cross Description-md5: f0cd51347edda12dc24b6e47676b69cb Description-en: GNU Standard C++ Library v3 (debugging files) (s390x) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-sparc64-cross Description-md5: 31165f4dce998c3451d36c0cdb1123db Description-en: GNU Standard C++ Library v3 (debugging files) (sparc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-7-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: lib32stdc++6-8-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-ppc64-cross Description-md5: d7342e3a8aab576e5e91e46835b6ed74 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-s390x-cross Description-md5: f0cd51347edda12dc24b6e47676b69cb Description-en: GNU Standard C++ Library v3 (debugging files) (s390x) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-sparc64-cross Description-md5: 31165f4dce998c3451d36c0cdb1123db Description-en: GNU Standard C++ Library v3 (debugging files) (sparc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-8-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32stdc++6-amd64-cross Description-md5: 1b5e6395f9e7f7813dfd2dc28c813319 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64-cross Description-md5: 26ef041dcd5376c600f1e848ffb811bf Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: lib32stdc++6-mips64el-cross Description-md5: 0180a2994314dc6d2114c3e21d5fed4b Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: lib32stdc++6-ppc64-cross Description-md5: 2c9085c5f49471b6573f07e929023d93 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-s390x-cross Description-md5: 187342390b9d11bee3c82a857e760a0c Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for s390x architecture, for use in cross-compile environment. Package: lib32stdc++6-sparc64-cross Description-md5: eebb7a339a97fa825bdb468feb6ff708 Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: lib32stdc++6-x32-cross Description-md5: 019c8e157e6258089ae9490f206e6b4d Description-en: GNU Standard C++ Library v3 (32 bit Version) This package contains an additional runtime library for C++ programs built with the GNU compiler. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib32ubsan0-amd64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-amd64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-ppc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-s390x-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-sparc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-dbg-x32-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-ppc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-s390x-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-sparc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan0-x32-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-amd64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-amd64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-ppc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-s390x-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-sparc64-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-dbg-x32-cross Description-md5: 9f7135992c8b7133983b2e7952f67e04 Description-en: UBSan -- undefined behaviour sanitizer (32 bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-ppc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-s390x-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-sparc64-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib32ubsan1-x32-cross Description-md5: 00c57d4ccf298e90fae6bd6acdfad7ab Description-en: UBSan -- undefined behaviour sanitizer (32bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64asan4-dbg-i386-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-dbg-powerpc-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-dbg-x32-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-i386-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-powerpc-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan4-x32-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-dbg-i386-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-dbg-powerpc-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-dbg-x32-cross Description-md5: f86d6035d0bdab5718527fadb4713347 Description-en: AddressSanitizer -- a fast memory error detector (64bit debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-i386-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-powerpc-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64asan5-x32-cross Description-md5: 1a9f659ca4439e2038933f842e164011 Description-en: AddressSanitizer -- a fast memory error detector (64bit) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: lib64atomic1-dbg-i386-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-mips-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-mipsel-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-powerpc-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-dbg-x32-cross Description-md5: 3180ccc043db555a40bffc6fe5928e4c Description-en: support library providing __atomic built-in functions (64bit debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-i386-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mips-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-mipsel-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-powerpc-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64atomic1-x32-cross Description-md5: dcde910e366c584abcb0cd438bd4f06e Description-en: support library providing __atomic built-in functions (64bit) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: lib64cilkrts5-dbg-i386-cross Description-md5: 667d7b52012a028e733a5cdc05f59d8a Description-en: Intel Cilk Plus language extensions (64bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64cilkrts5-dbg-x32-cross Description-md5: 667d7b52012a028e733a5cdc05f59d8a Description-en: Intel Cilk Plus language extensions (64bit debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64cilkrts5-i386-cross Description-md5: a6436c3face9969968e3cd3f40d78d2e Description-en: Intel Cilk Plus language extensions (64bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64cilkrts5-x32-cross Description-md5: a6436c3face9969968e3cd3f40d78d2e Description-en: Intel Cilk Plus language extensions (64bit) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: lib64gcc-7-dev-i386-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-mips-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-mipsel-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-powerpc-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-7-dev-x32-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-i386-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-mips-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-mipsel-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-powerpc-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc-8-dev-x32-cross Description-md5: 44d3aaff7c21b9d5950416cabd2035a0 Description-en: GCC support library (64bit development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: lib64gcc1-dbg-i386-cross Description-md5: 9872e557eec6112e2e9403badb34db09 Description-en: GCC support library (debug symbols) (i386) Debug symbols for the GCC support library. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-mips-cross Description-md5: e7655f9ff6efd04d48defe8f30f54d25 Description-en: GCC support library (debug symbols) (mips) Debug symbols for the GCC support library. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-mipsel-cross Description-md5: 3930f51efe424b6fe751fef09a12b1ae Description-en: GCC support library (debug symbols) (mipsel) Debug symbols for the GCC support library. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-powerpc-cross Description-md5: 145377cc3047b079cff435291a72e727 Description-en: GCC support library (debug symbols) (powerpc) Debug symbols for the GCC support library. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64gcc1-dbg-x32-cross Description-md5: 34bebb6e67e07863d7023fc847a75c4e Description-en: GCC support library (debug symbols) (x32) Debug symbols for the GCC support library. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64gcc1-i386-cross Description-md5: f51617c644108e7c0efbf4e1aba59f63 Description-en: GCC support library (i386) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64gcc1-mips-cross Description-md5: 816d6af95b0860e1e0329151af9c7284 Description-en: GCC support library (mips) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64gcc1-mipsel-cross Description-md5: 36b465d7f4b90fa4aa158db6f0ae84b4 Description-en: GCC support library (mipsel) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64gcc1-powerpc-cross Description-md5: 49a23e4e59ff20de994e735cf94c3c81 Description-en: GCC support library (powerpc) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64gcc1-x32-cross Description-md5: e2d5c934d8e46a5c5d78dadf147cb2bc Description-en: GCC support library (x32) (64bit) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64gfortran-7-dev-i386-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-mips-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-mipsel-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-powerpc-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-7-dev-x32-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-i386-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-mips-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-mipsel-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-powerpc-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran-8-dev-x32-cross Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran4-dbg-i386-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-mips-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-mipsel-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-powerpc-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-dbg-x32-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-i386-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-mips-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-mipsel-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-powerpc-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran4-x32-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-i386-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-mips-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-mipsel-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-powerpc-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg-x32-cross Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-i386-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mips-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-mipsel-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-powerpc-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-x32-cross Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64go11-dbg-i386-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-mips-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-mipsel-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-powerpc-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-dbg-x32-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go11-i386-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-mips-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-mipsel-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-powerpc-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-x32-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-dbg-i386-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-mips-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-mipsel-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-powerpc-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-dbg-x32-cross Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13-i386-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-mips-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-mipsel-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-powerpc-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-x32-cross Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64gomp1-dbg-i386-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-mips-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-mipsel-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-powerpc-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-dbg-x32-cross Description-md5: 882676390c496a4f303ad530c4fe700c Description-en: GCC OpenMP (GOMP) support library (64bit debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-i386-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mips-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-mipsel-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-powerpc-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gomp1-x32-cross Description-md5: a0950cb11ce700192ac4d8252bba5f9e Description-en: GCC OpenMP (GOMP) support library (64bit) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: lib64gphobos-7-dev-i386-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-7-dev-x32-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-8-dev-i386-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos-8-dev-x32-cross Description-md5: 74c4089eeff14106ae16cc4257ba8f73 Description-en: Phobos D standard library (64bit development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos71-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64itm1-dbg-i386-cross Description-md5: 2d248b06e644dd15948c161044b826f5 Description-en: GNU Transactional Memory Library (64bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64itm1-dbg-x32-cross Description-md5: 2d248b06e644dd15948c161044b826f5 Description-en: GNU Transactional Memory Library (64bit debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64itm1-i386-cross Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64itm1-x32-cross Description-md5: fcc38020a0be9787c7556be2d025d1a4 Description-en: GNU Transactional Memory Library (64bit) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: lib64mpx2-dbg-i386-cross Description-md5: 4c2285d5e4a0206ac91a49de3e7707a4 Description-en: Intel memory protection extensions (64bit debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib64mpx2-i386-cross Description-md5: ced71383f20eac0d63cc797006aab375 Description-en: Intel memory protection extensions (64bit) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: lib64objc-7-dev-i386-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-mips-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-mipsel-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-powerpc-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-7-dev-x32-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-i386-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-mips-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-mipsel-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-powerpc-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc-8-dev-x32-cross Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4-dbg-i386-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-mips-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-mipsel-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-powerpc-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-dbg-x32-cross Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-i386-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-mips-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-mipsel-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-powerpc-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64objc4-x32-cross Description-md5: ed6abd85fb9be4df45f054e758ab70d5 Description-en: Runtime library for GNU Objective-C applications (64bit) Library needed for GNU ObjC applications linked against the shared library. Package: lib64quadmath0-dbg-i386-cross Description-md5: bbb06b0ff2dba5c1dd20fe845b0f4d8f Description-en: GCC Quad-Precision Math Library (64bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib64quadmath0-dbg-x32-cross Description-md5: bbb06b0ff2dba5c1dd20fe845b0f4d8f Description-en: GCC Quad-Precision Math Library (64bit debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: lib64quadmath0-i386-cross Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64quadmath0-x32-cross Description-md5: 49289451e79bd744581e76fbb05eb94d Description-en: GCC Quad-Precision Math Library (64bit) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: lib64stdc++-7-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++-7-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++-8-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-powerpc-cross Description-md5: 3ea1413eeb27a5e268e6b167bceb74c7 Description-en: GNU Standard C++ Library v3 (debugging files) (powerpc) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++6-7-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-powerpc-cross Description-md5: 3ea1413eeb27a5e268e6b167bceb74c7 Description-en: GNU Standard C++ Library v3 (debugging files) (powerpc) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++6-8-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64stdc++6-i386-cross Description-md5: 7173b9ff28be040d07627366f651d84f Description-en: GNU Standard C++ Library v3 (i386) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: lib64stdc++6-mips-cross Description-md5: 09708095748653601cdb35d8cbe81707 Description-en: GNU Standard C++ Library v3 (mips) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: lib64stdc++6-mipsel-cross Description-md5: 88610cc78f4014089307cad3f269c231 Description-en: GNU Standard C++ Library v3 (mipsel) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: lib64stdc++6-powerpc-cross Description-md5: 0417103feacf9e975ae71c41d6df7569 Description-en: GNU Standard C++ Library v3 (powerpc) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: lib64stdc++6-x32-cross Description-md5: 7b9946c174ea010304d854c7f7c97071 Description-en: GNU Standard C++ Library v3 (x32) (64bit) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: lib64ubsan0-dbg-i386-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-dbg-powerpc-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-dbg-x32-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-i386-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-powerpc-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan0-x32-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-dbg-i386-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-dbg-powerpc-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-dbg-x32-cross Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-i386-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-powerpc-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: lib64ubsan1-x32-cross Description-md5: c22f6718422baad4c7aa40c7b8c9e6ac Description-en: UBSan -- undefined behaviour sanitizer (64bit) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libactivemq-java Description-md5: b7875bda385f5f6b4e36597054392132 Description-en: Java message broker core libraries Apache ActiveMQ is a message broker built around Java Message Service (JMS) API : allow sending messages between two or more clients in a loosely coupled, reliable, and asynchronous way. . This message broker supports : * JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging * Spring Framework, CXF and Axis integration * pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA * persistence using JDBC along with journaling * OpenWire (cross language wire protocol) and Stomp (Streaming Text Orientated Messaging Protocol) protocols . This package contains a core Java library for ActiveMQ. Package: libadplug-2.2.1-0v5 Description-md5: 7e7e98f29b1725bcee0464b28e37715b Description-en: free AdLib sound library AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its original format on top of an emulator or by using the real hardware. No OPL chip is required for playback. Package: libadplug-dev Description-md5: 5e5a249b161a7cfdfd94f8ab462cfad7 Description-en: free AdLib sound library (development) AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) and Sound Blaster (Dual OPL2/OPL3) audio boards, directly from its original format on top of an emulator or by using the real hardware. No OPL chip is required for playback. . This package contains the development files. Package: libafterburner.fx-java Description-md5: 0e2d3f5d3002b444b5e27ff333f72fd5 Description-en: minimalistic JavaFX MVP framework afterburner.fx is a minimalistic JavaFX MVP framework based on Convention over Configuration and Dependency Injection, providing the following: . - "Zero-Configuration" javax.inject.Inject DI of models or services into presenters. - Convention-based unification of presenter, view, FXML and css. - Conventional resource bundle loading. - Injection of System.getProperties. - Injection of presenter-local configuration properties (system properties are overriding the local configuration). . Afterburner is a "Just-Enough-Framework" extracted from airhacks-control and used in airpad, lightfish and floyd applications. Package: libafterburner.fx-java-doc Description-md5: 555f35e1c26916f0e4238429a197d0db Description-en: Documentation for afterburner.fx afterburner.fx is a minimalistic JavaFX MVP framework based on Convention over Configuration and Dependency Injection . This package contains the API documentation of libafterburner.fx-java. Package: libandroid-23-java Description-md5: 8acf3e934e41ca047af0f28451684a3a Description-en: Android framework for API Level 23 (6.0 Marshmallow) This package provides "android.jar" in an Android SDK Platform that is used to build an Android application. . The source code of this library is generated by Doclava. Package: libandroid-databinding-java Description-md5: 4d5d2dafdae3ad759f812a9fbde43e90 Description-en: Android Data Binding Library The Data Binding Library enables Android application developers to write declarative layouts and minimize the glue code necessary to bind application logic and layouts. . This package contains the following libraries which are for building and being used by Android SDK: * baseLibrary: Shared library between Data Binding runtime lib and compiler * compilerCommon: Common library that can be shared between different build tools Package: libandroid-json-java Description-md5: aa07b1cf7cf5b94c2118ab7f54a48412 Description-en: Android rewrite of the evil licensed json.org Json.org is a popular java library to parse and create JSON string from the author of the JSON standard Douglas Crockford. His implementation however is not free software[1]. . Therefore the Android team did a cleanroom reimplementation of a JSON library to be used in place of the original one. . [1] http://wiki.debian.org/qa.debian.org/jsonevil Package: libandroid-uiautomator-23-java Description-md5: 45d14b6b8874ba6dff306f21e8ebeb0d Description-en: UI Automator framework for API Level 23 (6.0 Marshmallow) This package provides "uiautomator.jar" in an "Android platforms" that is used to build an Android application. . The source code of this library is generated by Doclava. Package: libangular-maven-plugin-java Description-md5: 88aa49f9ce4ff021278e190567990742 Description-en: Angular Maven Plugin The Angular Maven Plugin is a plugin designed to help developers who are deploying Angular.JS applications, but use maven as a build tool. So far there are two goals: . The html2js goal mimics grunt-html2js in combining html templates into a single javascript file for use with Angular.JS; it does NOT use grunt or nodejs. . The join goal ia a more complex goal designed to simplify assembly of a large modular Angular.JS application where modules are lazily loaded. The goal only deals with the reorganisation of the code, not the lazy loading itself. Package: libannotation-indexer-java Description-md5: 24c2fcd7c2c8dec1ff510341d4335c90 Description-en: Indexing and validation of Java annotations Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. Package: libannotation-indexer-java-doc Description-md5: 5f6115d425726754c78fe824c09ca33a Description-en: Documentation for libannotation-indexer-java Annotation Indexer builds indices of Java code annotated with the @Indexed annotation at compile time and supports validation of indexes to allow for early error detection and querying of the indexed elements for specific annotations. . This package provides the API documentation for libannotation-indexer-java. Package: libantlr4-runtime-java Description-md5: 244b432649ad7371a7e9b3dadaf7861d Description-en: Runtime library for ANTLR 4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the runtime library required to run the parsers generated by ANTLR 4. Package: libapache-poi-java Description-md5: 43c0ba21c5fbdd46b4a0da836c2f6c8d Description-en: Apache POI - Java API for Microsoft Documents Apache POI provides a Java API for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). . Apache POI supports the following formats: * Word (DOC, DOCX) * Excel (XLS, XLSX) * PowerPoint (PPT, PPTX) * Visio (VSD) * Publisher (PUB) * Outlook * TNEF (Transport Neutral Encoding Format) Package: libapache-poi-java-doc Description-md5: 9d1b162d630ce2fd1554ae85c5de10b4 Description-en: Apache POI - Java API for Microsoft Documents (Documentation) Apache POI provides a Java API for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). . Apache POI supports the following formats: * Word (DOC, DOCX) * Excel (XLS, XLSX) * PowerPoint (PPT, PPTX) * Visio (VSD) * Publisher (PUB) * Outlook * TNEF (Transport Neutral Encoding Format) . This package contains the documentation for libapache-poi-java. Package: libapache2-mod-apreq2 Description-md5: 1d2af6984c5d28eda964cc2022c20b5c Description-en: generic Apache request library - Apache module The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the Apache module itself. Package: libapache2-mod-passenger Description-md5: 3f172e45bdca2d9910d4a36103ba38d7 Description-en: Rails and Rack support for Apache2 Phusion Passenger — a.k.a. mod_rails or mod_rack — makes deployment of Ruby web applications, such as those built on the revolutionary Ruby on Rails web framework, a breeze. . This package contains the Apache 2 module required by Phusion Passenger. Package: libapache2-mod-proxy-uwsgi Description-md5: bd53e000705795b78fcf2035c8280b8f Description-en: uwsgi proxy module for Apache2 (mod_uwsgi) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . This package provides Apache2 module for communicating with uWSGI. . It is a proxy module, so it provides all of the futures exported by mod_proxy. . It is fully Apache API compliant and it should be easily integrated with all of the available modules. Package: libapache2-mod-proxy-uwsgi-dbg Description-md5: 7796bc5b773f18bb21b0e71497249369 Description-en: debugging symbols for Apache2 mod_proxy_uwsgi uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for Apache2 mod_proxy_uwsgi. Install this package if you need to debug module or if you need a useful backtrace of a crash. Package: libapache2-mod-ruwsgi Description-md5: 494e705a15ecab461dc09fdc5ea58d1e Description-en: uwsgi module for Apache2 (mod_Ruwsgi) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . This package provides Apache2 module for communicating with uWSGI. . This is the second module developed and it's more Apache2 API friendly. Package: libapache2-mod-ruwsgi-dbg Description-md5: 12215be63fd6bd1eea7055883a47e944 Description-en: debugging symbols for Apache2 mod_Ruwsgi uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for Apache2 mod_Ruwsgi. Install this package if you need to debug module or if you need a useful backtrace of a crash. Package: libapache2-mod-svn Description-md5: e15ffe075b3a61d7ee31166809f7092c Description-en: Apache Subversion server modules for Apache httpd This package provides the mod_dav_svn and mod_authz_svn modules for the Apache 2.4 web server. These modules provide Apache Subversion's WebDAV server backend, to serve repositories over the http and https protocols. See the 'subversion' package for more information. Package: libapache2-mod-uwsgi Description-md5: ec18f930ae31a8967e8961b9c288b877 Description-en: uwsgi module for Apache2 (mod_uwsgi) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . This package provides Apache2 module for communicating with uWSGI. . This is the first module developed, it is stable but a bit hacky (it does not fully use the Apache2 API). Package: libapache2-mod-uwsgi-dbg Description-md5: 01377a16f9da1e1a0c0a4c8a9f789387 Description-en: debugging symbols for Apache2 mod_uwsgi uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for Apache2 mod_uwsgi. Install this package if you need to debug module or if you need a useful backtrace of a crash. Package: libapache2-mod-wsgi-py3 Description-md5: 9804c7965adca269cbc58c4a8eb236d8 Description-en: Python 3 WSGI adapter module for Apache The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server Gateway Interface, a standard interface between web server software and web applications written in Python) compliant interface for hosting Python based web applications within Apache. The adapter provides significantly better performance than using existing WSGI adapters for mod_python or CGI. . This package provides module for Python 3.X. Package: libapache2-request-perl Description-md5: af1b5c05334cf2fa9c66195dedeafd89 Description-en: generic Apache request library - Perl modules The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the Perl bindings, which are simply a thin XS layer on top of libapreq, making them a lighter and faster alternative to CGI.pm and CGI::Cookie. Package: libapacheds-i18n-java Description-md5: 5bb6d44bcd38bc2fb7260323f646c442 Description-en: Apache Directory Server (i18n) ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. . This package contains the i18n module. Package: libapacheds-java Description-md5: c349525905c294559048159d0f47d74e Description-en: Apache Directory Server (Libraries) ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. . This package contains the core libraries for ApacheDS. Package: libapacheds-kerberos-codec-java Description-md5: 8d3683cb6fab1b77f5e2c510d2543892 Description-en: Apache Directory Server (Kerberos Codec) ApacheDS is an embbedable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. . This package contains the kerberos-codec module Package: libapksig-java Description-md5: 7926f593443c8bc0a39626f9b0442a18 Description-en: library to sign and verify Android APKs apksig is a project which aims to simplify APK signing and checking whether APK's signatures should verify on Android. apksig supports JAR signing (used by Android since day one) and APK Signature Scheme v2 (supported since Android Nougat, API Level 24). . The key feature of apksig is that it knows about differences in APK signature verification logic between different versions of the Android platform. apksig can thus check whether a signed APK is expected to verify on all Android platform versions supported by the APK. When signing an APK, apksig will choose the most appropriate cryptographic algorithms based on the Android platform versions supported by the APK being signed. . apksig library offers three primitives: . * ApkSigner which signs the provided APK so that it verifies on all Android platform versions supported by the APK. The range of platform versions can be customized if necessary. . * ApkVerifier which checks whether the provided APK is expected to verify on all Android platform versions supported by the APK. The range of platform versions can be customized if necessary. . * (Default)ApkSignerEngine which abstracts away signing an APK from parsing and building an APK file. This is useful in optimized APK building pipelines, such as in Android Plugin for Gradle, which need to perform signing while building an APK, instead of after. For simpler use cases where the APK to be signed is available upfront, the ApkSigner above is easier to use. . NOTE: Some public classes of the library are in packages having the word “internal” in their name. These are not public API of the library. Do not use *.internal.* classes directly. Package: libapreq2-3 Description-md5: a7cbbe5541f0b98aaaa957c43520424f Description-en: generic Apache request library The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the main library. Package: libapreq2-dev Description-md5: c9af9099a3246332c834d078304ac945 Description-en: generic Apache request library - development files The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the development library and C headers required for compiling programs against the library. Package: libapreq2-doc Description-md5: 92318dc20bfd3cf171825757d8cc86a1 Description-en: generic Apache request library - documentation The generic Apache request library (APR) contains modules for manipulating client request data with the Apache API from Perl and C. Functionality includes: . - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies . This package contains the programming documentation for the library. Package: libaprutil1-dbd-mysql Description-md5: 15a666ed46c11f75bd13c5e02383601c Description-en: Apache Portable Runtime Utility Library - MySQL Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the MySQL / mariadb database driver. Package: libaprutil1-dbd-odbc Description-md5: 085602535c579227169d691cc9bd9db1 Description-en: Apache Portable Runtime Utility Library - ODBC Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the ODBC database driver. Package: libaprutil1-dbd-pgsql Description-md5: 3e0d8248ad62a14f055f01f5218a8c8f Description-en: Apache Portable Runtime Utility Library - PostgreSQL Driver APR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. . APR Util is a utilities library implemented on top of apr, providing database access, xml parsing, and other useful functionality. . This package contains the PostgreSQL database driver. Package: libarchive-tools Description-md5: 04bbebb441868f4c976e664833572c46 Description-en: FreeBSD implementations of 'tar' and 'cpio' and other archive tools This package contains several command-line tools based on the libarchive library. . The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . The bsdcpio program is the default system 'cpio' program used on FreeBSD. bsdcpio uses the libarchive library as a backend which does all of the work for reading and writing archives in various formats. . The bsdcat program reads archived data from files or from its standard input and uses the libarchive library to decompresses it to its standard output. It may be used for viewing the contents of archives or for passing it to other tools for further processing. Package: libasan4-amd64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-armel-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-amd64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-arm64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-armel-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-armhf-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-i386-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-powerpc-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-ppc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-ppc64el-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-s390x-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-sparc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-dbg-x32-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-i386-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-ppc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-s390x-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-sparc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan4-x32-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-amd64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-arm64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-armel-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-armhf-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-amd64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-arm64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-armel-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-armhf-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-i386-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-powerpc-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-ppc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-ppc64el-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-s390x-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-sparc64-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-dbg-x32-cross Description-md5: e0ab64cebecfb2c8f3560d8854956043 Description-en: AddressSanitizer -- a fast memory error detector (debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-i386-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-powerpc-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-ppc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-ppc64el-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-s390x-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-sparc64-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasan5-x32-cross Description-md5: 04e20d522e263c6563c2ea719c87026f Description-en: AddressSanitizer -- a fast memory error detector AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libasm-java Description-md5: 81f2750bb74d509d011934dac4f76f12 Description-en: Java bytecode manipulation framework ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow one to easily assemble custom complex transformations and code analysis tools. . ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it makes it very attractive for using in dynamic systems. Package: libasm-java-doc Description-md5: e0f9fbdd4bd002fbaa35e45c17e83154 Description-en: Java bytecode manipulation framework (documentation) ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow one to easily assemble custom complex transformations and code analysis tools. . ASM offer similar functionality as other bytecode frameworks, but it is focused on simplicity of use and performance. Because it was designed and implemented to be as small and as fast as possible, it makes it very attractive for using in dynamic systems. . This package includes the API Javadoc and examples. Package: libasmtools-java Description-md5: a62683bdb3a1a58e92e12a9aab2e7023 Description-en: OpenJDK AsmTools The AsmTools open source project is used to develop tools for the production of proper and improper Java '.class' files. AsmTools are being opened in order to facilitate a community of Java .class file production for various testing and other OpenJDK development applications. Package: libaspectj-java Description-md5: ba4609a7d43c8fbf9a569145995c724a Description-en: aspect-oriented extension for Java - library AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the JAR libraries of aspectj. Package: libaspectj-java-doc Description-md5: 4b7122a9282459572754d1645ddff208 Description-en: aspect-oriented extension for Java - API documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the Javadoc of JAR libraries of aspectj. Package: libaspectj-maven-plugin-java Description-md5: 203ad0836280675cef3087843f7c595f Description-en: AspectJ compiler Maven Plugin Handles AspectJ usage within Maven. Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and ajdoc reporting. Package: libatomic1-alpha-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-amd64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-armel-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-alpha-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-amd64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-arm64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-armel-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-armhf-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-hppa-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-i386-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-m68k-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mips-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mips64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mips64el-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-mipsel-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-powerpc-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-powerpcspe-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-ppc64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-ppc64el-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-riscv64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-s390x-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-sh4-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-sparc64-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-dbg-x32-cross Description-md5: 26d76486cdd4f1973b721c8f322e9e61 Description-en: support library providing __atomic built-in functions (debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-hppa-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-i386-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-m68k-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mips64el-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-mipsel-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-powerpcspe-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-ppc64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-riscv64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-s390x-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-sh4-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-sparc64-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libatomic1-x32-cross Description-md5: 16938852526fc26bdbcb46c18435ed08 Description-en: support library providing __atomic built-in functions library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libavcodec-dev Description-md5: 2a62521830e42037d8140eba51f0355c Description-en: FFmpeg library with de/encoders for audio/video codecs - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. . The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation. . This package contains the development files. Package: libavcodec-extra Description-md5: c7fed3b8f923a493b5362cbf63eca594 Description-en: FFmpeg library with extra codecs (metapackage) FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This metapackage depends on the latest version of the libavcodec variant that offers additional codec support. Application packages can depend on it if they require or suggest this variant in a robust manner. Package: libavcodec-extra57 Description-md5: 8fef0f3afae93c1e08751c77fab9181d Description-en: FFmpeg library with additional de/encoders for audio/video codecs FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. . The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation. . This package replaces the libavcodec57 package and contains the following additional codecs: . * OpenCORE Adaptive Multi-Rate (AMR) Narrow-Band (Encoder/Decoder) * OpenCORE Adaptive Multi-Rate (AMR) Wide-Band (Decoder) * Android VisualOn Adaptive Multi-Rate (AMR) Wide-Band (Encoder) . Because this package links against libraries that are licensed under Apache License 2.0, the resulting binaries are distributed under the GPL version 3 or later. Package: libavcodec57 Description-md5: b6405aed870af39811ea887203c50393 Description-en: FFmpeg library with de/encoders for audio/video codecs - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. . The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation. . This package contains the runtime files. Package: libavdevice-dev Description-md5: 6c9d2502d27e23767fd8617f89f334a0 Description-en: FFmpeg library for handling input and output devices - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for grabbing from and rendering to many common multimedia input/output devices, and supports several input and output devices, including Video4Linux2, VfW, DShow, and ALSA. . This package contains the development files. Package: libavdevice57 Description-md5: ad40bf128a0d66f1d4aa3d3f40dd7bff Description-en: FFmpeg library for handling input and output devices - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for grabbing from and rendering to many common multimedia input/output devices, and supports several input and output devices, including Video4Linux2, VfW, DShow, and ALSA. . This package contains the runtime files. Package: libavfilter-dev Description-md5: 392f1c1f35e2c5ba69524b054062af62 Description-en: FFmpeg library containing media filters - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic audio/video filtering framework containing several filters, sources and sinks. . This package contains the development files. Package: libavfilter-extra Description-md5: 294c01059082816ea04837949ebe6ab1 Description-en: FFmpeg library with extra filters (metapackage) FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This metapackage depends on the latest version of the libavfilter variant that offers additional filter support. Application packages can depend on it if they require or suggest this variant in a robust manner. Package: libavfilter-extra6 Description-md5: ab8e0b53792619a58694bbf9d17ae391 Description-en: FFmpeg library with extra media filters - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic audio/video filtering framework containing several filters, sources and sinks. . This package replaces the libavfilter6 package and contains the following additional filters: . * Optical Character Recognition (uses Tesseract) * SOFAlizer (Spatially Oriented Format for Acoustics, uses netcdf) . Because this package links against libraries that are licensed under Apache License 2.0, the resulting binaries are distributed under the GPL version 3 or later. Package: libavfilter6 Description-md5: d830215e6285a7d6c06650a8f1d8ce9e Description-en: FFmpeg library containing media filters - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic audio/video filtering framework containing several filters, sources and sinks. . This package contains the runtime files. Package: libavformat-dev Description-md5: c3d0b37350451cbc0772c02383988a7b Description-en: FFmpeg library with (de)muxers for multimedia containers - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats. It also supports several input and output protocols to access a media resource. . This package contains the development files. Package: libavformat57 Description-md5: a477ad30c384813e506c2b5a98d770cc Description-en: FFmpeg library with (de)muxers for multimedia containers - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides a generic framework for multiplexing and demultiplexing (muxing and demuxing) audio, video and subtitle streams. It encompasses multiple muxers and demuxers for multimedia container formats. It also supports several input and output protocols to access a media resource. . This package contains the runtime files. Package: libavresample-dev Description-md5: 532c54cce9df38a9bc1da88ef5397768 Description-en: FFmpeg compatibility library for resampling - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is provided for compatibility reasons only. The FFmpeg project advises to use libswresample instead. . This package contains the development files. Package: libavresample3 Description-md5: eb33a13597d07846cebfd35669eb3552 Description-en: FFmpeg compatibility library for resampling - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is provided for compatibility reasons only. The FFmpeg project advises to use libswresample instead. . This package contains the runtime files. Package: libavutil-dev Description-md5: c444efda200ddbd71346c9a1d2e036cd Description-en: FFmpeg library with functions for simplifying programming - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats). It is not a library for code needed by both libavcodec and libavformat. The goal for this library is to be modular, small, efficient and useful. . This package contains the development files. Package: libavutil55 Description-md5: 770a5e363265c4557c507feffc8f58d8 Description-en: FFmpeg library with functions for simplifying programming - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats). It is not a library for code needed by both libavcodec and libavformat. The goal for this library is to be modular, small, efficient and useful. . This package contains the runtime files. Package: libbatik-java Description-md5: 7b184faa1b3cf8713ca5674d8a7583ca Description-en: xml.apache.org SVG Library Batik is a toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation. . Batik provides several modules to be used in applications: * A SVG generator module, usable to export graphics into the SVG format. * A SVG processor and SVG Viewing component for integrating SVG viewing. * A module to convert SVG to various formats, such as raster images (JPEG, PNG or Tiff) and PS, PDF. . fop is necessary for PDF output of rasterizer. . rhino is necessary for using the SVG browser, squiggle. . For detailed information, go to http://xml.apache.org/batik/ Package: libbindex-java Description-md5: c2a43364dab92d22eb9157e82f92324d Description-en: OSGi BIndex reader BIndex is a small Java program that implements the manifest header to repository format mapping as described in RFC-0112 Bundle Repository. BIndex can recurse over a directory structure and just creates a repository.xml file. The URLs can be rewritten using a template. Package: libbridge-method-injector-java Description-md5: 37653fc15797b71018b5442c45126ac0 Description-en: Evolve Java classes without breaking compatibility Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. Package: libbridge-method-injector-java-doc Description-md5: e856c874b5ff07dc43f77ce01202ac57 Description-en: Documentation for Bridge Method Injector Bridge Method Injector provides a maven-plugin that allows you to evolve Java classes without breaking API compatibility. . It also provides the annotation @WithBridgeMethods so uses of bridge methods can be easily identified through use of annotation-indexing. . This package provides the API documentation for libbridge-method-injector-java. Package: libbtm-java Description-md5: 4531d05ac43af2c057c6d774d51d2a94 Description-en: Bitronix JTA Transaction Manager The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.0.1B API. It is a fully working XA transaction manager that provides all services required by the JTA API while trying to keep the code as simple as possible for easier understanding of the XA semantics. This is BTM's strongest point compared to its competitors: it is trivial to configure and when something goes wrong it is much easier to figure out what to do thanks to the great care placed in useful error reporting and logging. Package: libbwa-dev Description-md5: 01833875f8f69852d0cd759251a6ed1b Description-en: Burrows-Wheeler Aligner source files BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is designed for Illumina sequence reads up to 100bp, while the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar features such as long-read support and split alignment, but BWA-MEM, which is the latest, is generally recommended for high-quality queries as it is faster and more accurate. BWA-MEM also has better performance than BWA-backtrack for 70-100bp Illumina reads. . This package contains the source files for use in other programs. Package: libc++-10-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-8-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-9-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-10 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-8 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-9 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++abi-10-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-8-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-9-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-10 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-8 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-9 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc-client2007e Description-md5: 48fa45722d1b998449c387d673b91573 Description-en: c-client library for mail protocols - library files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the shared c-client library. Package: libc-client2007e-dev Description-md5: add4c4d00dfe93627d556cd726165101 Description-en: c-client library for mail protocols - development files IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains the static c-client library and development headers. Package: libc-icap-mod-clamav Description-md5: d022b4cd65360a59d321e029d730c59e Description-en: transitional dummy package This package is a dummy transitional package. It can be safely removed. Package: libc-icap-mod-contentfiltering Description-md5: 99f03b262675e3273abfba9801638ab5 Description-en: Content filtering Service for c-icap This is an score based content filtering icap service. It is distributed with c-icap and written by the same author. Package: libc-icap-mod-urlcheck Description-md5: 8200a081f38385b61d3569124b1e21cb Description-en: URL Check Service for c-icap This is an URL Check Service for c-icap. It is distributed with c-icap and written by the same author. Package: libc-icap-mod-virus-scan Description-md5: 9a1feb12d473b8a6d38b3d0fdcbffc97 Description-en: Antivirus Service for c-icap This is an antivirus Service for c-icap which uses libclamav or clamd to do scanning. It is distributed with c-icap and written by the same author. Package: libc3p0-java Description-md5: 3fdeadf4bdcabd80ea70ea855ccb3491 Description-en: library for JDBC connection pooling c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2. Package: libc3p0-java-doc Description-md5: 4210c65aafe7e44727050ce4fa4f9091 Description-en: library for JDBC connection pooling (documentation) c3p0 is an easy-to-use library for making traditional JDBC drivers "enterprise-ready" by augmenting them with functionality defined by the jdbc3 spec and the optional extensions to jdbc2. . This package includes the documentation. Package: libc6-pic Description-md5: f7532ae2bb48ede897a6da638f062d2e Description-en: GNU C Library: PIC archive library Contains an archive library (ar file) composed of individual shared objects. This is used for creating a library which is a smaller subset of the standard libc shared library. The reduced library is used by debian-installer and may be useful for custom installation media and in embedded systems. Package: libcarrotsearch-hppc-java Description-md5: 82a5be67d4c88527e1ba242ce8ecb96a Description-en: High Performance Primitive Collections for Java hppc is a library that contains fundamental data structures (maps, sets, lists, stacks, queues) generated for combinations of object and primitive types to conserve JVM memory and speed up execution. Package: libcava-java Description-md5: 21e666357e676661cc03d9578c210f38 Description-en: Libraries and tools for blockchain and decentralized software In the spirit of Google Guava, Cava is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages. . It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primatives, and lots of other helpful utilities. . Cava is developed for JDK 1.8 or higher, and depends on various other FOSS libraries, including Guava. . This package only contains the cava-config and cava-toml libraries. The rest of the cava libraries have other dependencies that must be added to Debian first. Package: libcephfs-java Description-md5: 7a7c6b551a3013f6e45ab66cc7b89b22 Description-en: Java library for the Ceph File System Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java library for interacting with the Ceph File System. Package: libcephfs-jni Description-md5: eeccae7ad4653bc059b325a5ec4ddd58 Description-en: Java Native Interface library for CephFS Java bindings Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java Native Interface library for interacting with the Ceph File System. Package: libcilkrts5-amd64-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-armel-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-amd64-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-armel-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-armhf-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-i386-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-sparc64-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-dbg-x32-cross Description-md5: b47b64f33229d8794aaceff5f0bba7d7 Description-en: Intel Cilk Plus language extensions (debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-i386-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-sparc64-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libcilkrts5-x32-cross Description-md5: ee1eb21d65e9b0336fe6bb9239b54288 Description-en: Intel Cilk Plus language extensions (runtime) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libclang-10-dev Description-md5: 9b3b942eb350ec8edab23ebcc8784d58 Description-en: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang headers to develop extensions over libclang1-10. Package: libclang-8-dev Description-md5: 859e6cb68eddf4aec1ccbffaf6e2c3ee Description-en: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang headers to develop extensions over libclang1-8. Package: libclang-9-dev Description-md5: d391930d72c946f1d8a7675e049eec45 Description-en: Clang library - Development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang headers to develop extensions over libclang1-9. Package: libclang-common-10-dev Description-md5: ae6d2a86e34e75b11fc16e55a9058fa7 Description-en: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang generic headers and some libraries (profiling, etc). Package: libclang-common-8-dev Description-md5: 058258ae071a45e0d321dcabad2d07f3 Description-en: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang generic headers and some libraries (profiling, etc). Package: libclang-common-9-dev Description-md5: 058258ae071a45e0d321dcabad2d07f3 Description-en: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang generic headers and some libraries (profiling, etc). Package: libclang-cpp1-9 Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: libclang-cpp10 Description-md5: 8acc7c5b41666c14f1ef5e79310225e6 Description-en: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp10-dev Description-md5: eb68ebc9bab41ce1391f23d48dd41739 Description-en: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains the Clang headers to develop extensions over libclang-cpp10. Package: libclang-cpp9 Description-md5: df15daa6dd324d0fb064175e2e0fc5c7 Description-en: C++ interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-10 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-8 Description-md5: b773817295739e0f81822ebebd8bbc53 Description-en: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-9 Description-md5: b773817295739e0f81822ebebd8bbc53 Description-en: C interface to the Clang library Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains the Clang library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclc-amdgcn Description-md5: 39486dab626c4327d37f6c917c921988 Description-en: OpenCL C language implementation - amdgcn support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU) platform. Supported GPU families: Southern Islands and newer. Package: libclc-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libclc-ptx Description-md5: 2d3caf1ad35d421b87f2e21988576a5f Description-en: OpenCL C language implementation - ptx support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the PTX platform. Package: libclc-r600 Description-md5: 47251ab631031c2daed4679d552bad08 Description-en: OpenCL C language implementation - r600 support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the r600 (AMD GPU) platform. Supported GPU families: Evergreen and Northern Islands. Package: libclojure-java Description-md5: 93c1db04e8e2532bb929bfe3e88ed517 Description-en: Lisp dialect for the JVM (library) Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. . This package contains the library. Package: libclojure-maven-plugin-java Description-md5: a7ba1a6d9fff1c9cf8429f95ff02f5b1 Description-en: Clojure plugin for Maven Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. . This package provides a Maven Mojo allowing for programs written using Clojure to be built with Maven. Package: libclojure1.8-java Description-md5: 93c1db04e8e2532bb929bfe3e88ed517 Description-en: Lisp dialect for the JVM (library) Clojure is a dynamic programming language that targets the Java Virtual Machine. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection. . Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs. . This package contains the library. Package: libcodemodel-java Description-md5: d5e5bf9b1ec1efe81e627d8f7e833229 Description-en: Java library for code generators CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB Reference Implementation for its schema compiler to generate Java source files. Package: libcommons-collections3-java Description-md5: 4c7697aecd4b1c3a87686654049680ed Description-en: Apache Commons Collections - Extended Collections API for Java The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognised standard for collection handling in Java. . Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including: . * Bag interface for collections that have a number of copies of each object * BidiMap interface for maps that can be looked up from value to key as well and key to value * MapIterator interface to provide simple and quick iteration over maps * Transforming decorators that alter each object as it is added to the collection * Composite collections that make multiple collections look like one * Ordered maps and sets that retain the order elements are added in, including an LRU based map * Reference map that allows keys and/or values to be garbage collected under close control * Many comparator implementations * Many iterator implementations * Adapter classes from array and enumerations to collections * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure Package: libcommons-collections3-java-doc Description-md5: e3f1eb5029394fb5f70496470789bb5a Description-en: Documentation for libcommons-collections3-java Javadocs for libcommons-collections3-java which is a Java collection framework. Package: libcommons-collections4-java Description-md5: 141efefb1ab960f2f6d2e052c7407551 Description-en: Apache Commons Collections - Extended Collections API for Java The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that accelerate development of most significant Java applications. Since that time it has become the recognized standard for collection handling in Java. . Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. There are many features, including: . * Bag interface for collections that have a number of copies of each object * BidiMap interface for maps that can be looked up from value to key as well and key to value * MapIterator interface to provide simple and quick iteration over maps * Transforming decorators that alter each object as it is added to the collection * Composite collections that make multiple collections look like one * Ordered maps and sets that retain the order elements are added in, including an LRU based map * Reference map that allows keys and/or values to be garbage collected under close control * Many comparator implementations * Many iterator implementations * Adapter classes from array and enumerations to collections * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure Package: libcommons-collections4-java-doc Description-md5: b8a0b884055f117f06fb7d16b792c443 Description-en: Documentation for Commons Collections 4 Commons Collections seek to build upon the JDK classes by providing new interfaces, implementations and utilities. . This package contains the API documentation of libcommons-collections4-java. Package: libcommons-compress-java Description-md5: 76de17b70e6e21e15df11e627978c90b Description-en: Java API for working with compression and archive formats Apache Commons Compress defines a Java API for working with compression and archive formats. These include: bzip2, gzip, pack200, xz and ar, cpio, jar, tar, zip, dump. Package: libcommons-httpclient-java Description-md5: 36b8cfe2b4587605173c49e5d49060b6 Description-en: Commons HTTPClient - Java library for creating HTTP clients The Jakarta Commons HTTPClient library provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. Package: libcommons-httpclient-java-doc Description-md5: 1070d64e1758482d619f5f0747f7157a Description-en: Documentation for libcommons-httpclient-java The Jakarta Commons HTTPClient library provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. . This package contains the documentation for the Jakarta Commons HTTPClient library. Package: libcommons-io-java Description-md5: ab9a7ea305f82fb4e55b875ca4cdebe8 Description-en: Common useful IO related classes Commons-IO contains utility classes, stream implementations, file filters and endian classes. Package: libcommons-io-java-doc Description-md5: 4208986ef444c6a3799df296be1e7b40 Description-en: Common useful IO related classes - documentation Commons-IO contains utility classes, stream implementations, file filters and endian classes. . This package provides the API documentation for the Commons-IO library. Package: libcommons-lang3-java Description-md5: d471bd30add9658db6186b5f3d60db27 Description-en: Apache Commons Lang utility classes Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. . The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods. . Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. Package: libcommons-lang3-java-doc Description-md5: a8b5251f1adbfddbcf850e0aa93cc1f1 Description-en: Apache Commons Lang utility classes (documentation) Apache Commons Lang is a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. . The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods. . Apache Commons Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. . This package contains the API documentation of libcommons-lang3-java. Package: libcommons-net-java Description-md5: 17f2b226d0c52354a61f4992bc295d90 Description-en: Apache Commons Net - Java client API for basic Internet protocols The Apache Commons Net library implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. The philosophy is to make the global functionality of a protocol accessible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that a programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed). . The supported protocols include: * FTP/FTPS * FTP over HTTP (experimental) * NNTP * SMTP(S) * POP3(S) * IMAP(S) * Telnet * TFTP * Finger * Whois * rexec/rcmd/rlogin * Time (rdate) and Daytime * Echo * Discard * NTP/SNTP Package: libcommons-net-java-doc Description-md5: 05442f2240b479256b16e4a9ecf8ad5d Description-en: Apache Commons Net (API documentation) The Apache Commons Net library implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. The philosophy is to make the global functionality of a protocol accessible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that a programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed). . This package contains the API documentation for libcommons-net-java. Package: libconfuse-common Description-md5: b68c89e8455873131939ae04c13ea60f Description-en: Common files for libConfuse This package contains internationalization files for the confuse library. Package: libconfuse-dev Description-md5: 4ab3b2b53b592c7f75d631e73c49d74e Description-en: Development files for libConfuse This package contains the header files and static library needed to compile applications that use the confuse library. Package: libconfuse-doc Description-md5: 1fe1525ce392462c68621be65a48d8ec Description-en: Documentation for libConfuse This package contains the documentation of the confuse library. Package: libconfuse2 Description-md5: 284f159006c24c48424ca2c396c9bf6b Description-en: Library for parsing configuration files libConfuse is a configuration file parser library written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). . It makes it very easy to add configuration file capability to a program using a simple API. Package: libcyrus-imap-perl Description-md5: 494afce8d261b8e3f1678df0243f477f Description-en: Interface to Cyrus imap client imclient library The Cyrus::IMAP module provides an interface to the Cyrus imclient library. These are primarily useful for implementing cyradm operations within a Perl script; there are easier ways to implement general client operations, although they may be more limited in terms of authentication options when talking to a Cyrus imapd. . The modules that compose Cyrus::SIEVE are also included, but they are undocumented upstream. . For more information, please see the cyrus-common package. Package: libdb5.3-tcl Description-md5: 36d3e8fd26bc7a1d2fe777e899288c39 Description-en: Berkeley v5.3 Database Libraries for Tcl [module] This package provides a Tcl module suitable for accessing Berkeley v5.3 databases from within Tcl programs. Package: libdbd-csv-perl Description-md5: 0e1fb9c03fe342ef9c374c13ac054aa1 Description-en: DBI driver for CSV files DBD::CSV is a Perl DBI Driver for providing an SQL-based interface to records stored in Comma-Separated Value (CSV) files. Such files are frequently used for exporting data from Microsoft's Access and Excel applications. Package: libdd-plist-java Description-md5: 916d4f7ed4a93f1311bec37bd318e9e3 Description-en: Java library for working with property lists This library enables your Java application to handle property lists of various formats. Property lists are files used to store user settings and serialized objects.They originate from the NeXSTEP programming environment and are now a basic part of the Cocoa framework (OS X and iOS) as well as the GNUstep framework. Package: libebml-dev Description-md5: 405ef7b45eb7ea5fa99095b16269eaad Description-en: access library for the EBML format (development files) The libebml library allows one to read and write files using EBML (the Extensible Binary Meta Language), a binary pendant to XML. Using libebml makes it easier to extend a file format without breaking support in older parsers. . This package contains the header files and static libraries needed to compile applications that use libebml. Package: libebml4v5 Description-md5: b9c09704910519655e23515220ccd2aa Description-en: access library for the EBML format (shared library) The libebml library allows one to read and write files using EBML (the Extensible Binary Meta Language), a binary pendant to XML. Using libebml makes it easier to extend a file format without breaking support in older parsers. . This package contains the shared library needed to run applications that use libebml. Package: libecj-java Description-md5: f303385070161d0c9a899a3559ea5617 Description-en: Eclipse Java compiler (library) This package provides a standalone version of the Eclipse JDT compiler library which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 5, 6, 7, 8 and 9. Package: libeclipse-compare-core-java Description-md5: e7eb1930dd03df379473ba8f6468e2e0 Description-en: Eclipse Core Compare Support The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.compare.core bundle. Package: libeclipse-compare-java Description-md5: c6e03c46a8600c27b322f02fc974b41f Description-en: Eclipse Compare Support The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.compare bundle. Package: libeclipse-core-commands-java Description-md5: d9291f09f31ba391d80427b09d2b610f Description-en: Eclipse Commands The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.commands bundle. Package: libeclipse-core-contenttype-java Description-md5: d6b0475967111ecd2aa6baee2f890623 Description-en: Eclipse Content Mechanism Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.contenttype bundle. Package: libeclipse-core-databinding-beans-java Description-md5: 7f3d7522aae6390ca1c74bef59f63f45 Description-en: Eclipse JFace Data Binding for JavaBeans The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.databinding.beans bundle. Package: libeclipse-core-databinding-java Description-md5: de965601c307d45ddbaf72b3ac951c0c Description-en: Eclipse JFace Data Binding The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.databinding bundle. Package: libeclipse-core-databinding-observable-java Description-md5: 4a05a2ba317ff051ccb3be1cf1c1027b Description-en: Eclipse JFace Data Binding Observables The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.databinding.observable bundle. Package: libeclipse-core-databinding-property-java Description-md5: 7d4d49bdd6240331fe390122dc63e079 Description-en: Eclipse JFace Data Binding Properties The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.core.property bundle. Package: libeclipse-core-expressions-java Description-md5: 486968a6fd5f4d7a444f19a42f4ab6fc Description-en: Eclipse Expression Language Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.expressions bundle. Package: libeclipse-core-externaltools-java Description-md5: d43b1a34fc5571d610d4b6d777ea43b6 Description-en: Eclipse External Tools Headless Support The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.core.externaltools bundle. Package: libeclipse-core-filebuffers-java Description-md5: 955bc4dfa05b09bdf583221e03d4d257 Description-en: Eclipse File Buffers Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.core.filebuffers bundle. Package: libeclipse-core-filesystem-java Description-md5: 2e05ec7163165fb09bf6eefcc9d22148 Description-en: Eclipse Core File Systems The Eclipse Platform Resources component provides the fundamental model underlying the IDE portion of the Eclipse Platform. This includes the central concepts of resources (projects, folders, and files), builders, natures, resource change listeners, etc. . This package contains the org.eclipse.core.filesystem bundle which provides an abstract, generic file system API, including an implementation of this API for the local file system. This is the API through which the resources plugin accesses an underlying file system. Package: libeclipse-core-jobs-java Description-md5: 572c4c9bf96f90ec6463270ec3cc8be7 Description-en: Eclipse Core Jobs Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.jobs bundle. Package: libeclipse-core-net-java Description-md5: 6e2b6e2cf36f74fd5dc7a3a009259953 Description-en: Eclipse Internet Connection Management The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.core.net bundle. Package: libeclipse-core-resources-java Description-md5: b977aa146c454d904f3026d21de32b0d Description-en: Eclipse Core Resource Management The Eclipse Platform Resources component provides the fundamental model underlying the IDE portion of the Eclipse Platform. This includes the central concepts of resources (projects, folders, and files), builders, natures, resource change listeners, etc. . This package contains the org.eclipse.core.resources bundle. Package: libeclipse-core-runtime-java Description-md5: bfb85463ada4a263df796ac2e084a576 Description-en: Eclipse Core Runtime Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.core.runtime bundle. Package: libeclipse-core-variables-java Description-md5: b8fb8f9e0ae96cc38a3ebd9245f2c446 Description-en: Eclipse Core Variables The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.core.variables bundle. Package: libeclipse-debug-core-java Description-md5: 505462db58447728a64b922ac7d21756 Description-en: Eclipse Debug Core The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.debug.core bundle. Package: libeclipse-debug-ui-java Description-md5: df7a530086d6f876c2dccf22c60b9bb3 Description-en: Eclipse Debug UI The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.debug.ui bundle. Package: libeclipse-e4-core-commands-java Description-md5: 1e22bc2dbec6abc5895d8c6097126716 Description-en: Eclipse e4 core commands The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.core.commands bundle. Package: libeclipse-e4-core-contexts-java Description-md5: 7918272c1a35c3748c30c05651c93137 Description-en: Eclipse Contexts Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.contexts bundle. Package: libeclipse-e4-core-di-annotations-java Description-md5: 26ada04531f7672a82b19cdb6d07abab Description-en: Eclipse Dependency Injection Annotations Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di.annotations bundle. Package: libeclipse-e4-core-di-extensions-java Description-md5: dcee35d0ea2b5f1856fc04fef0473b38 Description-en: Eclipse Dependency Injection Extensions Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di.extensions bundle. Package: libeclipse-e4-core-di-extensions-supplier-java Description-md5: c578ddd45174624a927708b45b9e0814 Description-en: Eclipse Dependency Injection Extensions Supplier Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di.extensions.supplier bundle. Package: libeclipse-e4-core-di-java Description-md5: 0c63856cf4c9c1c1d8b379cfebfc3960 Description-en: Eclipse Dependency Injection Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.di bundle. Package: libeclipse-e4-core-services-java Description-md5: 9b3280e2ad355dc29b05eaf5b4a64772 Description-en: Eclipse Application Services Eclipse Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as a Rich Client Platform (RCP) and as a comprehensive tool integration platform. The core component provides basic platform infrastructure that does not involve any UI. . This package contains the org.eclipse.e4.core.services bundle. Package: libeclipse-e4-emf-xpath-java Description-md5: 07058aa8c5efea5f25c34318dd12e2e0 Description-en: Eclipse EMF XPath The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.emf.xpath bundle. Package: libeclipse-e4-ui-bindings-java Description-md5: c4fe5caaeef59d8da6dedb3caeca4028 Description-en: Eclipse Bindings Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.bindings bundle. Package: libeclipse-e4-ui-css-core-java Description-md5: cc4963893327128bc61bc5d72790ccd6 Description-en: Eclipse CSS Core Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.css.core bundle. Package: libeclipse-e4-ui-css-swt-java Description-md5: 330b2e0d8353e524e8a3c1d4d250314b Description-en: Eclipse CSS SWT Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.css.swt bundle. Package: libeclipse-e4-ui-css-swt-theme-java Description-md5: d6ee7da878636d05c746a94e8f6982bf Description-en: Eclipse CSS SWT Theme Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.css.swt.theme bundle. Package: libeclipse-e4-ui-di-java Description-md5: 1aaf589073a62d0df86212be0db52a37 Description-en: Eclipse UI Dependency Injection The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.di bundle. Package: libeclipse-e4-ui-dialogs-java Description-md5: 2f1fe559ca112b92e1c93cc8f1e53f6e Description-en: Eclipse e4 dialogs The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.dialogs bundle. Package: libeclipse-e4-ui-model-workbench-java Description-md5: 22ec8d8b90dd3eed41c081a1b02b2827 Description-en: Eclipse Workbench Model The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.model.workbench bundle. Package: libeclipse-e4-ui-progress-java Description-md5: ffb4c4bc3f976c696286a9c684b414cc Description-en: Eclipse e4 Progress View The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.progress bundle. Package: libeclipse-e4-ui-services-java Description-md5: af374f584f4165ae77c1b56db36d4fa8 Description-en: Eclipse UI Application Services The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.services bundle. Package: libeclipse-e4-ui-swt-gtk-java Description-md5: 61e8b04f6936f0dadf16ce0dc73e10e1 Description-en: Eclipse UI GTK Enhancements The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.swt.gtk bundle. Package: libeclipse-e4-ui-widgets-java Description-md5: ea8aec609a1c6603d93ac7819976944b Description-en: Eclipse UI Custom widgets The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.widgets bundle. Package: libeclipse-e4-ui-workbench-addons-swt-java Description-md5: e8bdeea087bb33d728eea89e76ed5829 Description-en: Eclipse e4 Workbench Add-ons The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench.addons.swt bundle. Package: libeclipse-e4-ui-workbench-java Description-md5: ae1028c11b726d46c387aeb1b3ca628b Description-en: Eclipse e4 Workbench The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench bundle. Package: libeclipse-e4-ui-workbench-renderers-swt-java Description-md5: 4dd7d1b3dec1279a754d183b64ff7ff2 Description-en: Eclipse e4 Workbench SWT Renderer The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench.renderers.swt bundle. Package: libeclipse-e4-ui-workbench-swt-java Description-md5: 92a35c18e67cea3b0c5bab6ac796dc00 Description-en: Eclipse e4 Workbench SWT The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench.swt bundle. Package: libeclipse-e4-ui-workbench3-java Description-md5: 494fa0bff5403988bdf61e253049c8ad Description-en: Bundle for Workbench APIs available in e4 The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.e4.ui.workbench3 bundle. Package: libeclipse-emf-common-java Description-md5: ab14f135aea8d768eb2111559a87735a Description-en: Eclipse Modeling Framework (EMF) Common The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . This package contains the org.eclipse.emf.common bundle. Package: libeclipse-emf-ecore-java Description-md5: ab76567f35d5ceccec2c261148a6b7ac Description-en: Eclipse Modeling Framework (EMF) Ecore The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . This package contains the org.eclipse.emf.ecore bundle. Package: libeclipse-emf-ecore-xmi-java Description-md5: d0606cc18876bb686f0a78e2666e0484 Description-en: Eclipse Modeling Framework (EMF) XML/XMI Persistence The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . This package contains the org.eclipse.emf.ecore.xmi bundle. Package: libeclipse-help-java Description-md5: 0cce2e07aa34add66416b9f0002aa255 Description-en: Eclipse Help System Core The Platform User Assistance component provides the mechanisms for making the Eclipse applications easier to use. These mechanisms are made available throughout usage life cycle and include initial user experience (welcome), online documentation, dynamic help, search, cheat sheets, automation and samples. . The goal of this component is to make it easier for users to accomplish their tasks in Eclipse applications. While it includes the traditional book-based help system, increasing effort is spent towards bringing assistance closer to the user. Welcome, dynamic help view and cheat sheets are examples of user assistance vehicles that can be used that way. . This package contains the org.eclipse.help bundle. Package: libeclipse-jdt-annotation-java Description-md5: 4edeb285ebc5e9ef1304d67b4df8b08a Description-en: Eclipse JDT Annotations for Enhanced Null Analysis Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.annotation bundle. Package: libeclipse-jdt-apt-core-java Description-md5: 8f788dbe56fe770b5c0562ab0bd8658f Description-en: Eclipse Java Annotation Processing Core Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.apt.core bundle. Package: libeclipse-jdt-apt-pluggable-core-java Description-md5: 3c339457dbebd2f308178fee971c1f2d Description-en: Eclipse Java Compiler Apt IDE Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.apt.pluggable.core bundle. Package: libeclipse-jdt-astview-java Description-md5: 77d5f9b829f1add0a3b42cf431ccbb16 Description-en: Eclipse AST View Plug-in Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.astview bundle. Package: libeclipse-jdt-compiler-apt-java Description-md5: efe41d5412152180c4aa222b09936f8c Description-en: Eclipse Java Compiler Apt Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.compiler.apt bundle. Package: libeclipse-jdt-compiler-tool-java Description-md5: 633d9c84f959857a482ed88013f9642d Description-en: Eclipse Java Compiler Tool Support Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.compiler.tool bundle. Package: libeclipse-jdt-core-java Description-md5: 6fcc840619481910d26d008490f0f617 Description-en: Eclipse Java Development Tools Core Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE. It includes: * An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows one to run and debug code which still contains unresolved errors. * A Java Model that provides API for navigating the Java element tree. The Java element tree defines a Java centric view of a project. It surfaces elements like package fragments, compilation units, binary classes, types, methods, fields. * A Java Document Model providing API for manipulating a structured Java source document. * Code assist and code select support. * An indexed based search infrastructure that is used for searching, code assist, type hierarchy computation, and refactoring. The Java search engine can accurately find precise matches either in sources or binaries. * Evaluation support either in a scrapbook page or a debugger context. * Source code formatter . This package contains the org.eclipse.jdt.core bundle. Package: libeclipse-jdt-core-manipulation-java Description-md5: cb712e294ea330c4ae0488827874cff8 Description-en: Eclipse Java Code Manipulation Functionality Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.core.manipulation bundle. Package: libeclipse-jdt-debug-java Description-md5: df6dbdc3fc9b5636c3816c00d007b4ad Description-en: Eclipse JDI Debug Model Eclipse JDT Debug implements Java debugging support and works with any JDPA-compliant target Java VM. It is implemented on top of the language independent "debug model" provided by the platform debugger. . This package contains the org.eclipse.jdt.debug bundle. Package: libeclipse-jdt-debug-ui-java Description-md5: 4a0faa292447bc96d82b60b51d8fec86 Description-en: Eclipse JDI Debug UI Eclipse JDT Debug implements Java debugging support and works with any JDPA-compliant target Java VM. It is implemented on top of the language independent "debug model" provided by the platform debugger. . This package contains the org.eclipse.jdt.debug.ui bundle. Package: libeclipse-jdt-junit-core-java Description-md5: 0740d585dffdede0b45523f357d66098 Description-en: Eclipse Java Development Tools JUnit core support Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.junit.core bundle. Package: libeclipse-jdt-junit-runtime-java Description-md5: ad4507eee0d5cf1586307019f01a855e Description-en: Eclipse Java Development Tools JUnit Runtime Support Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.junit.runtime bundle. Package: libeclipse-jdt-junit4-runtime-java Description-md5: 21d2a64265b4cc6a3a048886b61ad175 Description-en: Eclipse Java Development Tools JUnit4 Runtime Support Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.junit4.runtime bundle. Package: libeclipse-jdt-launching-java Description-md5: 55c6275cd6c3de25aea46f8a5bfb1e57 Description-en: Eclipse Java Development Tools Launching Support Eclipse JDT Debug implements Java debugging support and works with any JDPA-compliant target Java VM. It is implemented on top of the language independent "debug model" provided by the platform debugger. . This package contains the org.eclipse.jdt.launching bundle. Package: libeclipse-jdt-ui-java Description-md5: d377d30d4280e2109ee894c3eded217f Description-en: Eclipse Java Development Tools UI Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.jdt.ui bundle. Package: libeclipse-jface-databinding-java Description-md5: 1e9aa718a9d82019b835ae3efcaae193 Description-en: Eclipse JFace Data Binding for SWT and JFace The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.jface.databinding bundle. Package: libeclipse-jface-java Description-md5: 1b175d5ab552a4194ef51cce3c20f8d9 Description-en: Eclipse JFace The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.jface bundle. Package: libeclipse-jface-text-java Description-md5: dcf3e4489dc53ba89de645f8a9310ef0 Description-en: Eclipse JFace Text Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.jface.text bundle. Package: libeclipse-jsch-core-java Description-md5: 7c96f8f0767fd0450c9410f0a8d291a3 Description-en: Eclipse JSch Core The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.jsch.core bundle. Package: libeclipse-ltk-core-refactoring-java Description-md5: 0559d2bafe53684f47f1048676a61463 Description-en: Eclipse Refactoring Core Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.ltk.core.refactoring bundle. Package: libeclipse-ltk-ui-refactoring-java Description-md5: b392fd9be9f0ccf77227075e5067d9c9 Description-en: Eclipse Refactoring UI Eclipse JDT UI implements the user interface for the Java IDE. It provides several workbench contributions for viewing and manipulating Java code: * Package Explorer View - shows the Java element tree as defined by a project's build class path * Type Hierarchy View - shows the sub- and supertype hierarchies * Java Outline View - shows the structure of a Java compilation unit or class file * Java Browsing Perspecitve - allows navigating the Java model using separate views for projects, packages, types and memebers. * Wizards for creating Java elements - Java project, package, class, interface * Java Editor - syntax coloring, content specific code assist, code resolve, method level edit, import assistance, quick fix and quick assist . In addition to these workbench elements the following functions are provided: * Refactoring support - Extract Method, Safe Rename and Moving with reference updates, Self Encapsulate Field etc. * Java searching - find declarations of and/or references to packages, types, methods, and fields, scoped to the workspace, a working set, or the current selection. * Java aware structured compare - determine and present changes to individual Java methods. It supports to replace individual Java elements with a version of an element from the local history. . This package contains the org.eclipse.ltk.ui.refactoring bundle. Package: libeclipse-osgi-compatibility-state-java Description-md5: ee7212c7e361a1d6ce910c82a0ba7988 Description-en: Equinox State and Resolver Compatibility Fragment The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi.compatibility.state bundle. Package: libeclipse-osgi-java Description-md5: d7fa22f3b3237ce1d59f6a2bdf498012 Description-en: Eclipse OSGi System Bundle The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi bundle. Package: libeclipse-osgi-services-java Description-md5: 9a24921eff82bfff72370ccc8db60c08 Description-en: Eclipse OSGi Service Interfaces and Classes The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi.services bundle. Package: libeclipse-osgi-util-java Description-md5: 43fede6c426a8a8a31951c2bf79b6fb0 Description-en: Eclipse OSGi Utility Classes The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.osgi.util bundle. Package: libeclipse-search-java Description-md5: 86f8e6adc8cfe45b027d6eddb0a3c4f4 Description-en: Eclipse Search Support Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.search bundle. Package: libeclipse-team-core-java Description-md5: a5d0fcd861a5812f8a2cdf2d5ce1e4b8 Description-en: Eclipse Team Support Core The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.team.core bundle. Package: libeclipse-team-genericeditor-diff-extension-java Description-md5: f67b5250405486986ff9fea4cfef96ff Description-en: Eclipse Diff Extension for Generic Editor The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.team.genericeditor.diff.extension bundle. Package: libeclipse-team-ui-java Description-md5: 1f82fff727909fdcdb86ab1466e89666 Description-en: Eclipse Team Support UI The Team component is responsible for providing repository tooling integration into Eclipse and a universal compare facility for use by repository tooling and others. . This package contains the org.eclipse.team.ui bundle. Package: libeclipse-text-java Description-md5: 39d73c4bf9a94a39a354a222c18671a0 Description-en: Eclipse Text Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.text bundle. Package: libeclipse-ui-browser-java Description-md5: d7d6552005e1f419dfa43242984f32ee Description-en: Eclipse Browser Support The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.browser bundle. Package: libeclipse-ui-console-java Description-md5: 9cf22555abcc0aa4c1a10ea76fa7b451 Description-en: Eclipse Console The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.ui.console bundle. Package: libeclipse-ui-editors-java Description-md5: 8ddf421d386c97529a891f0693106183 Description-en: Eclipse Default Text Editor Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.ui.editors bundle. Package: libeclipse-ui-externaltools-java Description-md5: b09b2dee46a4b537596fbd992cb2c28e Description-en: Eclipse External Tools The Debug component of the Eclipse platform defines language independent facilities and mechanisms for: * Launching programs * Source lookup * Defining and registering breakpoints * Event notification from programs being debugged * A language independent debug model * A language independent debug UI . The Debug component does not provide an implementation of a debugger, it is the duty of other plug-ins to provide language specific implementations of debuggers. . This package contains the org.eclipse.ui.externaltools bundle. Package: libeclipse-ui-forms-java Description-md5: b20f440057959415c10cdc3a2e2c7421 Description-en: Eclipse UI forms The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.forms bundle. Package: libeclipse-ui-genericeditor-java Description-md5: 100654d2591cebabd97a4752aa66aa7a Description-en: EEclipse Generic and Extensible Text Editor Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.ui.genericeditor bundle. Package: libeclipse-ui-ide-application-java Description-md5: 2cc8664fa899e76eb0e26e19ebd614b3 Description-en: Eclipse IDE UI Application The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.ide.application bundle. Package: libeclipse-ui-ide-java Description-md5: c04a56fa273df93a007412137a960627 Description-en: Eclipse IDE UI The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.ide bundle. Package: libeclipse-ui-java Description-md5: ff75371251caac13333add74fe58d454 Description-en: Eclipse UI The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui bundle. Package: libeclipse-ui-monitoring-java Description-md5: 57576815f6b9b878c03a324cb6b26612 Description-en: Eclipse UI Responsiveness Monitoring The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.monitoring bundle. Package: libeclipse-ui-navigator-java Description-md5: 2b686ce4c1bc3338ec5063937147344a Description-en: Eclipse Common Navigator View The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.navigator bundle. Package: libeclipse-ui-views-java Description-md5: ec6e7d4ac3631d5d24e4763a55c37b17 Description-en: Eclipse Views The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.views bundle. Package: libeclipse-ui-views-properties-tabbed-java Description-md5: 613f3110d61aee6400c46140205a990f Description-en: Eclipse Tabbed Properties View The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.views.properties.tabbed bundle. Package: libeclipse-ui-workbench-java Description-md5: 3801fe2d71979b795c22442b052f1183 Description-en: Eclipse Workbench The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.ui.workbench bundle. Package: libeclipse-ui-workbench-texteditor-java Description-md5: fe8ec2315ba2d0d0a002dcea7a7bc874 Description-en: Eclipse Text Editor Framework Eclipse Platform Text is part of the Platform UI project and provides the basic building blocks for text and text editors within Eclipse and contributes the Eclipse default text editor. . This package contains the org.eclipse.ui.workbench.texteditor bundle. Package: libeclipse-urischeme-java Description-md5: 5fa358e9cbf85ac7877538e9323c65a4 Description-en: Eclipse URI Scheme Handling The Eclipse Platform UI project is responsible for the runtime, user interface and help components of Eclipse. Platform UI provides the basic building blocks to create the Eclipse IDE and other Eclipse based applications called Rich Client Platform (RCP). . This package contains the org.eclipse.urischeme bundle. Package: libeclipselink-java Description-md5: b9354a583928ce33900e3d0cf61e9603 Description-en: Eclipse Persistence Services Project Eclipse Persistence Services Project, more commonly known as EclipseLink, is a Java comprehensive persistence framework delivering a set of persistence services based around standards. This lets you rapidly build applications that combine the best aspects of object technology and the specific data source. . EclipseLink was started by a donation of the full source code and test suites of Oracle's TopLink product. . EclipseLink's services currently include object-relational with JPA, object-XML binding in MOXy (with support for JAXB), a Service Data Objects (SDO) implementation and support for another technologies like: Database Web Services (DWS), XML-Relational (XRM) and Non-Relational (EIS via JCA). Package: libeclipselink-java-doc Description-md5: 19c292c038ea1777e94e8fcaa172e8f5 Description-en: Documentation for libeclipselink-java Documentation for Eclipse Persistence Services Project, more commonly known as EclipseLink, that is a Java comprehensive persistence framework delivering a set of persistence services based around standards. This lets you rapidly build applications that combine the best aspects of object technology and the specific data source. . EclipseLink was started by a donation of the full source code and test suites of Oracle's TopLink product. . EclipseLink's services currently include object-relational with JPA, object-XML binding in MOXy (with support for JAXB), a Service Data Objects (SDO) implementation and support for another technologies like: Database Web Services (DWS), XML-Relational (XRM) and Non-Relational (EIS via JCA). Package: libel-api-java Description-md5: 495320accc019c2fb801d456720ab891 Description-en: Expression Language API EL is a simple language designed to meet the needs of the presentation layer in Java web applications. . It features: * A simple syntax restricted to the evaluation of expressions * Variables and nested properties * Relational, logical, arithmetic, conditional, and empty operators * Functions implemented as static methods on Java classes * Lenient semantics where appropriate default values and type conversions are provided to minimize exposing errors to end users Package: libemail-address-list-perl Description-md5: 3fc6255da5265acbc59619c9e81436bc Description-en: RFC close address list parsing Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed with Resent- (eg Resent-From) e-mail headers. Package: libequinox-app-java Description-md5: 53c35e2293eb2b57513fceef9206bacd Description-en: Eclipse Equinox Application Container The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.app bundle. Package: libequinox-bidi-java Description-md5: 0036b98196129cc3ac58112dcaeb8515 Description-en: Eclipse Equinox Bidirectional Text Support The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.bidi bundle. Package: libequinox-cm-java Description-md5: 4bd7c240dc67cbf9de95ddef6986f276 Description-en: Eclipse Equinox Configuration Admin The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.cm bundle. Package: libequinox-common-java Description-md5: 7eee21fbae56db5bac05330aa124a10e Description-en: Eclipse Equinox Common Utility Bundle The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.common bundle. Package: libequinox-concurrent-java Description-md5: 72f3a9de5c9501bc660976a8299d96e7 Description-en: Eclipse Equinox Concurrent API The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.concurrent bundle. Package: libequinox-console-java Description-md5: 29b320bcc2918c2cff95c733df0097a7 Description-en: Eclipse Equinox Console plug-in The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.console bundle. Package: libequinox-coordinator-java Description-md5: b61d3b145ad069123f8195ef0c0658ea Description-en: Eclipse Equinox Coordinator The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.coordinator bundle. Package: libequinox-device-java Description-md5: e7bdb5d8e5fb9d1acf1fbff764d727ed Description-en: Eclipse Equinox Device Access Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.device bundle. Package: libequinox-ds-java Description-md5: 5e979565da5f4290a37cdae97c8741ae Description-en: Eclipse Equinox Declarative Services The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.ds bundle. Package: libequinox-event-java Description-md5: 1cbf73011cd61cfb82077d2e40667e34 Description-en: Eclipse Equinox Event Admin The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.event bundle. Package: libequinox-frameworkadmin-equinox-java Description-md5: 6a2880fdeb8728e050cf072a6c126f5a Description-en: Equinox Framework Admin for Equinox The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.frameworkadmin.equinox bundle. Package: libequinox-frameworkadmin-java Description-md5: fa72483d0b35a08b8abf6df37290ac15 Description-en: Equinox Framework Admin The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.frameworkadmin bundle. Package: libequinox-http-jetty-java Description-md5: 7515827db0ceb3721f8025c0515d6711 Description-en: Eclipse Equinox Jetty HTTP Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.jetty bundle. Package: libequinox-http-jetty-starter-java Description-md5: ac12932acd4cfd1fef527a288f44ca19 Description-en: Eclipse Equinox Jetty HTTP Service Starter The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.jetty.starter bundle. Package: libequinox-http-registry-java Description-md5: f66ea3826bbcbe6cf26b4b967e1b50a1 Description-en: Eclipse Equinox HTTP Registry The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.registry bundle. Package: libequinox-http-servlet-java Description-md5: c4421a42d40d2b8bfe18ec1503c04b7b Description-en: Eclipse Equinox HTTP Services Servlet The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.servlet bundle. Package: libequinox-http-servletbridge-java Description-md5: d65e77cc0e1063d4cbfe9b14d0c3fe35 Description-en: Eclipse Equinox Servletbridge HTTP Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.http.servletbridge bundle. Package: libequinox-io-java Description-md5: c5bf51a7f1bb2b388d5fae1658248654 Description-en: Eclipse Equinox IO Connector Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.io bundle. Package: libequinox-ip-java Description-md5: 4db916f753d88974ed8737a37bf8d91d Description-en: Eclipse Equinox Initial Provisioning The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.ip bundle. Package: libequinox-jsp-jasper-java Description-md5: 6bb78197a1e525720d19434fc9cf025c Description-en: Eclipse Equinox Jasper Jsp Support Bundle The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.jsp.jasper bundle. Package: libequinox-jsp-jasper-registry-java Description-md5: 757300ae9aad8de2c56a3927e67b7d92 Description-en: Eclipse Equinox Jasper Jsp Registry Support Plug-in The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.jsp.jasper.registry bundle. Package: libequinox-launcher-java Description-md5: 4519b31a4be8485d7c00b249fc988368 Description-en: Eclipse Equinox Launcher The Equinox Framework component is tasked with being a full implementation to the OSGi Core Framework R4 specification. In addition, the Framework component produces launchers, bootstrap infrastructure and application models that facilitate the use of Equinox OSGi in end-user product scenarios. . This package contains the org.eclipse.equinox.launcher bundle. Package: libequinox-metatype-java Description-md5: a07ac6d5d61a8accab549449281975f8 Description-en: Eclipse Equinox Meta Type The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.metatype bundle. Package: libequinox-osgi-java Description-md5: e79e3887f77b1b0685c7387d3224f564 Description-en: Equinox OSGi framework (Transitional) This package includes the Eclipse Equinox OSGi framework, which can be used outside Eclipse. Equinox is an implementation of the OSGi core framework specification, a set of bundles that implement various optional OSGi services and other infrastructure for running OSGi-based systems. The Equinox OSGi core framework implementation is used as the reference implementation and as such it implements all the required features of the latest OSGi core framework specification. . More generally, the goal of the Equinox project is to be a first class OSGi community and foster the vision of Eclipse as a landscape of bundles. As part of this, it is responsible for developing and delivering the OSGi framework implementation used for all of Eclipse. Package: libequinox-p2-artifact-optimizers-java Description-md5: 64daedf527b2d7d904f16c1a983f7bc0 Description-en: Equinox p2 Artifact Optimizers The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.artifact.optimizers bundle. Package: libequinox-p2-artifact-processors-java Description-md5: 9332cac47f1d921c03f646a3231b5e16 Description-en: Equinox p2 Artifact Processing Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.artifact.processors bundle. Package: libequinox-p2-artifact-repository-java Description-md5: 48ba9b825a1d44c0a276d556fede256f Description-en: Equinox Provisioning Artifact Repository Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.artifact.repository bundle. Package: libequinox-p2-console-java Description-md5: 5e3253db4d7d982b2fb5f90f7d56f6f1 Description-en: Equinox Provisioning Console The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.console bundle. Package: libequinox-p2-core-java Description-md5: 87887b71f9ef7322d79c70f7079a3fb1 Description-en: Equinox p2 Core The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.core bundle. Package: libequinox-p2-director-app-java Description-md5: ab2c107bbfef193403d8a5dbf8eca35a Description-en: Equinox Provisioning Director Application The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.director.app bundle. Package: libequinox-p2-director-java Description-md5: db9ceb65e72211e2f8c258067cb50c8e Description-en: Equinox Provisioning Director The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.director bundle. Package: libequinox-p2-directorywatcher-java Description-md5: 50be00d41510abd513f6c0c646d3b4b2 Description-en: Equinox Provisioning Directory Watcher The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.directorywatcher bundle. Package: libequinox-p2-discovery-java Description-md5: acc5c2330e1f11d7461fb182309e1d97 Description-en: Equinox Provisioning Discovery The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.discovery bundle. Package: libequinox-p2-engine-java Description-md5: 7170a4be9eedb91b67b74b5562651f62 Description-en: Equinox Provisioning Engine The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.engine bundle. Package: libequinox-p2-extensionlocation-java Description-md5: 5fe8f041d2c8fb38d6dff7d7f4d779a8 Description-en: Equinox Provisioning Extension Location Repository Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.extensionlocation bundle. Package: libequinox-p2-garbagecollector-java Description-md5: 9dda31eeec3bed764947d3a29bfb0604 Description-en: Equinox Provisioning Garbage Collector The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.garbagecollector bundle. Package: libequinox-p2-jarprocessor-java Description-md5: 2b1d4c2394e8e9f9a6e4336349d54be4 Description-en: Equinox Provisioning JAR Processor The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.jarprocessor bundle. Package: libequinox-p2-metadata-java Description-md5: db38c9ca592d20bd10454f9e86a32a87 Description-en: Equinox Provisioning Metadata The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.metadata bundle. Package: libequinox-p2-metadata-repository-java Description-md5: fea7627ba4738c24a36f03f5c90cdf67 Description-en: Equinox Provisioning Metadata Repository The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.metadata.repository bundle. Package: libequinox-p2-operations-java Description-md5: 4a4b81406beb6a37292dae8adc946173 Description-en: Equinox Provisioning Operations API The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.operations bundle. Package: libequinox-p2-publisher-eclipse-java Description-md5: 058b74d6f261fcfe7e5a47f9820b2420 Description-en: Equinox Provisioning Publisher for Eclipse The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.publisher.eclipse bundle. Package: libequinox-p2-publisher-java Description-md5: 0722b64c29cd4bc139da8192cdbdac34 Description-en: Equinox Provisioning Publisher Infrastructure The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.publisher bundle. Package: libequinox-p2-reconciler-dropins-java Description-md5: 0b9e4982432be23b2c979408071f918f Description-en: Equinox Provisioning Drop-in The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.reconciler.dropins bundle. Package: libequinox-p2-repository-java Description-md5: aeb82ecb7457cba93447e608b796f2d2 Description-en: Equinox Provisioning Repository The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.repository bundle. Package: libequinox-p2-repository-tools-java Description-md5: 709d166cecbbd6970ecdc9e0518aaf31 Description-en: Equinox Provisioning Repository Tools The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.repository.tools bundle. Package: libequinox-p2-sar-java Description-md5: f68af03d2b063340afe36888fc2de050 Description-en: Equinox Sar Plug-in The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.sar bundle. Package: libequinox-p2-touchpoint-eclipse-java Description-md5: e2b214c2ac7b6191267dcf5d0fd4af7b Description-en: Equinox Provisioning Eclipse Touchpoint The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.touchpoint.eclipse bundle. Package: libequinox-p2-touchpoint-natives-java Description-md5: 59ff9db7f64f17aad8e473f85921fae7 Description-en: Equinox Provisioning Native Touchpoint The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.touchpoint.natives bundle. Package: libequinox-p2-updatechecker-java Description-md5: fa3c0c1b9b3942b3bb16d0b4583699d2 Description-en: Equinox Provisioning Update Checker The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.updatechecker bundle. Package: libequinox-p2-updatesite-java Description-md5: 77c7766a562868b69e9e1358ab9b480d Description-en: Equinox Provisioning Legacy Update Site Support The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.p2.updatesite bundle. Package: libequinox-preferences-java Description-md5: 3d19d960537756f838c86fb4541db10d Description-en: Eclipse Preferences Mechanism The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.preferences bundle. Package: libequinox-region-java Description-md5: 098e1d50452924d21b13511ebaeddde0 Description-en: Eclipse Equinox Region The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.region bundle. Package: libequinox-registry-java Description-md5: 0dcad7cd125f0cd5fdeaa80cd565356e Description-en: Eclipse Extension Registry Support The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.registry bundle. Package: libequinox-security-java Description-md5: 60feb49512d8a14898ca248221516670 Description-en: Eclipse Equinox Java Authentication and Authorization Service (JAAS) The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.security bundle. Package: libequinox-servletbridge-java Description-md5: 31db84622ff621d9845b577125c13939 Description-en: Eclipse Equinox Servletbridge The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.servletbridge bundle. Package: libequinox-simpleconfigurator-java Description-md5: 502b9d2bac99086ec2220bc1d48c2962 Description-en: Equinox Simple Configurator The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.simpleconfigurator bundle. Package: libequinox-simpleconfigurator-manipulator-java Description-md5: 643eac663fd5248c66dac3358ba2708e Description-en: Equinox Simple Configurator Manipulator The Equinox p2 project focuses on provisioning technology for OSGi-based applications. Although p2 has specific support for installing Eclipse and Equinox-based applications, it includes a general-purpose provisioning infrastructure that can be used as the basis for provisioning solutions for a wide variety of software applications. . This package contains the org.eclipse.equinox.simpleconfigurator.manipulator bundle. Package: libequinox-transforms-hook-java Description-md5: ac76645b3a36ea175183ee9599539707 Description-en: Eclipse Equinox Transformer Hook Framework Extension The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.transforms.hook bundle. Package: libequinox-transforms-xslt-java Description-md5: 5be6df8aefab3862083ce7e5e00118ed Description-en: Eclipse Equinox Transforms XSLT The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.transforms.xslt bundle. Package: libequinox-useradmin-java Description-md5: 72c90021ad3b7a7de4ef3087aa599667 Description-en: Eclipse Equinox User Admin Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.useradmin bundle. Package: libequinox-util-java Description-md5: ce883b21f71d6477231251536372ed37 Description-en: Eclipse Equinox Util The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.util bundle. Package: libequinox-weaving-caching-java Description-md5: 9e5373029b5d74ea16f22e4c6e001789 Description-en: Eclipse Equinox Weaving Caching The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.weaving.caching bundle. Package: libequinox-weaving-hook-java Description-md5: 88ad057f5066abbffa10792d87199883 Description-en: Eclipse Equinox Weaving Hook The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.weaving.hook bundle. Package: libequinox-wireadmin-java Description-md5: 548de3938868e3b3178d23fe84b9ef0f Description-en: Eclipse Equinox Wire Admin Service The Equinox Bundles project is tasked with implementing all add-on services detailed in the OSGi specifications including the output of the various OSGi Expert groups. In addition, the bundles component team defines and produces bundles and services that are of general utility to OSGi systems and programmers. . This package contains the org.eclipse.equinox.wireadmin bundle. Package: libevdev-tools Description-md5: 8215286e33efa9da0bec00b270659e56 Description-en: wrapper library for evdev devices - tools libevdev is a wrapper library for evdev devices. It provides functions covering the common tasks when dealing with evdev devices, thus avoiding erroneous ioctls and other errors. . This package contains touchpad-edge-detector. Package: libf2fs-dev Description-md5: 9090684e8963064f08604faa481804ba Description-en: Core library for Flash-Friendly File System - Development files F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the development files. Package: libf2fs-format-dev Description-md5: 9090684e8963064f08604faa481804ba Description-en: Core library for Flash-Friendly File System - Development files F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the development files. Package: libf2fs-format4 Description-md5: 057dbaadc80b64b33338981cd2e122b7 Description-en: Format library for Flash-Friendly File System F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the format f2fs library. Package: libf2fs5 Description-md5: 253e6f7b4db11095b46512587d3bdb98 Description-en: Core library for Flash-Friendly File System F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS). . This package contains the core f2fs library. Package: libflamingo-java Description-md5: 87c368b95e3d2b53e69097bf8c3f51cc Description-en: Provides a swing ribbon container for Java applications The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. Package: libflamingo-java-doc Description-md5: 402daedb68aed8540d41b18500e85cc6 Description-en: Provides a swing ribbon container for Java applications (documentation) The goal of this project is to provide a Swing implementation of the ribbon container and related components. The components have consistent visuals under the existing core and third-party look-and-feels, respect the DPI settings of the user desktop and follow the core Swing guidelines in the external APIs and the internal implementation details. . This package contains API documentation (Javadoc) for libflamingo-java. Package: libflatpak-dev Description-md5: f9135201eda156c70603b021dde6c396 Description-en: Application deployment framework for desktop apps (development) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains development headers and pkg-config metadata for libflatpak0. Package: libflatpak-doc Description-md5: c7d59a541c5d9998f886d74daf4ac8d6 Description-en: Application deployment framework for desktop apps (documentation) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains reference documentation for libflatpak0. Package: libflatpak0 Description-md5: 0e4073ffd5dff85f7c3cfe70f89906ed Description-en: Application deployment framework for desktop apps (library) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains the flatpak shared library, used by higher level package management tools like gnome-software. Package: libflightcrew-dev Description-md5: 10924909d3d2f70ba19f3cfbf6590961 Description-en: C++ library development filesfor epub validation FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. . This package contains the development headers. Package: libflightcrew0v5 Description-md5: 4c1c6d0d20e71f9048e88c6709b09a4d Description-en: C++ library for epub validation FlightCrew is an epub validator written in C++. It is used by sigil to validate epub files, and may be generally useful for other epub creation utilities. . This package contains the shared library. Package: libfontawesomefx-java Description-md5: 44c35df8640ac44a804326bb4445bbd9 Description-en: Font Awesome perfectly integrated into JavaFX This package allows Java developers to easily integrate different icon fonts like Font Awesome, WeatherIcons, MaterialStackIcons, Material Design Font, Octicons and 525Icons into their JavaFX applications. This is possible because all icons are scalable vector graphics and each icon can be styled with CSS. Package: libfontbox-java Description-md5: 3cd3ec1efa6b1b5821425455ac283be8 Description-en: Java font library The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the library itself. Package: libfontbox-java-doc Description-md5: c7c66289c846c279d4d14b3122e05ce2 Description-en: Java font library (Documentation) The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the documentation for the library. Package: libfontbox2-java Description-md5: 1ac9b26e4e8b96b1f1df47024c6df1d4 Description-en: Java font library The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains version 2 of the library. Package: libfontbox2-java-doc Description-md5: b0ae46979c66811b11c82672ffd673c4 Description-en: Java font library (Documentation) The Apache FontBox library is an open source Java tool to obtain low level information from font files. . This package contains the documentation for version 2 of the library. Package: libfreeimage-dev Description-md5: 4129e76eb9e52c897ce2fb9f8fd275f0 Description-en: Support library for graphics image formats (development files) FreeImage is an Open Source C/C++ library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, and cross-platform (works both with Linux, 32 bit Windows and Mac OS X). . This package contains the headers and static libraries needed to develop programs using FreeImage. Package: libfreeimage3 Description-md5: 2f539de70cf9d55bc83670220e485935 Description-en: Support library for graphics image formats (library) FreeImage is an Open Source C/C++ library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, and cross-platform (works both with Linux, 32 bit Windows and Mac OS X). . This package contains the FreeImage library. Package: libfreeimage3-dbg Description-md5: 58deb9e650554970c252053702d41a01 Description-en: Support library for graphics image formats (debugging symbols) FreeImage is an Open Source C/C++ library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, and cross-platform (works both with Linux, 32 bit Windows and Mac OS X). . This package contains the debugging symbols for the FreeImage library. Package: libfreeimageplus-dev Description-md5: a2d8ef35cb3e1db7404b59417b2fa2ea Description-en: C++ wrappers for FreeImage (development files) FreeImage is an Open Source C/C++ library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, and cross-platform (works both with Linux, 32 bit Windows and Mac OS X). . This package contains the headers and static libraries needed to develop programs using FreeImagePlus. Package: libfreeimageplus-doc Description-md5: 423cbb5aa34be3a4af0dcf1e28a74993 Description-en: C++ wrappers for FreeImage (documentation) FreeImage is an Open Source C/C++ library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, and cross-platform (works both with Linux, 32 bit Windows and Mac OS X). . This package contains the documentation for FreeImagePlus. Package: libfreeimageplus3 Description-md5: bae4fb27f6e46fa967704c6d473a0f63 Description-en: C++ wrappers for freeimage (library) FreeImage is an Open Source C/C++ library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, and cross-platform (works both with Linux, 32 bit Windows and Mac OS X). . This package contains the FreeImagePlus library. Package: libfreeimageplus3-dbg Description-md5: 015c3eddf36ca83ab03cd6dbb79e469b Description-en: C++ wrappers for FreeImage (debugging symbols) FreeImage is an Open Source C/C++ library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, and cross-platform (works both with Linux, 32 bit Windows and Mac OS X). . This package contains the debugging symbols for the FreeImagePlus library. Package: libfreerdp-cache1.1 Description-md5: a7b1659ac2e94d604c4ba011a96a205c Description-en: Free Remote Desktop Protocol library (cache library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the cache shared library. Package: libfreerdp-client1.1 Description-md5: 9760c93d5c8358ba350b301916d02993 Description-en: Free Remote Desktop Protocol library (client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-client shared library. Package: libfreerdp-codec1.1 Description-md5: 942925a17905b9614f0ec5cc870b064d Description-en: Free Remote Desktop Protocol library (codec library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-codec shared library. Package: libfreerdp-common1.1.0 Description-md5: 6bec69bf96eece7cb5a290d9c1c345ce Description-en: Free Remote Desktop Protocol library (common library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-common shared library. Package: libfreerdp-core1.1 Description-md5: da41c1db65d2f22871a01c856369da83 Description-en: Free Remote Desktop Protocol library (core library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-core shared library. Package: libfreerdp-crypto1.1 Description-md5: 5faed766ca38af9ab814812b983c9aae Description-en: Free Remote Desktop Protocol library (freerdp-crypto library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-crypto shared library. Package: libfreerdp-dev Description-md5: 87d789b26f2354d9180f00d23a677478 Description-en: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the FreeRDP development files. Package: libfreerdp-gdi1.1 Description-md5: 225326a1974c48835182f78b47f1a1a8 Description-en: Free Remote Desktop Protocol library (GDI library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-gdi shared library. Package: libfreerdp-locale1.1 Description-md5: d57b118a372e5b736ce3693ef415248c Description-en: Free Remote Desktop Protocol library (locale library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-locale shared library. Package: libfreerdp-plugins-standard Description-md5: ed8b426a92913e353617225df357473e Description-en: RDP client for Windows Terminal Services (plugins) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the plugins available to the Channel Manager extending the RDP core functionality, such as sounds, clipboard synchronisation, disk/printer redirection, etc. Package: libfreerdp-primitives1.1 Description-md5: c9bec7bdbcff700f3d548c6264146b04 Description-en: Free Remote Desktop Protocol library (primitives library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-primitives shared library. Package: libfreerdp-rail1.1 Description-md5: 3c41b0d69e6502356a7ef38e7e957903 Description-en: Free Remote Desktop Protocol library (rail library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-rail shared library. Package: libfreerdp-utils1.1 Description-md5: 830e5422727edf4a91e75ca0e5f557cb Description-en: Free Remote Desktop Protocol library (freerdp-utils library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the freerdp-utils shared library. Package: libfribidi-bin Description-md5: 5bd2ed1fd36acd62b51191a5c088558f Description-en: Free Implementation of the Unicode BiDi algorithm (utility) FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains a command line interface for the fribidi library. Package: libfuzzer-10-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libfuzzer-8-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libfuzzer-9-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libgcc-7-dev-alpha-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-amd64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-armel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-hppa-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-i386-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-m68k-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mips-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mips64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mips64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-mipsel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-powerpcspe-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-ppc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-riscv64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-s390x-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-sh4-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-sparc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-7-dev-x32-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-alpha-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-amd64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-arm64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-armel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-armhf-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-hppa-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-i386-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-m68k-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mips-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mips64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mips64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-mipsel-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-powerpc-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-powerpcspe-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-ppc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-ppc64el-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-riscv64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-s390x-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-sh4-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-sparc64-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc-8-dev-x32-cross Description-md5: 4ab7cb439b47e1d0796fbaf8447229ac Description-en: GCC support library (development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libgcc1-alpha-cross Description-md5: c1449e893b96c119e159b8dd0061b335 Description-en: GCC support library (alpha) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libgcc1-amd64-cross Description-md5: dbd58de92a4101b2b20e035a2233fc65 Description-en: GCC support library (amd64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libgcc1-armel-cross Description-md5: 8771c736c3d986a94c65167d73ff74bc Description-en: GCC support library (armel) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for armel architecture, for use in cross-compile environment. Package: libgcc1-dbg-alpha-cross Description-md5: b8c12cca568ff246f42316c6923248bd Description-en: GCC support library (debug symbols) (alpha) Debug symbols for the GCC support library. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libgcc1-dbg-amd64-cross Description-md5: cdbc0da901e5b46128cb5ba05d82a4e4 Description-en: GCC support library (debug symbols) (amd64) Debug symbols for the GCC support library. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-arm64-cross Description-md5: 65ca5ec6eddb1a24e637a6c1d5f72e9b Description-en: GCC support library (debug symbols) (arm64) Debug symbols for the GCC support library. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-armel-cross Description-md5: 524b3ac2d448d93b37d2d244c2b996d5 Description-en: GCC support library (debug symbols) (armel) Debug symbols for the GCC support library. . This package contains files for armel architecture, for use in cross-compile environment. Package: libgcc1-dbg-armhf-cross Description-md5: 8660e92657443c82a3e1f92f8da39835 Description-en: GCC support library (debug symbols) (armhf) Debug symbols for the GCC support library. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libgcc1-dbg-i386-cross Description-md5: 9872e557eec6112e2e9403badb34db09 Description-en: GCC support library (debug symbols) (i386) Debug symbols for the GCC support library. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libgcc1-dbg-mips-cross Description-md5: e7655f9ff6efd04d48defe8f30f54d25 Description-en: GCC support library (debug symbols) (mips) Debug symbols for the GCC support library. . This package contains files for mips architecture, for use in cross-compile environment. Package: libgcc1-dbg-mips64-cross Description-md5: 00edfc3961ee4d229c01f5a8957e647c Description-en: GCC support library (debug symbols) (mips64) Debug symbols for the GCC support library. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-mips64el-cross Description-md5: 8528b9b598a0022db536a9e490b4ce3d Description-en: GCC support library (debug symbols) (mips64el) Debug symbols for the GCC support library. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libgcc1-dbg-mipsel-cross Description-md5: 3930f51efe424b6fe751fef09a12b1ae Description-en: GCC support library (debug symbols) (mipsel) Debug symbols for the GCC support library. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libgcc1-dbg-powerpc-cross Description-md5: 145377cc3047b079cff435291a72e727 Description-en: GCC support library (debug symbols) (powerpc) Debug symbols for the GCC support library. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libgcc1-dbg-powerpcspe-cross Description-md5: 37be3d137a04b62fed5bfa76428aa355 Description-en: GCC support library (debug symbols) (powerpcspe) Debug symbols for the GCC support library. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libgcc1-dbg-ppc64-cross Description-md5: c5268934c839c22c4bf810edbcd02025 Description-en: GCC support library (debug symbols) (ppc64) Debug symbols for the GCC support library. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-ppc64el-cross Description-md5: 7e5ddf278e8ff0e889b7f1e19eb4bd55 Description-en: GCC support library (debug symbols) (ppc64el) Debug symbols for the GCC support library. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libgcc1-dbg-riscv64-cross Description-md5: 5f5b88e41a5da8676a062c14e16e404a Description-en: GCC support library (debug symbols) (riscv64) Debug symbols for the GCC support library. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-s390x-cross Description-md5: b4efaef8d520c8fbce8d390b18949989 Description-en: GCC support library (debug symbols) (s390x) Debug symbols for the GCC support library. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libgcc1-dbg-sh4-cross Description-md5: d4a862e8d1b7fda9a14d6180f1ef99ae Description-en: GCC support library (debug symbols) (sh4) Debug symbols for the GCC support library. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libgcc1-dbg-sparc64-cross Description-md5: f6a6d8b94854b8565f0d0fa95e539ebc Description-en: GCC support library (debug symbols) (sparc64) Debug symbols for the GCC support library. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libgcc1-dbg-x32-cross Description-md5: 34bebb6e67e07863d7023fc847a75c4e Description-en: GCC support library (debug symbols) (x32) Debug symbols for the GCC support library. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libgcc1-i386-cross Description-md5: e340b46865ab958070306e789ff32213 Description-en: GCC support library (i386) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libgcc1-mips-cross Description-md5: 1460f2d7d37d562923c7faaf0cf48249 Description-en: GCC support library (mips) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips architecture, for use in cross-compile environment. Package: libgcc1-mips64-cross Description-md5: 1ed3494f7decff486d41d819f7a71576 Description-en: GCC support library (mips64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libgcc1-mips64el-cross Description-md5: b103b0e7b6b6cdfa46bfc1e1ff6c01af Description-en: GCC support library (mips64el) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libgcc1-mipsel-cross Description-md5: 16930d2cdf795ab3d2d173c5043c46dc Description-en: GCC support library (mipsel) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libgcc1-powerpcspe-cross Description-md5: 89be2d37f5525a6336f622ee51db2ee9 Description-en: GCC support library (powerpcspe) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libgcc1-ppc64-cross Description-md5: bda529369c13a335003e1a9d8f396453 Description-en: GCC support library (ppc64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libgcc1-riscv64-cross Description-md5: 477d3fda890f6445bbd199516aed7b4e Description-en: GCC support library (riscv64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libgcc1-s390x-cross Description-md5: 7d651d554ddf8fc473fd6d6feda218a1 Description-en: GCC support library (s390x) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libgcc1-sh4-cross Description-md5: dca961cb406b7f3ffec5ae5354f5e0ce Description-en: GCC support library (sh4) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libgcc1-sparc64-cross Description-md5: 763d06745e3ccbfca5c5187240684bbe Description-en: GCC support library (sparc64) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libgcc1-x32-cross Description-md5: f260d13bf38c4bf7f34927887b6ec92a Description-en: GCC support library (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libgcc2-dbg-m68k-cross Description-md5: f491064ef62d12c753dff3a9dd63d656 Description-en: GCC support library (debug symbols) (m68k) Debug symbols for the GCC support library. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libgcc2-m68k-cross Description-md5: 53ea5560d50645c6f9da8c3fd539f026 Description-en: GCC support library (m68k) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libgcc4-dbg-hppa-cross Description-md5: e152c0741f76bc322451b65f8fc6773c Description-en: GCC support library (debug symbols) (hppa) Debug symbols for the GCC support library. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libgcc4-hppa-cross Description-md5: 7025f57159a1cf219666461fd810564f Description-en: GCC support library (hppa) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libgccjit-8-doc Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180 Description-en: GCC just-in-time compilation (documentation) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgd-tools Description-md5: a44edd93634f43d7184a7456c237f804 Description-en: GD command line tools and example code GD is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colours, cut and paste from other images, flood fills, and write out the result as a PNG file. This is particularly useful in World Wide Web applications, where PNG is one of the formats accepted for inline images by most browsers. . This is some simple command line tools and example code that use the GD graphics library. Package: libgfortran-7-dev-alpha-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-amd64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-arm64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-armel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-armhf-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-hppa-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-i386-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-m68k-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mips-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mips64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mips64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-mipsel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-powerpc-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-powerpcspe-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-ppc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-ppc64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-riscv64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-s390x-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-sh4-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-sparc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-7-dev-x32-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-alpha-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-amd64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-arm64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-armel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-armhf-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-hppa-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-i386-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-m68k-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mips-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mips64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mips64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-mipsel-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-powerpc-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-powerpcspe-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-ppc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-ppc64el-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-riscv64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-s390x-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-sh4-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-sparc64-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran-8-dev-x32-cross Description-md5: 146f5739f84c8211389d84c7aa5bf949 Description-en: Runtime library for GNU Fortran applications (development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libgfortran4-alpha-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-amd64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-arm64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-armel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-armhf-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-alpha-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-amd64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-arm64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-armel-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-armhf-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-hppa-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-i386-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-m68k-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-mips-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-mips64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-mips64el-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-mipsel-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-powerpc-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-powerpcspe-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-ppc64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-ppc64el-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-riscv64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-s390x-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-sh4-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-sparc64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-dbg-x32-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-hppa-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-i386-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-m68k-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mips-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mips64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mips64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-mipsel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-powerpc-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-powerpcspe-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-ppc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-ppc64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-riscv64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-s390x-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-sh4-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-sparc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran4-x32-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5 Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-alpha-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-amd64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-arm64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-armel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-armhf-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-alpha-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-amd64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-arm64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-armel-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-armhf-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-hppa-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-i386-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-m68k-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-mips-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-mips64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-mips64el-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-mipsel-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-powerpc-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-powerpcspe-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-ppc64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-ppc64el-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-riscv64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-s390x-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-sh4-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-sparc64-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-dbg-x32-cross Description-md5: 8e6e17da8d0b42fc976ade7330c11a20 Description-en: Runtime library for GNU Fortran applications (debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-hppa-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-i386-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-m68k-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mips64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-mipsel-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-powerpc-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-powerpcspe-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-ppc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-ppc64el-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-riscv64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-s390x-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-sh4-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-sparc64-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgfortran5-x32-cross Description-md5: bb4b9e7dbbaa67e95441936718b11f39 Description-en: Runtime library for GNU Fortran applications Library needed for GNU Fortran applications linked against the shared library. Package: libgit2-26 Description-md5: 21ccc509818a651f24c1dc0ed5907a4c Description-en: low-level Git library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. Package: libgit2-dev Description-md5: 0ecd9e5d81e77e4aa1198aab98818ccd Description-en: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package contains the development files for libgit2. Package: libgles2-mesa Description-md5: 635a93bcd1440d16621693fe064c2aa9 Description-en: transitional dummy package This is a transitional dummy package, it can be safely removed. Package: libglib2.0-tests Description-md5: 08c6a283a0e7547a1f8014a0ba341a09 Description-en: GLib library of C routines - installed tests GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. . This package contains test programs, designed to be run as part of a regression testsuite. Package: libgluegen2-build-java Description-md5: e7d3a58ba4366ceaa417efd7c363d941 Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package contains some Java sources necessary to build gluegen-based packages. Package: libgluegen2-doc Description-md5: bce8dad7ed52f2931bed6116b2d002f6 Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package includes the API documentation for Gluegen package. Package: libgluegen2-jni Description-md5: d1e395a15a54aef7af9c2374b7a81bac Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package includes the architecture specific java native interface part. Package: libgluegen2-rt-java Description-md5: ba3b2527d680e913d6313b9198c4baae Description-en: Tool to automatically generate the Java and JNI code Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. . This package contains the gluegen 2 runtime files. Package: libgmbal-commons-java Description-md5: fdb982a55c8269ac91d26a6194412fb6 Description-en: GlassFish MBean Annotation Library (Common APIs) The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. . This package contains the common APIs used by Gmbal. Package: libgmbal-java Description-md5: 23c420069473fe71a7593986fbce1289 Description-en: GlassFish MBean Annotation Library The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. Package: libgmbal-pfl-java Description-md5: 2ba786c83e0aba1c4d27e367f17fe138 Description-en: GlassFish MBean Annotation Library (Primitive Function Library) The GlassFish MBean Annotation Library (gmbal, pronounced as in "gumball") is a runtime annotation processor that creates Open MBeans. This is useful for creating a management API for existing code with minimal effort. It is intended to be applied to existing modules (which may be OSGi bundles in GlassFish v3, or any other packaging model including standard jar files), but could be used anywhere that it is desired to combine the definition of the management API with the module API and implementation. . Gmbal is not limited to use in GlassFish. Gmbal is completely independent of GlassFish, and may be used in a context where GlassFish is not present. . This package contains the Primitive Function Library used by Gmbal (PFL) Package: libgnat-7 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-alpha-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-amd64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-arm64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-armel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-armhf-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-dbg Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-alpha-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-amd64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-arm64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-armel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-armhf-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-hppa-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-i386-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-m68k-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mips-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mips64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mips64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-mipsel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-powerpc-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-powerpcspe-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-ppc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-ppc64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-s390x-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-sh4-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-sparc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-dbg-x32-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-7-hppa-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-i386-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-m68k-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mips-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mips64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mips64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-mipsel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-powerpc-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-powerpcspe-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-ppc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-ppc64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-s390x-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-sh4-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-sparc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-7-x32-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8 Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-alpha-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-amd64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-arm64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-armel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-armhf-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-dbg Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-alpha-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-amd64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-arm64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-armel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-armhf-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-hppa-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-i386-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-m68k-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mips-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mips64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mips64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-mipsel-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-powerpc-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-ppc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-ppc64el-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-s390x-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-sh4-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-sparc64-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-dbg-x32-cross Description-md5: a1f30e9b04fb19502b1c456fd0019eb1 Description-en: runtime for applications compiled with GNAT (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the debugging symbols. Package: libgnat-8-hppa-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-i386-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-m68k-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mips-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mips64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mips64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-mipsel-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-powerpc-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-ppc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-ppc64el-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-s390x-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-sh4-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-sparc64-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnat-8-x32-cross Description-md5: 27cdab3b846cfe71a546e1fbdc98570c Description-en: runtime for applications compiled with GNAT (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnat library provides runtime components needed by most applications produced with GNAT. . This package contains the runtime shared library. Package: libgnatvsn7 Description-md5: 75e330fcf9a585cbfe2857d4468e3c84 Description-en: GNU Ada compiler selected components (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the runtime shared library. Package: libgnatvsn7-dbg Description-md5: 814414c51c0b951882f9da1be21702ba Description-en: GNU Ada compiler selected components (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the debugging symbols. Package: libgnatvsn7-dev Description-md5: fa344c0d231c640dd6ef6c54f6b9640a Description-en: GNU Ada compiler selected components (development files) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the development files and static library. Package: libgnatvsn8 Description-md5: 75e330fcf9a585cbfe2857d4468e3c84 Description-en: GNU Ada compiler selected components (shared library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the runtime shared library. Package: libgnatvsn8-dbg Description-md5: 814414c51c0b951882f9da1be21702ba Description-en: GNU Ada compiler selected components (debugging symbols) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the debugging symbols. Package: libgnatvsn8-dev Description-md5: fa344c0d231c640dd6ef6c54f6b9640a Description-en: GNU Ada compiler selected components (development files) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . The libgnatvsn library exports selected GNAT components for use in other packages, most notably ASIS tools. It is licensed under the GNAT-Modified GPL, allowing to link proprietary programs with it. . This package contains the development files and static library. Package: libgo11 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-alpha-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-amd64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-arm64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-armel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-armhf-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-dbg Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-alpha-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-amd64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-arm64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-armel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-armhf-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-i386-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-m68k-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mips-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mips64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mips64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-mipsel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-powerpc-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-powerpcspe-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-ppc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-ppc64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-s390x-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-sparc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-dbg-x32-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo11-i386-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-m68k-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mips-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mips64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mips64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-mipsel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-powerpc-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-powerpcspe-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-ppc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-ppc64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-s390x-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-sparc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo11-x32-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-alpha-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-amd64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-arm64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-armel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-armhf-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-dbg Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-alpha-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-amd64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-arm64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-armel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-armhf-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-i386-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mips-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mips64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mips64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-mipsel-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-powerpc-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-powerpcspe-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-ppc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-ppc64el-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-riscv64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-s390x-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-sparc64-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-dbg-x32-cross Description-md5: e9237330081a278c3cbccde9c5c63b3a Description-en: Runtime library for GNU Go applications (debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libgo13-i386-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mips-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mips64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mips64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-mipsel-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-powerpc-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-powerpcspe-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-ppc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-ppc64el-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-riscv64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-s390x-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-sparc64-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo13-x32-cross Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgomp-plugin-nvptx1 Description-md5: f9c2e1e8b9ed7ce64aa263f868e92b29 Description-en: GCC OpenMP v4.5 plugin for offloading to NVPTX This package contains libgomp plugin for offloading to NVidia PTX. The plugin needs libcuda.so.1 shared library that has to be installed separately. Package: libgomp1-alpha-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-amd64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-armel-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-alpha-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-amd64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-arm64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-armel-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-armhf-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-hppa-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-i386-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-m68k-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mips-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mips64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mips64el-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-mipsel-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-powerpc-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-powerpcspe-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-ppc64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-ppc64el-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-riscv64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-s390x-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-sh4-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-sparc64-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-dbg-x32-cross Description-md5: 7e2cdd49ce630cb7e2347d7fe5ca5677 Description-en: GCC OpenMP (GOMP) support library (debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-hppa-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-i386-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-m68k-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mips64el-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-mipsel-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-powerpcspe-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-ppc64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-riscv64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-s390x-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-sh4-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-sparc64-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgomp1-x32-cross Description-md5: 9651123458dd1bf3c162dfb6a6292ff4 Description-en: GCC OpenMP (GOMP) support library GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libgoogle-gson-java Description-md5: 2b1754e95e8fb7186dca1aecb7efcf4b Description-en: Converts Java objects into their JSON representation Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. . Gson Goals . * Provide simple toJson() and fromJson() methods to convert Java objects to JSON and vice-versa * Allow pre-existing unmodifiable objects to be converted to and from JSON * Extensive support of Java Generics * Allow custom representations for objects * Support arbitrarily complex objects (with deep inheritance hierarchies and extensive use of generic types) Package: libgpac-dev Description-md5: 316544dd0e1538183bd40ed9a7866f0c Description-en: GPAC Project on Advanced Content - development files GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains files that are used for application development. Package: libgpac4 Description-md5: e13d47211be1f8e7b4e3fbd270291eaa Description-en: GPAC Project on Advanced Content - shared libraries GPAC stands for GPAC Project on Advanced Content (a recursive acronym). It is an Open Source multimedia framework for research and academic purposes. The project covers different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity). . This package contains the shared libraries used at runtime in depending packages. Package: libgpars-groovy-java Description-md5: 93eda5aa5ac62e105a810a51670a6023 Description-en: open-source concurrency library for Groovy Library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Package: libgpars-groovy-java-doc Description-md5: befec2317e497213c3adc8a9892acad8 Description-en: documentation for libgpars-groovy-java Documentation for GPars that is a library that provides multiple high-level abstractions for writing concurrent code in Groovy, including: map/reduce, fork/join, asynchronous closures, actors, agents, dataflow concurrency and other concepts. Package: libgphobos-7-dev-amd64-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-armel-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-armhf-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-i386-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-7-dev-x32-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-amd64-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-armel-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-armhf-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-i386-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos-8-dev-x32-cross Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd Description-en: Phobos D standard library This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-armel-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-armel-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos71-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-armel-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-armel-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-dbg-x32-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgphobos76-x32-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libgradle-core-java Description-md5: 0c6217316a01ebb760a13500b1ba8d3a Description-en: Powerful build system for the JVM - Core libraries Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the Gradle Core API library. Package: libgradle-plugins-java Description-md5: 5d26540d5ad9b62edacb93637ecd29c9 Description-en: Powerful build system for the JVM - All plugins Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains the standard Gradle plugins except: . * Zinc compiler * Kotlin DSL * AWS S3 * Google APIs Package: libgraphics-magick-perl Description-md5: 694d24fef1105bb316b3f9173117fd3c Description-en: format-independent image processing - perl interface GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. . This package contains the classes to access GraphicsMagick functionality from Perl scripts. It is mostly similar to PerlMagick from the ImageMagick suite, but uses a different class name. Package: libgraphicsmagick++-q16-12 Description-md5: 1fe23345dc7cd3338f53a708adf5ba04 Description-en: format-independent image processing - C++ shared library GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. . This package contains the C++ libraries needed to run executables that use the GraphicsMagick++ library. Package: libgraphicsmagick++1-dev Description-md5: c434d28c960294b4a0907771a5da8424 Description-en: format-independent image processing - C++ development files GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. . This package contains the C++ development headers and library files needed to compile programs using the GraphicsMagick++ library. Package: libgraphicsmagick-q16-3 Description-md5: d06d6596f024f6bf4586132dd3ff4b7b Description-en: format-independent image processing - C shared library GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. . This package contains the C libraries needed to run executables that use the GraphicsMagick library. Package: libgraphicsmagick1-dev Description-md5: 961bf066eabe097555c4949fc351c377 Description-en: format-independent image processing - C development files GraphicsMagick provides libraries in several programming languages to read, write and manipulate image files across a large number of formats, from the widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image formats found on some photo CDs. There are functions for finegrained image processing tasks, as well as conversion routines between the various image formats. . The GraphicsMagick library is a fork of ImageMagick and therefore offers an interface that is similar in features, but intended to be more stable across releases. While compatibility does not go so far that the GraphicsMagick library serves as a drop-in replacement for ImageMagick, conversion can usually be done with little effort. . This package contains the C development headers and library files needed to compile programs using the GraphicsMagick library. Package: libgrilo-0.3-bin Description-md5: 2c40ba71303b39aff11904c08bc1b5bb Description-en: Framework for discovering and browsing media - Binaries Grilo is a framework focused on making media discovery and browsing easy for application developers. . More precisely, Grilo provides: * A single, high-level API that abstracts the differences among various media content providers, allowing application developers to integrate content from various services and sources easily. * A collection of plugins for accessing content from various media providers. Developers can share efforts and code by writing plugins for the framework that are application agnostic. * A flexible API that allows plugin developers to write plugins of various kinds. . This package contains the utilities. Package: libhesiod-dev Description-md5: 2a4c00e41fd0b17bd205e9c26fd8593d Description-en: Project Athena's DNS-based directory service - development files Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley Internet Name Daemon, and leverages the existing DNS infrastructure of a network. It is used on a number of university networks, including MIT and Iowa State University. . This package contains Hesiod's include files and static library. Package: libhesiod0 Description-md5: ea831c950063507e31bb33a46ae62f5f Description-en: Project Athena's DNS-based directory service - libraries Hesiod is a name service library that can provide general name service for a variety of applications. It is derived from BIND, the Berkeley Internet Name Daemon, and leverages the existing DNS infrastructure of a network. It is used on a number of university networks, including MIT and Iowa State University. . This package contains Hesiod's shared library. Package: libhfasan4-armel-cross Description-md5: 09bf8c68db014d2e295e8f70edf1f99a Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfasan4-dbg-armel-cross Description-md5: c66da7d65dee73706e5b2b3bc0ede0a7 Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfasan5-armel-cross Description-md5: 09bf8c68db014d2e295e8f70edf1f99a Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfasan5-dbg-armel-cross Description-md5: c66da7d65dee73706e5b2b3bc0ede0a7 Description-en: AddressSanitizer -- a fast memory error detector (hard float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libhfatomic1-armel-cross Description-md5: c9356c86838148f6c7c3e87d70a777c8 Description-en: support library providing __atomic built-in functions (hard float ABI) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libhfatomic1-dbg-armel-cross Description-md5: 3ba42f961e7ef161cee8b5c4ad42f170 Description-en: support library providing __atomic built-in functions (hard float ABI debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libhfcilkrts5-armel-cross Description-md5: bb35a9aa52882a9f0f6df4d468abb375 Description-en: Intel Cilk Plus language extensions (hard float ABI) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libhfcilkrts5-dbg-armel-cross Description-md5: 0a3b6a27c37c7499bcd1a1e79160e53d Description-en: Intel Cilk Plus language extensions (hard float ABI debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libhfgcc-7-dev-armel-cross Description-md5: 137452806b755b182069e030eedeb66c Description-en: GCC support library (hard float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libhfgcc-8-dev-armel-cross Description-md5: 137452806b755b182069e030eedeb66c Description-en: GCC support library (hard float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libhfgcc1-armel-cross Description-md5: 84896e6bc936faaf2f24f89e40210809 Description-en: GCC support library (armel) (hard float ABI) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfgcc1-dbg-armel-cross Description-md5: 524b3ac2d448d93b37d2d244c2b996d5 Description-en: GCC support library (debug symbols) (armel) Debug symbols for the GCC support library. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfgfortran-7-dev-armel-cross Description-md5: 8884fa3dfae1d8d6256da6f6242d6f68 Description-en: Runtime library for GNU Fortran applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libhfgfortran-8-dev-armel-cross Description-md5: 8884fa3dfae1d8d6256da6f6242d6f68 Description-en: Runtime library for GNU Fortran applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libhfgfortran4-armel-cross Description-md5: d2b3075146355d3759544a1fc47bbf69 Description-en: Runtime library for GNU Fortran applications (hard float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libhfgfortran4-dbg-armel-cross Description-md5: 4adc4cf259b09ccf4ae311047068c96a Description-en: Runtime library for GNU Fortran applications (hard float ABI debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libhfgfortran5-armel-cross Description-md5: d2b3075146355d3759544a1fc47bbf69 Description-en: Runtime library for GNU Fortran applications (hard float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libhfgfortran5-dbg-armel-cross Description-md5: 4adc4cf259b09ccf4ae311047068c96a Description-en: Runtime library for GNU Fortran applications (hard float ABI debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libhfgomp1-armel-cross Description-md5: b5303a6ef96adb96d71d7ff35b774341 Description-en: GCC OpenMP (GOMP) support library (hard float ABI) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libhfgomp1-dbg-armel-cross Description-md5: 45dc480428dce930c94919208b8f05cf Description-en: GCC OpenMP (GOMP) support library (hard float ABI debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libhfobjc-7-dev-armel-cross Description-md5: 66ce7748417de77384120567f780ea68 Description-en: Runtime library for GNU Objective-C applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libhfobjc-8-dev-armel-cross Description-md5: 66ce7748417de77384120567f780ea68 Description-en: Runtime library for GNU Objective-C applications (hard float ABI development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libhfobjc4-armel-cross Description-md5: 509998238abeb60c58effa376022140d Description-en: Runtime library for GNU Objective-C applications (hard float ABI) Library needed for GNU ObjC applications linked against the shared library. Package: libhfobjc4-dbg-armel-cross Description-md5: c287b5581f1aa6c2d023139b4f894b91 Description-en: Runtime library for GNU Objective-C applications (hard float ABI debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libhfstdc++-7-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++-8-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++6-7-dbg-armel-cross Description-md5: fce4dc9e827ea30fcfae17bed319d6ca Description-en: GNU Standard C++ Library v3 (debugging files) (armel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++6-8-dbg-armel-cross Description-md5: fce4dc9e827ea30fcfae17bed319d6ca Description-en: GNU Standard C++ Library v3 (debugging files) (armel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfstdc++6-armel-cross Description-md5: e7f441cd3391fd24809f111a42ae3a3f Description-en: GNU Standard C++ Library v3 (armel) (hard float ABI) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armel architecture, for use in cross-compile environment. Package: libhfubsan0-armel-cross Description-md5: 3696f3c908d1a6ea4de817a97d458ea3 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhfubsan0-dbg-armel-cross Description-md5: b97c57c29d3a3d4d023fe3a642f649a5 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhfubsan1-armel-cross Description-md5: 3696f3c908d1a6ea4de817a97d458ea3 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhfubsan1-dbg-armel-cross Description-md5: b97c57c29d3a3d4d023fe3a642f649a5 Description-en: UBSan -- undefined behaviour sanitizer (hard float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libhibernate-validator-java Description-md5: 91e0fac9bcd97cc00f06df4d08a7be8d Description-en: Hibernate Validator Hibernate Validator aims at defining and checking a domain model level constraints. It supports custom constraints definitions as well as full internationalization. Annotations are used to define constraints on object level. The validation mechanism can be executed in different layers in your application without having to duplicate any of these rules (presentation layer, data access layer, Database schema). . Hibernate Validator integrates with Hibernate by applying the constraints on the database schema (DDL generation) and by checking entity validity before Hibernate inserts or updates instances. You can use Hibernate Validator with any Java Persistence provider, not only Hibernate, although you will not be able to use automatic DDL alteration for constraint generation outside of Hibernate EntityManager. Package: libhikaricp-java Description-md5: 77cdca28140922a6cab47ab2a040664f Description-en: high-performance JDBC connection pool library HikariCP is a high performance, low overhead JDBC connection pool library for Java. It aims at being simple, robust, reliable and extremely fast. HikariCP comes with sane defaults that perform well in most deployments without additional tweaking. Package: libhivex-bin Description-md5: 89fa267ea5ad3e7afa9180854b40559f Description-en: utilities for reading and writing Windows Registry hives libhivex is a self-contained library for reading and writing Windows Registry "hive" binary files. . This package contains a few command line programs that utilize libhivex. Package: libhivex-dev Description-md5: a35a894e56b30e590b859ae01c6cf84e Description-en: library for reading and writing Windows Registry hives libhivex is a self-contained library for reading and writing Windows Registry "hive" binary files. . This package provides static libraries and header files. Package: libhivex-ocaml Description-md5: 1623b0e7530f23ef553e4a918e9d5528 Description-en: OCaml bindings for hivex -- runtime files OCaml bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. . This package include only the shared runtime stub libraries. Package: libhivex-ocaml-dev Description-md5: 9ddfa7e26a1aeab261f075cfd0a8a0c0 Description-en: OCaml bindings for hivex -- development files OCaml bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. . This package contains all the files needed to develop OCaml programs which use OCaml bindings to libhivex. Package: libhivex0 Description-md5: 3d0eb54ce30942f3cfec8dcf94168cd1 Description-en: library for reading and writing Windows Registry hives libhivex is a self-contained library for reading and writing Windows Registry "hive" binary files. . Unlike many other tools in this area, it doesn't use the textual .REG format for output, because parsing that is as much trouble as parsing the original binary format. Instead it makes the file available through a C API, or there is a separate program to export the hive as XML. Package: libhsail-rt-7-dev-amd64-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-7-dev-i386-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-7-dev-x32-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev-amd64-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev-i386-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt-8-dev-x32-cross Description-md5: fdf9fe3239090741752f3b2eb4cff918 Description-en: HSAIL runtime library (development files) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-amd64-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-dbg-amd64-cross Description-md5: 39f852853221b4edf5e1683739a093bd Description-en: HSAIL runtime library (debug symbols) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-dbg-i386-cross Description-md5: 39f852853221b4edf5e1683739a093bd Description-en: HSAIL runtime library (debug symbols) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-dbg-x32-cross Description-md5: 39f852853221b4edf5e1683739a093bd Description-en: HSAIL runtime library (debug symbols) This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-i386-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsail-rt0-x32-cross Description-md5: 84a3c02391f5e02bf06f20db11410669 Description-en: HSAIL runtime library This library implements the agent-side runtime functionality required to run HSA finalized programs produced by the BRIG frontend. . The library contains both the code required to run kernels on the agent and also functions implementing more complex HSAIL instructions. Package: libhsqldb-java Description-md5: 14fbf72456caca34a30a0a8e72445104 Description-en: Java SQL database engine HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:2.29 and SQL:2.23 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. Package: libhsqldb-java-doc Description-md5: 6747e4900845c8ea75518580d62ba25b Description-en: documentation for HSQLDB HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:2.29 and SQL:2.23 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . This package contains the documentation of HSQLDB. Package: libhsqldb1.8.0-java Description-md5: 214a2c1ad31e54bb2dc0632a9a88f65a Description-en: Java SQL database engine HSQLDB is an SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of SQL-92 (BNF tree format) plus SQL:1999 and SQL:2003 enhancements. It offers a small, fast database engine that offers both in-memory and disk-based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets), and a number of demonstration examples. . Web site: http://hsqldb.org/ Package: libhtml-stripscripts-perl Description-md5: 5630c87178afcfe3f49d16005cba6177 Description-en: module for removing scripts from HTML HTML::StripScripts is a Perl module for neutralizes scripting constructs in HTML, leaving as much non-scripting markup in place as possible. This allows web applications to display HTML originating from an untrusted source without introducing cross-site scripting (XSS) vulnerabilities. . The process is based on whitelists of tags, attributes and attribute values. This approach is the most secure against disguised scripting constructs hidden in malicious HTML documents. . As well as removing scripting constructs, this module ensures that there is a matching end for each start tag, and that the tags are properly nested. . You will probably use HTML::StripScripts::Parser rather than using this module directly (see libhtml-stripscripts-parser-perl). Package: libigraph0-dev Description-md5: f5c998c77b6e408f6030ecba1f61565e Description-en: library for creating and manipulating graphs - development files igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This package contains the include files and static library for igraph. Package: libigraph0v5 Description-md5: 3ea33fb618124d2b325cdee8e15acf48 Description-en: library for creating and manipulating graphs igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. . This is the runtime library package. Package: libimage-exiftool-perl Description-md5: 6a9fcb8900a4bcf06c6df9e0a5368b62 Description-en: library and program to read and write meta information in multimedia files Image::ExifTool is a Perl module with an included command-line application called exiftool for reading and writing meta information in a wide variety of files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony. . The following modules/packages are recommended for specific features, e.g. decoding compressed and/or encrypted information from the indicated file types, calculating digest values for some information types, etc.: . * Archive::Zip / libarchive-zip-perl: ZIP, DOCX, PPTX, XLSX, ODP, ODS, ODT, EIP, iWork * Unicode::LineBreak / libunicode-linebreak-perl: for column-alignment of alternate language output * POSIX::strptime / libposix-strptime-perl: for inverse date/time conversion * Time::Piece (in perl core): alternative to POSIX::strptime * IO::Compress::RawDeflate + IO::Uncompress::RawInflate (in perl core): for reading FLIF images Package: libimage-magick-perl Description-md5: 7ce8b44a017b6b1792ace5babb8a40cb Description-en: Perl interface to the ImageMagick graphics routines PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This is the compatibility (wrapper) perlmagick package that use the default channel depth. . This package provides the perl Image::Magick class. Package: libimage-magick-q16-perl Description-md5: b2b7bcf0fd3b8cca1a12186f85981002 Description-en: Perl interface to the ImageMagick graphics routines -- Q16 version PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This version of libimage-magick is compiled for a channel depth of 16 bits (Q16). . This package provides the perl Image::Magick::Q16 class. Package: libimage-magick-q16hdri-perl Description-md5: 8507376c7886a5145af7be82f371b30e Description-en: Perl interface to the ImageMagick graphics routines -- Q16HDRI version PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This version of libimage-magick is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). . This package provides the perl Image::Magick::Q16HDRI class. Package: libinput-tools Description-md5: a3cb13b88fab5ad6bc4954352ff16f8f Description-en: input device management and event handling library - command line tools libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices. . It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect. . This package includes the command line tools. Package: libistack-commons-java Description-md5: ede4ef727ae8f175723f810aaadfde9b Description-en: Common code for some Glassfish projects The iStack Commons project was created to promote code reuse. The shared parts of JAXP, JAXB, SAAJ, and JAX-WS projects are included in this library to reduce the footprint of end products using them. Package: libitalccore Description-md5: 34eb796020804b71c1180927ee20245a Description-en: intelligent Teaching And Learning with Computers - libraries iTALC makes it possible to access and guide the activities of students from the computer of the teacher. For example, with the help of iTALC a teacher can view the contents of students' screens and see if any of them need help. If so, the teacher can access the student's desktop and provide support; the student can watch the teacher's actions and learn from them. Alternatively the teacher can switch into "demo-mode", where all the students' screens show the contents of the teacher's screen. Furthermore, actions like locking students' screens, killing games, powering clients on or off, and much more can all be performed via iTALC. . This package provides the common libraries needed for iTALC. Package: libitm1-alpha-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-amd64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-alpha-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-amd64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-arm64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-i386-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-ppc64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-ppc64el-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-s390x-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-sh4-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-sparc64-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-dbg-x32-cross Description-md5: 41462d1cfcabe3bd47bcd28353e14894 Description-en: GNU Transactional Memory Library (debug symbols) GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-i386-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-ppc64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-s390x-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-sh4-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-sparc64-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libitm1-x32-cross Description-md5: 353dc4001cbe783e9f0a27c29f5dc3b5 Description-en: GNU Transactional Memory Library GNU Transactional Memory Library (libitm) provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libjackson-json-java Description-md5: c560d5e1336352bc316c747aa2093214 Description-en: streaming fast powerful standard conformant json processor in java Jackson is a Java-based JSON-processing package that contains: . * high-performance streaming JSON parser/generator * Tree Model that can be built from/written to parser/generator * Object Mapper that implements data binding to/from * parser/generator . API of streaming parser/generator is similar to Stax API used for efficient xml processing on Java platform. . Beyond VERY fast Json parser and generator, Jackson project also offers full data binding support through 2 different approaches: "Object Mapper" for full POJO to/from Json data mapping (similar to JAXB2) and "Tree Mapper" for something similar to DOM and XPath. Package: libjackson-json-java-doc Description-md5: 220b6b4dd03bc106ac06a954115b64a7 Description-en: standard conformant json processor in java - API documentation Jackson is a Java-based JSON-processing package that contains: . * high-performance streaming JSON parser/generator * Tree Model that can be built from/written to parser/generator * Object Mapper that implements data binding to/from * parser/generator . API of streaming parser/generator is similar to Stax API used for efficient xml processing on Java platform. . Beyond VERY fast Json parser and generator, Jackson project also offers full data binding support through 2 different approaches: "Object Mapper" for full POJO to/from Json data mapping (similar to JAXB2) and "Tree Mapper" for something similar to DOM and XPath. . This package contains the api documentation. Package: libjackson2-core-java Description-md5: 9ea23f5bd36f3deba4c38b5d5c1cda7e Description-en: fast and powerful JSON library for Java -- core library The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the Jackson core library. Package: libjackson2-core-java-doc Description-md5: ae4cf18c4f18eb2c103eef868853bf26 Description-en: Documentation for Jackson-core The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the API documentation of libjackson2-core-java. Package: libjackson2-databind-java Description-md5: 22a13b0792c5df40b06299919d32df47 Description-en: fast and powerful JSON library for Java -- data binding The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains general purpose data-binding functionality for data formats other than JSON. Package: libjackson2-databind-java-doc Description-md5: af11135594991c54971319b8c95010e8 Description-en: Documentation for jackson-databind The Jackson Data Processor is a multi-purpose Java library for processing JSON. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers. It offers three alternative methods for processing JSON: . * Streaming API inspired by StAX * Tree Model * Data Binding converts JSON to and from POJOs . In addition to the core library, there are numerous extension that provide additional functionality such as additional data formats beyond JSON, additional data types or JVM languages. . This package contains the API documentation of libjackson2-databind-java. Package: libjackson2-dataformat-xml-java Description-md5: 26393674e098295fd68e9dcf2319f596 Description-en: fast and powerful JSON library for Java -- XML dataformat Data format extension for Jackson to offer alternative support for serializing POJOs (Plain Old Java Objects) as XML and deserializing XML as POJOs. Support was implemented on top of Stax API (javax.xml.stream) by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory. Package: libjackson2-dataformat-xml-java-doc Description-md5: 81ffdf50a67bd607f11490cb8b798c31 Description-en: Documentation for Jackson-dataformat-XML Data format extension for Jackson to offer alternative support for serializing POJOs as XML and deserializing XML as POJOs. . This package contains the API documentation of libjackson2-dataformat-xml-java. Package: libjackson2-module-jaxb-annotations-java Description-md5: 94fe9da6d2c3422d40cd037c8a6186d5 Description-en: Fast and powerful JSON library for Java -- JAXB annotations This Jackson extension module provides support for using JAXB (javax.xml.bind) annotations as an alternative to native Jackson annotations. It is most often used to make it easier to reuse existing data beans that used with JAXB framework to read and write XML. Package: libjarjar-maven-plugin-java Description-md5: 74946d31b75df4f1fd5bb2b86ab04423 Description-en: Maven plugin to repackage third-party jars Utility that makes it easy to repackage Java libraries and embed them into your own distribution. This is useful for two reasons: - You can easily ship a single jar file with no external dependencies. - You can avoid problems where your library depends on a specific version of a library, which may conflict with the dependencies of another library. . This package provide a Maven plugin for Java to allow plug this into Maven build system. Package: libjava3d-java Description-md5: 8b5bf1235d6920ec22e49b7b6d11ad24 Description-en: Java 3D API (java library) The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this software, you can efficiently define and render very large virtual worlds. . This package contains the java library. Package: libjava3d-java-doc Description-md5: 5feb8b705272dd6b6c3bb1c903c7ee25 Description-en: Documentation for the Java3D API The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this software, you can efficiently define and render very large virtual worlds. . This package contains the API documentation. Package: libjava3d-jni Description-md5: 1754141bee8251fd1eb9b825e362f072 Description-en: Java3D API (java jni library) The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for creating and manipulation 3D geometry and building the structures used in rendering that geometry. With this software, you can efficiently define and render very large virtual worlds. . This package contains the java jni library. Package: libjavaewah-java Description-md5: 6505ad5e931ecadeaa6a540fbf18f039 Description-en: Compressed variant of the Java bitset class The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. . JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. It trades-off some compression for better processing speed. It also has a 32-bit version which compresses better, but is not as fast. . In general, the goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, the class tries to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme implemented is always more efficient storage-wise than an uncompressed bitmap as implemented in the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme. Package: libjavaewah-java-doc Description-md5: c4016e1098af4e0ad9868876da829d6f Description-en: Compressed variant of the Java bitset class (documentation) JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. It trades-off some compression for better processing speed. It also has a 32-bit version which compresses better, but is not as fast. . This package contains the API documentation of libjavaewah-java. Package: libjavafxsvg-java Description-md5: 2fe456ce76296818af27ee9fa3ae60e7 Description-en: CenterDevice JavaFxSVG library JavaFxSVG is a simple library adding SVG support to JavaFX. It allows use of SVG graphics just like any other image type. Package: libjavascriptcoregtk-4.0-bin Description-md5: b46d46300df68bb0e40bf9930d87be71 Description-en: JavaScript engine library from WebKitGTK+ - command-line interpreter JavaScriptCore is the JavaScript engine used in WebKit. It consists of the following building blocks: lexer, parser, start-up interpreter (LLInt), baseline JIT, a low-latency optimizing JIT (DFG), and a high-throughput optimizing JIT (FTL). . This build comes from the GTK+ port of WebKit (API version 4.0). . This package provides jsc, a command-line JavaScript interpreter. Package: libjaxb-api-java Description-md5: 47a01497b37764e46e83eb5da951f366 Description-en: Java Architecture for XML Binding API The goal of the JAXB project is to develop and evolve the code base for the Reference Implementation (RI) of JAXB, the Java Architecture for XML Binding. . This library contains the JAXB (JSR 222) API. Package: libjaxb-java Description-md5: 66e61644019b23e6f63f0f5c087432d8 Description-en: JAXB Reference Implementation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. Package: libjaxb-java-doc Description-md5: 73eb127216e8b37e008e53f1c9cd9316 Description-en: JAXB Reference Implementation -- documentation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . Java Architecture for XML Binding (JAXB) provides a fast and convenient way to bind XML schemas and Java representations, making it easy for Java developers to incorporate XML data and processing functions in Java applications. As part of this process, JAXB provides methods for unmarshalling (reading) XML instance documents into Java content trees, and then marshalling (writing) Java content trees back into XML instance documents. JAXB also provides a way to generate XML schema from Java objects. . This package contains the Javadoc API. Package: libjaxe-java Description-md5: 59378995c69022954f703b6de332f977 Description-en: JAva Xml Editor - library Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. . This package provides a java library to run Jaxe. Package: libjaxe-java-doc Description-md5: b06afd2bee135b09adfa01d63fe4561b Description-en: JAva Xml Editor - Library documentation Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a configuration file for the graphical user interface. . This package provides the documentation for the java library. Package: libjaxrpc-api-java Description-md5: 52d02eb0c82e3925abc3a17142830eed Description-en: Java API for XML based RPC (JAX-RPC) JAX-RPC is an API for building Web services and clients that used remote procedure calls (RPC) and XML. Often used in a distributed client/server model, an RPC mechanism enables clients to execute procedures on other systems. In JAX-RPC, a remote procedure call is represented by an XML-based protocol such as SOAP. The SOAP specification defines envelope structure, encoding rules, and a convention for representing remote procedure calls and responses. These calls and responses are transmitted as SOAP messages over HTTP. Package: libjaxrs-api-java Description-md5: fcf8c6b0b2bfe61bf085296911718110 Description-en: Java API for RESTful Services (JAX-RS) The Java API for RESTful Web Services provides portable APIs for developing, exposing and accessing Web applications designed and implemented in compliance with principles of REST architectural style. Package: libjaxws-api-java Description-md5: aca951601c138524d2909c9c25a6ffac Description-en: Java API for XML-Based Web Services The Java API for XML-Based Web Services (JAX-WS) provides the API specification for creating web services, particularly SOAP services. . The JAX-WS API defines the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. Package: libjaxws-java Description-md5: 5d68dfe840a5e958be8f3ca3d83c483b Description-en: JAX-WS Reference Implementation (Library) The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services. . The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11. Package: libjboss-classfilewriter-java Description-md5: 8f60fb546c9c5507a336f5f25cf35b68 Description-en: bytecode writer that creates .class files at runtime This package contains JBoss Class File Writer, a program to create Java .class files at runtime. Package: libjboss-classfilewriter-java-doc Description-md5: eb3aeb5b2ae83a2bcd1df3f3a3f77774 Description-en: Documentation for JBoss Class File Writer JBoss Class File Writer is a program to create Java .class files at runtime. . This package contains the API documentation of libjboss-classfilewriter-java. Package: libjboss-jdeparser2-java Description-md5: fbc90fdffcec658f7c77614b2e1dfab1 Description-en: Java source code generating library jboss-jdeparser2 is used in annotation processors and utilities like jboss-logging to generate additional code. It is an improved version of com.sun.codemodel. It offers a simple API and completely customizable code formatting. Package: libjboss-jdeparser2-java-doc Description-md5: 7814f0fbe28c6b981ba42faff072add6 Description-en: Documentation for libjboss-jdeparser2-java jboss-jdeparser2 is used in annotation processors and utilities like jboss-logging to generate additional code. It is an improved version of com.sun.codemodel. It offers a simple API and completely customizable code formatting. . This package contains the API documentation of libjboss-jdeparser2-java. Package: libjboss-modules-java Description-md5: d792767a3feb718e4fe87f2b411ef62f Description-en: Modular Classloading System JBoss Modules is a standalone implementation of a modular (non-hierarchical) class loading and execution environment for Java. In other words, rather than a single class loader which loads all JARs into a flat class path, each library becomes a module which only links against the exact modules it depends on, and nothing more. It implements a thread-safe, fast, and highly concurrent delegating class loader model, coupled to an extensible module resolution system, which combine to form a unique, simple and powerful system for application execution and distribution. Package: libjboss-modules-java-doc Description-md5: eca8d6d636e95b64463c12980e00e320 Description-en: Documentation for JBoss Modules JBoss Modules is a standalone implementation of a modular (non-hierarchical) class loading and execution environment for Java. . This package contains the API documentation of libjboss-modules-java. Package: libjcommander-java Description-md5: f577834866253f6a02262a1c0fc8124a Description-en: Java framework for parsing command line parameters JCommander is a Java framework to parse command line options with annotations. The command line options are defined by annotating the fields of a Java class and the parser populates the fields automatically. Package: libjcommander-java-doc Description-md5: 59beb5576de6ca027bca68027228f3fc Description-en: Java framework for parsing command line parameters (documentation) JCommander is a Java framework to parse command line options with annotations. The command line options are defined by annotating the fields of a Java class and the parser populates the fields automatically. . This package contains the API documentation of libjcommander-java. Package: libjdo-api-java Description-md5: 8ae3e8289ca31c4a1de1c3493b56e29b Description-en: Implementation of JSR 243: Java Data Objects 3.1 Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns leads to a high degree of independence of the Java view of data from the database view of the data. . Interfaces are defined for the user's view of persistence: - PersistenceManager: the component responsible for the life cycle of persistent instances, Query factory, and Transaction access - Query: the component responsible for querying the datastore and returning persistent instances or values - Transaction: the component responsible for initiating and completing transactions . JDO is being developed as a Java Specification Request in the Java Community Process. The original JDO 1.0 is JSR-12 http://www.jcp.org/en/jsr/detail?id=12 and the current JDO 2.0 is JSR-243 http://www.jcp.org/en/jsr/detail?id=243 Package: libjdom1-java Description-md5: 5e7a375a0c2bfa5d54177b3ca4c1c713 Description-en: lightweight and fast library using XML JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. Package: libjdom1-java-doc Description-md5: e771c2d094b8d21435d884b1bc7676a3 Description-en: lightweight and fast library using XML - documentation JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX. . This package contains API documentation (Javadoc) of libjdom1-java. Package: libjempbox-java Description-md5: 5ea17e6984d802a9db07b0c483e16963 Description-en: XMP Compatible Java Library The Apache JempBox library is an open source Java tool for working with XMP metadata. . This package contains the library itself. Package: libjempbox-java-doc Description-md5: 741a9dca3786acf0cb72572ad8bab05c Description-en: XMP Compatible Java Library (documentation) The Apache JempBox library is an open source Java tool for working with XMP metadata. . This package contains the documentation for the library. Package: libjersey1-atom-java Description-md5: e3ab010094bfa2fe1a69eb1ef8a9f55e Description-en: RESTful Web Services in Java (atom module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-atom module. Package: libjersey1-client-java Description-md5: 6abc2cc091e5d462bf71db61ecb20135 Description-en: RESTful Web Services in Java (client module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-client module. Package: libjersey1-core-java Description-md5: c75946605a7db71c92efa0fc153e5c3c Description-en: RESTful Web Services in Java (core library) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-core module. Package: libjersey1-fastinfoset-java Description-md5: f547bbfec9d41bd68a0c8e1751f0c2d9 Description-en: RESTful Web Services in Java (fastinfoset module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-fastinfoset module. Package: libjersey1-guice-java Description-md5: f8e41dc61f28674b4f1f6f30d3ab8ce8 Description-en: RESTful Web Services in Java (guice module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-guice module. Package: libjersey1-json-java Description-md5: 0ff5fc481a24ccbff89c87e843da7cde Description-en: RESTful Web Services in Java (json module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-json module. Package: libjersey1-server-java Description-md5: e207f4046dde37b1d111b01c344d43fb Description-en: RESTful Web Services in Java (server module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-server module. Package: libjersey1-servlet-java Description-md5: 6ccf8e69fae2ac513aa00075d188895b Description-en: RESTful Web Services in Java (servlet module) Jersey RESTful Web Services framework is the open source, production quality, framework for developing RESTful Web Services in Java that provides support for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference Implementation. . This package contains the jersey-servlet module. Package: libjetty9-extra-java Description-md5: 47ace05c7b36b1f6b7e26c63fc7c5931 Description-en: Java servlet engine and webserver -- extra libraries Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. The extra libraries include jetty-management, jetty-naming, jetty-servlet-tester, jetty-ajp, jetty-java5-threadpool, jetty-client, jetty-rewrite-handler, jetty-plus, jetty-annotations Package: libjetty9-java Description-md5: 46218f4f42765c4d73a39fcecc3adcdc Description-en: Java servlet engine and webserver -- core libraries Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. . This package contains the core libraries Package: libjgoodies-looks-java Description-md5: a37c8f9dc16f29eeefc3f36b8e46d279 Description-en: library with Swing look&feel implementations The JGoodies Looks make your Swing applications and applets look better. The package consists of a Windows look&feel and the Plastic look&feel family. These have been optimized for readability, precise micro-design and usability. Package: libjgoodies-looks-java-doc Description-md5: e20662e184c9d644b66379687caf5ad2 Description-en: library with Swing look&feel implementations (documentation) The JGoodies Looks make your Swing applications and applets look better. The package consists of a Windows look&feel and the Plastic look&feel family. These have been optimized for readability, precise micro-design and usability. . This package contains the documentation for the library. Package: libjmdns-java Description-md5: d9f017cf20fa912ad5176612c6f14334 Description-en: Java implementation of multi-cast DNS (Apple Rendezvous) JmDNS is a Java implementation of the IETF draft RFP multicast extensions for DNS. . This project contains the needed elements for service discovery and service registration. . It is compatible with Apple's Rendezvous service. Package: libjmdns-java-doc Description-md5: 7d86c3c61d2de89b2935150d53f10527 Description-en: Documentation for Java implementation of multi-cast DNS JmDNS is a Java implementation of the IETF draft RFP multicast extensions for DNS. . This project contains the needed elements for service discovery and service registration. . It is compatible with Apple's Rendezvous service. . This package contains the documentation and javadoc for JmDNS. Package: libjnr-posix-java Description-md5: 30ed9730abd06236b2e3590c90136e1a Description-en: basic POSIX-like functions for Java This package is a Java library providing access to various POSIX functions like chmod(2), link(2) or getuid(2) through dynamic loading of native libraries with JNA. Package: libjnr-posix-java-doc Description-md5: 61833b323b8c89d21febff83e1d23a25 Description-en: Java JNR-POSIX library API documentation This package includes the development documentation for the JNR-POSIX library which provides access to various POSIX functions like chmod(2), link(2) or getuid(2) through dynamic loading of native libraries with JNA. Package: libjogl2-java Description-md5: 15e3cd05fdd450f12ee1b5fd6f8d1a5e Description-en: Java bindings for OpenGL API The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. . JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor extensions. It integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the NativeWindow API. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. Package: libjogl2-java-doc Description-md5: 299ce5fdfe533107685eafdf527f9ab3 Description-en: Documentation for the Java bindings for OpenGL The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. . JOGL provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets. . This package includes the API documentation for JOGL package. Package: libjogl2-jni Description-md5: ee4b69f3d84b67ee42501cc037d2c420 Description-en: Java bindings for OpenGL API (JNI lib) The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. JOGL is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. . JOGL provides full access to the APIs in the OpenGL 2.0 specification as well as nearly all vendor extensions, and integrates with the AWT and Swing widget sets. Package: libjogl2-toolkits Description-md5: 77ed47108ef0017c4d0e87d47f46568e Description-en: Toolkits to play with JOGL2 The JOGL project hosts the development version of the Java Bindings for OpenGL (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL is not the official reference implementation of the JSR, but an evolving workspace; snapshots are taken from this workspace which become the official reference implementations of the JSR. . JOGL provides full access to the APIs in the OpenGL 1.3 - 3.0, 3.1 - 3.3, >= 4.0, ES 1.x and ES 2.x specification as well as nearly all vendor extensions. It integrates with the AWT and Swing widget sets, as well with custom windowing toolkits using the NativeWindow API. It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. . This package includes JOGL toolkits. Package: libjpeg-turbo-progs Description-md5: dfce6e50364eecf2b131ddecddf04830 Description-en: Programs for manipulating JPEG files This package contains programs for manipulating JPEG files: cjpeg/djpeg: convert to/from the JPEG file format rdjpgcom/wrjpgcom: read/write comments in JPEG files jpegtran: lossless transformations of JPEG files tjbench: a simple JPEG benchmarking tool Package: libjpeg-turbo-test Description-md5: 1ebb5427395c3fb2a304b46232dff93e Description-en: Program for benchmarking and testing libjpeg-turbo This package contains tjunittest and tjbench. tjunittest tests the basic functionality of the library and data files for performing those tests. tjbench runs some benchmarks. Package: libjs-jquery-file-upload Description-md5: 4a47737a6e62081c7169fb70eef3060d Description-en: file upload widget for jQuery File Upload widget with multiple file selection, drag & drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads. Package: libjs-moment Description-md5: 328a4a8ef1520f887064832b3e02121c Description-en: Work with dates in JavaScript (library) A lightweight JavaScript date library to parse, validate, manipulate and format dates. . This package contains the JavaScript library. Package: libjson-smart-java Description-md5: af1c870487291a41ab9f4aa008a77a1d Description-en: JSON Small and Fast Parser Json-smart is a performance focused, JSON processor library. The API is similar to json-simple but the performance is improved (at least twice faster). Package: libjsp-api-java Description-md5: df1cc629a7d76da4e0d07351dfec8159 Description-en: JavaServer Pages API JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types. Package: libjtharness-java Description-md5: 2ce82b773bfb8b14edd151cb8c51a5d1 Description-en: General purpose test harness for Java The JT harness is a general purpose, fully-featured, flexible, and configurable test harness very well suited for most types of unit testing. Originally developed as a test harness to run TCK test suites, it has since evolved into a general purpose test platform. Package: libjts-java Description-md5: 9504b3b0776d15039f6db98ab5f3347b Description-en: JTS Topology Suite JTS is a java library which provides: * an implementation of the spatial data model defined in the OGC Simple Features Specification for SQL (SFS) * a complete, consistent, implementation of fundamental 2D spatial algorithms * an explicit precision model, with algorithms that gracefully handle situations that result in dimensional collapse * robust implementations of key computational geometric operations * I/O in Well-Known Text format Package: libjts-java-doc Description-md5: 8965522fe1dbb28f0a199ca7eebe4d25 Description-en: Documentation for the JTS Topology Suite This package includes documentation for programmers: * javadoc for libjts-java * developer's guide * technical specifications Package: libjws-api-java Description-md5: 95e597cd0f2aa393f42a50a8d0afdf82 Description-en: Java EE Web Services Metadata API (JSR 181) This API defines Java annotations to enable easy definition of Java Web Services in a Java EE container. . This API was a standard part of the JDK since Java 6 (the javax.jws package) and was removed in Java 11. Package: libjxgrabkey-java Description-md5: 63b3e882e7ba7ec013a644667af45622 Description-en: X11 hotkey API for java JXGrabKey provides an API to make java programs hotkey aware. . It relies on a jni backend provided by the libjxgrabkey-jni package. Package: libjxgrabkey-jni Description-md5: bd41838ccef2c4df6b438b2b57f4c79b Description-en: X11 hotkey API for java (jni backend) JXGrabKey provides an API to make java programs hotkey aware. . This package holds the architecture dependent jni backend of the java library. Package: libkcmutils4 Description-md5: 0664b9af20b96f1c42e9dc3e04e67da4 Description-en: utility classes for using KCM modules This library provides utility classes for using KCM modules in a KDE application. . This package is part of the KDE Development Platform libraries module. Package: libkde3support4 Description-md5: 991cc7b40c4c49f2141dd24fe02e64be Description-en: KDE 3 Support Library for the KDE 4 Platform The classes here are only for convenience of porting from KDE 3 to KDE 4 Platform. They are not supposed to be used for a long time. You should move on to replacement classes provided by the framework or implement something yourself in the long run. . This package is part of the KDE Development Platform libraries module. Package: libkdeclarative5 Description-md5: 68aa12fd756ea17a2040ffb30a42f8ac Description-en: declarative library for plasma This library provides plasma bindings for Qt Quick . This package contains experimental software and should not be used in production environment . This package is part of the KDE Development Platform libraries module. Package: libkdecore5 Description-md5: 63b72d99622f0f39483e2857c12b1ce7 Description-en: KDE Platform Core Library All KDE Applications use this library to provide basic functionality such as the configuration system, IPC, internationalization and locale support, site-independent access to the filesystem and a large number of other (but no less important) things. The classes in this library does not require linkage to QtGui or any other library that requires a graphical interface. . This package is part of the KDE Development Platform libraries module. Package: libkdesu5 Description-md5: b0a8912323d2acc159aee09909172425 Description-en: Console-mode Authentication Library for the KDE Platform This library provides functionality for building GUI front ends for (password asking) console mode programs. For example, kdesu and kdessh use it to interface with su and ssh respectively. . This package is part of the KDE Development Platform libraries module. Package: libkdeui5 Description-md5: dd888935d1059e0ffd266016dcabd53c Description-en: KDE Platform User Interface Library This library provides standard user interface elements for use in KDE Applications. If your KDE Application has a GUI, you will almost certainly link to this library. . A spell-checker functionality is also provided. Sonnet offers easy access to International ISpell or ASpell as well as a spell-checker GUI ("Add", "Replace", etc.). . This package is part of the KDE Development Platform libraries module. Package: libkdewebkit5 Description-md5: 37f74b24ea041b93eceb237236a38db3 Description-en: KDE WebKit Library This library provides KDE integration of the QtWebKit library. . This package is part of the KDE Development Platform libraries module. Package: libkdnssd4 Description-md5: a67f398f302ac7c437c2db6660c0cb5d Description-en: DNS-SD Protocol Library for the KDE Platform This library is for handling the DNS-based Service Discovery Protocol (DNS-SD), the layer of Zeroconf that allows network services, such as printers, to be discovered without any user intervention or centralized infrastructure. . This package is part of the KDE Development Platform libraries module. Package: libkemoticons4 Description-md5: cae26d9220ef55bb5d93e6e50aaabbeb Description-en: utility classes to deal with emoticon themes This library provides utility classes to deal with emoticon themes in KDE applications. It provides classes to load emoticon themes from various sources as well as install new themes. . This package is part of the KDE Development Platform libraries module. Package: libkf5config-bin Description-md5: ece6b2bb249c34505390810c75a15816 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains runtime files for KConfig. Package: libkf5config-bin-dev Description-md5: 1f39c456a251629278b9118132cc8092 Description-en: configuration settings framework for Qt -- binary package KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains the binary files for the libkf5config-dev package. Package: libkf5config-data Description-md5: 5811c7b0e7669a775eb56f66fea1207f Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains the translations. Package: libkf5config-dev Description-md5: aa8de003e187a24093cac03ccf62dae4 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains the development files. Package: libkf5configcore5 Description-md5: da44edf60238e91a7fa96d0c86129643 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigCore provides access to the configuration files themselves. It features: . - centralized definition: define your configuration in an XML file and use `kconfig_compiler` to generate classes to read and write configuration entries. - lock-down (kiosk) support. . This package is part of KDE Frameworks 5. . This package contains KConfigCore. Package: libkf5configgui5 Description-md5: f2f8f5de8205d01387c551e559b576e9 Description-en: configuration settings framework for Qt KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. . KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. . This package is part of KDE Frameworks 5. . This package contains KConfigGui. Package: libkfile4 Description-md5: ca6120f48cf645c62bd18c493fa976ce Description-en: File Selection Dialog Library for KDE Platform This library provides the file selection dialog and its components. . This package is part of the KDE Development Platform libraries module. Package: libkhtml5 Description-md5: 6fdc11e326da0a1bd495dcdc96640c27 Description-en: KHTML Web Content Rendering Engine This library provides the component based on the KDE parts framework that can be used to embed a fully-fledged HTML browser widget in any KDE Application. This library uses the KHTML Web Content Rendering Engine to rendering. . This package is part of the KDE Development Platform libraries module. Package: libkidletime4 Description-md5: 5eb21e2d5fd8b18292c2b04164cbd62f Description-en: library to provide information about idle time This library contains a class that allows applications to watch for user activity or inactivity. It is useful not only for finding out about the current idle time of the PC, but also for getting notified upon idle time events, such as custom timeouts, or user activity. . This package is part of the KDE Development Platform libraries module. Package: libkimproxy4 Description-md5: 68e45e2a7240f7aa539c55fa9670181b Description-en: Instant Messaging Interface Library for the KDE Platform This library provides an easy-to-use interface to any instant messengers or chat programs that implement KIMIface. . This package is part of the KDE Development Platform libraries module. Package: libkio5 Description-md5: f9d64e3dda3bf4c061b02623b14ed159 Description-en: Network-enabled File Management Library for the KDE Platform This library implements almost all the file management functions you will ever need. In fact, the KDE file manager, Konqueror also uses this to provide its network-enabled file management. This library also implements the KDE file selector widget. . This package is part of the KDE Development Platform libraries module. Package: libkjsapi4 Description-md5: ef5d36e5444d0736d01d3dc877117014 Description-en: KJS API Library for the KDE Development Platform This library provides an ECMAScript compatible interpreter. The ECMA standard is based on well known scripting languages such as Netscape's JavaScript and Microsoft's JScript. . This package is part of the KDE Development Platform libraries module. Package: libkjsembed4 Description-md5: 7d592f95900bcda9ed863557c464d5cf Description-en: library for binding JavaScript objects to QObjects This library provides a method of binding JavaScript objects to QObjects, so you can script your applications. It also provides an interface for running embedded Javascript. . This package is part of the KDE Development Platform libraries module. Package: libkmediaplayer4 Description-md5: 41939bc408f0c531de5f851dcf989514 Description-en: KMediaPlayer Interface for the KDE Platform KMediaPlayer provides an API for re-usable media player components. The main class (KMediaPlayer::Player) provides all the necessary media player operations, with an optional GUI to control them. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff2-4 Description-md5: 3b60147847daf44fbccfb1a682258447 Description-en: "Get Hot New Stuff" v2 Library for the KDE Platform The KNewStuff2 ("Get Hot New Stuff" v2) library adds data sharing capabilities to KDE Applications. Technically, it implements the GHNS and DXS specifications. The library consists of three parts: the data management core and GHNS protocol implementation, the DXS web service handler, and the user interface classes like dialogs and buttons. . This package is part of the KDE Development Platform libraries module. Package: libknewstuff3-4 Description-md5: f38a1ea642d10041b05d41abd81c1721 Description-en: "Get Hot New Stuff" v3 Library for the KDE Platform The KNewStuff3 ("Get Hot New Stuff" v3) library adds data sharing capabilities to the KDE Applications. It uses libattica to access Open Collaboration Services providers. In addition the static XML from GHNS is supported. . This package is part of the KDE Development Platform libraries module. Package: libknotifyconfig4 Description-md5: 92a159564b8bead16419278ef73c0269 Description-en: library for configuring KDE Notifications This library provides a common interface for the configuration of the KDE Notifications (KNotify) for each KDE Application (e.g. "Configuration Notification" dialog). . This package is part of the KDE Development Platform libraries module. Package: libkntlm4 Description-md5: a4c2aefaa45147ea6933464366053951 Description-en: NTLM Authentication Library for the KDE Platform This library is useful for creating the authentication structures which can be used for various servers which implement NTLM type authentication. A comprehensive description of the NTLM authentication protocol can be found at http://davenport.sourceforge.net/ntlm.html . The library also provides subroutines to create the LanManager and NT (MD4) hashes of a password. . This package is part of the KDE Development Platform libraries module. Package: libkparts4 Description-md5: 98c676da683b1bb14ce3b6e59252a0bb Description-en: Framework for the KDE Platform Graphical Components This library implements the framework for reusable KDE components (kparts), which are elaborate widgets with a user-interface defined in terms of actions (menu items, toolbar icons). . This package is part of the KDE Development Platform libraries module. Package: libkprintutils4 Description-md5: fd3d73f26788fb553bf5c5fc82981d77 Description-en: utility classes to deal with printing This library is meant to provide utility classes for using printing features in KDE applications. Currently it only provides a print preview dialog. . This package is part of the KDE Development Platform libraries module. Package: libkpty4 Description-md5: 88650c0f22bb7f0ec349c0b6cf39f941 Description-en: Pseudo Terminal Library for the KDE Platform This library provides primitives to interface with pseudo terminal devices as well as a KProcess derived class for running child processes and communicating with them using a pty. . This package is part of the KDE Development Platform libraries module. Package: libkrosscore4 Description-md5: 36901388f1fca67e2a2b0d8491d66b2a Description-en: Kross Core Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The core of Kross provides the framework to deal transparently with interpreter-backends and offers abstract functionality to deal with scripts. . This package is part of the KDE Development Platform libraries module. Package: libkrossui4 Description-md5: 299663dd13172b62a97dba0a445d9342 Description-en: Kross UI Library Kross is a scripting bridge for the KDE Development Platform used to embed scripting functionality into an application. Kross provides an abstract API to provide scripting functionality in a interpreter-independent way. The application that uses Kross should not need to know anything about the scripting language being used. . The UI library of Kross provides the Kross KParts plugin and other classes aimed towards Kross integration with the KDE graphical applications. . This package is part of the KDE Development Platform libraries module. Package: libktexteditor4 Description-md5: 2d8e60170c0b920dc40b14f799eaf14b Description-en: KTextEditor interfaces for the KDE Platform This package provides the KTextEditor interfaces (also called KTE interfaces) that are a set of well-defined interfaces which an application or library can implement to provide advanced plain text editing services. Applications which utilise this interface can thus allow the user to choose which implementation of the editor component to use. The only implementation right now is the Kate Editor Component (Kate Part). . This package is part of the KDE Development Platform libraries module. Package: libkunitconversion4 Description-md5: 91a05964633d6a1c1f5defa1a0da11cb Description-en: Unit Conversion library for the KDE Platform The kunitconversion library can help KDE 4 applications in doing conversions of values in different measure units. . Currently, it can provide conversions for the following unit categories: * currency * density * energy * fuel efficiency * length * mass * power * pressure * temperature * time * velocity * volume . This library is part of the KDE Development Platform libraries module. Package: libkutils4 Description-md5: 694b339a296f5f2257295f8914329086 Description-en: dummy transitional library This library has been split into libkcmutils4, libkprintutils4, libkidletime4 and libkemoticons4. This binary is provided to keep binary compatibility with software that was compiled against it. New software should not link against this library. . This package is part of the KDE Development Platform libraries module. Package: liblaf-plugin-java Description-md5: dadb06e1685bbdcc04380a0761fb172e Description-en: Support for third-party components in Java look-and-feel libraries The goal of this project is to provide a generic plugin framework for look-and-feels and define the interface of a common kind of plugins - the component plugins. Package: liblaf-plugin-java-doc Description-md5: e43557eb04a9fb6d09d554e115502b7c Description-en: Support for third-party components in Java look-and-feel libraries (doc) The goal of this project is to provide a generic plugin framework for look-and-feels and define the interface of a common kind of plugins - the component plugins. . This package contains API documentation (Javadoc) for liblaf-plugin-java. Package: liblaf-widget-java Description-md5: 299e5f68522f2c29b71f596fb85fb55b Description-en: Java widget toolbox for other look-and-feel libraries Laf-Widget project provide support for and base set of additional behaviour and widgets in look-and-feels libraries. . The list of currently provided widgets (from v4) * Auto-completion (model-based / free-text) on editable combo boxes. * Hover preview of minimized internal frames on desktop icons. * Menu search panel on menu bars. * Hover preview of tab in tabbed panes. * Overview dialog on tabbed panes with optional periodic refresh. * Tab paging on tabbed panes. * Password strength checker on password fields. * Lock border on non-editable text components and model editable combobox. * Select all text in text component on focus gain. * Context menu on text components with edit actions (copy / paste / cut ...). * Enhanced drag-and-drop support for trees. * Scroll pane selector. * Selecting / deselecting in text components on Escape key press. . Laf-Widget is used by substance look-and-feel since 3.0 Package: liblaf-widget-java-doc Description-md5: 0ae5267d3611fef0ece425f7ecb71408 Description-en: Java widget toolbox for look-and-feel libraries - documentation Laf-Widget project provide support for and base set of additional behaviour and widgets in look-and-feels libraries. . The list of currently provided widgets (from v4) * Auto-completion (model-based / free-text) on editable combo boxes. * Hover preview of minimized internal frames on desktop icons. * Menu search panel on menu bars. * Hover preview of tab in tabbed panes. * Overview dialog on tabbed panes with optional periodic refresh. * Tab paging on tabbed panes. * Password strength checker on password fields. * Lock border on non-editable text components and model editable combobox. * Select all text in text component on focus gain. * Context menu on text components with edit actions (copy / paste / cut .... * Enhanced drag-and-drop support for trees. * Scroll pane selector. * Selecting / deselecting in text components on Escape key press. . Laf-Widget is used by substance look-and-feel since 3.0 . This package contains API documentation (Javadoc) for liblaf-widget-java. Package: liblasso-perl Description-md5: a6fed384a4da3dba999199b652c91c55 Description-en: Library for Liberty Alliance and SAML protocols - Perl bindings Lasso is an implementation of Liberty Alliance and related protocols, for network identity federations, single sign-on and other web services protocols. The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package contains Perl bindings for liblasso, needed to use lasso in Perl applications. Package: liblld-10 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-10-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblld-8 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-8-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblld-9 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-9-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblldb-10 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-10-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: liblldb-8 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-8-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: liblldb-9 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-9-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: libllvm-10-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm-8-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm-9-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: liblog4j1.2-java Description-md5: 6852e874e3a0a408361775c4958b1233 Description-en: Logging library for java log4j is a tool to help the programmer output log statements to a variety of output targets. . It is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that log statements can remain in shipped code without incurring a high performance cost. . One of the distinctive features of log4j is the notion of hierarchical loggers. Using loggers it is possible to selectively control which log statements are output at arbitrary granularity. . Log4j can output to: a file, a rolling file, a database with a JDBC driver, many output asynchronously, a JMS Topic, a swing based logging console, the NT event log, /dev/null, a SMTP server (using javamail), a socket server, syslog, telnet daemon and stdout. . The format of the output can be defined using one of the various layout (or user defined layout) like: simple text, html, date, pattern defined and XML. Package: liblog4j1.2-java-doc Description-md5: 4de3d2b07bbd8d616f084238c912527a Description-en: Documentation for liblog4j1.2-java The javadoc API documentation for the logging library from the Apache Jakarta project. The documentation is for the version 1.2 of the log4j API. Package: liblog4j2-java Description-md5: 45f804957a9794c4f807c12a4e0985f7 Description-en: Apache Log4j - Logging Framework for Java Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x: . API Separation: The API for Log4j is separate from the implementation making it clear for application developers which classes and methods they can use while ensuring forward compatibility. . Improved Performance: Log4j 2 contains next-generation Asynchronous Loggers based on the LMAX Disruptor library. In multi-threaded scenarios Asynchronous Loggers have 10 times higher throughput and orders of magnitude lower latency than Log4j 1.x. . Support for multiple APIs: While the Log4j 2 API will provide the best performance, Log4j 2 provides support for the SLF4J and Commons Logging APIs. . Automatic Reloading of Configurations: Log4j 2 can automatically reload its configuration upon modification. It will do so without losing log events while reconfiguration is taking place. . Advanced Filtering: Log4j 2 supports filtering based on context data, markers, regular expressions, and other components in the Log event. Filtering can be specified to apply to all events before being passed to Loggers or as they pass through Appenders. . Plugin Architecture: Log4j uses the plugin pattern to configure components. As such, no code is needed to create and configure an Appender, Layout, Pattern Converter, and so on. Log4j automatically recognizes plugins and uses them when a configuration references them. . Property Support: Properties can be referenced in a configuration, Log4j will directly replace them, or Log4j will pass them to an underlying component that will dynamically resolve them. Properties come from values defined in the configuration file, system properties, environment variables, the ThreadContext Map, and data present in the event. Package: liblog4j2-java-doc Description-md5: 1b7e8ca14f9fa79dce6dd2fef44c1d0e Description-en: Documentation for Apache Log4j 2 Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x. . This package contains the API documentation of liblog4j2-java. Package: liblog4net-cil-dev Description-md5: cf21e8f012cbc72f9e8bf9c1f27640c4 Description-en: highly configurable logging API for the CLI log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the Common Language Infrastructure (CLI). The framework is similar to the original log4j as possible while taking advantage of new features in the CLI runtime. For more information on log4net see the features document. . log4net is part of the Apache Logging Services project. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. . This package contains development headers for the log4net library Package: liblog4net1.2-cil Description-md5: 18cf719b7f552ecdddb6bd473c10790f Description-en: highly configurable logging API for the CLI log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the Common Language Infrastructure (CLI). The framework is similar to the original log4j as possible while taking advantage of new features in the CLI runtime. For more information on log4net see the features document. . log4net is part of the Apache Logging Services project. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. . This package contains the log4net library itself Package: liblogback-java Description-md5: c911f2163fbb79f27f505654b1afb151 Description-en: flexible logging library for Java Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. Package: liblogback-java-doc Description-md5: a9f205d99e0b78d90bd373c6e30966a6 Description-en: flexible logging library for Java - documentation Logback is a reliable, generic, fast and flexible logging library for Java. It's intended as a successor to the popular log4j project. . The logback-core module lays the groundwork for the other two modules. . The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or java.util.logging (JUL). . The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. . This package provides the API documentation and manual for Logback. Package: liblouis-bin Description-md5: cae9b467847bea41b21fa26bea4352d3 Description-en: Braille translation library - utilities Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. . This package contains a few tools to test tables and translate text. Package: liblsan0-amd64-cross Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-amd64-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-arm64-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-ppc64-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-dbg-ppc64el-cross Description-md5: 542bbc8ec886b845fc7ef771c238206f Description-en: LeakSanitizer -- a memory leak detector (debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblsan0-ppc64-cross Description-md5: fd77936d8cda7d6af8bc33d6f395c678 Description-en: LeakSanitizer -- a memory leak detector (runtime) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer. Package: liblucene3-contrib-java Description-md5: 6e5ba40a7625d39dd8548bb8ccc138ad Description-en: Full-text search engine library for Java - additional libraries Lucene is a full-text search engine for the Java(TM) programming language. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. . This package contains a number of additional (contributed) libraries. Package: liblucene3-java Description-md5: b598142edd97b0840e91c346e12f0c5e Description-en: Full-text search engine library for Java - core library Lucene is a full-text search engine for the Java(TM) programming language. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. . This package contains the Lucene core library. Package: liblz4-tool Description-md5: 559a59fa22d506a3fde0f4eef6db1a8d Description-en: Fast LZ compression algorithm library - tool LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. . This package contains files that is tool using liblz4. Package: libmad0 Description-md5: 6128449b12eb51be6ddf26acb2183872 Description-en: MPEG audio decoder library MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.) . MAD has the following special features: - 100% fixed-point (integer) computation - completely new implementation based on the ISO/IEC 11172-3 standard - distributed under the terms of the GNU General Public License (GPL) Package: libmad0-dev Description-md5: bf2478178701150aac144fa1b8a3ff5f Description-en: MPEG audio decoder development library MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.) . This is the package you need to develop or compile applications that use MAD. Package: libmail-java Description-md5: da6f1470ea60cee91cb9e2af4b7bee94 Description-en: JavaMail API Reference Implementation The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. . This is the reference implementation of the JavaMail API. It supports SMTP, POP3, IMAP (including Gmail features) and Delivery Status Notifications parsing. Package: libmail-java-doc Description-md5: e348ebb95a6d109f1128caf45eaeff17 Description-en: JavaMail API Reference Implementation (documentation) The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. . This package contains the API documentation of libmail-java. Package: libmapsforge-java Description-md5: 8ea7ae01f8fd829e8a8554614bf9ce15 Description-en: vector map library and writer Mapsforge project uses a compact file format for fast ad-hoc rendering of OpenStreetMap data. It provide tools to compile your own maps with detailed instructions and also precompiled maps. It provides simple boilerplate code to build applications that display OpenStreetMap-based maps. It provides a library to build standalone applications in Java. . Mapsforge maps can be flexibly styled with XML style files. It provide tools & library for POI search and also precompiled POI. Package: libmapsforge-java-doc Description-md5: 1a775b69fe5455a07a37c20eff5474b3 Description-en: vector map library and writer (documentation) Mapsforge project uses a compact file format for fast ad-hoc rendering of OpenStreetMap data. It provide tools to compile your own maps with detailed instructions and also precompiled maps. It provides simple boilerplate code to build applications that display OpenStreetMap-based maps. It provides a library to build standalone applications in Java. . Mapsforge maps can be flexibly styled with XML style files. It provide tools & library for POI search and also precompiled POI. . This package contains the documentation of mapsforge Package: libmariadb-java Description-md5: f57148b7ca2c6af81995e7f4cc432c4b Description-en: Java database driver for MariaDB and MySQL MariaDB Connector/J is a pure Java JDBC 4.2 compatible driver, used to connect applications developed in Java to MariaDB and MySQL databases. Package: libmariadbclient-dev Description-md5: 776b7b1aa4a299f2c7556f506a77f72e Description-en: MariaDB database development files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes development libraries and header files. Package: libmariadbclient-dev-compat Description-md5: 82560cf87c54d9543ea62a766d147700 Description-en: MariaDB database development files (libmysqlclient compatibility) MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package provides a version of libmysqlclient.so to allow packages to link using -lmysqlclient but end up with a link against libmariadbclient instead. This allows packages designed for MySQL to link against MariaDB's client library instead, while still permitting MySQL's client library to co-exist on users' systems. Package: libmariadbclient18 Description-md5: c48685b906f3842ee48fd71db5681868 Description-en: MariaDB database client library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the client library. Package: libmariadbd-dev Description-md5: f1579889611a2ce406c3c321e37d32d9 Description-en: MariaDB embedded database, development files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the embedded server library development and header files. Package: libmariadbd18 Description-md5: a85241d1aa0dccaa3ede8bda094b9117 Description-en: MariaDB embedded database, shared library MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes a shared library for embedded MariaDB applications. Package: libmaven-bundle-plugin-java Description-md5: 3db251b06d023214f20f879914c3afd5 Description-en: Maven plugin to handle artifact OSGi metadata Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . This plugin allow you to handle artifact OSGi metadata of your artifact (JAR, WAR). It manage a new type of packaging "bundle" in your POM. . This plugin depends on Felix Bundle Repository and BND for low-level handling of metadata. Package: libmaven-clean-plugin-java Description-md5: 639fc29fea24cf397149809a95684734 Description-en: Maven clean plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the maven clean plugin which is used to remove files generated at build-time in a project's directory. Package: libmaven-compiler-plugin-java Description-md5: e0e234f9ca5fcd0adf64cf5bd521e58b Description-en: Maven Compiler plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Compiler Plugin is used to compile the sources of your project. The default compiler is javac and is used to compile Java sources. Package: libmaven-dependency-analyzer-java Description-md5: 2f728058db3209de74f9539a5aaf49f8 Description-en: Maven Dependency Analyzer Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships a shared library for analysing dependencies. Package: libmaven-dependency-plugin-java Description-md5: 3c29c5e1f3f209a76724dd0dc389fc47 Description-en: Maven Dependency Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This plugin provides dependency manipulation (copy, unpack) and analysis. Package: libmaven-doxia-tools-java Description-md5: 1f96c0869ae811d724b33c6f0d41a772 Description-en: utilities for integrating Doxia in Maven Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This shared component has some utilities that are useful when integrating Doxia in Maven, mainly for site generation and report creation. Package: libmaven-doxia-tools-java-doc Description-md5: d7b73dcf0f883f2ec9f1215d8af53c3c Description-en: Documentation for Maven Doxia Integration Tools Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package contains the API documentation of libmaven-doxia-tools-java. Package: libmaven-enforcer-plugin-java Description-md5: c0d090850f16fffc77c7f0d0b89503c8 Description-en: Maven build rule execution framework Enforcer is a Maven build rule execution framework. Maven Enforcer Plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more standard rules: * alwaysPass - Always passes... used to test plugin configuration. * alwaysFail - Always fail... used to test plugin configuration. * bannedDependencies - enforces that excluded dependencies aren't included. * evaluateBeanshell - evaluates a beanshell script. * requireReleaseDeps - enforces that no snapshots are included as dependencies. * requireReleaseVersion - enforces that the artifact is not a snapshot. * requireMavenVersion - enforces the Maven version. * requireJavaVersion - enforces the JDK version. * requireOS - enforces the OS / CPU Archictecture. * requirePluginVersions - enforces that all plugins have a specified version. * requireProperty - enforces the existence and values of properties. * requireFilesDontExist - enforces that the list of files do not exist. * requireFilesExist - enforces that the list of files do exist. * requireFilesSize - enforces that the list of files exist and are within a certain size range. Custom rules are easy to make with the maven-enforcer-rule-api. Package: libmaven-jar-plugin-java Description-md5: 72e5d9f9ec980a750be8dd071ff6576c Description-en: Maven Jar Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This plugin provides the capability to build and sign jars. Package: libmaven-javadoc-plugin-java Description-md5: 70c0543dcc6effb9a18d9d11b0f52b8b Description-en: Maven Javadoc Plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. Package: libmaven-jaxb2-plugin-java Description-md5: 9993014ba27a3754bceab37bf1111cf5 Description-en: Maven JAXB 2.x Plugin Project Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML Schemas. Package: libmaven-parent-java Description-md5: 0f4128bd2a4f9ba0e4a83f9b539e763f Description-en: Maven metadata for Apache Maven itself Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . This package contains the metadata (POM file) used by Maven during the build of Maven itself and related projects. Package: libmaven-plugin-testing-java Description-md5: b84a3d1b76b0423f13f103778be0a77f Description-en: Maven Plugin Testing Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the necessary modules to be able to test Maven Plugins. Package: libmaven-plugin-tools-java Description-md5: 0c6c3c21cdb2866207ee7ed03967a57e Description-en: Maven Plugin Tools Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships some basic POM tools. Package: libmaven-processor-plugin-java Description-md5: c1c1150726cef6ac365c1582b3bca9b0 Description-en: Maven plugin to process annotations for Java 6 at compile time The Maven processor plugin helps to use from Maven the new annotation processing provided by Java 6 integrated in the Java compiler. This plugin could be considered the 'alter ego' of the Maven apt plugin. Package: libmaven-resolver-java Description-md5: edaa553990cf545d9368136d4688ef6e Description-en: Library to handle Java artifact repositories Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification of local repository, remote repository, developer workspaces, artifact transports and artifact resolution. Package: libmaven-resolver-transport-http-java Description-md5: 9ead610d3acd350162a6e699972c9a52 Description-en: Library to handle Java artifact repositories (HTTP transport) Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution. Maven Artifact Resolver deals with the specification of local repository, remote repository, developer workspaces, artifact transports and artifact resolution. . This package contains the maven-resolver-transport-http module. Package: libmaven-resources-plugin-java Description-md5: e7cc6fef7fc280ca1b11542ba8e1c198 Description-en: Maven resources plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . The Resources Plugin handles the copying of project resources to the output directory. Package: libmaven-shade-plugin-java Description-md5: d74a4ccc7ba5c603eb34e5b37309303b Description-en: Maven shade plugin Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the Maven shade plugin which is used to build an Uber-JAR from the current project, including dependencies. Package: libmaven-shared-utils-java Description-md5: 8fa2d1eba2915564dd11957b446b8c4e Description-en: Replacement for plexus-utils in Maven This project aims to be a functional replacement for plexus-utils in Maven. . It is not a 100% API compatible replacement though, but a replacement with improvements: lots of methods got cleaned up, generics got added and a lot of unused code was dropped. Package: libmaven-shared-utils-java-doc Description-md5: 47784c83c53b621de9a5a13ce22be475 Description-en: Replacement for plexus-utils in Maven (documentation) This project aims to be a functional replacement for plexus-utils in Maven. . It is not a 100% API compatible replacement though, but a replacement with improvements: lots of methods got cleaned up, generics got added and a lot of unused code was dropped. . This package contains the API documentation of libmaven-shared-utils-java. Package: libmaven3-core-java Description-md5: 41295c849c119074f62a8c0591bc9fe6 Description-en: Core libraries for Maven 3 Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package contains the core libraries for Maven 3. Package: libmavibot-java Description-md5: ab8411a81f568d9380be371ec6ecefac Description-en: Apache Mavibot - MVCC BTree Java Implementation Mavibot is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation. Package: libmckoisqldb-java Description-md5: b49ef12c1532b1c7e170f1e0c33240b9 Description-en: Mckoi SQL Database (MckoiSQLDB) A full SQL database system with JDBC driver that can be embedded in a Java application or operate as a stand-alone server with clients connecting via TCP/IP. Package: libmckoisqldb-java-doc Description-md5: 392702ac6706fa6bde79afd7e1895806 Description-en: Documentation for Mckoi SQL Database (MckoiSQLDB) A full SQL database system with JDBC driver that can be embedded in a Java application or operate as a stand-alone server with clients connecting via TCP/IP. . This package contains the API documentation of libmckoisqldb-java. Package: libmediainfo-dev Description-md5: 4c2245062ea2caf1c7a7453a3bf0062b Description-en: library reading metadata from media files -- headers MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the headers and other development support files needed for compiling and linking applications and libraries which use this library. Package: libmediainfo-doc Description-md5: a09164a8756db0b41db83d61a332cfe4 Description-en: library for reading metadata from media files -- documentation MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the Doxygen generated API reference for developing applications/libraries using this library. Package: libmediainfo0v5 Description-md5: 0d9ada95eeeb12fd1b1f4680f75efd55 Description-en: library for reading metadata from media files -- shared library MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the shared library needed for running applications which use this library. Package: libmetro-policy-java Description-md5: 2f73950b6619a394db883dafcd74825f Description-en: WS-Policy implementation in Java Metro Policy is the WS-Policy implementation for the Metro Web Services stack. . WS-Policy is a specification that allows web services to use XML to advertise their policies (on security, quality of service, etc.) and for web service consumers to specify their policy requirements. Package: libmimepull-java Description-md5: 84b425dcdbc2d53186444553f5288473 Description-en: Pull API for parsing MIME messages Mimepull provides a streaming API to access attachments parts in a MIME message. Package: libmockito-java Description-md5: 0ac7d720808d8c696b626cda053fa6c3 Description-en: mocking framework for Java Mockito is a mocking library which lets you write tests with a clean and simple API. . It generates mocks using reflection, it records all mock invocations, including methods arguments. Package: libmodbus-dev Description-md5: 319ed6ee1d4051d730fb32bd227a21ca Description-en: development files for the Modbus protocol library A Modbus library written in C, to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection. . This package contains the development files. Package: libmodbus5 Description-md5: c6ad0aa78fc2b26d475235f37a7cbbff Description-en: library for the Modbus protocol A Modbus library written in C, to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection. . This package contains the shared library. Package: libmojo-executor-java Description-md5: 51e7a511b27f7cb184f07a6843ed369c Description-en: Maven Mojo Executor The Mojo Executor provides a way to execute other Mojos (plugins) within a Maven plugin, allowing one to easily create Maven plugins that are composed of other plugins. Package: libmongodb-java Description-md5: 52a11228eee9abf4d87d93775e661a4b Description-en: MongoDB Java Driver Debian package for the official MongoDB Java Driver providing both synchronous and asynchronous interaction with MongoDB. Powering the drivers is a new driver core and BSON library. . Features . BSON Library A standalone BSON library, with a new Codec infrastructure that you can use to build high-performance encoders and decoders without requiring an intermediate Map instance. . MongoDB Driver An updated Java driver that includes the legacy API as well as a new generic MongoCollection interface that complies with a new cross-driver CRUD specification. . MongoDB Async Driver A new asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking IO. . Core driver The MongoDB Driver and Async Driver are both built on top of a new core library, which anyone can use to build alternative or experimental high-level APIs. Package: libmosquitto-dev Description-md5: 77f13d7f36f026908d01deaf5f721f63 Description-en: MQTT version 3.1/3.1.1 client library, development files This is the header and man page for the libmosquitto1 C library, which is a library for implementing MQTT version 3.1/3.1.1 clients. This package is needed to do development with libmosquitto1. Package: libmosquitto1 Description-md5: aa1339699afbcdacc4101eb90d55fb9d Description-en: MQTT version 3.1/3.1.1 client library This is a C library for implementing MQTT version 3.1/3.1.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: libmosquitto1-dbg Description-md5: 29805cb97e42f02219ddc81ae354b132 Description-en: debugging symbols for libmosquitto binaries This package contains debugging files used to investigate problems with the binaries provided by the libmosquitto1 package. Package: libmosquittopp-dev Description-md5: c5f9bbcc930cd67ad24072907bcd3b2a Description-en: MQTT version 3.1 client C++ library, development files This is the header and man page for the libmosquittopp1 C++ library, which is a library for implementing MQTT version 3.1 clients. This package is needed to do development with libmosquittopp1. Package: libmosquittopp1 Description-md5: a9508265e274f2645a900da51b393215 Description-en: MQTT version 3.1/3.1.1 client C++ library This is a C++ library for implementing MQTT version 3.1/3.1.1 clients. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: libmosquittopp1-dbg Description-md5: 93ab39bfaa11e9b509631de7eeda9edd Description-en: debugging symbols for libmosquittopp binaries This package contains debugging files used to investigate problems with the binaries provided by the libmosquittopp1 package. Package: libmpx2-amd64-cross Description-md5: 068b37fc53b1ed6a5ce5c0b46ead8728 Description-en: Intel memory protection extensions (runtime) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmpx2-dbg-amd64-cross Description-md5: 3a1bc98a578060323f606916da38cc8d Description-en: Intel memory protection extensions (debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmpx2-dbg-i386-cross Description-md5: 3a1bc98a578060323f606916da38cc8d Description-en: Intel memory protection extensions (debug symbols) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmpx2-i386-cross Description-md5: 068b37fc53b1ed6a5ce5c0b46ead8728 Description-en: Intel memory protection extensions (runtime) Intel MPX is a set of processor features which, with compiler, runtime library and OS support, brings increased robustness to software by checking pointer references whose compile time normal intentions are usurped at runtime due to buffer overflow. Package: libmsv-java Description-md5: b093f492f833d72e71ea36d946a51555 Description-en: Sun multi-schema XML validator The Sun Multi-Schema XML Validator is a Java tool to validate XML documents against several kinds of XML schemata. It supports DTD, RELAX Namespace, RELAX Core, RELAX NG, TREX, and a subset of W3C XML Schema Part 1. . It features both a command line utility that can read XML documents and validate them against a schema and a library that can be incorporated in a Java program. Package: libmysofa-dev Description-md5: aa2f9d2fa062666616e95b168ab4b1f1 Description-en: library to read HRTFs stored in the AES69-2015 SOFA format - development files libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented Format for Acoustics) files for spatial rendering. It hardly has any library dependencies and is suitable for embedded devices. . It reads SOFA files and checks whether the data complies to the "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to look-up and interpolate the filters for a given orientation and to normalize the HRTFs (Head-Related Transfer Functions) to a reference level. . This package contains the files necessary to compile applications using libmysofa. Package: libmysofa-utils Description-md5: cd8553dd8d9bf82cad3bb16a9abc6127 Description-en: library to read HRTFs stored in the AES69-2015 SOFA format - utilities libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented Format for Acoustics) files for spatial rendering. It hardly has any library dependencies and is suitable for embedded devices. . It reads SOFA files and checks whether the data complies to the "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to look-up and interpolate the filters for a given orientation and to normalize the HRTFs (Head-Related Transfer Functions) to a reference level. . This package contains the mysofa2json utility. Package: libmysofa0 Description-md5: 22541e7c07a54d434b83ace1302c4215 Description-en: library to read HRTFs stored in the AES69-2015 SOFA format libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented Format for Acoustics) files for spatial rendering. It hardly has any library dependencies and is suitable for embedded devices. . It reads SOFA files and checks whether the data complies to the "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to look-up and interpolate the filters for a given orientation and to normalize the HRTFs (Head-Related Transfer Functions) to a reference level. . This package contains the shared objects necessary to run an application using libmysofa. Package: libn32atomic1-dbg-mips-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-dbg-mips64-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-dbg-mips64el-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-dbg-mipsel-cross Description-md5: 8154059632073165573756db4aa3beee Description-en: support library providing __atomic built-in functions (n32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mips64el-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32atomic1-mipsel-cross Description-md5: 5addd5b55f79b05badc5d383cc456bc6 Description-en: support library providing __atomic built-in functions (n32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libn32gcc-7-dev-mips-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-7-dev-mips64-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-7-dev-mips64el-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-7-dev-mipsel-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mips-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mips64-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mips64el-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc-8-dev-mipsel-cross Description-md5: a9971e06562bd28587b8a1e082d3c523 Description-en: GCC support library (n32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libn32gcc1-dbg-mips-cross Description-md5: e7655f9ff6efd04d48defe8f30f54d25 Description-en: GCC support library (debug symbols) (mips) Debug symbols for the GCC support library. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32gcc1-dbg-mips64-cross Description-md5: 00edfc3961ee4d229c01f5a8957e647c Description-en: GCC support library (debug symbols) (mips64) Debug symbols for the GCC support library. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32gcc1-dbg-mips64el-cross Description-md5: 8528b9b598a0022db536a9e490b4ce3d Description-en: GCC support library (debug symbols) (mips64el) Debug symbols for the GCC support library. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32gcc1-dbg-mipsel-cross Description-md5: 3930f51efe424b6fe751fef09a12b1ae Description-en: GCC support library (debug symbols) (mipsel) Debug symbols for the GCC support library. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32gcc1-mips-cross Description-md5: e4cdd3a4afa37f05dd7d913a7af82447 Description-en: GCC support library (mips) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32gcc1-mips64-cross Description-md5: 3a5fd2cbfc2abe897c43c2f2d930968a Description-en: GCC support library (mips64) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32gcc1-mips64el-cross Description-md5: 805d07dcb41287d352c8c58eef76a32a Description-en: GCC support library (mips64el) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32gcc1-mipsel-cross Description-md5: 41d5d2f2b2e6a8fed0f70cba80bb07c3 Description-en: GCC support library (mipsel) (n32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32gfortran-7-dev-mips-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-7-dev-mips64-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-7-dev-mips64el-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-7-dev-mipsel-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mips-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mips64-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mips64el-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran-8-dev-mipsel-cross Description-md5: a68254f0dbb2084ef9a4c2b5e1b28c58 Description-en: Runtime library for GNU Fortran applications (n32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libn32gfortran4-dbg-mips-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-dbg-mips64-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-dbg-mips64el-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-dbg-mipsel-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mips-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mips64-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mips64el-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran4-mipsel-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mips-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mips64-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mips64el-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-dbg-mipsel-cross Description-md5: 4a2fde20ee317f721a6a41cb70ea6252 Description-en: Runtime library for GNU Fortran applications (n32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mips64el-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32gfortran5-mipsel-cross Description-md5: 512ca0d6fb98fb0cffa3e05c916ca5e9 Description-en: Runtime library for GNU Fortran applications (n32) Library needed for GNU Fortran applications linked against the shared library. Package: libn32go11-dbg-mips-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-dbg-mips64-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-dbg-mips64el-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-dbg-mipsel-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go11-mips-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go11-mips64-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go11-mips64el-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go11-mipsel-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-dbg-mips-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-dbg-mips64-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-dbg-mips64el-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-dbg-mipsel-cross Description-md5: 6946208a41d4f7d3ebea7974f1e10666 Description-en: Runtime library for GNU Go applications (n32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libn32go13-mips-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-mips64-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-mips64el-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32go13-mipsel-cross Description-md5: 69e12a3330f05e7659c67b24aba9e516 Description-en: Runtime library for GNU Go applications (n32) Library needed for GNU Go applications linked against the shared library. Package: libn32gomp1-dbg-mips-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-dbg-mips64-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-dbg-mips64el-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-dbg-mipsel-cross Description-md5: a19933981d8f900166aa55fc4eab7ac1 Description-en: GCC OpenMP (GOMP) support library (n32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libn32gomp1-mips-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mips64el-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32gomp1-mipsel-cross Description-md5: 5658b1146ba69da635efca3683f4a5e6 Description-en: GCC OpenMP (GOMP) support library (n32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libn32objc-7-dev-mips-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-7-dev-mips64-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-7-dev-mips64el-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-7-dev-mipsel-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mips-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mips64-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mips64el-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc-8-dev-mipsel-cross Description-md5: 7b0c3d16ce7999d69258664dbed1aec5 Description-en: Runtime library for GNU Objective-C applications (n32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libn32objc4-dbg-mips-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-dbg-mips64-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-dbg-mips64el-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-dbg-mipsel-cross Description-md5: d092980afd5e02d4ae4c02a48face332 Description-en: Runtime library for GNU Objective-C applications (n32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mips64el-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32objc4-mipsel-cross Description-md5: 6c3f3826368c5c8a95b9afb8628988b6 Description-en: Runtime library for GNU Objective-C applications (n32) Library needed for GNU ObjC applications linked against the shared library. Package: libn32stdc++-7-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++-7-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++-7-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++-7-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++-8-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-7-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-8-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libn32stdc++6-mips-cross Description-md5: 7f38395510354f79c1484dbe8592233e Description-en: GNU Standard C++ Library v3 (mips) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64-cross Description-md5: 5564fd4d0364c2f89d205d701d25caec Description-en: GNU Standard C++ Library v3 (mips64) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libn32stdc++6-mips64el-cross Description-md5: 66c3f64757d6455a2c91e61a3addc743 Description-en: GNU Standard C++ Library v3 (mips64el) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libn32stdc++6-mipsel-cross Description-md5: 8ac4361d8e776b0b81d001834537042a Description-en: GNU Standard C++ Library v3 (mipsel) (n32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libnb-absolutelayout-java Description-md5: f28eef7772e2a33feff0822e537d93db Description-en: Java LayoutManager to allow placement in absolute positions This library is part of the Netbeans platform and provides an implementation of the java.awt.LayoutManager interface. This implementation allows you to position components by their absolute position. Package: libnb-apisupport3-java Description-md5: 07a41369ac0ec99c6e596c6cb0c56e99 Description-en: Common NetBeans Platform Development Related Libraries for NetBeans The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package contains common libraries for development of NetBeans Platform modular extensions. Package: libnb-ide14-java Description-md5: fbf9319c98e91bc3773aa8716596954d Description-en: Common Integrated Development Environment Libraries for NetBeans The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package contains independent libraries for use in the NetBeans IDE. Package: libnb-java5-java Description-md5: 07019d6d08996ffae458d436ff0d3327 Description-en: Common Java Related Libraries for NetBeans The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package contains common libraries for the NetBeans Java IDE. Package: libnb-javaparser-java Description-md5: cf2595601aa456f02b4a23c0402b0afe Description-en: Parser for the Java language which is good for use in tools NetBeans parser for Java is patched version of the Java compiler. The patches are necessary for making the compiler usable in tools. They contain things like improved error recovery, performance improvements etc. . Please notice that the NetBeans Java parser is intended solely for use in development tools and can not and should not be used as a Java compiler. It does not produce class files. If you want to compile Java source code use the javac compiler included in JDK releases. Package: libnb-org-openide-modules-java Description-md5: b6500a729dfef7d0fc0c3e10a740e61b Description-en: Utility classes for modules from the NetBeans Platform The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package provides some utility functions for managing NetBeans modules. Package: libnb-org-openide-util-java Description-md5: 3ff487bf2a6284fe032419bb77136087 Description-en: Utility classes from the NetBeans Platform The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package provides some utility functions used by the modules that make up the platform. Package: libnb-org-openide-util-lookup-java Description-md5: e4fe9aebd1eba14a5e713de7d1d939d1 Description-en: Utility lookup classes from the NetBeans Platform The NetBeans Platform is a set of modules, each providing their own APIs and working together or in a standalone mode. This package provides some utility functions for lookups and is used by the modules that make up the platform. Package: libnb-platform-devel-java Description-md5: 3295d82a0d20977cd6b3d096f0408be0 Description-en: Build harness for NetBeans Platform The NetBeans Platform is a framework for building rich desktop applications in Java. It provides the code that is required to connect actions to menu items, toolbar items, keyboard shortcuts and more. It is the core of the NetBeans IDE. . This package contains the NetBeans Platform Harness containing the build scripts and ant tasks required to build an application on top of NetBeans Platform. Package: libnb-platform18-java Description-md5: 9c5fb88cced5a31fb01a6f43ce65c2b1 Description-en: NetBeans Platform for building rich desktop applications in Java The NetBeans Platform is a framework for building rich desktop applications in Java. It provides the code that is required to connect actions to menu items, toolbar items, keyboard shortcuts and more. It is the core of the NetBeans IDE. . This package provides the platform itself. Package: libnetty-3.9-java Description-md5: 4e808a51970b88a65d2691382ec76d52 Description-en: Java NIO client/server socket framework Netty is a Java NIO client/server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server. Package: libnetty-java Description-md5: 4e808a51970b88a65d2691382ec76d52 Description-en: Java NIO client/server socket framework Netty is a Java NIO client/server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server. Package: libnetx-java Description-md5: 65d842b6c094ca98620389032b82eef6 Description-en: An open-source JNLP client Netx is a high-quality implementation of the Java Network Launching Protocol (JNLP). It downloads code over the network for applications and applets, caches it, and runs it in a secure environment. . General Features of netx and JNLP: * Quality: Highest quality open-source JNLP client. * Modular: Easily add JNLP capabilities to any applications. * Security: Run code in a sandbox or log its activities. * Small Size: Loads from a ~130K JAR file. * Auto-Update: No special code needed to auto-update apps. * Fast startup: Runs code from a cache for fast starting. * Saves Memory: Supports running apps in a shared JVM. * No Browser: Runs apps and applets without a browser. * Web Based: No installers needed to deploy an application Package: libnginx-mod-http-auth-pam Description-md5: f5d57dbf0c65acd242b1a0560e3e3bfd Description-en: PAM authentication module for Nginx The nginx_http_auth_pam module enables authentication using PAM. . The module uses PAM as a backend for simple http authentication. It also allows setting the pam service name to allow more fine grained control. Package: libnginx-mod-http-cache-purge Description-md5: 398ab43d3187cbe8c5005bbdf7b75662 Description-en: Purge content from Nginx caches Cache Purge module adds purging capabilities to Nginx. It allows purging content from caches used by all of Nginx proxy modules, like FastCGI, Proxy, SCGI and uWSGI. Package: libnginx-mod-http-dav-ext Description-md5: 2690910ae7bd132adb0173b9b23604dc Description-en: WebDAV missing commands support for Nginx WebDAV Ext module complements the Nginx WebDAV module to provide a full WebDAV support. . WebDAV Ext provides the missing PROPFIND & OPTIONS methods. Package: libnginx-mod-http-echo Description-md5: abf85fee1f5ab07e15ef30313071a5b7 Description-en: Bring echo and more shell style goodies to Nginx Echo module wraps lots of Nginx internal APIs for streaming input and output, parallel/sequential subrequests, timers and sleeping, as well as various meta data accessing. . Basically it provides various utilities that help testing and debugging of other modules by trivially emulating different kinds of faked subrequest locations. . People will also find it useful in real-world applications that need to: . 1. Serve static contents directly from memory. 2. Wrap the upstream response with custom header and footer (kinda like the addition module but with contents read directly from the config file and Nginx variables). 3. Merge contents of various "Nginx locations" (i.e., subrequests) together in a single main request (using echo_location and its friends). Package: libnginx-mod-http-fancyindex Description-md5: 6258d67cce31732f8e890750dae6ebf2 Description-en: Fancy indexes module for the Nginx The Fancy Index module makes possible the generation of file listings, like the built-in autoindex module does, but adding a touch of style by introducing ways to customize the result. Package: libnginx-mod-http-headers-more-filter Description-md5: 92b32d38fc0fbbbb77340cc1cd063a62 Description-en: Set and clear input and output headers for Nginx The Headers More module allows you to add, set, or clear any output or input header that you specify. . This is an enhanced version of the standard headers module because it provides more utilities like resetting or clearing "builtin headers" like Content-Type, Content-Length, and Server. Package: libnginx-mod-http-lua Description-md5: 3809630833b46400f90da24b2a051f5c Description-en: Lua module for Nginx Embed Lua runtime into nginx. . This module embeds Lua, via the standard Lua 5.1 interpreter or LuaJIT 2.0/2.1, into Nginx and by leveraging Nginx's subrequests, allows the integration of the powerful Lua threads (Lua coroutines) into the Nginx event model. Package: libnginx-mod-http-ndk Description-md5: bb02698c2bb350fa8b6c2dddcabc6895 Description-en: Nginx Development Kit module The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. . It has functions and macros to deal with generic tasks that don't currently have generic code as part of the core distribution. The NDK itself adds few features that are seen from a user's point of view - it's just designed to help reduce the code that Nginx module developers need to write. Package: libnginx-mod-http-perl Description-md5: e53a1df1937247757c6e3b6896311998 Description-en: Perl module for Nginx Embed Perl runtime into nginx. . The ngx_http_perl module is used to implement location and variable handlers in Perl and insert Perl calls into SSI. . Note that this module is marked experimental. Package: libnginx-mod-http-subs-filter Description-md5: d31b147dc61028d8b021b2300c575b74 Description-en: Substitution filter module for Nginx Subsitution Nginx module can do both regular expression and fixed string substitutions on response bodies. The module is quite different from Nginx's native Substitution module. It scans the output chains buffer and matches string line by line, just like Apache's mod_substitute. Package: libnginx-mod-http-uploadprogress Description-md5: 488a4ddc35482d27784766b871e61d3a Description-en: Upload progress system for Nginx Upload progress module is an implementation of an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers. . It works by tracking the uploads proxied by Nginx to upstream servers without analysing the uploaded content and offers a web API to report upload progress in Javscript, Json or any other format. Package: libnginx-mod-http-upstream-fair Description-md5: e1780a80134775b6bb0a8cbe12e76218 Description-en: Nginx Upstream Fair Proxy Load Balancer The Nginx fair proxy balancer enhances the standard round-robin load balancer provided with Nginx so that it tracks busy backend servers and adjusts balancing accordingly. Package: libnginx-mod-nchan Description-md5: d6ec98083d8ecb11ff9c5cd125dedf07 Description-en: Fast, flexible pub/sub server for Nginx Nchan is a scalable, flexible pub/sub server for the modern web, It can be configured as a standalone server, or as a shim between your application and tens, thousands, or millions of live subscribers. It can buffer messages in memory, on-disk, or via Redis. All connections are handled asynchronously and distributed among any number of worker processes. It can also scale to many nginx server instances with Redis. . Full documentation available at https://nchan.slact.net Package: libnginx-mod-rtmp Description-md5: 21c88e68945f219c2a8efff37ad9e624 Description-en: RTMP support for Nginx The nginx RTMP module is a fully-featured streaming solution implemented in nginx. . It provides the following features: - Live streaming with RTMP, HLS and MPEG-DASH; - RTMP Video on Demand from local or HTTP sources; - Stream relay support via a push or pull model; - Integrated stream recording; - and more. Package: libnss-libvirt Description-md5: c60dcdc9c0b9957d6ec6d1db8cbe0ad5 Description-en: nss plugin providing IP add ress resolution for virtual machines Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the nss plugin for IP address resolution of libvirt managed virtual machines. Package: libnss-mymachines Description-md5: 588342105e1fdd6ff74c093651cb80cc Description-en: nss module to resolve hostnames for local container instances nss-mymachines is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing hostname resolution for local containers that are registered with systemd-machined.service(8). The container names are resolved to IP addresses of the specific container, ordered by their scope. . Installing this package automatically adds mymachines to /etc/nsswitch.conf. Package: libnss-resolve Description-md5: fa2bc74d218dfae9ad286df8f31fa19f Description-en: nss module to resolve names via systemd-resolved nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via the systemd-resolved daemon (provided in the systemd package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. Package: libnss3-tools Description-md5: 33cc2c7795e9ef6579f85eabb1dbee18 Description-en: Network Security Service tools This is a set of tools on top of the Network Security Service libraries. This package includes: * certutil: manages certificate and key databases (cert7.db and key3.db) * modutil: manages the database of PKCS11 modules (secmod.db) * pk12util: imports/exports keys and certificates between the cert/key databases and files in PKCS12 format. * shlibsign: creates .chk files for use in FIPS mode. * signtool: creates digitally-signed jar archives containing files and/or code. * ssltap: proxy requests for an SSL server and display the contents of the messages exchanged between the client and server. Package: libntlm0 Description-md5: 5ca436a27af5b826b05597158eb164e9 Description-en: NTLM authentication library NTLM is an authentication protocol used in various Microsoft network protocol implementations and supported by the NTLM Security Support Provider ("NTLMSSP"). Originally used for authentication and negotiation of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as an integrated single sign-on mechanism. . NTLM employs a challenge-response mechanism for authentication, in which clients are able to prove their identities without sending a password to the server. It consists of three messages, commonly referred to as Type 1 (negotiation), Type 2 (challenge) and Type 3 (authentication). Package: libntlm0-dev Description-md5: 098568fa96bce198e4e7278e947c8085 Description-en: Development files for the NTLM authentication library Libntlm is a library that implements Microsoft's NTLM authentication. This package contains all the files necessary for developing programs with NTLM support. Package: libobantoo-java Description-md5: 00e10d517903d7c356c06a4c9f956bd3 Description-en: OBanToo is a Java library with banking tools A library of tools for German online banking implementing SEPA, IBAN/BIC, DETAUS and QIF. Package: libobjc-7-dev-alpha-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-amd64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-arm64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-armel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-armhf-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-hppa-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-i386-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-m68k-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mips-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mips64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mips64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-mipsel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-powerpc-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-powerpcspe-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-ppc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-ppc64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-riscv64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-s390x-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-sh4-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-sparc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-7-dev-x32-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-alpha-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-amd64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-arm64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-armel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-armhf-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-hppa-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-i386-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-m68k-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mips-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mips64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mips64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-mipsel-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-powerpc-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-powerpcspe-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-ppc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-ppc64el-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-riscv64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-s390x-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-sh4-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-sparc64-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc-8-dev-x32-cross Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d Description-en: Runtime library for GNU Objective-C applications (development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libobjc4-alpha-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-amd64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-arm64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-armel-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-armhf-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-alpha-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-amd64-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-arm64-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-armel-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-armhf-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-hppa-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-i386-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-m68k-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-mips-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-mips64-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-mips64el-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-mipsel-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-powerpc-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-powerpcspe-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-ppc64-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-ppc64el-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-riscv64-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-s390x-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-sh4-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-sparc64-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-dbg-x32-cross Description-md5: b444a22ecf71ec41ec6388bbebb0e347 Description-en: Runtime library for GNU Objective-C applications (debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-hppa-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-i386-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-m68k-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mips64el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-mipsel-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-powerpc-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-powerpcspe-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-ppc64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-ppc64el-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-riscv64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-s390x-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-sh4-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-sparc64-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjc4-x32-cross Description-md5: 30a0a695b3f5d643272b0bb547f0578c Description-en: Runtime library for GNU Objective-C applications Library needed for GNU ObjC applications linked against the shared library. Package: libobjenesis-java Description-md5: 41a22df421c52c7dab71183e98808e36 Description-en: Java library to instantiate a new object of a particular class Objenesis is a small Java library that serves one purpose: to instantiate a new object of a particular class. Java already supports this dynamic instantiation of classes using Class.newInstance(). However, this only works if the class has an appropriate constructor. There are many times when a class cannot be instantiated this way, such as when the class contains: * Constructors that require arguments. * Constructors that have side effects. * Constructors that throw exceptions. As a result, it is common to see restrictions in libraries stating that classes must require a default constructor. Objenesis aims to overcomes these restrictions by bypassing the constructor on object instantiation. Package: libobjenesis-java-doc Description-md5: c6beba7c9739f156f5e52206464afa6d Description-en: Documentation for Objenesis Objenesis is a small Java library that serves one purpose: to instantiate a new object of a particular class. Java already supports this dynamic instantiation of classes using Class.newInstance(). However, this only works if the class has an appropriate constructor. There are many times when a class cannot be instantiated this way, such as when the class contains: * Constructors that require arguments. * Constructors that have side effects. * Constructors that throw exceptions. As a result, it is common to see restrictions in libraries stating that classes must require a default constructor. Objenesis aims to overcomes these restrictions by bypassing the constructor on object instantiation. . This is the API documentation for Objenesis Package: libomp-10-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-10-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-8-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-8-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-9-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-9-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp5-10 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp5-8 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp5-9 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libopenconnect-dev Description-md5: 2fe0d2d4cb68b8030c7a55258936f922 Description-en: open client for Cisco AnyConnect VPN - development files OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others. OpenConnect also supports the Pulse Connect Secure SSL VPN, formerly known as the Juniper SSL VPN or the Junos Pulse VPN. . This package provides the header and development files. Package: libopenconnect5 Description-md5: e307158c2a897d2ea8800a7d7e6349c3 Description-en: open client for Cisco AnyConnect VPN - shared library OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others. OpenConnect also supports the Pulse Connect Secure SSL VPN, formerly known as the Juniper SSL VPN or the Junos Pulse VPN. . This package provides the shared library. Package: libopencv-calib3d-dev Description-md5: 171b4d33c67e010ee96d90488ef6e745 Description-en: development files for libopencv-calib3d3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Camera Calibration library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-calib3d3.2 Description-md5: 90b6483109ee9ac13cb0398eafec9088 Description-en: computer vision Camera Calibration library This package contains the OpenCV (Open Computer Vision) Camera Calibration runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-contrib-dev Description-md5: 2ee7055108155a1377cf084429c4b5fb Description-en: development files for libopencv-contrib3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) contrib library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-contrib3.2 Description-md5: 5b2f1e4e2353ae29e8ac0f74269eeaa6 Description-en: computer vision contrlib library This package contains the OpenCV (Open Computer Vision) opencv_contrib runtime libraries. This package contain following contrlib libraries: . - aruco - bgsegm - bioinspired - ccalib - dnn - dpm - fuzzy - hdf - line_descriptor - optflow - plot - reg - saliency - stereo - structured_light - rgbd - surface_matching - tracking - datasets - text - face - ximgproc - xobjdetect - xphoto . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-core-dev Description-md5: 147e8397be9135649b97526a1cbcc8c2 Description-en: development files for libopencv-core3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) core. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-core3.2 Description-md5: 8292a7f05662b9e9cf3408ffc2f8e61f Description-en: computer vision core library This package contains the OpenCV (Open Computer Vision) core runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-dev Description-md5: f9dc67381f1013c39fe59842c79cbddf Description-en: development files for opencv This is a metapackage providing development package necessary for development of OpenCV (Open Computer Vision). . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-features2d-dev Description-md5: 50a92ae4d23c1d3375fd0696bf2c2e72 Description-en: development files for libopencv-features2d3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Feature Detection and Descriptor Extraction library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-features2d3.2 Description-md5: 122b12bbf961eda4e13f729263851b16 Description-en: computer vision Feature Detection and Descriptor Extraction library This package contains the OpenCV (Open Computer Vision) Feature Detection and Descriptor Extraction runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-flann-dev Description-md5: 220ff885f1a4d56756162744459bb984 Description-en: development files for libopencv-flann3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Clustering and Search in Multi-Dimensional spaces library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-flann3.2 Description-md5: b0dfaeb42797c690e89719d4e38be30c Description-en: computer vision Clustering and Search in Multi-Dimensional spaces library This package contains the OpenCV (Open Computer Vision) clustering and search in Multi-Dimensional spaces runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-highgui-dev Description-md5: db778e49dd80527ec984a488b1f7a203 Description-en: development files for libopencv-highgui3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) High-level GUI and Media I/O library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-highgui3.2 Description-md5: 4f2ee9c2e44d09b28cce1cc8726b50f0 Description-en: computer vision High-level GUI and Media I/O library This package contains the OpenCV (Open Computer Vision) High-level GUI and Media I/O runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgcodecs-dev Description-md5: 3d10ae174d487806ca0b8d29e95f30ff Description-en: development files for libopencv-imgcodecs3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Image Codecs library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgcodecs3.2 Description-md5: a60db0058ca6d4545c6dee49271993ff Description-en: computer vision Image Codecs library This package contains the OpenCV (Open Computer Vision) Image Codecs runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgproc-dev Description-md5: c95e3a88f7a0ab24a45177e510ef025c Description-en: development files for libopencv-imgproc3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Image Processing library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-imgproc3.2 Description-md5: 98d7deaad1f7fb1315ad11b8d946c391 Description-en: computer vision Image Processing library This package contains the OpenCV (Open Computer Vision) Image Processing runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-ml-dev Description-md5: e9b5937578478d8af6dbdee623593a11 Description-en: development files for libopencv-ml3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Machine Learning library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-ml3.2 Description-md5: 59ba4a6fa1005775468fe2df9151c0bb Description-en: computer vision Machine Learning library This package contains the OpenCV (Open Computer Vision) Machine Learning runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-objdetect-dev Description-md5: 0f80957f4649be65683afb6b806724ef Description-en: development files for libopencv-objdetect3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Object Detection library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-objdetect3.2 Description-md5: 9a77ab897ba11a70615d3e366bf512ad Description-en: computer vision Object Detection library This package contains the OpenCV (Open Computer Vision) Object Detection runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-photo-dev Description-md5: dcdebd2471a9fe430425baabc3cf75cd Description-en: development files for libopencv-photo3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) computational photography library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-photo3.2 Description-md5: c096ada5b24714a93c563c0c9324da3b Description-en: computer vision computational photography library This package contains the OpenCV (Open Computer Vision) computational photography runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-shape-dev Description-md5: f352095211ae1762483e5bd74ed2322e Description-en: development files for libopencv-shape3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) shape descriptors and matchers library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-shape3.2 Description-md5: 29f59ebec864aa3692b3bfeb6fe9c8d7 Description-en: computer vision shape descriptors and matchers library This package contains the OpenCV (Open Computer Vision) shape descriptors and matchers runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-stitching-dev Description-md5: be8aebf2efcee15fefcd3e963f6e48d2 Description-en: development files for libopencv-stitching3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) image stitching library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-stitching3.2 Description-md5: ac8bc208181de694f4af969d67121211 Description-en: computer vision image stitching library This package contains the OpenCV (Open Computer Vision) image stitching runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-superres-dev Description-md5: bb8d2a6d4a7ae06e9e6e94f7fdb1fe62 Description-en: development files for libopencv-superres3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Super Resolution library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-superres3.2 Description-md5: d6c05e870423afcb1e1ba16cdd7f3b6b Description-en: computer vision Super Resolution library This package contains the OpenCV (Open Computer Vision) Super Resolution runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-ts-dev Description-md5: 2ee7e05aea9726c855c282797194db90 Description-en: development files for TS library of OpenCV (Open Computer Vision) This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) TS library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-video-dev Description-md5: da30a645ab906492808780c14b22eac4 Description-en: development files for libopencv-video3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Video analysis library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-video3.2 Description-md5: bd7405911f1732d24e276b0fe9a79d56 Description-en: computer vision Video analysis library This package contains the OpenCV (Open Computer Vision) Video analysis runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videoio-dev Description-md5: c73e6b039958f575623b7b15a30b11f3 Description-en: development files for libopencv-videoio3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) Video I/O library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videoio3.2 Description-md5: 9423a6c92ac81c419de450fdcf11b5f3 Description-en: computer vision Video I/O library This package contains the OpenCV (Open Computer Vision) Video I/O runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videostab-dev Description-md5: 944d87f4020be5372c1a85a241cc2e56 Description-en: development files for libopencv-videostab3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) video stabilization library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-videostab3.2 Description-md5: efea3ad388a51f61b9510a64b37f2ec2 Description-en: computer vision video stabilization library This package contains the OpenCV (Open Computer Vision) video stabilization runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-viz-dev Description-md5: 2e0d3041e572124f6529fb2cfcd817c3 Description-en: development files for libopencv-viz3.2 This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) 3D data visualization library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv-viz3.2 Description-md5: d65227bfb9f1bec6ce226d96bdf9fd6b Description-en: computer vision 3D data visualization library This package contains the OpenCV (Open Computer Vision) 3D data visualization runtime libraries. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv3.2-java Description-md5: 3ec3c157401d8e95562d4ddb20dd6782 Description-en: Java bindings for the computer vision library This package contains Java bindings for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopencv3.2-jni Description-md5: 3e8bfd86bff143c280bb78e8c95073c6 Description-en: Java jni library for the computer vision library This package contains Java jni library for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: libopendmarc-dev Description-md5: 6738e49405f629656d0c2e887c895829 Description-en: Headers and development libraries for the OpenDMARC library Domain-based Message Authentication, Reporting and Conformance (DMARC), builds on the successes of technologies such as DomainKeys Identified Mail (DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that enforces policy on domain names that are visible to end users, and creates a feedback framework for identifying and tracking fraudulent use of domain names in email. . This package provides the required header files and development libraries for developing against the OpenDMARC library. Package: libopendmarc2 Description-md5: 71bbf52de43abedcb507d8bbad49846a Description-en: Library for DMARC validation and reporting Domain-based Message Authentication, Reporting and Conformance (DMARC), builds on the successes of technologies such as DomainKeys Identified Mail (DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that enforces policy on domain names that are visible to end users, and creates a feedback framework for identifying and tracking fraudulent use of domain names in email. . This package provides library for implementing mail validation and reporting for the experimental DMARC standard. Package: libopenhft-chronicle-bytes-java Description-md5: c46e4c262fce979adf2f913e24a1e4f9 Description-en: OpenHFT byte buffer library Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with some extensions. It's build on Chronicle Core's direct memory and OS system call access and contains all the low level memory access wrappers. The API supports: * 64-bit sizes * UTF-8 and ISO-8859-1 encoded strings. * thread safe off heap memory operations. * deterministic release of resources via reference counting. * compressed data types such as stop bit encoding. * elastic ByteBuffer wrappers which resize as required. * parsing text and writing text directly to off heap bytes. Package: libopenhft-chronicle-core-java Description-md5: 74840cf1219e9a1ae2b2bb55fea8dd6e Description-en: OpenHFT core library Chronicle Core wraps up low level access to: * Off Heap Memory Access * JVM Access Methods * OS Calls * Resource Reference Counting * Object Pools * Class Local Caching * Maths Functions for casting types, rounding double, faster hashing. * Serializable Lambdas * Histogram A high performance wide range histogram. Package: libopenhft-chronicle-threads-java Description-md5: 1600a2074fe9ad47a404606edb11c4fe Description-en: OpenHFT thread pool library Chronicle Threads provides a high performance thread pool. This thread pool is designed to share blocking, monitoring and busy waiting threads. Busy waiting tasks can be prioritised for HIGH, MEDIUM, DAEMON (low priority) as well as TIMER (fixed rate events) tasks in a single thread without creating garbage. Package: libopenhft-lang-java Description-md5: e74a92d57655722d61e5bdb810fefb07 Description-en: High Performance Java library for High Frequency Trading This library provides marshalling, de-marshalling and handling of thread safe off heap memory through ByteBuffers. It is designed to be largely GC-less such that millions of entries with 32 MB heap can be queued without triggering the garbage collector. Package: libopenjfx-java Description-md5: 238d2eecdf8319dd2b316de08d5badf5 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Java libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the Java libraries only, installing it won't add the JavaFX classes to the default classpath automatically. The integration with the JRE is provided by the openjfx package. Package: libopenjfx-java-doc Description-md5: ac88b714fc6ab003feed1a3c9d501728 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (Javadoc) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the API documentation for libopenjfx-java. Package: libopenjfx-jni Description-md5: aee76293940d3c485509232524f9f5e1 Description-en: JavaFX/OpenJFX - Rich client application platform for Java (native libraries) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the native libraries for libopenjfx-java. Package: libopenjp2-7 Description-md5: bebeaaa50dd1a5685a0f67da93d3ac4b Description-en: JPEG 2000 image compression/decompression library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This package contains the runtime files for openjpeg 2.x Package: libopenjp2-7-dev Description-md5: b3467bb9ada27076b0852a6582c60027 Description-en: development files for OpenJPEG, a JPEG 2000 image library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This package contains the development files for openjpeg 2.x Package: libopenjp2-tools Description-md5: f29e7484a0cd49077edc02dc570a9a4b Description-en: command-line tools using the JPEG 2000 library This package provides with command-line tools allowing for conversions between several formats and also provides tools for encoding and decoding motion-jpeg2000 video formats: . - opj_decompress: decodes j2k, jp2, and jpt files to pgm, ppm, pnm, pgx, and bmp. - opj_compress: encodes pnm, pgm, pgx, bmp, and ppm files to j2k, and jp2. - opj_dump: dump information contains in j2k and jp2. - index_create: create jp2 with JPIP index file from a j2k file. - frames_to_mj2: convert YUV video streams to mj2 format. - mj2_to_frames: convert mj2 video streams to YUV format. - wrap_j2k_in_mj2: wrap j2k codestreams into mj2 format. - extract-j2k-from_mj2: extract j2k codestreams from the mj2 format. Package: libopenjp3d-tools Description-md5: e0fc9988dcb180b945cb436dca0e0df4 Description-en: command-line tools using the JPEG 2000 - 3D library This package provides with command-line tools allowing for conversions between several formats and also provides tools for encoding and decoding jpeg 3D formats: . - opj_jp3d_compress: compress into JP3D volume - opj_jp3d_decompress: decompress JP3D volume Package: libopenjp3d7 Description-md5: c1c1eb9c473a3e0073d77e7f46ee7ed8 Description-en: JP3D (JPEG 2000 / Part 10) image compression/decompression library OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This is an implementation of the JPEG 2000 (JP3D) volumetric imaging (Part-10) Package: libopenjpa-java Description-md5: c8c70268ca4e9852bb60095769acc32c Description-en: Java Persistence 2.0 API (JPA) implementation library OpenJPA is Apache's implementation of Sun's Java Persistence 2.0 API (JSR-317 JPA 2.0) specification for the transparent persistence of Java objects. . It is an object-relational mapping (ORM) solution for the Java language, which simplifies storing objects in databases. Package: libopenjpip-dec-server Description-md5: 200d1d78759ac8db1c5fffc4421914fa Description-en: tool to allow caching of JPEG 2000 files using JPIP protocol This is client side application for caching remote JPEG 2000 using the JPIP protocol. This command line application needs to run on the client side to allow application such as opj_viewer to view images. Package: libopenjpip-server Description-md5: a1ff98fe57f04dbd0d10223568f211fe Description-en: JPIP server for JPEG 2000 files OpenJPIP software is an implementation of JPEG 2000 Part9: Interactivity tools, APIs and protocols (JPIP). For more info about JPIP, check the website: http://www.jpeg.org/jpeg2000/j2kpart9.html. The current implementation uses some results from the 2KAN project (http://www.2kan.org). . First Version covers: . - JPT-stream (Tile based) and JPP-stream (Precinct based) media types - Session, channels, cache model managements - JPIP over HTTP - Indexing JPEG 2000 files - Embedding XML formatted metadata - Region Of Interest (ROI) requests Package: libopenjpip-viewer Description-md5: 5afa12d72ab835df2e19149b8ff31d51 Description-en: JPEG 2000 java based viewer for advanced remote JPIP access Java based client to view remote JPEG 2000 using JPIP protocol. This is a simple java viewer to allow: . - Scale up request: Enlarge the window - ROI request: Select a region by mouse click and drag, then click inside the red frame of the selected region - Annotate image with ROI information in XML metadata: Click button "Region Of Interest" - Open a new window presenting an aligned image with a locally stored image: Click button "Image Registration" (Under Construction) Package: libopenjpip7 Description-md5: 50cc5e723cb5be57e1d384f85d8d78f9 Description-en: JPEG 2000 Interactive Protocol OpenJPEG is a library for handling the JPEG 2000 image compression format. JPEG 2000 is a wavelet-based image compression standard and permits progressive transmission by pixel and resolution accuracy for progressive downloads of an encoded image. It supports lossless and lossy compression, supports higher compression than JPEG 1991, and has resilience to errors in the image. . This is an implementation of the JPEG 2000 Interactive Protocol (Part-9) Package: libostree-1-1 Description-md5: 7f070d279b2cc988d078b2a019548640 Description-en: content-addressed filesystem for operating system binaries (library) libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. It is also used by the Flatpak application runtime system. . This package contains the shared library. Package: libostree-dev Description-md5: c22486f6aa7420e21a9ea0a7a63be1ad Description-en: Development files for the libostree library libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. It is also used by the Flatpak application runtime system. . This package contains development headers and the pkg-config file for libostree. Package: libostree-doc Description-md5: 09cc3f7b6e492af7e658d0d0b52eed53 Description-en: Development documentation for the libostree library libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains development documentation for libostree. Package: libpam-cgfs Description-md5: cb57c39f06feeaf43987af0884bc76f8 Description-en: PAM module for managing cgroups for LXC Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This provides a Pluggable Authentication Module (PAM) to provide logged-in users with a set of cgroups which they can administer. This allows for instance unprivileged containers, and session management using cgroup process tracking. Package: libpam-fscrypt Description-md5: f0f1c7381396079980b381bad162b8b7 Description-en: PAM module for Linux filesystem encryption fscrypt is a high-level tool for the management of Linux filesystem encryption. This tool manages metadata, key generation, key wrapping, PAM integration, and provides a uniform interface for creating and modifying encrypted directories. . This PAM module can be used to unlock one or more directories upon user login and then lock those directories when the user ends their session. Package: libpam-heimdal Description-md5: 66e4a509213fb644555c0cb0d4c1efd6 Description-en: PAM module for Heimdal Kerberos A Kerberos PAM module build against the Heimdal libraries. It supports authenticating against a Kerberos KDC, obtaining tickets and populating an initial ticket cache, authorizing users via a ~/.k5login file, and changing Kerberos passwords. Package: libpam-kwallet-common Description-md5: 198c662b2e6788430c5a2ce28b1e88b4 Description-en: KWallet integration with PAM (common files) The KDE Wallet system provides a secure way to store passwords and other secret information, allowing the user to remember only a single KDE Wallet password instead of numerous different passwords and credentials. . This package provides a the common files needed by the KDE 4 and Kf5 version of the PAM integration. Package: libpam-kwallet4 Description-md5: 6374062cefc202f32ae07f87ea413a0e Description-en: KWallet (KDE 4) integration with PAM The KDE Wallet system provides a secure way to store passwords and other secret information, allowing the user to remember only a single KDE Wallet password instead of numerous different passwords and credentials. . This package provides a simple PAM integration for KWallet, so you can log in to open a KWallet. Package: libpam-kwallet5 Description-md5: e2da5cb13d0ff39ed9c448ad58e0c7e5 Description-en: KWallet (Kf5) integration with PAM The KDE Wallet system provides a secure way to store passwords and other secret information, allowing the user to remember only a single KDE Wallet password instead of numerous different passwords and credentials. . This package provides a simple PAM integration for KWallet, so you can log in to open a KWallet. Package: libpam-python Description-md5: 894c07d34a094a24a02bc960f8dc0943 Description-en: Enables PAM modules to be written in Python This PAM module runs the Python interpreter, thus allowing PAM modules to be written in Python. As a Python incurs a considerable overhead its intended audience is SysAdmins writing one off PAM modules. If you are doing that, you should probably install the documentation in libpam-python-doc as well. Package: libpam-python-doc Description-md5: 9f2d4bc8e296e3f593cfce29edad6e2e Description-en: Documentation for the bindings provided by libpam-python The libpam-python PAM module runs the Python interpreter, thus allowing PAM modules to be written in Python. This package documents the bindings provided by libpam-python. Package: libpam-tacplus Description-md5: af520f2d3b293d29e4e182e19cc5f0d0 Description-en: PAM module for using TACACS+ as an authentication service This PAM module support authentication, authorization (account management) and accounting (session management) performed using TACACS+ protocol designed by Cisco. Package: libpango1.0-0 Description-md5: 8954b5cee22eb0cefe3a9bd070046515 Description-en: Layout and rendering of internationalized text (transitional package) Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This is a transitional package. Package: libpdfbox-java Description-md5: d93792cecbea16312212fb8c98f1a182 Description-en: PDF library for Java The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains the library itself. Package: libpdfbox-java-doc Description-md5: 533ca944496210643c2e3c5b769c0f75 Description-en: PDF library for Java (documentation) The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains the documentation for the library. Package: libpdfbox2-java Description-md5: f9b6e1a97ce4e85fefde2532a63c9e89 Description-en: PDF library for Java The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains version 2 of the library which is backwards incompatible. Package: libpdfbox2-java-doc Description-md5: c1efcaf837cb306c0f0dbe4c7738a223 Description-en: PDF library for Java (documentation) The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. . This package contains the documentation for version 2 of the library. Package: libphp-phpmailer Description-md5: 18eaabdfa1cab6ca0bca6b9f5d84461c Description-en: full featured email transfer class for PHP Many PHP developers utilize email in their code. The only PHP function that supports this is the mail() function. However, it does not provide any assistance for making use of popular features such as HTML-based emails and attachments. . Class Features: - Integrated SMTP support - send without a local mail server - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs - Multipart/alternative emails for mail clients that do not read HTML email - Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings - SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms over SSL and TLS transports - Error messages in 47 languages - DKIM and S/MIME signing support Package: libphp7.2-embed Description-md5: 3115334124235da251199a14f5a28c60 Description-en: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp7.2.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash libxml openssl pcntl pcre Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: libpicocontainer-java Description-md5: b6512ed5df0c09d227cc9625e31951ac Description-en: Java library implementing the Dependency Injection pattern PicoContainer is a highly embeddable full service Inversion of Control (IoC) container for components that honour the Dependency Injection pattern. It can be used as a lightweight alternative to Sun's J2EE patterns for web applications or general solutions. . Despite it being very compact in size, PicoContainer supports different dependency injection types (Constructor, Setter, Annotated Field and Method) and offers multiple lifecycle and monitoring strategies. Package: libpicocontainer-java-doc Description-md5: 1ac21ce199f1ce8ce62732d72a8026f9 Description-en: Java library implementing the Dependency Injection pattern -- docs PicoContainer is a highly embeddable full service Inversion of Control (IoC) container for components that honour the Dependency Injection pattern. . This package contains the Javadoc API documentation for libpicocontainer-java. Package: libplasma3 Description-md5: 069ac695b489886696dab1b47f4363b3 Description-en: Plasma Library for the KDE Platform This package contains the Plasma library. Plasma is one of the key technologies of KDE 4 (also known as the "Pillars of KDE"), and one of the most visible to users. It is the component that is "in charge" of the desktop interface; the desktop, panel (often referred simply as the task bar), and related elements. Plasma aims to change the traditional concepts of the "Desktop", incorporating semantic application elements, and bringing cooperating technologies to the user's fingertips in a way that is visually appealing while easing work flow. . It is part of the KDE Development Platform libraries module. Package: libplexus-io-java Description-md5: 255685e278b935c1cd682eb1695edc57 Description-en: Plexus IO Components Plexus IO is a set of plexus components, which are designed for use in I/O operations. These I/O operations are doing nothing spectacular. For example, Apache Commons IO is a much more powerful library in the same area. However, the implementation as a plexus component allows reuse in Maven. . The following component groups are currently available: * File Mappers * File Selectors Package: libplexus-languages-java Description-md5: 8e34cbf54dcf8b5a06d7dcf6c8e03913 Description-en: Plexus shared language features Plexus Languages maintains shared language features used by the Plexus components, such as parsing or extracting modules information in various ways for the Java language. Package: libpoppler-qt5-1 Description-md5: 0ac9bcecfcfad7f5e76c5f9836ae7168 Description-en: PDF rendering library (Qt 5 based shared library) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package provides the Qt 5 based shared library for applications using the Qt 5 interface to Poppler. Package: libpoppler-qt5-dev Description-md5: 23f42cab8509c36d744da26df5cb855a Description-en: PDF rendering library -- development files (Qt 5 interface) Poppler is a PDF rendering library based on Xpdf PDF viewer. . This package contains the headers and development libraries needed to build applications using the Qt 5-based Poppler interface. Package: libpostproc-dev Description-md5: 6db719e99d6d383cd3dae3c2fe7581d0 Description-en: FFmpeg library for post processing - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides video post processing. . This package contains the development files. Package: libpostproc54 Description-md5: c6ed7c9917aafdc1ed5ecc1810e6f056 Description-en: FFmpeg library for post processing - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides video post processing. . This package contains the runtime files. Package: libprocyon-java Description-md5: 4fa121651a53397a6c7897a8aa51f9d2 Description-en: Procyon Framework Procyon is a suite of Java metaprogramming tools focused on code generation and analysis. It includes the following libraries: * Core Framework * Reflection Framework * Expressions Framework * Compiler Toolset * Java Decompiler Package: libproperties-maven-plugin-java Description-md5: acee8693861ea937c7d4436898dcc0db Description-en: Maven Plugin to read and write property files from mojo.codehaus.org The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. Package: libprotobuf-java Description-md5: 2ac9477d01e9d2920f1793f9f58f3aa6 Description-en: Java bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Java bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Java classes, and then the modules in this package will allow you to use those classes in your programs. Package: libproxy-cil-dev Description-md5: f84b6b72fea878076ed72e52808dc0ba Description-en: automatic proxy configuration management library (CLI devel) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains development files for the CLI bindings, and should be used for compilation. Package: libproxy-tools Description-md5: aac59bba35e1a229fc8c5ffe6e4ba4cb Description-en: automatic proxy configuration management library (tools) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains a program to interact with libproxy from the command line. Package: libproxy0.4-cil Description-md5: 42776b22a3576eff412b0a43566c3c44 Description-en: automatic proxy configuration management library (CLI) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the CLI bindings. Package: libproxy1-plugin-kconfig Description-md5: f9b50798054bc63f81dfbd1c8764aafc Description-en: automatic proxy configuration management library (KConfig plugin) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the plugin to allow libproxy to read proxy settings from KConfig (KDE 4) Package: libproxy1-plugin-webkit Description-md5: 20f65401cda862ebec9528e2cbd29339 Description-en: automatic proxy configuration management library (Webkit plugin) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the plugin to allow libproxy to interpret PAC files using Webkit Package: libpython2.7-testsuite Description-md5: ca1ecfb5f297f44ae0729c2b3459e146 Description-en: Testsuite for the Python standard library (v2.7) The complete testsuite for the Python standard library. Note that a subset is found in the libpython2.7-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython2.7-stdlib package). Package: libpython3.7 Description-md5: 41806af1f2efb47f53d9ace13353377c Description-en: Shared Python runtime library (version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.7-dbg Description-md5: 1644b04b4add55ce72b9f767532db8a6 Description-en: Debug Build of the Python Interpreter (version 3.7) The package holds two things: . - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. . See the README.debug for more information. Package: libpython3.7-dev Description-md5: f7023a6ff3c2a4cb7e6f2bae1f027f67 Description-en: Header files and a static library for Python (v3.7) Header files, a static library and development tools for building Python (v3.7) modules, extending the Python interpreter or embedding Python (v3.7) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.7-dev. Package: libpython3.7-minimal Description-md5: f7d9d1c6fd9b040e3699823d8469f35d Description-en: Minimal subset of the Python language (version 3.7) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.7-minimal. Package: libpython3.7-stdlib Description-md5: ee87e9de9e1eb46f3352486b3a98e6ef Description-en: Interactive high-level object-oriented language (standard library, version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.7's standard library. It is normally not used on its own, but as a dependency of python3.7. Package: libpython3.7-testsuite Description-md5: bcd6932415321d1a391e21c6d7d2b220 Description-en: Testsuite for the Python standard library (v3.7) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.7-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython3.7-stdlib package). Package: libpython3.8 Description-md5: bddac2d41665b65e94f14c9d1961b798 Description-en: Shared Python runtime library (version 3.8) Python is a high-level, interactive, object-oriented language. Its 3.8 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.8-dbg Description-md5: aa5f9d1d2a7e85dc60bd3039fb01d567 Description-en: Debug Build of the Python Interpreter (version 3.8) The package holds two things: . - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. . See the README.debug for more information. Package: libpython3.8-dev Description-md5: dfbdc55d4f1681cadd32418844efea0d Description-en: Header files and a static library for Python (v3.8) Header files, a static library and development tools for building Python (v3.8) modules, extending the Python interpreter or embedding Python (v3.8) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.8-dev. Package: libpython3.8-minimal Description-md5: ee96b2a18dd4a3b93625d55b6df8a03c Description-en: Minimal subset of the Python language (version 3.8) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.8-minimal. Package: libpython3.8-stdlib Description-md5: e0568d39405f127b27b7d7da0a9a33bf Description-en: Interactive high-level object-oriented language (standard library, version 3.8) Python is a high-level, interactive, object-oriented language. Its 3.8 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.8's standard library. It is normally not used on its own, but as a dependency of python3.8. Package: libpython3.8-testsuite Description-md5: e066f95a68978dfc6eb1f76eb3c824e9 Description-en: Testsuite for the Python standard library (v3.8) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.8-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython3.8-stdlib package). Package: libqt5sql5-ibase Description-md5: 795132c8ae8170c30afb981caa53c8cf Description-en: Qt 5 Firebird database driver This package contains the Firebird plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a Firebird/InterBase DB. Package: libqt5sql5-mysql Description-md5: ef00502b07fd416665becb7a946fa058 Description-en: Qt 5 MySQL database driver This package contains the MySQL plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a MySQL DB. Package: libqt5sql5-odbc Description-md5: 307a8af530b7222b52853293e564167c Description-en: Qt 5 ODBC database driver This package contains the ODBC plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access an ODBC DB. Package: libqt5sql5-psql Description-md5: 26b8a37b36abcc581802bb9591e003d6 Description-en: Qt 5 PostgreSQL database driver This package contains the PostgreSQL plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a PostgreSQL DB. Package: libqt5sql5-tds Description-md5: 98049901ac7df77f69890567ec4a2170 Description-en: Qt 5 FreeTDS database driver This package contains the FreeTDS plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access a MS SQL or Sybase SQL server. Package: libquadmath0-amd64-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-dbg-amd64-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-dbg-i386-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-dbg-ppc64el-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-dbg-x32-cross Description-md5: 51e0d32e2b63fbbb4bd76acf3872936c Description-en: GCC Quad-Precision Math Library (debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libquadmath0-i386-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-ppc64el-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquadmath0-x32-cross Description-md5: fb375c278b15a5774cef34cf9570ecc9 Description-en: GCC Quad-Precision Math Library A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libquartz-java Description-md5: e19cdb50400c888327cada3dd4096723 Description-en: open source job scheduling system Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs; jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering. Package: librabbitmq-dbg Description-md5: c76092813f0fe2bb0c116439d063bad2 Description-en: AMQP client library written in C - Debug Files RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package provides debugging symbols. Package: librabbitmq-dev Description-md5: 328f6d1c1ad91f4390a538abfb93a5cf Description-en: AMQP client library written in C - Dev Files RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package provides the files needed for development. Package: librabbitmq4 Description-md5: d813b0dbcf2f33c93fba8ae5959a1228 Description-en: AMQP client library written in C RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes the library itself. Package: libraw-bin Description-md5: 4c913ed132454ab0396aa40ae3b9f9f5 Description-en: raw image decoder library (tools) LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). . This package contains some tools to manipulate RAW files. Package: librecad Description-md5: d9135c95b7b340a7d52e6f02c873080e Description-en: Computer-aided design (CAD) system LibreCAD is an application for computer aided design (CAD) in two dimensions (2D). With LibreCAD you can create technical drawings such as plans for buildings, interiors, mechanical parts or schematics and diagrams. Package: librecad-data Description-md5: 0e5eafc76941eb84c7ad1d26fcab39e8 Description-en: Computer-aided design (CAD) system -- shared files LibreCAD is an application for computer aided design (CAD) in two dimensions (2D). . This package contains platform independent files for LibreCAD, including fonts, patterns, and interface translations. Package: libreoffice Description-md5: c49664663e903aabb8a5125b910d1fc5 Description-en: office productivity suite (metapackage) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This metapackage installs all components of libreoffice: * libreoffice-writer: Word processor * libreoffice-calc: Spreadsheet * libreoffice-impress: Presentation * libreoffice-draw: Drawing * libreoffice-base: Database * libreoffice-math: Equation editor It also recommends additional packages (e.g. fonts) in order to match an upstream LibreOffice install as closely as possible. . You can extend the functionality of LibreOffice by installing these packages: * hunspell-*/myspell-*: Hunspell/Myspell dictionaries for use with LibreOffice * libreoffice-l10n-*: UI interface translation * libreoffice-help-*: User help * mythes-*: Thesauri for the use with LibreOffice * hyphen-*: Hyphenation patterns for LibreOffice * libreoffice-gtk(2|3): Gtk UI Plugin, GNOME File Picker support * libreoffice-gnome: GIO backend * unixodbc: ODBC database support * cups-bsd: Allows LibreOffice to detect your CUPS printer queues automatically * libsane: Use your sane-supported scanner with LibreOffice * libxrender1: Speed up display by using Xrender library * libgl1: OpenGL support * openclipart-libreoffice: Open Clip Art Gallery with LibreOffice index files * firefox-esr | thunderbird | firefox: Mozilla profile with Certificates needed for XML Security... * openjdk-9-jre | openjdk-8-jre | openjdk-7-jre | java6-runtime: Java Runtime Environment for use with LibreOffice * pstoedit / imagemagick / ghostscript: helper tools for EPS * gstreamer0.10-plugins-*: GStreamer plugins for use with LibreOffices media backend * libpaper-utils: papersize detection support via paperconf * bluez: Bluetooth support for Impress (slideshow remote control) Package: libreoffice-base Description-md5: 5529fff5c628ca6b70284749063daea4 Description-en: office productivity suite -- database LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database component for LibreOffice. Package: libreoffice-base-drivers Description-md5: ab5cf431c42a6182fdce125ba9b42f14 Description-en: Database connectivity drivers for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the database connectivity drivers used by LibreOffices database functionality: - ODBC - JDBC - dBase - Calc - Flat files - MySQL . You can extend this by installing: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmysql-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL - PostgreSQL - MS SQL Server and Sybase * libreoffice-sdbc-hsqldb: embedded HSQLDB SDBC Driver * libreoffice-sdbc-firebird: Firebird SDBC Driver * libreoffice-sdbc-postgresql: PostgreSQL SDBC Driver * libreoffice-mysql-connector: "native" MySQL Connector Package: libreoffice-evolution Description-md5: 7d9a6b62e74d5a806f263ecd0d4bed18 Description-en: office productivity suite -- Evolution addressbook support LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package allows LibreOffice to access Evolution address books. You need to install evolution separately. Package: libreoffice-gtk Description-md5: 141fa0adb63dd7fe3327742625631b5c Description-en: transitional package for LibreOffice gtk2 backend This package used to contain the LibreOffice gtk2 backend. The package has been renamed to libreoffice-gtk2 to distinguish it from the gtk3 backend. You can safely remove this package. Package: libreoffice-gtk2 Description-md5: d448401463698692ed9b1aef1bf1905a Description-en: office productivity suite -- GTK+ 2 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Gtk plugin for drawing LibreOffices widgets with Gtk+ 2 and a Gtk/GNOMEish File Picker and print dialog when running under GNOME. Package: libreoffice-kde Description-md5: 17c3ead5491b78f6ed82ba7097b710ef Description-en: transitional package for LibreOffice KDE 4 backend This package used to contain the LibreOffice KDE 4 backend. The package has been renamed to libreoffice-kde4 to distinguish it from the kde5 backend. You can safely remove this package. Package: libreoffice-kde4 Description-md5: f26429e8391e29d044760b3ec5ffb9ea Description-en: office productivity suite -- KDE 4 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the KDE plugin for drawing LibreOffices widgets with KDE/Qt and a KDEish File Picker when running under KDE. You can extend the functionality of this by installing these packages: . * konqueror / kmail Package: libreoffice-librelogo Description-md5: 71fe1726b20ed521137fe79b55cd374b Description-en: Logo-like progamming language for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains Librelogo, which is a pyuno-based Logo-like progamming language with interactive vectorgraphics for education and DTP - basic Logo syntax for back compatibility with educational Logo systems - interactive vectorgraphics in LibreOffice Writer - native commands (easily translatable) - Python data structures (list, tuple, set, dictionary) and other Python features Package: libreoffice-mysql-connector Description-md5: a911b8b20116e62af2fea609f2117a03 Description-en: MariaDB/MySQL Connector extension for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The MariaDB/MySQL Connector extension allows one to use the MariaDB or MySQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-report-builder Description-md5: 8239ceaa4ebaf25c2b15325d48eb907c Description-en: LibreOffice component for building database reports LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the report builder: "Create with the Sun Report Builder stylish, smart-looking database reports. The flexible report editor can define group and page headers as well as group and page footers and even calculation fields are available to accomplish complex database reports." Package: libreoffice-report-builder-bin Description-md5: 4de9416ad29a7951be39b95f83055e84 Description-en: LibreOffice component for building database reports -- libraries LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some architecture-dependent support libraries (librpt*.so) for the report builder component. Package: libreoffice-script-provider-bsh Description-md5: 720bef09745ce9eb4902772fb5c437d8 Description-en: BeanShell script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support BeanShell. Package: libreoffice-script-provider-js Description-md5: 41b18315e9be2aaa24a28415b907118e Description-en: JavaScript script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support JavaScript. Package: libreoffice-script-provider-python Description-md5: 019117f2dc708fc6c1179714b81e2076 Description-en: Python script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects. . This package contains the script provider to support Python. Package: libreoffice-sdbc-firebird Description-md5: 4ad372e2554b0f42b39c7e1325d5e6d0 Description-en: Firebird SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The Firebird SDBC Driver allows one to use the Firebird database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-sdbc-hsqldb Description-md5: 54ed9715a25b1dae2ad2d3a9b6838a65 Description-en: HSQLDB SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The HSQLDB SDBC Driver allows one to use the HSQLDB embedded database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-sdbc-postgresql Description-md5: 06f71158aa78dbe7201679601bd1279b Description-en: PostgreSQL SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The PostgreSQL SDBC Driver allows one to use the PostgreSQL database from LibreOffice without any wrapper layer such as ODBC or JDBC. Package: libreoffice-style-elementary Description-md5: cbc38c7a50e39207b8dfa4ff104c0e71 Description-en: office productivity suite -- Elementary symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "elementary" symbol style. Package: libreoffice-style-hicontrast Description-md5: 07b279fea9dc1f504ef997f9507c51d9 Description-en: office productivity suite -- Hicontrast symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "hicontrast" symbol style, needs to be manually enabled in the LibreOffice option menu. Package: libreoffice-style-human Description-md5: ed94ab0fc9991b77a2b9fda0a3089abb Description-en: transitional package for Human symbol style You can safely remove this package. Package: libreoffice-style-oxygen Description-md5: 87c07a1760d5171f3863d8dc426c52d9 Description-en: office productivity suite -- Oxygen symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "oxygen" symbol style, default style for KDE 4. Package: libreoffice-style-sifr Description-md5: 0fd5516a8dab8f6841c284edea8786d7 Description-en: office productivity suite -- Sifr symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "sifr" symbol style (an adaption of the Gnome symbolic theme), needs to be manually enabled in the LibreOffice option menu. Package: libreoffice-subsequentcheckbase Description-md5: 472ba21116a41f060e278769f9e1684d Description-en: LibreOffice java test libraries LibreOffice subsequentchecks integration test suite Package: libreoffice-systray Description-md5: 052de5c39e1a4358259a10623514b74b Description-en: LibreOffice "Quickstarter" for the desktop notification area LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package provides a "QuickStarter" for the notification area of desktops. Package: libreoffice-wiki-publisher Description-md5: a66aaa282ae4941588a4d314d1ebbf79 Description-en: LibreOffice extension for working with MediaWiki articles LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains an extension to create/edit/publish MediaWiki articles with LibreOffice Package: libreoffice-writer2latex Description-md5: 01a36593183c136a4133e917d239c25b Description-en: Writer/Calc to LaTeX converter extension for LibreOffice Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the extension providing writer2latex for LibreOffice. Package: libreoffice-writer2xhtml Description-md5: db68508b3db03d26eca489282f55f27a Description-en: Writer/Calc to XHTML converter extension for LibreOffice Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the extension providing writer2xhtml for LibreOffice. Package: libresteasy3.0-java Description-md5: eff41d4e2ee9ce9df59510a7a4e31f22 Description-en: RESTEasy 3.0 -- Framework for RESTful Web services and Java applications RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and Java applications. It is a fully certified and portable implementation of the Java API for RESTful Web Services (JAX-RS) specification. JAX-RS is a new Java Community Process (JCP) specification that provides a Java API for RESTful Web Services over the HTTP protocol. . This package provides version 3.0 needed by Dogtag PKI. Package: librngom-java Description-md5: 296a7d897a20320238aeb2f4b5daaef5 Description-en: Java library for parsing RELAX NG grammars RNGOM is an open-source Java library for parsing RELAX NG grammars. . In particular, RNGOM can: * parse the XML syntax * parse the compact syntax * check all the semantic restrictions as specified in the specification * parse RELAX NG into application-defined data structures * build a default data structure based around the binarized simple syntax or another data structure that preserves more of the parsed information * parse foreign elements/attributes in a schema * parse comments in a schema Package: librome-java Description-md5: 2dfdee29029b4198fa7e33a9524e6e39 Description-en: Java library to handle Atom and RSS feeds ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. . You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats. Package: librsvg2-bin Description-md5: 5b2874a6506a4f661cb57262a5690742 Description-en: command-line and graphical viewers for SVG files The rsvg library is an efficient renderer for Scalable Vector Graphics (SVG) pictures. . This package includes a command-line utility to convert the SVG files to the PNG format and a graphical SVG viewer. Package: librsyntaxtextarea-java Description-md5: e7a944bf42a62d761ae4107622d0a17b Description-en: Java library for syntax highlighting text component RSyntaxTextArea extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code. . Some of RSyntaxTextArea's features include: * Syntax highlighting for over 25 programming languages * Find/Replace with standard options * Loading and saving of local or remote files * User-defined macros * Code templates * Unlimited undo/redo * Drag and drop * Edit with multiple fonts simultaneously * Bracket matching * Current line highlighting * Clickable hyperlinks (only certain languages) Package: librsyntaxtextarea-java-doc Description-md5: 33d29d3e871258589bf13ba16d72550c Description-en: Java library for syntax highlighting text component (documentation) RSyntaxTextArea extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code. . Some of RSyntaxTextArea's features include: * Syntax highlighting for over 25 programming languages * Find/Replace with standard options * Loading and saving of local or remote files * User-defined macros * Code templates * Unlimited undo/redo * Drag and drop * Edit with multiple fonts simultaneously * Bracket matching * Current line highlighting * Clickable hyperlinks (only certain languages) . This package contains the API documentation of librsyntaxtextarea-java. Package: libsaaj-java Description-md5: a645b49a8b642a1632cecb62de0fa2c6 Description-en: SOAP with Attachment API for Java The SOAP with Attachments API for Java (SAAJ) provides the API for creating and building SOAP messages. The SAAJ API conforms to the Simple Object Access Protocol (SOAP) 1.1 and 1.2 specifications, and the SOAP with Attachments specification. . The SAAJ API defines the javax.xml.soap package which was integrated to the JRE since Java 6 and was eventually removed in Java 11. Package: libsaaj-ri-java Description-md5: 7e9badbc9734bf36b9391ec693e1d0b8 Description-en: SOAP with Attachments API for Java - Reference Implementation The SOAP with Attachments API for Java (SAAJ) provides the API for creating and sending SOAP messages by means of the javax.xml.soap package. It is used for the SOAP messaging that goes on behind the scenes in JAX-WS, JAX-RPC, and JAXR implementations. SOAP Handlers in JAX-WS use SAAJ APIs to access the SOAP Message. Developers can also use it to write SOAP messaging applications directly instead of using JAX-WS/JAX-RPC. Package: libsambox-java Description-md5: 345b728ae4499d78e82abe7c6958eb30 Description-en: SAMBox PDF processor SAMBox is an Apache PDFBox 2.0.0 fork intended to be used as PDF processor for Sejda and PDFsam related projects. The main differences between PDFBox and SAMBox are: * Lazy loading/parsing of PDF objects * Multiple I/O implementations to read from * Minimized garbage collection through the use of a pool of java.lang.Stringbuilder * PDF streams are read directly from the underlying source through the concept of bounded views * Removal of unused PDFBox features like preflight validator, fdf and digital signature * Documents can be saved using objects stream to store PDF objects Package: libsasl2-modules-gssapi-heimdal Description-md5: 0897adbbfbdac08aea71f426460e48d0 Description-en: Pluggable Authentication Modules for SASL (GSSAPI) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the GSSAPI plugin, compiled with the Heimdal Kerberos 5 library. Package: libsasl2-modules-ldap Description-md5: 046fb452cdaf5f7c51dacdbf2922d5de Description-en: Cyrus SASL - pluggable authentication modules (LDAP) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the LDAP plugin, which supports OpenLDAP. Package: libsasl2-modules-otp Description-md5: fb6fbc4df1a9ad29b0ddb7f30c4d227f Description-en: Cyrus SASL - pluggable authentication modules (OTP) This is the Cyrus SASL API implementation, version 2.1. See package libsasl2-2 and RFC 2222 for more information. . This package provides the OTP plugin, which supports one time passwords. Package: libscout Description-md5: 4ff3de339efff7cf4bf389908137f6ab Description-en: Third-party libraries detector for Android apps LibScout is a light-weight and effective static analysis tool to detect third-party libraries in Android apps. The detection is resilient against common bytecode obfuscation techniques such as identifier renaming or code-based obfuscations such as reflection-based API hiding or control-flow randomization. . LibScout requires the original library SDKs (compiled .jar/.aar files) to extract library profiles that can be used for detection on Android apps. . Unique features: . * Library detection resilient against many kinds of bytecode obfuscation. * Capability of pinpointing the exact library version (in some cases to a set of 2-3 candidate versions). * Capability of handling dead-code elimination, by computing a similarity score against baseline SDKs. Package: libscram-java Description-md5: 5e8517df52675983ac63ab559722e1c5 Description-en: Salted Challenge Response Authentication Mechanism SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer (SASL, RFC 4422) authentication mechanisms. It is described as part of RFC 5802 and RFC 7677. . This project aims to provide a complete clean-room implementation of SCRAM. It is written in Java and provided in a modular, re-usable way, independent of other software or programs. Package: libsdl-image1.2 Description-md5: b04046f8d6efcac7094eea4596dd127a Description-en: Image loading library for Simple DirectMedia Layer 1.2, libraries This is a simple library to load images of various formats as SDL surfaces. It supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV. . This package contains the shared library. Package: libsdl-image1.2-dev Description-md5: 88e45ebbfade6fd5cc266ca8c5364641 Description-en: Image loading library for Simple DirectMedia Layer 1.2, development files This is a simple library to load images of various formats as SDL surfaces. It supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV. . This package contains the development files. Package: libsdl2-2.0-0 Description-md5: d559f821a8f0d5e89c678fe44650c80c Description-en: Simple DirectMedia Layer SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This version of SDL is compiled with X11 and Wayland graphics drivers and OSS, ALSA, sndio and PulseAudio sound drivers. Package: libsdl2-dev Description-md5: 9a82f59c5790721baad7ffc5f181d3d6 Description-en: Simple DirectMedia Layer development files SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the files needed to compile and link programs which use SDL. Package: libsdl2-doc Description-md5: a30e9f79cd550bfdc77322c7f6f892eb Description-en: Reference manual for libsdl2 SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. . This package contains the reference manual and examples. Package: libsejda-java Description-md5: 1ff69dcc2706911ea91c9e7d5e2fc163 Description-en: extendible PDF manipulation layer library written in Java Sejda SDK is a task oriented PDF editor SDK library written in Java. It offers a set of "ready to go" manipulations implemented using SAMBox but it is also possible to provide your own implementation using iText, iText 5.x, PDFBox or any other PDF engine and configure Sejda to use it. Package: libservlet-api-java Description-md5: c942588df237a55e3cfaa3baa4bc61cf Description-en: Java Servlet API The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm. Package: libservlet-api-java-doc Description-md5: 06944ab57215b34065b7865853566f12 Description-en: Java Servlet API (documentation) The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm. . This package contains the API documentation of libservlet-api-java. Package: libservlet3.1-java Description-md5: 9bffcb516c5a59b32245d52982d65af1 Description-en: Java Servlet API 3.1 (transitional package) The Servlet API is the Java platform technology of choice for interacting with the web. Servlets provide a component-based, platform-independent method, for building web-based applications generating dynamic content. Servlets are managed by a container and interact with web clients via a request/response paradigm. . This is a transitional package, the other JavaEE packages should be used instead. Package: libservlet3.1-java-doc Description-md5: 15f8023920a24c98dae8f2aea17673fc Description-en: Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the documentation for the Java Servlet and JSP library. Package: libsfasan4-armhf-cross Description-md5: 77c217b098bf047a48eb517165c699da Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfasan4-dbg-armhf-cross Description-md5: 77d4a6eea0f5c253a472f571d3194a80 Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfasan5-armhf-cross Description-md5: 77c217b098bf047a48eb517165c699da Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfasan5-dbg-armhf-cross Description-md5: 77d4a6eea0f5c253a472f571d3194a80 Description-en: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libsfatomic1-armhf-cross Description-md5: 5c3acc5a21acb172bca714a7ede8c293 Description-en: support library providing __atomic built-in functions (soft float ABI) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libsfatomic1-dbg-armhf-cross Description-md5: 947fef41ee58a45dc42280242611aaa4 Description-en: support library providing __atomic built-in functions (soft float ABI debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libsfcilkrts5-armhf-cross Description-md5: 58df00df06d929cd21428792e7221e06 Description-en: Intel Cilk Plus language extensions (soft float ABI) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libsfcilkrts5-dbg-armhf-cross Description-md5: d8b7d238659c182888d6e6fb120484b7 Description-en: Intel Cilk Plus language extensions (soft float ABI debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libsfgcc-7-dev-armhf-cross Description-md5: 0a946370cc1bda3e49c72e1e875c6da8 Description-en: GCC support library (soft float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libsfgcc-8-dev-armhf-cross Description-md5: 0a946370cc1bda3e49c72e1e875c6da8 Description-en: GCC support library (soft float ABI development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libsfgcc1-armhf-cross Description-md5: 9f1ae6a28d90ffd9dd3d0bc04c2d2cd8 Description-en: GCC support library (armhf) (soft float ABI) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfgcc1-dbg-armhf-cross Description-md5: 8660e92657443c82a3e1f92f8da39835 Description-en: GCC support library (debug symbols) (armhf) Debug symbols for the GCC support library. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfgfortran-7-dev-armhf-cross Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgfortran-8-dev-armhf-cross Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgfortran4-armhf-cross Description-md5: 1f1e920680dffda67addfa653d51a350 Description-en: Runtime library for GNU Fortran applications (soft float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgfortran4-dbg-armhf-cross Description-md5: 4adc4cf259b09ccf4ae311047068c96a Description-en: Runtime library for GNU Fortran applications (hard float ABI debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgfortran5-armhf-cross Description-md5: 1f1e920680dffda67addfa653d51a350 Description-en: Runtime library for GNU Fortran applications (soft float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgfortran5-dbg-armhf-cross Description-md5: 4adc4cf259b09ccf4ae311047068c96a Description-en: Runtime library for GNU Fortran applications (hard float ABI debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgomp1-armhf-cross Description-md5: 86f6cc73df5b807fdb91c11e7ccae5e9 Description-en: GCC OpenMP (GOMP) support library (soft float ABI) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libsfgomp1-dbg-armhf-cross Description-md5: 27f08005d51439e95a0fd196e94b5783 Description-en: GCC OpenMP (GOMP) support library (soft float ABI debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libsfgphobos-7-dev-armhf-cross Description-md5: b261bafbd9d93f25840b1fefa62281ad Description-en: Phobos D standard library (soft float ABI development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos-8-dev-armhf-cross Description-md5: b261bafbd9d93f25840b1fefa62281ad Description-en: Phobos D standard library (soft float ABI development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos71-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos71-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos76-armhf-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos76-dbg-armhf-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfobjc-7-dev-armhf-cross Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc-8-dev-armhf-cross Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc4-armhf-cross Description-md5: 1979cb3a9b63cfab420a1d89e03104a3 Description-en: Runtime library for GNU Objective-C applications (soft float ABI) Library needed for GNU ObjC applications linked against the shared library. Package: libsfobjc4-dbg-armhf-cross Description-md5: 3897aa5d229ac2295aee1c8bec095781 Description-en: Runtime library for GNU Objective-C applications (soft float ABI debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libsfstdc++-7-dev-armhf-cross Description-md5: 5c94411e364c10e6c08261a0a964d7c8 Description-en: GNU Standard C++ Library v3 (development files) (armhf) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++-8-dev-armhf-cross Description-md5: 5c94411e364c10e6c08261a0a964d7c8 Description-en: GNU Standard C++ Library v3 (development files) (armhf) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++6-7-dbg-armhf-cross Description-md5: dba19a83477801f5a8ccaac5973ce330 Description-en: GNU Standard C++ Library v3 (debugging files) (armhf) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++6-8-dbg-armhf-cross Description-md5: dba19a83477801f5a8ccaac5973ce330 Description-en: GNU Standard C++ Library v3 (debugging files) (armhf) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfstdc++6-armhf-cross Description-md5: cbcdd63090fed9d6de18cfb8ee01882e Description-en: GNU Standard C++ Library v3 (armhf) (soft float ABI) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libsfubsan0-armhf-cross Description-md5: 21e3ad59d7b6ceb56cee1f74de7efd95 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libsfubsan0-dbg-armhf-cross Description-md5: 50f67ef7549065b9390e78a483e37af9 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libsfubsan1-armhf-cross Description-md5: 21e3ad59d7b6ceb56cee1f74de7efd95 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libsfubsan1-dbg-armhf-cross Description-md5: 50f67ef7549065b9390e78a483e37af9 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libshiro-java Description-md5: 62642f43d7bbb47f76cecf9c433ab3bd Description-en: Apache Shiro - Java Security Framework Apache Shiro is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services. Package: libsitemesh-java Description-md5: 3d2c90b7ac58bf5bd671cf83d9ceda33 Description-en: web-page layout and decoration framework SiteMesh is framework that aids in creating large sites consisting of many web pages and applications for which a consistent look/feel, navigation and layout scheme is required. . SiteMesh is built with Java servlet, JSP and XML technologies. This makes it ideal for use with Java EE applications, however it can be integrated with server-side web architectures that are not Java based. Package: libsitemesh-java-doc Description-md5: 63c8650112700a21d70e9b5cf89a79b9 Description-en: documentation for libsitemesh-java Documentation for SiteMesh which is a framework that aids in creating large sites consisting of many web pages and applications for which a consistent look/feel, navigation and layout scheme is required. Package: libsmali-java Description-md5: b9788bffc7223dce7f29951f002196d7 Description-en: assembler/disassembler for Android's dex format smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android's Java VM implementation. The syntax is loosely based on Jasmin's/dedexer's syntax and supports the full functionality of the dex format like annotations, debug info and line info. Package: libsnmp-perl Description-md5: 5ee88a696b0fa001f969ddb758d70f1f Description-en: SNMP (Simple Network Management Protocol) Perl5 support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Perl5 support files provide the Perl functions for integration of SNMP into applications written in Perl. Package: libsofia-sip-ua-dev Description-md5: eea423e4e1b42614202f89598835c7c0 Description-en: Sofia-SIP library development files Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . This package provides the headers and libraries needed to build applications against the Sofia-SIP library. Package: libsofia-sip-ua-glib-dev Description-md5: 7df07b6adec04309355355a6a71ff8c0 Description-en: Sofia-SIP library glib/gobject interface development files Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . This package provides the headers and libraries needed to build applications against the glib/object interfaces of Sofia-SIP library. Package: libsofia-sip-ua-glib3 Description-md5: 91fe9a8d309a6f7c31435ffc7e6b478b Description-en: Sofia-SIP library glib/gobject interfaces runtime Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . This package provides glib/object interfaces to the Sofia-SIP library. Package: libsofia-sip-ua0 Description-md5: e921b85f67d50b90ca35d41ec1c1571f Description-en: Sofia-SIP library runtime Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . The library is implemented in ANSI C, and provides an extensive set of features for implementing SIP/SIMPLE User-Agents. Highlights include full UDP/TCP/TLS support, IPv4/6 support, SIMPLE presence and messaging support, SIP offer/answer engine and numerous mechanisms for NAT/FW traversal. . This package provides the main library runtime files. Package: libsolid4 Description-md5: 8c2c3226e5dda352478cce6495d83808 Description-en: Solid Library for KDE Platform Solid is a device integration framework. It provides a way of querying and interacting with hardware independently of the underlying operating system. . This package is part of the KDE Development Platform libraries module. Package: libsolr-java Description-md5: 4dd9dc9432d83c43177b09903e210aa6 Description-en: Enterprise search server based on Lucene - Java libraries Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the Java libraries required to support execution of solr. Package: libsox-dev Description-md5: 1795496664ecb4ebe868dbf0c76aeb58 Description-en: Development files for the SoX library SoX is the swiss army knife of sound processing. . This library allow you to convert various formats of computer audio files in to other formats. It also allows you to apply various effects to sound files. . This package contains the development files for the SoX library. Package: libsox-fmt-all Description-md5: 433da23d25d1e75a0272ef414fa2e58a Description-en: All SoX format libraries SoX is the swiss army knife of sound processing. . This is a metapackage depending on all free SoX format libraries. Package: libsox-fmt-alsa Description-md5: 8120e471784ca59326086ba50837fa08 Description-en: SoX alsa format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX alsa format I/O library. . alsa: https://www.alsa-project.org/main/index.php/Main_Page Package: libsox-fmt-ao Description-md5: 626acb286100ef6209c143332b34cabd Description-en: SoX Libao format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX Libao format I/O library. . libao: https://xiph.org/ao Package: libsox-fmt-base Description-md5: fc214ce72f54b2e2a1e1106e98cd66ef Description-en: Minimal set of SoX format libraries SoX is the swiss army knife of sound processing. . This package contains most audio formats libraries supported by SoX. Among them: Ogg Vorbis, WAV, AIFF, VOC, SND, AU, GSM, WavPack, LPC10, FLAC, MATLAB/GNU Octave, Portable Voice Format, AMR and Sound Forge Audio Format. Package: libsox-fmt-mp3 Description-md5: 438ef3de4181f1acbf962813dbb125ff Description-en: SoX MP2 and MP3 format library SoX is the swiss army knife of sound processing. . This package contains the SoX MP2 and MP3 format library. Read support by libmad. MP2 and MP3 write support by libtwolame and libmp3lame respectively. . libmad: https://www.underbit.com/products/mad/ lame: https://lame.sourceforge.io Package: libsox-fmt-oss Description-md5: b981fecb01084261f95f8975db7405a5 Description-en: SoX OSS format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX Open Sound System (OSS) format I/O library. . Open Sound System: http://www.opensound.com/oss.html Package: libsox-fmt-pulse Description-md5: 3f3a17c292ca5183b4b986a5bd679f73 Description-en: SoX PulseAudio format I/O library SoX is the swiss army knife of sound processing. . This package contains the SoX PulseAudio format I/O library. . PulseAudio: https://www.freedesktop.org/wiki/Software/PulseAudio/ Package: libsox3 Description-md5: 011f5899bd270f4751d3d576103dd307 Description-en: SoX library of audio effects and processing SoX is the swiss army knife of sound processing. . This package contains the SoX library which enables to convert various formats of computer audio files in to other formats. It also allows you to apply various effects to sound files. . Any format support requires at least libsox-fmt-base. Sound card I/O requires libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss or libsox-fmt-pulse. Package: libspring-aop-java Description-md5: 14292cd95e8c317bf0afc5f655ce4a82 Description-en: modular Java/J2EE application framework - AOP Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.aop.jar and org.springframework.aspects.jar: Aspect-oriented programming framework. Package: libspring-beans-java Description-md5: 5be5325e7e05542648e0ff28c4a29b82 Description-en: modular Java/J2EE application framework - Beans Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.beans.jar : JavaBeans support and bean container. Package: libspring-context-java Description-md5: 1622010480479903995766eec122b971 Description-en: modular Java/J2EE application framework - Context Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.context.jar : application context, JNDI, JMX, instrumentation, remoting, scripting, scheduling and validation Package: libspring-context-support-java Description-md5: b1ad419dfe31e6f6e35259c2cc5359df Description-en: modular Java/J2EE application framework - Context Support Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.context.support.jar : Quartz scheduling, UI templating, mail and caching Package: libspring-core-java Description-md5: c4823f52d297c685f13e1deb9c4723a9 Description-en: modular Java/J2EE application framework - Core Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.core.jar : Core abstractions and utilities, source-level metadata support. Package: libspring-expression-java Description-md5: 16538e6f9ef0945b679ba7de2b7ffa6e Description-en: modular Java/J2EE application framework - Expression language Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.expression.jar : expression language for manipulating an object at runtime. Package: libspring-instrument-java Description-md5: d3ec7485c1e7ce38c19727fb5756558f Description-en: modular Java/J2EE application framework - Instrumentation Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.instrument.jar and org.springframework.instrument.tomcat.jar: allow load-time weaving (LTW) inject the dependencies at load-time. Package: libspring-jdbc-java Description-md5: 5e2f6de828dc8affc42044b1ef94776c Description-en: modular Java/J2EE application framework - JDBC tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-jdbc.jar : Java DataBase Connectivity support. Package: libspring-jms-java Description-md5: c43f864d1a517e6f275d29f82bc1e68c Description-en: modular Java/J2EE application framework - JMS tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-jms.jar : Java Message Service 1.0.2/1.1 support. Package: libspring-messaging-java Description-md5: 5e0d9eb7f32955ec86246b5e678f1a9f Description-en: modular Java/J2EE application framework - Messaging tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-messaging.jar. Package: libspring-orm-java Description-md5: 8be02d215939d43172e9f11d815aba76 Description-en: modular Java/J2EE application framework - ORM tools Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-orm.jar : JDO support, JPA support, Hibernate support. Package: libspring-oxm-java Description-md5: 7e2904b51ce3aa11d33da4f2a37033a7 Description-en: modular Java/J2EE application framework - Object/XML Mapping Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.oxm.jar : marshaling and unmarshalling for XML with JAXB context and JiBX binding factories. Package: libspring-test-java Description-md5: 7b561121a4705050a8164df0f5395f35 Description-en: modular Java/J2EE application framework - Test helpers Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.test.jar : unit-testing helpers and mock classes. Package: libspring-transaction-java Description-md5: d7798aa2dbf1408961a5eb20839d8150 Description-en: modular Java/J2EE application framework - transaction Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide spring-transaction.jar : transaction infrastructure, JCA support, DAO support. Package: libspring-web-java Description-md5: 92e94b75ac6a676372ee562e8e1eca35 Description-en: modular Java/J2EE application framework - Web Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.web.jar : web application context, multipart resolver, HTTP-based remoting support. Package: libspring-web-portlet-java Description-md5: 183e283ccb55f87c4165b7897f492e02 Description-en: modular Java/J2EE application framework - Portlet MVC Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.web.portlet.jar : integrate JSR 286 and JSR 168 API with Spring. Package: libspring-web-servlet-java Description-md5: b1976f777be57a7e9e3f6bfc8a408d84 Description-en: modular Java/J2EE application framework - Web Portlet Spring is a layered Java/J2EE application framework offering a lot of freedom to Java developers yet providing well documented and easy-to-use solutions for common practices in the industry. . This package provide org.springframework.web.servlet.jar : framework servlets, web MVC framework, web controllers, web views for JSP, Velocity, Tiles, iText and POI. Package: libsqlite3-tcl Description-md5: cb33fef2641311d660662ee9d18d437c Description-en: SQLite 3 Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: libssh2-1 Description-md5: a72806365acab9f7b0057c7e13cb7b14 Description-en: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Package: libssh2-1-dbg Description-md5: cd1ab478ff368ea5d4a8b7bece7e7342 Description-en: SSH2 client-side library (debug package) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the debugging symbols. Package: libssh2-1-dev Description-md5: 069490795958c24c9fe87f4f276ea25c Description-en: SSH2 client-side library (development headers) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP (v1-v5) sessions; port forwarding, X11 forwarding; password, key-based and keyboard-interactive authentication. . This package contains the development files. Package: libstax-ex-java Description-md5: 7329ed197485eb0f6ca75685644dbebc Description-en: Extended StAX API This project develops a few extensions to complement JSR-173 StAX API in the following area. . * Enable parser instance reuse (which is important in the high-performance environment like JAXB and JAX-WS) * Improve the support for reading from non-text XML infoset, such as FastInfoset. * Improve the namespace support. Package: libstax2-api-java Description-md5: 4da95c6001e24c6d3d589da87c807c9c Description-en: Extension to StAX API for parsing XML documents StAX 2 is an extension to StAX (Streaming API for XML), a Java API to read and write XML documents. It adds some features over the original API, such as typed access API and read/write validation (with pluggable validators). Package: libstd-rust-1.25 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.28 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.30 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.31 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.32 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.34 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.35 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.36 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.37 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.39 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.41 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.43 Description-md5: 6ce316b8b522dda49e8dcffc4eff4eb5 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs. Package: libstd-rust-1.47 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.51 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.53 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.57 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.59 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.61 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-1.65 Description-md5: 389c19dd2d0c1e29221148ed6870c4a9 Description-en: Rust standard libraries Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the standard Rust libraries, built as dylibs, needed to run dynamically-linked Rust programs (-C prefer-dynamic). Package: libstd-rust-dev Description-md5: d179f786c5d3afccd5d86929b4043021 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. Package: libstd-rust-dev-wasm32-cross Description-md5: 717d546ee1f6e73daa506806a81c1790 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files necessary to use the standard Rust libraries, for cross-compiling to the wasm32-unknown-unknown target. Package: libstdc++-7-dev-alpha-cross Description-md5: 0e691d175b22e08f5fb4ec06ccfa6661 Description-en: GNU Standard C++ Library v3 (development files) (alpha) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-7-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-7-dev-hppa-cross Description-md5: 3289c7de723a5f226a78565aee38eb5e Description-en: GNU Standard C++ Library v3 (development files) (hppa) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-7-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-m68k-cross Description-md5: 0829514fa6f25204a2a56f32093b5496 Description-en: GNU Standard C++ Library v3 (development files) (m68k) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-7-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-7-dev-powerpcspe-cross Description-md5: 86d37f0f61110a5cd1165f239ddd3587 Description-en: GNU Standard C++ Library v3 (development files) (powerpcspe) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-7-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-riscv64-cross Description-md5: 4ece25cff1ca3aab6c0da4e011b01872 Description-en: GNU Standard C++ Library v3 (development files) (riscv64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-7-dev-sh4-cross Description-md5: 59250095b2d466277be2eb5637a5a157 Description-en: GNU Standard C++ Library v3 (development files) (sh4) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-7-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-alpha-cross Description-md5: b02119c56e48ba28d32a337719642f4c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (alpha) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-7-pic-amd64-cross Description-md5: 897213acb8110acaaf18974a2aad020d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (amd64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-arm64-cross Description-md5: 66fcdb170ff1079926ce4091eed9507d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (arm64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-armel-cross Description-md5: 63f80af80be8c7aa9d2e4b0c8cce96d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armel) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-7-pic-armhf-cross Description-md5: 8eeda6931545837207549183feb1ce3c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armhf) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-7-pic-hppa-cross Description-md5: 566fbbc443ff2965ab0534050aa962ae Description-en: GNU Standard C++ Library v3 (shared library subset kit) (hppa) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-7-pic-i386-cross Description-md5: 40a305b2bee28054790c436480373841 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (i386) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-m68k-cross Description-md5: 67c2a93a5b3de0a479ddf2953824e9f9 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (m68k) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mips-cross Description-md5: 981341f0eb6bca19f0665b5ab12627d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mips64-cross Description-md5: 8bf191d852768a0cbcd2d04cd4d5d194 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mips64el-cross Description-md5: 473d3048bf773bebd8db3b819238630d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64el) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-7-pic-mipsel-cross Description-md5: 55f2b216405d890c51bb81fe15dfa51f Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mipsel) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-7-pic-powerpc-cross Description-md5: 8ec00688cdfad4bc2c12000de90bc2cf Description-en: GNU Standard C++ Library v3 (shared library subset kit) (powerpc) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-7-pic-powerpcspe-cross Description-md5: bf9bdabff22a49632717467277577f5e Description-en: GNU Standard C++ Library v3 (shared library subset kit) (powerpcspe) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-7-pic-ppc64-cross Description-md5: 5910789309872c0a41711802dd6397cd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-ppc64el-cross Description-md5: 64adb38721429df45745cd8ab9d9e5b5 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64el) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-7-pic-riscv64-cross Description-md5: 467dfb9ab50e13cf46a473aa82cb2455 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (riscv64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-s390x-cross Description-md5: b3f1e514f0051310da311f3db06238b4 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (s390x) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-7-pic-sh4-cross Description-md5: f7eb5c17cb48aca62d22c21ce777e6dd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sh4) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-sparc64-cross Description-md5: 3d9a93eab2fa4ba7f17a3f281414de1d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sparc64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-7-pic-x32-cross Description-md5: 19bff1c161a1bd26e17d27fa01001347 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (x32) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++-8-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libstdc++-8-dev-alpha-cross Description-md5: 0e691d175b22e08f5fb4ec06ccfa6661 Description-en: GNU Standard C++ Library v3 (development files) (alpha) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-8-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-arm64-cross Description-md5: b3cf592d4bba33e3b225bbffa19ad85f Description-en: GNU Standard C++ Library v3 (development files) (arm64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-armel-cross Description-md5: ab3bbd18acc1427942e370921d69bba6 Description-en: GNU Standard C++ Library v3 (development files) (armel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-8-dev-armhf-cross Description-md5: 5c94411e364c10e6c08261a0a964d7c8 Description-en: GNU Standard C++ Library v3 (development files) (armhf) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-8-dev-hppa-cross Description-md5: 3289c7de723a5f226a78565aee38eb5e Description-en: GNU Standard C++ Library v3 (development files) (hppa) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-8-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-m68k-cross Description-md5: 0829514fa6f25204a2a56f32093b5496 Description-en: GNU Standard C++ Library v3 (development files) (m68k) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mips-cross Description-md5: 05755abdfa063dbe6573ea1108a17f08 Description-en: GNU Standard C++ Library v3 (development files) (mips) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mips64-cross Description-md5: 9694eddaa25cad4ecadcdfd0b8aa42e8 Description-en: GNU Standard C++ Library v3 (development files) (mips64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mips64el-cross Description-md5: 268b16ec942125a360b59b2dbc0390ae Description-en: GNU Standard C++ Library v3 (development files) (mips64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-8-dev-mipsel-cross Description-md5: 18aa08670926f6f48bc8b92686e377e2 Description-en: GNU Standard C++ Library v3 (development files) (mipsel) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-8-dev-powerpc-cross Description-md5: 9fad388828b4fa14ecd808a58b88704b Description-en: GNU Standard C++ Library v3 (development files) (powerpc) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-8-dev-powerpcspe-cross Description-md5: 86d37f0f61110a5cd1165f239ddd3587 Description-en: GNU Standard C++ Library v3 (development files) (powerpcspe) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-8-dev-ppc64-cross Description-md5: 9ed53ed2eade4c8b1ec98247d3d535f0 Description-en: GNU Standard C++ Library v3 (development files) (ppc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-ppc64el-cross Description-md5: 813d263957e8d32c052437fddcfd908e Description-en: GNU Standard C++ Library v3 (development files) (ppc64el) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-8-dev-riscv64-cross Description-md5: 4ece25cff1ca3aab6c0da4e011b01872 Description-en: GNU Standard C++ Library v3 (development files) (riscv64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-s390x-cross Description-md5: 2e07343add09b92b671f67aa5b4d02b8 Description-en: GNU Standard C++ Library v3 (development files) (s390x) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-8-dev-sh4-cross Description-md5: 59250095b2d466277be2eb5637a5a157 Description-en: GNU Standard C++ Library v3 (development files) (sh4) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-sparc64-cross Description-md5: 751105838e19d8219c75e6a4fcad4465 Description-en: GNU Standard C++ Library v3 (development files) (sparc64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-8-dev-x32-cross Description-md5: 58857ed969230a807511ee5014cd839a Description-en: GNU Standard C++ Library v3 (development files) (x32) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++-8-pic Description-md5: 1b398e74a3b20401a8669d8c6472c7cc Description-en: GNU Standard C++ Library v3 (shared library subset kit) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. Package: libstdc++-8-pic-alpha-cross Description-md5: b02119c56e48ba28d32a337719642f4c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (alpha) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++-8-pic-amd64-cross Description-md5: 897213acb8110acaaf18974a2aad020d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (amd64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-arm64-cross Description-md5: 66fcdb170ff1079926ce4091eed9507d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (arm64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-armel-cross Description-md5: 63f80af80be8c7aa9d2e4b0c8cce96d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armel) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++-8-pic-armhf-cross Description-md5: 8eeda6931545837207549183feb1ce3c Description-en: GNU Standard C++ Library v3 (shared library subset kit) (armhf) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++-8-pic-hppa-cross Description-md5: 566fbbc443ff2965ab0534050aa962ae Description-en: GNU Standard C++ Library v3 (shared library subset kit) (hppa) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++-8-pic-i386-cross Description-md5: 40a305b2bee28054790c436480373841 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (i386) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-m68k-cross Description-md5: 67c2a93a5b3de0a479ddf2953824e9f9 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (m68k) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mips-cross Description-md5: 981341f0eb6bca19f0665b5ab12627d1 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mips64-cross Description-md5: 8bf191d852768a0cbcd2d04cd4d5d194 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mips64el-cross Description-md5: 473d3048bf773bebd8db3b819238630d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mips64el) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++-8-pic-mipsel-cross Description-md5: 55f2b216405d890c51bb81fe15dfa51f Description-en: GNU Standard C++ Library v3 (shared library subset kit) (mipsel) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++-8-pic-powerpc-cross Description-md5: 8ec00688cdfad4bc2c12000de90bc2cf Description-en: GNU Standard C++ Library v3 (shared library subset kit) (powerpc) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++-8-pic-powerpcspe-cross Description-md5: bf9bdabff22a49632717467277577f5e Description-en: GNU Standard C++ Library v3 (shared library subset kit) (powerpcspe) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++-8-pic-ppc64-cross Description-md5: 5910789309872c0a41711802dd6397cd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-ppc64el-cross Description-md5: 64adb38721429df45745cd8ab9d9e5b5 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (ppc64el) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++-8-pic-riscv64-cross Description-md5: 467dfb9ab50e13cf46a473aa82cb2455 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (riscv64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-s390x-cross Description-md5: b3f1e514f0051310da311f3db06238b4 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (s390x) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++-8-pic-sh4-cross Description-md5: f7eb5c17cb48aca62d22c21ce777e6dd Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sh4) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-sparc64-cross Description-md5: 3d9a93eab2fa4ba7f17a3f281414de1d Description-en: GNU Standard C++ Library v3 (shared library subset kit) (sparc64) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++-8-pic-x32-cross Description-md5: 19bff1c161a1bd26e17d27fa01001347 Description-en: GNU Standard C++ Library v3 (shared library subset kit) (x32) This is used to develop subsets of the libstdc++ shared libraries for use on custom installation floppies and in embedded systems. . Unless you are making one of those, you will not need this package. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-alpha-cross Description-md5: 7f4f3979858478263378caf55241a639 Description-en: GNU Standard C++ Library v3 (debugging files) (alpha) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-arm64-cross Description-md5: d3030674b87a89b407b9403e6c942e0c Description-en: GNU Standard C++ Library v3 (debugging files) (arm64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-armel-cross Description-md5: fce4dc9e827ea30fcfae17bed319d6ca Description-en: GNU Standard C++ Library v3 (debugging files) (armel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-armhf-cross Description-md5: dba19a83477801f5a8ccaac5973ce330 Description-en: GNU Standard C++ Library v3 (debugging files) (armhf) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-hppa-cross Description-md5: c1c6af76190e90294197e7c0c4b78249 Description-en: GNU Standard C++ Library v3 (debugging files) (hppa) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-m68k-cross Description-md5: 2d6c147d1b627bf3e30bf6d9bb6f4325 Description-en: GNU Standard C++ Library v3 (debugging files) (m68k) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-powerpc-cross Description-md5: 3ea1413eeb27a5e268e6b167bceb74c7 Description-en: GNU Standard C++ Library v3 (debugging files) (powerpc) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-powerpcspe-cross Description-md5: 55dc8f1f8442e67e5deb32b73cfcf7bb Description-en: GNU Standard C++ Library v3 (debugging files) (powerpcspe) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-ppc64-cross Description-md5: d7342e3a8aab576e5e91e46835b6ed74 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-ppc64el-cross Description-md5: 4df8142885e140ed5e9a94a809637d94 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-riscv64-cross Description-md5: d7ec74dddae3ce422a894a5da2c9d23e Description-en: GNU Standard C++ Library v3 (debugging files) (riscv64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-s390x-cross Description-md5: f0cd51347edda12dc24b6e47676b69cb Description-en: GNU Standard C++ Library v3 (debugging files) (s390x) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-sh4-cross Description-md5: aaac7536dc8b11c94da0f4a7590675e0 Description-en: GNU Standard C++ Library v3 (debugging files) (sh4) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-sparc64-cross Description-md5: 31165f4dce998c3451d36c0cdb1123db Description-en: GNU Standard C++ Library v3 (debugging files) (sparc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-7-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libstdc++6-8-dbg-alpha-cross Description-md5: 7f4f3979858478263378caf55241a639 Description-en: GNU Standard C++ Library v3 (debugging files) (alpha) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-arm64-cross Description-md5: d3030674b87a89b407b9403e6c942e0c Description-en: GNU Standard C++ Library v3 (debugging files) (arm64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for arm64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-armel-cross Description-md5: fce4dc9e827ea30fcfae17bed319d6ca Description-en: GNU Standard C++ Library v3 (debugging files) (armel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-armhf-cross Description-md5: dba19a83477801f5a8ccaac5973ce330 Description-en: GNU Standard C++ Library v3 (debugging files) (armhf) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for armhf architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-hppa-cross Description-md5: c1c6af76190e90294197e7c0c4b78249 Description-en: GNU Standard C++ Library v3 (debugging files) (hppa) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-m68k-cross Description-md5: 2d6c147d1b627bf3e30bf6d9bb6f4325 Description-en: GNU Standard C++ Library v3 (debugging files) (m68k) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mips-cross Description-md5: d53b6c6a23a234022ee287686204ff97 Description-en: GNU Standard C++ Library v3 (debugging files) (mips) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mips64-cross Description-md5: 05b4420f7dd0feed47074260de76ea9b Description-en: GNU Standard C++ Library v3 (debugging files) (mips64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mips64el-cross Description-md5: a71afc06e715fd5d500600e43d2af8ce Description-en: GNU Standard C++ Library v3 (debugging files) (mips64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-mipsel-cross Description-md5: a09f9efaf327da3ae3b60df1e10edf94 Description-en: GNU Standard C++ Library v3 (debugging files) (mipsel) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-powerpc-cross Description-md5: 3ea1413eeb27a5e268e6b167bceb74c7 Description-en: GNU Standard C++ Library v3 (debugging files) (powerpc) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpc architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-powerpcspe-cross Description-md5: 55dc8f1f8442e67e5deb32b73cfcf7bb Description-en: GNU Standard C++ Library v3 (debugging files) (powerpcspe) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-ppc64-cross Description-md5: d7342e3a8aab576e5e91e46835b6ed74 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-ppc64el-cross Description-md5: 4df8142885e140ed5e9a94a809637d94 Description-en: GNU Standard C++ Library v3 (debugging files) (ppc64el) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for ppc64el architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-riscv64-cross Description-md5: d7ec74dddae3ce422a894a5da2c9d23e Description-en: GNU Standard C++ Library v3 (debugging files) (riscv64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-s390x-cross Description-md5: f0cd51347edda12dc24b6e47676b69cb Description-en: GNU Standard C++ Library v3 (debugging files) (s390x) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-sh4-cross Description-md5: aaac7536dc8b11c94da0f4a7590675e0 Description-en: GNU Standard C++ Library v3 (debugging files) (sh4) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-sparc64-cross Description-md5: 31165f4dce998c3451d36c0cdb1123db Description-en: GNU Standard C++ Library v3 (debugging files) (sparc64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-8-dbg-x32-cross Description-md5: 2970db6b2b3287391c4f2d79600b5ce9 Description-en: GNU Standard C++ Library v3 (debugging files) (x32) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstdc++6-alpha-cross Description-md5: 77d6f08df433332036055863b9ef7da1 Description-en: GNU Standard C++ Library v3 (alpha) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for alpha architecture, for use in cross-compile environment. Package: libstdc++6-amd64-cross Description-md5: 5e49ca869389309d7a1689d9c5c97e1a Description-en: GNU Standard C++ Library v3 (amd64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libstdc++6-armel-cross Description-md5: 3145e34b663c25d8c84322e1ca966066 Description-en: GNU Standard C++ Library v3 (armel) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for armel architecture, for use in cross-compile environment. Package: libstdc++6-hppa-cross Description-md5: 23d2ef2a94443af687c0fb81a3fab323 Description-en: GNU Standard C++ Library v3 (hppa) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for hppa architecture, for use in cross-compile environment. Package: libstdc++6-i386-cross Description-md5: 28e5bee6794a19d1c3c53f77739d091f Description-en: GNU Standard C++ Library v3 (i386) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libstdc++6-m68k-cross Description-md5: 86c0319c80b8069fd15ae0b53e3afd64 Description-en: GNU Standard C++ Library v3 (m68k) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for m68k architecture, for use in cross-compile environment. Package: libstdc++6-mips-cross Description-md5: f169c6452bc6c9c9a841f12b6d509f48 Description-en: GNU Standard C++ Library v3 (mips) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips architecture, for use in cross-compile environment. Package: libstdc++6-mips64-cross Description-md5: b7018fb902644ec9c1bc435e656ca004 Description-en: GNU Standard C++ Library v3 (mips64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64 architecture, for use in cross-compile environment. Package: libstdc++6-mips64el-cross Description-md5: f44f153acf0738c498694cf7a5ec9926 Description-en: GNU Standard C++ Library v3 (mips64el) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mips64el architecture, for use in cross-compile environment. Package: libstdc++6-mipsel-cross Description-md5: e660a54a60eb027be986f95203194b95 Description-en: GNU Standard C++ Library v3 (mipsel) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for mipsel architecture, for use in cross-compile environment. Package: libstdc++6-powerpcspe-cross Description-md5: 7c461287f2a2a52273c4b5f2e2119618 Description-en: GNU Standard C++ Library v3 (powerpcspe) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for powerpcspe architecture, for use in cross-compile environment. Package: libstdc++6-ppc64-cross Description-md5: f6e15964395d8d9cd0b6b1fd48c51c45 Description-en: GNU Standard C++ Library v3 (ppc64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for ppc64 architecture, for use in cross-compile environment. Package: libstdc++6-riscv64-cross Description-md5: c2263126b51b2daf86c1979a285ea4de Description-en: GNU Standard C++ Library v3 (riscv64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for riscv64 architecture, for use in cross-compile environment. Package: libstdc++6-s390x-cross Description-md5: 3124ed676d265dad1471e7aaff0bb093 Description-en: GNU Standard C++ Library v3 (s390x) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for s390x architecture, for use in cross-compile environment. Package: libstdc++6-sh4-cross Description-md5: 01c1db71e5e4ff0203bfb90f345f7bdd Description-en: GNU Standard C++ Library v3 (sh4) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sh4 architecture, for use in cross-compile environment. Package: libstdc++6-sparc64-cross Description-md5: 4657c40108e08136b88fd48ddf2f08cb Description-en: GNU Standard C++ Library v3 (sparc64) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for sparc64 architecture, for use in cross-compile environment. Package: libstdc++6-x32-cross Description-md5: 2e5c14095fc6a9fdeefc42e23ca1100d Description-en: GNU Standard C++ Library v3 (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for x32 architecture, for use in cross-compile environment. Package: libstring-template-maven-plugin-java Description-md5: 36071947a0a28c4e9b74924bcac56f16 Description-en: StringTemplate Maven Plugin This plugin allows one to execute StringTemplate template files during a Maven build. The values for templates can come from static declarations or from a Java class specified to be executed. Package: libsurefire-java Description-md5: bab89622b27ed7a11502370f4e3469da Description-en: Surefire test framework for Java Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features . This package ships the surefire test framework and the maven-surefire-plugin. Package: libsvgsalamander-java Description-md5: 595336718590d3d9828920fef64dcaa3 Description-en: SVG engine for Java SVG Salamander is an SVG engine for Java that's designed to be small, fast, and allow programmers to use it with a minimum of fuss. . It's in particular targeted for making it easy to integrate SVG into Java games and making it much easier for artists to design 2D game content - from rich interactive menus to charts and graphcs to complex animations. Package: libsvn-dev Description-md5: d7ba285f3a44ff8995f08ac293b28fe7 Description-en: Development files for Apache Subversion libraries This package contains the symlinks, headers, and object files needed to compile and link programs which use libsvn1, the Apache Subversion libraries. This package is needed only in order to compile software that uses libsvn1. Package: libsvn-doc Description-md5: 8d748bf81b749540b1f83fe4f991a0e6 Description-en: Developer documentation for libsvn This package contains development (API) documentation for libsvn1, the Apache Subversion libraries. See the 'libsvn1' package for more information. Package: libsvn-java Description-md5: 7fe80f50698182cc45e487dedf954400 Description-en: Java bindings for Apache Subversion This is a set of Java classes which provide the functionality of libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Java class that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn-perl Description-md5: aa3fb72865b42c59ad1e6eae171929c3 Description-en: Perl bindings for Apache Subversion This is a set of Perl interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Perl script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: libsvn1 Description-md5: e815569b5d20540901c51f341d283767 Description-en: Shared libraries used by Apache Subversion This package includes shared libraries to manipulate Apache Subversion (svn) repositories and working copies. See the 'subversion' package for more information. Package: libswingx-java Description-md5: fbdf4053060d3a36a228fd945d659977 Description-en: extensions to the Swing GUI toolkit This package contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications. Highlights include: - Sorting, filtering, highlighting for tables, trees, and lists - Find/search - Auto-completion - Login/authentication framework - TreeTable component - Collapsible panel component - Date picker component - Tip-of-the-Day component . Many of these features will eventually be incorporated into the Swing toolkit, although API compatibility will not be guaranteed. The SwingX project focuses exclusively on the raw components themselves. Package: libswingx-java-doc Description-md5: c5e5294bd4b745a4c9b913ce4584ecdb Description-en: extensions to the Swing GUI toolkit - documentation This package contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications. Highlights include: - Sorting, filtering, highlighting for tables, trees, and lists - Find/search - Auto-completion - Login/authentication framework - TreeTable component - Collapsible panel component - Date picker component - Tip-of-the-Day component . Many of these features will eventually be incorporated into the Swing toolkit, although API compatibility will not be guaranteed. The SwingX project focuses exclusively on the raw components themselves. . This package contains API documentation (Javadoc) of SwingX GUI Toolkit. Package: libswresample-dev Description-md5: 34f0c0961bf2caa9bd7bc04f11f83f53 Description-en: FFmpeg library for audio resampling, rematrixing etc. - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides performs highly optimized audio resampling, rematrixing and sample format conversion operations. Specifically, this library performs the following conversions: * Resampling is the process of changing the audio rate, for example from a high sample rate of 44100Hz to 8000Hz. Audio conversion from high to low sample rate is a lossy process. Several resampling options and algorithms are available. * Rematrixing is the process of changing the channel layout, for example from stereo to mono. When the input channels cannot be mapped to the output streams, the process is lossy, since it involves different gain factors and mixing. Various other audio conversions (e.g. stretching and padding) are enabled through dedicated options. * Format conversion is the process of converting the type of samples, for example from 16-bit signed samples to unsigned 8-bit or float samples. It also handles packing conversion, when passing from packed layout (all samples belonging to distinct channels interleaved in the same buffer), to planar layout (all samples belonging to the same channel stored in a dedicated buffer or "plane"). . This package contains the development files. Package: libswresample2 Description-md5: 66f4103de8764db87a02371849313a17 Description-en: FFmpeg library for audio resampling, rematrixing etc. - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides performs highly optimized audio resampling, rematrixing and sample format conversion operations. Specifically, this library performs the following conversions: * Resampling is the process of changing the audio rate, for example from a high sample rate of 44100Hz to 8000Hz. Audio conversion from high to low sample rate is a lossy process. Several resampling options and algorithms are available. * Rematrixing is the process of changing the channel layout, for example from stereo to mono. When the input channels cannot be mapped to the output streams, the process is lossy, since it involves different gain factors and mixing. Various other audio conversions (e.g. stretching and padding) are enabled through dedicated options. * Format conversion is the process of converting the type of samples, for example from 16-bit signed samples to unsigned 8-bit or float samples. It also handles packing conversion, when passing from packed layout (all samples belonging to distinct channels interleaved in the same buffer), to planar layout (all samples belonging to the same channel stored in a dedicated buffer or "plane"). . This package contains the runtime files. Package: libswscale-dev Description-md5: 0d8e27afb61d9773ce9b37356a71de28 Description-en: FFmpeg library for image scaling and various conversions - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized image scaling and colorspace and pixel format conversion operations. Specifically, this library performs the following conversions: * Rescaling is the process of changing the video size. Several rescaling options and algorithms are available. This is usually a lossy process. * Pixel format conversion is the process of converting the image format and colorspace of the image, for example from planar YUV420P to RGB24 packed. It also handles packing conversion, that is converts from packed layout (all pixels belonging to distinct planes interleaved in the same buffer), to planar layout (all samples belonging to the same plane stored in a dedicated buffer or "plane"). This is usually a lossy process in case the source and destination colorspaces differ. . This package contains the development files. Package: libswscale4 Description-md5: 5ab1f77fb1b78fa767ca99e4a7a7a9ea Description-en: FFmpeg library for image scaling and various conversions - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized image scaling and colorspace and pixel format conversion operations. Specifically, this library performs the following conversions: * Rescaling is the process of changing the video size. Several rescaling options and algorithms are available. This is usually a lossy process. * Pixel format conversion is the process of converting the image format and colorspace of the image, for example from planar YUV420P to RGB24 packed. It also handles packing conversion, that is converts from packed layout (all pixels belonging to distinct planes interleaved in the same buffer), to planar layout (all samples belonging to the same plane stored in a dedicated buffer or "plane"). This is usually a lossy process in case the source and destination colorspaces differ. . This package contains the runtime files. Package: libswt-cairo-gtk-4-jni Description-md5: 63c52c79b7275b9839bb7b16859425b5 Description-en: Standard Widget Toolkit for GTK+ Cairo JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the Cairo JNI libraries. Package: libswt-glx-gtk-4-jni Description-md5: d5031a5fa6edbb8e20c4b89d6b0a8ec2 Description-en: Standard Widget Toolkit for GTK+ GLX JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the GLX JNI libraries. Package: libswt-gtk-4-java Description-md5: 1b9aa97f70de4d3f28f67ae9a8a729ed Description-en: Standard Widget Toolkit for GTK+ Java library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. Package: libswt-gtk-4-jni Description-md5: 526af343a3a3d7d545b68ca185e464cf Description-en: Standard Widget Toolkit for GTK+ JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the JNI libraries (atk, awt, gtk, pi). Package: libswt-gtk2-4-jni Description-md5: 585ed65eb889e5bea2bcf17309bf875f Description-en: Standard Widget Toolkit for GTK+ 2.0 JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes legacy version of pi JNI library that uses GTK+ 2.0 as its native GUI back end. Set environment variable SWT_GTK3=0 before launching the SWT application to use it. Package: libswt-webkit-gtk-4-jni Description-md5: 2dc21f10b168b1d5fa29a4af163e3b7b Description-en: Standard Widget Toolkit for GTK+ WebKit JNI library The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit. For platforms with existing SWT implementations it provides efficient, portable and fast access to native controls and user interface facilities. . This package includes the WebKit JNI libraries. Package: libtcnative-1 Description-md5: e84963f196d386a9d69b251a5bf67a6e Description-en: Tomcat native library using the Apache Portable Runtime Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies. The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x. APR has many uses, including access to advanced IO functionality (such as sendfile, epoll and OpenSSL), OS level functionality (random number generation, system status, etc), and native process handling (shared memory, NT pipes and Unix sockets). . These features allows making Tomcat a general purpose webserver, will enable much better integration with other native web technologies, and overall make Java much more viable as a full fledged webserver platform rather than simply a backend focused technology. Package: libtestng7-java Description-md5: d2b6208d4934fc7baa97ad9dc66a441f Description-en: testing framework for Java TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * Annotations. * Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.) * Test that your code is multithread safe. * Flexible test configuration. * Support for data-driven testing (with @DataProvider). * Support for parameters. * Powerful execution model (no more TestSuite). * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.) * Embeds BeanShell for further flexibility. * Default JDK functions for runtime and logging (no dependencies). * Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc. Package: libthreadweaver4 Description-md5: e0f3ffffa7401f49a422fac613b125fe Description-en: ThreadWeaver Library for the KDE Platform ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits. . This package is part of the KDE Development Platform libraries module. Package: libthrift-java Description-md5: 72dffcd8ff2f7cbb94c9728948d0cc16 Description-en: Java language support for Thrift Thrift is a software framework for the development of reliable and performant communication and data serialization. It combines a software stack with code generation to build services that operate seamlessly across a number of different development languages. . This package provides the Java language support for Thrift. Package: libtiff-opengl Description-md5: 8b1debea0e0eac5de9dc7eb9a32524a2 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package contains libtiff tools that depend upon opengl. It complements the libtiff-tools package, which contains the libtiff tools that don't depend upon opengl. Package: libtiff-tools Description-md5: f333fccce3ca049190b80f117d3faa92 Description-en: TIFF manipulation and conversion tools libtiff is a library providing support for the Tag Image File Format (TIFF), a widely used format for storing image data. This package includes tools for converting TIFF images to and from other formats and tools for doing simple manipulations of TIFF images. See also libtiff-opengl. Package: libtimingframework-java Description-md5: c4a5c11888bb6cfbdd145574e12ffcd2 Description-en: A Java framework for timing and animations The code serves as a tutorial on how to use timers, as well as a framework for doing more powerful things with timers. Package: libtimingframework-java-doc Description-md5: 528f1349f47c5a55ed703832bff00e02 Description-en: A Java framework for timing and animations (documentation) The code serves as a tutorial on how to use timers, as well as a framework for doing more powerful things with timers. . This package contains the documentation. Package: libtomcat8-embed-java Description-md5: 382ee9693f8da701114ffed22cdef5aa Description-en: Apache Tomcat 8 - Servlet and JSP engine -- embed libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the libraries required to embed Tomcat into Java applications. Package: libtomcat8-java Description-md5: b8eb83cbd7f125906720d49337bb30d1 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Package: libtomcat9-embed-java Description-md5: 5c9b6ca5d7a3999869c0ddee9a4b2b87 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- embed libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the libraries required to embed Tomcat into Java applications. Package: libtomcat9-java Description-md5: 00d5ea98b1d596ecf9152383a3eafc0d Description-en: Apache Tomcat 9 - Servlet and JSP engine -- core libraries Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the Tomcat core classes which can be used by other Java applications to embed Tomcat. Package: libtomcrypt-dev Description-md5: 43e4a8e08af16bf6fe526984bfb05514 Description-en: static library, header files and documentation for libtomcrypt LibTomCrypt is a well documented, public domain open source cryptographic toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish, AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions (MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number generators and public key algorithms. It has several optimizations for the i386, x86_64 and ppc32 architectures. . This package contains include files and a statically linked version of the library. Package: libtomcrypt1 Description-md5: 6e4eefc8b6dbe90ec472a54d8c5f7408 Description-en: public domain open source cryptographic toolkit LibTomCrypt is a well documented, public domain open source cryptographic toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish, AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions (MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number generators and public key algorithms. It has several optimizations for the i386, x86_64 and ppc32 architectures. Package: libtrident-java Description-md5: 823cb2d0f39f91cb940c9fa64aa92f15 Description-en: Animation library for Java applications The main goal of Trident project is to provide a general purpose animation library for Java applications. Animations are a natural fit for modern client applications, and Trident has special built-in support for Java based UI toolkits such as Swing and SWT. The classes for the Android are not included. Package: libtrident-java-doc Description-md5: 441eac6f28803850b43357df15cb7d99 Description-en: Animation library for Java applications (documentation) The main goal of Trident project is to provide a general purpose animation library for Java applications. Animations are a natural fit for modern client applications, and Trident has special built-in support for Java based UI toolkits such as Swing and SWT. . This package contains API documentation (Javadoc) for libtrident-java. Package: libtrove3-java Description-md5: b3b886b4634e1682d711ea75b5085d3b Description-en: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. . Whenever possible, GNU Trove provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains. Package: libtrove3-java-doc Description-md5: 5e28b4ff47f06d668df5f2427384b43e Description-en: high performance collections for java GNU Trove is a fast, lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. . Whenever possible, GNU Trove provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less space and yield significant performance gains. . This package includes the documentation. Package: libtsan0-amd64-cross Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-amd64-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-arm64-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-ppc64-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-dbg-ppc64el-cross Description-md5: 12e218524cfc4fca62857d3e660e0018 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (debug symbols) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libtsan0-ppc64-cross Description-md5: 750c144e4cc79bcf76c58f43c882ff70 Description-en: ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ThreadSanitizer (Tsan) is a data race detector for C/C++ programs. The Linux and Mac versions are based on Valgrind. Package: libturbojpeg Description-md5: 3073afdfd92a8a7a0a5d37901f26865d Description-en: IJG JPEG compliant runtime library. Runtime library supporting the Independent JPEG Group's standard for JPEG files. . This package contains the libturbojpeg.so library, used by turboVNC and other users of the past TurboJPEG library. Package: libturbojpeg0-dev Description-md5: 5961e39a83c1657d246018b58cb0e3ab Description-en: Development files for the TurboJPEG library The libjpeg-turbo JPEG library is a library for handling JPEG files. . libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems. . This package contains the static library, headers and documentation for the TurboJPEG library. Package: libtxw2-java Description-md5: 4ec2a173009deb2634f3c9969c4b5ab9 Description-en: Typed XML Writer for Java A Java library that allows client applications to write arbitrary well-formed typed XML documents. Package: libu2f-host-dev Description-md5: 6ef08db0ecfb9ce4ac1625747552ca0d Description-en: Development files for the U2F host C library libu2f-host Libu2f is a package for doing Universal 2nd Factor (U2F) host communication and has functionality for the Registration and Authentication operations. The package contains a C library, a command line tool, and documentation. . This package contains development files for the libu2f-host0 library. Package: libu2f-host0 Description-md5: a5099d581781c2875d127cd241685862 Description-en: Universal 2nd Factor (U2F) host communication C Library Libu2f is a package for doing Universal 2nd Factor (U2F) host communication and has functionality for the Registration and Authentication operations. The package contains a C library, a command line tool, and documentation. . This package contains the run-time shared library, and you normally do not need to install this manually. Package: libubsan0-amd64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-armel-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-amd64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-arm64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-armel-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-armhf-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-i386-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-powerpc-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-ppc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-ppc64el-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-s390x-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-sparc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-dbg-x32-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-i386-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-ppc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-s390x-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-sparc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan0-x32-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-amd64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-arm64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-armel-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-armhf-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-amd64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-arm64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-armel-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-armhf-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-i386-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-powerpc-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-ppc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-ppc64el-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-s390x-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-sparc64-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-dbg-x32-cross Description-md5: 659cb3d2af748e8f726465d97392ba98 Description-en: UBSan -- undefined behaviour sanitizer (debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-i386-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-powerpc-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-ppc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-ppc64el-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-s390x-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-sparc64-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libubsan1-x32-cross Description-md5: 0d50b6d1808d18442db720f04627b846 Description-en: UBSan -- undefined behaviour sanitizer (runtime) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libuima-adapter-soap-java Description-md5: 6aa85db5c519fc610daa47bf0df0a0e9 Description-en: Library to provide SOAP web services within UIMA Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java an adapter to connect a SOAP web service with the UIMA framework. Package: libuima-adapter-vinci-java Description-md5: 44c60c3c089fd641963034d061ef3d59 Description-en: Library to provide Vinci web services within UIMA Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java an adapter to connect a Vinci web service with the UIMA framework. Package: libuima-core-java Description-md5: 6fe6c8258a2df8bf262d7ff50daace2b Description-en: Core library for the UIMA framework Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the core features of the UIMA specification. Package: libuima-cpe-java Description-md5: cbdc345337f5979eb19b3a0ae8f0b85a Description-en: Library for the UIMA Collection Processing Engine Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the collection processing engine for the UIMA framework. Package: libuima-document-annotation-java Description-md5: 254922bc63f5c810248f335e12f20c28 Description-en: Library for the UIMA document annotation Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the document annotation for the UIMA framework. Package: libuima-tools-java Description-md5: 5b2e3a94ec8dfa7aa0896889bb91d90b Description-en: UIMA library for the UIMA tools Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library implements in Java the classes for the tools provided with the Apache UIMA framework. Package: libuima-vinci-java Description-md5: 58b6123281e18b5386a70aac15487384 Description-en: Library to handle Vinci web service protocol Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This library is part of the UIMA framework. It implements in Java the code necessary to handle the Vinci web service protocol. Package: libunsafe-mock-java Description-md5: 7747000a8a1a405687763d9e244947fb Description-en: Java library providing backported sun.misc.Unsafe class from JDK 8 sun.misc.Unsafe is Java class in Oracle JDKs that provides a collection of methods for performing low-level, unsafe operations. . Although the class and all methods are public, use of this class is limited because only trusted code can obtain instances of it. . unsafe-mock provides a current version of sun.misc.Unsafe that supports all APIs up through the new "fences" API in Java 8 EA builds b71 and later. This Unsafe is a copy of the one from Java 8 EA build b71, and it is expected that if you want to build against it you put it in javac's bootclasspath. You are responsible for determining in your own code whether you can access Unsafe and which methods are available; this library is only to provide an all-inclusive Unsafe against which you can compile using JDKs <= 8.0. Package: liburiparser-dev Description-md5: 7c19dfa07f254b32160e3463004a5798 Description-en: development files for uriparser This package provides the development files for uriparser, a library to parse Uniform Resource Identifiers (URIs). Install it if you want to compile a program that makes use of this library. Package: liburiparser-doc Description-md5: ac5ca99dca7e21036ca511a721fac97b Description-en: documentation files for uriparser uriparser is a library that parses Uniform Resource Identifiers (URIs), strictly adhering to RFC 3986 where syntax for URIs is defined. URIs are used to identify resources, like http://www.debian.org/ or urn:isbn:0-395-36341-1. This package provides the documentation files for uriparser. Package: liburiparser1 Description-md5: 3e5858ee07d918323487df71ddecd78b Description-en: URI parsing library compliant with RFC 3986 uriparser is a library that parses Uniform Resource Identifiers (URIs), strictly adhering to RFC 3986 where syntax for URIs is defined. URIs are used to identify resources, like http://www.debian.org/ or urn:isbn:0-395-36341-1. . uriparser has the following features: . * strictly compliant to RFC 3986, implementing: + parsing + reference resolution + reference creation + recomposition + syntax-based normalization * fast (linear input length time complexity) * unicode support Package: libvarnishapi-dev Description-md5: 9c15761c354c732b35ffb9837d7b1ea0 Description-en: development files for Varnish Development files for the Varnish HTTP accelerator. Package: libvarnishapi1 Description-md5: b62e58460782f2fccf788b20917cd377 Description-en: shared libraries for Varnish Shared libraries for the Varnish HTTP accelerator. Package: libvirt-daemon-driver-storage-gluster Description-md5: 7c5efa2eb9f5a55e51f953e2496dc89d Description-en: Virtualization daemon glusterfs storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for GlusterFS. Package: libvirt-daemon-driver-storage-sheepdog Description-md5: 82aa9da25053ce6bb12f4edcf0cb237e Description-en: Virtualization daemon Sheedog storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for Sheepdog. Package: libvirt-daemon-driver-storage-zfs Description-md5: 82733d9170fa45c9e6ed76bcec5869e9 Description-en: Virtualization daemon ZFS storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for ZFS. Package: libvirt-sanlock Description-md5: b7c793f838fe9e323ae4910fd5c1fa9e Description-en: Sanlock plugin for virtlockd Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the sanlock plugin for libvirt's locking daemon. Package: libvirt-wireshark Description-md5: 0fe09d3e4f6e75cb9e76d08eab9490e4 Description-en: Wireshark dissector for the libvirt protocol Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the wireshark dissector. Package: libvisualvm-jni Description-md5: c86105b40e0d4206c927b80393a1caa6 Description-en: All-in-One Java Troubleshooting Tool (JNI libraries) VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform. . VisualVM is designed for - Application Developers: Monitor, profile, take thread dumps, browse heap dumps. - System Administrators: Monitor and control Java applications across the entire network. - Java Application Users: Create bug reports containing all the necessary information. . This package contains the architecture specific Java native interface part. Package: libvlc-bin Description-md5: 06cd16e155538e2ee49a354477f87189 Description-en: tools for VLC's base library VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the vlc-cache-gen binary. Package: libvlc-dev Description-md5: 12dd7b707396cd811cd0c9fd70dd8122 Description-en: development files for libvlc This package contains headers and a static library required to build standalone applications that use VLC features. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. Package: libvlc5 Description-md5: aa50eb20ebe126a4c5f468a6be6f8f8d Description-en: multimedia player and streamer library VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the shared library required by applications using VLC features. Package: libvlccore-dev Description-md5: 2a56521a556c4ea31988a96ec2901955 Description-en: development files for libvlccore VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains headers and a static library required to build plugins for VLC. Package: libvlccore9 Description-md5: c0a034effd010ff692cde9da58320cb4 Description-en: base library for VLC and its modules VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the shared library required by VLC modules and libvlc. Package: libvorbisidec-dev Description-md5: 1680a5cad977f07783da79c6efd826e5 Description-en: Integer-only Ogg Vorbis decoder, AKA "tremor" (Development Files) libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware. . This package contains the development files. Package: libvorbisidec1 Description-md5: dfc96cc4fb4d2629ec918df377f94fd0 Description-en: Integer-only Ogg Vorbis decoder, AKA "tremor" libvorbisidec is an Ogg Vorbis audio decoder (also known as "tremor"), implemented with no floating point arithmetic. This makes it particularly amenable to use on systems which lack floating point hardware. Package: libwala-java Description-md5: d1c55a27f19e9029338e6a15464d5945 Description-en: Static analysis on Java bytecode and related languages The T. J. Watson Libraries for Analysis (WALA) provide static analysis capabilities for Java bytecode and related languages and for JavaScript. WALA features include: . * Java type system and class hierarchy analysis * Source language framework supporting Java and JavaScript * Interprocedural dataflow analysis (RHS solver) * Context-sensitive tabulation-based slicer * Pointer analysis and call graph construction * SSA-based register-transfer language IR * General framework for iterative dataflow * General analysis utilities and data structures * A bytecode instrumentation library (Shrike) and a dynamic load-time instrumentation library for Java (Dila) . Currently this package provides the following libraries: . * wala-cast * wala-core * wala-dalvik * wala-shrike * wala-util Package: libwala-java-doc Description-md5: 117aead902cc4d64d710871043fbbfe4 Description-en: Static analysis on Java bytecode and related languages - Docs The T. J. Watson Libraries for Analysis (WALA) provide static analysis capabilities for Java bytecode and related languages and for JavaScript. WALA features include: . * Java type system and class hierarchy analysis * Source language framework supporting Java and JavaScript * Interprocedural dataflow analysis (RHS solver) * Context-sensitive tabulation-based slicer * Pointer analysis and call graph construction * SSA-based register-transfer language IR * General framework for iterative dataflow * General analysis utilities and data structures * A bytecode instrumentation library (Shrike) and a dynamic load-time instrumentation library for Java (Dila) . This package provides the documentations. Package: libwebkit2gtk-4.0-37-gtk2 Description-md5: 6f9942fc5c89d6509a6a0d29c52e612b Description-en: Transitional dummy package This is a transitional dummy package, it can be safely removed. . WebKitGTK no longer supports plugins that depend on GTK 2. If you still need to use the Adobe Flash Player then you can install browser-plugin-freshplayer-pepperflash. Package: libwebsocket-api-java Description-md5: 679a442ce192deb66c6eedc39d6da5c2 Description-en: Java WebSocket API Java API for WebSocket (JSR-356) defines a standard API for the development of websocket applications, both on the server side as well as on the Java client side. Package: libwin-hivex-perl Description-md5: 3e474899bbf5728b3679672f4e5830c6 Description-en: Perl bindings to hivex Perl bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. . This package also contains hivexregedit, a low-level command-line tool for manipulating and dumping registry hives. Package: libwinpr-asn1-0.1 Description-md5: 582d36efa9373711d2adbd5195807efb Description-en: Windows Portable Runtime library (ASN1 library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-asn1 shared library. Package: libwinpr-bcrypt0.1 Description-md5: dcb97797fa2bbcebff468de8021d2f7f Description-en: Windows Portable Runtime library (bcrypt library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-bcrypt shared library. Package: libwinpr-credentials0.1 Description-md5: 5bf5dd6501c6df5764e25357d2ead57f Description-en: Windows Portable Runtime library (credentials library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-credentials shared library. Package: libwinpr-credui0.1 Description-md5: 0fa7f7b0d354805ea57f36103b76bcd3 Description-en: Windows Portable Runtime library (credeui library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-credeui shared library. Package: libwinpr-crt0.1 Description-md5: e235181ad94a098e24cd2bbf972e38f0 Description-en: Windows Portable Runtime library (crt library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-crt shared library. Package: libwinpr-crypto0.1 Description-md5: 25cc9f97edbf784e03fed10d827adf3f Description-en: Windows Portable Runtime library (crypto library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-crypto shared library. Package: libwinpr-dev Description-md5: 2396d165d1c23f08af4354b9515fabce Description-en: Windows Portable Runtime library (development files) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the development files. Package: libwinpr-dsparse0.1 Description-md5: 6eee811264cfbeddc57f16e8a9cd713a Description-en: Windows Portable Runtime library (dsparse library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-dsparse shared library. Package: libwinpr-environment0.1 Description-md5: a62494c2a4c3dbd42f7d8ec3b2f118a1 Description-en: Windows Portable Runtime library (environment library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-environment shared library. Package: libwinpr-error0.1 Description-md5: 59f05b543721ff2a145f67381ad81dfe Description-en: Windows Portable Runtime library (error library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-error shared library. Package: libwinpr-file0.1 Description-md5: 9a22a6d89c9e808cde04275cd0d0b224 Description-en: Windows Portable Runtime library (file library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-file shared library. Package: libwinpr-handle0.1 Description-md5: c254afb16be6846f24b8c6cc71b4a482 Description-en: Windows Portable Runtime library (handle library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-handle shared library. Package: libwinpr-heap0.1 Description-md5: 2490217fedc4f9854e363c97ea2f546b Description-en: Windows Portable Runtime library (heap library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-heap shared library. Package: libwinpr-input0.1 Description-md5: 49a014728314e23a68e5757a72791931 Description-en: Windows Portable Runtime library (input library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-input shared library. Package: libwinpr-interlocked0.1 Description-md5: a6f00c1f80be19f872b86023cd82c9a8 Description-en: Windows Portable Runtime library (interlocked library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-interlocked shared library. Package: libwinpr-io0.1 Description-md5: 96da6bb1de0aa38389eececbe3a6cecf Description-en: Windows Portable Runtime library (io library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-io shared library. Package: libwinpr-library0.1 Description-md5: 5c2a0f79ed8ee8d961ff8e9e122a5c5f Description-en: Windows Portable Runtime library (library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-library shared library. Package: libwinpr-path0.1 Description-md5: 727c97346a15056225aeb8a9dd19b5b3 Description-en: Windows Portable Runtime library (path library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-path shared library. Package: libwinpr-pipe0.1 Description-md5: 3bd0a0ded872c0477089cf9f8f47a04b Description-en: Windows Portable Runtime library (pipe library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-pipe shared library. Package: libwinpr-pool0.1 Description-md5: ef6276ee369800ca3f3497acf518c8c0 Description-en: Windows Portable Runtime library (pool library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-pool shared library. Package: libwinpr-registry0.1 Description-md5: 4ad6bd8ecbc6bdb3d0866681fa232ba2 Description-en: Windows Portable Runtime library (registry library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-registry shared library. Package: libwinpr-rpc0.1 Description-md5: 04a1992842bbf3ce1704d30c74414e76 Description-en: Windows Portable Runtime library (RPC library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-rpc shared library. Package: libwinpr-sspi0.1 Description-md5: 2cecf5b7cde45eb91f25e8c54e7fc573 Description-en: Windows Portable Runtime library (sspi library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sspi shared library. Package: libwinpr-sspicli0.1 Description-md5: 9c7301db0573c27b6a7a3c26f5726e1d Description-en: Windows Portable Runtime library (sspicli library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sspicli shared library. Package: libwinpr-synch0.1 Description-md5: 482781b099489183076f484fd0d521f5 Description-en: Windows Portable Runtime library (synch library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-synch shared library. Package: libwinpr-sysinfo0.1 Description-md5: 107c0065109479d65eee1e8731aa2125 Description-en: Windows Portable Runtime library (sysinfo library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-sysinfo shared library. Package: libwinpr-thread0.1 Description-md5: 2a6fd47017206cf32867d605af173f09 Description-en: Windows Portable Runtime library (thread library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-thread shared library. Package: libwinpr-timezone0.1 Description-md5: b8fe7b9450608b57778d36530816ad67 Description-en: Windows Portable Runtime library (timezone library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-timezone shared library. Package: libwinpr-utils0.1 Description-md5: 46af02f26737a6e95c0c2d86b919fd6b Description-en: Windows Portable Runtime library (utils library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-utils shared library. Package: libwinpr-winhttp0.1 Description-md5: 45977fd346026c107b5f618fb340a043 Description-en: Windows Portable Runtime library (winhttp library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-winhttp shared library. Package: libwinpr-winsock0.1 Description-md5: 3c2a5f1de2a94e601c32810be2e9a426 Description-en: Windows Portable Runtime library (winsock library) WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains the winpr-winsock shared library. Package: libwireshark-data Description-md5: c97c84748e457d000a383c101c74e67e Description-en: network packet dissection library -- data files The libwireshark library provides the network packet dissection services developed by the Wireshark project. . This package contains the platform independent files. Package: libwireshark-dev Description-md5: 25ccc1e5a9f0de13127d7669433e7838 Description-en: network packet dissection library -- development files The "libwireshark" library provides the network packet dissection services developed by the Wireshark project. . This package contains the static library and the C header files that are needed for applications to use libwireshark services. Package: libwireshark11 Description-md5: ab8eca3dff7b66974ed95f1142899d51 Description-en: network packet dissection library -- shared library The libwireshark library provides the network packet dissection services developed by the Wireshark project. Package: libwiretap-dev Description-md5: a4b3626aeba85265e850e80dbf470c9e Description-en: network packet capture library -- development files Wiretap, part of the Wireshark project, is a library that allows one to read and write several packet capture file formats. . Supported formats are: * Libpcap * Sniffer * LANalyzer * Network Monitor * "snoop" * "iptrace" * Sniffer Basic (NetXRay)/Windows Sniffer Pro * RADCOM WAN/LAN Analyzers * Lucent/Ascend access products * HP-UX nettl * Toshiba ISDN Router * ISDN4BSD "i4btrace" utility * Cisco Secure Intrusion Detection System iplogging facility * pppd logs (pppdump-format files) * VMS TCPTRACE * DBS Etherwatch (text format) * Catapult DCT2000 (.out files) . Wiretap's shortcomings are: no filter capability and no support for packet capture. . This package contains the static library and the C header files. Package: libwiretap8 Description-md5: c47b22d9617f547351ca36c045296943 Description-en: network packet capture library -- shared library Wiretap, part of the Wireshark project, is a library that allows one to read and write several packet capture file formats. . Supported formats are: * Libpcap * Sniffer * LANalyzer * Network Monitor * "snoop" * "iptrace" * Sniffer Basic (NetXRay)/Windows Sniffer Pro * RADCOM WAN/LAN Analyzers * Lucent/Ascend access products * HP-UX nettl * Toshiba ISDN Router * ISDN4BSD "i4btrace" utility * Cisco Secure Intrusion Detection System iplogging facility * pppd logs (pppdump-format files) * VMS TCPTRACE * DBS Etherwatch (text format) * Catapult DCT2000 (.out files) . Wiretap's shortcomings are: no filter capability and no support for packet capture. Package: libwoodstox-java Description-md5: 1cf64be6b7e268cb8a064e96ced1f2f9 Description-en: High-performance XML processor Woodstox is a high-performance, validating, namespace-aware, StAX-compliant (JSR-173), open source XML-processor written in Java. XML processor means that it handles both input (parsing) and output (writing, serialization), as well as supporting tasks such as validation. Package: libwriter2latex-java Description-md5: 6ccc68cf7be97fbca02fc9a0f5b76740 Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- library Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents - in particular documents containing formulas - into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the java library. Package: libwriter2latex-java-doc Description-md5: 22570a951559fc83308307185ff161a5 Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- javadoc Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the javadoc for the writer2latex library. Package: libwscodecs2 Description-md5: 85820923113d9948179c9cd6dafdb249 Description-en: network packet dissection codecs library -- shared library The libwscodecs library provides codec functions for libwireshark11. Package: libwsutil-dev Description-md5: 85f9a1defcb3dd85de93675639edee98 Description-en: network packet dissection utilities library -- development files The libwsutil library provides utility functions for libwireshark6. . This package contains the static library and the C header files that are needed for applications to use the libwsutil library. Package: libwsutil9 Description-md5: 0a347950f2f57289d62712181125b88e Description-en: network packet dissection utilities library -- shared library The libwsutil library provides utility functions for libwireshark11. Package: libx32asan4-amd64-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan4-dbg-amd64-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan4-dbg-i386-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan4-i386-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-amd64-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-dbg-amd64-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-dbg-i386-cross Description-md5: b66995cafb0cff1e16849ce190628573 Description-en: AddressSanitizer -- a fast memory error detector (x32 debug symbols) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32asan5-i386-cross Description-md5: 51a639c3760e456ac48834fb47045c42 Description-en: AddressSanitizer -- a fast memory error detector (x32) AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. Package: libx32atomic1-amd64-cross Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-dbg-amd64-cross Description-md5: a1d046f7c7bf1745f37238262b4d1081 Description-en: support library providing __atomic built-in functions (x32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-dbg-i386-cross Description-md5: a1d046f7c7bf1745f37238262b4d1081 Description-en: support library providing __atomic built-in functions (x32 debug symbols) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32atomic1-i386-cross Description-md5: 17429d2d39217f0a95507decf171c10f Description-en: support library providing __atomic built-in functions (x32) library providing __atomic built-in functions. When an atomic call cannot be turned into lock-free instructions, GCC will make calls into this library. Package: libx32cilkrts5-amd64-cross Description-md5: be40389da3c3f2332e113477a1f68923 Description-en: Intel Cilk Plus language extensions (x32) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32cilkrts5-dbg-amd64-cross Description-md5: 0b84023b44919fc8802e01e3945fa7d3 Description-en: Intel Cilk Plus language extensions (x32 debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32cilkrts5-dbg-i386-cross Description-md5: 0b84023b44919fc8802e01e3945fa7d3 Description-en: Intel Cilk Plus language extensions (x32 debug symbols) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32cilkrts5-i386-cross Description-md5: be40389da3c3f2332e113477a1f68923 Description-en: Intel Cilk Plus language extensions (x32) Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Package: libx32gcc-7-dev-amd64-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-7-dev-i386-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-8-dev-amd64-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc-8-dev-i386-cross Description-md5: df49fd36cacd441ececa361c98eaaa4a Description-en: GCC support library (x32 development files) This package contains the headers and static library files necessary for building C programs which use libgcc, libgomp, libquadmath, libssp or libitm. Package: libx32gcc1-amd64-cross Description-md5: 556068bbd72a9d61bacd43322c3826f5 Description-en: GCC support library (amd64) (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32gcc1-dbg-amd64-cross Description-md5: cdbc0da901e5b46128cb5ba05d82a4e4 Description-en: GCC support library (debug symbols) (amd64) Debug symbols for the GCC support library. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32gcc1-dbg-i386-cross Description-md5: 9872e557eec6112e2e9403badb34db09 Description-en: GCC support library (debug symbols) (i386) Debug symbols for the GCC support library. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32gcc1-i386-cross Description-md5: 0a83617569fda4f6b4128b3fda8103d8 Description-en: GCC support library (i386) (x32) Shared version of the support library, a library of internal subroutines that GCC uses to overcome shortcomings of particular machines, or special needs for some languages. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32gfortran-7-dev-amd64-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-7-dev-i386-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-8-dev Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-8-dev-amd64-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran-8-dev-i386-cross Description-md5: aae616b6d05c4081844ad0d321e187db Description-en: Runtime library for GNU Fortran applications (x32 development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libx32gfortran4-amd64-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran4-dbg-amd64-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran4-dbg-i386-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran4-i386-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5 Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-amd64-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-dbg Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-dbg-amd64-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-dbg-i386-cross Description-md5: 10f29f1b5242ebba520971f18415252b Description-en: Runtime library for GNU Fortran applications (x32 debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libx32gfortran5-i386-cross Description-md5: 3c011e928f9c344ce5ade56af0ec77b2 Description-en: Runtime library for GNU Fortran applications (x32) Library needed for GNU Fortran applications linked against the shared library. Package: libx32go11 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go11-amd64-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go11-dbg Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go11-dbg-amd64-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go11-dbg-i386-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go11-i386-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go13 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go13-amd64-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go13-dbg Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go13-dbg-amd64-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go13-dbg-i386-cross Description-md5: ecdc36ec2c26f4d5b8faf65a52d45fa4 Description-en: Runtime library for GNU Go applications (x32 debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: libx32go13-i386-cross Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32gomp1-amd64-cross Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32gomp1-dbg-amd64-cross Description-md5: 7f819ff9ae10ec2d6646003e0204dc5f Description-en: GCC OpenMP (GOMP) support library (x32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libx32gomp1-dbg-i386-cross Description-md5: 7f819ff9ae10ec2d6646003e0204dc5f Description-en: GCC OpenMP (GOMP) support library (x32 debug symbols) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers Package: libx32gomp1-i386-cross Description-md5: 1388436f97e9425feb598766343a05b7 Description-en: GCC OpenMP (GOMP) support library (x32) GOMP is an implementation of OpenMP for the C, C++, and Fortran compilers in the GNU Compiler Collection. Package: libx32gphobos-7-dev-amd64-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-7-dev-i386-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-8-dev-amd64-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos-8-dev-i386-cross Description-md5: cdbbfaf18bf8097f4f6c5141edaea0ca Description-en: Phobos D standard library (x32 development files) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos71-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-amd64-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-dbg-amd64-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-dbg-i386-cross Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32gphobos76-i386-cross Description-md5: 2086a0c7f5831c82fec492e812bdd6c1 Description-en: Phobos D standard library (runtime library) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libx32itm1-amd64-cross Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-dbg-amd64-cross Description-md5: 139a395a1e47ba8b13f22f43588f31ae Description-en: GNU Transactional Memory Library (x32 debug symbols) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-dbg-i386-cross Description-md5: 139a395a1e47ba8b13f22f43588f31ae Description-en: GNU Transactional Memory Library (x32 debug symbols) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32itm1-i386-cross Description-md5: 60c3549c857ee22163b3a82b265880de Description-en: GNU Transactional Memory Library (x32) This manual documents the usage and internals of libitm. It provides transaction support for accesses to the memory of a process, enabling easy-to-use synchronization of accesses to shared memory by several threads. Package: libx32lsan0-amd64-cross Description-md5: e55556fa790743d4c47d82cff1e0e15d Description-en: LeakSanitizer -- a memory leak detector (x32) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32lsan0-dbg-amd64-cross Description-md5: 0fe2e1c3967be8db432006845283cb08 Description-en: LeakSanitizer -- a memory leak detector (x32 debug symbols) LeakSanitizer (Lsan) is a memory leak detector which is integrated into AddressSanitizer (empty package). Package: libx32objc-7-dev-amd64-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-7-dev-i386-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-8-dev Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-8-dev-amd64-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc-8-dev-i386-cross Description-md5: f7dcb47d6608005e0ecbde60e08685b0 Description-en: Runtime library for GNU Objective-C applications (x32 development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libx32objc4-amd64-cross Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-dbg Description-md5: 15ac2bbe50562f8e9e528e6d5f6f1024 Description-en: Runtime library for GNU Objective-C applications (x32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-dbg-amd64-cross Description-md5: 15ac2bbe50562f8e9e528e6d5f6f1024 Description-en: Runtime library for GNU Objective-C applications (x32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-dbg-i386-cross Description-md5: 15ac2bbe50562f8e9e528e6d5f6f1024 Description-en: Runtime library for GNU Objective-C applications (x32 debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libx32objc4-i386-cross Description-md5: e253306fc795d9cc9e7c2acac0d2ad1b Description-en: Runtime library for GNU Objective-C applications (x32) Library needed for GNU ObjC applications linked against the shared library. Package: libx32quadmath0-amd64-cross Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32quadmath0-dbg-amd64-cross Description-md5: d1cced9ca62d9dde3650384b57532901 Description-en: GCC Quad-Precision Math Library (x32 debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libx32quadmath0-dbg-i386-cross Description-md5: d1cced9ca62d9dde3650384b57532901 Description-en: GCC Quad-Precision Math Library (x32 debug symbols) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. Package: libx32quadmath0-i386-cross Description-md5: 514c6a5cffd4febce8121f2d08419504 Description-en: GCC Quad-Precision Math Library (x32) A library, which provides quad-precision mathematical functions on targets supporting the __float128 datatype. The library is used to provide on such targets the REAL(16) type in the GNU Fortran compiler. Package: libx32stdc++-7-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++-7-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++-8-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libx32stdc++-8-dev-amd64-cross Description-md5: 6d3f657fb824f1fb9fc979f0e961ef54 Description-en: GNU Standard C++ Library v3 (development files) (amd64) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++-8-dev-i386-cross Description-md5: 330be67b9d0f009446721e88125fc019 Description-en: GNU Standard C++ Library v3 (development files) (i386) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-7-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++6-7-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-8-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libx32stdc++6-8-dbg-amd64-cross Description-md5: 191802fb3f414698fbafb906dd858aa4 Description-en: GNU Standard C++ Library v3 (debugging files) (amd64) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++6-8-dbg-i386-cross Description-md5: eb6d6da8f482feb5b3a328ab6b2698d1 Description-en: GNU Standard C++ Library v3 (debugging files) (i386) This package contains the shared library of libstdc++ compiled with debugging symbols. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32stdc++6-amd64-cross Description-md5: 0b4f943ad6f8520cd48bff4cb3ac380c Description-en: GNU Standard C++ Library v3 (amd64) (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for amd64 architecture, for use in cross-compile environment. Package: libx32stdc++6-i386-cross Description-md5: 3c4511ad1b073e393a184645c27951d1 Description-en: GNU Standard C++ Library v3 (i386) (x32) This package contains an additional runtime library for C++ programs built with the GNU compiler. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. . This package contains files for i386 architecture, for use in cross-compile environment. Package: libx32ubsan0-amd64-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan0-dbg-amd64-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan0-dbg-i386-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan0-i386-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-amd64-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-dbg Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-dbg-amd64-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-dbg-i386-cross Description-md5: d6c2f65b1df2a03b9c7b4e20d596d17e Description-en: UBSan -- undefined behaviour sanitizer (x32 debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libx32ubsan1-i386-cross Description-md5: 1e3c22c974d49dfa0d90d25dc725cf74 Description-en: UBSan -- undefined behaviour sanitizer (x32) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: libxfreerdp-client1.1 Description-md5: 3c5507a9aa5676ba1681887fc0041707 Description-en: Free Remote Desktop Protocol library (xfreerdp-client library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the xfreerdp-client shared library. Package: libxml-maven-plugin-java Description-md5: 9d9ea8e6be29f6982c89f032a857c443 Description-en: Maven XML Plugin A plugin for various XML related tasks like validation, transformation, and the like. The plugin offers the following goals: * xml:validate validates XML files against a schema. If the files aren't matching a certain schema, one may simply check, whether they are well formed. * xml:transform transforms XML files by applying XSLT stylesheets. Package: libxml-security-c-dev Description-md5: 5a2880060f63df912496a4cf39d7b379 Description-en: C++ library for XML Digital Signatures (development) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the Apache XML Security for C++ development files. Package: libxml-security-c17v5 Description-md5: 390bd7b2637f501a74246a30d6c9bb3c Description-en: C++ library for XML Digital Signatures (runtime) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the files necessary for running applications that use the Apache XML Security for C++ library. Package: libxml-security-java Description-md5: 62a719ba8b2fafc1e5baa589c61092be Description-en: Apache Santuario -- XML Security for Java Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital Signature APIs. Package: libxml-security-java-doc Description-md5: dbabdf1f6ed2af0820534845d30f6eb2 Description-en: Documentation for Apache Santuario Apache Santuario supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002, and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. As of version 1.4, the Java library supports the standard Java API JSR-105: XML Digital Signature APIs. . This package contains the API documentation of libxml-security-java. Package: libxmlbeans-java Description-md5: e2e8a3e123e327293ed0fb099aace377 Description-en: Java library for accessing XML by binding it to Java types XMLBeans is a technology for accessing XML by binding it to Java types. . XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo". The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model. * A cursor model through which you can traverse the full XML infoset. * Support for XML DOM. Package: libxmlrpc3-client-java Description-md5: 8949b50a3df2e53bfbdc28676925b8fa Description-en: XML-RPC implementation in Java (client side) This package contains the client-side code needed to invoke XML-RPC services. . For more information on XML-RPC protocol, see libxmlrpc3-common-java package. Package: libxmlrpc3-common-java Description-md5: 0055e3efa4b134fb018478a90fe90672 Description-en: XML-RPC implementation in Java XML-RPC is a popular protocol using XML over HTTP to implement remote procedure calls. . Apache XML-RPC is a Java implementation of the XML-RPC specification. Package: libxmlrpc3-java-doc Description-md5: a42d7228145ab45d3ba04a42f686cfc6 Description-en: XML-RPC implementation in Java (API documentation) This package contains documentation for Apache XML-RPC library. Both client and server API are documented. . For more information on XML-RPC protocol, see libxmlrpc3-common-java package. Package: libxmlrpc3-server-java Description-md5: 3e40f505f55087c513394b9d28af9598 Description-en: XML-RPC implementation in Java (server side) This package contains the server-side code needed to write XML-RPC services. . For more information on XML-RPC protocol, see libxmlrpc3-common-java package. Package: libxmltooling-dev Description-md5: 8ae969e7cf71e6257275dcfee9e97dd9 Description-en: C++ XML parsing library with encryption support (development) The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes to add value around the DOM, as well as signing and encryption support. . This package contains the headers and other necessary files to build applications or libraries that use or extend the XMLTooling library. Package: libxmltooling-doc Description-md5: fb0701dcffbab25720777afc8b74a8fa Description-en: C++ XML parsing library with encryption support (API docs) The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes to add value around the DOM, as well as signing and encryption support. . This package contains the XMLTooling library API documentation generated by Doxygen. Package: libxmltooling7 Description-md5: 99ce91f15498cf32f32ce68db559b5ca Description-en: C++ XML parsing library with encryption support (runtime) The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes, as well as signing and encryption support. . This package contains the files necessary for running applications that use the XMLTooling library. Package: libxsom-java Description-md5: 9aa289ec6a4e0b8e301de6604b4ee229 Description-en: XML Schema Object Model Java library XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema documents and inspect information in them. It is expected to be useful for applications that need to take XML Schema as an input. Package: libxstream-java Description-md5: 10c1dedc8716f96d83e51d094ab4032b Description-en: Java library to serialize objects to XML and back again The features of the XStream library are: . - Ease of use. A high level facade is supplied that simplifies common use cases. - No mappings required. Most objects can be serialized without need for specifying mappings. - Performance. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems with high message throughput. - Clean XML. No information is duplicated that can be obtained via reflection. This results in XML that is easier to read for humans and more compact than native Java serialization. - Requires no modifications to objects. Serializes internal fields, including private and final. Supports non-public and inner classes. Classes are not required to have default constructor. - Full object graph support. Duplicate references encountered in the object-model will be maintained. Supports circular references. - Integrates with other XML APIs. By implementing an interface, XStream can serialize directly to/from any tree structure (not just XML). - Customizable conversion strategies. Strategies can be registered allowing customization of how particular types are represented as XML. - Error messages. When an exception occurs due to malformed XML, detailed diagnostics are provided to help isolate and fix the problem. - Alternative output format. The modular design allows other output formats. XStream ships currently with JSON support and morphing. Package: libyaml-snake-java Description-md5: 9634aca8c2a2686a8f55f05be8c763aa Description-en: YAML parser and emitter for the Java programming language SnakeYAML is a YAML parser and emitter for the Java programming language. . SnakeYAML features . * a complete YAML 1.1 parser. In particular, SnakeYAML can parse all examples from the specification. * Unicode support including UTF-8/UTF-16 input/output. * high-level API for serializing and deserializing native Java objects. * support for all types from the YAML types repository. * relatively sensible error messages. Package: libyaml-snake-java-doc Description-md5: 61fcacc98c62c684f44ee890fbda865e Description-en: Documentation for SnakeYAML SnakeYAML is a YAML parser and emitter for the Java programming language. . This package contains the API documentation of libyaml-snake-java. Package: libykpiv-dev Description-md5: c05d08fe15f0558898f0eb816f712894 Description-en: Development files for the YubiKey PIV Library The Yubico PIV tool is used for interacting with the Personal Identity Verification Card (PIV) application on a YubiKey. With it you may generate keys on the device, import keys and certificates, create certificate requests, and other operations. A shared library, a PKCS#11 module a command-line tool are included. . This package contains the development files for the library. Package: libykpiv1 Description-md5: b8721f459e3ea91642dfbf58851a40d2 Description-en: Library for communication with the YubiKey PIV smartcard The Yubico PIV tool is used for interacting with the Personal Identity Verification Card (PIV) application on a YubiKey. With it you may generate keys on the device, import keys and certificates, create certificate requests, and other operations. A shared library, a PKCS#11 module a command-line tool are included. . This package contains the run-time shared library. You normally don't need to install it manually. Package: libzen-dev Description-md5: fd715c913b6da32e7465db188780786d Description-en: ZenLib C++ utility library -- development files ZenLib is a C++ utility library. It includes classes for handling strings, configuration, bit streams, threading, translation, and cross-platform operating system functions. . This package contains the headers required for compiling applications/libraries which use this library. Package: libzen-doc Description-md5: ea8634da071a42ce8508d04755b10795 Description-en: ZenLib C++ utility library -- documentation ZenLib is a C++ utility library. It includes classes for handling strings, configuration, bit streams, threading, translation, and cross-platform operating system functions. . This package contains the Doxygen generated API reference for developing applications/libraries using this library. Package: libzen0v5 Description-md5: 44c91cf8a569a195b1bf36947bdf9416 Description-en: ZenLib C++ utility library -- runtime ZenLib is a C++ utility library. It includes classes for handling strings, configuration, bit streams, threading, translation, and cross-platform operating system functions. . This package contains the shared library needed for running applications which use this library. Package: libzeroc-ice-dev Description-md5: d208728fd79f878dfb15aa641583f2a6 Description-en: libraries and headers for developing Ice applications in C++ This package contains the libraries and headers needed for developing Ice applications in C++. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-ice-java Description-md5: f3b6cf250807df20c9bfd364ce6dec9d Description-en: transitional package libzeroc-ice-java This is a transitional package for libzeroc-ice-java. It can safely be removed. Package: libzeroc-ice3.7 Description-md5: 1d48e84a92738c58a039c8d80a1d1814 Description-en: C++ run-time libraries for the Ice framework This package contains C++ run-time libraries for the Ice framework. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-ice3.7-java Description-md5: ab79aaf893933cbc23e5791b706af0fa Description-en: Ice for Java run-time libraries. This package contains Ice for Java run-time libraries. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzeroc-icestorm3.7 Description-md5: 679e72fd55d26f5e4819c159ad20ef97 Description-en: IceStorm publish-subscribe event distribution service This package contains the IceStorm publish-subscribe event distribution service. . IceStorm helps you create push applications. Your Ice client (the publisher) sends a request to a topic managed by IceStorm, and IceStorm delivers this request to all the subscribers (Ice objects) that you registered with this topic. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: libzipios++-dev Description-md5: 0cb4e645f5609bd8b41d60112a6adaa8 Description-en: small C++ library for reading zip files (development) Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. . This package contains files needed for development with zipios++. Package: libzipios++-doc Description-md5: 306e38011961d8cf0b8158805cebb697 Description-en: small C++ library for reading zip files (documents) Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. . This package contains documentations for development with zipios++. Package: libzipios++0v5 Description-md5: 8af6a33d1733f8bf50bfbe8b69a7a72b Description-en: small C++ library for reading zip files (library) Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided. . This package contains shared library. Package: libzmq3-dev Description-md5: 7b2c1e47f6d305566aebc0e65e04f5ee Description-en: lightweight messaging kernel (development files) ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the ZeroMQ development libraries and header files. Package: libzmq5 Description-md5: 8f2756f773da0ff44ace3832dbb30dbb Description-en: lightweight messaging kernel (shared library) ØMQ is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. . ØMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. . This package contains the libzmq shared library. Package: linux-aws-edge-tools-4.18.0-1006 Description-md5: 9f7c89ab7dbfc7427ae7bed4f6ce0da1 Description-en: Linux kernel version specific tools for version 4.18.0-1006 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-1006 on 64 bit x86. You probably want to install linux-tools-4.18.0-1006-<flavour>. Package: linux-aws-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-<flavour>. Package: linux-aws-edge-tools-4.18.0-1008 Description-md5: d241e0542ce3369516ee1d89a2bfb761 Description-en: Linux kernel version specific tools for version 4.18.0-1008 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-1008 on 64 bit x86. You probably want to install linux-tools-4.18.0-1008-<flavour>. Package: linux-aws-edge-tools-4.18.0-1011 Description-md5: 0aeb1e3c6a55c1e19a505cafce99757a Description-en: Linux kernel version specific tools for version 4.18.0-1011 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-1011 on 64 bit x86. You probably want to install linux-tools-4.18.0-1011-<flavour>. Package: linux-aws-edge-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-<flavour>. Package: linux-aws-edge-tools-4.18.0-1016 Description-md5: 5ca8049600b6fdc32ddc325133b6f698 Description-en: Linux kernel version specific tools for version 4.18.0-1016 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-1016 on 64 bit x86. You probably want to install linux-tools-4.18.0-1016-<flavour>. Package: linux-aws-edge-tools-4.18.0-1017 Description-md5: caff7f4c339a840ced44d587601bace0 Description-en: Linux kernel version specific tools for version 4.18.0-1017 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-1017 on 64 bit x86. You probably want to install linux-tools-4.18.0-1017-<flavour>. Package: linux-aws-edge-tools-4.18.0-1018 Description-md5: f00e8ae6f085a96967ed150c7d312cc7 Description-en: Linux kernel version specific tools for version 4.18.0-1018 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-1018 on 64 bit x86. You probably want to install linux-tools-4.18.0-1018-<flavour>. Package: linux-aws-edge-tools-4.18.0-1020 Description-md5: 053f20294e1ac0d76c83398cd463fcaf Description-en: Linux kernel version specific tools for version 4.18.0-1020 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-1020 on 64 bit x86. You probably want to install linux-tools-4.18.0-1020-<flavour>. Package: linux-aws-edge-tools-5.0.0-1011 Description-md5: 47767ae8cf2d879bfa2d612f9ab90b84 Description-en: Linux kernel version specific tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1011 on 64 bit x86. You probably want to install linux-tools-5.0.0-1011-<flavour>. Package: linux-aws-edge-tools-5.0.0-1012 Description-md5: 7e644a141e2787b886f3c15d7e36814e Description-en: Linux kernel version specific tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1012 on 64 bit x86. You probably want to install linux-tools-5.0.0-1012-<flavour>. Package: linux-aws-edge-tools-5.0.0-1014 Description-md5: fa59283418c51d7cb325da6549a270ff Description-en: Linux kernel version specific tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1014 on 64 bit x86. You probably want to install linux-tools-5.0.0-1014-<flavour>. Package: linux-aws-edge-tools-5.0.0-1016 Description-md5: d45bb660ef591bbd8020f321561f36f0 Description-en: Linux kernel version specific tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1016 on 64 bit x86. You probably want to install linux-tools-5.0.0-1016-<flavour>. Package: linux-aws-edge-tools-5.0.0-1018 Description-md5: 7d05f7cbe8806e837c674fe6d62c8d40 Description-en: Linux kernel version specific tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1018 on 64 bit x86. You probably want to install linux-tools-5.0.0-1018-<flavour>. Package: linux-aws-edge-tools-5.0.0-1019 Description-md5: 5d7a0e6f4c5de514393cd33237ae48a7 Description-en: Linux kernel version specific tools for version 5.0.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1019 on 64 bit x86. You probably want to install linux-tools-5.0.0-1019-<flavour>. Package: linux-aws-headers-4.18.0-1006 Description-md5: 2f9107bb797fc81f5dbc75f7a8ee48f2 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-aws-headers-4.18.0-1006/debian.README.gz for details Package: linux-aws-headers-4.18.0-1007 Description-md5: f27de494e7f153c5b0bea87e55986625 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-aws-headers-4.18.0-1007/debian.README.gz for details Package: linux-aws-headers-4.18.0-1008 Description-md5: a98ca3fb2fe998fd02f557e9209de6e1 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-aws-headers-4.18.0-1008/debian.README.gz for details Package: linux-aws-headers-4.18.0-1011 Description-md5: ac309ef99ff61b3db4feda3707123395 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-aws-headers-4.18.0-1011/debian.README.gz for details Package: linux-aws-headers-4.18.0-1012 Description-md5: 02de520ef32b3720df6af61deb42e8e4 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-aws-headers-4.18.0-1012/debian.README.gz for details Package: linux-aws-headers-4.18.0-1016 Description-md5: 38e6845e7114804c4951a5cf9078a5db 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-aws-headers-4.18.0-1016/debian.README.gz for details Package: linux-aws-headers-4.18.0-1017 Description-md5: 87fc81ad6b764e247feeb2dcd626da59 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-aws-headers-4.18.0-1017/debian.README.gz for details Package: linux-aws-headers-4.18.0-1018 Description-md5: dca98f5c9a89c6f286e22b6d40feaffb 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-aws-headers-4.18.0-1018/debian.README.gz for details Package: linux-aws-headers-4.18.0-1020 Description-md5: e8197f9810a866580fbcb353280e7822 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-aws-headers-4.18.0-1020/debian.README.gz for details Package: linux-aws-headers-5.0.0-1011 Description-md5: ee149b6ea3b3931246abae5597d4ad0e Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1011/debian.README.gz for details Package: linux-aws-headers-5.0.0-1012 Description-md5: bd13e45530dcd2105983fbed69a84b09 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1012/debian.README.gz for details Package: linux-aws-headers-5.0.0-1014 Description-md5: e9e2344fb1dcd13aa66265f709d32e16 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1014/debian.README.gz for details Package: linux-aws-headers-5.0.0-1016 Description-md5: 318f0150a9794176491ec5dacd16bda1 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1016/debian.README.gz for details Package: linux-aws-headers-5.0.0-1018 Description-md5: a56805c38f4bf00bcd92649ea688b9de Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1018/debian.README.gz for details Package: linux-aws-headers-5.0.0-1019 Description-md5: 0e1c24bf874f5e2ff540c4b3038ab851 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-aws-headers-5.0.0-1019/debian.README.gz for details Package: linux-buildinfo-4.15.0-1006-dell300x 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-1007-dell300x 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-1009-dell300x 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-1010-dell300x 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-1011-dell300x 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-1012-dell300x 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-1013-dell300x 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-1015-dell300x 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-1016-dell300x 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-1017-dell300x 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-1018-dell300x 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-1022-dell300x 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-1027-dell300x 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-dell300x 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-1029-dell300x 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-dell300x 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-1031-dell300x 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-dell300x 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-dell300x 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-1035-dell300x 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-1037-dell300x 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-1038-dell300x 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-1040-dell300x 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-1041-dell300x 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-1042-dell300x 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-1048-dell300x 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-1049-dell300x 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-1051-dell300x 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-1052-dell300x 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-1053-dell300x 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-1054-dell300x 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-1055-dell300x 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-1057-dell300x 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-1058-dell300x 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-1060-dell300x 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-1061-dell300x 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-1062-dell300x 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-1063-dell300x 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-1064-dell300x 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-1065-dell300x 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-1067-dell300x 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-1071-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-1077-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-1078-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-1080-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-1081-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-1083-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-1084-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-1086-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-1087-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-1090-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-1091-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-1092-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.18.0-1007-aws 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-1008-aws 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-1011-aws 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-aws 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-1016-aws 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-1017-aws 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-1018-aws 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-1020-aws 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-5.0.0-1011-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1012-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1014-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1015-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1016-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1017-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1018-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1018-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1019-aws Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1020-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1020-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1022-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1022-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1023-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1024-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1025-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1025-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1026-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1027-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1027-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1028-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1029-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1030-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1030-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1032-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1033-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1035-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1037-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1037-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1039-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1040-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1042-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1043-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1043-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1045-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1046-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1047-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1047-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1049-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1050-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1050-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1051-gke Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1052-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1059-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1062-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1063-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1065-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1067-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1068-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1069-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1070-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1071-oem-osp1 Description-md5: d8be57d0076acb82aa053f55d893237b Description-en: Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1012-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1014-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1016-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1017-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1018-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1020-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1026-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1030-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1032-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1033-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1034-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1036-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1038-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1039-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1040-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1041-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1042-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1043-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1044-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1045-gke Description-md5: be858704b5236baccdea7501e8946c21 Description-en: Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1010-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1012-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1014-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1015-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1017-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1018-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1019-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1020-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1021-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1023-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1026-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1028-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1029-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1031-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1032-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1033-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1034-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1036-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1037-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1040-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1041-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1042-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1044-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1045-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1046-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1047-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1048-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1049-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1050-ibm Description-md5: c79565f112d2e0641f167d6a73a33455 Description-en: Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on 64 bit x86 SMP. . You likely do not want to install this package. Package: linux-dell300x Description-md5: ce026c246c0415de0a78026f92849d0c Description-en: Complete Linux kernel for Dell Edge Gateway 300x systems. This package will always depend on the latest complete Linux kernel available for Dell Edge Gateway 300x systems. Package: linux-dell300x-headers-4.15.0-1006 Description-md5: a6e18c9d13824728b392d5c3e3a0c859 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-dell300x-headers-4.15.0-1006/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1007 Description-md5: 3727e2fc0b2d8acbc4edcff339906f77 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-dell300x-headers-4.15.0-1007/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1009 Description-md5: f9dc0f1157782c1ddc0e103fa7f1b4cb 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-dell300x-headers-4.15.0-1009/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1010 Description-md5: cef9b6fd9d03383d408ecd5bcaf7146b 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-dell300x-headers-4.15.0-1010/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1011 Description-md5: 7dcb69d54b6bc62682851e9f5aa2e804 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-dell300x-headers-4.15.0-1011/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1012 Description-md5: 0289c7bdac5d8b4fe5765b3cd931c533 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-dell300x-headers-4.15.0-1012/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1013 Description-md5: 7c453e40b18c007e3fee8823e78481bb 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-dell300x-headers-4.15.0-1013/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1015 Description-md5: 538b75ef7b96b2a5e711665a4ebcd0f8 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-dell300x-headers-4.15.0-1015/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1016 Description-md5: dde0979a0f68d0e70a675eb50e61e6a6 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-dell300x-headers-4.15.0-1016/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1017 Description-md5: ff27b2fb7809f912a780a18f37db8b5b 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-dell300x-headers-4.15.0-1017/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1018 Description-md5: 43a70a7039a9c4468af72c77332990f6 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-dell300x-headers-4.15.0-1018/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1022 Description-md5: bb5268a287cedd3f199b89fd9f46b288 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-dell300x-headers-4.15.0-1022/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1027 Description-md5: 9d5b401533d93a8c146827267ecf715e 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-dell300x-headers-4.15.0-1027/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1028 Description-md5: b16cb54860cbb93e5bbbb4ba79200df6 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-dell300x-headers-4.15.0-1028/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1029 Description-md5: 3f77acc84757e9365f0bc9cde135603b 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-dell300x-headers-4.15.0-1029/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1030 Description-md5: 12a1fef9a4e9bf55c3d2adcd107e6021 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-dell300x-headers-4.15.0-1030/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1031 Description-md5: 79a6fe2bd59820eb26213d95f31207b1 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-dell300x-headers-4.15.0-1031/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1033 Description-md5: 0253291ed7514ec912b6d8ab51c1f844 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-dell300x-headers-4.15.0-1033/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1034 Description-md5: 2bb1336c8a711b9e2006308183273cb1 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-dell300x-headers-4.15.0-1034/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1035 Description-md5: 36b81a2de2e7ac2faa9ba068edf8e623 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-dell300x-headers-4.15.0-1035/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1037 Description-md5: 5d473d7357be3f746abfb3e74f2598d8 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-dell300x-headers-4.15.0-1037/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1038 Description-md5: da24faa86776363f11d38a4a7dec5102 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-dell300x-headers-4.15.0-1038/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1040 Description-md5: bd8eb184d6c3d7dcb3d9d950684b3543 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-dell300x-headers-4.15.0-1040/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1041 Description-md5: b758bb8ae694918214b158a9c41283fd 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-dell300x-headers-4.15.0-1041/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1042 Description-md5: 3ed816eb50a20c04de64ff6c16ad4d39 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-dell300x-headers-4.15.0-1042/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1048 Description-md5: c031b75581c39123c481459ea0839e38 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-dell300x-headers-4.15.0-1048/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1049 Description-md5: 7c83c234feeb1b40535332b983d98bfa 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-dell300x-headers-4.15.0-1049/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1051 Description-md5: 6a459e37dbcaa4ed89eec1579237b8a6 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-dell300x-headers-4.15.0-1051/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1052 Description-md5: c5b28249c8d860742c2c150d9c9eb8fd 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-dell300x-headers-4.15.0-1052/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1053 Description-md5: 32c8cebab80067084a0b1f70fe779249 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-dell300x-headers-4.15.0-1053/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1054 Description-md5: b0b143b411c7a7b27160b4afcf161f3b 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-dell300x-headers-4.15.0-1054/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1055 Description-md5: 5bbf59d84ef4cbb9b3f8951cd7312430 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-dell300x-headers-4.15.0-1055/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1057 Description-md5: c869b784461e46fa321c6e16f439a8f8 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-dell300x-headers-4.15.0-1057/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1058 Description-md5: 4ab5a9352f26624d8a4eb0396d9ec997 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-dell300x-headers-4.15.0-1058/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1060 Description-md5: 51e388c4c926b714e267b853f60650d5 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-dell300x-headers-4.15.0-1060/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1061 Description-md5: 7cf03f213e6d8864435c8f416b67d947 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-dell300x-headers-4.15.0-1061/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1062 Description-md5: 8529450d37c425bbbc74188c49cab2d1 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-dell300x-headers-4.15.0-1062/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1063 Description-md5: 4d2306f6d158eebe8d95817750e62bc8 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-dell300x-headers-4.15.0-1063/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1064 Description-md5: dba21726578140af7bd9f5f6515ee9a4 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-dell300x-headers-4.15.0-1064/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1065 Description-md5: 51f0068e36b026ae6ad9873c3332f364 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-dell300x-headers-4.15.0-1065/debian.README.gz for details Package: linux-dell300x-headers-4.15.0-1067 Description-md5: 916532aa37bfd9f13ef24ac4f8848fdb 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-dell300x-headers-4.15.0-1067/debian.README.gz for details Package: linux-dell300x-tools-4.15.0-1006 Description-md5: 69b82b53612436d88c13f99bdec44a08 Description-en: Linux kernel version specific tools for version 4.15.0-1006 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-1006 on 64 bit x86. You probably want to install linux-tools-4.15.0-1006-<flavour>. Package: linux-dell300x-tools-4.15.0-1007 Description-md5: eeef7b40bc7fe8de20d0f2a3de65bed2 Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1007 on 64 bit x86. You probably want to install linux-tools-4.15.0-1007-<flavour>. Package: linux-dell300x-tools-4.15.0-1009 Description-md5: e4386d7648f8a27a6aedab729d7b6c1f Description-en: 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-<flavour>. Package: linux-dell300x-tools-4.15.0-1010 Description-md5: 4933ac3e66f6ee3c59733fe3ead879a5 Description-en: Linux kernel version specific tools for version 4.15.0-1010 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-1010 on 64 bit x86. You probably want to install linux-tools-4.15.0-1010-<flavour>. Package: linux-dell300x-tools-4.15.0-1011 Description-md5: 05a34584bb1732758c8af2c1a1636ce5 Description-en: Linux kernel version specific tools for version 4.15.0-1011 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-1011 on 64 bit x86. You probably want to install linux-tools-4.15.0-1011-<flavour>. Package: linux-dell300x-tools-4.15.0-1012 Description-md5: 5b407d04fb0008bcef89eb48596f53a5 Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1012 on 64 bit x86. You probably want to install linux-tools-4.15.0-1012-<flavour>. Package: linux-dell300x-tools-4.15.0-1013 Description-md5: e877e671086e10a6c5ff3d0398fe3572 Description-en: Linux kernel version specific tools for version 4.15.0-1013 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-1013 on 64 bit x86. You probably want to install linux-tools-4.15.0-1013-<flavour>. Package: linux-dell300x-tools-4.15.0-1015 Description-md5: 84972f0c8cf4bec5a25a319b669b0ced Description-en: Linux kernel version specific tools for version 4.15.0-1015 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-1015 on 64 bit x86. You probably want to install linux-tools-4.15.0-1015-<flavour>. Package: linux-dell300x-tools-4.15.0-1016 Description-md5: 760436eb717ab6168cb35f901c2002c4 Description-en: Linux kernel version specific tools for version 4.15.0-1016 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-1016 on 64 bit x86. You probably want to install linux-tools-4.15.0-1016-<flavour>. Package: linux-dell300x-tools-4.15.0-1017 Description-md5: c8beb5cba9b83d8aaef978beb94000a7 Description-en: Linux kernel version specific tools for version 4.15.0-1017 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-1017 on 64 bit x86. You probably want to install linux-tools-4.15.0-1017-<flavour>. Package: linux-dell300x-tools-4.15.0-1018 Description-md5: 6171ef7f3133e09a8c758795fc7b27be Description-en: Linux kernel version specific tools for version 4.15.0-1018 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-1018 on 64 bit x86. You probably want to install linux-tools-4.15.0-1018-<flavour>. Package: linux-dell300x-tools-4.15.0-1022 Description-md5: 33efc6ff474d3e8667024425cc570707 Description-en: Linux kernel version specific tools for version 4.15.0-1022 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-1022 on 64 bit x86. You probably want to install linux-tools-4.15.0-1022-<flavour>. Package: linux-dell300x-tools-4.15.0-1027 Description-md5: ed9ed7018d3d164d1ec5d81c1c1ad55a Description-en: Linux kernel version specific tools for version 4.15.0-1027 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-1027 on 64 bit x86. You probably want to install linux-tools-4.15.0-1027-<flavour>. Package: linux-dell300x-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-<flavour>. Package: linux-dell300x-tools-4.15.0-1029 Description-md5: 3cb68cf08ba30c1e8a11fee387b85707 Description-en: Linux kernel version specific tools for version 4.15.0-1029 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-1029 on 64 bit x86. You probably want to install linux-tools-4.15.0-1029-<flavour>. Package: linux-dell300x-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-<flavour>. Package: linux-dell300x-tools-4.15.0-1031 Description-md5: 22fc64c4d45c199c53e8f22009fdd21f Description-en: Linux kernel version specific tools for version 4.15.0-1031 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-1031 on 64 bit x86. You probably want to install linux-tools-4.15.0-1031-<flavour>. Package: linux-dell300x-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-<flavour>. Package: linux-dell300x-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-<flavour>. Package: linux-dell300x-tools-4.15.0-1035 Description-md5: 56965ff79c2ee95316670fdd3adf0245 Description-en: Linux kernel version specific tools for version 4.15.0-1035 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-1035 on 64 bit x86. You probably want to install linux-tools-4.15.0-1035-<flavour>. Package: linux-dell300x-tools-4.15.0-1037 Description-md5: 91ea88f621d82617476b031e2e0c4d72 Description-en: Linux kernel version specific tools for version 4.15.0-1037 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-1037 on 64 bit x86. You probably want to install linux-tools-4.15.0-1037-<flavour>. Package: linux-dell300x-tools-4.15.0-1038 Description-md5: 384db9ade8572314a82173c5b891b901 Description-en: Linux kernel version specific tools for version 4.15.0-1038 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-1038 on 64 bit x86. You probably want to install linux-tools-4.15.0-1038-<flavour>. Package: linux-dell300x-tools-4.15.0-1040 Description-md5: e4d4ab39fa140e523c785cffcf33e371 Description-en: Linux kernel version specific tools for version 4.15.0-1040 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-1040 on 64 bit x86. You probably want to install linux-tools-4.15.0-1040-<flavour>. Package: linux-dell300x-tools-4.15.0-1041 Description-md5: e4c8dbe214375f8f1294da41c36dfcc5 Description-en: Linux kernel version specific tools for version 4.15.0-1041 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-1041 on 64 bit x86. You probably want to install linux-tools-4.15.0-1041-<flavour>. Package: linux-dell300x-tools-4.15.0-1042 Description-md5: 4275ecfbed058485ba34895e829651a2 Description-en: Linux kernel version specific tools for version 4.15.0-1042 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-1042 on 64 bit x86. You probably want to install linux-tools-4.15.0-1042-<flavour>. Package: linux-dell300x-tools-4.15.0-1048 Description-md5: 8cc6cdf0054b4c7ba8ed2668aeb9e07f Description-en: Linux kernel version specific tools for version 4.15.0-1048 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-1048 on 64 bit x86. You probably want to install linux-tools-4.15.0-1048-<flavour>. Package: linux-dell300x-tools-4.15.0-1049 Description-md5: d4061be1754bcbe98d29d10098298bca Description-en: Linux kernel version specific tools for version 4.15.0-1049 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-1049 on 64 bit x86. You probably want to install linux-tools-4.15.0-1049-<flavour>. Package: linux-dell300x-tools-4.15.0-1051 Description-md5: 1f42e359eab6a18741dca3b2972f9590 Description-en: Linux kernel version specific tools for version 4.15.0-1051 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-1051 on 64 bit x86. You probably want to install linux-tools-4.15.0-1051-<flavour>. Package: linux-dell300x-tools-4.15.0-1052 Description-md5: 135bad13ce1f6255837d54671a8bcb7c Description-en: Linux kernel version specific tools for version 4.15.0-1052 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-1052 on 64 bit x86. You probably want to install linux-tools-4.15.0-1052-<flavour>. Package: linux-dell300x-tools-4.15.0-1053 Description-md5: 4d9a790fff0b91c1638a65c268ffcd16 Description-en: Linux kernel version specific tools for version 4.15.0-1053 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-1053 on 64 bit x86. You probably want to install linux-tools-4.15.0-1053-<flavour>. Package: linux-dell300x-tools-4.15.0-1054 Description-md5: abe373a5ccaa587c324be330bcb016de Description-en: Linux kernel version specific tools for version 4.15.0-1054 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-1054 on 64 bit x86. You probably want to install linux-tools-4.15.0-1054-<flavour>. Package: linux-dell300x-tools-4.15.0-1055 Description-md5: 5211e40fd52695d1fdccbbb4abbfd235 Description-en: Linux kernel version specific tools for version 4.15.0-1055 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-1055 on 64 bit x86. You probably want to install linux-tools-4.15.0-1055-<flavour>. Package: linux-dell300x-tools-4.15.0-1057 Description-md5: 4a5d4e65b53fea3cd97fcabf7afa4348 Description-en: Linux kernel version specific tools for version 4.15.0-1057 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-1057 on 64 bit x86. You probably want to install linux-tools-4.15.0-1057-<flavour>. Package: linux-dell300x-tools-4.15.0-1058 Description-md5: f1e09c686753e8aa26bf9d1f580e1a87 Description-en: Linux kernel version specific tools for version 4.15.0-1058 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-1058 on 64 bit x86. You probably want to install linux-tools-4.15.0-1058-<flavour>. Package: linux-dell300x-tools-4.15.0-1060 Description-md5: dc377d50ed2d4088af6e95cc830c8a7d Description-en: Linux kernel version specific tools for version 4.15.0-1060 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-1060 on 64 bit x86. You probably want to install linux-tools-4.15.0-1060-<flavour>. Package: linux-dell300x-tools-4.15.0-1061 Description-md5: 8f88dae8af786828f7ccc2f951b3984e Description-en: Linux kernel version specific tools for version 4.15.0-1061 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-1061 on 64 bit x86. You probably want to install linux-tools-4.15.0-1061-<flavour>. Package: linux-dell300x-tools-4.15.0-1062 Description-md5: 404608caafe014d9d982b4941e192689 Description-en: Linux kernel version specific tools for version 4.15.0-1062 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-1062 on 64 bit x86. You probably want to install linux-tools-4.15.0-1062-<flavour>. Package: linux-dell300x-tools-4.15.0-1063 Description-md5: e5afbbb3c3e3ff835a5a0fcc95a6b39f Description-en: Linux kernel version specific tools for version 4.15.0-1063 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-1063 on 64 bit x86. You probably want to install linux-tools-4.15.0-1063-<flavour>. Package: linux-dell300x-tools-4.15.0-1064 Description-md5: 355f6901187f8e931b57203c1318f96d Description-en: Linux kernel version specific tools for version 4.15.0-1064 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-1064 on 64 bit x86. You probably want to install linux-tools-4.15.0-1064-<flavour>. Package: linux-dell300x-tools-4.15.0-1065 Description-md5: 7976d830a345608cde675c4f9e56ee42 Description-en: Linux kernel version specific tools for version 4.15.0-1065 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-1065 on 64 bit x86. You probably want to install linux-tools-4.15.0-1065-<flavour>. Package: linux-dell300x-tools-4.15.0-1067 Description-md5: 74fc471c9d1d72c7d725a9d890375637 Description-en: Linux kernel version specific tools for version 4.15.0-1067 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-1067 on 64 bit x86. You probably want to install linux-tools-4.15.0-1067-<flavour>. Package: linux-gcp-4.15-headers-4.15.0-1071 Description-md5: 968f49ed65cb293c491eaca2654a2f1e 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-4.15-headers-4.15.0-1071/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1077 Description-md5: 0df9f746e71e9ad6b8c108fdff36568f 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-4.15-headers-4.15.0-1077/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1078 Description-md5: f50419daa0e2a5e7f7e3cf9e7eb86dce 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-4.15-headers-4.15.0-1078/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1080 Description-md5: fd04bf5ddf3320823f3037d51ce402e8 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-4.15-headers-4.15.0-1080/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1081 Description-md5: d962001a198574cb0bfaf38f7c53594b 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-4.15-headers-4.15.0-1081/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1083 Description-md5: f1f3585556cab4b3836e4d2b386d2cf9 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-4.15-headers-4.15.0-1083/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1084 Description-md5: ae8f0f34971ba360fce3d0e4990e99b6 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-4.15-headers-4.15.0-1084/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1086 Description-md5: a2abe9794cabfe736c2a26c4b4869f7b 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-4.15-headers-4.15.0-1086/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1087 Description-md5: 3e32578cf2df5d3b194d4df656e8409f 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-4.15-headers-4.15.0-1087/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1090 Description-md5: 4e4c407c90946c8b52a4ac20c153b988 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-4.15-headers-4.15.0-1090/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1091 Description-md5: 96fdb75acba354f422dcc3c2329c6741 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-4.15-headers-4.15.0-1091/debian.README.gz for details Package: linux-gcp-4.15-headers-4.15.0-1092 Description-md5: 5ecc0a24209191af659a6e76447ee492 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-4.15-headers-4.15.0-1092/debian.README.gz for details Package: linux-gcp-4.15-tools-4.15.0-1071 Description-md5: a17e7af651fcc3df632a0c8a02aa890b Description-en: Linux kernel version specific tools for version 4.15.0-1071 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-1071 on 64 bit x86. You probably want to install linux-tools-4.15.0-1071-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1077 Description-md5: 50fb734444355a8f42cb06236f30e103 Description-en: Linux kernel version specific tools for version 4.15.0-1077 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-1077 on 64 bit x86. You probably want to install linux-tools-4.15.0-1077-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1078 Description-md5: 46f7897f890799d5b75277d75cb34126 Description-en: Linux kernel version specific tools for version 4.15.0-1078 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-1078 on 64 bit x86. You probably want to install linux-tools-4.15.0-1078-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1080 Description-md5: 9e382c3cf57c78d56e158f242251bf7f Description-en: Linux kernel version specific tools for version 4.15.0-1080 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-1080 on 64 bit x86. You probably want to install linux-tools-4.15.0-1080-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1081 Description-md5: a3f2b7ddd4b7495344c2bfd650ee8154 Description-en: Linux kernel version specific tools for version 4.15.0-1081 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-1081 on 64 bit x86. You probably want to install linux-tools-4.15.0-1081-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1083 Description-md5: 7604f7617680ffd70427e1b2437932ea Description-en: Linux kernel version specific tools for version 4.15.0-1083 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-1083 on 64 bit x86. You probably want to install linux-tools-4.15.0-1083-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1084 Description-md5: 4d8f2a1816ece228a8204781fe3769a0 Description-en: Linux kernel version specific tools for version 4.15.0-1084 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-1084 on 64 bit x86. You probably want to install linux-tools-4.15.0-1084-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1086 Description-md5: 630937a55446c2b6145fabf443efe498 Description-en: Linux kernel version specific tools for version 4.15.0-1086 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-1086 on 64 bit x86. You probably want to install linux-tools-4.15.0-1086-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1087 Description-md5: fe722f58c31a527ee7fada41eb99eca5 Description-en: Linux kernel version specific tools for version 4.15.0-1087 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-1087 on 64 bit x86. You probably want to install linux-tools-4.15.0-1087-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1090 Description-md5: c6b4ab0d2922959c25f4b122b401b9b3 Description-en: Linux kernel version specific tools for version 4.15.0-1090 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-1090 on 64 bit x86. You probably want to install linux-tools-4.15.0-1090-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1091 Description-md5: 94ff8d9aa612e29d095c4498cf8e3690 Description-en: Linux kernel version specific tools for version 4.15.0-1091 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-1091 on 64 bit x86. You probably want to install linux-tools-4.15.0-1091-<flavour>. Package: linux-gcp-4.15-tools-4.15.0-1092 Description-md5: c320cbe107a8e554033e90e2ff50e6ad Description-en: Linux kernel version specific tools for version 4.15.0-1092 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-1092 on 64 bit x86. You probably want to install linux-tools-4.15.0-1092-<flavour>. Package: linux-gke-5.0 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-gke-5.0-headers-5.0.0-1015 Description-md5: 822cc474f1016cfff8bc93d8df536305 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1015/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1017 Description-md5: 3f87edf921d2c7c08a176b983ef989d1 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1017/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1020 Description-md5: 471a92a35e666eafa471ebdb589792de Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1020/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1022 Description-md5: 29e9198f73a558b39177939ecfcecfa4 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1022/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1023 Description-md5: 7e2c84529adb69105ff9c7a9b6f57413 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1023/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1025 Description-md5: 4c72bf57e63604b93db93f71e677bcee Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1025/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1026 Description-md5: 7f5b09171795ba8913307675a17ce803 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1026/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1027 Description-md5: 07b650dc43bc8ace39e5f952543fa46e Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1027/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1029 Description-md5: d72845c2a58d8ec2f102802ec6c1144d Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1029/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1030 Description-md5: e316796dff8abef133d6fae1d80f558e Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1030/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1032 Description-md5: b6ab6d874428247a4930ee57cea31046 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1032/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1033 Description-md5: 9ed69317e3c2c26a1f0596110b64693e Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1033/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1035 Description-md5: d80a8613ca1a19fbf968c24d460a702d Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1035/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1037 Description-md5: 6a5e5c17146b2725e84379b0c7005937 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1037/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1042 Description-md5: 9eaec4ba3d8a2bfb4883b09fd45cd402 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1042/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1043 Description-md5: 4de0285b62fca041cf2f25ecb4b63fa0 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1043/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1045 Description-md5: a1990a972f22d8b2124aa34c4bb678d8 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1045/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1046 Description-md5: 211f300bf56eccd6a700e26825741113 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1046/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1047 Description-md5: 147c1746603c4d8e6335f66b6322f223 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1047/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1049 Description-md5: 0ea5fd092366a40d768bf0992b42e011 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1049/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1050 Description-md5: 03ce498f11ee6d90bbed795f252fd55f Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1050/debian.README.gz for details Package: linux-gke-5.0-headers-5.0.0-1051 Description-md5: 93cd8891bf18aa68333bea30a98495eb Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.0-headers-5.0.0-1051/debian.README.gz for details Package: linux-gke-5.0-tools-5.0.0-1015 Description-md5: 2a2e7d50f213597d16b202a1eae1b3fc Description-en: Linux kernel version specific tools for version 5.0.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1015 on 64 bit x86. You probably want to install linux-tools-5.0.0-1015-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1017 Description-md5: decd160073ded00e069da40db431c6d1 Description-en: Linux kernel version specific tools for version 5.0.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1017 on 64 bit x86. You probably want to install linux-tools-5.0.0-1017-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1020 Description-md5: 034e4cd13c0b813e52cba90ab5bc8c39 Description-en: Linux kernel version specific tools for version 5.0.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1020 on 64 bit x86. You probably want to install linux-tools-5.0.0-1020-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1022 Description-md5: 310619e0edb88489ad0352fd9f3bf850 Description-en: Linux kernel version specific tools for version 5.0.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1022 on 64 bit x86. You probably want to install linux-tools-5.0.0-1022-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1023 Description-md5: a49a6a277607402c98813cea6fe630e5 Description-en: Linux kernel version specific tools for version 5.0.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1023 on 64 bit x86. You probably want to install linux-tools-5.0.0-1023-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1025 Description-md5: e0765bb3909cbc17e915d80d0ccd4598 Description-en: Linux kernel version specific tools for version 5.0.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1025 on 64 bit x86. You probably want to install linux-tools-5.0.0-1025-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1026 Description-md5: fdd5ca5acc623e514aae5e2251055e50 Description-en: Linux kernel version specific tools for version 5.0.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1026 on 64 bit x86. You probably want to install linux-tools-5.0.0-1026-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1027 Description-md5: 478637576e1c4a2c425c0cda054e0b1a Description-en: Linux kernel version specific tools for version 5.0.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1027 on 64 bit x86. You probably want to install linux-tools-5.0.0-1027-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1029 Description-md5: 97eb54df0c68a240ea5250a56b9c7573 Description-en: Linux kernel version specific tools for version 5.0.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1029 on 64 bit x86. You probably want to install linux-tools-5.0.0-1029-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1030 Description-md5: 39716afb5233c4f52a31c224ee6757e3 Description-en: Linux kernel version specific tools for version 5.0.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1030 on 64 bit x86. You probably want to install linux-tools-5.0.0-1030-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1032 Description-md5: a311b84769ea45f87b898d86487f57be Description-en: Linux kernel version specific tools for version 5.0.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1032 on 64 bit x86. You probably want to install linux-tools-5.0.0-1032-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1033 Description-md5: fa0063ffebc4f9b95aaaffd7b700fb21 Description-en: Linux kernel version specific tools for version 5.0.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1033 on 64 bit x86. You probably want to install linux-tools-5.0.0-1033-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1035 Description-md5: 6099e4b9996119f09729185a6dc491b8 Description-en: Linux kernel version specific tools for version 5.0.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1035 on 64 bit x86. You probably want to install linux-tools-5.0.0-1035-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1037 Description-md5: 201e0ca95def6014c278613ca7cd88b8 Description-en: Linux kernel version specific tools for version 5.0.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1037 on 64 bit x86. You probably want to install linux-tools-5.0.0-1037-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1042 Description-md5: 6af02564c3c5d9ec104d1eedee621f49 Description-en: Linux kernel version specific tools for version 5.0.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1042 on 64 bit x86. You probably want to install linux-tools-5.0.0-1042-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1043 Description-md5: 5152316e282e735797241683abe9fc1c Description-en: Linux kernel version specific tools for version 5.0.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1043 on 64 bit x86. You probably want to install linux-tools-5.0.0-1043-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1045 Description-md5: ca0e5fbf08b278dae9c0050bc22ba9a7 Description-en: Linux kernel version specific tools for version 5.0.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1045 on 64 bit x86. You probably want to install linux-tools-5.0.0-1045-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1046 Description-md5: d64c575102e9692184e632d583f79cce Description-en: Linux kernel version specific tools for version 5.0.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1046 on 64 bit x86. You probably want to install linux-tools-5.0.0-1046-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1047 Description-md5: cfe4d3e3ca17424749a5671e612193a1 Description-en: Linux kernel version specific tools for version 5.0.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1047 on 64 bit x86. You probably want to install linux-tools-5.0.0-1047-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1049 Description-md5: 69b302671c53c4dcd36574d6249384a3 Description-en: Linux kernel version specific tools for version 5.0.0-1049 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1049 on 64 bit x86. You probably want to install linux-tools-5.0.0-1049-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1050 Description-md5: e8d51b6b65b586dc7611944af4be2567 Description-en: Linux kernel version specific tools for version 5.0.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1050 on 64 bit x86. You probably want to install linux-tools-5.0.0-1050-<flavour>. Package: linux-gke-5.0-tools-5.0.0-1051 Description-md5: 5b65fd7f70268a72b8527e25f54edc5d Description-en: Linux kernel version specific tools for version 5.0.0-1051 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1051 on 64 bit x86. You probably want to install linux-tools-5.0.0-1051-<flavour>. Package: linux-gke-5.3 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-gke-5.3-headers-5.3.0-1012 Description-md5: ecb74a5f54909e0697b3dd387ad6d9e6 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1012/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1014 Description-md5: e9821a11e9c7d7290cbe70fbe84767ca Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1014/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1016 Description-md5: 1291141324e1c30aa705577aa532a0f2 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1016/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1017 Description-md5: 5f9e3c42d35f045e14f6f2044faa1878 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1017/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1018 Description-md5: c4f3f99beebbe2c80f93cca918ac788c Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1018/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1020 Description-md5: b7fc2ca38a108791c6484dbc6c8f51d3 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1020/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1026 Description-md5: 2462e053aa9e34bc7d9c7e92120de3a8 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1026/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1030 Description-md5: 2a40dd0322decd08b04ad473cd1593f3 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1030/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1032 Description-md5: 4db7974bb50db3613060fda2e1594056 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1032/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1033 Description-md5: f3698e6b4fcb01dd44dc82b9cca87567 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1033/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1034 Description-md5: 2a9ba59ea7d0d9b22a49d934d3144d4f Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1034/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1036 Description-md5: c56ccded803a69a6b07be4db42052197 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1036/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1038 Description-md5: fc3a9fa672276475e37f11e093e345fb Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1038/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1039 Description-md5: 37a27ef1e336437f582618ff12248b26 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1039/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1040 Description-md5: fac688f9ba27f09c7894537941d2e5cf Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1040/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1041 Description-md5: 0a0b4bfffcbb6484b26d9f3adf0ef578 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1041/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1042 Description-md5: 2ec118603bf401a19301d358c1d37680 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1042/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1043 Description-md5: 3bd66dec6613039abca7032b31d28301 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1043/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1044 Description-md5: d45c4c8e7d99f026b714c9196d65a333 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1044/debian.README.gz for details Package: linux-gke-5.3-headers-5.3.0-1045 Description-md5: a9584f9f6d0a88b1db8f2ff1609b68b1 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-gke-5.3-headers-5.3.0-1045/debian.README.gz for details Package: linux-gke-5.3-tools-5.3.0-1012 Description-md5: 7e51a800df4e01b2c916595b872fcfa6 Description-en: Linux kernel version specific tools for version 5.3.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1012 on 64 bit x86. You probably want to install linux-tools-5.3.0-1012-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1014 Description-md5: 51cc875ecc4ec6e88ef204bc26ae34f5 Description-en: Linux kernel version specific tools for version 5.3.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1014 on 64 bit x86. You probably want to install linux-tools-5.3.0-1014-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1016 Description-md5: 835f1d6e81cdf5ed55c282f43d8bc500 Description-en: Linux kernel version specific tools for version 5.3.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1016 on 64 bit x86. You probably want to install linux-tools-5.3.0-1016-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1017 Description-md5: c0e62a3a6596049f4488d0dab3cbf6bd Description-en: Linux kernel version specific tools for version 5.3.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1017 on 64 bit x86. You probably want to install linux-tools-5.3.0-1017-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1018 Description-md5: 414dcd1ea814ace77f4d101e7b0d3565 Description-en: Linux kernel version specific tools for version 5.3.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1018 on 64 bit x86. You probably want to install linux-tools-5.3.0-1018-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1020 Description-md5: 6054491c55dc238e9dbda7263ec54e0a Description-en: Linux kernel version specific tools for version 5.3.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1020 on 64 bit x86. You probably want to install linux-tools-5.3.0-1020-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1026 Description-md5: 7d0a0d26638e123b13bf31bfd374dc60 Description-en: Linux kernel version specific tools for version 5.3.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1026 on 64 bit x86. You probably want to install linux-tools-5.3.0-1026-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1030 Description-md5: d8afb7bf06acbf546f808f24b3807f59 Description-en: Linux kernel version specific tools for version 5.3.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1030 on 64 bit x86. You probably want to install linux-tools-5.3.0-1030-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1032 Description-md5: b385f7471d38cc2573dd1051af220660 Description-en: Linux kernel version specific tools for version 5.3.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1032 on 64 bit x86. You probably want to install linux-tools-5.3.0-1032-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1033 Description-md5: 0ee883213949015506324e5c1b070b16 Description-en: Linux kernel version specific tools for version 5.3.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1033 on 64 bit x86. You probably want to install linux-tools-5.3.0-1033-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1034 Description-md5: 6098ddf96cbff48b9a2a745f665c6358 Description-en: Linux kernel version specific tools for version 5.3.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1034 on 64 bit x86. You probably want to install linux-tools-5.3.0-1034-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1036 Description-md5: f2cb4518ccf3fc7d01400ef7187c243c Description-en: Linux kernel version specific tools for version 5.3.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1036 on 64 bit x86. You probably want to install linux-tools-5.3.0-1036-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1038 Description-md5: 4d8ee76db90d486c0b14d3744c19b721 Description-en: Linux kernel version specific tools for version 5.3.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1038 on 64 bit x86. You probably want to install linux-tools-5.3.0-1038-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1039 Description-md5: a331c25c5460ba8b86d706f929248f61 Description-en: Linux kernel version specific tools for version 5.3.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1039 on 64 bit x86. You probably want to install linux-tools-5.3.0-1039-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1040 Description-md5: 1717f6f7f318d33c1204e23dc4108785 Description-en: Linux kernel version specific tools for version 5.3.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1040 on 64 bit x86. You probably want to install linux-tools-5.3.0-1040-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1041 Description-md5: b8b77d620f1bf06848db0eb5ab201818 Description-en: Linux kernel version specific tools for version 5.3.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1041 on 64 bit x86. You probably want to install linux-tools-5.3.0-1041-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1042 Description-md5: b5d8428046c45537ddcb91279e233712 Description-en: Linux kernel version specific tools for version 5.3.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1042 on 64 bit x86. You probably want to install linux-tools-5.3.0-1042-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1043 Description-md5: ba83b2acacc48bef655274d46111939c Description-en: Linux kernel version specific tools for version 5.3.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1043 on 64 bit x86. You probably want to install linux-tools-5.3.0-1043-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1044 Description-md5: c4213b73f57c0030f305434a2d7108e6 Description-en: Linux kernel version specific tools for version 5.3.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1044 on 64 bit x86. You probably want to install linux-tools-5.3.0-1044-<flavour>. Package: linux-gke-5.3-tools-5.3.0-1045 Description-md5: 0ddb03b301709959e665d577e6d898a1 Description-en: Linux kernel version specific tools for version 5.3.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1045 on 64 bit x86. You probably want to install linux-tools-5.3.0-1045-<flavour>. Package: linux-headers-4.15.0-1006-dell300x Description-md5: 23520e7aa15a0cdb547261e9ca037526 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-1006/debian.README.gz for details. Package: linux-headers-4.15.0-1007-dell300x Description-md5: 0c601cae412486a01c87a12f27dc408a 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-1007/debian.README.gz for details. Package: linux-headers-4.15.0-1009-dell300x Description-md5: 7672249c086e70fd2f90b70ecc65a4a8 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-1009/debian.README.gz for details. Package: linux-headers-4.15.0-1010-dell300x Description-md5: 7976d9940464e673146bcbc972e9eedf 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-1010/debian.README.gz for details. Package: linux-headers-4.15.0-1011-dell300x Description-md5: de3e282d76231e6728182533ffd7bfdb 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-1011/debian.README.gz for details. Package: linux-headers-4.15.0-1012-dell300x Description-md5: 62e4171d2157a854f5890108fa879620 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-1012/debian.README.gz for details. Package: linux-headers-4.15.0-1013-dell300x Description-md5: 848f0e3315fec6b86ed77e201cb64586 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-1013/debian.README.gz for details. Package: linux-headers-4.15.0-1015-dell300x Description-md5: a57571ceeec645963bf57032d05d8ea3 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-1015/debian.README.gz for details. Package: linux-headers-4.15.0-1016-dell300x Description-md5: 37753341c75a4bc070ac22cc1a91974d 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-1016/debian.README.gz for details. Package: linux-headers-4.15.0-1017-dell300x Description-md5: 75ec83811a6c708127013d4fe9d4954b 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-1017/debian.README.gz for details. Package: linux-headers-4.15.0-1018-dell300x Description-md5: f87a11117ff8f9f1e6e9dfb78d4208d0 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-1018/debian.README.gz for details. Package: linux-headers-4.15.0-1022-dell300x Description-md5: 0a6c8b1889009da0b915293aa2bde14e 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-1022/debian.README.gz for details. Package: linux-headers-4.15.0-1027-dell300x Description-md5: dd54316915c1f044b9b4ef1b399f1d11 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-1027/debian.README.gz for details. Package: linux-headers-4.15.0-1028-dell300x 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-1029-dell300x Description-md5: a321b26bcdcd413feaf3bef3a2b9c706 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-1029/debian.README.gz for details. Package: linux-headers-4.15.0-1030-dell300x 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-1031-dell300x Description-md5: 7efb225ded3e8e647f6e8345d2375d94 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-1031/debian.README.gz for details. Package: linux-headers-4.15.0-1033-dell300x 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-dell300x 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-1035-dell300x Description-md5: 21991400297dd71b251c1187a95dd549 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-1035/debian.README.gz for details. Package: linux-headers-4.15.0-1037-dell300x Description-md5: 093c92c9851d188a2a3657fb3fc5769a 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-1037/debian.README.gz for details. Package: linux-headers-4.15.0-1038-dell300x Description-md5: a66d8bf19c38c10f0a221364bcda7d09 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-1038/debian.README.gz for details. Package: linux-headers-4.15.0-1040-dell300x Description-md5: f0fb55e90e786e879368877ae6785d6c 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-1040/debian.README.gz for details. Package: linux-headers-4.15.0-1041-dell300x Description-md5: 61479cc652d8166cc097637c93c88850 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-1041/debian.README.gz for details. Package: linux-headers-4.15.0-1042-dell300x Description-md5: 5bf8be7f958d09648b37ada0c9914352 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-1042/debian.README.gz for details. Package: linux-headers-4.15.0-1048-dell300x Description-md5: 09c482a3f0f87d61f95f4821ff8ae529 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-1048/debian.README.gz for details. Package: linux-headers-4.15.0-1049-dell300x Description-md5: 8b67b1ad25f5744870d561d0a687cdb4 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-1049/debian.README.gz for details. Package: linux-headers-4.15.0-1051-dell300x Description-md5: be03862788912bf9fca73a842aeec94a 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-1051/debian.README.gz for details. Package: linux-headers-4.15.0-1052-dell300x Description-md5: 8b37c2faaac7b81255436ee97c7730ca 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-1052/debian.README.gz for details. Package: linux-headers-4.15.0-1053-dell300x Description-md5: 28c4e2aab08abb2d4c895c936f6d4b5a 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-1053/debian.README.gz for details. Package: linux-headers-4.15.0-1054-dell300x Description-md5: f4448e615a2d35b389780469be2e3c2a 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-1054/debian.README.gz for details. Package: linux-headers-4.15.0-1055-dell300x Description-md5: 5fa8b4705257a1905b3be8e3547a5889 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-1055/debian.README.gz for details. Package: linux-headers-4.15.0-1057-dell300x Description-md5: 5473be2a3044576121aae81bb3fe80e3 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-1057/debian.README.gz for details. Package: linux-headers-4.15.0-1058-dell300x Description-md5: 30b0ecca81e1ba9216a978ba6d2abf03 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-1058/debian.README.gz for details. Package: linux-headers-4.15.0-1060-dell300x Description-md5: afbb7dd3ec32dab1f53bb394278d0310 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-1060/debian.README.gz for details. Package: linux-headers-4.15.0-1061-dell300x Description-md5: c7abf7c4fd4e26340b39a5e8c39eacd1 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-1061/debian.README.gz for details. Package: linux-headers-4.15.0-1062-dell300x Description-md5: 6b0047a8c4d16b1c7f2ad64191c8bcdf 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-1062/debian.README.gz for details. Package: linux-headers-4.15.0-1063-dell300x Description-md5: ffd16585235bcfac5cd88595c31777b3 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-1063/debian.README.gz for details. Package: linux-headers-4.15.0-1064-dell300x Description-md5: ebc5b6258c8ebb3cd5d7bdfaedbb4f54 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-1064/debian.README.gz for details. Package: linux-headers-4.15.0-1065-dell300x Description-md5: 80ffaab040569ba3bf6b05e5ab184404 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-1065/debian.README.gz for details. Package: linux-headers-4.15.0-1067-dell300x Description-md5: 9e3a227f0795ccbddddec297db0d422a 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-1067/debian.README.gz for details. Package: linux-headers-4.15.0-1071-gcp Description-md5: 22bd19400c0db99cda3688f16b24f4d9 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-1071/debian.README.gz for details. Package: linux-headers-4.15.0-1077-gcp Description-md5: ac2afd4585489972c7818b685d489038 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-1077/debian.README.gz for details. Package: linux-headers-4.15.0-1078-gcp Description-md5: b72da70f64393bd2603aafbe889e0727 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-1078/debian.README.gz for details. Package: linux-headers-4.15.0-1080-gcp Description-md5: 1828df3457793ab3ae6862446080a069 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-1080/debian.README.gz for details. Package: linux-headers-4.15.0-1081-gcp Description-md5: db56c3ebbcd27c9cbd63aa667f64069b 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-1081/debian.README.gz for details. Package: linux-headers-4.15.0-1083-gcp Description-md5: 25a5a021d4f1a4e821a33eb3e4191900 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-1083/debian.README.gz for details. Package: linux-headers-4.15.0-1084-gcp Description-md5: 1aa555a4ba8bf80b8d02297cd00b9089 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-1084/debian.README.gz for details. Package: linux-headers-4.15.0-1086-gcp Description-md5: 7fc537e5ff925db55630dbe6d1e72c03 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-1086/debian.README.gz for details. Package: linux-headers-4.15.0-1087-gcp Description-md5: 8eca18b04350eb2ca1dcf553f583fd8f 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-1087/debian.README.gz for details. Package: linux-headers-4.15.0-1090-gcp Description-md5: 62aa65b194bf19c85eb80c9aef3d5850 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-1090/debian.README.gz for details. Package: linux-headers-4.15.0-1091-gcp Description-md5: 8dbe7e516dc23d1f788e187a11dd4ea9 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-1091/debian.README.gz for details. Package: linux-headers-4.15.0-1092-gcp Description-md5: 71009e6c35165eea7f83d525c428a03d 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-1092/debian.README.gz for details. Package: linux-headers-4.18.0-1006-aws Description-md5: 0cdce1ff2c30124f545efbea85ff6d8d 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-1006/debian.README.gz for details. Package: linux-headers-4.18.0-1007-aws 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-1008-aws Description-md5: 8f7d7e445c2ac009b4909f253ab9e01d 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-1008/debian.README.gz for details. Package: linux-headers-4.18.0-1011-aws Description-md5: b386ff5b23c08a72c6fbe3639338566f 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-1011/debian.README.gz for details. Package: linux-headers-4.18.0-1012-aws 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-1016-aws Description-md5: bb9ec9d341bccee007e90fa4475038ca 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-1016/debian.README.gz for details. Package: linux-headers-4.18.0-1017-aws Description-md5: 1639b3cf6b1690102cc77ed8971fdf0d 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-1017/debian.README.gz for details. Package: linux-headers-4.18.0-1018-aws Description-md5: 8b5dc9adcc031079321c91566e0632d1 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-1018/debian.README.gz for details. Package: linux-headers-4.18.0-1020-aws Description-md5: 34c8dd8597ba95cfdabf937aa44c4073 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-1020/debian.README.gz for details. Package: linux-headers-5.0.0-1011-aws Description-md5: 9735c6535791a1e63faaaa3446b2449c Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1011/debian.README.gz for details. Package: linux-headers-5.0.0-1012-aws Description-md5: 89992ce6a99970b9a668d7decbdec239 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1012/debian.README.gz for details. Package: linux-headers-5.0.0-1014-aws Description-md5: 82e4ebf1606fa20c09ea9d08fe03551d Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1014/debian.README.gz for details. Package: linux-headers-5.0.0-1015-gke Description-md5: 1011b2535006141fcd9452a6e0b8fe8b Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1015/debian.README.gz for details. Package: linux-headers-5.0.0-1016-aws Description-md5: f282dfa2360e7000afede6cbafcc9948 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1016/debian.README.gz for details. Package: linux-headers-5.0.0-1017-gke Description-md5: 9ee3dfa76c1aae2071a75394d8748c6d Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1017/debian.README.gz for details. Package: linux-headers-5.0.0-1018-aws Description-md5: b9e592516be5c05b9615a516bb5eca63 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1018/debian.README.gz for details. Package: linux-headers-5.0.0-1018-oem-osp1 Description-md5: b9e592516be5c05b9615a516bb5eca63 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1018/debian.README.gz for details. Package: linux-headers-5.0.0-1019-aws Description-md5: 4e809ca28176c86d5e03a670cd6171f3 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1019/debian.README.gz for details. Package: linux-headers-5.0.0-1020-gke Description-md5: bd4c9edd8f696e514befb0bdd5bb11e7 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1020/debian.README.gz for details. Package: linux-headers-5.0.0-1020-oem-osp1 Description-md5: bd4c9edd8f696e514befb0bdd5bb11e7 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1020/debian.README.gz for details. Package: linux-headers-5.0.0-1022-gke Description-md5: 720fba300f4dc7de2fb9cc657642ef13 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1022/debian.README.gz for details. Package: linux-headers-5.0.0-1022-oem-osp1 Description-md5: 720fba300f4dc7de2fb9cc657642ef13 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1022/debian.README.gz for details. Package: linux-headers-5.0.0-1023-gke Description-md5: fbadb939387ea9104f020866d7d3b796 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1023/debian.README.gz for details. Package: linux-headers-5.0.0-1024-oem-osp1 Description-md5: 2336c006b9ca522f457f89ea46f6793d Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1024/debian.README.gz for details. Package: linux-headers-5.0.0-1025-gke Description-md5: b69ee2b9f5a2291b546463df13dc9f59 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1025/debian.README.gz for details. Package: linux-headers-5.0.0-1025-oem-osp1 Description-md5: b69ee2b9f5a2291b546463df13dc9f59 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1025/debian.README.gz for details. Package: linux-headers-5.0.0-1026-gke Description-md5: 38bafcf1c7ddea5846c747aa281ef9a0 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1026/debian.README.gz for details. Package: linux-headers-5.0.0-1027-gke Description-md5: a7f26cab27b935591cbac2158c3aa1d7 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1027/debian.README.gz for details. Package: linux-headers-5.0.0-1027-oem-osp1 Description-md5: a7f26cab27b935591cbac2158c3aa1d7 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1027/debian.README.gz for details. Package: linux-headers-5.0.0-1028-oem-osp1 Description-md5: e0647f4f4abfc29174d12364e97144ff Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1028/debian.README.gz for details. Package: linux-headers-5.0.0-1029-gke Description-md5: a8200d9f8d54be53c06bded14220e1b8 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1029/debian.README.gz for details. Package: linux-headers-5.0.0-1030-gke Description-md5: 150a8b3c049d31991c6c3e8aecb0fa8a Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1030/debian.README.gz for details. Package: linux-headers-5.0.0-1030-oem-osp1 Description-md5: 150a8b3c049d31991c6c3e8aecb0fa8a Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1030/debian.README.gz for details. Package: linux-headers-5.0.0-1032-gke Description-md5: e2dd177b0897f2c5a1569652036ec429 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1032/debian.README.gz for details. Package: linux-headers-5.0.0-1033-gke Description-md5: e108d3a0c0793d24383f1ffcdb7513c8 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1033/debian.README.gz for details. Package: linux-headers-5.0.0-1035-gke Description-md5: 889644410c990989c8ebec0dfbbedc8b Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1035/debian.README.gz for details. Package: linux-headers-5.0.0-1037-gke Description-md5: 58236e642a80097d4b2ece061f8cbb86 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1037/debian.README.gz for details. Package: linux-headers-5.0.0-1037-oem-osp1 Description-md5: 58236e642a80097d4b2ece061f8cbb86 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1037/debian.README.gz for details. Package: linux-headers-5.0.0-1039-oem-osp1 Description-md5: 79883e7e173e6eac6bb70e05693c5272 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1039/debian.README.gz for details. Package: linux-headers-5.0.0-1040-oem-osp1 Description-md5: fab9e1cb5007ebfd508a6173de7e57af Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1040/debian.README.gz for details. Package: linux-headers-5.0.0-1042-gke Description-md5: d3dbd89551d6e1a6ffbb75482f7a46fd Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1042/debian.README.gz for details. Package: linux-headers-5.0.0-1043-gke Description-md5: bd4e3518d0e18d24bb45344f8e8956d5 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1043/debian.README.gz for details. Package: linux-headers-5.0.0-1043-oem-osp1 Description-md5: bd4e3518d0e18d24bb45344f8e8956d5 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1043/debian.README.gz for details. Package: linux-headers-5.0.0-1045-gke Description-md5: 2a4914e55905d85a906ad84cdbefcc7d Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1045/debian.README.gz for details. Package: linux-headers-5.0.0-1046-gke Description-md5: eb492b8e2c0dcde389cde0a8660ac9f6 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1046/debian.README.gz for details. Package: linux-headers-5.0.0-1047-gke Description-md5: 8b04cde639cfd7e281fad4ca1a679610 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1047/debian.README.gz for details. Package: linux-headers-5.0.0-1047-oem-osp1 Description-md5: 8b04cde639cfd7e281fad4ca1a679610 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1047/debian.README.gz for details. Package: linux-headers-5.0.0-1049-gke Description-md5: 797e810eb47acb4542ecbaaa220cfcdd Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1049/debian.README.gz for details. Package: linux-headers-5.0.0-1050-gke Description-md5: 3a68912b76cacc04466c96de4c1f5496 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1050/debian.README.gz for details. Package: linux-headers-5.0.0-1050-oem-osp1 Description-md5: 3a68912b76cacc04466c96de4c1f5496 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1050/debian.README.gz for details. Package: linux-headers-5.0.0-1051-gke Description-md5: 59f172478c698c9c4a0286851d697c49 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1051/debian.README.gz for details. Package: linux-headers-5.0.0-1052-oem-osp1 Description-md5: 3a5c94bc7acfe25e0eb6ede766d36f56 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1052/debian.README.gz for details. Package: linux-headers-5.0.0-1059-oem-osp1 Description-md5: 4e73ff223594392880ee94f3e9723777 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1059/debian.README.gz for details. Package: linux-headers-5.0.0-1062-oem-osp1 Description-md5: 2f3fbdcfea46da68311c8bf1ffacde36 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1062/debian.README.gz for details. Package: linux-headers-5.0.0-1063-oem-osp1 Description-md5: f72c1c9e1095540bbff6811454f6150a Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1063/debian.README.gz for details. Package: linux-headers-5.0.0-1065-oem-osp1 Description-md5: fdb0410f38cdecf3b043f0831fb919b9 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1065/debian.README.gz for details. Package: linux-headers-5.0.0-1067-oem-osp1 Description-md5: 04aeb27b210ae54ae091caaca691c34e Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1067/debian.README.gz for details. Package: linux-headers-5.0.0-1068-oem-osp1 Description-md5: 91d60407c62dea2c2ba64d43c98bc8ae Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1068/debian.README.gz for details. Package: linux-headers-5.0.0-1069-oem-osp1 Description-md5: 964185599f07fb9858b4b89110a5b39d Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1069/debian.README.gz for details. Package: linux-headers-5.0.0-1070-oem-osp1 Description-md5: 6b08cd87fe091feaefbf8fbe24c5fa16 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1070/debian.README.gz for details. Package: linux-headers-5.0.0-1071-oem-osp1 Description-md5: 74c86ee0fa1b22b5d13efb04d7bb31f0 Description-en: Linux kernel headers for version 5.0.0 on 64 bit x86 SMP This package provides kernel header files for version 5.0.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1071/debian.README.gz for details. Package: linux-headers-5.3.0-1012-gke Description-md5: cda04c5fa364932420bc317f962263dd Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1012/debian.README.gz for details. Package: linux-headers-5.3.0-1014-gke Description-md5: d7488a07e0bcafb30c81bb91020deff3 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1014/debian.README.gz for details. Package: linux-headers-5.3.0-1016-gke Description-md5: cea4fb72b0f1676b898554a9621488bc Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1016/debian.README.gz for details. Package: linux-headers-5.3.0-1017-gke Description-md5: e4089a6a5974611d2d1f7b1ad050a83d Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1017/debian.README.gz for details. Package: linux-headers-5.3.0-1018-gke Description-md5: e843368e9bae2809d3cec3b8d786633d Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1018/debian.README.gz for details. Package: linux-headers-5.3.0-1020-gke Description-md5: ae80aeef5d33467fd6f1cff92e9e7544 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1020/debian.README.gz for details. Package: linux-headers-5.3.0-1026-gke Description-md5: 4e1b5f21a14bd98479bef3250b1a8366 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1026/debian.README.gz for details. Package: linux-headers-5.3.0-1030-gke Description-md5: 30796b236cc1dec11e5eff430cae49e5 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1030/debian.README.gz for details. Package: linux-headers-5.3.0-1032-gke Description-md5: 601736a977131bd354eb469ce104efeb Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1032/debian.README.gz for details. Package: linux-headers-5.3.0-1033-gke Description-md5: 048ba5bf1a3c8b4cc5e58362a565a560 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1033/debian.README.gz for details. Package: linux-headers-5.3.0-1034-gke Description-md5: a285a004a1857522db394b78666c824e Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1034/debian.README.gz for details. Package: linux-headers-5.3.0-1036-gke Description-md5: fca80af18f26935832a86f77c9dad492 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1036/debian.README.gz for details. Package: linux-headers-5.3.0-1038-gke Description-md5: 2b33583b033a2b20c70fc7c790330348 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1038/debian.README.gz for details. Package: linux-headers-5.3.0-1039-gke Description-md5: 63b953c2835dd0c3932c3d6ba2f1437a Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1039/debian.README.gz for details. Package: linux-headers-5.3.0-1040-gke Description-md5: 4da535dcfe6d3be5abdd44af057c0808 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1040/debian.README.gz for details. Package: linux-headers-5.3.0-1041-gke Description-md5: 5b1b7846dd64a320a9c1463639215056 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1041/debian.README.gz for details. Package: linux-headers-5.3.0-1042-gke Description-md5: 9e20d94f64f80bd0c30092c323ce14c6 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1042/debian.README.gz for details. Package: linux-headers-5.3.0-1043-gke Description-md5: 2991313e0773eac3c027f9afb0e10007 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1043/debian.README.gz for details. Package: linux-headers-5.3.0-1044-gke Description-md5: ea944fd4002d7b6ce00501737c223e57 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1044/debian.README.gz for details. Package: linux-headers-5.3.0-1045-gke Description-md5: 87fb2290ffe446e2e331a1a9bc3c4bf0 Description-en: Linux kernel headers for version 5.3.0 on 64 bit x86 SMP This package provides kernel header files for version 5.3.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1045/debian.README.gz for details. Package: linux-headers-5.4.0-1010-ibm Description-md5: ff7f086e4e62bfd398b964c8260a8f80 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1010/debian.README.gz for details. Package: linux-headers-5.4.0-1012-ibm Description-md5: ee973c52b0a7a49dd60e424bdeae5586 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1012/debian.README.gz for details. Package: linux-headers-5.4.0-1014-ibm Description-md5: 9ffc21706d9dc8748356536b3d1d941c Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1014/debian.README.gz for details. Package: linux-headers-5.4.0-1015-ibm Description-md5: b078e2748708060655871145c488a336 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1015/debian.README.gz for details. Package: linux-headers-5.4.0-1017-ibm Description-md5: 4e72c32bf1a3c7e526583452d333ae4d Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1017/debian.README.gz for details. Package: linux-headers-5.4.0-1018-ibm Description-md5: 444528b365c567ac9f8f8e4db9fa607c Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1018/debian.README.gz for details. Package: linux-headers-5.4.0-1019-ibm Description-md5: eccd8f8505de3f1dbbf95d0cf6ebd5af Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1019/debian.README.gz for details. Package: linux-headers-5.4.0-1020-ibm Description-md5: 29b6661d4db227975a212d6b9e3d3f4a Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1020/debian.README.gz for details. Package: linux-headers-5.4.0-1021-ibm Description-md5: 2c9674c71e2cd022bed88b24be35b173 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1021/debian.README.gz for details. Package: linux-headers-5.4.0-1023-ibm Description-md5: d7cccfa3189643aeac4dc6ab861e4584 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1023/debian.README.gz for details. Package: linux-headers-5.4.0-1026-ibm Description-md5: 902e897cebb1c4ce11468370ebf18a43 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1026/debian.README.gz for details. Package: linux-headers-5.4.0-1028-ibm Description-md5: d866c3a8bc2e0f67b032b0fc70f069a1 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1028/debian.README.gz for details. Package: linux-headers-5.4.0-1029-ibm Description-md5: fbcc0e4b31bf9619f46e89c2255f150b Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1029/debian.README.gz for details. Package: linux-headers-5.4.0-1031-ibm Description-md5: b91e49f056eae71383f62481fdea9925 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1031/debian.README.gz for details. Package: linux-headers-5.4.0-1032-ibm Description-md5: d2183b64995ff2f6595cb98d4e3d967e Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1032/debian.README.gz for details. Package: linux-headers-5.4.0-1033-ibm Description-md5: f338774840e194daf1c580c26025bb1e Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1033/debian.README.gz for details. Package: linux-headers-5.4.0-1034-ibm Description-md5: 630a58990c9ce0ca6caad3149a7f1c66 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1034/debian.README.gz for details. Package: linux-headers-5.4.0-1036-ibm Description-md5: 9694b7973eefe0566d2a7f9a8ca5bbe4 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1036/debian.README.gz for details. Package: linux-headers-5.4.0-1037-ibm Description-md5: 21ce46dcbdc49362653d60d73e2ca1fa Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1037/debian.README.gz for details. Package: linux-headers-5.4.0-1040-ibm Description-md5: ce42e487d60f286487b87848fb76faf3 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1040/debian.README.gz for details. Package: linux-headers-5.4.0-1041-ibm Description-md5: 24be671a1777ec83cdf83b7d68461d55 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1041/debian.README.gz for details. Package: linux-headers-5.4.0-1042-ibm Description-md5: 1d81d8882c9835d5b0a9896b6da2b75c Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1042/debian.README.gz for details. Package: linux-headers-5.4.0-1044-ibm Description-md5: 47ec0f56f967a52ee1f89c24ec237c41 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1044/debian.README.gz for details. Package: linux-headers-5.4.0-1045-ibm Description-md5: 4d4a5977c528b8004407f9584c172c74 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1045/debian.README.gz for details. Package: linux-headers-5.4.0-1046-ibm Description-md5: d709ba24f2d22c0129841284a601983a Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1046/debian.README.gz for details. Package: linux-headers-5.4.0-1047-ibm Description-md5: 4e93a9a2308eec37624699e9f0d0942c Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1047/debian.README.gz for details. Package: linux-headers-5.4.0-1048-ibm Description-md5: 89625032077e13cd075f7d33b3ceb75c Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1048/debian.README.gz for details. Package: linux-headers-5.4.0-1049-ibm Description-md5: 67fd75b81eed88f73455a41ada9d2691 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1049/debian.README.gz for details. Package: linux-headers-5.4.0-1050-ibm Description-md5: 73fc36cd62fdaf6768e29ed06a62d456 Description-en: Linux kernel headers for version 5.4.0 on 64 bit x86 SMP This package provides kernel header files for version 5.4.0 on 64 bit x86 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1050/debian.README.gz for details. Package: linux-headers-dell300x Description-md5: 91c1a593a793183a9c15616fcb1cab49 Description-en: Linux kernel headers for Dell Edge Gateway 300x systems. This package will always depend on the latest kernel headers available for Dell Edge Gateway 300x systems. Package: linux-headers-gke-5.0 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-gke-5.3 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-ibm Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) kernel headers available. Package: linux-headers-ibm-edge Description-md5: d72226dc43edcab5cbdac3a9f29093a4 Description-en: IBM Cloud Platform (ibm) Linux kernel headers This package will always depend on the latest IBM Cloud Platform (ibm) kernel headers available. Package: linux-ibm Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-ibm-5.4-cloud-tools-common Description-md5: 2c4af1c4a4f9a7d1c8b5d411c88a8808 Description-en: Linux kernel version specific cloud tools for version 5.4.0 This package provides the architecture independent parts for kernel version locked tools for cloud tools for version 5.4.0. Package: linux-ibm-5.4-headers-5.4.0-1010 Description-md5: 316f7660362fe5a381c92fae7c380c2c Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1010/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1012 Description-md5: 5e097d438fdaf77bc08a2452dc8f2e59 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1012/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1014 Description-md5: 3eff82288d16c86b518127c8c805a5b3 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1014/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1015 Description-md5: 32d545b988ba36be817cc94fb2a74ac6 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1015/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1017 Description-md5: afae3dd20e46813373f000698f3bab21 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1017/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1018 Description-md5: 17683fe4b26146574d16761ff0bf205f Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1018/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1019 Description-md5: a481f766cd669f12f68c355a2f7f240b Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1019/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1020 Description-md5: a9fcc55ae1c3c835d47c4dd39b27e99a Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1020/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1021 Description-md5: eed8df52cd18cec924f0b3aefa74d7a6 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1021/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1023 Description-md5: d021abe9cdff406fe4071587faf96c21 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1023/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1026 Description-md5: 50ef16fdeb74b0af0353b0f5ef98a4eb Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1026/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1028 Description-md5: 8ce6368e065aa8d57fa8138aca4ecd6a Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1028/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1029 Description-md5: 15b3418e36a26898941c0ed76e2d3327 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1029/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1031 Description-md5: 812266cafce80118984443e2cbc1796f Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1031/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1032 Description-md5: 0a7fc112c3c6e687ce9f3fa770fe0a72 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1032/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1033 Description-md5: 30adceffbf5c82af13a7bd38fd72d568 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1033/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1034 Description-md5: b1ba56d8aabbf4d47ec6124e0f54a94b Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1034/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1036 Description-md5: 84e86bdf4cefd7484162a7035e79ccd4 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1036/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1037 Description-md5: 61fd457a692244ffdec004b59dd171cb Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1037/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1040 Description-md5: 398327fd4fceb0416454cf4cc6ce150f Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1040/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1041 Description-md5: e8d04a20d7a9be9af761ac24cddd25c6 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1041/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1042 Description-md5: 2ce520be13c217c4e1d5e900d272f82f Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1042/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1044 Description-md5: 3f32e192d777241a47c8bc83041eed79 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1044/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1045 Description-md5: 60e90822d24f86e81b645675bae86208 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1045/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1046 Description-md5: 78bae85755584b8fdf266e9a9e7f2528 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1046/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1047 Description-md5: fd79c7874427bec1261489ba8164cb17 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1047/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1048 Description-md5: db30c8276961ccee87069eff36d7c8f1 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1048/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1049 Description-md5: 9282b2146fb0cc0c738765d88da063fa Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1049/debian.README.gz for details Package: linux-ibm-5.4-headers-5.4.0-1050 Description-md5: 497acd65de7f8ef36c2e347bae52af20 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-ibm-5.4-headers-5.4.0-1050/debian.README.gz for details Package: linux-ibm-5.4-source-5.4.0 Description-md5: 476ca09f4271c56c46b39b9a9b2abeed Description-en: Linux kernel source for version 5.4.0 with Ubuntu patches This package provides the source code for the Linux kernel version 5.4.0. . This package is mainly meant for other packages to use, in order to build custom flavours. . If you wish to use this package to create a custom Linux kernel, then it is suggested that you investigate the package kernel-package, which has been designed to ease the task of creating kernel image packages. . If you are simply trying to build third-party modules for your kernel, you do not want this package. Install the appropriate linux-ibm-5.4-headers package instead. Package: linux-ibm-5.4-tools-5.4.0-1010 Description-md5: dae15b65300da3b1f7db183534e19e98 Description-en: Linux kernel version specific tools for version 5.4.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1010 on 64 bit x86. You probably want to install linux-tools-5.4.0-1010-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1012 Description-md5: 82d6d3e77c2c5bc1195ae3a14f9a6dad Description-en: Linux kernel version specific tools for version 5.4.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1012 on 64 bit x86. You probably want to install linux-tools-5.4.0-1012-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1014 Description-md5: 6184fbd6574bbf29281a682a5b911deb Description-en: Linux kernel version specific tools for version 5.4.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1014 on 64 bit x86. You probably want to install linux-tools-5.4.0-1014-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1015 Description-md5: c25d1501f3d351fc2f3ee28dab3b6526 Description-en: Linux kernel version specific tools for version 5.4.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1015 on 64 bit x86. You probably want to install linux-tools-5.4.0-1015-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1017 Description-md5: ee0c907e4ca50d090d55ffc8aacd1d95 Description-en: Linux kernel version specific tools for version 5.4.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1017 on 64 bit x86. You probably want to install linux-tools-5.4.0-1017-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1018 Description-md5: 7f2f3223415b0598e79bdd82941d28eb Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on 64 bit x86. You probably want to install linux-tools-5.4.0-1018-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1019 Description-md5: 18d9087705783d92e0b33a3cf11436b3 Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on 64 bit x86. You probably want to install linux-tools-5.4.0-1019-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1020 Description-md5: a1a7ca2b3b8d238ba44155adb72fa6c9 Description-en: Linux kernel version specific tools for version 5.4.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1020 on 64 bit x86. You probably want to install linux-tools-5.4.0-1020-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1021 Description-md5: 8cd9a2e9f9057f7f0afd3449bea64a10 Description-en: Linux kernel version specific tools for version 5.4.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1021 on 64 bit x86. You probably want to install linux-tools-5.4.0-1021-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1023 Description-md5: 7393ea50c1e1427364f2e419754b1f1f Description-en: Linux kernel version specific tools for version 5.4.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1023 on 64 bit x86. You probably want to install linux-tools-5.4.0-1023-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1026 Description-md5: f56919e1b0c30405a3d16a8c96d29187 Description-en: Linux kernel version specific tools for version 5.4.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1026 on 64 bit x86. You probably want to install linux-tools-5.4.0-1026-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1028 Description-md5: 18901034118455ce28710db4c1c99890 Description-en: Linux kernel version specific tools for version 5.4.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1028 on 64 bit x86. You probably want to install linux-tools-5.4.0-1028-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1029 Description-md5: 31e8c5aaee9a9bc5f88b2b7da0d6b4f2 Description-en: Linux kernel version specific tools for version 5.4.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1029 on 64 bit x86. You probably want to install linux-tools-5.4.0-1029-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1031 Description-md5: dde1492d58f44ce622255d917889a123 Description-en: Linux kernel version specific tools for version 5.4.0-1031 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1031 on 64 bit x86. You probably want to install linux-tools-5.4.0-1031-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1032 Description-md5: 921484e1e9601bad3789325205e9c9ae Description-en: Linux kernel version specific tools for version 5.4.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1032 on 64 bit x86. You probably want to install linux-tools-5.4.0-1032-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1033 Description-md5: 0a2a7eb9dfa4c74af450c62a59dcf406 Description-en: Linux kernel version specific tools for version 5.4.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1033 on 64 bit x86. You probably want to install linux-tools-5.4.0-1033-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1034 Description-md5: 545fafd1d0e899b09e97a808241f0f10 Description-en: Linux kernel version specific tools for version 5.4.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1034 on 64 bit x86. You probably want to install linux-tools-5.4.0-1034-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1036 Description-md5: 35b45e1b51478d04877e3ac8ecba7a0f Description-en: Linux kernel version specific tools for version 5.4.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1036 on 64 bit x86. You probably want to install linux-tools-5.4.0-1036-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1037 Description-md5: 24fff9a4e3f06abade12a533d8afd49d Description-en: Linux kernel version specific tools for version 5.4.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1037 on 64 bit x86. You probably want to install linux-tools-5.4.0-1037-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1040 Description-md5: 4e3768c62ac0f3d6151c916e23f1b012 Description-en: Linux kernel version specific tools for version 5.4.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1040 on 64 bit x86. You probably want to install linux-tools-5.4.0-1040-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1041 Description-md5: 3b6ab85f917c680bf770ceb61b898801 Description-en: Linux kernel version specific tools for version 5.4.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1041 on 64 bit x86. You probably want to install linux-tools-5.4.0-1041-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1042 Description-md5: 6720e75dfcaa64af77450dbb23178740 Description-en: Linux kernel version specific tools for version 5.4.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1042 on 64 bit x86. You probably want to install linux-tools-5.4.0-1042-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1044 Description-md5: 89b7af1b3762f36603c1151e6cfc7051 Description-en: Linux kernel version specific tools for version 5.4.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1044 on 64 bit x86. You probably want to install linux-tools-5.4.0-1044-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1045 Description-md5: ccd04a5672b9b06252a4c68d98aaa4bc Description-en: Linux kernel version specific tools for version 5.4.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1045 on 64 bit x86. You probably want to install linux-tools-5.4.0-1045-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1046 Description-md5: 5a0b7a554b47e7840ccd31fd4e1e0134 Description-en: Linux kernel version specific tools for version 5.4.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1046 on 64 bit x86. You probably want to install linux-tools-5.4.0-1046-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1047 Description-md5: 7890a251a484515d5f29ba5889eb9e69 Description-en: Linux kernel version specific tools for version 5.4.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1047 on 64 bit x86. You probably want to install linux-tools-5.4.0-1047-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1048 Description-md5: 3cfb5702c30822ac84558994ad203513 Description-en: Linux kernel version specific tools for version 5.4.0-1048 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1048 on 64 bit x86. You probably want to install linux-tools-5.4.0-1048-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1049 Description-md5: 5b396e6e74a7c2fa697b78145dea3557 Description-en: Linux kernel version specific tools for version 5.4.0-1049 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1049 on 64 bit x86. You probably want to install linux-tools-5.4.0-1049-<flavour>. Package: linux-ibm-5.4-tools-5.4.0-1050 Description-md5: 93f7313aea6108901f14a125e9be4390 Description-en: Linux kernel version specific tools for version 5.4.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1050 on 64 bit x86. You probably want to install linux-tools-5.4.0-1050-<flavour>. Package: linux-ibm-5.4-tools-common Description-md5: e2938b09d257e8b72e17adc9b5a8a936 Description-en: Linux kernel version specific tools for version 5.4.0 This package provides the architecture independent parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0. Package: linux-ibm-edge Description-md5: cfb35117d1425a2981440e0ddb58b00b Description-en: Complete IBM Cloud Platform (ibm) Linux kernel and headers This package will always depend on the latest complete IBM Cloud Platform (ibm) Linux kernel and headers. Package: linux-image-4.15.0-1006-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1007-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1009-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1010-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1011-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1012-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1013-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1015-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1016-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1017-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1018-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1022-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1027-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1028-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1029-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1030-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1031-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1033-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1034-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1035-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1037-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1038-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1040-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1041-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1042-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1048-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1049-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1051-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1052-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1053-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1054-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1055-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1057-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1058-dell300x Description-md5: bfac87d3d723134b0b4212c3924dd4f3 Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-4.15.0-1060-dell300x Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's signing key. Package: linux-image-4.15.0-1061-dell300x Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's signing key. Package: linux-image-4.15.0-1062-dell300x Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's signing key. Package: linux-image-4.15.0-1063-dell300x Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's signing key. Package: linux-image-4.15.0-1064-dell300x Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's signing key. Package: linux-image-4.15.0-1065-dell300x Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's signing key. Package: linux-image-4.15.0-1067-dell300x Description-md5: 1a51f6b1298bd0a4c92d83609d32e37c Description-en: Signed kernel image dell300x A kernel image for dell300x. This version of it is signed with Canonical's signing key. Package: linux-image-4.15.0-1071-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-1077-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-1078-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-1080-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-1081-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-1083-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-1084-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-1086-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-1087-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-1090-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-1091-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-1092-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.18.0-1006-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1007-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1008-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1011-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1012-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1016-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1017-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1018-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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.18.0-1020-aws Description-md5: 613865091fe3410c781f37daa29c207d Description-en: Linux kernel image for version 4.18.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 4.18.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-5.0.0-1011-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1012-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1014-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1015-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1016-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1017-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1018-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1018-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1019-aws Description-md5: ce26bdd555b4510e2026b59ffc2d1988 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1020-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1020-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1022-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1022-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1023-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1024-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1025-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1025-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1026-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1027-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1027-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1028-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1029-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1030-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1030-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1032-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1033-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1035-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1037-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1037-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1039-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1040-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1042-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1043-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1043-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1045-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1046-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1047-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1047-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1049-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1050-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1050-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1051-gke Description-md5: 83b899fe9be2c0cd111506746b3282bd Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1052-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1059-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1062-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1063-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1065-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1067-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1068-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1069-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1070-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.0.0-1071-oem-osp1 Description-md5: 6acf524a5d017e64bfb535014fc20070 Description-en: Signed kernel image oem-osp1 A kernel image for oem-osp1. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1012-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1014-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1016-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1017-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1018-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1020-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1026-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1030-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1032-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1033-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1034-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1036-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1038-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1039-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1040-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1041-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1042-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1043-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1044-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.3.0-1045-gke Description-md5: 182d72dbc3c5047657b55dd9728c6003 Description-en: Signed kernel image GKE A kernel image for GKE. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1010-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1012-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1014-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1015-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1017-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1018-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1019-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1020-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1021-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1023-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1026-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1028-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1029-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1031-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1032-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1033-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1034-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1036-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1037-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1040-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1041-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1042-ibm Description-md5: 7fcd26cb86575618025545fb17196c1c Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's UEFI/Opal signing key. Package: linux-image-5.4.0-1044-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-5.4.0-1045-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-5.4.0-1046-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-5.4.0-1047-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-5.4.0-1048-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-5.4.0-1049-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-5.4.0-1050-ibm Description-md5: 37112d568f64b0d65fad68b1aa6f4721 Description-en: Signed kernel image ibm A kernel image for ibm. This version of it is signed with Canonical's signing key. Package: linux-image-dell300x Description-md5: b6a390c1b88a50cebe0ee35c68f97b0a Description-en: Linux kernel image for Dell Edge Gateway 300x systems. This package will always depend on the latest kernel image available for Dell Edge Gateway 300x systems. Package: linux-image-gke-5.0 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-gke-5.3 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-ibm Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) kernel image available. Package: linux-image-ibm-edge Description-md5: b262c281d3c130bcb913abdd3ee98449 Description-en: IBM Cloud Platform (ibm) Linux kernel image This package will always depend on the latest IBM Cloud Platform (ibm) kernel image available. Package: linux-image-unsigned-4.15.0-1006-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1007-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1009-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1010-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1011-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1012-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1013-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1015-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1016-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1017-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1018-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1022-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1027-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1028-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1029-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1030-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1031-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1033-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1034-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1035-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1037-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1038-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1040-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1041-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1042-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1048-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1049-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1051-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1052-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1053-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1054-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1055-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1057-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1058-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1060-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1061-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1062-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1063-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1064-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1065-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1067-dell300x Description-md5: 53d17ef4539b12c709fbb86c22435f01 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-4.15.0-1071-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1077-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1078-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1080-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1081-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1083-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1084-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1086-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1087-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1090-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1091-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-1092-gcp Description-md5: 19716cef7153082e26c9e1965f0cd9f9 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 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-5.0.0-1015-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1017-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1018-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1020-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1020-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1022-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1022-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1023-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1024-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1025-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1025-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1026-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1027-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1027-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1028-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1029-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1030-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1030-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1032-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1033-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1035-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1037-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1037-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1039-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1040-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1042-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1043-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1043-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1045-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1046-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1047-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1047-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1049-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1050-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1050-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1051-gke Description-md5: ccd4f5b775d1ac901d4d366166051507 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1052-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1059-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1062-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1063-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1065-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1067-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1068-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1069-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1070-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.0.0-1071-oem-osp1 Description-md5: 6f31799a3f6c07f784c269bfc17e1e13 Description-en: Linux kernel image for version 5.0.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.0.0 on 64 bit x86 SMP. . Supports OEM OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1012-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1014-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1016-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1017-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1018-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1020-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1026-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1030-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1032-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1033-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1034-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1036-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1038-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1039-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1040-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1041-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1042-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1043-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1044-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.3.0-1045-gke Description-md5: fc65975381dfa2951666a369dd4d4e4c Description-en: Linux kernel image for version 5.3.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.3.0 on 64 bit x86 SMP. . Supports amd64 processors. . Geared toward GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1010-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1012-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1014-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1015-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1017-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1018-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1019-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1020-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1021-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1023-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1026-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1028-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1029-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1031-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1032-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1033-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1034-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1036-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1037-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1040-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1041-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1042-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1044-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1045-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1046-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1047-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1048-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1049-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-unsigned-5.4.0-1050-ibm Description-md5: dbbfd967a3e01cdf251e21a6b0502222 Description-en: Linux kernel image for version 5.4.0 on 64 bit x86 SMP This package contains the unsigned Linux kernel image for version 5.4.0 on 64 bit x86 SMP. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1006-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1007-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1009-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1010-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1011-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1012-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1013-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1015-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1016-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1017-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1018-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1022-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1027-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1028-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1029-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1030-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1031-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1033-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1034-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1035-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1037-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1038-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1040-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1041-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1042-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1048-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1049-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1051-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1052-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1053-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1054-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1055-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1057-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1058-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1060-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1061-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1062-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1063-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1064-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1065-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1067-dell300x Description-md5: 4d885c4bb722cfbeaf8a4ddae629fa25 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 Dell-edge-300x processors. . Geared toward Dell Edge Gateway 300x systems. . You likely do not want to install this package directly. Instead, install the linux-dell300x meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1071-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1077-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1078-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1080-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1081-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1083-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1084-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1086-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1087-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1090-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1091-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1092-gcp Description-md5: 0c2b75c701ce9d39246729a5be61dd33 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 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-1006-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1007-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1008-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1011-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1012-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1016-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1017-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1018-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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.18.0-1020-aws Description-md5: d8e005fdd40f87f27b74008edc0d7532 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 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-5.0.0-1011-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1012-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1014-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1015-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1016-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1017-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1018-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1018-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1019-aws Description-md5: fbd408a60c248187ae78540091bb1736 Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1020-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1020-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1022-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1022-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1023-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1024-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1025-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1025-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1026-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1027-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1027-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1028-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1029-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1030-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1030-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1032-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1033-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1035-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1037-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1037-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1039-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1040-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1042-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1043-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1043-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1045-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1046-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1047-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1047-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1049-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1050-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1050-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1051-gke Description-md5: 15fb8b367f178b0ae4664c1f1934abe0 Description-en: Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1052-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1059-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1062-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1063-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1065-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1067-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1068-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1069-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1070-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.0.0-1071-oem-osp1 Description-md5: 9dce1c40a4e69a038d05474719c577d7 Description-en: Linux kernel extra modules for version 5.0.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 OSP1 processors. . Geared toward desktop systems. . You likely do not want to install this package directly. Instead, install the linux-oem-osp1 meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1012-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1014-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1016-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1017-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1018-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1020-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1026-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1030-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1032-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1033-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1034-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1036-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1038-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1039-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1040-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1041-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1042-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1043-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1044-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.3.0-1045-gke Description-md5: d8ce2831bdecae900e4a8ceeb9e881f9 Description-en: Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1010-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1012-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1014-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1015-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1017-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1018-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1019-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1020-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1021-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1023-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1026-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1028-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1029-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1031-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1032-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1033-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1034-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1036-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1037-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1040-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1041-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1042-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1044-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1045-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1046-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1047-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1048-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1049-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1050-ibm Description-md5: 10f057f5ece886191a14e86186b7de69 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP Contains the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-4.15.0-1071-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1077-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1078-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1080-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1081-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1083-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1084-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1086-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1087-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1090-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1091-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-1092-gcp Description-md5: 95e2468efba7be918f6aa822cedab467 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 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-5.0.0-1012-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1014-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1015-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1016-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1017-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1018-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1019-aws Description-md5: 86b8fe057ba0299dcca9040286939166 Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1020-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1022-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1023-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1025-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1026-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1027-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1029-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1030-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1032-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1033-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1035-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1037-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1042-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1043-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1045-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1046-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1047-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1049-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1050-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1051-gke Description-md5: 7dbbf9a841344053710c0db4178fe6de Description-en: Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.0.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1012-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1014-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1016-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1017-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1018-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1020-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1026-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1030-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1032-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1033-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1034-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1036-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1038-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1039-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1040-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1041-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1042-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1043-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1044-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.3.0-1045-gke Description-md5: d1c0138f65269484140ae1477e8fbe81 Description-en: Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.3.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 GKE systems. . You likely do not want to install this package directly. Instead, install the linux-gke meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1010-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1012-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1014-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1015-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1017-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1018-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1019-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1020-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1021-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1023-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1026-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1028-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1029-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1031-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1032-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1033-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1034-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1036-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1037-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1040-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1041-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1042-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1044-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1045-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1046-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1047-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1048-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1049-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.4.0-1050-ibm Description-md5: 403d1878b208182ccee3ca9fb6283346 Description-en: Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP This package contains the Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP. . Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update. . Supports IBM processors. . Geared toward IBM systems. . You likely do not want to install this package directly. Instead, install the linux-ibm meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-gke-5.0 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-modules-extra-gke-5.3 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-modules-extra-ibm Description-md5: 8c7f2bdf685ca407c22193c70e792792 Description-en: IBM Cloud Platform (ibm) Linux kernel extra modules This package will always depend on the latest IBM Cloud Platform (ibm) extra modules package available. Package: linux-modules-extra-ibm-edge Description-md5: 8c7f2bdf685ca407c22193c70e792792 Description-en: IBM Cloud Platform (ibm) Linux kernel extra modules This package will always depend on the latest IBM Cloud Platform (ibm) extra modules package available. Package: linux-oem-osp1-headers-5.0.0-1018 Description-md5: 18fc70e91934843dd5541207844067ea Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1018/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1020 Description-md5: b072b31c14b569add71007b17b6e3848 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1020/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1022 Description-md5: 7b0a9f705982c5a8a592610e34cdf59a Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1022/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1024 Description-md5: 8a9a0fb60e60490519df35460ba016c9 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1024/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1025 Description-md5: e16c9ab38ebb31255e7807588a5a956f Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1025/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1027 Description-md5: fbb022e6bb2c0a08e1f8cf559d78a997 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1027/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1028 Description-md5: 0cf14e335ec3f5066366c0274da63f02 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1028/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1030 Description-md5: 07dd200cd0a6784080da15a1d0aea52b Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1030/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1037 Description-md5: f641fe0c264155ff69b9f8148c0e1505 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1037/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1039 Description-md5: 094dab601b70ff47333aae5c68210e65 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1039/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1040 Description-md5: a1db51ddec558f0c896d53c98ec57774 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1040/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1043 Description-md5: ce05fb63a5789d9242286bad4e33900f Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1043/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1047 Description-md5: 76e890ffbf6179f03d8d40e2d8b31268 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1047/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1050 Description-md5: 550cf1d526b2d26403141da24cd6353d Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1050/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1052 Description-md5: 7c1e8c5eb6391ac2a4967f92f6182716 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1052/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1059 Description-md5: 5baec13c95160832acd0b5f13ef26019 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1059/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1062 Description-md5: 94c0038a9e102107687b4cf4dfdf8273 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1062/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1063 Description-md5: 80f3737fcf20063e457841bee6b3c362 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1063/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1065 Description-md5: 6a2560185929dd188a5f3db0701b86e2 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1065/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1067 Description-md5: 539a0d7bb9f4484ad54245da9e6d6482 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1067/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1068 Description-md5: dffecc764a4176798977572e781e0591 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1068/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1069 Description-md5: 3f11e5496b42d1f660272641577b0206 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1069/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1070 Description-md5: 5deda0e28766b54d920604ece93e6587 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1070/debian.README.gz for details Package: linux-oem-osp1-headers-5.0.0-1071 Description-md5: e2fc8db75970eaf6b8cc771a7d3e6994 Description-en: Header files related to Linux kernel version 5.0.0 This package provides kernel header files for version 5.0.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-oem-osp1-headers-5.0.0-1071/debian.README.gz for details Package: linux-oem-osp1-tools-5.0.0-1018 Description-md5: 7d05f7cbe8806e837c674fe6d62c8d40 Description-en: Linux kernel version specific tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1018 on 64 bit x86. You probably want to install linux-tools-5.0.0-1018-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1020 Description-md5: 034e4cd13c0b813e52cba90ab5bc8c39 Description-en: Linux kernel version specific tools for version 5.0.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1020 on 64 bit x86. You probably want to install linux-tools-5.0.0-1020-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1022 Description-md5: 310619e0edb88489ad0352fd9f3bf850 Description-en: Linux kernel version specific tools for version 5.0.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1022 on 64 bit x86. You probably want to install linux-tools-5.0.0-1022-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1024 Description-md5: f09843c8600eb61ac87d55686e556367 Description-en: Linux kernel version specific tools for version 5.0.0-1024 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1024 on 64 bit x86. You probably want to install linux-tools-5.0.0-1024-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1025 Description-md5: e0765bb3909cbc17e915d80d0ccd4598 Description-en: Linux kernel version specific tools for version 5.0.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1025 on 64 bit x86. You probably want to install linux-tools-5.0.0-1025-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1027 Description-md5: 478637576e1c4a2c425c0cda054e0b1a Description-en: Linux kernel version specific tools for version 5.0.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1027 on 64 bit x86. You probably want to install linux-tools-5.0.0-1027-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1028 Description-md5: 0d37de9fb7c6e8a8cafa5ce7ba932c9b Description-en: Linux kernel version specific tools for version 5.0.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1028 on 64 bit x86. You probably want to install linux-tools-5.0.0-1028-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1030 Description-md5: 39716afb5233c4f52a31c224ee6757e3 Description-en: Linux kernel version specific tools for version 5.0.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1030 on 64 bit x86. You probably want to install linux-tools-5.0.0-1030-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1037 Description-md5: 201e0ca95def6014c278613ca7cd88b8 Description-en: Linux kernel version specific tools for version 5.0.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1037 on 64 bit x86. You probably want to install linux-tools-5.0.0-1037-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1039 Description-md5: 5dab34bdd782ffa9419d5bb1df469782 Description-en: Linux kernel version specific tools for version 5.0.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1039 on 64 bit x86. You probably want to install linux-tools-5.0.0-1039-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1040 Description-md5: dbdf1a0c11182b8c9920d2f009e4d815 Description-en: Linux kernel version specific tools for version 5.0.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1040 on 64 bit x86. You probably want to install linux-tools-5.0.0-1040-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1043 Description-md5: 5152316e282e735797241683abe9fc1c Description-en: Linux kernel version specific tools for version 5.0.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1043 on 64 bit x86. You probably want to install linux-tools-5.0.0-1043-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1047 Description-md5: cfe4d3e3ca17424749a5671e612193a1 Description-en: Linux kernel version specific tools for version 5.0.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1047 on 64 bit x86. You probably want to install linux-tools-5.0.0-1047-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1050 Description-md5: e8d51b6b65b586dc7611944af4be2567 Description-en: Linux kernel version specific tools for version 5.0.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1050 on 64 bit x86. You probably want to install linux-tools-5.0.0-1050-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1052 Description-md5: c63df8f53006b9221383ad6e4b78450b Description-en: Linux kernel version specific tools for version 5.0.0-1052 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1052 on 64 bit x86. You probably want to install linux-tools-5.0.0-1052-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1059 Description-md5: 53e3c48a598bd528ab602ba1aeae1761 Description-en: Linux kernel version specific tools for version 5.0.0-1059 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1059 on 64 bit x86. You probably want to install linux-tools-5.0.0-1059-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1062 Description-md5: 877a8133da2cad480772e17ecf65a6eb Description-en: Linux kernel version specific tools for version 5.0.0-1062 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1062 on 64 bit x86. You probably want to install linux-tools-5.0.0-1062-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1063 Description-md5: 7a7928a4f00fdab7ae38e844b743bc30 Description-en: Linux kernel version specific tools for version 5.0.0-1063 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1063 on 64 bit x86. You probably want to install linux-tools-5.0.0-1063-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1065 Description-md5: ec0e1e9acebfe638fdeac7b65fc14462 Description-en: Linux kernel version specific tools for version 5.0.0-1065 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1065 on 64 bit x86. You probably want to install linux-tools-5.0.0-1065-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1067 Description-md5: cc14370fa69a096cf133f24d90d45371 Description-en: Linux kernel version specific tools for version 5.0.0-1067 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1067 on 64 bit x86. You probably want to install linux-tools-5.0.0-1067-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1068 Description-md5: 28ebeec96be4c3b459c027a8515e7c28 Description-en: Linux kernel version specific tools for version 5.0.0-1068 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1068 on 64 bit x86. You probably want to install linux-tools-5.0.0-1068-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1069 Description-md5: 1e529f89e9416bca30220f7c626a99cf Description-en: Linux kernel version specific tools for version 5.0.0-1069 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1069 on 64 bit x86. You probably want to install linux-tools-5.0.0-1069-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1070 Description-md5: 3a2a9eb60513aec16e44fcd3d182e4e3 Description-en: Linux kernel version specific tools for version 5.0.0-1070 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1070 on 64 bit x86. You probably want to install linux-tools-5.0.0-1070-<flavour>. Package: linux-oem-osp1-tools-5.0.0-1071 Description-md5: 12b2a8081ee3e2fa47e5fc5eab3a3f8e Description-en: Linux kernel version specific tools for version 5.0.0-1071 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1071 on 64 bit x86. You probably want to install linux-tools-5.0.0-1071-<flavour>. Package: linux-oem-osp1-tools-host Description-md5: d29120b11150b79af4338241d0a5dc74 Description-en: Linux kernel VM host tools This package provides kernel tools useful for VM hosts. Package: linux-tools-4.15.0-1006-dell300x Description-md5: 3bcfb2900162bc8d35c444e52c460a32 Description-en: Linux kernel version specific tools for version 4.15.0-1006 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-1006 on 64 bit x86. Package: linux-tools-4.15.0-1007-dell300x Description-md5: 05058c0bfc5848c5e93ca33faa4bb745 Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1007 on 64 bit x86. Package: linux-tools-4.15.0-1009-dell300x Description-md5: 779f9f9c98b6796f480947d8502bdd93 Description-en: 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-1010-dell300x Description-md5: 5108030641849a9dec327ab0cc258bc2 Description-en: Linux kernel version specific tools for version 4.15.0-1010 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-1010 on 64 bit x86. Package: linux-tools-4.15.0-1011-dell300x Description-md5: 6836401588a9eec176488b1b19c8c725 Description-en: Linux kernel version specific tools for version 4.15.0-1011 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-1011 on 64 bit x86. Package: linux-tools-4.15.0-1012-dell300x Description-md5: a627def2b88007367b8450f5bc52bcc4 Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1012 on 64 bit x86. Package: linux-tools-4.15.0-1013-dell300x Description-md5: 88ad05f5d4725f66e8b02756a1ebf20f Description-en: Linux kernel version specific tools for version 4.15.0-1013 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-1013 on 64 bit x86. Package: linux-tools-4.15.0-1015-dell300x Description-md5: 4c00edad3d350ba84cc6357c49c4bd19 Description-en: Linux kernel version specific tools for version 4.15.0-1015 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-1015 on 64 bit x86. Package: linux-tools-4.15.0-1016-dell300x Description-md5: 782b17bc381d48144de9002e88810e7d Description-en: Linux kernel version specific tools for version 4.15.0-1016 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-1016 on 64 bit x86. Package: linux-tools-4.15.0-1017-dell300x Description-md5: cb22a56d52862c34709bac0b4df6bd47 Description-en: Linux kernel version specific tools for version 4.15.0-1017 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-1017 on 64 bit x86. Package: linux-tools-4.15.0-1018-dell300x Description-md5: c424125e77078c62c676dcd0505f469c Description-en: Linux kernel version specific tools for version 4.15.0-1018 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-1018 on 64 bit x86. Package: linux-tools-4.15.0-1022-dell300x Description-md5: a5fd367751111feb0f03dcce64264dba Description-en: Linux kernel version specific tools for version 4.15.0-1022 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-1022 on 64 bit x86. Package: linux-tools-4.15.0-1027-dell300x Description-md5: 70162ffe0b497e0fd80f75ff5caa7fd9 Description-en: Linux kernel version specific tools for version 4.15.0-1027 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-1027 on 64 bit x86. Package: linux-tools-4.15.0-1028-dell300x 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-1029-dell300x Description-md5: 0625593c6eaf9c2f51a24d928a0fa2c7 Description-en: Linux kernel version specific tools for version 4.15.0-1029 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-1029 on 64 bit x86. Package: linux-tools-4.15.0-1030-dell300x 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-1031-dell300x Description-md5: 8f6abec61e55498aec3602b686cc429d Description-en: Linux kernel version specific tools for version 4.15.0-1031 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-1031 on 64 bit x86. Package: linux-tools-4.15.0-1033-dell300x 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-dell300x 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-1035-dell300x Description-md5: aabe551a6bb109c71eff09bdc0301b2e Description-en: Linux kernel version specific tools for version 4.15.0-1035 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-1035 on 64 bit x86. Package: linux-tools-4.15.0-1037-dell300x Description-md5: 3987e0955ff85a1553215b1d89401494 Description-en: Linux kernel version specific tools for version 4.15.0-1037 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-1037 on 64 bit x86. Package: linux-tools-4.15.0-1038-dell300x Description-md5: 49f980d1c52b964d23ec046344c654d3 Description-en: Linux kernel version specific tools for version 4.15.0-1038 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-1038 on 64 bit x86. Package: linux-tools-4.15.0-1040-dell300x Description-md5: 43dc298db6e420a902f3b982350552e7 Description-en: Linux kernel version specific tools for version 4.15.0-1040 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-1040 on 64 bit x86. Package: linux-tools-4.15.0-1041-dell300x Description-md5: a9826e213903054ea047e4d29a1d9209 Description-en: Linux kernel version specific tools for version 4.15.0-1041 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-1041 on 64 bit x86. Package: linux-tools-4.15.0-1042-dell300x Description-md5: 4195ab59149249d1ba1d7d5e41840d06 Description-en: Linux kernel version specific tools for version 4.15.0-1042 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-1042 on 64 bit x86. Package: linux-tools-4.15.0-1048-dell300x Description-md5: 19e97a096a0714534ef46a8866ad19df Description-en: Linux kernel version specific tools for version 4.15.0-1048 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-1048 on 64 bit x86. Package: linux-tools-4.15.0-1049-dell300x Description-md5: 377c8e6181ddc5ccefc9715c357ff813 Description-en: Linux kernel version specific tools for version 4.15.0-1049 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-1049 on 64 bit x86. Package: linux-tools-4.15.0-1051-dell300x Description-md5: ec5254ead4fc8a0e65edf9737c034741 Description-en: Linux kernel version specific tools for version 4.15.0-1051 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-1051 on 64 bit x86. Package: linux-tools-4.15.0-1052-dell300x Description-md5: 69e5c281f6da9389f2ba659c0e3d849b Description-en: Linux kernel version specific tools for version 4.15.0-1052 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-1052 on 64 bit x86. Package: linux-tools-4.15.0-1053-dell300x Description-md5: ddb172429438ed03cc92d22e88f10f33 Description-en: Linux kernel version specific tools for version 4.15.0-1053 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-1053 on 64 bit x86. Package: linux-tools-4.15.0-1054-dell300x Description-md5: 3b087d657a9dce6de65b4eab057bfd0f Description-en: Linux kernel version specific tools for version 4.15.0-1054 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-1054 on 64 bit x86. Package: linux-tools-4.15.0-1055-dell300x Description-md5: 57fe767ae22bedaffb2747787052a819 Description-en: Linux kernel version specific tools for version 4.15.0-1055 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-1055 on 64 bit x86. Package: linux-tools-4.15.0-1057-dell300x Description-md5: d9c747d184fa137c6190360e63eb9216 Description-en: Linux kernel version specific tools for version 4.15.0-1057 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-1057 on 64 bit x86. Package: linux-tools-4.15.0-1058-dell300x Description-md5: f1a8cc763ffa3c252765b91d3a8ef2ac Description-en: Linux kernel version specific tools for version 4.15.0-1058 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-1058 on 64 bit x86. Package: linux-tools-4.15.0-1060-dell300x Description-md5: bf87326cb9a4c705ebc87f7e27ccf102 Description-en: Linux kernel version specific tools for version 4.15.0-1060 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-1060 on 64 bit x86. Package: linux-tools-4.15.0-1061-dell300x Description-md5: b6eb1b0c8d1993b3df01bf6e062dc2d4 Description-en: Linux kernel version specific tools for version 4.15.0-1061 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-1061 on 64 bit x86. Package: linux-tools-4.15.0-1062-dell300x Description-md5: 1ea1e28b15e606675b79d1328963a080 Description-en: Linux kernel version specific tools for version 4.15.0-1062 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-1062 on 64 bit x86. Package: linux-tools-4.15.0-1063-dell300x Description-md5: b77579657c24fb32eeac7a8056594126 Description-en: Linux kernel version specific tools for version 4.15.0-1063 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-1063 on 64 bit x86. Package: linux-tools-4.15.0-1064-dell300x Description-md5: 24a80d5a94b7e5315acb90fbf73e4d63 Description-en: Linux kernel version specific tools for version 4.15.0-1064 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-1064 on 64 bit x86. Package: linux-tools-4.15.0-1065-dell300x Description-md5: 7ca1e545a502e8192d4186f33e248e00 Description-en: Linux kernel version specific tools for version 4.15.0-1065 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-1065 on 64 bit x86. Package: linux-tools-4.15.0-1067-dell300x Description-md5: 4b7268c4135ce2cbcbd072bf3bd1765e Description-en: Linux kernel version specific tools for version 4.15.0-1067 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-1067 on 64 bit x86. Package: linux-tools-4.15.0-1071-gcp Description-md5: 0f25d6bcd20c26cbd23d82b7026037bc Description-en: Linux kernel version specific tools for version 4.15.0-1071 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-1071 on 64 bit x86. Package: linux-tools-4.15.0-1077-gcp Description-md5: d1677910539f9ba36f1b5c2f2a10d534 Description-en: Linux kernel version specific tools for version 4.15.0-1077 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-1077 on 64 bit x86. Package: linux-tools-4.15.0-1078-gcp Description-md5: 7f13b5df1198db9b959847275cfb9b28 Description-en: Linux kernel version specific tools for version 4.15.0-1078 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-1078 on 64 bit x86. Package: linux-tools-4.15.0-1080-gcp Description-md5: 159d29807baf9c1b004773fa4e285ee7 Description-en: Linux kernel version specific tools for version 4.15.0-1080 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-1080 on 64 bit x86. Package: linux-tools-4.15.0-1081-gcp Description-md5: 1306e1e7bad16fcfc7cda812873721ad Description-en: Linux kernel version specific tools for version 4.15.0-1081 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-1081 on 64 bit x86. Package: linux-tools-4.15.0-1083-gcp Description-md5: d4d3b0f9704f074a465a3bd44ddc6402 Description-en: Linux kernel version specific tools for version 4.15.0-1083 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-1083 on 64 bit x86. Package: linux-tools-4.15.0-1084-gcp Description-md5: 28de9e12a5410b54bad999ddd83b3236 Description-en: Linux kernel version specific tools for version 4.15.0-1084 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-1084 on 64 bit x86. Package: linux-tools-4.15.0-1086-gcp Description-md5: 24f78f162d360d1ac3c1f05f49dcd197 Description-en: Linux kernel version specific tools for version 4.15.0-1086 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-1086 on 64 bit x86. Package: linux-tools-4.15.0-1087-gcp Description-md5: e11a134b6b24a5c44591ef074ea13f87 Description-en: Linux kernel version specific tools for version 4.15.0-1087 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-1087 on 64 bit x86. Package: linux-tools-4.15.0-1090-gcp Description-md5: 18ec326a1c0863591bd2d3dd1a619a70 Description-en: Linux kernel version specific tools for version 4.15.0-1090 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-1090 on 64 bit x86. Package: linux-tools-4.15.0-1091-gcp Description-md5: 35ba42bddbbfca1eb8ad9adc54733a75 Description-en: Linux kernel version specific tools for version 4.15.0-1091 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-1091 on 64 bit x86. Package: linux-tools-4.15.0-1092-gcp Description-md5: b48645fbb072075f1c200559d9c9f6ec Description-en: Linux kernel version specific tools for version 4.15.0-1092 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-1092 on 64 bit x86. Package: linux-tools-4.18.0-1006-aws Description-md5: 4d53d6bca8115cdc08a5592d54cb6673 Description-en: Linux kernel version specific tools for version 4.18.0-1006 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-1006 on 64 bit x86. Package: linux-tools-4.18.0-1007-aws 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-1008-aws Description-md5: c86dcd2b7add27c820643c5536839d66 Description-en: Linux kernel version specific tools for version 4.18.0-1008 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-1008 on 64 bit x86. Package: linux-tools-4.18.0-1011-aws Description-md5: 89ec36de81bf977a859e0ebc04f4b4e2 Description-en: Linux kernel version specific tools for version 4.18.0-1011 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-1011 on 64 bit x86. Package: linux-tools-4.18.0-1012-aws 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-1016-aws Description-md5: c8b48f91a7e6cca8e955268bbf1ca2d1 Description-en: Linux kernel version specific tools for version 4.18.0-1016 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-1016 on 64 bit x86. Package: linux-tools-4.18.0-1017-aws Description-md5: 3bebd45fa4d4a56a893c20d4e851bf4e Description-en: Linux kernel version specific tools for version 4.18.0-1017 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-1017 on 64 bit x86. Package: linux-tools-4.18.0-1018-aws Description-md5: f551eb31fc027b06caee870b262dd367 Description-en: Linux kernel version specific tools for version 4.18.0-1018 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-1018 on 64 bit x86. Package: linux-tools-4.18.0-1020-aws Description-md5: 9120b76e97bf07c9b8c0dec0fe51b026 Description-en: Linux kernel version specific tools for version 4.18.0-1020 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-1020 on 64 bit x86. Package: linux-tools-5.0.0-1011-aws Description-md5: c87a5194ef9017b3ad52532b579d827e Description-en: Linux kernel version specific tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1011 on 64 bit x86. Package: linux-tools-5.0.0-1012-aws Description-md5: 1036352fc5c47c20e93fff0a9055ad74 Description-en: Linux kernel version specific tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1012 on 64 bit x86. Package: linux-tools-5.0.0-1014-aws Description-md5: 1719666ff46c9f5ea1613314af9e2fb1 Description-en: Linux kernel version specific tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1014 on 64 bit x86. Package: linux-tools-5.0.0-1015-gke Description-md5: dc039aca7a31a9e4980efa6c63abebcd Description-en: Linux kernel version specific tools for version 5.0.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1015 on 64 bit x86. Package: linux-tools-5.0.0-1016-aws Description-md5: 10013753542d8f55255090685a0af5ae Description-en: Linux kernel version specific tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1016 on 64 bit x86. Package: linux-tools-5.0.0-1017-gke Description-md5: 268e7c011b1e815200f3c9c65977ce11 Description-en: Linux kernel version specific tools for version 5.0.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1017 on 64 bit x86. Package: linux-tools-5.0.0-1018-aws Description-md5: 7d64d23f916ada363cf59e691b4cc7ed Description-en: Linux kernel version specific tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1018 on 64 bit x86. Package: linux-tools-5.0.0-1018-oem-osp1 Description-md5: 7d64d23f916ada363cf59e691b4cc7ed Description-en: Linux kernel version specific tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1018 on 64 bit x86. Package: linux-tools-5.0.0-1019-aws Description-md5: 7ca52e1eaa89897a6c630cef36b364fe Description-en: Linux kernel version specific tools for version 5.0.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1019 on 64 bit x86. Package: linux-tools-5.0.0-1020-gke Description-md5: 5e18e39d1eacb3c035c7d1001f3a6eab Description-en: Linux kernel version specific tools for version 5.0.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1020 on 64 bit x86. Package: linux-tools-5.0.0-1020-oem-osp1 Description-md5: 5e18e39d1eacb3c035c7d1001f3a6eab Description-en: Linux kernel version specific tools for version 5.0.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1020 on 64 bit x86. Package: linux-tools-5.0.0-1022-gke Description-md5: 7f9860e3413d8751b598873bd4de81c0 Description-en: Linux kernel version specific tools for version 5.0.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1022 on 64 bit x86. Package: linux-tools-5.0.0-1022-oem-osp1 Description-md5: 7f9860e3413d8751b598873bd4de81c0 Description-en: Linux kernel version specific tools for version 5.0.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1022 on 64 bit x86. Package: linux-tools-5.0.0-1023-gke Description-md5: f80ef3df839ca7e1a21a390112cb4561 Description-en: Linux kernel version specific tools for version 5.0.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1023 on 64 bit x86. Package: linux-tools-5.0.0-1024-oem-osp1 Description-md5: 5f707761594b629f003164c62b1c2f63 Description-en: Linux kernel version specific tools for version 5.0.0-1024 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1024 on 64 bit x86. Package: linux-tools-5.0.0-1025-gke Description-md5: ef99ecb53413cdcef207ee3ff4031038 Description-en: Linux kernel version specific tools for version 5.0.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1025 on 64 bit x86. Package: linux-tools-5.0.0-1025-oem-osp1 Description-md5: ef99ecb53413cdcef207ee3ff4031038 Description-en: Linux kernel version specific tools for version 5.0.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1025 on 64 bit x86. Package: linux-tools-5.0.0-1026-gke Description-md5: 614da254414a4e9e2361e4852519bf7c Description-en: Linux kernel version specific tools for version 5.0.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1026 on 64 bit x86. Package: linux-tools-5.0.0-1027-gke Description-md5: c4b5a7b93f4b3e1a6934026736bfc840 Description-en: Linux kernel version specific tools for version 5.0.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1027 on 64 bit x86. Package: linux-tools-5.0.0-1027-oem-osp1 Description-md5: c4b5a7b93f4b3e1a6934026736bfc840 Description-en: Linux kernel version specific tools for version 5.0.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1027 on 64 bit x86. Package: linux-tools-5.0.0-1028-oem-osp1 Description-md5: 3991513614c9675e32c3f22b45c6f273 Description-en: Linux kernel version specific tools for version 5.0.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1028 on 64 bit x86. Package: linux-tools-5.0.0-1029-gke Description-md5: 46557d19dcdd6416f23a916f4c3eba04 Description-en: Linux kernel version specific tools for version 5.0.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1029 on 64 bit x86. Package: linux-tools-5.0.0-1030-gke Description-md5: 05e77780ddd3f5f96e4dfff0c66e453d Description-en: Linux kernel version specific tools for version 5.0.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1030 on 64 bit x86. Package: linux-tools-5.0.0-1030-oem-osp1 Description-md5: 05e77780ddd3f5f96e4dfff0c66e453d Description-en: Linux kernel version specific tools for version 5.0.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1030 on 64 bit x86. Package: linux-tools-5.0.0-1032-gke Description-md5: e6ba1a58ec054fd75fad8dfb82560d97 Description-en: Linux kernel version specific tools for version 5.0.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1032 on 64 bit x86. Package: linux-tools-5.0.0-1033-gke Description-md5: 44b7cce4c41894d9af40ad33c32a6ebd Description-en: Linux kernel version specific tools for version 5.0.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1033 on 64 bit x86. Package: linux-tools-5.0.0-1035-gke Description-md5: c8f4fc8d0a9f5e6bec83ce63b0a99c13 Description-en: Linux kernel version specific tools for version 5.0.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1035 on 64 bit x86. Package: linux-tools-5.0.0-1037-gke Description-md5: 55468ffeaf511ed8c7645d4b66a7b19f Description-en: Linux kernel version specific tools for version 5.0.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1037 on 64 bit x86. Package: linux-tools-5.0.0-1037-oem-osp1 Description-md5: 55468ffeaf511ed8c7645d4b66a7b19f Description-en: Linux kernel version specific tools for version 5.0.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1037 on 64 bit x86. Package: linux-tools-5.0.0-1039-oem-osp1 Description-md5: 6f65c4c99ed31dae25fec05e8c32c78a Description-en: Linux kernel version specific tools for version 5.0.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1039 on 64 bit x86. Package: linux-tools-5.0.0-1040-oem-osp1 Description-md5: e7bfafab6e734781f725cf4d1e91ab31 Description-en: Linux kernel version specific tools for version 5.0.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1040 on 64 bit x86. Package: linux-tools-5.0.0-1042-gke Description-md5: 6b2978bc6eead0cdcee14d365d28fe0c Description-en: Linux kernel version specific tools for version 5.0.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1042 on 64 bit x86. Package: linux-tools-5.0.0-1043-gke Description-md5: a65e0bfc2e81e8b9e587305d71d7ff62 Description-en: Linux kernel version specific tools for version 5.0.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1043 on 64 bit x86. Package: linux-tools-5.0.0-1043-oem-osp1 Description-md5: a65e0bfc2e81e8b9e587305d71d7ff62 Description-en: Linux kernel version specific tools for version 5.0.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1043 on 64 bit x86. Package: linux-tools-5.0.0-1045-gke Description-md5: bc2b64161f22736a1aac16d467724fab Description-en: Linux kernel version specific tools for version 5.0.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1045 on 64 bit x86. Package: linux-tools-5.0.0-1046-gke Description-md5: 52417e7f7c1adb057bd4c15e88994015 Description-en: Linux kernel version specific tools for version 5.0.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1046 on 64 bit x86. Package: linux-tools-5.0.0-1047-gke Description-md5: 6a144ffae4eb418d1b77dba273c15b53 Description-en: Linux kernel version specific tools for version 5.0.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1047 on 64 bit x86. Package: linux-tools-5.0.0-1047-oem-osp1 Description-md5: 6a144ffae4eb418d1b77dba273c15b53 Description-en: Linux kernel version specific tools for version 5.0.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1047 on 64 bit x86. Package: linux-tools-5.0.0-1049-gke Description-md5: e196daff886f3c5cc8626158d00e909b Description-en: Linux kernel version specific tools for version 5.0.0-1049 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1049 on 64 bit x86. Package: linux-tools-5.0.0-1050-gke Description-md5: b197af204ea42df97915cbaf659beacd Description-en: Linux kernel version specific tools for version 5.0.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1050 on 64 bit x86. Package: linux-tools-5.0.0-1050-oem-osp1 Description-md5: b197af204ea42df97915cbaf659beacd Description-en: Linux kernel version specific tools for version 5.0.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1050 on 64 bit x86. Package: linux-tools-5.0.0-1051-gke Description-md5: b6262bb5aff8d4c33dd53885fcae3640 Description-en: Linux kernel version specific tools for version 5.0.0-1051 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1051 on 64 bit x86. Package: linux-tools-5.0.0-1052-oem-osp1 Description-md5: 4f4711adc77b1a5f3207c6377407c47a Description-en: Linux kernel version specific tools for version 5.0.0-1052 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1052 on 64 bit x86. Package: linux-tools-5.0.0-1059-oem-osp1 Description-md5: 586a16faff21074855640c0ca065e340 Description-en: Linux kernel version specific tools for version 5.0.0-1059 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1059 on 64 bit x86. Package: linux-tools-5.0.0-1062-oem-osp1 Description-md5: 6155c0ac0b294f9db7a56346d0af48d9 Description-en: Linux kernel version specific tools for version 5.0.0-1062 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1062 on 64 bit x86. Package: linux-tools-5.0.0-1063-oem-osp1 Description-md5: 65ba1b6aa472c89822588108cc42de58 Description-en: Linux kernel version specific tools for version 5.0.0-1063 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1063 on 64 bit x86. Package: linux-tools-5.0.0-1065-oem-osp1 Description-md5: 99aa65b4947cb16d3e78aa69e74548fc Description-en: Linux kernel version specific tools for version 5.0.0-1065 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1065 on 64 bit x86. Package: linux-tools-5.0.0-1067-oem-osp1 Description-md5: cf80c80f65886f228b039cc5f5121efe Description-en: Linux kernel version specific tools for version 5.0.0-1067 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1067 on 64 bit x86. Package: linux-tools-5.0.0-1068-oem-osp1 Description-md5: 6783f2dba5c45cfbccf466c133a08911 Description-en: Linux kernel version specific tools for version 5.0.0-1068 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1068 on 64 bit x86. Package: linux-tools-5.0.0-1069-oem-osp1 Description-md5: 4f3b96532768b63890062e49e027e1ae Description-en: Linux kernel version specific tools for version 5.0.0-1069 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1069 on 64 bit x86. Package: linux-tools-5.0.0-1070-oem-osp1 Description-md5: 61c5c6b19cadafdc0d89eac81776b72f Description-en: Linux kernel version specific tools for version 5.0.0-1070 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1070 on 64 bit x86. Package: linux-tools-5.0.0-1071-oem-osp1 Description-md5: a456ec3cd31db30a9a85d9069db226a2 Description-en: Linux kernel version specific tools for version 5.0.0-1071 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1071 on 64 bit x86. Package: linux-tools-5.3.0-1012-gke Description-md5: c49cbaf98b98bc49faf411fd66c5e660 Description-en: Linux kernel version specific tools for version 5.3.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1012 on 64 bit x86. Package: linux-tools-5.3.0-1014-gke Description-md5: f54dede7df446b1299c43a11f48be6e1 Description-en: Linux kernel version specific tools for version 5.3.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1014 on 64 bit x86. Package: linux-tools-5.3.0-1016-gke Description-md5: 6ca963d74f875317c808131f2fae38bb Description-en: Linux kernel version specific tools for version 5.3.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1016 on 64 bit x86. Package: linux-tools-5.3.0-1017-gke Description-md5: d6f2c339badd2bab3f64fa19aa9f6301 Description-en: Linux kernel version specific tools for version 5.3.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1017 on 64 bit x86. Package: linux-tools-5.3.0-1018-gke Description-md5: e082659b893e9312c3868f9cc6d78c09 Description-en: Linux kernel version specific tools for version 5.3.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1018 on 64 bit x86. Package: linux-tools-5.3.0-1020-gke Description-md5: 36b40065e48aff0526877844622894e2 Description-en: Linux kernel version specific tools for version 5.3.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1020 on 64 bit x86. Package: linux-tools-5.3.0-1026-gke Description-md5: cde32c26f90687aa25478eac0217e085 Description-en: Linux kernel version specific tools for version 5.3.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1026 on 64 bit x86. Package: linux-tools-5.3.0-1030-gke Description-md5: ed6f677db945e43fe336265a7109ec56 Description-en: Linux kernel version specific tools for version 5.3.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1030 on 64 bit x86. Package: linux-tools-5.3.0-1032-gke Description-md5: f55d9c1c6df573ddd065360c242d447c Description-en: Linux kernel version specific tools for version 5.3.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1032 on 64 bit x86. Package: linux-tools-5.3.0-1033-gke Description-md5: 337420a7a481e964fb5eec6581fb161c Description-en: Linux kernel version specific tools for version 5.3.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1033 on 64 bit x86. Package: linux-tools-5.3.0-1034-gke Description-md5: afb7a66e56e9931db19d97589aa4641a Description-en: Linux kernel version specific tools for version 5.3.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1034 on 64 bit x86. Package: linux-tools-5.3.0-1036-gke Description-md5: feb291f596bbdb8867d8703251c60d00 Description-en: Linux kernel version specific tools for version 5.3.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1036 on 64 bit x86. Package: linux-tools-5.3.0-1038-gke Description-md5: 932e9c684d48537f8f0bc5311096f7b0 Description-en: Linux kernel version specific tools for version 5.3.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1038 on 64 bit x86. Package: linux-tools-5.3.0-1039-gke Description-md5: 49f05530c99a1db77c874b1623f950fd Description-en: Linux kernel version specific tools for version 5.3.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1039 on 64 bit x86. Package: linux-tools-5.3.0-1040-gke Description-md5: b38201d61632d566d01264518a56e2c0 Description-en: Linux kernel version specific tools for version 5.3.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1040 on 64 bit x86. Package: linux-tools-5.3.0-1041-gke Description-md5: 447d142c71791a836b1b453bcf34bf28 Description-en: Linux kernel version specific tools for version 5.3.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1041 on 64 bit x86. Package: linux-tools-5.3.0-1042-gke Description-md5: 279a848967a61787d20793dac03735d7 Description-en: Linux kernel version specific tools for version 5.3.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1042 on 64 bit x86. Package: linux-tools-5.3.0-1043-gke Description-md5: ee6854ee3685b163f564184084b8f436 Description-en: Linux kernel version specific tools for version 5.3.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1043 on 64 bit x86. Package: linux-tools-5.3.0-1044-gke Description-md5: d05819c0bf24db9356acf38c62b472e9 Description-en: Linux kernel version specific tools for version 5.3.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1044 on 64 bit x86. Package: linux-tools-5.3.0-1045-gke Description-md5: e907d7c2436c18ad0fc06f0cbc29b865 Description-en: Linux kernel version specific tools for version 5.3.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1045 on 64 bit x86. Package: linux-tools-5.4.0-1010-ibm Description-md5: 1bba16310bb8df3797555d53abcc0789 Description-en: Linux kernel version specific tools for version 5.4.0-1010 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1010 on 64 bit x86. Package: linux-tools-5.4.0-1012-ibm Description-md5: c57a4c99e406eb9a66d1f3cca327f9a8 Description-en: Linux kernel version specific tools for version 5.4.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1012 on 64 bit x86. Package: linux-tools-5.4.0-1014-ibm Description-md5: a35bd6505936f83720c95f23816e0e2e Description-en: Linux kernel version specific tools for version 5.4.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1014 on 64 bit x86. Package: linux-tools-5.4.0-1015-ibm Description-md5: b3b4d63f89c8181a426371d280d45e38 Description-en: Linux kernel version specific tools for version 5.4.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1015 on 64 bit x86. Package: linux-tools-5.4.0-1017-ibm Description-md5: 635d3fa8473bc19f999a478c5cf4f6c9 Description-en: Linux kernel version specific tools for version 5.4.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1017 on 64 bit x86. Package: linux-tools-5.4.0-1018-ibm Description-md5: 843400dc6e4175604dbd6474e20b3f8f Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on 64 bit x86. Package: linux-tools-5.4.0-1019-ibm Description-md5: ae955a59098b483f8e53e430ef8aad26 Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on 64 bit x86. Package: linux-tools-5.4.0-1020-ibm Description-md5: 4a5c5cb1ac68074346ddc4b39d9ae003 Description-en: Linux kernel version specific tools for version 5.4.0-1020 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1020 on 64 bit x86. Package: linux-tools-5.4.0-1021-ibm Description-md5: 03823badd969117ae36761d2af0dc636 Description-en: Linux kernel version specific tools for version 5.4.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1021 on 64 bit x86. Package: linux-tools-5.4.0-1023-ibm Description-md5: 56ffa57f9466d4ebf8b65219c2306f91 Description-en: Linux kernel version specific tools for version 5.4.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1023 on 64 bit x86. Package: linux-tools-5.4.0-1026-ibm Description-md5: 30af30840e39b336efbbb9c982f28f6f Description-en: Linux kernel version specific tools for version 5.4.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1026 on 64 bit x86. Package: linux-tools-5.4.0-1028-ibm Description-md5: 87b7a947d1156fc3b3c770152b4a8cd1 Description-en: Linux kernel version specific tools for version 5.4.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1028 on 64 bit x86. Package: linux-tools-5.4.0-1029-ibm Description-md5: 37beb482860b91915a9ad87293cba74b Description-en: Linux kernel version specific tools for version 5.4.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1029 on 64 bit x86. Package: linux-tools-5.4.0-1031-ibm Description-md5: 4837d85afbdbfc24c1760702d68f5bef Description-en: Linux kernel version specific tools for version 5.4.0-1031 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1031 on 64 bit x86. Package: linux-tools-5.4.0-1032-ibm Description-md5: 7414cc4cd105326ad03c774abb404554 Description-en: Linux kernel version specific tools for version 5.4.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1032 on 64 bit x86. Package: linux-tools-5.4.0-1033-ibm Description-md5: fe153c8fe9d9843cede7f74c617c42bc Description-en: Linux kernel version specific tools for version 5.4.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1033 on 64 bit x86. Package: linux-tools-5.4.0-1034-ibm Description-md5: e926f5685b472ccf06182fff26647814 Description-en: Linux kernel version specific tools for version 5.4.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1034 on 64 bit x86. Package: linux-tools-5.4.0-1036-ibm Description-md5: 324489361d9f4bee8538d0d7c743fc83 Description-en: Linux kernel version specific tools for version 5.4.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1036 on 64 bit x86. Package: linux-tools-5.4.0-1037-ibm Description-md5: a170e021e3c249f5bec6534fba82d70f Description-en: Linux kernel version specific tools for version 5.4.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1037 on 64 bit x86. Package: linux-tools-5.4.0-1040-ibm Description-md5: 8c1aadbb67cbcf8bec41289c7315b447 Description-en: Linux kernel version specific tools for version 5.4.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1040 on 64 bit x86. Package: linux-tools-5.4.0-1041-ibm Description-md5: c196d10a78848ebb809c7e29eaccb883 Description-en: Linux kernel version specific tools for version 5.4.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1041 on 64 bit x86. Package: linux-tools-5.4.0-1042-ibm Description-md5: 84c154d956799521c4d1b609133b3d30 Description-en: Linux kernel version specific tools for version 5.4.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1042 on 64 bit x86. Package: linux-tools-5.4.0-1044-ibm Description-md5: 44d170408546008df6e76d482ab3c4f8 Description-en: Linux kernel version specific tools for version 5.4.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1044 on 64 bit x86. Package: linux-tools-5.4.0-1045-ibm Description-md5: c67f1076f8a08a43cbe637d1df3aa053 Description-en: Linux kernel version specific tools for version 5.4.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1045 on 64 bit x86. Package: linux-tools-5.4.0-1046-ibm Description-md5: 5735e123572eec171bae31f46e007f1d Description-en: Linux kernel version specific tools for version 5.4.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1046 on 64 bit x86. Package: linux-tools-5.4.0-1047-ibm Description-md5: bd4f667efa616cd491cd9f318360a4eb Description-en: Linux kernel version specific tools for version 5.4.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1047 on 64 bit x86. Package: linux-tools-5.4.0-1048-ibm Description-md5: 0f561d199e2ff5ecfbe0078073373a02 Description-en: Linux kernel version specific tools for version 5.4.0-1048 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1048 on 64 bit x86. Package: linux-tools-5.4.0-1049-ibm Description-md5: 1b5faf648e4f4f8e5d4c7c1e0cda1d88 Description-en: Linux kernel version specific tools for version 5.4.0-1049 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1049 on 64 bit x86. Package: linux-tools-5.4.0-1050-ibm Description-md5: 54cbf3b3322a8432eed678c0d33cd394 Description-en: Linux kernel version specific tools for version 5.4.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1050 on 64 bit x86. Package: linux-tools-dell300x Description-md5: 76c55420b8c05f77e1e2eebd2cc01b1e Description-en: Linux kernel versioned tools for Dell Edge Gateway 300x systems. This package will always depend on the latest Linux kernel versioned tools available for Dell Edge Gateway 300x systems. Package: linux-tools-gke-5.0 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-gke-5.3 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-ibm Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. Package: linux-tools-ibm-edge Description-md5: 28ea2c16382bc8345e38e32ba1f02015 Description-en: IBM Cloud Platform (ibm) Linux kernel tools This package will always depend on the latest IBM Cloud Platform (ibm) kernel tools available. Package: linuxptp Description-md5: 3678f13807c05861be8c708a652e8e9d Description-en: Precision Time Protocol (PTP, IEEE1588) implementation for Linux Linuxptp is an implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux. Features include: - support for hardware and software time stamping via the Linux SO_TIMESTAMPING socket option. - support for the Linux PTP Hardware Clock (PHC) subsystem by using the clock_gettime family of calls, including the new clock_adjtimex system call - implementation of Boundary Clock (BC) and Ordinary Clock (OC) - transport over UDP/IPv4, UDP/IPv6, and raw Ethernet (Layer 2) - support for IEEE 802.1AS-2011 in the role of end station . PTP provides higher precision and faster synchronization than NTP even without hardware support. With hardware support, sub-microsecond accuracy can be expected. Whereas NTP is intended for WAN use, PTP is designed for LAN environments and makes use of UDP multicast. Package: lld-10 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-8 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-9 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lldb-10 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-8 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-9 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: llvm-10 Description-md5: 07d463911771b9679a5f0131f40992d4 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-10-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-10-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-10-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-10-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-10-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-8 Description-md5: e971ae25bca86cd8f4914ecf62f6301c Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X86, SparcV9, PowerPC or many other architectures. Package: llvm-8-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-8-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-8-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-8-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-8-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-9 Description-md5: c0407a823731253111d3bc7df8551893 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV9, PowerPC or many other architectures. Package: llvm-9-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-9-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-9-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-9-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-9-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: locales-all Description-md5: c360552536cba624a24a347b513939dd Description-en: GNU C Library: Precompiled locale data This package contains the precompiled locale data for all supported locales. A better alternative is to install the locales package and only select desired locales, but it can be useful on a low-memory machine because some locale files take a lot of memory to be compiled. Package: lrzip Description-md5: 3790656513d7f6048496d52bba0592cf Description-en: compression program with a very high compression ratio A compression program that can achieve very high compression ratios and speed when used with large files. It uses the combined compression algorithms of zpaq and lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip. It is designed to scale with increases with RAM size, improving compression further. A choice of either size or speed optimizations allows for either better compression than even lzma can provide, or better speed than gzip, but with bzip2 sized compression levels. Package: lrzsz Description-md5: 5e27fa83eccb5c12b930946e1d62ebd4 Description-en: Tools for zmodem/xmodem/ymodem file transfer Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from the public-domain version of Chuck Forsberg's rzsz package. . These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and receive (rz, rx, rb) files over a dial-in serial port from a variety of programs running under various operating systems. Package: lua5.3 Description-md5: 130003bb49100d21ad1dd4ef09dee02f Description-en: Simple, extensible, embeddable programming language Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided. . This package contains the Lua command line interpreter and bytecode compiler. Install it if you are developing or using Lua scripts. Package: lxc Description-md5: 8f5ab7156cfdafe3662f916116c20006 Description-en: Transitional package - lxc -> lxc-utils This is a transitional dummy package. It can safely be removed. . lxc is now replaced by lxc-utils. Package: lxc-utils Description-md5: 4ece0dffd153c29e95ffdb89f8238dfc Description-en: Linux Containers userspace tools Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. . This package provides the lxc-* tools, which can be used to start a single daemon in a container, or to boot an entire "containerized" system, and to manage and debug your containers. Package: lxc1 Description-md5: 273a0579052e484ba19949ef240341d4 Description-en: Transitional package - lxc1 -> lxc-utils This is a transitional dummy package. It can safely be removed. . lxc1 is now replaced by lxc-utils. Package: mariadb-client Description-md5: 2e04f284c927cfb4a5b1050a825be647 Description-en: MariaDB database client (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mariadb-client (currently mariadb-client-10.0), as determined by the MariaDB maintainers. Install this package if in doubt about which MariaDB version you want, as this is the one considered to be in the best shape. Package: mariadb-client-10.1 Description-md5: 7b5610b71c2642b63e6ffcb5b15bba8e Description-en: MariaDB database client binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the client binaries and the additional tools innotop and mysqlreport. Package: mariadb-client-core-10.1 Description-md5: 2862a38a5ead2e1df7366bf661e03278 Description-en: MariaDB database core client binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the core client files, as used by Akonadi. Package: mariadb-common Description-md5: a8bf2c1aebcb16934e54a7cb04adbfb4 Description-en: MariaDB common metapackage MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. Package: mariadb-plugin-connect Description-md5: a80bd9647c2961ca648b4365a4644855 Description-en: Connect storage engine for MariaDB Connect engine supports a number of file formats (dbf, xml, txt, bin, etc), connections to ODBC tables and remote MySQL tables, as well as a number of other interesting features. This package contains the Connect plugin for MariaDB. Package: mariadb-plugin-cracklib-password-check Description-md5: 0a2fe8a4ba8c29f625cec2b60dca2e5d Description-en: CrackLib Password Validation Plugin for MariaDB This password validation plugin uses cracklib to allow only sufficiently secure (as defined by cracklib) user passwords in MariaDB. Package: mariadb-plugin-gssapi-client Description-md5: ece7660a1e2293e316a2fa35c35f8b25 Description-en: GSSAPI authentication plugin for MariaDB client This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. . This package contains the client parts. Package: mariadb-plugin-gssapi-server Description-md5: 15f0c8ec89caa84121f658521f1d6501 Description-en: GSSAPI authentication plugin for MariaDB server This plugin includes support for Kerberos on Unix, but can also be used for Windows authentication with or without domain environment. . This package contains the server parts. Package: mariadb-plugin-mroonga Description-md5: 38f273fa8679ace3c47de32b8f1ad726 Description-en: Mroonga storage engine for MariaDB Mroonga (formerly named Groonga Storage Engine) is a storage engine that provides fast CJK-ready full text searching using column store. This package contains the Mroonga plugin for MariaDB. Package: mariadb-plugin-oqgraph Description-md5: 1fb0e876d57cfdc1cff69872c8dc754b Description-en: OQGraph storage engine for MariaDB The OQGraph engine is a computation engine plugin for handling hierarchies (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL. This package contains the OQGraph plugin for MariaDB. Package: mariadb-plugin-spider Description-md5: 0834409e7a3afca41f173143a638f5ab Description-en: Spider storage engine for MariaDB The Spider storage engine with built-in sharding features. It supports partitioning and xa transactions, and allows tables of different MariaDB instances to be handled as if they were on the same instance. It refers to one possible implementation of ISO/IEC 9075-9:2008 SQL/MED. Package: mariadb-plugin-tokudb Description-md5: 31667cb988ed1d50b7ef032158e16474 Description-en: TokuDB storage engine for MariaDB The TokuDB storage engine is for use in high-performance and write-intensive environments, offering increased compression and better performance based on fractal indexes. This package contains the TokuDB plugin for MariaDB. Package: mariadb-server Description-md5: 184dec3a9fb41c1cd31a78f54fa02394 Description-en: MariaDB database server (metapackage depending on the latest version) This is an empty package that depends on the current "best" version of mariadb-server (currently mariadb-server-10.0), as determined by the MariaDB maintainers. Install this package if in doubt about which MariaDB version you need. That will install the version recommended by the package maintainers. . MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. Package: mariadb-server-10.1 Description-md5: ae76dbcde4bf3e79b8228e6dad967834 Description-en: MariaDB database server binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the server binaries. Package: mariadb-server-core-10.1 Description-md5: a01f76260dfbedfdfbfcd8ff440b8a4c Description-en: MariaDB database core server files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the core server files, as used by Akonadi. Package: mariadb-test Description-md5: 88232ad1a9463948e9a1f1d33923b547 Description-en: MariaDB database regression test suite MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package includes the regression test suite. Package: mariadb-test-data Description-md5: 4e2584329df41bfe2241de957d88c44a Description-en: MariaDB database regression test suite - data files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. . This package has the architecture independent data files for the test suite. Package: maven Description-md5: 344f87767e3119fe58a5149874e743c9 Description-en: Java software project management and comprehension tool Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. . Maven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with: . * Making the build process easy * Providing a uniform build system * Providing quality project information * Providing guidelines for best practices development * Allowing transparent migration to new features Package: maven-ant-helper Description-md5: f2c490cf8d85b5e86cb5ef4121bb7088 Description-en: helper scripts for building Maven components with ant An environment that can be used to simplify the creation of Debian packages to support the Maven system. A "modello" ant task is also provided. . maven-build.xml attempts to reproduce the Maven build life-cycle. You can use it to build your jar or javadoc. If you have libmaven2-core-java installed, you can even use it to launch some Maven plugins to generate some code. Package: maven-cache-cleanup Description-md5: f5c5f8588751ecaca4ed05e16d26da31 Description-en: Utility to purge timestamped snapshots from Maven repositories Maven 3 dropped support for non-unique snapshot versions, which had the side effect of filling up Maven caches on developer machines and on CI build hosts. The Maven Cache Cleanup utility scans a specified Maven cache directory for snapshot versions and deletes all but the latest version of the timestamped artifacts. Package: maven-debian-helper Description-md5: 1339aa9bab67b5b17d46e9f968b15eef Description-en: Helper tools for building Debian packages with Maven maven-debian-helper is a set of tools used to generate Debian packages from Maven projects and build them in a manner that complies with the Debian policies. Package: maven-repo-helper Description-md5: eb08bec908759f1bd4f918393d802196 Description-en: Helper tools for including Maven metadata in Debian packages This package enables Debian packages which are not using Maven in their build process to provide and install Maven POMs and libraries in the repository located in /usr/share/maven-repo. . Packages built with Maven (using maven-debian-helper) will benefit as many of their dependencies are already packaged in Debian but they are missing the necessary metadata (Maven POM) which is required by Maven when it is using dependencies. . A tutorial is available at /usr/share/doc/maven-repo-helper/tutorial.html Package: mencoder Description-md5: 3e0b1c03e45777592769ce1aa7a30c28 Description-en: MPlayer's Movie Encoder MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It can also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies. . This package contains mencoder, a simple movie encoder, designed to encode MPlayer-playable movies (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET) to other MPlayer-playable formats. It can encode with various codecs, like DivX4 (1 or 2 passes), libavcodec, PCM/MP3/VBRMP3 audio. Also has stream copying and video resizing capabilities. Package: mercurial Description-md5: 01f62ef3bd1477c40a17577e8dcc5e14 Description-en: easy-to-use, scalable distributed version control system Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. . Its features include: * O(1) delta-compressed file storage and retrieval scheme * Complete cross-indexing of files and changesets for efficient exploration of project history * Robust SHA1-based integrity checking and append-only storage model * Decentralized development model with arbitrary merging between trees * High-speed HTTP-based network merge protocol * Easy-to-use command-line interface * Integrated stand-alone web interface * Small Python codebase . This package contains the architecture dependent files. Package: mercurial-common Description-md5: 715b60ef17ae723625b571846d6d05da Description-en: easy-to-use, scalable distributed version control system (common files) Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. . This package contains the architecture independent components of Mercurial, and is generally useless without the mercurial package. Package: mesa-opencl-icd Description-md5: 10fe1749fa432fa001ccca2f3b268b84 Description-en: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Package: mesa-va-drivers Description-md5: c89bbf6e4f80a47acafd5858be814f3c Description-en: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-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 VA-API for some gallium drivers. Package: mesa-vulkan-drivers Description-md5: de68f7559174261711b175701783338c Description-en: Mesa Vulkan graphics drivers Vulkan is a low-overhead 3D graphics and compute API. This package includes Vulkan drivers provided by the Mesa project. Package: meson Description-md5: 05e8ad52532257641a3b106a0836e789 Description-en: high-productivity build system Meson is a build system designed to increase programmer productivity. It does this by providing a fast, simple and easy to use interface for modern software development tools and practices. Package: minidlna Description-md5: 5b2d396f86d25a79b5ab8a1c34181623 Description-en: lightweight DLNA/UPnP-AV server targeted at embedded systems MiniDLNA (aka ReadyDLNA) is server software with the aim of being fully compliant with DLNA/UPnP-AV clients. . The minidlna daemon serves media files (music, pictures, and video) to clients on your network. Example clients include applications such as totem and xbmc, and devices such as portable media players, smartphones, and televisions. . MiniDLNA is a simple, lightweight alternative to mediatomb, but has fewer features. It does not have a web interface for administration and must be configured by editing a text file. Package: mkbootimg Description-md5: 0d10e2b9aac44ee2f6beda66718048b2 Description-en: Creates Android boot images Creates Android boot images that includes kernel image and ramdisk, in a special format which can be used with fastboot. Package: mlock Description-md5: afe8a4d97e103642cba447a9323f0878 Description-en: mailbox locking program IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains a program to lock mailbox files to avoid corruption. Package: mobile-atlas-creator Description-md5: 2b0ced3f602a2b6c1203ba87b14665ec Description-en: program to create offline atlases for GPS/cell phone applications Formerly known as "TrekBuddy Atlas Creator". This application creates off-line atlases for the J2ME application TrekBuddy and various other mobile applications on Android and WindowsCE. The abbreviation of ths app is mobac. Package: mongodb Description-md5: 8fa8c030cb4f008d0ac716b496446f9d Description-en: object/document-oriented database (metapackage) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage and use. It's network accessible, written in C++ and offers the following features: . * Collection oriented storage - easy storage of object-style data * Full index support, including on inner objects * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. videos) * Auto-sharding for cloud-level scalability . High performance, scalability, and reasonable depth of functionality are the goals for the project. . This is a convenience metapackage that depends on all the mongodb parts: the server, the clients and the development files (headers and library). Package: mongodb-clients Description-md5: 4a9a420d4a119483f9c8b9e74d827f5c Description-en: object/document-oriented database (client apps) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage and use. It's network accessible, written in C++ and offers the following features: . * Collection oriented storage - easy storage of object-style data * Full index support, including on inner objects * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. videos) * Auto-sharding for cloud-level scalability . High performance, scalability, and reasonable depth of functionality are the goals for the project. . This package contains the standard administrative shell (mongo) and other utilities for administration or analysis of performance of the server. Package: mongodb-server Description-md5: d69ade9ea95f5bdcf2dfe5fc8001563b Description-en: object/document-oriented database (managed server package) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage and use. It's network accessible, written in C++ and offers the following features: . * Collection oriented storage - easy storage of object-style data * Full index support, including on inner objects * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. videos) * Auto-sharding for cloud-level scalability . High performance, scalability, and reasonable depth of functionality are the goals for the project. . This package installs MongoDB as a system service. Package: mongodb-server-core Description-md5: 835160aaa7a62f3c995d9b885528eeb9 Description-en: object/document-oriented database (server binaries package) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage and use. It's network accessible, written in C++ and offers the following features: . * Collection oriented storage - easy storage of object-style data * Full index support, including on inner objects * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. videos) * Auto-sharding for cloud-level scalability . High performance, scalability, and reasonable depth of functionality are the goals for the project. . This package contains the database server (mongod) and sharding server/load-balancer (mongos) binaries. Package: mosquitto Description-md5: 307c8e6f529318d6f3294b62a053c404 Description-en: MQTT version 3.1/3.1.1 compatible message broker This is a message broker that supports version 3.1 and 3.1.1 of the MQTT protocol. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: mosquitto-clients Description-md5: 00ffe8c3469756fd522b4deb0fa35021 Description-en: Mosquitto command line MQTT clients This is two MQTT version 3.1/3.1.1 command line clients. mosquitto_pub can be used to publish messages to a broker and mosquitto_sub can be used to subscribe to a topic to receive messages. . MQTT provides a method of carrying out messaging using a publish/subscribe model. It is lightweight, both in terms of bandwidth usage and ease of implementation. This makes it particularly useful at the edge of the network where a sensor or other simple device may be implemented using an arduino for example. Package: mosquitto-dbg Description-md5: 8a28b96035cc815c27baf40a48ae9304 Description-en: debugging symbols for mosquitto binaries This package contains debugging files used to investigate problems with the binaries provided by the packages mosquitto, mosquitto-clients, libmosquitto1 and libmosquittopp1. Package: mosquitto-dev Description-md5: 85819cfdd218368883800fb38464ff56 Description-en: Development files for Mosquitto Mosquitto is a message broker that supports the MQTT protocol. . This package contains the include files used if you wish to compile a package which requires Mosquitto's source file headers. Package: mozilla-devscripts Description-md5: 291f485d42ad6a3415d16564ab6b0767 Description-en: Development scripts used by Mozilla's addons packages This package contains mozilla-devscripts, a collection of scripts based on Makefile inheritance meant for packaging Firefox's and Icedove's extensions. These tools will help maintainers to build link and install all XUL extensions properly following the policies outlined by the Debian Mozilla Extension Maintainers team. Package: mplayer Description-md5: e1a06607c7bcbd25d2abd6bdf83b871b Description-en: movie player for Unix-like systems MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It can also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies. . Another big feature of MPlayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, DirectFB, but also SDL. . Not all of the upstream code is distributed in the source tarball. See the README.Debian and copyright files for details. Package: mplayer-doc Description-md5: c6fcbec0e0667e19084785de6460e973 Description-en: documentation for MPlayer This package contains the HTML documentation for MPlayer, a movie player for Unix-like systems. It is available in several languages. . You only need this package if you want to read the MPlayer manual. The manpages are included in the regular MPlayer package. Package: mplayer-gui Description-md5: 9e3f05de5fceb175bfdc57b182d973d0 Description-en: movie player for Unix-like systems (GUI variant) MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It can also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies. . Another big feature of MPlayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, DirectFB, but also SDL. . This package includes the GUI variant of MPlayer. Package: mumble Description-md5: 07c8e9ffe77a700bb357718c18477b62 Description-en: Low latency encrypted VoIP client Mumble is a low-latency, high quality voice chat program for gaming. It features noise suppression, encrypted connections for both voice and instant messaging, automatic gain control and low latency audio with support for multiple audio standards. Mumble includes an in-game overlay compatible with most open-source and commercial 3D applications. Mumble is just a client and uses a non-standard protocol. You will need a dedicated server to talk to other users. Server functionality is provided by the package "mumble-server". Package: mumble-server Description-md5: 1fcced71b2a711c76977f8dc39491949 Description-en: Low latency encrypted VoIP server Murmur is the VoIP server component for Mumble. Murmur is installed in a system-wide fashion, but can also be run by individual users. Each murmur process supports multiple virtual servers, each with their own user base and channel list. Package: mysql-source-5.7 Description-md5: 88f58941059fab032315a68e3122ac60 Description-en: MySQL source MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL source code as configured before building - but after the arch specific configuration. This is currently required for building plugins. Package: mysql-testsuite Description-md5: e045843e436e014e0fa5bcb7763bc7e1 Description-en: MySQL regression tests This is an empty package that depends on the current "best" version of mysql-testsuite (currently mysql-testsuite-5.7), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Package: mysql-testsuite-5.7 Description-md5: 0557f3dcf33248a2caf2c603c14917dd Description-en: MySQL 5.7 testsuite MySQL is a fast, stable, and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. . This package includes the MySQL testsuite. Package: nasm-mozilla Description-md5: bc3dcab1162eb9b0f97c24bb0f3a90d0 Description-en: General-purpose x86 assembler Netwide Assembler. NASM will currently output flat-form binary files, a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and Win32 object files. . Also included is NDISASM, a prototype x86 binary-file disassembler which uses the same instruction table as NASM. . NASM is released under the GNU Lesser General Public License (LGPL). Package: nbd-client Description-md5: 50b5081db709f9bc399b8b74366d1d8f Description-en: Network Block Device protocol - client Network Block Device (NBD) is a client/server protocol that emulates a block device (such as a hard disk, a floppy, or a CD-ROM) over the network, thus giving the system the ability to swap over the network, or to use raw network disk space for other purposes. . However, writing to one Network Block Device from different clients simultaneously is not recommended, and would probably result in data loss. If you want multiple clients to share a remote resource, use a network file system such as NFS or Coda. . This package provides the client binary for NBD. Package: needrestart Description-md5: 17cb09a0640a0df1abcefed540877a37 Description-en: check which daemons need to be restarted after library upgrades needrestart checks which daemons need to be restarted after library upgrades. It is inspired by checkrestart from the debian-goodies package. . Features: - supports (but does not require) systemd - binary blacklisting (i.e. display managers) - tries to detect required restarts of interpreter based daemons (supports Java, Perl, Python, Ruby) - tries to detect required resarts of containers (docker, LXC) - tries to detect pending kernel upgrades - tries to detect pending microcode upgrades for Intel CPUs - could be used as nagios check_command - fully integrated into apt/dpkg using hooks Package: netatalk Description-md5: 9400f37f8d52982c30c427813e004eab Description-en: AppleTalk user binaries Netatalk is an implementation of the AppleTalk Protocol Suite for BSD-derived systems. The current release contains support for EtherTalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. . This package contains all daemon and utility programs as well as Netatalk's static libraries. Package: netatalk-dbg Description-md5: f7fe479bef08b7da27b486d7ba9a78a4 Description-en: Debug symbols for netatalk Netatalk is an implementation of the AppleTalk Protocol Suite for BSD-derived systems. The current release contains support for EtherTalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. . This package contains the debugging symbols for Netatalk. Package: netbeans Description-md5: 26e2554fdd9aea3a39bf374f2f9703d0 Description-en: Extensible Java IDE Integrated Development Environment for software developers. It supports development of desktop, enterprise, web, and mobile applications. Package includes the Base IDE, Java Development Tools and Plug-in Development Tools. Support for PHP, Ruby, C/C++, Java EE and others can be added. Package: nettle-bin Description-md5: b9c201f42c4b4fea02c357189015a9c0 Description-en: low level cryptographic library (binary tools) Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. . It tries to solve a problem of providing a common set of cryptographic algorithms for higher-level applications by implementing a context-independent set of cryptographic algorithms. In that light, Nettle doesn't do any memory allocation or I/O, it simply provides the cryptographic algorithms for the application to use in any environment and in any way it needs. . This package contains binary utilities that accompany the library: . - nettle-lfib-stream - generates a pseudo-random stream, using the Knuth lfib (non-cryptographic) pseudo-random generator. - sexp-conv - conversion tool for handling the different flavours of sexp syntax. - pkcs1-conv - converts PKCS#1 keys to sexp format. - nettle-hash - command-line tool to compute message digests such as SHA-1. Package: network-manager-config-connectivity-debian Description-md5: ee9b0c2af33d572bf2dba6f733d3d44b 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 a Debian 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 Debian connectivity check servers reveals that the user is running a Debian(-based) operating system with NetworkManager. Package: network-manager-vpnc Description-md5: 41f3f439f21dbe62ff897a0b37a0f6fa Description-en: network management framework (VPNC plugin core) 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 a VPN plugin for vpnc, providing easy access to Cisco Concentrator based VPN's. Package: network-manager-vpnc-gnome Description-md5: e45eaf72a5c8f5aef4f7b9de1118ffd6 Description-en: network management framework (VPNC plugin GNOME GUI) 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 GNOME bits of NetworkManager's VPNC plugin. Package: neutron-macvtap-agent Description-md5: e60c41b51b193c7b7bd59c74ab9bbcd9 Description-en: Neutron is a virtual network service for Openstack - Macvtap L2 Agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Macvtap L2 Agent. Package: neutron-metering-agent Description-md5: 65dae36f4a24be77bcb88d08a02f05f3 Description-en: Neutron is a virtual network service for Openstack - metering agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the metering agent. Package: neutron-plugin-linuxbridge-agent Description-md5: 2b3933b495672e8963f37054b8e8ffbe Description-en: Transitional package for neutron-linuxbridge-agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package is a transitional package and can be safely removed. Package: neutron-plugin-openvswitch-agent Description-md5: 739a968407df5f0c9d1119f1ce56c018 Description-en: Transitional package for neutron-openvswitch-agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package is a transitional package and can be safely removed. Package: neutron-plugin-sriov-agent Description-md5: ade5136ccbce440e1010705aab7e6c1a Description-en: Transitional package for neutron-sriov-agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package is a transitional package and can be safely removed. Package: neutron-sriov-agent Description-md5: 42989299f1b85c4fc6eccec9138ca534 Description-en: Neutron is a virtual network service for Openstack - SR-IOV agent Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package provides the Mellanox SR-IOV agent. Package: nginx-extras Description-md5: 225aac32714dab461692d2628eac8f17 Description-en: nginx web/proxy server (extended version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the standard modules, plus extra features and modules such as the Perl module, which allows the addition of Perl in configuration files. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress, Upstream Fair Queue. Package: nginx-full Description-md5: fb2d2f2707ba78b7a34b5042b033f3ef Description-en: nginx web/proxy server (standard version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extra). . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy, Referer, Rewrite, SCGI, Split Clients, UWSGI. . OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP, Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, HTTP Substitutions, Upstream Fair Queue. Package: nginx-light Description-md5: dc750c339c49ba7f8f24198d00333f02 Description-en: nginx web/proxy server (basic version) Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev. It can be used both as a standalone web server and as a proxy to reduce the load on back-end HTTP or mail servers. . This package provides a very light version of nginx with only the minimal set of features and modules. . STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF, FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI. . OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression, Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread Pool, WebDAV, Upstream. . THIRD PARTY MODULES: Echo. Package: node-bl Description-md5: d736d684f83ac937d352b03669c44038 Description-en: access multiple buffers with Buffer interface - Node.js module bl is a storage object for collections of Node.js Buffers, exposing them with the main Buffer readable API. Also works as a duplex stream so you can collect buffers from a stream that emits them and emit buffers to a stream that consumes them. . Node.js is an event-based server-side JavaScript engine. Package: node-css-what Description-md5: 7887ab7768ec3560e0f768a8e998754e Description-en: CSS selector parser This module contains a CSS selector parser. . The function returns a two-dimensional array. The first array represents selectors separated by commas (eg. sub1, sub2), the second contains the relevant tokens for that selector. . Node.js is an event-based server-side JavaScript engine. Package: node-eventsource Description-md5: 2d9bfa4513c4fdd2f1f472033886876b Description-en: W3C compliant EventSource client for Node.js This library implements the EventSource client for Node.js. The API aims to be W3C compatible. . Node.js is an event-based server-side JavaScript engine. Package: node-fstream Description-md5: d3438a2fc439a8bca20e94d332862c29 Description-en: Advanced filesystem streaming tools for Node.js node-fstream is a high-level file stream module for Node.js, with a unified interface for reading and writing streams representing files, directories or symbolic links, as well as manipulating their attributes, such as atime/mtime or uid/guid. . Node.js is an event-based server-side javascript engine. Package: node-hawk Description-md5: 11050b4870efe8512ecf3589f21d771c Description-en: HTTP Hawk Authentication Scheme Hawk is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial HTTP request cryptographic verification. For more complex use cases such as access delegation, see Oz. . Node.js is an event-based server-side JavaScript engine. Package: node-json-schema Description-md5: df78411b90d50bf76a267d3a310942f0 Description-en: JSON Schema validation and specifications JSON Schema is a repository for the JSON Schema specification, reference schemas and a CommonJS implementation of JSON Schema (not the only JavaScript implementation of JSON Schema, JSV is another excellent JavaScript validator). . Node.js is an event-based server-side JavaScript engine. Package: node-minimatch Description-md5: 1eb4388b667ee4f8d0ff7553d0d0e6a1 Description-en: Convert glob expressions into RegExp objects for Node.js A pure javascript, not strictly compatible, implementation of fnmatch/glob. Supports negation, comment, double-star, brace expansion. . Node.js is an event-based server-side javascript engine. Package: node-moment Description-md5: 4db150f8a4fc67daf457c78fba7b1de5 Description-en: Work with dates in JavaScript (Node.js module) A lightweight JavaScript date library to parse, validate, manipulate and format dates. . Node.js is an event-based server-side JavaScript engine. Package: node-nth-check Description-md5: 87cadb861e1b70a6cdb8713f4b979f77 Description-en: performant nth-check parser & compiler This module can be used to parse & compile nth-checks, as they are found in CSS 3's nth-child() and nth-last-of-type(). . nth-check focusses on speed, providing optimized functions for different kinds of nth-child formulas, while still following the spec. . Node.js is an event-based server-side JavaScript engine. Package: node-object-path Description-md5: 1326ba86a9e00ca5da814d3c786a2a7b Description-en: Access deep object properties using a path Node.js module to access (get, set, insert, delete, test) deep object properties using dot-separated paths. . Node.js is an event-based server-side JavaScript engine. Package: node-thenify Description-md5: 6eade1ced51fc142af2e90332eedd78a Description-en: Promisify a callback-based function Some features of this module: - Preserves function names - Uses a native promise implementation if available and tries to fall back to a promise implementation such as bluebird - Converts multiple arguments from the callback into an Array, also support change the behavior by options.multiArgs - Resulting function never deoptimizes - Supports both callback and promise style An added benefit is that thrown errors in that async function will be caught by the promise! . Node.js is an event-based server-side JavaScript engine. Package: node-trim-newlines Description-md5: fc76051f575c5886d69e7cce5d68ab43 Description-en: Trim newlines from start and/or end of a string Trim newlines or line break from the start and/or end of a string . Node.js is an event-based server-side JavaScript engine. Package: node-underscore Description-md5: 398861d20e6c0b871219d43e35746ad1 Description-en: JavaScript's functional programming helper library - NodeJS Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux. . Underscore provides 60-odd functions that support both the usual functional suspects: map, select, invoke - as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so modern browsers will use the native implementations of forEach, map, reduce, filter, every, some and indexOf. . This package contains the NodeJS module. Package: node-url-parse Description-md5: 0e27d3fc10c5e075495ca0ecf3279b9f Description-en: Parse URL in node using the URL module and in the browser using the DOM The url-parse method exposes two different API interfaces. The url interface that you know from Node.js and the new URL interface that is available in the latest browsers. . Since 0.1 we've moved away from using the DOM's <a> element for URL parsing and moving to a full Regular Expression solution. The main reason for this change is to make the URL parser available in different JavaScript environments as you don't always have access to the DOM like Worker environments. This module still have a really small foot print as this module's main intention is to be bundled with client-side code. The only problem however with a RegExp based solution is that it required a lot of lookups causing major problems in FireFox. So the last and the current solution was a pure string parsing solution which chops up the URL in smaller pieces. . Node.js is an event-based server-side JavaScript engine. Package: nodejs Description-md5: e507fb472d7cdaceffc5b285a62d5c1b Description-en: evented I/O for V8 javascript Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nodejs-dev Description-md5: 80f21f18dc84266acebc6380c27c1a79 Description-en: evented I/O for V8 javascript (development files) Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . This package is needed to build plugins. Package: nodejs-doc Description-md5: 412a10c7e1cda220ce002c1fbb981adb Description-en: API documentation for Node.js, the javascript platform Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package contains API documentation for nodejs. Package: nodejs-mozilla Description-md5: e507fb472d7cdaceffc5b285a62d5c1b Description-en: evented I/O for V8 javascript Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Package: nova-ajax-console-proxy Description-md5: 571664bc0008e44d5df6784807a6ecf0 Description-en: OpenStack Compute - AJAX console proxy - transitional package OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package used to provide the AJAX proxy, which is now gone. Package: nova-api-metadata Description-md5: ae9cd778d7894b1a89d138fe3587a7da Description-en: OpenStack Compute - metadata API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This package provides the metadata API backend for guest VMs. Package: nova-api-os-compute Description-md5: 32fe3c17415adfec970c371f4bdff9b6 Description-en: OpenStack Compute - OpenStack Compute API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This package provides the OpenStack Compute API frontend. Package: nova-api-os-volume Description-md5: f8cc143de25afd88a62e482808826104 Description-en: OpenStack Compute - OpenStack Volume API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This is a dummy transitional package that can be removed after upgrade. Package: nova-cells Description-md5: a630a337cf802c4d29d91c1a6283fac5 Description-en: Openstack Compute - cells OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This is the Nova cells component. Package: nova-compute-qemu Description-md5: 46acbb1c9b077142e1930821f7a05aed Description-en: OpenStack Compute - compute node (QEmu) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using QEmu. Package: nova-compute-vmware Description-md5: 3246e65f6c94fc6b7eccb5b2f332c4f1 Description-en: OpenStack Compute - compute node (VMware) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using VMware vCenter. Package: nova-compute-xen Description-md5: 8268c70ad765a6427d184e1c58a4472c Description-en: OpenStack Compute - compute node (Xen) OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . Install this package on your compute nodes if you're using Xen. Package: nova-console Description-md5: 095d3c39f30a44dd0768d8a869e4fa67 Description-en: OpenStack Compute - Console OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the console server. This enables the use of consoles to be used along with XVP and XenServer. It is a publically reachable component which proxies access to VNCs running on compute nodes. Package: nova-consoleauth Description-md5: 471ffbc52e68b19718599b8e938708d2 Description-en: OpenStack Compute - Console Authenticator OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the authentication service for nova-console. It grants user requests for console access based on tokens in the identity service and allows access to virtual consoles via a browser. Package: nova-novncproxy Description-md5: f71a025ccadd58aa7f26e66e99818fa8 Description-en: OpenStack Compute - NoVNC proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the VNC proxy. It is a publically reachable component which proxies access to VNCs running on compute nodes. Package: nova-placement-api Description-md5: dcb1a7642fea15d823a096f421cb0e6d Description-en: OpenStack Compute - placement API frontend OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . This package provides the placement API frontend for managing resource providers. Package: nova-serialproxy Description-md5: a8fd3f5d6ac9bda37bd109530d1cfc96 Description-en: OpenStack Compute - serial proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the serial proxy. It is a publically reachable component which proxies access to qemu-space running on compute nodes Package: nova-spiceproxy Description-md5: ea77a7b8b1a9e5a1953479bb5b89e219 Description-en: OpenStack Compute - spice html5 proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the spice proxy. It is a publically reachable component which proxies access to qemu-space running on compute nodes Package: nova-xvpvncproxy Description-md5: b3739b7ab9595f5c68b1c0e141861b74 Description-en: OpenStack Compute - XVP VNC proxy OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable. . OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API. . Nova is intended to be modular and easy to extend and adapt. It supports many different hypervisors (KVM and Xen to name a few), different database backends (SQLite, MySQL, and PostgreSQL, for instance), different types of user databases (LDAP or SQL), etc. . This package provides the VNC proxy. It is a publically reachable component which proxies access to VNCs running on compute nodes. Package: nscd Description-md5: e8172254ec0df735a3e44c0f557100bc Description-en: GNU C Library: Name Service Cache Daemon A daemon which handles passwd, group and host lookups for running programs and caches the results for the next query. You should install this package only if you use slow services like LDAP, NIS or NIS+. Package: ntp Description-md5: 220487bd9eceed70fec6b929cb922fd3 Description-en: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntp-doc". Package: ntp-doc Description-md5: f5c14d8cbc640d49a5c8a0eeaadac851 Description-en: Network Time Protocol documentation NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . This package contains HTML documentation for the ntp packages (ntp, ntpdate). Since there are no substantive man pages for ntp's programs and configuration files, this package is desirable for any setup beyond the simple default configuration. Package: ntpdate Description-md5: bab945a5e62017056d52dca74ed20cda Description-en: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . If the full NTP daemon from the package "ntp" is installed, then ntpdate is not necessary. Package: ntpsec Description-md5: 95a8d09202caa65253f30fb1db647bdf Description-en: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . This is the NTPsec version of NTP. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntpsec-doc". Package: ntpsec-doc Description-md5: 305615088e9512416c11e16403af0a23 Description-en: Network Time Protocol documentation NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains HTML documentation for the ntpsec packages (ntpsec, ntpsec-ntpdate). . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: ntpsec-ntpdate Description-md5: 71e2f5537b567c32013b184c9137b5ef Description-en: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . This is the NTPsec version of ntpdate. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. . If the full NTP daemon from the package "ntpsec" is installed, then ntpsec-ntpdate is not necessary. Package: ntpsec-ntpviz Description-md5: 0eaae42373fa30a1293b94825738d9bd Description-en: NTP statistics graphing utility NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpviz analyzes NTP log files and generates statistical plots from them. The output is in the form of HTML with images. If Apache is installed, it will be served at: /ntpviz . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: open-vm-tools-desktop Description-md5: 0a75baf603aed1d261cb9d62936d3c0d Description-en: Open VMware Tools for virtual machines hosted on VMware (GUI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the user-space programs and libraries that are essential for improved user experience of VMware virtual machines. Package: openconnect Description-md5: 64ffa32e1e6e2b26035af1adedcc12cd Description-en: open client for Cisco AnyConnect VPN OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others. OpenConnect also supports the Pulse Connect Secure SSL VPN, formerly known as the Juniper SSL VPN or the Junos Pulse VPN. Package: opencv-data Description-md5: 6309a2225945477162fd5b5b25620a83 Description-en: development data for opencv This package contains some architecture independent files useful for development with OpenCV. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: opencv-doc Description-md5: ee64a89ad004eac0997a2fd96a5627e5 Description-en: OpenCV documentation and examples This package contains the OpenCV documentation and example programs. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: opendmarc Description-md5: 19a5d74cb9664470eaeeaf7a57a18873 Description-en: Milter implementation of DMARC Domain-based Message Authentication, Reporting and Conformance (DMARC), builds on the successes of technologies such as DomainKeys Identified Mail (DKIM) and the Sender Policy Framework (SPF) to create an infrastructure that enforces policy on domain names that are visible to end users, and creates a feedback framework for identifying and tracking fraudulent use of domain names in email. It uses OpenDBX as an interface layer to various SQL back ends. . It provides the following new capabilities: . A binding between the domain name seen in the From: field of a message and one or both of the domain names verified by DKIM and SPF; . The capability to request that receivers enforce strict message authentication policy published by the author; and Comprehensive reporting, both forensic and aggregate, regarding suspect messages. . This package contains the OpenDMARC mail filter (Milter) for plugging into Milter-aware MTAs. It implements support for both message reject and DMARC failure reporting. Package: openexr Description-md5: df2e7dd14eff4a12449119460fbd674c Description-en: command-line tools for the OpenEXR image format OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. . OpenEXR's features include: * Higher dynamic range and colour precision than existing 8- and 10-bit image file formats. * Support for the "half" 16-bit floating-point pixel format. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. . This package contains the following tools: * exrheader, a utility for dumping header information. * exrstdattr, a utility for modifying OpenEXR standard attributes. * exrmaketiled, for generating tiled and rip/mipmapped images. * exrenvmap, for creating OpenEXR environment maps. * exrmakepreview, for creating preview images for OpenEXR files. Package: openjdk-11-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-11-jre-dcevm Description-md5: 68e6b77fa629f8c7692e213584cd125f Description-en: Alternative VM for OpenJDK 11 with enhanced class redefinition The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of the Java HotSpot VM that allows unlimited redefinition of loaded classes at runtime. The current hotswapping mechanism of the HotSpot VM allows only changing method bodies. This enhanced VM allows adding and removing fields and methods as well as changes to the super types of a class. . This alternative VM is enabled by adding the -dcevm option when invoking the java command. Package: openjdk-11-jre-zero Description-md5: c714861c802c9808def07d5329c6ed78 Description-en: Alternative JVM for OpenJDK, using Zero The package provides an alternative runtime using the Zero VM. Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Package: openjdk-17-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-17-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-17-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-17-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-17-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-17-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-17-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-17-jre-zero Description-md5: c714861c802c9808def07d5329c6ed78 Description-en: Alternative JVM for OpenJDK, using Zero The package provides an alternative runtime using the Zero VM. Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Package: openjdk-17-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: openjdk-8-dbg Description-md5: 62cbbd2d3e6bc94279f18db4f735142b 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. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-demo Description-md5: c2a5624aa60e4de3025a249886fa82d7 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-doc Description-md5: c1aebd5e8058a6cce0d5690571eddb7b 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. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jdk Description-md5: 675290db0de49757986666504c33f9b2 Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This binary package extends the headless JDK with GUI-specific utilities, libraries and, as necessary, package dependencies. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jdk-headless Description-md5: 8728353da59d7b1608e908f191d9b820 Description-en: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This binary package contains almost the full JDK, except for some tools (appletviewer, jconsole) and headers (jawt) that make sense only in GUI environments. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre Description-md5: adca808a02a80aed4051cc95b7fe5f37 Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre-headless Description-md5: 20eb08d56f9496cba7ae5bc1fc762f93 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre-zero Description-md5: ca0db1fb38a237b982a1de5e6d632720 Description-en: Alternative JVM for OpenJDK, using Zero/Shark The package provides an alternative runtime using the Zero VM and the Shark Just In Time Compiler (JIT). Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Package: openjdk-8-source Description-md5: 328263bb6fbf81f04f5d459d67244ea0 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. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjfx Description-md5: c81023d9b26926c1219881c76843995a Description-en: JavaFX/OpenJFX - Rich client application platform for Java JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. Package: openjfx-source Description-md5: c01ab725de38eaf161e002db642eda0e Description-en: JavaFX/OpenJFX - Rich client application platform for Java (sources) JavaFX/OpenJFX is a set of graphics and media APIs that enables Java developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. . This package contains the source archive to be used with an IDE. Package: opensmtpd Description-md5: be8df8944be13df6be34d92bf71cf048 Description-en: secure, reliable, lean, and easy-to configure SMTP server The OpenSMTPD server seeks to be * as secure as possible, and uses privilege separation to mitigate possible security bugs * as reliable as possible: any accepted email must not be lost * lean: it covers typical usage cases instead of every obscure one * easy to configure, with a configuration syntax reminiscent of the OpenBSD Packet Filter's (PF) * fast and efficient: it can handle large queues with reasonable performance Package: openssl1.0 Description-md5: bd5d2f6fd9cabf8ca8dfdd6df1453779 Description-en: Secure Sockets Layer toolkit 1.0 - cryptographic utility This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains the general-purpose command line binary /usr/lib/ssl1.0/openssl, useful for cryptographic operations such as: * creating RSA, DH, and DSA key parameters; * creating X.509 certificates, CSRs, and CRLs; * calculating message digests; * encrypting and decrypting with ciphers; * testing SSL/TLS clients and servers; * handling S/MIME signed or encrypted mail. Package: openstack-dashboard-ubuntu-theme Description-md5: 40d46eeff72f593d414a29c360430556 Description-en: Transitional dummy package for Ubuntu theme for Horizon This transitional package is safe to remove and use openstack-dashboard instead, which now contains the Ubuntu theme. Package: openvswitch-pki Description-md5: 7bc9647531060a37f72077a192bd67e9 Description-en: Open vSwitch public key infrastructure dependency package Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . openvswitch-pki provides PKI (public key infrastructure) support for Open vSwitch switches and controllers, reducing the risk of man-in-the-middle attacks on the Open vSwitch network infrastructure. Package: openvswitch-test Description-md5: 5e96c70d93748d31d15d453a8ccec079 Description-en: Open vSwitch test package Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains utilities that are useful to diagnose performance and connectivity issues in Open vSwitch setup. Package: openvswitch-testcontroller Description-md5: 55827d9f036c6bc8e9b4979e18054a4e Description-en: Simple controller for testing OpenFlow setups This controller enables OpenFlow switches that connect to it to act as MAC-learning Ethernet switches. It can be used for initial testing of OpenFlow networks. It is not a necessary or desirable part of a production OpenFlow deployment. Package: openvswitch-vtep Description-md5: be45108f46f34bd9625673e3854b516b Description-en: Open vSwitch VTEP utilities Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package provides utilities that are useful to interact with a VTEP-configured database and a VTEP emulator. Package: orthanc-imagej Description-md5: 8d273ba496e01f76aa13b08e9b2bdc53 Description-en: ImageJ plugin to import images from Orthanc This ImageJ plugin allows ImageJ to browse the content of an Orthanc server, then import 2D/3D DICOM images from Orthanc into ImageJ. Orthanc is a lightweight, RESTful DICOM server for healthcare and medical research. . This plugin simplifies the indexation of DICOM images if using ImageJ (e.g. for quality control of DICOM modalities, or for pedagogical use). There is also no need to carry on any complex network configuration, since the plugin directly uses the REST API of Orthanc. This makes its installation and its use quite straightforward. Package: ostree Description-md5: d767cb08238abbe08c2671b5e44f6d0b Description-en: content-addressed filesystem for operating system binaries libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. . This package contains the executables used to manage and create filesystem trees. It does not affect the boot process for the system on which it is installed. Package: ostree-tests Description-md5: d7b28e54f9327d4a658e4e5bdbf03edf Description-en: content-addressed filesystem for operating system binaries - tests libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains automated tests. Package: ovmf Description-md5: f5518b7d256400637ca9512a6cfc4bac Description-en: UEFI firmware for 64-bit x86 virtual machines Open Virtual Machine Firmware is a build of EDK II for 64-bit x86 virtual machines. It includes full support for UEFI, including Secure Boot, allowing use of UEFI in place of a traditional BIOS in your VM. Package: ovn-central Description-md5: 51da9b332c86210741d1b832acebdd0e Description-en: OVN central components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-central provides the userspace daemons, utilities and databases for OVN that is run at a central location. Package: ovn-common Description-md5: cd4c2df976682d204b22ff3c4f5726a3 Description-en: OVN common components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-common provides components required by other OVN packages. Package: ovn-controller-vtep Description-md5: cb37ad1b93f4ced40b54aea4ed082bdb Description-en: OVN vtep controller ovn-controller-vtep is the local controller daemon in OVN, the Open Virtual Network, for VTEP enabled physical switches. It connects up to the OVN Southbound database over the OVSDB protocol, and down to the VTEP database over the OVSDB protocol. . ovn-controller-vtep provides the ovn-controller-vtep binary for controlling vtep gateways. Package: ovn-docker Description-md5: 79920f3b11526b699266eb2c6f47af5f Description-en: OVN Docker drivers OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-docker provides the docker drivers for OVN. Package: ovn-host Description-md5: dec3348dabde40372a2d4189bfddad30 Description-en: OVN host components OVN, the Open Virtual Network, is a system to support virtual network abstraction. OVN complements the existing capabilities of OVS to add native support for virtual network abstractions, such as virtual L2 and L3 overlays and security groups. . ovn-host provides the userspace components and utilities for OVN that can be run on every host/hypervisor. Package: pacemaker-remote Description-md5: 52bc3efea373266e5ae769176139e31b Description-en: cluster resource manager proxy daemon for remote nodes At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. . Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). . It can even use technology such as Docker to automatically isolate the resources managed by the cluster. . This package contains the Pacemaker proxy daemon, which simulates cluster services on a node not running the cluster stack. Such "remote" nodes can run resources but don't participate in the quorum. This package is mutually exclusive with Pacemaker proper. Package: packagekit-command-not-found Description-md5: f46269a57fdaac0b45bc1962744cdaf3 Description-en: Offer to install missing programs automatically PackageKit allows performing simple software management tasks over a DBus interface e.g refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package contains a simple handler for command_not_found that offers to install missing packages on the command line using PackageKit. Package: packagekit-gtk3-module Description-md5: b4094b413124ff3eeddd6dcdb91ab037 Description-en: Install fonts automatically using PackageKit PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . The PackageKit GTK+ module allows any Pango application to install fonts from configured repositories using PackageKit. Package: packer Description-md5: ffeec1df4bb7d2193e9c0c34c90da994 Description-en: tool for creating machine images for multiple platforms Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer does not replace configuration management like Chef or Puppet. In fact, when building images, Packer is able to use tools like Chef or Puppet to install software onto the image. . A machine image is a single static unit that contains a pre-configured operating system and installed software which is used to quickly create new running machines. Machine image formats change for each platform. Some examples include AMIs for EC2, VMDK/VMX files for VMware, OVF exports for VirtualBox, etc. . For the documentation of Packer, please see <https://www.packer.io/docs>. Package: pango1.0-tests Description-md5: ff557306e029dcb08687d43f495b0d47 Description-en: Layout and rendering of internationalized text - installed tests Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed. however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. . Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends . This package contains test programs, designed to be run as part of a regression testsuite. Package: passenger Description-md5: c4a13beb899287700f5e0b97e0d84998 Description-en: Rails and Rack support Phusion Passenger — a.k.a. mod_rails or mod_rack — makes deployment of Ruby web applications, such as those built on the revolutionary Ruby on Rails web framework, a breeze. Package: passenger-doc Description-md5: fcdcaf31ad62fe3ea32abdbb30448331 Description-en: Rails and Rack support for Apache2 - Documentation Phusion Passenger — a.k.a. mod_rails or mod_rack — makes deployment of Ruby web applications, such as those built on the revolutionary Ruby on Rails web framework, a breeze. . This package provides the documentation for Phusion Passenger. Package: pcregrep Description-md5: b0a601c5f8b647ddc42b4beaba17e22e Description-en: grep utility that uses perl 5 compatible regexes. Perl-style regexps have many useful features that the standard POSIX ones don't; this is basically the same as grep but with the different regexp syntax. . The other reason for the existence of pcregrep is that its source code is an example of programming with libpcre. Package: pdfsam Description-md5: 91b6582b463e9d90cd973f46a1e383ba Description-en: PDF Split and Merge PDF Split and Merge is a very simple, easy to use, free, open source utility to split and merge pdf files. It has a simple graphical interface to let the user choose pdf files, split or merge them. Package: perlmagick Description-md5: 1f334da72af0f0bfe00d5b5136fed526 Description-en: Perl interface to ImageMagick -- dummy package PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This is a transitional package to help migrate systems to the new libimage-magick-perl perl library. . This is a dummy package. You can safely purge or remove it. Package: php-imagick Description-md5: bc43e2599d98ae7eb5833a5ff7056545 Description-en: Provides a wrapper to the ImageMagick library Imagick is a native php extension to create and modify images using the ImageMagick API. This extension requires ImageMagick version 6.2.4+ and PHP 5.1.3+. . IMPORTANT: Version 2.x API is not compatible with earlier versions. Package: php-nette Description-md5: e35ae6857149d1f4b49e5b5a60c725b9 Description-en: Nette Framework Nette Framework is a powerful, component-based and event-driven framework for creating web applications and services in PHP. Nette Framework is designed with simplicity, speed and flexibility in mind. It allows developers to easy built better websites. . Nette Framework focuses on security and performance and is definitely one of the safest and fastest PHP frameworks. Nette Framework support the latest technologies and approaches like AJAX, HTML5, SEO, DRY, KISS, MVC, etc. Package: php-symfony Description-md5: 6bd880529267e45057ec9b7f9914c8cd Description-en: set of reusable components and framework for web projects The Symfony PHP framework allows one to create websites and web applications. It’s a set of tools and a development methodology. . This package depends on every component. Applications depending on Symfony should rather depend on individual components actually needed by them. Package: php-symfony-asset Description-md5: 88a909d373c0ea1ef4bed59e6fdd1714 Description-en: manage asset URLs The Symfony Asset Component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-browser-kit Description-md5: c68bebb46c44e60ae7ac981ae91b54c7 Description-en: simulate the behavior of a web browser The Symfony BrowserKit Component provides only an abstract client. It does not provide any "default" backend for the HTTP layer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-cache Description-md5: b1cc2d20d3bf89a3b747beea66522714 Description-en: Symfony Cache component with PSR-6, PSR-16, and tags The Symfony Cache Component provides an extended PSR-6 implementation for adding cache to applications. It is designed to have a low overhead so that caching is fastest. It ships with a few caching adapters for the most widespread and suited to caching backends. It also provides a `doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy adapter for greater interoperability between PSR-6 implementations. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-class-loader Description-md5: fa204c41f4fdf2f8a3365b40c2cba7c1 Description-en: load PHP classes automatically The Symfony ClassLoader Component makes it possible to automatically load PHP classes if they follow some standard PHP conventions such as the PSR-0 standard or the PEAR naming convention. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-config Description-md5: 15f26ec519ede2b9680ba325d2402e15 Description-en: load configurations from different data sources The Symfony Config Component provides the infrastructure for loading configurations from different data sources and optionally monitoring these for changes. Additional tools for validating, normalizing and handling of defaults are provided. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-console Description-md5: 1569b7c3031ce5cf720dddb0ed7582d9 Description-en: run tasks from the command line The Symfony Console Component can be used to implement recurring or long running tasks, such as cronjobs, imports or other batch jobs. Additionally it assists the creation of nice looking command line interfaces. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-css-selector Description-md5: 116c5f752f6f8c12d73cc780f3ee9813 Description-en: convert CSS selectors to XPath expressions The Symfony CssSelector Component can be used to convert CSS selectors to XPath expressions. It basically is a port of the Python lxml library. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-debug Description-md5: 0ec77704ff27294fb4b4208315107350 Description-en: tools to make debugging of PHP code easier The Symfony Debug Component contains various tools to assist PHP code debugging. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-debug-bundle Description-md5: 2065529ae7d1929a2fdb76f7e59a91a1 Description-en: debugging tools for the Symfony framework Symfony DebugBundle allows an application using it to dump variables from PHP or Twig in the web debug toolbar. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dependency-injection Description-md5: ad53f72bd89233731e3bed605af700b4 Description-en: standardize and centralize construction of objects The Symfony DependencyInjection Component standardizes and centralizes the way objects are constructed in an application. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-doctrine-bridge Description-md5: d68f0864d6a4b6aa9fa3b14f3823b097 Description-en: integration for Doctrine with Symfony Components The Symfony Doctrine Bridge integrates the Doctrine Project with various Symfony Components. . The Doctrine Project provides several libraries primarily focused on database storage and object mapping. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dom-crawler Description-md5: 924f5cf04b02920148ecf212ea3cf6eb Description-en: ease DOM navigation for HTML and XML documents The Symfony DomCrawler Component provides methods to query and manipulate HTML and XML documents. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dotenv Description-md5: 93a097f6177c2ff81767d40edb48694c Description-en: .env files parser to make environment variables accessible The Symfony Dotenv Component parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-event-dispatcher Description-md5: e19f6f76d41e99d4860e64448d349b37 Description-en: dispatch events and listen to them The Symfony EventDispatcher Component implements the mediator pattern and thus allows individual parts of an application to communicate with each other by dispatching events and listening to them. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-expression-language Description-md5: 61eb76d07c97273dce968594b943678e Description-en: compile and evaluate expressions The Symfony ExpressionLanguage Component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans). . By default, the engine implements simple math and logic functions, method calls, property accesses, and array accesses. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-filesystem Description-md5: 8259d68e5d2b27490a550f4be2e51a70 Description-en: basic filesystem utilities The Symfony Filesystem Component provides basic utilities to work with the filesystem, like creating directories, removing files or adding symlinks. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-finder Description-md5: 66b7bfe07c34cf3c994a2e6c674c5f95 Description-en: find files and directories The Symfony Finder Component provides an intuitive interface to find files and directories. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-form Description-md5: ef776c698e81ff530a4e27727d43a105 Description-en: create HTML forms and process request data The Symfony Form Component provide tools for defining HTML forms, rendering their request data and mapping this to related models. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-framework-bundle Description-md5: 9a947d91c567199ccb78a5bf72697f1e Description-en: basic, robust and flexible MVC framework Symfony FrameworkBundle contains most of the base framework functionality and can be configured by an application using it, including settings related to sessions, translation, forms, validation, routing and more. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-http-foundation Description-md5: d53a90c044793b166e5b9ae8cf6b45b3 Description-en: object-oriented layer for the HTTP specification The Symfony HttpFoundation Component provides an object-oriented abstraction for dealing with requests, responses, uploaded files, cookies and sessions. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-http-kernel Description-md5: c939e66572524bf5395e9b5e6788d97b Description-en: building blocks for flexible and fast HTTP-based frameworks The Symfony HttpKernel Component provides a structured process for converting requests into responses and is flexible enough to build full-stack frameworks like Symfony as well as micro frameworks like Silex on top of it. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-inflector Description-md5: f0cf30a23d0a0200e981e81f8b6b3abf Description-en: words conversion between their singular and plural forms The Symfony Inflector Component converts words between their singular and plural forms (English only). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-intl Description-md5: e5f69f9da5edbf6c511b33a98adf8407 Description-en: limited replacement layer for the PHP extension intl The Symfony Intl Component provides a replacement layer for the PHP extension intl that is limited to the English locale and thus can not fully substitute the PHP extension it intends to replace. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-ldap Description-md5: 20a0e8ffc7c2454a293593dbe64b209f Description-en: abstraction layer for the PHP LDAP module The Symfony Ldap Component provides an abstraction layer for the functions provided by the LDAP module for PHP (php-ldap). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-lock Description-md5: 651b82c72814581e7e92343a63e65a62 Description-en: creates and manages locks The Symfony Lock Component creates and manages locks, a mechanism to provide exclusive access to a shared resource. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-monolog-bridge Description-md5: 848175192661a328104a676e6dfc1c25 Description-en: integration for Monolog with Symfony Components The Symfony Monolog Bridge integrates Monolog with various Symfony Components. . Monolog can be used to send logs to various destination and web services. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-options-resolver Description-md5: 475754b8f3b3ae26ddd6a4fe2bb3cdc8 Description-en: configure objects with option arrays The Symfony OptionsResolver Component allows the configuration of objects with option arrays by supporting default values on different levels of class hierarchy, option constraints and lazy options whose default value depends on the value of another option. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-phpunit-bridge Description-md5: 77ee802d5294f9b9c892ff8beb50f6e0 Description-en: integration for PHPUnit with Symfony Components The Symfony PHPUnit Bridge integrates PHPUnit with various Symfony Components. . PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-process Description-md5: 59c0b81a006da12ce1ef874262e1e20b Description-en: execute commands in sub-processes The Symfony Process Component helps with executing commands in sub-processes by providing easy access to standard and error output in real-time. It is especially handy for dealing with long running sub-processes due to its feature to run them asynchronously, while still providing access to their full and incremental output. It additionally supports signals, provides the PID of a sub-process and allows the definition of process timeouts. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-property-access Description-md5: 36fcf0d0c66b36cc314f16b24b572c28 Description-en: read from and write to an object or array The Symfony PropertyAccess Component provides functions to read from and write to an object or array using a simple string notation. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-property-info Description-md5: bda4c746bb05428d6e7ac86e28dcd771 Description-en: extract information about properties of PHP classes The Symfony Property Info Component extracts information about the properties of PHP classes using metadata of popular sources like Doctrine, PHP Reflection or PHPdoc. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-proxy-manager-bridge Description-md5: 5f11ff13c631bdc326ba0dce24821029 Description-en: integration for ProxyManager with Symfony Components The Symfony ProxyManager Bridge integrates ProxyManager with various Symfony Components. . ProxyManager is a library that provides abstraction for generating various kinds of proxy classes. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-routing Description-md5: c757fffcf018426da9cb7cba87a7e9b9 Description-en: associate a request with code that generates a response The Symfony Routing Component makes it easy to map HTTP requests to the code of an application that is able to process the request and generates a corresponding response. It thus serves as a router for an application, but should not be confused with a network router. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security Description-md5: 94e3d30300c308f4cd9a51790ccf140c Description-en: infrastructure for sophisticated authorization systems The Symfony Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. In addition the component contains an advanced ACL system and provides ways to authorize authenticated users based on their roles. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-bundle Description-md5: c24d30656781255a806ab744b355c79b Description-en: configurable security system for the Symfony framework Symfony SecurityBundle allows an application using it to configure security related matters like authentication and authorization within the Symfony framework. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-core Description-md5: a176c359ac7c648e5336fe605fd9b9c1 Description-en: infrastructure for authorization systems - common features The Symfony Security Component - Core Library provides all the common security features, from authentication to authorization and from encoding passwords to loading users. . The Symfony Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-csrf Description-md5: 3c0b91eafcffdef0046a3cac7122259b Description-en: infrastructure for authorization systems - CSRF protection The Symfony Security Component - CSRF Library provides a class `CsrfTokenManager` for generating and validating CSRF (cross-site request forgery) tokens. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-guard Description-md5: 4c38ff162a0bd13be1308da93093d64b Description-en: infrastructure for authorization systems - Guard features The Symfony Security Component - Guard brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-http Description-md5: b7bc72e925efb1528754645739593128 Description-en: infrastructure for authorization systems - HTTP integration The Symfony Security Component - HTTP Integration allows one to handle HTTP requests and responses. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-serializer Description-md5: a54d8e2131ba05cda7ee8c1b198b84b0 Description-en: convert PHP objects into specific formats and vice versa The Symfony Serializer Component can be used to serialize PHP objects into array structures or other formats like XML and JSON. It also supports deserializing of XML and JSON back to PHP objects. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-stopwatch Description-md5: 30acc09f66c2e723fc2b5c01c79d1bb0 Description-en: profile PHP code The Symfony Stopwatch Component provides an easy and consistent way to measure execution time of certain parts of PHP code. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-templating Description-md5: 9d622e976a5f8614d9c99045d3eca768 Description-en: tools needed to build a template system The Symfony Templating Component provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-translation Description-md5: aaeb9bb9d9b29bde6e7640fd354967b7 Description-en: tools to internationalize an application The Symfony Translation Component provides tools for loading translation files in order to generate translated strings from them by respecting pluralization. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-twig-bridge Description-md5: 251f86281b349843d33dc81db9a32088 Description-en: integration for Twig with Symfony Components The Symfony Twig Bridge integrates Twig with various Symfony Components. . Twig is a flexible, fast, and secure template engine for PHP. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-twig-bundle Description-md5: 4f5fd8099ab438a94235e8384b314993 Description-en: configurable integration of Twig with the Symfony framework Symfony TwigBundle integrates Twig with the Symfony framework by allowing an application using it to configure the Twig environment. . Twig is a flexible, fast, and secure template engine for PHP. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-validator Description-md5: b5d1d19a1f6bd04079febbb0309c2065 Description-en: tools to validate classes The Symfony Validator Component validates PHP objects against validation rules defined for their classes, which can be specified using XML, YAML, PHP or annotations. It is inspired by the JSR-303. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-var-dumper Description-md5: e076874e7e61413220095340e5a7a10e Description-en: Symfony mechanism for exploring and dumping PHP variables The Symfony VarDumper Component provides mechanisms to walk through any arbitrary PHP variable. Build on top of those, it features a dump() function as an improved alternative to the php build-in var_dump(). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-link Description-md5: abb773430ffcf10b6fd91809f3888957 Description-en: manage links between resources The Symfony WebLink Component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes. . This component implements the HTML5's Links, Preload and Resource Hints W3C's specifications. It can also be used with extensions defined in the HTML5 link type extensions wiki. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-profiler-bundle Description-md5: 204363f432ac642e05027694f91b814e Description-en: collect requests information for analysis and debugging Symfony WebProfilerBundle collects information about each request made to an application using it and stores them for later analysis. It includes a visual interface for analyzing profiling data as well as a toolbar for instant access to a lot of interesting information for debugging purposes. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-server-bundle Description-md5: fcdb59772498e6f3bb87c87e188b153d Description-en: provide commands for applications using the PHP built-in web server Symfony WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies local development setup, avoiding the configuration of a proper web server such as Apache or Nginx to run an application. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-workflow Description-md5: 7404984ecb15d1875d059fa222b3c046 Description-en: manage a workflow or finite state machine The Symfony Workflow Component provides tools for managing a workflow or finite state machine. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-yaml Description-md5: 53821297c9974ad1eee5a69ecdb7d9c7 Description-en: convert YAML to PHP arrays and the other way around The Symfony Yaml Component converts YAML strings into PHP arrays. It also can be used to convert PHP arrays to YAML strings. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-zeroc-ice Description-md5: 1db71b9b612d41111007e21a0a42e596 Description-en: PHP extension for Ice This package contains a PHP extension for communicating with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: php7.2-bcmath Description-md5: 8f9f425714b203a9b7d1f3678f64c107 Description-en: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-bz2 Description-md5: 6221ff838ed81a370f3420140a1ccf42 Description-en: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-dba Description-md5: a1c9cd8c67d752f4aaf0ba88ecb360df Description-en: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-enchant Description-md5: 687582edca33aa141d3f62c1294fcb07 Description-en: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-fpm Description-md5: 542b40cacbee93baaa98ebd0f607dc65 Description-en: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php7.2 package. . The following extensions are built in: Core date filter hash libxml openssl pcre Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-imap Description-md5: 73ce2e5dbb1377bc41524b600892883b Description-en: IMAP module for PHP This package provides the IMAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-interbase Description-md5: 40c18d15eeba50ef5700d72e1e45d586 Description-en: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-intl Description-md5: 576352b0c1559ceb07b3161367c69f39 Description-en: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-mbstring Description-md5: 741a0b4b31628c18e80bdef4f0ec8141 Description-en: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-phpdbg Description-md5: b63c3912ccce0ee2bb6442c443ae0fe2 Description-en: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash libxml openssl pcntl pcre Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-soap Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a Description-en: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-sybase Description-md5: c5f3c0b4521b40ee671df4ab3452df1d Description-en: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php7.2-xsl Description-md5: 93c8fc5e2935346a001f328e898c3cff Description-en: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php7.2-zip Description-md5: e148c478613188b645a0ec42c87f0518 Description-en: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: phpldapadmin Description-md5: 24140705abe05aa0c5eff13404cc56a5 Description-en: web based interface for administering LDAP servers phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. Its hierarchical tree-viewer and advanced search functionality make it intuitive to browse and administer your LDAP directory. Since it is a web application, this LDAP browser works on many platforms, making your LDAP server easily manageable from any location. Usually, you may access PLA by pointing your browser to http://<webserver>/phpldapadmin . Package: phpliteadmin Description-md5: 1f159926bcae11bccac306430ad5aae9 Description-en: web-based SQLite database admin tool phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2 (not in Debian). Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source file, phpliteadmin.php, that is dropped into a directory on a server and then visited in a browser. The available operations, feature set, interface, and user experience is comparable to that of phpMyAdmin. . In this package, you will find phpliteadmin.php already configured to work with Apache2. This package provides the main features of the script. Package: phpliteadmin-themes Description-md5: 745218d45dcf9dc1dacc4d3d9daa93d0 Description-en: web-based SQLite database admin tool - themes phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2 (not in Debian). Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source file, phpliteadmin.php, that is dropped into a directory on a server and then visited in a browser. The available operations, feature set, interface, and user experience is comparable to that of phpMyAdmin. . This package contains styles of themes for phpLiteAdmin. Package: phpmyadmin Description-md5: b9abac2fce7719799e194516b6640871 Description-en: MySQL web administration tool This package allows administering of MySQL or MariaDB with a web interface. . It allows administrators to: - browse through databases and tables; - create, copy, rename, alter and drop databases; - create, copy, rename, alter and drop tables; - perform table maintenance; - add, edit and drop fields; - execute any SQL-statement, even multiple queries; - create, alter and drop indexes; - load text files into tables; - create and read dumps of tables or databases; - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats; - administer multiple servers; - manage MySQL users and privileges; - check server settings and runtime information with configuration hints; - check referential integrity in MyISAM tables; - create complex queries using Query-by-example (QBE), automatically connecting required tables; - create PDF graphics of database layout; - search globally in a database or a subset of it; - transform stored data into any format using a set of predefined functions, such as displaying BLOB-data as image or download-link; - manage InnoDB tables and foreign keys; and is fully internationalized and localized in dozens of languages. Package: pkg-config-aarch64-linux-gnu Description-md5: 9ecb9d50ad023710b605df2c531efeb5 Description-en: manage compile and link flags for libraries for arm64 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the arm64 architecture. Package: pkg-config-alpha-linux-gnu Description-md5: bff6e495981c7438c0961602c6ecfc06 Description-en: manage compile and link flags for libraries for alpha architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the alpha architecture. Package: pkg-config-arm-linux-gnueabi Description-md5: 4a63d184af5fac450919a60073966f04 Description-en: manage compile and link flags for libraries for armel architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the armel architecture. Package: pkg-config-arm-linux-gnueabihf Description-md5: b6862e5f57b7572bcaeeedccbc245cca Description-en: manage compile and link flags for libraries for armhf architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the armhf architecture. Package: pkg-config-hppa-linux-gnu Description-md5: 111c60cc41446f6f2fc38b5346cae589 Description-en: manage compile and link flags for libraries for hppa architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the hppa architecture. Package: pkg-config-i686-linux-gnu Description-md5: bf5195f54158a7bb7cda8897463f9594 Description-en: manage compile and link flags for libraries for i386 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the i386 architecture. Package: pkg-config-m68k-linux-gnu Description-md5: 55b472015100fec109a54534b38d18cd Description-en: manage compile and link flags for libraries for m68k architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the m68k architecture. Package: pkg-config-mips-linux-gnu Description-md5: 7523cf9639ca625e4b6d0688df50ad82 Description-en: manage compile and link flags for libraries for mips architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the mips architecture. Package: pkg-config-mips64-linux-gnuabi64 Description-md5: 8fc6839e846119b7059ac36be8fa6ce0 Description-en: manage compile and link flags for libraries for mips64 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the mips64 architecture. Package: pkg-config-mips64el-linux-gnuabi64 Description-md5: 58db8fa20895afc06349f19440ef814d Description-en: manage compile and link flags for libraries for mips64el architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the mips64el architecture. Package: pkg-config-mipsel-linux-gnu Description-md5: 971beebd0c65d7d60439908ac0d0866d Description-en: manage compile and link flags for libraries for mipsel architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the mipsel architecture. Package: pkg-config-powerpc-linux-gnu Description-md5: 64005097e24ff53b6118ae16e358913c Description-en: manage compile and link flags for libraries for powerpc architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the powerpc architecture. Package: pkg-config-powerpc-linux-gnuspe Description-md5: 10d15d886fe2ee55b75e8ea81544e365 Description-en: manage compile and link flags for libraries for powerpcspe architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the powerpcspe architecture. Package: pkg-config-powerpc64-linux-gnu Description-md5: c16e4e10ff0cbf46351249d87e103eaa Description-en: manage compile and link flags for libraries for ppc64 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the ppc64 architecture. Package: pkg-config-powerpc64le-linux-gnu Description-md5: 0637e8bad43ba9b118ab6c60f1963eeb Description-en: manage compile and link flags for libraries for ppc64el architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the ppc64el architecture. Package: pkg-config-riscv64-linux-gnu Description-md5: 148ab61e3da225a46ec66a594051c540 Description-en: manage compile and link flags for libraries for riscv64 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the riscv64 architecture. Package: pkg-config-s390x-linux-gnu Description-md5: 28921186a16a380dd31c3ddbfde7662b Description-en: manage compile and link flags for libraries for s390x architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the s390x architecture. Package: pkg-config-sh4-linux-gnu Description-md5: f8842287525462d4f473b60d6643d67b Description-en: manage compile and link flags for libraries for sh4 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the sh4 architecture. Package: pkg-config-sparc64-linux-gnu Description-md5: 0587b95096d9a86e079b581333d1c693 Description-en: manage compile and link flags for libraries for sparc64 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the sparc64 architecture. Package: pkg-config-x86-64-linux-gnux32 Description-md5: b30901181950e5672a16ca4c9b016aa7 Description-en: manage compile and link flags for libraries for x32 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the x32 architecture. Package: postgresql-10-pgq-node Description-md5: 016676aa7ddbe7e042516d187d16b3c8 Description-en: Cascaded queueing on top of PgQ PgQ provides generic queues for PostgreSQL. It allows multiple queues in one database, each queue can be consumed by multiple consumers. . This package contains the pgq_node PostgreSQL extension that provides queue node registration and coordination for cascaded queueing. Package: postgresql-10-pgq3 Description-md5: 7df59bda205663bcc6a153dec4c3f44f Description-en: Generic queue for PostgreSQL This extension provides generic queues for PostgreSQL. . It allows multiple queues in one database, each queue can be consumed by multiple consumers. Package: postgresql-all Description-md5: 9a0aaba975f82ef14ff2e821d8683975 Description-en: metapackage depending on all PostgreSQL server packages This metapackage depends on all PostgreSQL server packages, in all supported versions (excluding documentation and debug symbols). It exists to facilitate depending on the server packages in test environments. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well. Package: postgresql-server-dev-10 Description-md5: c8d39f238468b286b21ae4e2feefff69 Description-en: development files for PostgreSQL 10 server-side programming Header files for compiling SSI code to link into PostgreSQL's backend; for example, for C functions to be called from SQL. . This package also contains the Makefiles necessary for building add-on modules of PostgreSQL, which would otherwise have to be built in the PostgreSQL source-code tree. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-server-dev-all Description-md5: 33d3063c9fb09e98fc3dbf92289e5053 Description-en: extension build tool for multiple PostgreSQL versions The postgresql-server-dev-all package provides the pg_buildext script for simplifying packaging of a PostgreSQL extension supporting multiple major versions of the product. . PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions. Package: postsrsd Description-md5: b4204ba9bc0a53ee2268fd6b4cd333f9 Description-en: Sender Rewriting Scheme (SRS) lookup table for Postfix PostSRSd provides Sender Rewriting Scheme (SRS) support for Postfix via TCP-based lookup tables. SRS is needed if your mail server acts as a forwarder, and the mail originates from a server with Sender Policy Framework (SPF) enabled. Package: privoxy Description-md5: 6ec5aaf09f151e319fd41d430dbd5eca Description-en: Privacy enhancing HTTP Proxy Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. . Privoxy is based on Internet Junkbuster (tm). Package: procyon-decompiler Description-md5: 308ca123810b7dc4c3bb0f9cf9ff4a83 Description-en: Procyon Java Decompiler Procyon is a Java decompiler handling language enhancements from Java 5 and beyond that most other decompilers don't. It also excels in areas where others fall short. Procyon in particular does well with: * Enum declarations * Enum and String switch statements * Local classes (both anonymous and named) * Annotations * Java 8 Lambdas and method references Package: prometheus-alertmanager Description-md5: bdb9e14a529f9a4ca178ff7c56f2f73b Description-en: Handle and deliver alerts created by Prometheus The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. Package: protobuf-compiler Description-md5: 1054ab94728e41bc0d59a82d40d1611e Description-en: compiler for protocol buffer definition files Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the protocol buffer compiler that is used for translating from .proto files (containing the definitions) to the language binding for the supported languages. Package: pulseaudio-equalizer Description-md5: 5402a1f4cf8652b508501dd29d402735 Description-en: Equalizer sink module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package provides an equalizer sink and an interface to configure the equalizer, qpaeq. . The module is called module-equalizer-sink. Package: pulseaudio-esound-compat Description-md5: c4bef34c6a4dad881a8090fdc8386ec8 Description-en: PulseAudio ESD compatibility layer PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This package contains the ESD compatibility components used by some older versions of complete desktop environments, e.g., GNOME, and many useful applications. It enables a PulseAudio sound server to fully replace ESD. Package: pulseaudio-module-gconf Description-md5: c3adf0ed8c67f1355a3e02e8fd0d85c2 Description-en: GConf module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to store additional configuration in GConf. . The module is called module-gconf. Package: pulseaudio-module-jack Description-md5: a45f4943771fb4ccf89a76a36f7f6f13 Description-en: jackd modules for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These modules enables PulseAudio to connect to a jackd daemon. . The modules are called module-jack-sink, module-jack-source. Package: pulseaudio-module-lirc Description-md5: 476ebc36bd51c387e0a12a54352ae162 Description-en: lirc module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables the volume of a PulseAudio sink to be controlled when buttons of an infrared remote control are pressed (through LIRC). . The module is called module-lirc. Package: pulseaudio-module-raop Description-md5: f443b32abfa3073d1874fa9b76cf88b1 Description-en: RAOP module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to stream audio to an Apple Airport Express. Package: pulseaudio-module-zeroconf Description-md5: bccd0c2eacb18c71f7d829db12f93aae Description-en: Zeroconf module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to publish available sinks and sources via zeroconf (aka. Avahi, mdns). . The module is called module-zeroconf-publish. Package: pypy-pkg-resources Description-md5: 455aab7092c23bbca0a002df43ba97e4 Description-en: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Package: pypy-py Description-md5: ac28e0946588917c4335e0827c3b7241 Description-en: Advanced Python development support library (PyPy) The Codespeak py lib aims at supporting a decent Python development process addressing deployment, versioning and documentation perspectives. It includes: . * py.path: path abstractions over local and Subversion files * py.code: dynamic code compile and traceback printing support . This package provides the PyPy 2 modules. Package: pypy-setuptools Description-md5: 40365991112da2290ae1f8e833410360 Description-en: PyPy Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: pypy-sqlparse Description-md5: 6597312e9b2e2abbf0a7d42e49a26f24 Description-en: non-validating SQL parser for PyPy Sqlparse is a library which provides support for parsing, splitting and customizable formatting of SQL statements in Python environment. . This is the PyPy version of the package. Package: python-apparmor Description-md5: ae6e3d87f22b57a379fbbb526551b980 Description-en: AppArmor Python utility library python-apparmor provides the Python modules that implement the higher-level AppArmor applications. Package: python-apport Description-md5: 23518535b15759d78d26010a6b43517a Description-en: Python 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: python-aptdaemon Description-md5: af231c48c418c5a683cb32aca40f79a2 Description-en: Python 2 module for the server and client of aptdaemon Aptdaemon is a transaction based package management service. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python 2 modules required to run aptdaemon and to implement a client. The API is not stable yet. Package: python-aptdaemon.gtk3widgets Description-md5: ee3f4b4132c327a33f42e41d36afbbb2 Description-en: Python 2 GTK+ 3 widgets to run an aptdaemon client Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python 2 GTK+ 3 widgets to implement a fully working graphical client. The widgets can be used to initiate, to monitor and to control a transaction. The API is not stable yet. Package: python-avahi Description-md5: 093e21cc6d98e14410050c8edd9d6fe2 Description-en: Python utility package for Avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains utility modules to talk to Avahi with Python easier. Package: python-boto Description-md5: a349d6b85f4399a81b16d50d99e43296 Description-en: Python interface to Amazon's Web Services - Python 2.x Boto is a Python interface to the infrastructure services available from Amazon. . Boto supports the following services: * Elastic Compute Cloud (EC2) * Elastic MapReduce * CloudFront * DynamoDB * SimpleDB * Relational Database Service (RDS) * Identity and Access Management (IAM) * Simple Queue Service (SQS) * CloudWatch * Route53 * Elastic Load Balancing (ELB) * Flexible Payment Service (FPS) * Simple Storage Service (S3) * Glacier * Elastic Block Store (EBS) * and many more... . This package provides the Python 2.x module. Package: python-bottle Description-md5: a5241563ccb7642243a1460a9a238777 Description-en: fast and simple WSGI-framework for Python Bottle is a fast and simple WSGI-framework for the Python programming language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a built-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines. Package: python-bottle-doc Description-md5: b3873fcb5309821277d2fc4bd23328bd Description-en: fast and simple WSGI-framework for Python - documentation Bottle is a fast and simple WSGI-framework for the Python programming language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a built-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines. . This package contains the Python module documentation. Package: python-brotli Description-md5: 44f1706cef6311caf73e213bd7cf4708 Description-en: lossless compression algorithm and format (Python 2 version) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a Python 2 module. Package: python-clang-8 Description-md5: 951864defe3e0c6019a2c92a4a1dd20d Description-en: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This binding package provides access to the Clang compiler and libraries. Package: python-clang-9 Description-md5: 951864defe3e0c6019a2c92a4a1dd20d Description-en: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This binding package provides access to the Clang compiler and libraries. Package: python-distro-info Description-md5: d6f02716543992714864a0bcca58d98c Description-en: information about distributions' releases (Python module) Information about all releases of Debian and Ubuntu. . This package contains a Python module for parsing the data in distro-info-data. There is also a command line interface in the distro-info package. Package: python-django-postorius Description-md5: 016171c4fe953e390f5bf45b1ec10ef6 Description-en: Web user interface to access GNU Mailman3 The Postorius Django app provides a web user interface to access GNU Mailman3, and manage it. This interface uses django, and requires some configuration. Package: python-ecdsa Description-md5: 215885e8b031b04891fd6e75a480159f Description-en: ECDSA cryptographic signature library (Python 2) This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. . This package contains the module for Python 2. Package: python-gnupg Description-md5: a44b21ad8a378f3eae8883dd3f9b1387 Description-en: Python wrapper for the GNU Privacy Guard (Python 2.x) Python-GnuPG allows easy and well-documented access to basic GnuPG functionality such as generating and managing keys, encrypting and decrypting data, signing and verifying messages. . This package provides Python 2.x version of python-gnupg. Package: python-google-compute-engine Description-md5: 974e9ae780a84ca7fac02646e4983ced Description-en: Python library for Google Compute Engine interaction Python libraries used for interacting with Google Compute Engine's APIs and functionality. This package contains the modules for Python 2.x. Package: python-hivex Description-md5: 7517bb967bb79bfc60d583420abae8f6 Description-en: Python bindings for hivex Python bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. Package: python-lasso Description-md5: 69483e412988938f8df3295419ae6dd8 Description-en: Library for Liberty Alliance and SAML protocols - Python bindings Lasso is an implementation of Liberty Alliance and related protocols, for network identity federations, single sign-on and other web services protocols. The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package contains Python bindings for liblasso, needed to use lasso in Python applications. Package: python-ldns Description-md5: 63ed6f3f95827c1a697cdf11ba44db44 Description-en: Python bindings for the ldns library for DNS programming The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . This archive contains modules that allow you to use LDNS Library in Python programs. Package: python-libapparmor Description-md5: 4c9a1306a9d2f033dc9f57ff5bea6637 Description-en: AppArmor library Python bindings python-libapparmor provides the Python module that contains the language bindings for the AppArmor library, libapparmor, which were autogenerated via SWIG. Package: python-libipa-hbac Description-md5: 2b2d6d11ee205ff38fcf0f03f1ea7480 Description-en: Python bindings for the FreeIPA HBAC Evaluator library The libipa_hbac-python contains the bindings so that libipa_hbac can be used by Python applications. . This package installs the library for Python 2. Package: python-libproxy Description-md5: ac6b21cdd3f656fc98f74937aabd9bf5 Description-en: automatic proxy configuration management library (Python 2) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the Python 2 bindings. Package: python-libsss-nss-idmap Description-md5: 812bfdc172805efc47d6f5b2e2990421 Description-en: Python bindings for the SID lookups library This package contains the bindings for libnss_sss_idmap to be used by Python applications. . This package installs the library for Python 2. Package: python-lldb-8 Description-md5: ed1e4284488e6c595a1f6ce741ffb7bf Description-en: Next generation, high-performance debugger, python lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python-lldb-9 Description-md5: ed1e4284488e6c595a1f6ce741ffb7bf Description-en: Next generation, high-performance debugger, python lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python-louis Description-md5: 24be43511537b9436824c2c2c1c60986 Description-en: Python bindings for liblouis Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). . This package contains Python bindings. Package: python-mediainfodll Description-md5: 77ebd4ba7eb0b17536860ac48faddf9a Description-en: library for reading metadata from media files -- shared library MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the Python 2.x module required for using this library from Python 2.x applications. Package: python-netsnmp Description-md5: 5c78ea4471c165a17eb0e76db000842a Description-en: SNMP (Simple Network Management Protocol) Python support The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP Python support files provide the Python functions for integration of SNMP into applications written in Python. Package: python-nltk Description-md5: 043650e538e2e2d0d18a8cfee2385c18 Description-en: Python libraries for natural language processing The Natural Language Toolkit (NLTK) is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning. . This package contains the modules for Python2. Package: python-notebook Description-md5: beef63135861f41d57794058af0355cd Description-en: Jupyter interactive notebook (Python 2) The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package contains the Python 2 library. . This package is not required to run Python 2 code in the notebook, only to allow Python 2 code to interact directly with the notebook server. Package: python-notebook-doc Description-md5: 5193dd9d2354e8ca81574eb5f5933104 Description-en: Jupyter interactive notebook (documentation) The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package contains the documentation. Package: python-opencv Description-md5: 882b87b0cdc3c3b619bfd32c682a4b0e Description-en: Python bindings for the computer vision library This package contains Python bindings for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: python-pip Description-md5: db218fe7474e0c1224bd54cc5ac587ea Description-en: Python package installer pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. Package: python-pip-whl Description-md5: 1284c358e53d20e9aa626d1280d5ee73 Description-en: Python package installer pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. . This is the support package for the PEP 427 wheel version of the package, required for using pip inside a virtual environment. Package: python-problem-report Description-md5: 06dbdefca60b63fb6c44c8daf9a9cc5f Description-en: Python 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: python-protobuf Description-md5: be8d4586108d36eccf5a91b06dc55099 Description-en: Python bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Python bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs. Package: python-py Description-md5: 23ae525bcd8a7343e68f18cd0b6565ae Description-en: Advanced Python development support library (Python 2) The Codespeak py lib aims at supporting a decent Python development process addressing deployment, versioning and documentation perspectives. It includes: . * py.path: path abstractions over local and Subversion files * py.code: dynamic code compile and traceback printing support . This package provides the Python 2 modules. Package: python-pyclamav Description-md5: ca502c4caa9aef15df928f6d524ffb35 Description-en: Python bindings to ClamAV This package adds virus detection capabilities to Python software, thanks to the ClamAV antivirus toolkit without the need for running clamav-daemon. For virus scanning with clamav-daemon, python-pyclamd is an available alternative. Package: python-pyldap Description-md5: 2f2344a0718da8aa06a6c92c97c83c2f Description-en: LDAP interface module for Python 2.7 - transition package This module provides a Python3 interface to the OpenLDAP client library (LDAP is the Lightweight Directory Access Protocol). . This transition dummy package for Python 2.7 can be safely removed, since the ldap module has merged changes in the pyldap fork. Package: python-renderpm Description-md5: f69778da55c6c96c3d31560659245a79 Description-en: python low level render interface This package contains the python low level render interface, used in the ReportLab library. Package: python-renderpm-dbg Description-md5: 6869a2b5f092d5175dad07e42b3ce0c1 Description-en: python low level render interface (debug extension) This package contains the python low level render interface, used in the ReportLab library. . This package contains the extension built for the python debug interpreter. Package: python-reportlab Description-md5: 873a1862f0132d9ec6634cf606e556ae Description-en: ReportLab library to create PDF documents using Python ReportLab is a library that lets you directly create documents in Adobe's Portable Document Format (PDF) using the Python programming language. . ReportLab library creates PDF based on graphics commands without intervening steps. It's therefore extremely fast, and flexible (since you're using a full-blown programming language). . Sample use cases are: * Dynamic PDF generation on the web * High-volume corporate reporting and database publishing * As embeddable print engine for other applications, including a 'report language' so that users can customize their own reports. * As 'build system' for complex documents with charts, tables and text such as management accounts, statistical reports and scientific papers * from XML to PDF in one step Package: python-reportlab-accel Description-md5: 3a2f3d264cea475a3a1ee612a69fb526 Description-en: C coded extension accelerator for the ReportLab Toolkit A C coded extension accelerator for the ReportLab Toolkit. Package: python-reportlab-accel-dbg Description-md5: 3a2f3d264cea475a3a1ee612a69fb526 Description-en: C coded extension accelerator for the ReportLab Toolkit A C coded extension accelerator for the ReportLab Toolkit. Package: python-subversion Description-md5: 30d5802891a40f1c510adc5fe5a34238 Description-en: Python bindings for Apache Subversion This is a set of Python interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: python-subversion-dbg Description-md5: f20ef14947423d47b5d91de9d62bf3a7 Description-en: Python bindings for Subversion (debug extension) This is a set of Python interfaces to libsvn, the Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. . This package contains the extension built for the python debug interpreter. Package: python-twisted-conch Description-md5: 034d9eb5aed2d8616e909faf16062f23 Description-en: twisted dummy package for Twisted SSH Implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-mail Description-md5: 1d6a4bdf8a00b6b9c2b0ad0455b16f8e Description-en: twisted dummy package for SMTP, IMAP and POP protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-names Description-md5: 85959b9306e93bb309c04ac12295f832 Description-en: twisted package for DNS protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-news Description-md5: 4f799c3fa09b0ef168d17e0cca9326ec Description-en: twisted dummy package for NNTP protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-web Description-md5: 9b210d0df1fd6c51daac7eacd8ca3bb0 Description-en: twisted dummy package for HTTP protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-words Description-md5: fc58f66917a7129f20903c1e09a753c4 Description-en: twisted dummy package for Chat and Instant Messaging All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-ubuntutools Description-md5: bb8d0b6badb61a19ba03309097484bd8 Description-en: useful APIs for Ubuntu developer tools — Python 2 library This package ships a collection of APIs, helpers and wrappers used to develop useful utilities for Ubuntu developers. . This package installs the library for Python 2. Package: python-unbound Description-md5: 103cd64b79e42ad710e19fe727ffce50 Description-en: library implementing DNS resolution and validation (Python bindings) Python extension module for libunbound. . libunbound performs and validates DNS lookups; it can be used to convert hostnames to IP addresses and back and obtain other information from the DNS. Cryptographic validation of results is performed with DNSSEC. Package: python-uwsgidecorators Description-md5: e7b016a000f7aecf17d6e4baead640b0 Description-en: module of decorators for elegant access to uWSGI API (Python 2) uwsgidecorators is a simple Python module that exports a bunch of decorators to allow a more elegant approach to uWSGI API. Provided decorators helps with creating of RPC functions, timers, filemonitors. . This package provides uwsgidecorators module for Python 2. Package: python-wheel Description-md5: 90eca01edd0ab0c12c3d4c3be118b640 Description-en: built-package format for Python A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. . The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. . This is the Python 2 compatible package. Package: python-wheel-common Description-md5: e8a014fc4b7bd300e3f388ed4339b4f4 Description-en: built-package format for Python A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. . The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. . These are the command line scripts and manpages. Package: python-xdg Description-md5: 207fa0b47cf9e6e4652f4db6ceb58ee7 Description-en: Python 2 library to access freedesktop.org standards PyXDG contains implementations of freedesktop.org standards in Python: . * Base Directory Specification Version 0.6 * Menu Specification Version 1.0-draft1 * Desktop Entry Specification Version 1.0 * Icon Theme Specification Version 0.8 * Recent File Spec 0.2 * Shared-MIME-Database Specification 0.13 . This package contains the Python 2 version of the library. Package: python-zeroc-ice Description-md5: 4810f69847f3145a07357abff14d2f32 Description-en: Python 2 extension for Ice This package contains a Python 2 extension for communication with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: python3-aptdaemon.test Description-md5: 1a901b5468edd109ab5809bbe10ba40d Description-en: Test environment for aptdaemon clients Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the aptdaemon.test module and several helper scripts and a test repository to write unittests for aptdaemon clients. Package: python3-boto Description-md5: 56b90e6fbc2e7485ce9d6f5c7186598b Description-en: Python interface to Amazon's Web Services - Python 3.x Boto is a Python interface to the infrastructure services available from Amazon. . Boto supports the following services: * Elastic Compute Cloud (EC2) * Elastic MapReduce * CloudFront * DynamoDB * SimpleDB * Relational Database Service (RDS) * Identity and Access Management (IAM) * Simple Queue Service (SQS) * CloudWatch * Route53 * Elastic Load Balancing (ELB) * Flexible Payment Service (FPS) * Simple Storage Service (S3) * Glacier * Elastic Block Store (EBS) * and many more... . This package provides the Python 3.x module. Package: python3-bottle Description-md5: 3cdc0a603e2b84991d37f2b8b938b900 Description-en: fast and simple WSGI-framework for Python3 Bottle is a fast and simple WSGI-framework for the Python3 programming language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a built-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines. Package: python3-brotli Description-md5: f79f8a65d809e32c7143932aeb4e3c15 Description-en: lossless compression algorithm and format (Python 3 version) Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. . This package installs a Python 3 module. Package: python3-ceph-argparse Description-md5: 54ff980109d2f3f2037d939a5f825081 Description-en: Python 3 utility libraries for Ceph CLI Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains types and routines for Python 3 used by the Ceph CLI as well as the RESTful interface. Package: python3-cephfs Description-md5: 7fc3f2adf5750a736d0cd3a1c2717e93 Description-en: Python 3 libraries for the Ceph libcephfs library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's CephFS file system client library. Package: python3-clang-10 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This binding package provides access to the Clang compiler and libraries. Package: python3-django-openstack-auth Description-md5: c305d6dbe36cd9d4e9a2e224289d07f4 Description-en: Django authentication backend for Openstack - Python 3.x Django authentication backend for use with the OpenStack Keystone Identity backend. This Python module is used by Horizon (the Openstack Dashport web GUI) to auth against Keystone. . This package provides the Python 3.x module. Package: python3-ecdsa Description-md5: 3a2d04c64c6147001787c4d6d9fbe68c Description-en: ECDSA cryptographic signature library (Python 3) This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. . This package contains the module for Python 3. Package: python3-flask Description-md5: 641177e823dea958cab4d806a13149d6 Description-en: micro web framework based on Werkzeug and Jinja2 - Python 3.x Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. A minimal Flask application looks like that: . from flask import Flask app = Flask(__name__) . @app.route("/") def hello(): return "Hello World!" . if __name__ == '__main__': app.run() . This package contains the Python 3.x module. Package: python3-future Description-md5: a1190a5cd653eb6685075f2c4741ad9b Description-en: Clean single-source support for Python 3 and 2 - Python 3.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 3.x module. Package: python3-gnupg Description-md5: df5055eac3c87e4d151f1a8c413898a5 Description-en: Python wrapper for the GNU Privacy Guard (Python 3.x) Python-GnuPG allows easy and well-documented access to basic GnuPG functionality such as generating and managing keys, encrypting and decrypting data, signing and verifying messages. . This package provides Python 3.x version of python-gnupg. Package: python3-google-compute-engine Description-md5: a4d1cfa5272d53a6d436315421ef2ba2 Description-en: Python library for Google Compute Engine interaction (Python 3) Python libraries used for interacting with Google Compute Engine's APIs and functionality. This package contains the modules for Python 3.x. Package: python3-hivex Description-md5: 802f69909ae8a4552451fc8cbfcc2949 Description-en: Python 3 bindings for hivex Python 3 bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. Package: python3-lasso Description-md5: 69483e412988938f8df3295419ae6dd8 Description-en: Library for Liberty Alliance and SAML protocols - Python bindings Lasso is an implementation of Liberty Alliance and related protocols, for network identity federations, single sign-on and other web services protocols. The main specifications implemented by the library are ID-FF, ID-WSF and SAML. . This package contains Python bindings for liblasso, needed to use lasso in Python applications. Package: python3-ldns Description-md5: a0755ef3230fff37be5968f5fd2e2523 Description-en: Python3 bindings for the ldns library for DNS programming The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . This archive contains modules that allow you to use LDNS Library in Python3 programs. Package: python3-libipa-hbac Description-md5: 212cdd41ce04657029030f82f6a07c23 Description-en: Python3 bindings for the FreeIPA HBAC Evaluator library The libipa_hbac-python contains the bindings so that libipa_hbac can be used by Python applications. . This package installs the library for Python 3. Package: python3-libproxy Description-md5: c6da08d2b736a2677aeb8665659233eb Description-en: automatic proxy configuration management library (Python 3) libproxy is a lightweight library which makes it easy to develop applications proxy-aware with a simple and stable API. . This package contains the Python 3 bindings. Package: python3-libsss-nss-idmap Description-md5: 9dc7d17bee37f7358268401ea7fe5b96 Description-en: Python3 bindings for the SID lookups library This package contains the bindings for libnss_sss_idmap to be used by Python applications. . This package installs the library for Python 3. Package: python3-lldb-10 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-lldb-9 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-mediainfodll Description-md5: dabb794f5777d21eaa1da8e6cd9c0159 Description-en: library for reading metadata from media files -- shared library MediaInfo is a library used for retrieving technical information and other metadata about audio or video files. . A non-exhaustive list of the information MediaInfo can retrieve from media files include: - General: title, author, director, album, track number, date, duration... - Video: codec, aspect, fps, bitrate... - Audio: codec, sample rate, channels, language, bitrate... - Text: language of subtitle - Chapters: number of chapters, list of chapters . MediaInfo supports the following formats: - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)... - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...) - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF... - Subtitles: SRT, SSA, ASS, SAMI... . This package contains the Python 3.x module required for using this library from Python 3.x applications. Package: python3-nltk Description-md5: 98b8b4aedf8d1739d4ddb7af7b2e0bc0 Description-en: Python3 libraries for natural language processing The Natural Language Toolkit (NLTK) is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning. . This package contains the modules for Python3. Package: python3-notebook Description-md5: 5da681a9ca3b32654d12c11e9bca9ffe Description-en: Jupyter interactive notebook (Python 3) The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package contains the Python 3 library. Package: python3-ntp Description-md5: c4d6513317681c5e7fd330d6d5438546 Description-en: Python 3 NTP Helper Classes NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains the Python "ntp" module, which contains helper classes for NTP utilities written in Python. . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: python3-opencv Description-md5: dee464304625bd8d8fc8e276062d8904 Description-en: Python 3 bindings for the computer vision library This package contains Python 3 bindings for the OpenCV (Open Computer Vision) library. . The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. . OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. Package: python3-openvswitch Description-md5: b48125d32305301f27c5399b2d5f9139 Description-en: Python 3 bindings for Open vSwitch Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. . This package contains the full Python 3 bindings for Open vSwitch database. Package: python3-os-brick Description-md5: bf3bbe4c9e56552b7f28bbbc114c85a8 Description-en: Library for managing local volume attaches - Python 3.x OpenStack Cinder brick library for managing local volume attaches. . Features discovery of volumes being attached to a host for many transport protocols and removal of volumes from a host. . This package contains the Python 3.x module. Package: python3-oslo.utils Description-md5: d8658b7334be45d98783c068a1579979 Description-en: set of utility functions for OpenStack - Python 3.x The Oslo.utils package provides a set of function which are cross-project for OpenStack. For example, it provides text decoding, exception handling, Python module import facility (try_import function), network-related system-level, and time utilities and helper functions. . This package contains the Python 3.x module. Package: python3-pip Description-md5: 9d251b212c019b715059567c86cd6fa2 Description-en: Python package installer pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. . This is the Python 3 version of the package. Package: python3-py Description-md5: cdfb445e8352c81d902426be589c18b7 Description-en: Advanced Python development support library (Python 3) The Codespeak py lib aims at supporting a decent Python development process addressing deployment, versioning and documentation perspectives. It includes: . * py.path: path abstractions over local and Subversion files * py.code: dynamic code compile and traceback printing support . This package provides the Python 3 modules. Package: python3-pyldap Description-md5: 52d4343746d9edab9e1273ee6eda96fc Description-en: LDAP interface module for Python 3.x - transition package This module provides a Python3 interface to the OpenLDAP client library (LDAP is the Lightweight Directory Access Protocol). . This transition dummy package for Python 3.x can be safely removed, since the ldap module has merged changes in the pyldap fork. Package: python3-pysaml2 Description-md5: f590c41f464c94a4b3e3914de9e218aa Description-en: SAML Version 2 to be used in a WSGI environment - Python 3.x This package provides a Python implementation of SAML Version 2 to be used in a WSGI environment. . From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version of the SAML standard for exchanging authentication and authorization data between security domains. SAML 2.0 is an XML-based protocol that uses security tokens containing assertions to pass information about a principal (usually an end user) between a SAML authority, that is, an identity provider, and a SAML consumer, that is, a service provider. SAML 2.0 enables web-based authentication and authorization scenarios including cross-domain single sign-on (SSO), which helps reduce the administrative overhead of distributing multiple authentication tokens to the user. . This package contains the Python 3.x module. Package: python3-rados Description-md5: 43720478205ddceed78c274d7e93065f Description-en: Python 3 libraries for the Ceph librados library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RADOS object storage. Package: python3-rbd Description-md5: 22b3b790dd68095502c20dea19a0f940 Description-en: Python 3 libraries for the Ceph librbd library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RBD block device library. Package: python3-rgw Description-md5: 06f6fa39d546967387c6ab7f058abce7 Description-en: Python 3 libraries for the Ceph librgw library Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Python 3 libraries for interacting with Ceph's RGW library. Package: python3-ubuntutools Description-md5: 7e13f84ccece24b357aee792b7904beb Description-en: useful APIs for Ubuntu developer tools — Python 3 library This package ships a collection of APIs, helpers and wrappers used to develop useful utilities for Ubuntu developers. . This package installs the library for Python 3. Package: python3-unbound Description-md5: af30f925fc4c43d06de34592670b36e8 Description-en: library implementing DNS resolution and validation (Python3 bindings) Python3 extension module for libunbound. . libunbound performs and validates DNS lookups; it can be used to convert hostnames to IP addresses and back and obtain other information from the DNS. Cryptographic validation of results is performed with DNSSEC. Package: python3-uwsgidecorators Description-md5: 88c152ff5aca00ae42f5ce9c36c7a798 Description-en: module of decorators for elegant access to uWSGI API (Python 3) uwsgidecorators is a simple Python module that exports a bunch of decorators to allow a more elegant approach to uWSGI API. Provided decorators helps with creating of RPC functions, timers, filemonitors. . This package provides uwsgidecorators module for Python 3. . uwsgidecorators module is not targeted at Python 3 officially, so some decorators may work improperly or not at all. Package: python3-werkzeug Description-md5: fef907cf9c868c4317483929b895874b Description-en: collection of utilities for WSGI applications (Python 3.x) The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. . Werkzeug is a lightweight library for interfacing with WSGI. It features request and response objects, an interactive debugging system and a powerful URI dispatcher. Combine with your choice of third party libraries and middleware to easily create a custom application framework. . This package contains the Python 3.x module. Package: python3-wheel Description-md5: f239d28b37bcadf8b6416e23a48ae50d Description-en: built-package format for Python A wheel is a ZIP-format archive with a specially formatted filename and the `.whl` extension. It is designed to contain all the files for a PEP 376 compatible install in a way that is very close to the on-disk format. . The wheel project provides a `bdist_wheel` command for setuptools. Wheel files can be installed with `pip`. . This is the Python 3 compatible package. Package: python3-zeroc-ice Description-md5: 07983db6d93b05052b0607ae176ae061 Description-en: Python 3 extension for Ice This package contains a Python 3 extension for communication with Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: python3.6-venv Description-md5: 8446f3e98e0dccd84caf27c6a968a630 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.6) Python is a high-level, interactive, object-oriented language. Its 3.6 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.6 binary. Package: python3.7 Description-md5: f9b0089f09d7854b875ba02453cd5601 Description-en: Interactive high-level object-oriented language (version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.7-dbg Description-md5: 29a1a7eddad575110833cff70c022276 Description-en: Debug Build of the Python Interpreter (version 3.7) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as <foo>_d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Package: python3.7-dev Description-md5: 939837cea50d0b4d9e8851d69665485d Description-en: Header files and a static library for Python (v3.7) Header files, a static library and development tools for building Python (v3.7) modules, extending the Python interpreter or embedding Python (v3.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.7-doc Description-md5: 0bef38426b051243b6c8bcd6c2494295 Description-en: Documentation for the high-level object-oriented language Python (v3.7) These is the official set of documentation for the interactive high-level object-oriented language Python (v3.7). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python3.7 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python3.7-examples Description-md5: ee70d16550f5df584f16f54f728c2189 Description-en: Examples for the Python language (v3.7) Examples, Demos and Tools for Python (v3.7). These are files included in the upstream Python distribution (v3.7). Package: python3.7-minimal Description-md5: 2ce3a4585490ce7ac2340e44421a26cf Description-en: Minimal subset of the Python language (version 3.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.7-minimal/README.Debian for a list of the modules contained in this package. Package: python3.7-venv Description-md5: a9bfa9fd62afb7196c2eb2b8749b0a74 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.7) Python is a high-level, interactive, object-oriented language. Its 3.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.7 binary. Package: python3.8 Description-md5: 4ee707efc9587f56df9cffed2287e053 Description-en: Interactive high-level object-oriented language (version 3.8) Python is a high-level, interactive, object-oriented language. Its 3.8 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.8-dbg Description-md5: e36207f7c9fe2bb07f9d99d04dcac5d2 Description-en: Debug Build of the Python Interpreter (version 3.8) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as <foo>_d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Package: python3.8-dev Description-md5: f9985a4945987c57c4c2b14758368c2e Description-en: Header files and a static library for Python (v3.8) Header files, a static library and development tools for building Python (v3.8) modules, extending the Python interpreter or embedding Python (v3.8) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.8-examples Description-md5: e37ea63cfb1d7a95a9fd0a30cc375d83 Description-en: Examples for the Python language (v3.8) Examples, Demos and Tools for Python (v3.8). These are files included in the upstream Python distribution (v3.8). Package: python3.8-minimal Description-md5: 2967d29792c00c2b44120fa66d6b5534 Description-en: Minimal subset of the Python language (version 3.8) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.8-minimal/README.Debian for a list of the modules contained in this package. Package: python3.8-venv Description-md5: d16828bf8bf56928e6bfb6f1a9a2f48a Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.8) Python is a high-level, interactive, object-oriented language. Its 3.8 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.8 binary. Package: qemu Description-md5: 976dc9e06bc50e9bc7637e1a34042953 Description-en: fast processor emulator 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. QEMU has two operating modes: . * User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. * Full system emulation: 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. . As QEMU requires no host kernel patches to run, it is very safe and easy to use. . This package is a metapackage depending on all qemu-related packages. Package: qemu-efi Description-md5: d500ba5533cb5c4c4d39639eebcd91e0 Description-en: transitional dummy package This is a transitional dummy package. It contains a compatibility symlink of /usr/share/qemu-efi/QEMU_EFI.fd to /usr/share/qemu-efi-aarch64/QEMU_EFI.fd. Package: qemu-efi-aarch64 Description-md5: 0191997e8e7dbde0e9009d3719a10aea Description-en: UEFI firmware for 64-bit ARM virtual machines qemu-efi-aarch64 is a build of EDK II for 64-bit ARM virtual machines. It includes full support for UEFI, including Secure Boot. Package: qemu-efi-arm Description-md5: f74a611b21913e52e8381afc923f6fbe Description-en: UEFI firmware for 32-bit ARM virtual machines qemu-efi-arm is a build of EDK II for 32-bit ARM virtual machines. It includes full support for UEFI, including Secure Boot. Package: qemu-guest-agent Description-md5: c2bc281a0e5a8e6c2185b336580fd595 Description-en: Guest-side qemu-system agent 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 a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Package: qemu-system Description-md5: e4c58b37c60d1fc987e614cbc6f62355 Description-en: QEMU full system emulation binaries 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 metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports. Package: qemu-system-mips Description-md5: 9ae71e5c6f9c8388bc2c1a7dd03588a5 Description-en: QEMU full system emulation binaries (mips) QEMU is a fast processor emulator: currently the package supports MIPS 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 mips hardware: mips mipsel mips64 mips64el. . 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-misc Description-md5: 143f8bbce10b891e473510e55f54135b Description-en: QEMU full system emulation binaries (miscellaneous) QEMU is a fast processor emulator: currently the package supports ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4 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 various other hardware which did not made into separate packages. Emulators for the following architectures are provided: alpha cris lm32 m68k microblaze microblazeel moxie nios2 or1k sh4 sh4eb tricore xtensa xtensaeb unicore32. . 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-sparc Description-md5: 8584000e342fca564033238e7f61d913 Description-en: QEMU full system emulation binaries (sparc) QEMU is a fast processor emulator: currently the package supports SPARC 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 sparc hardware: sparc sparc64. . 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-user Description-md5: b7a34d8d1377ca0beb573e0e2b4ce914 Description-en: QEMU user mode emulation binaries 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 the user mode emulation binaries. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel so it will be possible to run foreign binaries directly. However, this might not be suitable for using inside foreign chroots, in which case it is possible to use qemu-user-static package instead of qemu-user-binmft, -- qemu-user-static will register statically linked binfmt handlers instead. Package: qemu-user-binfmt Description-md5: b9d172841422ce933839d1a34cce7b20 Description-en: QEMU user mode binfmt registration for qemu-user 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 binfmt support registration for the user mode emulation binaries from qemu-user. This is an empty package, it does not contain any additional files, only registration scripts which run at install and remove times. Package: qemu-user-static Description-md5: 5d8ec17cec68244efa918fa841e2964c Description-en: QEMU user mode emulation binaries (static version) 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 the user mode emulation binaries, built statically. In this mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If binfmt-support package is installed, qemu-user-static package will register binary formats which the provided emulators can handle, so that it will be possible to run foreign binaries directly. Package: qmail Description-md5: 4fb01ab6cd46cf3373f14ec200e0aa7b Description-en: a secure, reliable, efficient, simple message transfer agent qmail is meant as a replacement for the entire sendmail-binmail system on typical Internet-connected UNIX hosts. . This package is based on the netqmail distribution of qmail, put together by a motley krewe of qmail contributors (see the README). It is derived from Daniel Bernstein's qmail-1.03 plus bug fixes, a few feature enhancements, and some documentation. Package: qmail-uids-gids Description-md5: 710f624aae93e92fb2cf619973d3a766 Description-en: user ids and group ids for qmail This package is mandatory for building and running the qmail package. Package: qml-module-snapd Description-md5: ce2dca284911dca06a97170519607297 Description-en: Snapd QML module snapd-glib is a library to allow GLib based applications access to snapd, the daemon that controls Snaps. . Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things. . This is a QML module for Qt applications to access snapd. Package: qt5-default Description-md5: dc660dc99de77417ffe18ef1a98f569e Description-en: Qt 5 development defaults package Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package sets Qt 5 to be the default Qt version to be used when using development binaries like qmake. It provides a default configuration for qtchooser, but does not prevent alternative Qt installations from being used. . This package should not be used for building Debian packages. Take a look at http://pkg-kde.alioth.debian.org/packagingqtbasedstuff.html for more information. Package: qtbase5-doc-html Description-md5: 2e4adf9de7ccece9e0fe9efb81d70fe6 Description-en: Qt 5 base HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 base libraries. Package: qtsvg5-doc-html Description-md5: 8f027e5df3b023d0a76f2c2f4714ef08 Description-en: Qt 5 SVG HTML documentation Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . This package contains the HTML documentation for the Qt 5 SVG libraries. Package: quassel Description-md5: 20198322cad41656de05fbc2bebd4524 Description-en: distributed IRC client - monolithic core+client Quassel is a modern, cross-platform, distributed IRC client, meaning that one or more clients can attach to and detach from the central core. It's much like the popular combination of screen and a text-based IRC client such as WeeChat or irssi, but graphical. . This package provides the monolithic client. It contains both core and client and can be used like a traditional IRC client, without requiring an external core. Package: quassel-client Description-md5: 2328ce94f7c9aa44c75972d208c569e7 Description-en: distributed IRC client - client component Quassel is a modern, cross-platform, distributed IRC client, meaning that one or more clients can attach to and detach from the central core. It's much like the popular combination of screen and a text-based IRC client such as WeeChat or irssi, but graphical. . This package provides only the client component. Package: quassel-core Description-md5: dc445da5529f886d5b9c5e6220e2cdd2 Description-en: distributed IRC client - core component Quassel is a modern, cross-platform, distributed IRC client, meaning that one or more clients can attach to and detach from the central core. It's much like the popular combination of screen and a text-based IRC client such as WeeChat or irssi, but graphical. . This package provides only the core component. Package: quassel-data Description-md5: c5e20b7b5f38c3f7182ee4386e86224c Description-en: distributed IRC client - shared data Quassel is a modern, cross-platform, distributed IRC client, meaning that one or more clients can attach to and detach from the central core. It's much like the popular combination of screen and a text-based IRC client such as WeeChat or irssi, but graphical. . This package provides files used by the Quassel client packages. Package: qutebrowser Description-md5: b7fc062267a5e4a39e86f36f8e800034 Description-en: Keyboard-driven, vim-like browser based on PyQt5 qutebrowser is a keyboard-focused browser with a minimal GUI. It's based on Python and PyQt5 and was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. Package: r-cran-openssl Description-md5: 8c0f9c00e82da9593b5ea71bb950afcf Description-en: GNU R toolkit for encryption, signatures and certificates based on OpenSSL Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES block cipher is used in CBC mode for symmetric encryption; RSA for asymmetric (public key) encryption. High- level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers. Package: rbd-fuse Description-md5: 15cf24eaec74387c1ae6ddef87cdb866 Description-en: FUSE-based rbd client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to map Ceph rbd images as files. Package: rbd-mirror Description-md5: 1d710ddd4d105de6cfd76d4ca18a79b3 Description-en: Ceph daemon for mirroring RBD images Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package provides a daemon for mirroring RBD images between Ceph clusters, streaming changes asynchronously. Package: rbd-nbd Description-md5: 7780c9ecf943aeed38e3b3d394062e74 Description-en: NBD-based rbd client for the Ceph distributed file system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a NBD-based client that allows one to map Ceph rbd images as local block device. . NBD base client that allows one to map Ceph rbd images as local block device. Package: rclone Description-md5: 534688973f4bad995c6ec0fd1dced0a0 Description-en: rsync for commercial cloud storage Rclone is a program to sync files and directories between the local file system and a variety of commercial cloud storage providers: . - Google Drive - Amazon S3 - Openstack Swift / Rackspace cloud files / Memset Memstore - Dropbox - Google Cloud Storage - Amazon Drive - Microsoft One Drive - Hubic - Backblaze B2 - Yandex Disk Package: rddmarc Description-md5: 674ebd0454db799fa71576a0467ad8bc Description-en: Sample DMARC report processing scripts collection There are currently three example scripts provided: . - rddmarc: Perl the script to parse DMARC summary reports - mkdmarc - SQL to create the tables - dmarcfail: Parses DMARC forensic reports from Netease and adds them to a MySQL database to assist in further analysis. Package: rdp-alignment Description-md5: 9ad4c9f8b883634484e0f38706166137 Description-en: Ribosomal Database Project (RDP) alignment tools package The Alignment tools package contains commands to do defined community analysis, pairwise alignment and hidden markov model (HMMER3 models, no training). . The package also contains the AlignmentTools Java library which is used by other RDP tools. Package: rdp-classifier Description-md5: cbe79b54495f0797c75136dbf6e0911e Description-en: extensible sequence classifier for fungal lsu, bacterial and archaeal 16s The RDP Classifier is a naive Bayesian classifier which was developed to provide rapid taxonomic placement based on rRNA sequence data. The RDP Classifier can rapidly and accurately classify bacterial and archaeal 16s rRNA sequences, and Fungal LSU sequences. It provides taxonomic assignments from domain to genus, with confidence estimates for each assignment. The RDP Classifier likely can be adapted to additional phylogenetically coherent bacterial taxonomies. Package: rdp-classifier-doc Description-md5: 9755acd98836f42964d57d10c7a9a644 Description-en: documentation and examples for rdp-classifier The RDP Classifier is a naive Bayesian classifier which was developed to provide rapid taxonomic placement based on rRNA sequence data. The RDP Classifier can rapidly and accurately classify bacterial and archaeal 16s rRNA sequences, and Fungal LSU sequences. It provides taxonomic assignments from domain to genus, with confidence estimates for each assignment. The RDP Classifier likely can be adapted to additional phylogenetically coherent bacterial taxonomies. . This package contains the JavaDoc generated HTML and examples for rdp-classifier. Package: rdp-readseq Description-md5: 124226f81a5ccc2095bb45c30b38c16c Description-en: Ribosomal Database Project (RDP) sequence reading and writing Rdp-readseq is a simple user interface to the sequence reading library developed by the Ribosomal Database Project. It can handle genbank, embl, fasta, fastq, sff and sto files. It can read from files or streams, and can handle indexing files. . The package also contains the ReadSeq Java library which is used by other RDP tools. Package: redis Description-md5: 78a6a1a27b35b2a9388a817f91f05f71 Description-en: Persistent key-value database with network interface (metapackage) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. . This package depends on the redis-server package. Package: redis-sentinel Description-md5: f4556dfa5cce22a246afed26179a780a Description-en: Persistent key-value database with network interface (monitoring) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the Redis Sentinel monitoring software. Package: redis-server Description-md5: 9160ed1405585ab844f8750a9305d33f Description-en: Persistent key-value database with network interface Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. Package: redis-tools Description-md5: 73e12355ae0942ddf9ddc6d068f95d50 Description-en: Persistent key-value database with network interface (client) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the command line client and other tools. Package: redmine Description-md5: 3a216a1439e1b07aad3aecd0c613d53b Description-en: flexible project management web application Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database. . Dependencies for database support are provided by these metapackages: redmine-mysql, redmine-pgsql, redmine-sqlite. . Features * Multiple projects support * Flexible role based access control * Flexible issue tracking system * Gantt chart and calendar * News, documents & files management * Feeds & email notifications * Per project wiki * Per project forums * Time tracking * Custom fields for issues, time-entries, projects and users * SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authentication support * User self-registration support * Multilanguage support Package: redmine-mysql Description-md5: 5334d370ac0b467914273b70a17e9522 Description-en: metapackage providing MySQL dependencies for Redmine This package only provides MySQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a MySQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-pgsql Description-md5: f308cd100ee4983a5adb6ff3370520bf Description-en: metapackage providing PostgreSQL dependencies for Redmine This package provides PostgreSQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a PostgreSQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-sqlite Description-md5: 92a51359a57c7c0c86638eb96a7a1e4e Description-en: metapackage providing sqlite dependencies for Redmine This package provides sqlite dependencies for Redmine, a flexible project management web application. Install this one if you want to use a sqlite database with Redmine. . Redmine package should be installed along with this package. Package: registry-tools Description-md5: 7266dad7d5ee9360537ffc04ec7157f3 Description-en: tools for viewing and manipulating the Windows registry Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains tools for viewing and manipulating the binary "registry" found on Windows machines, both locally and remote. Package: remmina-plugin-exec Description-md5: d4eecbc58ebfbcae418853f31f38cab8 Description-en: EXEC plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported. . This package contains the EXEC plugin for Remmina. Package: remmina-plugin-nx Description-md5: 76df3f9835b7fb4378e8fc70c8a66d68 Description-en: NX plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported. . This package contains the NX plugin for Remmina. Package: remmina-plugin-spice Description-md5: 54c8f8fd6eeadb949b182cc50c655de0 Description-en: Spice plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported. . This package contains the Spice plugin for Remmina. Package: remmina-plugin-telepathy Description-md5: 2342164d6ad1cfd39e472ccd42a45bb7 Description-en: Telepathy plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported. . This package contains the Telepathy plugin for Remmina. Package: remmina-plugin-xdmcp Description-md5: 4b1f0655f59e0a9c83f4a73bbb719055 Description-en: XDMCP plugin for Remmina Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. . Remmina supports multiple network protocols in an integrated and consistent user interface. . Currently RDP, VNC, SPICE, NX, XDMCP, EXEC and SSH are supported. . This package contains the XDMCP plugin for Remmina. Package: rsh-client Description-md5: 0e567d8dad97373a23bdade592b87a3b Description-en: client programs for remote shell connections This package contains rsh, rcp and rlogin. Package: rsh-server Description-md5: 49081719c7c028e0a91cbc1fcb22dd0c Description-en: server program for remote shell connections This package contains rexecd, rlogind and rshd. Package: rssh Description-md5: e6da0a3c1de4215d173e77a2192d8ed0 Description-en: Restricted shell allowing scp, sftp, cvs, svn, rsync or rdist rssh is a restricted shell, used as a login shell, that allows users to perform only scp, sftp, cvs, svnserve (Subversion), rdist, and/or rsync operations. It can also optionally chroot user logins into a restricted jail. Package: rsyslog-czmq Description-md5: f3d9c0df73b612d8d59df64eb6f1efa3 Description-en: ZeroMQ protocol support for rsyslog via CZMQ These plugins allows rsyslog to send and receive ZeroMQ syslog messages via the CZMQ library. Package: rsyslog-elasticsearch Description-md5: 70ea8e4a3fd075407bd491943fb8aa9f Description-en: Elasticsearch output plugin for rsyslog This plugin allows rsyslog to write syslog messages to Elasticsearch, a distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. Package: rsyslog-gssapi Description-md5: 79a6e301e123c9629e0c4e9aaa191cae Description-en: GSSAPI authentication and encryption support for rsyslog These plugins allow rsyslog to write and/or receive GSSAPI authenticated and encrypted syslog messages. GSSAPI is commonly used for Kerberos authentication. Package: rsyslog-hiredis Description-md5: 25985930fefb6abfae5747e162ad10e3 Description-en: Redis output plugin for rsyslog This plugin allows rsyslog to write syslog messages to Redis, a key-value database in a similar vein to memcache but the dataset is non-volatile. Package: rsyslog-kafka Description-md5: 859920336ebf2f34ddfcd5786e12aede Description-en: Apache Kafka support for rsyslog These plugins allow rsyslog to send and receive syslog messages via Apache Kafka, a distributed and scalable message broker offering strong durability and fault-tolerance guarantees. Package: rsyslog-mongodb Description-md5: fccd547ba5d35ccbc2019238e7a767f9 Description-en: MongoDB output plugin for rsyslog This plugin allows rsyslog to write syslog messages to MongoDB, a scalable, high-performance, open source NoSQL database. Package: rsyslog-mysql Description-md5: 73513767b35f7839dfc63fc06366fcb0 Description-en: MySQL output plugin for rsyslog This plugin allows rsyslog to write syslog messages into a MySQL database. Package: rsyslog-pgsql Description-md5: 1d2cf23cdf0c487b7ba6462ff29414d9 Description-en: PostgreSQL output plugin for rsyslog This plugin allows rsyslog to write syslog messages into a PostgreSQL database. Package: rsyslog-relp Description-md5: 16c1db74c009634d13e59cd2b9fd25e9 Description-en: RELP protocol support for rsyslog These plugins allow rsyslog to send and receive syslog messages via the RELP protocol. RELP ensures reliable transport over the network even on connection loss or if a peer becomes unavailable. Package: ruby-gon Description-md5: abbb9948d5964ae4fcd67f3a1ee7d061 Description-en: Ruby library to send data to JavaScript from a Ruby application Gon is a Ruby library allowing one to easily send the content of variables of a Ruby web application to JavaScript. It supports JBuilder, Rabl and Rabl-Rails. Package: ruby-hivex Description-md5: 851061fd0f4952c64a5a5e540c294fe2 Description-en: Ruby bindings for hivex Ruby bindings for libhivex, a library for reading and writing Windows Registry "hive" binary files. Package: ruby-nokogiri Description-md5: 8b5216e340ca3509e38f4420fb6ca92a Description-en: HTML, XML, SAX, and Reader parser for Ruby Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. It is able to search documents via XPath or CSS3 selectors, and is a drop-in replacement for Hpricot (though not bug for bug). Package: ruby-openssl Description-md5: ed5ea92a8804faf7e13c61726bf6c055 Description-en: Ruby bindings for OpenSSL This package provides SSL, TLS and general purpose cryptography for Ruby by wrapping the OpenSSL library. It used to be bundled with the Ruby interpreter, but has been extracted to a standalone package. Package: ruby-passenger Description-md5: 2f5d491755cdbc674c0341cb5c81e9d0 Description-en: transitional dummy package for passenger This is a transitional dummy package. It can safely be removed. Package: ruby-passenger-doc Description-md5: c13e80d52245e76aad02a75455901270 Description-en: transitional dummy package for passenger-doc This is a transitional dummy package. It can be safely removed. Package: ruby-rack Description-md5: 19065860ac096ceaa0736619af45bcf7 Description-en: modular Ruby webserver interface Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. . Also see http://rack.github.io/. Package: ruby-rack-protection Description-md5: 41fea8854489142d6888ca5f6dfca3ed Description-en: Protects against typical web attacks for Rack apps This library protects against typical web attacks. Should work for all Rack apps, including Rails. Package: ruby-sanitize Description-md5: 2b64f78c43810e31c817317190e764b0 Description-en: whitelist-based HTML sanitizer Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string. . Using a simple configuration syntax, you can tell Sanitize to allow certain elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. Any HTML elements or attributes that you don't explicitly allow will be removed. . Because it's based on Nokogiri, a full-fledged HTML parser, rather than a bunch of fragile regular expressions, Sanitize has no trouble dealing with malformed or maliciously-formed HTML and returning safe output. Package: ruby-sprockets Description-md5: 5eb26c5286663a6dd76eeff86573aad7 Description-en: Rack-based asset packaging system Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS. Package: ruby-svn Description-md5: 681536b40f193ae3816c1437f1c38f7d Description-en: Ruby bindings for Apache Subversion This is a set of Ruby interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Ruby script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: ruby-websocket-extensions Description-md5: 5a189c0f5c4bed41515da5dd3d5d4060 Description-en: Generic extension manager for WebSocket connections A minimal framework that supports the implementation of WebSocket extensions in a way that's decoupled from the main protocol. This library aims to allow a WebSocket extension to be written and used with any protocol library, by defining abstract representations of frames and messages that allow modules to co-operate. Package: ruby-zip Description-md5: f1b0b4db4514d5e75e10678e266a3e69 Description-en: Ruby module for reading and writing zip files rubyzip is a ruby library for reading and writing zip (pkzip format) files, with the restriction that only uncompressed and deflated zip entries are supported. All this library does is handling of the zip file format. the actual compression/decompression is handled by zlib. zlib is accessible from ruby thanks to ruby/zlib Package: runc Description-md5: a681cc11f1d5cbf09bfaf6eed3f0ea95 Description-en: Open Container Project - runtime "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. Package: rust-all Description-md5: 90140e39ec4bd9741a36b3f6d4c6d053 Description-en: Rust systems programming language - all developer tools Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package is an empty metapackage that depends on all developer tools in the standard rustc distribution that have been packaged for Debian. Package: rust-clippy Description-md5: bb70ecb7b097f53232194f2241ad606e Description-en: Rust linter Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains 'clippy', a linter to catch common mistakes and improve your Rust code as well a collection of over 400 compatible lints. . Lints are divided into categories, each with a default lint level. You can choose how much Clippy is supposed to annoy help you by changing the lint level by category. . Clippy is integrated into the 'cargo' build tool, available via 'cargo clippy'. Package: rust-doc Description-md5: c9fc696f11bdef73526bdf4340964294 Description-en: Rust systems programming language - Documentation Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains the Rust tutorial, language reference and standard library documentation. Package: rust-gdb Description-md5: 1afbf06d9ee3b7b85a98c81c15ed3109 Description-en: Rust debugger (gdb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking gdb on rust binaries. Package: rust-lldb Description-md5: 4da7dd4330a7b317624f536076fd1b69 Description-en: Rust debugger (lldb) Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains pretty printers and a wrapper script for invoking lldb on rust binaries. Package: rust-src Description-md5: 7c8d03ba583d96a9cc7a0dc63f208a52 Description-en: Rust systems programming language - source code Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains sources of the Rust compiler and standard libraries, useful for IDEs and code analysis tools such as Racer. Package: rustc Description-md5: 67ca6080eea53dc7f3cdf73bc6b8521e Description-en: Rust systems programming language Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. Package: rustfmt Description-md5: 3ad3031d946444f1737bc02666f33a91 Description-en: Rust formatting helper Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains 'rustfmt', a tool for formatting Rust code according to style guidelines, as well as 'cargo-fmt', a helper enabling running rustfmt directly with 'cargo fmt'. Package: salt-api Description-md5: 8b86735f2a191ab85c4ff7d994f10de5 Description-en: Generic, modular network access system a modular interface on top of Salt that can provide a variety of entry points into a running Salt system. It can start and manage multiple interfaces allowing a REST API to coexist with XMLRPC or even a Websocket API. . The Salt API system is used to expose the fundamental aspects of Salt control to external sources. salt-api acts as the bridge between Salt itself and REST, Websockets, etc. Package: salt-cloud Description-md5: 78a37268987e4d4b516bbe44a2564b5d Description-en: public cloud VM management system Salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Salt Cloud is built-in to Salt to provision systems on cloud hosts or hypervisors and immediately bring them under management. Package: salt-common Description-md5: aaa76a7bda4c75e02b81764c1dc6e91a Description-en: shared libraries that salt requires for all packages salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides shared libraries that salt-master, salt-minion, and salt-syndic require to function. Package: salt-doc Description-md5: 7d19bf6d88f8c69582f8c863b3fa6e5b Description-en: additional documentation for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the HTML documentation for salt. Package: salt-master Description-md5: 36e948d6f2dba9c67d0fe58bcec6ff6a Description-en: remote manager to administer servers via salt salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt controller. Package: salt-minion Description-md5: 68cd9e3bef3cabf85260509cdfa84a15 Description-en: client package for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the worker / agent for salt. Package: salt-proxy Description-md5: 603fe3168424ea7b456348e1a2587e6d Description-en: Proxy client package for salt stack Proxy minion allows a remote manager to administer devices that are unable to run a minion. salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of devices. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt proxy minion. It is able to run salt modules and states on remote hosts via a proxy which transmits appropriate commands to devices and replies with the results of said commands. Package: salt-ssh Description-md5: 5116dab059f40916bcc42ffca6277b30 Description-en: remote manager to administer servers via Salt SSH salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt ssh controller. It is able to run salt modules and states on remote hosts via ssh. No minion or other salt specific software needs to be installed on the remote host. Package: salt-syndic Description-md5: 253fda91ad04c2d3fc17e6bbed68f34b Description-en: master-of-masters for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the master of masters for salt - it enables the management of multiple masters at a time. Package: samba-testsuite Description-md5: 9909252a54b8d1689d0ad0af3791b792 Description-en: test suite from Samba Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing support for cross-platform file sharing with Microsoft Windows, OS X, and other Unix systems. Samba can also function as a domain controller or member server in both NT4-style and Active Directory domains. . This package contains programs for testing the reliability and speed of SMB servers, Samba in particular. Package: sbuild-launchpad-chroot Description-md5: f29a5d8002fc0d7ae79e1fbbe79033f4 Description-en: Launchpad integration for sbuild This includes two sbuild hooks and a command line tool to setup and maintain build chroots that are as close as possible to a standard Launchpad sbuild chroot. . The sbuild-launchpad-chroot command can be used to setup, update and destroy those chroots. A schroot hook will also automatically update them should an update be available at the start of a build. . Those chroots also come with a series of useful aliases allowing the user to easily choose which pockets and components should be available for the build. Package: scala Description-md5: c4ad9c8cdc32b480c48dbf9014880a0d Description-en: Scala programming language Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package includes the various tools used to develop code written in Scala. It includes a compiler (scalac), an interpreter and script runner (scala), the offline compiler (fsc), and source-scanning documentation generator (scaladoc). Package: scala-doc Description-md5: 5d64d78025d0602fe45ed81e50239854 Description-en: Scala API documentation Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package contains the API documentation for Scala. Package: scala-library Description-md5: 7ae8b8396c71d0f69fee3c25d120c634 Description-en: Scala standard library Scala is a Java-compatible programming language with many modern language features. It is Java-compatible in that Scala and Java classes can directly reference each other and subclass each other with no glue code needed. It includes modern language features such as closures, pattern-matching, parametric types, and virtual type members. . This package contains the run-time library needed to run Scala programs. It also provides scalacheck and scala-partest. Package: scdaemon Description-md5: b49c350b09e4d02f9121e9c67447bbdc Description-en: GNU privacy guard - smart card support GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC4880. . This package contains the smart card program scdaemon, which is used by gpg-agent to access OpenPGP smart cards. Package: scilab Description-md5: 36b280660db0e407caf724c273ac9413 Description-en: Scientific software package for numerical computations Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . For a minimum version of scilab, install package "scilab-cli". Package: scilab-cli Description-md5: c82205392ad1a90583774dae1eb33898 Description-en: Scientific software package - Command Line Interpreter Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package provides Scilab as Command Line Interpreter (CLI). This package provides Scilab as a computing engine or script interpreter. Please install the package "scilab" to have all features. Package: scilab-data Description-md5: fa23f61e370b384e580df50863a46510 Description-en: Scientific software package for numerical computations (data files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the data files for Scilab. Package: scilab-doc Description-md5: 2d806e94ea03a4e506f4847044eb9d9f Description-en: Scientific software package (English documentations) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains demos, examples and help pages. Package: scilab-doc-fr Description-md5: 8acc7c8fa2dd47083e2bc10e25801da3 Description-en: Scientific software package (French documentation) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains help pages in French. Package: scilab-doc-ja Description-md5: 0c3a3d350093b95707f5bb9e59b96779 Description-en: Scientific software package (Japanese documentation) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains help pages in Japanese documentation. Package: scilab-doc-pt-br Description-md5: 6d55faf50c912a6a3b84f5bd8291ae6e Description-en: Scientific software package (Brazilian Portuguese documentation) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains help pages in Brazilian Portuguese documentation. Package: scilab-full-bin Description-md5: 30d04f61ad2b7de2e03b85cf2b5ba6c6 Description-en: Scientific software package for numerical computations (all binary files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. . Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the architecture specific binary files. Package: scilab-include Description-md5: 4fac92985e7799483e0d96922456d1f4 Description-en: Scientific software package for numerical computations (include files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the include files for Scilab (used in the dynamic link). Package: scilab-minimal-bin Description-md5: 019d4762370977bc7990af8b542c30a3 Description-en: Scientific software package for numerical computations (minimal binary files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the architecture specific binary files. All mandatory libraries for scilab-cli are shipped in this package. Please install the package "scilab" to have all features. Package: scilab-test Description-md5: 4054ca8da6df5bad9f6366dc2b0079ed Description-en: Scientific software package for numerical computations (test files) Scilab is a matrix-based scientific software package. Scilab contains hundreds of built-in mathematical functions, rich data structures (including polynomials, rationals, linear systems, lists, etc...) and comes with a number of specific toolboxes for control, signal processing, ... . This package also provides Xcos, a graphical editor to design hybrid dynamical systems models. Models can be designed, loaded, saved, compiled and simulated. Stable and efficient solution for industrial and academics needs, Xcos provides functionalities for modeling of mechanical systems (automotive, aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems, etc. Modelica capabilities are also provided. . This package contains the test files (unitary, non regression, performance ...) for Scilab. . See Scilab function 'test_run' for usage. Package: sepol-utils Description-md5: a1b596ce0ddd460c537eafbf4c1d7137 Description-en: Security Enhanced Linux policy utility programs This package provides a utility for a Security-enhanced Linux system to rewrite existing mandatory access control policy with different boolean setting, generating a new policy. Security-enhanced Linux is a patch of the Linux kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. This package provides utility programs to get and set process and file security contexts and to obtain security policy decisions. Package: setpriv Description-md5: cdb4921ffd66177119631a8b5eb045a0 Description-en: tool to run a program with different Linux privilege settings This package provides the setpriv command which allows the user to set or query various Linux privilege settings that are inherited across execve. Package: sia Description-md5: ad065d9d74c6eb3eeeab33e17b67e849 Description-en: Blockchain-based marketplace for file storage Sia is a decentralized cloud storage platform aimed at giving users control of their data. Data is split into hundreds of erasure coded pieces and encrypted locally, and then each piece is uploaded to a separate host. A blockchain is used to create cryptographic contracts ensuring that hosts will only get paid if they actually store the data. Out of hundreds of hosts, only a fraction are required to recover the original file. . Anybody can join the network as a host and get income from the storage they contribute. This openness allows Sia to build and take advantage of a global network of small datacenters. Combined with advanced algorithms for storing and retrieving data, Sia is poised to be a highly competitive cloud storage platform. More information about the technology can be found on our website and in the 'doc' folder of the repo. . Sia is ready for use with small sums of money and non-critical files, but until the network has a more proven track record, we advise against using it as a sole means of storing important data. Package: sigil Description-md5: 88d7047856e5e6d5edbe1b6fc1c0482f Description-en: multi-platform ebook editor Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format. . Features: . * Full UTF-16 support; * Full EPUB 2 spec support; * Multiple Views: Book View, Code View and Preview View; * WYSIWYG editing in Book View; * Complete control over directly editing EPUB syntax in Code View; * Table of Contents generator with multi-level heading support; * Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each; * User interface translated into many languages; * Spell checking with default and user configurable dictionaries; * Full Regular Expression (PCRE) support for Find & Replace; * Supports import of EPUB and HTML files, images, and style sheets; * Files can be validated for EPUB compliance with the FlightCrew validator; * HTML Tidy: all imported files have their formatting corrected, and your editing can be optionally cleaned. Package: sigil-data Description-md5: d697fcd1e7b4df79b24c90d3e49f5642 Description-en: multi-platform ebook editor - data files Sigil is a free, open source, multi-platform ebook editor. It is designed to edit books in ePub format. . Features: . * Full UTF-16 support; * Full EPUB 2 spec support; * Multiple Views: Book View, Code View and Preview View; * WYSIWYG editing in Book View; * Complete control over directly editing EPUB syntax in Code View; * Table of Contents generator with multi-level heading support; * Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each; * User interface translated into many languages; * Spell checking with default and user configurable dictionaries; * Full Regular Expression (PCRE) support for Find & Replace; * Supports import of EPUB and HTML files, images, and style sheets; * Files can be validated for EPUB compliance with the FlightCrew validator; * HTML Tidy: all imported files have their formatting corrected, and your editing can be optionally cleaned. . This package provides the architecture-independant files. Package: signapk Description-md5: 9882ef958207360dac33110ccdeafa16 Description-en: Command line tool for signing Android ZIP/JAR/APK signapk is a command line tool for signing ZIP files, including JARs, APKs, and Over-The-Air (OTA) updates, in a way compatible with Android's mincrypt verifier, using EC or RSA keys and SHA1 or SHA-256. The tool can additionally sign APKs using APK Signature Scheme v2. It is the standard tool used to sign APK and JAR files distributed as part of Android ROMs. Package: signtos Description-md5: 1919a58e1c4f36e0e104efd05d2df185 Description-en: Android signing tool for signing Trusty images Signs ARM Trusty images for use with operating systems that support it. Trusty is a set of software components supporting a Trusted Execution Environment (TEE) on mobile devices. The key must be stored in PKCS8 format. Package: simg2img Description-md5: 098b53cb5345c79e9d43a7c3970e37d5 Description-en: Transitional package This is a transitional package. It can safely be removed. Package: slapd-smbk5pwd Description-md5: a42da43043b547911417d8552bc748a1 Description-en: Keeps Samba and Kerberos passwords in sync within slapd. Extends the PasswordModify Extended Operation to update Kerberos keys and Samba password hashes for an LDAP user. The Kerberos support is written for Heimdal using its hdb-ldap backend. The Samba support is written using the Samba 3.0 LDAP schema. Package: slirp Description-md5: faaf73e9c5947f77bc2b583f41b08e56 Description-en: SLIP/PPP emulator using a dial up shell account Slirp is a TCP/IP emulator which turns an ordinary shell account into a (C)SLIP/PPP account. This allows shell users to use all the funky Internet applications like Netscape, Mosaic, CUSeeMe, etc. . Please note that maybe your ISP really doesn't like you using slirp, because they want to charge more for a ppp connection, so use it at your own risk. Package: smarty3 Description-md5: 28e7605eec56dbb491b7b3e3a2ad5da0 Description-en: Smarty - the compiling PHP template engine Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. . Smarty 3.1 is a departure from 2.0 compatibility. Most notably, all backward compatibility has been moved to a separate class file named SmartyBC.class.php. If you require compatibility with 2.0, you will need to use this class. Package: snap-confine Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: snapcraft Description-md5: f2b9ada80f848158a030d4fdb4463569 Description-en: easily craft snaps Snapcraft aims to make upstream developers' lives easier and as such is not a single toolset, but instead is a collection of tools that enable the natural workflow of an upstream to be extended with a simple release step into Snappy. Package: snapcraft-examples Description-md5: f08d4b5a77b9d3d8337a205fe1e9301b Description-en: examples and demos for snapcraft Snapcraft aims to make upstream developers' lives easier and as such is not a single toolset, but instead is a collection of tools that enable the natural workflow of an upstream to be extended with a simple release step into Snappy. . This package contains examples and demos for snapcraft. Package: snapcraft-parser Description-md5: ac163e3bf5626a17120e80de44b62434 Description-en: cloud parser for shared snapcraft parts. The parser is in charge of getting all the shared parts out there indexed into a common cacheable file. It processes multiple origin's specified in yaml documents and outputs `parts` which snapcraft can utilize. Package: snapd-glib-tests Description-md5: 3b2979681f8b91d8fb8b7986cce653d1 Description-en: GLib snapd library (installed tests) snapd-glib is a library to allow GLib based applications access to snapd, the daemon that controls Snaps. . Snaps are 'universal' packages that work across many different Linux systems, enabling secure distribution of the latest apps and utilities for cloud, servers, desktops and the internet of things. . This package contains test programs, designed to be run as part of a regression testsuite. Package: snapd-xdg-open Description-md5: ba6c49ad1a4e739a75a7e8d0fde06a77 Description-en: Transitional package for snapd-xdg-open This is a transitional dummy package. It can safely be removed. Package: sndfile-programs Description-md5: df7c420bbb7c20980d2fec5ce08b1a8c Description-en: Sample programs that use libsndfile This package contains simple programs which use libsndfile for operating on sound files. . Programs include: - sndfile-cmp : compare the audio data of two files - sndfile-concat : concatenate two or more files - sndfile-convert : convert between sound file formats - sndfile-info : print information about files - sndfile-metadata-get/set : get and set file metadata - sndfile-play : play a sound file Package: snmptrapd Description-md5: 5813c4c7d76971aa4ce271dad1bfb061 Description-en: Net-SNMP notification receiver The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . snmptrapd is an SNMP application (daemon) that receives and logs SNMP TRAP and INFORM messages. Package: sntp Description-md5: 7e0dde0d8d975f6bc88ed741333a0e63 Description-en: Network Time Protocol - sntp client NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, NIST or similar time signals. . sntp can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time. It is not sufficient, however, for maintaining an accurate clock in the long run. Package: sofia-sip-bin Description-md5: 204c7b657e4a61ffc86836b00cdb7014 Description-en: Sofia-SIP library utilities Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . This package provides a set of console tools and helper applications for use in scripts, testing and other uses. All the tools utilize the Sofia-SIP library. Package: sofia-sip-doc Description-md5: 6871d4c1529b334f783f90ff6d1eb82b Description-en: Sofia-SIP library documentation Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. . This package provides the library reference documentation. Package: software-properties-kde Description-md5: 16e4fabef5954c12d44cd43cdd564aa2 Description-en: manage the repositories that you install software from (qt) This software provides an abstraction of the used apt repositories. It allows you to easily manage your distribution and independent software vendor software sources. . This package contains a Qt based graphical interface. Package: solr-common Description-md5: d9d0b7c8ab3599e5d24583ba88c5996c Description-en: Enterprise search server based on Lucene3 - common files Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the common files for Solr. Install solr-tomcat or solr-jetty to use Solr under Tomcat or Jetty. . This package also contains the dataimporthandler contrib while omitting dataimporthandler-extras, clustering, extraction and velocity due to missing dependencies. . libmysql-java is necessary to connect the dataimporthandler to MySQL. Package: solr-jetty Description-md5: f9bd6b37cab2818e5309a83177b84552 Description-en: Enterprise search server based on Lucene3 - Jetty integration Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the Jetty integration files for Solr. Package: solr-tomcat Description-md5: eb7b14f88e5e0facbf4429a2f496d47f Description-en: Enterprise search server based on Lucene3 - Tomcat integration Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface. It runs in a Java servlet container such as Tomcat. . This package provides the Tomcat integration files for Solr. Package: sox Description-md5: 333cd274ebee7570f357dafba9b6461d Description-en: Swiss army knife of sound processing SoX is a command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files during the conversion. As an added bonus, SoX can play and record audio files on several unix-style platforms. . SoX is able to handle formats like Ogg Vorbis, MP3, WAV, AIFF, VOC, SND, AU, GSM and several more. Any format support requires at least libsox-fmt-base. Some formats have their own package e.g. mp3 read and write support is provided by libsox-fmt-mp3. . SoX supports most common sound architectures i.e. Alsa, Libao, OSS and Pulse (respectively provided by libsox-fmt-alsa, libsox-fmt-ao, libsox-fmt-oss and libsox-fmt-pulse). It also supports LADSPA plugins. Package: speex Description-md5: 30acf610b7bb12b7f7c8d43f2518349b Description-en: The Speex codec command line tools Speex is an audio codec especially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some senses, it is meant to be complementary to the Vorbis codec which places a greater emphasis on high-quality music reproduction. . This package contains the encoder and decoder command-line applications. Package: spip Description-md5: 9164b16e6be7baea731f39dceca115b4 Description-en: website engine for publishing SPIP is a publishing system for the Internet in which great importance is attached to collaborative working, to multilingual environments, and to simplicity of use for web authors. . SPIP's benefit consists in: . * managing a magazine type site i.e. made up mainly of articles and news items inserted in an arborescence of sections nested in each others. * completely separating and distributing three kinds of tasks over various players: the graphic design, the site editorial input through the submission of articles and news items and the site editorial management. * spare the webmaster and all the participants to the life of the site, a number of tedious aspects of web publishing as well as the need to learn lengthy technical skills. SPIP allows you to start creating your sections and articles straight away. Package: spl Description-md5: bb4d6aa650036442d24b0f341336a557 Description-en: Solaris Porting Layer user-space utilities for Linux The Solaris Porting Layer (SPL) is a Linux kernel module which provides many of the Solaris kernel APIs. This shim layer makes it possible to run Solaris kernel code in the Linux kernel with relatively minimal modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel module which provides a testing harness for the SPL module. . SPL can be particularly useful when you want to track upstream Illumos (or any other OpenSolaris fork) development closely and don't want the overhead of maintaining a large patch which converts Solaris primitives to Linux primitives. . This package includes the user space utilities needed to test and debug the SPL and SPLAT kernel modules. Package: spl-dkms Description-md5: f824e0e4aaf3c721a9a799818c90874a Description-en: Solaris Porting Layer kernel modules for Linux The Solaris Porting Layer (SPL) is a Linux kernel module which provides many of the Solaris kernel APIs. This shim layer makes it possible to run Solaris kernel code in the Linux kernel with relatively minimal modification. The Solaris Porting LAyer Tests (SPLAT) is a Linux kernel module which provides a testing harness for the SPL module. . SPL can be particularly useful when you want to track upstream Illumos (or any other OpenSolaris fork) development closely and don't want the overhead of maintaining a large patch which converts Solaris primitives to Linux primitives. . This package contains the source code for the SPL and SPLAT Linux kernel modules, which can be used with DKMS, so that local kernel modules are automatically built and installed every time the kernel packages are upgraded. Package: split-select Description-md5: f4e2d6d03ce279ebaad9009d493c201e Description-en: APK split and selection tool Generates the logic for selecting a Split APK given some target Android device configuration. . Using the flag --generate will emit a JSON encoded tree of rules that must be satisfied in order to install the given Split APK. Using the flag --target along with the device configuration will emit the set of Split APKs to install, following the same logic that would have been emitted Package: sqlformat Description-md5: f2cb2e72112fd06ed30d9dad2fc0081d Description-en: SQL formatting utility The sqlformat command-line tool can be used to reformat SQL file according to specified options or prepare a snippet in some programming language (only Python and PHP currently supported). Package: squid-cgi Description-md5: f5629ee1f0974ccbb0cb7626340a3ec3 Description-en: Full featured Web Proxy cache (HTTP proxy) - control CGI Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains a CGI program that can be used to query and administrate a `squid' proxy cache through a web browser. Package: squid-purge Description-md5: 1f0ac66043729b3fb7702aa802ebdf9b Description-en: Full featured Web Proxy cache (HTTP proxy) - control utility Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains a small utility that can be used to manage the disk cache from the command line. Package: squidclient Description-md5: 496a594ac08f6190d306007269da1e8c Description-en: Full featured Web Proxy cache (HTTP proxy) - control utility Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . Squid version 3 is a major rewrite of Squid in C++ and introduces a number of new features including ICAP and ESI support. . This package contains a small utility that can be used to get URLs from the command line. Package: ssh-askpass-gnome Description-md5: e888e7e8e5a6ee7b30f000dc22ed083f Description-en: interactive X program to prompt users for a passphrase for ssh-add This has been split out of the main openssh-client package so that openssh-client does not need to depend on GTK+. . You probably want the ssh-askpass package instead, but this is provided to add to your choice and/or confusion. Package: sssd-kcm Description-md5: 33bacd6e1ef4d2c4e5af5b7e63fc778f Description-en: System Security Services Daemon -- Kerberos KCM server implementation Provides an implementation of a Kerberos KCM server. Use this package if you want to use the KCM: Kerberos credentials cache. Package: storebackup Description-md5: 5f64df0c5b4423151504d9c7eaaf94bd Description-en: fancy compressing managing checksumming deduplicating hard-linking cp -ua Copies directory hierarchies recursively into another location, by date (e.g. /home/ => /var/bkup/2002.12.13_04.27.56/). Permissions are preserved, so users with access to the backup directory can recover their files themselves. . File comparisons are done with MD5 checksums, so no changes go unnoticed. . Hard-links unchanged backuped files to old versions and identical files within the backuped tree. . Compresses large files (that don't match exclusion patterns). . Manages backups and removes old ones. Package: strongswan-nm Description-md5: fe4e82468fec86f66c41601086865ec7 Description-en: strongSwan plugin to interact with NetworkManager The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This plugin provides an interface which allows NetworkManager to configure and control the IKEv2 daemon directly through D-Bus. It is designed to work in conjunction with the network-manager-strongswan package, providing a simple graphical frontend to configure IPsec based VPNs. Package: strongswan-pki Description-md5: e39ead8c35dce81cd768bc453bc29db7 Description-en: strongSwan IPsec client, pki command The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the pki tool which allows on to run a simple public key infrastructure. Package: strongswan-scepclient Description-md5: fbc3cadf8a28f7b05798f7dbda6309c2 Description-en: strongSwan IPsec client, SCEP client The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the SCEP client, an implementation of the Cisco System's Simple Certificate Enrollment Protocol (SCEP). Package: strongswan-swanctl Description-md5: 0da8661efd13d913c22e863856990337 Description-en: strongSwan IPsec client, swanctl command The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package contains the swanctl interface, used to configure a running charon daemon Package: strongswan-tnc-ifmap Description-md5: 5baaca9e63c539bfde051ce353c9baad Description-en: strongSwan plugin for Trusted Network Connect's (TNC) IF-MAP client The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. . This package provides Trusted Network Connect's (TNC) IF-MAP 2.0 client. Package: substance Description-md5: 14752af4e817f8a51bed33849ce0ed59 Description-en: cross-platform look & feel for Swing applications The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing applications. This Java look and feel is available for JDK 5.0+ only. Package: substance-doc Description-md5: 9c4bbdd9cc1d2cbbf81558036c9e7cb3 Description-en: cross-platform look & feel for Swing applications - documentation The goal of this project is to provide a configurable and customizable production-quality Java look and feel library for Swing applications. This Java look and feel is available for JDK 5.0+ only. . This package contains API documentation (Javadoc) for substance. Package: substance-flamingo Description-md5: c8d68e1a2eb21e88fe5c94a655603b45 Description-en: Substance Flamingo plugin The goal of this project is to provide a consistent apperance for Flamingo components (see libflamingo-java) under the substance Substance (see substance) look-and-feel. This requires a JDK version 5.0+. Package: substance-flamingo-doc Description-md5: cc4b8088bc9ae37ee6aebe7fc027418b Description-en: Substance Flamingo plugin (documentation) The goal of this project is to provide a consistent apperance for Flamingo components (see libflamingo-java) under the substance Substance (see substance) look-and-feel. This requires a JDK version 5.0+. This package contains API documentation (Javadoc) for substance-flamingo. Package: substance-swingx Description-md5: 9ce52f3223ecb0a325c7ba92207e3135 Description-en: Swingx componennts for substance L&F The goal of this project is to provide a consistent apperance for SwingX components (see libswingx-java) under the substance (see substance) look-and-feel. Package: substance-swingx-doc Description-md5: 97f101e9c600e34e67e6592640c401ca Description-en: Swingx componennts for substance L&F (documentation) The goal of this project is to provide a consistent apperance for SwingX components (see libswingx-java) under the substance (see substance) look-and-feel. This package contains API documentation (Javadoc) for substance-swingx. Package: subversion Description-md5: 2b16de8a860b139507af1abc718e9506 Description-en: Advanced version control system Apache Subversion, also known as svn, is a centralised version control system. Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (source code, websites, etc). Subversion began with a CVS paradigm and supports all the major features of CVS, but has evolved to support many features that CVS users often wish they had. . This package includes the Subversion client (svn, svnsync), repository administration tools (svnadmin, svnlook) and a network server (svnserve). Package: subversion-tools Description-md5: fcf8e258e586f9efdc125c303b994d7c Description-en: Assorted tools related to Apache Subversion This package includes miscellaneous tools for use with Apache Subversion clients and servers: * svn-backup-dumps: Incremental dumpfile-based backup script * svn-bisect: Bisect revisions to find a regression * svn-clean: Remove unversioned files from a working copy * svn-fast-backup: rsync-based backup script for FSFS repositories * svn-hot-backup: Backup script, primarily for BDB repositories * svn_apply_autoprops: Apply property settings from .subversion/config file to an existing repository * svn_load_dirs: Sophisticated replacement for 'svn import' * svnwrap: Set umask to 002 before calling svn or svnserve * fsfs-access-map: Convert strace output into FSFS access map * several example hook scripts: commit-access-control, commit-email, log-police, mailer, svnperms, verify-po . NOTE that some of these scripts are unsupported by upstream, and may change radically or disappear in future releases. Some of these scripts require packages on the Recommends list. Package: sudo-ldap Description-md5: 3eb434e5d9cece945618eca8df3cf9a0 Description-en: Provide limited super user privileges to specific users Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few privileges as possible but still allow people to get their work done. . This version is built with LDAP support, which allows an equivalent of the sudoers database to be distributed via LDAP. Authentication is still performed via pam. Package: sweethome3d Description-md5: be1e68bf788e0d7930c88f7227149830 Description-en: Interior 2D design application with 3D preview Sweet Home 3D is an interior design Java application for quickly choosing and placing furniture on a house 2D plan drawn by the end-user, with a 3D preview. Package: systemd-container Description-md5: b7c71babcc98683461816fc34c8f42ba Description-en: systemd container/nspawn tools This package provides systemd's tools for nspawn and container/VM management: * systemd-nspawn * systemd-machined and machinectl * systemd-importd Package: systemd-coredump Description-md5: 149b22bdf2366b7d731957d1b710e54f Description-en: tools for storing and retrieving coredumps This package provides systemd tools for storing and retrieving coredumps: * systemd-coredump * coredumpctl Package: systemd-journal-remote Description-md5: 6bd80842a0c96acb169877c7a6a25ff6 Description-en: tools for sending and receiving remote journal logs This package provides tools for sending and receiving remote journal logs: * systemd-journal-remote * systemd-journal-upload * systemd-journal-gatewayd Package: systemd-tests Description-md5: ece07db851f8a2e9731975ec11eedb8d Description-en: tests for systemd This package contains the test binaries. Those binaries are primarily used for autopkgtest and not meant to be installed on regular user systems. Package: tar-scripts Description-md5: 6f87e8621d875a4c5ceeeda24208e7b8 Description-en: optional scripts for GNU version of the tar archiving utility This package provides the backup, restore, backup.sh, and dump-remind scripts that are mentioned in the tar documentation. Package: tcpflow Description-md5: 8b5d860e2da32a9ce8f2c9689abca505 Description-en: TCP flow recorder tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. . tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly. . tcpflow is based on the LBL Packet Capture Library and therefore supports the same rich filtering expressions that programs like 'tcpdump' support. tcpflow can also rebuild flows from data captured with 'tcpdump -w'. Package: tcpflow-nox Description-md5: 76da8a6b3535d01842b7329ec8415640 Description-en: TCP flow recorder - version without X11 dependencies tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. . tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly. . tcpflow is based on the LBL Packet Capture Library and therefore supports the same rich filtering expressions that programs like 'tcpdump' support. tcpflow can also rebuild flows from data captured with 'tcpdump -w'. . This package has no dependency on libcairo or any x11 libraries, and cannot generate graphical reports. Package: testng Description-md5: d2b6208d4934fc7baa97ad9dc66a441f Description-en: testing framework for Java TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: * Annotations. * Run your tests in arbitrarily big thread pools with various policies available (all methods in their own thread, one thread per test class, etc.) * Test that your code is multithread safe. * Flexible test configuration. * Support for data-driven testing (with @DataProvider). * Support for parameters. * Powerful execution model (no more TestSuite). * Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc.) * Embeds BeanShell for further flexibility. * Default JDK functions for runtime and logging (no dependencies). * Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc. Package: thunderbird-globalmenu Description-md5: fd9f1e7c342cabe4de92af51203c160c Description-en: Email, RSS and newsgroup client (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-gnome-support-dbg Description-md5: 8fa21aaf02af881ccc7c33f8559e6531 Description-en: Email, RSS and newsgroup client - transitional package This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: thunderbird-mozsymbols Description-md5: ac1a6a5ccd00092e19efbf6f6f9538a0 Description-en: Email, RSS and newsgroup client - Breakpad symbols Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the Firefox symbols in a format expected by Mozilla's Breakpad. Eventually this package should go away and the symbol upload be implemented in soyuz (or other builders that build this package) Package: thunderbird-testsuite Description-md5: 743f5679caf063b6d5ed211311011154 Description-en: Email, RSS and newsgroup client - testsuite Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before. It supports different mail accounts (POP, IMAP, Gmail), has a simple mail account setup wizard, one- click address book, tabbed interface, an integrated learning spam filter, advanced search and indexing capabilities, and offers easy organization of mails with tagging and virtual folders. It also features unrivalled extensibility. . This package contains the Thunderbird testsuite Package: tkmib Description-md5: 3e99f331a5c32c38e42f396a8c41e207 Description-en: SNMP (Simple Network Management Protocol) MIB browser The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP MIB (Management Information Base) Browser provides a graphical frontend for the Net-SNMP tools. It can be used to browse the MIB tree and interactively send requests to SNMP agents. Package: tmpreaper Description-md5: a0e82c31f2d9aee95c0f41d6cc0557b2 Description-en: cleans up files in directories based on their age This package provides a program that can be used to clean out temporary-file directories. It recursively searches the directory, refusing to chdir() across symlinks, and removes files that haven't been accessed in a user-specified amount of time. You can specify a set of files to protect from deletion with a shell pattern. It will not remove files owned by the process EUID that have the `w' bit clear, unless you ask it to, much like `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special files unless given a command line option enabling it to. . WARNING: Please do not run `tmpreaper' on `/'. There are no protections against this written into the program, as that would prevent it from functioning the way you'd expect it to in a `chroot(8)' environment. . The daily tmpreaper run can be configured through /etc/tmpreaper.conf . Package: tomcat8 Description-md5: 222d7392f8d16ebb149756c192015426 Description-en: Apache Tomcat 8 - Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat8-docs and tomcat8-examples packages if you want them. Install the authbind package if you need to use Tomcat on ports 1-1023. Install tomcat8-user instead of this package if you don't want Tomcat to start as a service. Package: tomcat8-admin Description-md5: d523a3ef1ec69e0b98bfd0017ca78a6c Description-en: Apache Tomcat 8 - Servlet and JSP engine -- admin web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the administrative web interfaces. Package: tomcat8-common Description-md5: c2eca3c452eff7c18647c91989381503 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- common files Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains common files needed by the tomcat8 and tomcat8-user packages (Tomcat 8 scripts and libraries). Package: tomcat8-docs Description-md5: 7822d5907d923fb447ed6f6da9cee2cd Description-en: Apache Tomcat 8 - Servlet and JSP engine -- documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the online documentation web application. Package: tomcat8-examples Description-md5: efafb73265a132ee046a1bd2fb2a8af8 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- example web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the default Tomcat example webapps. Package: tomcat8-user Description-md5: fe19024bad571e95ae7d6b858fb2f1d8 Description-en: Apache Tomcat 8 - Servlet and JSP engine -- tools to create user instances Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains files needed to create a user Tomcat instance. This user Tomcat instance can be started and stopped using the scripts provided in the Tomcat instance directory. Package: tomcat9 Description-md5: 7a68f37ed13aac35d7828572802e9468 Description-en: Apache Tomcat 9 - Servlet and JSP engine Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains only the startup scripts for the system-wide daemon. No documentation or web applications are included here, please install the tomcat9-docs and tomcat9-examples packages if you want them. Install tomcat9-user instead of this package if you don't want Tomcat to start as a service. Package: tomcat9-admin Description-md5: 51d7cb586eb104dc3ce0caacfee7da37 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- admin web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the administrative web interfaces. Package: tomcat9-common Description-md5: ec570fcfeca10a70af97c9cb254cedfe Description-en: Apache Tomcat 9 - Servlet and JSP engine -- common files Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains common files needed by the tomcat9 and tomcat9-user packages (Tomcat 9 scripts and libraries). Package: tomcat9-docs Description-md5: 468777329726b07d1bb3fdd25be97d1e Description-en: Apache Tomcat 9 - Servlet and JSP engine -- documentation Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the online documentation web application. Package: tomcat9-examples Description-md5: ed519ef875342eaa8d83107c5f828668 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- example web applications Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains the default Tomcat example webapps. Package: tomcat9-user Description-md5: 7a67fd6cf68162cbe19dbf2d4a845fb0 Description-en: Apache Tomcat 9 - Servlet and JSP engine -- tools to create user instances Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle, and provides a "pure Java" HTTP web server environment for Java code to run. . This package contains files needed to create a user Tomcat instance. This user Tomcat instance can be started and stopped using the scripts provided in the Tomcat instance directory. Package: transfig Description-md5: 6a9787bee93e383f9bba91229fae1018 Description-en: transitional dummy package for fig2dev This is a transitional dummy package. It can safely be removed. Package: tshark Description-md5: 17aa46d351c7c1a5aa0e49637765c939 Description-en: network traffic analyzer - console version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the console version of wireshark, named "tshark". Package: u2f-host Description-md5: 237819570c3e299e687665f1f0cba2cc Description-en: Command line tool to do Universal 2nd Factor (U2F) operations Libu2f is a package for doing Universal 2nd Factor (U2F) host communication and has functionality for the Registration and Authentication operations. The package contains a C library, a command line tool, and documentation. . This is a command line tool to do registration and authentication with a U2F device. Package: ubuntu-core-launcher Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: ubuntu-dev-tools Description-md5: 5f90ca37b63ddc5d713f258d78687994 Description-en: useful tools for Ubuntu developers This is a collection of useful tools that Ubuntu developers use to make their packaging work a lot easier. . Such tools include: . - backportpackage - helper to test package backports - bitesize - add the 'bitesize' tag to a bug and comment that you are willing to help fix it. - check-mir - check support status of build/binary dependencies - check-symbols - will compare and give you a diff of the exported symbols of all .so files in a binary package. - dch-repeat - used to repeat a change log into an older release. - grab-merge - grabs a merge from merges.ubuntu.com easily. - grep-merges - search for pending merges from Debian. - hugdaylist - compile HugDay lists from bug list URLs. - import-bug-from-debian - copy a bug from the Debian BTS to Launchpad - merge-changelog - manually merges two Debian changelogs with the same base version. - mk-sbuild - script to create LVM snapshot chroots via schroot and sbuild. - pbuilder-dist, cowbuilder-dist - wrapper script for managing several build chroots (for different Ubuntu and Debian releases) on the same system. - pull-debian-debdiff - attempts to find and download a specific version of a Debian package and its immediate parent to generate a debdiff. - pull-debian-source - downloads the latest source package available in Debian of a package. - pull-lp-source - downloads source package from Launchpad. - pull-lp-debs - downloads debs package(s) from Launchpad. - pull-lp-ddebs - downloads dbgsym/ddebs package(s) from Launchpad. - pull-lp-udebs - downloads udebs package(s) from Launchpad. - pull-debian-* - same as pull-lp-* but for Debian packages. - pull-uca-* - same as pull-lp-* but for Ubuntu Cloud Archive packages. - pull-pkg - common script that provides above pull-* functionality. - pull-revu-source - downloads the latest source package from REVU - requestbackport - file a backporting request. - requestsync - files a sync request with Debian changelog and rationale. - reverse-depends - find the reverse dependencies (or build dependencies) of a package. - seeded-in-ubuntu - query if a package is safe to upload during a freeze. - setup-packaging-environment - assistant to get an Ubuntu installation ready for packaging work. - sponsor-patch - Downloads a patch from a Launchpad bug, patches the source package, and uploads it (to Ubuntu or a PPA) - submittodebian - automatically send your changes to Debian as a bug report. - syncpackage - helper to prepare .changes file to upload synced packages - ubuntu-build - give commands to the Launchpad build daemons from the command line. - ubuntu-iso - output information of an Ubuntu ISO image. - ubuntu-upload-permission - query / list the upload permissions for a package. - update-maintainer - script to update maintainer field in ubuntu packages. Package: ubuntu-snappy Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ubuntu-snappy-cli Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: udhcpc Description-md5: e2345d2807e5393b509c38303e4ee886 Description-en: Provides the busybox DHCP client implementation Busybox contains a very small yet fully functional RFC compliant DHCP client formerly known as udhcpc. . This package contains the glue to use the busybox udhcpc as DHCP client in the system by providing the appropriate symbolic links and scripts. Package: udhcpd Description-md5: c737b2b2b9534ba766d99f6de6c31668 Description-en: Provides the busybox DHCP server implementation Busybox contains a very small yet fully function RFC compliant DHCP server formerly known as udhcpd. . This package contains the glue to use the busybox udhcpd as DHCP server in the system by providing the appropriate symbolic links and scripts. Package: udisks2-btrfs Description-md5: e3a6e47015948bca32be8aacaa0afcc4 Description-en: BTRFS support for udisks2 The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package provides support for BTRFS configuration. Package: udisks2-lvm2 Description-md5: c1e16f4cc2cd50bc38bf13ed7ee4ce3d Description-en: LVM2 support for udisks2 The udisks daemon serves as an interface to system block devices, implemented via D-Bus. It handles operations such as querying, mounting, unmounting, formatting, or detaching storage devices such as hard disks or USB thumb drives. . This package provides support for LVM2 configuration. Package: ufraw Description-md5: 8acb7042912763fda6a990bd291a7dd6 Description-en: standalone importer for raw camera images This is a standalone tool to import raw data from high-end digital cameras. . The Unidentified Flying Raw (UFRaw) is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plug-in, and images can be batch processed using the command-line interface. UFRaw reads most existing raw formats using Dave Coffin's raw conversion utility DCRaw, and it supports basic color management using Little CMS, allowing the user to apply color profiles. Package: ufraw-batch Description-md5: 73ae28e977695832f9cc680998159ba4 Description-en: batch importer for raw camera images This is a command-line batch tool to import raw data from high-end digital cameras. . The Unidentified Flying Raw (UFRaw) is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plug-in, and images can be batch processed using the command-line interface. UFRaw reads most existing raw formats using Dave Coffin's raw conversion utility DCRaw, and it supports basic color management using Little CMS, allowing the user to apply color profiles. Package: uima-doc Description-md5: 0cf7ed941b109531609571b11fab6eca Description-en: Documentation for the Apache UIMA framework Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . All the documentations to run the UIMA framework. Package: uima-examples Description-md5: 82d6a88034c050a1864de23a8f2b9f54 Description-en: Examples of UIMA components Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This package provides some examples of UIMA components. Package: uima-utils Description-md5: 00d0cfa97cbd6e22458150f575b841bc Description-en: UIMA tools Apache UIMA is an implementation of the OASIS-UIMA specifications. . OASIS UIMA Committee: <http://www.oasis-open.org/committees/uima/>. . Unstructured Information Management applications are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. . An example UIM application might ingest plain text and identify entities, such as persons, places, organizations; or relations, such as works-for or located-at. . This package provides the UIMA tools : annotationViewer, cpeGui, documentAnalyzer, jcasgen, runAE, runCPE, runPearInstaller, runPearMerger, runPearPackager Package: unbound Description-md5: fbeecad8349f6b3042087b256bc69b68 Description-en: validating, recursive, caching DNS resolver Unbound is a recursive-only caching DNS server which can perform DNSSEC validation of results. It implements only a minimal amount of authoritative service to prevent leakage to the root nameservers: forward lookups for localhost, reverse for 127.0.0.1 and ::1, and NXDOMAIN for zones served by AS112. Stub and forward zones are supported. . This package contains the unbound daemon. Package: unbound-anchor Description-md5: f49fb3435120bde9cd4af959aeac719c Description-en: utility to securely fetch the root DNS trust anchor unbound-anchor is a utility which securely fetches or updates the root DNS zone trust anchor. A copy of the current root anchor and root update certificate is embedded in unbound-anchor. RFC 5011 trust anchor tracking is performed, with fallback to an SSL fetch if this fails. Package: unbound-host Description-md5: 287e113772f55d3575bb8577560cb3eb Description-en: reimplementation of the 'host' command This package provides the 'unbound-host' program that is bundled with the Unbound domain name server. This version differs from the one provided in the package called host, which is from NIKHEF, and bind9-host, which is from ISC, and has a similar but different set of features and options. Package: usb-creator-kde Description-md5: cc3fb792d79d0b5fa10c1afdb5909782 Description-en: create a startup disk using a CD or disc image (for KDE) Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over. . The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image. . This package contains the KDE client frontend. Package: usbredirserver Description-md5: c4b79af65d11cf34aa7cdf935b857684 Description-en: Simple USB host TCP server usbredirserver is a small standalone server for exporting an USB device for use from another (virtual) machine through the usbredir protocol. Package: usbview Description-md5: e9058450899367676ea4b094042f2754 Description-en: USB device viewer USBView is a small GTK+ application to show what the device tree of the USB bus looks like. It shows a graphical representation of the devices that are currently plugged in, showing the topology of the USB bus. It also displays information on each individual device on the bus. Package: uw-mailutils Description-md5: 45e2e7554cd7cf146c8c6e3357a99140 Description-en: c-client support programs IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. . The UW (University of Washington) IMAP toolkit provides the c-client mail-handling library supporting various network transport methods, file system storage formats, and authentication and authorization methods. . This package contains helper tools for the libc-client library: - mailutil: utility program which helps manage email mailboxes (both local and IMAP/POP3/NNTP); - dmail: MDA (Mail Delivery Agent) for use with procmail; - tmail: MDA for use with the system mailer (such as Sendmail or Postfix). Package: uwsgi Description-md5: 58463849d39022e9bde2acbbc728d93e Description-en: fast, self-healing application container server uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . uWSGI can be run in preforking, threaded, asynchronous/evented modes and supports various forms of green threads/coroutines (such as uGreen, Greenlet, Fiber). uWSGI provides several methods of configuration: via command line, via environment variables, via XML, INI, YAML configuration files, via LDAP and more. . On top of all this, it is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package depends on uWSGI core binary and installs: * init.d script for running uWSGI daemon(s) with options defined in custom user-created configuration files * infrastructure for running daemons (like common locations of communication sockets, logs) Package: uwsgi-app-integration-plugins Description-md5: 5ce311b3904a2f577718c6662e3cf886 Description-en: plugins for integration of uWSGI and application uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This dependency package provides plugins for integration of uWSGI and application: * GNU Go * Java (OpenJDK 8) * JWSGI (OpenJDK 8) * Lua WSAPI (Lua 5.1 and 5.2) * Mono/ASP.NET * Perl PSGI * Python WSGI (Python 2 and 3) * Rack (ruby2.5) . Java and Mono plugins are provided only on supported architectures. Package: uwsgi-core Description-md5: 0d6a453da688007fb607aef8b0e18bd2 Description-en: fast, self-healing application container server (core) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . uWSGI can be run in preforking, threaded, asynchronous/evented modes and supports various forms of green threads/coroutines (such as uGreen, Greenlet, Fiber). uWSGI provides several methods of configuration: via command line, via environment variables, via XML, INI, YAML configuration files, via LDAP and more. . On top of all this, it is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides core uWSGI binary (built without any embedded plugins) and plugins with no or few dependencies: . * cache * carbon * cgi * cheaper_backlog2 * cheaper_busyness * clock_monotonic * clock_realtime * corerouter * echo * emperor_amqp * emperor_zeromq * fastrouter * forkptyrouter * http * logcrypto * logfile * logpipe * logsocket * logzmq * matheval * mongrel2 * msgpack * nagios * notfound * pam * ping * pty * rawrouter * redislog * router_basicauth * router_cache * router_expires * router_hash * router_http * router_memcached * router_metrics * router_radius * router_redirect * router_redis * router_rewrite * router_static * router_uwsgi * router_xmldir * rpc * rrdtool * rsyslog * signal * spooler * ssi * sslrouter * stats_pusher_file * stats_pusher_socket * stats_pusher_statsd * symcall * syslog * systemd_logger * transformation_chunked * transformation_gzip * transformation_offload * transformation_template * transformation_tofile * transformation_toupper * tuntap * ugreen * webdav * xattr * zabbix * zergpool . forkptyrouter, systemd and tuntap are provided only on supported architectures. . Developing external uWSGI plugin requires the package uwsgi-dev. Package: uwsgi-dbg Description-md5: 2562a97100731f3ae3815a97cacf19f4 Description-en: debugging symbols for uWSGI server and it's plugins uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the debug symbols for uWSGI core binary and plugins. Install this package if you need to debug such a program or if you need a useful backtrace of a crash. Package: uwsgi-dev Description-md5: becd94640d027cc49f6f3ca8def26e6b Description-en: fast, self-healing application container server (headers) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package provides development headers and tools needed to develop external uWSGI plugins, either contained in this package or pulled in through depending on development packages of dependent projects. Package: uwsgi-emperor Description-md5: 64339e39f51b1bb021f154578159cd54 Description-en: fast, self-healing application container server (emperor scripts) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi protocol for all the networking/interprocess communications. . uWSGI can be run in preforking, threaded, asynchronous/evented modes and supports various forms of green threads/coroutines (such as uGreen, Greenlet, Fiber). uWSGI provides several methods of configuration: via command line, via environment variables, via XML, INI, YAML configuration files, via LDAP and more. . On top of all this, it is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package depends on uWSGI core binary and installs: * init.d script for running uWSGI Emperor daemon with options defined in custom user-created configuration files * basic configuration for running uWSGI Emperor daemon Package: uwsgi-extra Description-md5: 3e43c6bd4ae0c57e86fa9aed8818463a Description-en: fast, self-healing application container server (extra files) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package provides extra files from uWSGI distribution. Package: uwsgi-infrastructure-plugins Description-md5: d27e3c8f22a18c6987eb8122dfc8bb3b Description-en: infrastructure plugins for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This dependency package provides infrastructure plugins for uWSGI: * alarm cURL * alarm XMPP * cURL cron * PostgreSQL emperor * graylog2 * GeoIP * LDAP * router access * SQLite 3 * XSLT request * GlusterFS storage * Ceph/RADOS storage . GlusterFS and Ceph/RADOS plugins are provided only on supported architectures. Package: uwsgi-plugin-alarm-curl Description-md5: c9945f01472d87a192b359c44b6f0685 Description-en: cURL alarm plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides alarm_curl plugin for uWSGI. Package: uwsgi-plugin-alarm-xmpp Description-md5: dbd9b2a3cbda003b2f928f7da81b4c11 Description-en: XMPP alarm plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides alarm_xmpp plugin for uWSGI. Package: uwsgi-plugin-asyncio-python Description-md5: 6801bf75f32755a81bf0a2cfe5129dbf Description-en: asyncio plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides asyncio plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-asyncio-python3 Description-md5: 7a378c007c03cccc19e02f845bccfa86 Description-en: asyncio plugin for uWSGI (Python 3) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides asyncio plugin for uWSGI with Python 3 WSGI interface. Package: uwsgi-plugin-curl-cron Description-md5: a46df795e8a7276a2f4bf68f0dbdfa1a Description-en: cron cURL plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides curl_cron plugin for uWSGI. Package: uwsgi-plugin-emperor-pg Description-md5: cbe9a268a53bb8ddec94f5571b8d545f Description-en: Emperor PostgreSQL plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides emperor_pg plugin for uWSGI. Package: uwsgi-plugin-fiber Description-md5: dfa071e590d4246258197ef12d601476 Description-en: Fiber plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Fiber plugin for uWSGI with Ruby (ruby2.5). . Fibers are a form of coroutine, useful for implementing cooperative multitasking. Package: uwsgi-plugin-gccgo Description-md5: 41db975384db959caa33744aab9bc7fa Description-en: GNU Go plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides gccgo (GNU Go) plugin for uWSGI. Package: uwsgi-plugin-geoip Description-md5: b6599808704db6a575e47b5dfa474a37 Description-en: GeoIP plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides geoip plugin for uWSGI. Package: uwsgi-plugin-gevent-python Description-md5: 0ff9fe7551271b092156f06e5bd6707f Description-en: gevent plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides gevent plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-glusterfs Description-md5: cc2ced6db49a60fb4518e573aaaa93a5 Description-en: GlusterFS storage plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides GlusterfS storage plugin for uWSGI. Package: uwsgi-plugin-graylog2 Description-md5: 9d2bdfa660c45ed3f72e19a121a4b7d3 Description-en: graylog2 plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides graylog2 plugin for uWSGI. Package: uwsgi-plugin-greenlet-python Description-md5: 54b1ca96f0b8ab2816b26413951e8744 Description-en: greenlet plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides greenlet plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-jvm-openjdk-8 Description-md5: 270c25f155e68f12c739ef982268528a Description-en: Java plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Java plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-jwsgi-openjdk-8 Description-md5: 1feb73c733abfec455ea3df905952cc3 Description-en: JWSGI plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides JWSGI plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-ldap Description-md5: 1e50c20e96d37c14871bcd9945bf5e9b Description-en: LDAP plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides ldap plugin for uWSGI. Package: uwsgi-plugin-lua5.1 Description-md5: 555a2f06821ef97d5c04eb87bd090431 Description-en: Lua WSAPI plugin for uWSGI (Lua 5.1) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.1 runtime). Package: uwsgi-plugin-lua5.2 Description-md5: 93b340a7ca90415da200ab6c3620764a Description-en: Lua WSAPI plugin for uWSGI (Lua 5.2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.2 runtime). Package: uwsgi-plugin-mono Description-md5: c49a81762fa3ef44c0a7027428be0eb7 Description-en: Mono/ASP.NET plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Mono/ASP.NET plugin for uWSGI. Package: uwsgi-plugin-php Description-md5: 752f8a7048f3ecf5db6479dceb9047e0 Description-en: PHP plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides PHP plugin for uWSGI. Package: uwsgi-plugin-psgi Description-md5: 828d6498efae772fa540e29787676fbe Description-en: Perl PSGI plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides psgi plugin for uWSGI, to interface with Perl PSGI. Package: uwsgi-plugin-python Description-md5: 3189dc6198c4a76b290966cb99f38afb Description-en: WSGI plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Python WSGI plugin for uWSGI (linked with Python 2 runtime). Package: uwsgi-plugin-python3 Description-md5: 11faa7d448ede3140d20ea26577cfb47 Description-en: WSGI plugin for uWSGI (Python 3) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Python 3 WSGI plugin for uWSGI (linked with Python 3 runtime). Package: uwsgi-plugin-rack-ruby2.5 Description-md5: 64abd770bd12ff5d7e40fffcce993af8 Description-en: Rack plugin for uWSGI (ruby2.5) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Rack plugin for uWSGI (linked with ruby2.5 runtime). Package: uwsgi-plugin-rados Description-md5: c57a43a89ef56db2c702cadba6644987 Description-en: Ceph/RADOS storage plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Ceph/RADOS storage plugin for uWSGI. Package: uwsgi-plugin-rbthreads Description-md5: db4bcd2f8615f5120786704f20eaffcc Description-en: Ruby native threads plugin for uWSGI (ruby2.5) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Ruby (ruby2.5) native threads plugin for uWSGI. Package: uwsgi-plugin-ring-openjdk-8 Description-md5: 036a52dd503eb75f74a83c54faafcd1f Description-en: Closure/Ring plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Closure/Ring plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-router-access Description-md5: 81c9fc541376c5a806ad37f769befa99 Description-en: Access router plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides router_access plugin for uWSGI. Package: uwsgi-plugin-servlet-openjdk-8 Description-md5: 71a2969479983577c6fca0cbf7373e94 Description-en: JWSGI plugin for uWSGI (OpenJDK 8) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides Servlet 2.5 plugin for uWSGI (linked with OpenJDK 8 runtime). Package: uwsgi-plugin-sqlite3 Description-md5: 8dd97dba87fb4e4d4e93b258b0ce19bc Description-en: SQLite 3 configurations plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides sqlite3 plugin for uWSGI, to load configurations from SQLite 3 database. Package: uwsgi-plugin-tornado-python Description-md5: 8adf7144c565494670cd5d6417a15e62 Description-en: tornado plugin for uWSGI (Python 2) uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides tornado plugin for uWSGI with Python 2 WSGI interface. Package: uwsgi-plugin-xslt Description-md5: 1d0ff54facd7f55b2887b974fbb21b22 Description-en: XSLT request plugin for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This package provides xslt plugin for uWSGI. Package: uwsgi-plugins-all Description-md5: 277d307fddcf0fd72af64396f6b07b30 Description-en: all available plugins for uWSGI uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This dependency package provides all available plugins for uWSGI: * infrastructure - HTTP serving, RPC, etc. * application integration - PSGI, Rack, WSGI, etc. * coroutines - Fiber (ruby2.5) - gevent (Python 2) - greenlet (Python 2) - asyncio (Python 3, and Python 2 when Trollius is available) - Ruby native threads (ruby2.5) - tornado (Python 2) . Greenlet and gevent plugin is provided only on supported architectures. Package: uwsgi-src Description-md5: fc8923e4824755e3250741e0673c1f4a Description-en: sources for uWSGI plugins uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. . This package contains the sources for uWSGI plugins. Package: varnish Description-md5: ebbadfc1a0485abd58ba563250510a25 Description-en: state of the art, high-performance web accelerator Varnish Cache is a state of the art web accelerator written with performance and flexibility in mind. . Varnish Cache stores web pages in memory so web servers don't have to create the same web page over and over again. Varnish serves pages much faster than any application server; giving the website a significant speed up. . Some of the features include: * A modern design * VCL - a very flexible configuration language * Load balancing with health checking of backends * Partial support for ESI - Edge Side Includes * URL rewriting * Graceful handling of "dead" backends Package: varnish-doc Description-md5: f8286c594d80b32f748ffdd119cbac2f Description-en: documentation for Varnish Cache This package contains HTML documentation for Varnish Cache. Package: vim-athena Description-md5: 1c61a087ff78396c79ad6890f632a2be Description-en: Vi IMproved - enhanced vi editor - with Athena GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a Athena GUI and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl. Package: vim-gtk Description-md5: 09017d04d64fc4f44f025c2f11760378 Description-en: Vi IMproved - enhanced vi editor - with GTK2 GUI Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a GTK2 GUI and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl. Package: vim-haproxy Description-md5: f0f210c34582537684988d90bc2d6337 Description-en: syntax highlighting for HAProxy configuration files The vim-haproxy package provides filetype detection and syntax highlighting for HAProxy configuration files. . As per the Debian vim policy, installed addons are not activated automatically, but the "vim-addon-manager" tool can be used for this purpose. Package: vim-nox Description-md5: f840d0104436408f409898adc9a43d8c Description-en: Vi IMproved - enhanced vi editor - with scripting languages support Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with support for scripting with Lua, Perl, Python 3, Ruby, and Tcl but no GUI. Package: vim-syntax-docker Description-md5: fcdf3cc569fec99526c4f1c044063f82 Description-en: Docker container engine - Vim highlighting syntax files This package provides syntax files for the Vim editor for editing Dockerfiles from the Docker container engine. Package: vinagre Description-md5: 7b8120bed7cdcf52c73e679629d622fa Description-en: remote desktop client for the GNOME Desktop Vinagre is a remote desktop client integrated into the GNOME Desktop. . With Vinagre you can have several connections open simultaneously, bookmark your servers thanks to the Favorites support, store the passwords in the GNOME keyring, and browse the network to look for VNC servers. . Supported protocols are VNC, SSH, and RDP. Package: visualvm Description-md5: a7eebccbff6602e49964e71b25c6d1c6 Description-en: All-in-One Java Troubleshooting Tool VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform. . VisualVM is designed for - Application Developers: Monitor, profile, take thread dumps, browse heap dumps. - System Administrators: Monitor and control Java applications across the entire network. - Java Application Users: Create bug reports containing all the necessary information. Package: vlc Description-md5: d96da6b991aa50928533b16fb11b3136 Description-en: multimedia player and streamer VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . VLC can also be used as a streaming server that duplicates the stream it reads and multicasts them through the network to other clients, or serves them through HTTP. . VLC has support for on-the-fly transcoding of audio and video formats, either for broadcasting purposes or for movie format transformations. Support for most output methods is provided by this package, but features can be added by installing additional plugins: * vlc-plugin-access-extra * vlc-plugin-fluidsynth * vlc-plugin-jack * vlc-plugin-notify * vlc-plugin-samba * vlc-plugin-skins2 * vlc-plugin-svg * vlc-plugin-video-splitter * vlc-plugin-visualization Package: vlc-bin Description-md5: 95daedaad0e0f925e24501938e2ec38b Description-en: binaries from VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the VLC's binaries. Package: vlc-data Description-md5: ba0fd1de1b53a2231022b0fff46b7280 Description-en: common data for VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains HTTP interface files, and Lua scripts for VLC media player. Package: vlc-l10n Description-md5: d5f59a6e5491d82c57f09523ce6360ec Description-en: translations for VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains localisations for VLC media player. Package: vlc-plugin-access-extra Description-md5: eaf30470cf6ffebe05b13b2d1afe473a Description-en: multimedia player and streamer (extra access plugins) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains additional access plugins. Package: vlc-plugin-base Description-md5: 103cb021db8e172eaddc03ab0f07e203 Description-en: multimedia player and streamer (base plugins) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains most plugins which are shipped in more specialied plugin packages. Package: vlc-plugin-fluidsynth Description-md5: 987977beb56246deecee22dce0cacc10 Description-en: FluidSynth plugin for VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This plugin adds support for playing MIDI file via the FluidSynth software synthesizer to the VLC media player. Package: vlc-plugin-jack Description-md5: c4d2077c730fa32d1421efc81f3cd32c Description-en: JACK audio plugins for VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . These plugins add support for JACK to the VLC media player. To activate the audio output module, use the `--aout jack' flag or select the `jack' audio output plugin from the preferences menu. For the jack input, use `vlc jack://channels=...:ports=...' Package: vlc-plugin-notify Description-md5: 41baa12a2792d2ee801f697598ebd183 Description-en: LibNotify plugin for VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This plugin adds support for libnotify track change notification to the VLC media player. Package: vlc-plugin-qt Description-md5: b369abb6f163cfcb1cbc0011ed281468 Description-en: multimedia player and streamer (Qt plugin) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains VLC's Qt interface. Package: vlc-plugin-samba Description-md5: 23d77f3b1665060dfae5f3cef669e2b3 Description-en: Samba plugin for VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This plugin adds support to access Samba shares from the VLC media player. Package: vlc-plugin-skins2 Description-md5: 9743a8607505f1e6a575e18a62e6e280 Description-en: multimedia player and streamer (Skins2 plugin) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains VLC's Skins2 interface. Package: vlc-plugin-svg Description-md5: 0849a5da981125db8b598c3d38646f16 Description-en: SVG plugin for VLC VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This plugin allows you to render SVG graphics on top of the video. It is a text renderer, and must be activated through the '--text-renderer svg' option. When sent non-SVG data, it will convert it to SVG using a template that can be specified by the svg-template-file option. Package: vlc-plugin-video-output Description-md5: 304efe8a3dcaf595b6085adb45316c41 Description-en: multimedia player and streamer (video output plugins) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the video output plugins. Package: vlc-plugin-video-splitter Description-md5: 782ab557a4f2909b787f11ea7b8081ae Description-en: multimedia player and streamer (video splitter plugins) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the video splitter plugins. Package: vlc-plugin-visualization Description-md5: e6dede36648e266b9d6e6bb8dd2556c8 Description-en: multimedia player and streamer (visualization plugins) VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. . This package contains the visualization plugins. Package: vlc-plugin-zvbi Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: vpx-tools Description-md5: 41cd6c10fc838ed5f4e38bb18b5f43df Description-en: VP8 and VP9 video codec encoding/decoding tools VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the commandline tools vpxdec and vpxenc. Package: w3m-img Description-md5: d9733e0fd594b5491fc8db98e1e4b768 Description-en: inline image extension support utilities for w3m w3m-img provides some utilities to support inline images for w3m on terminal emulator in X Window System environments and Linux framebuffer. Package: wavpack Description-md5: 2f6dc5f8dea0e19dbb79d23cf1e0eaca Description-en: audio codec (lossy and lossless) - encoder and decoder WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. Although the technology is loosely based on previous versions of WavPack, the new version 4 format has been designed from the ground up to offer unparalleled performance and functionality. . This package contains an encoder and decoder for wavpack files. Package: webkit2gtk-driver Description-md5: 1e1390a062f0330cff9b9fe01c387c3c Description-en: WebKitGTK+ WebDriver support WebKit is a web content engine, derived from KHTML and KJS from KDE, and used primarily in Apple's Safari browser. It is made to be embedded in other applications, such as mail readers, or web browsers. . It is able to display content such as HTML, SVG, XML, and others. It also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript and more. . WebKit2 is an API layer for WebKit designed from the ground up to support a split process model, where the web content lives in a separate process from the application UI. . This build comes from the GTK+ port of WebKit (API version 4.0). . This package provides the WebDriver service implementation for WebKitGTK+. Package: webp Description-md5: 3c2179355195b8d229435797374b0a61 Description-en: Lossy compression of digital photographic images. Image Compression format, based on the VP8 codec. WebP uses the modern VP8 compression format to deliver efficient compression of images for the web. More than 30% extra gain over optimized JPEG, for same quality, is not unusual. Package: wesnoth Description-md5: 2a71a7a2a2874f7f0bf25835fd6bebf3 Description-en: fantasy turn-based strategy game - complete suite (metapackage) This metapackage pulls in the complete set of the latest stable version, most helpful if you always want to have all the official campaigns installed. If you only want to play over the network with other players or want to play only a few campaigns you just need to install the wesnoth-core package and the wanted campaign packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12 Description-md5: b4490f0b64389d931fdf07d83a102e7b Description-en: fantasy turn-based strategy game - complete suite (branch 1.12) This package depends on the complete set of packages built from the wesnoth source package but the server (which can be found in the wesnoth-1.12-server package), most helpful if you always want to have all the official campaigns installed. If you only want to play over the network with other players or want to play only a few campaigns you just need to install the wesnoth-1.12-core package and the wanted campaign packages. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-aoi Description-md5: affaa02b41ca4b96c91aca3e87881076 Description-en: "An Orcish Incursion" official campaign for Wesnoth (branch 1.12) This package contains the "An Orcish Incursion" campaign for Wesnoth: "Defend the forests of the elves against the first orcs to reach the Great Continent, learning valuable tactics as you do so." (Novice level, 7 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-core Description-md5: b2753a6d786335280668ec8e8e9afbb9 Description-en: fantasy turn-based strategy game (branch 1.12) This package contains the main program for wesnoth. It can be used to play multiplayer games. If you want to play campaigns you will have to install them individually, but if you prefer to have all the official campaigns installed please be advised to install the wesnoth-1.12 package which depends on all of them. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-data Description-md5: 82226fc89197ec6fe3fca3f87debdae1 Description-en: data files for Wesnoth (branch 1.12) This package contains the sound files and graphics for Wesnoth. It is required for being able to play wesnoth or create maps with the editor. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-dbg Description-md5: e868481dfe577eaadf9e65d20dc99d43 Description-en: fantasy turn-based strategy game (debugging symbols for branch 1.12) This package contains the debugging symbols for the wesnoth binaries. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-did Description-md5: 0247ce6d654c88414d801d5bcd58ba26 Description-en: "Descent Into Darkness" official campaign for Wesnoth (branch 1.12) This package contains the "Descent Into Darkness" campaign for Wesnoth: "Learn the dark arts of necromancy in order to save your people from an orcish incursion." (Intermediate level, 12 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-dm Description-md5: 54072dbdba1cecd3e8843858a998f446 Description-en: "Delfador's Memoirs" official campaign for Wesnoth (branch 1.12) This package contains the "Delfador's Memoirs" campaign for Wesnoth: "Wesnoth seems to be slipping inexorably into chaos, as marauding orcs pour south across the Great River, and mysterious and deadly creatures roam the night. Who is the shadowy Iliah-Malal? Can you defeat him before he destroys all life in Wesnoth?" (Intermediate level, 19 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-dw Description-md5: 8e22ee8c40c15a9818ccc7f61156f0ad Description-en: "Dead Water" official campaign for Wesnoth (branch 1.12) This package contains the "Dead Water" campaign for Wesnoth: "You are Kai Krellis, son and heir of the last merman king but only a child. A necromancer is turning your subjects into undead slaves! Lead your people on a mission to convince a powerful mer-sorceress to help you repel the invasion. The oceans near the Northern Lands are perilous, so you will need cunning and bravery to survive. But first you need to gain the respect of your troops!" (Intermediate level, 10 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-ei Description-md5: 8d0ccdb0ad3594b440b70f323923fabf Description-en: "The Eastern Invasion" official campaign for Wesnoth (branch 1.12) This package contains the "The Eastern Invasion" campaign for Wesnoth: "There are rumors of undead attacks on the eastern border of Wesnoth. You, an officer in the Royal Army, have been sent to the eastern front to protect the villagers and find out what is happening." (Intermediate level, 16 scenarios.)" . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-httt Description-md5: 14f233eb846a88c0d1fa8634d8e3f874 Description-en: "Heir to the Throne" official campaign for Wesnoth (branch 1.12) This package contains the "Heir to the Throne" campaign for Wesnoth: "Fight to regain the throne of Wesnoth, of which you are the legitimate heir." (Novice level, 23 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-l Description-md5: a8ee2e50aaa2325b529ca44c67cf1b7e Description-en: "Liberty" official campaign for Wesnoth (branch 1.12) This package contains the "Liberty" campaign for Wesnoth: "As the shadow of civil war lengthens across Wesnoth, a band of hardy marchlanders revolts against the tyranny of Queen Asheviere. To win their way to freedom, they must defeat not just the trained blades of Wesnothian troops but darker foes including orcs and undead." (Intermediate level, 8 scenarios) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-low Description-md5: c12488f7e5d8494782a1f96799e24c56 Description-en: "Legend of Wesmere" official campaign for Wesnoth (branch 1.12) This package contains the "Legend of Wesmere" campaign for Wesnoth: "The tale of Kalenz, the High Lord who rallied his people after the second orcish invasion of the Great Continent and became the most renowned hero in the recorded history of the Elves." (Intermediate level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-music Description-md5: cbfa3fe59f937cbfdeb2d622d0f7dd93 Description-en: music files for Wesnoth (branch 1.12) This package contains the music files for Wesnoth. It is not required but gives nice background music and encouraged. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-nr Description-md5: 1b934a71fdabca636a4dc71b1e6279f2 Description-en: "Northern Rebirth" official campaign for Wesnoth (branch 1.12) This package contains the "Northern Rebirth" campaign for Wesnoth: "For the people of Dwarven Doors the choice was stark: either drudge as downtrodden slaves for the orcs until the end of their brief and miserable lives, or risk all for freedom and rise up against their cruel overlords. Little did they suspect that their struggle would be the hinge of great events that might restore the Northlands to the glory they had once known." (Expert level, 13 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-server Description-md5: aed8ac544569ad9144de9f09404ed547 Description-en: multiplayer network server for Wesnoth (branch 1.12) This package contains the multiplayer network server for Wesnoth. You need it if you want to host multiplayer games on your computer and don't want to use the official servers. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-sof Description-md5: 9520a776559c5ae23de86903cb1e14a2 Description-en: "The Sceptre of Fire" official campaign for Wesnoth (branch 1.12) This package contains the "The Sceptre of Fire" campaign for Wesnoth: "The land of Wesnoth's banner bold Comes not from its own land; It comes from Dwarfdom, grim and old Made by a runesmith's hand. So now I tell from whence it came - The Fire-sceptre great - And of the makers of the same, Their tale I now relate..." (Expert level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-sotbe Description-md5: 37cc240d5b47a7eefe9f42dee935e2d2 Description-en: "Son of the Black-Eye" official campaign for Wesnoth (branch 1.12) This package contains the "Son of the Black-Eye" campaign for Wesnoth: "Your father Karun Black-Eye was the greatest orcish leader that ever lived. Now, as his son, it's up to you to thwart the selfish designs of the humans who have broken the old agreements with the orcs and are bent upon taking your lands. Unite the warring orcish tribes, bring together the Orcish Council and call up the Great Horde to send the human-worms and their wose-born allies to the land of the dead!" (Expert level, 18 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-thot Description-md5: 7a52539d60f18f1b09534165ad4de5d8 Description-en: "The Hammer of Thursagan" official campaign for Wesnoth (branch 1.12) This package contains the "The Hammer of Thursagan" campaign for Wesnoth: "In the first years of the Northern Alliance, an expedition from Knalga seeks out their kin at Kal Kartha and to learn the fate of the legendary Hammer of Thursagan. The perils of their journey through the wild Northern Lands, though great, pale beside the evil they will face at its end." (Intermediate level, 11 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-tools Description-md5: 578246cf0f4df14054d40c01b6ae3c96 Description-en: tools for campaign developers for Wesnoth (branch 1.12) This package contains various tools for Wesnoth that are especially useful for campaign developers, including but not limited to scripts supporting the generation and checking of WML (Wesnoth Markup Language). You can find them in the directory /usr/share/games/wesnoth/1.12/data/tools after installation of the package. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-trow Description-md5: 31f781db81d9803f2fe75709109f8015 Description-en: "The Rise of Wesnoth" official campaign for Wesnoth (branch 1.12) This package contains the "The Rise of Wesnoth" campaign for Wesnoth: "Lead Prince Haldric through the destruction of the Green Isle and across the Ocean to establish the very kingdom of Wesnoth itself. The confrontation with Lich-Lord Jevyan awaits..." (Intermediate level, 24 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-tsg Description-md5: 0ff3bd02f8f9788f06725ed620fb4d7f Description-en: "The South Guard" official campaign for Wesnoth (branch 1.12) This package contains the "The South Guard" campaign for Wesnoth: "A young Knight, Deoran, is dispatched to take command of the South Guard... Note: This campaign is designed as an introduction to Wesnoth. The 'Civilian' difficulty level is aimed at first-time players." (Novice level, 9 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-ttb Description-md5: 054711d0cfec44dd573231baa517bdfe Description-en: "A Tale of Two Brothers" official campaign for Wesnoth (branch 1.12) This package contains the "A Tale of Two Brothers" campaign for Wesnoth: "An evil mage is threatening the small village of Maghre and its inhabitants. The village’s mage sends to his warrior brother for help, but not all goes as planned. Can you help?" (Novice level, 4 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-1.12-utbs Description-md5: 8fcaad789ea3d7f12db16dc2898e48ba Description-en: "Under the Burning Suns" official campaign for Wesnoth (branch 1.12) This package contains the "Under the Burning Suns" campaign for Wesnoth: "In the distant future a small band of elves struggles to survive amidst the ruins of fallen empires. Lead your people out of the desert on an epic journey to find a new home." (Expert level, 10 scenarios.) . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-core Description-md5: 49034f8e7b5044fce1f03bd566a97f33 Description-en: fantasy turn-based strategy game (metapackage) This metapackage pulls in the core wesnoth package which allows you to play using the latest stable version. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wesnoth-music Description-md5: 708dd00f3fd6bc8016e6d16439e8132f Description-en: music files for Wesnoth (metapackage) This metapackage pulls in the music package for use with the latest stable version of wesnoth. . Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next in a campaign. Package: wireguard-dkms Description-md5: 5fe9aeace9ae485b87e21f6a2a784845 Description-en: fast, modern, secure kernel VPN tunnel (DKMS version) WireGuard is a novel VPN that runs inside the Linux Kernel and uses state-of-the-art cryptography (the "Noise" protocol). It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP. . This package uses DKMS to automatically build the wireguard kernel module. Package: wireshark Description-md5: e2e26f45272009095cc47933b48129a6 Description-en: network traffic analyzer - meta-package Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This is a meta-package for Wireshark. Package: wireshark-common Description-md5: 179c480769d1d5484751aefc4cde59a3 Description-en: network traffic analyzer - common files Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides files common to both wireshark (the GTK+ version) and tshark (the console version). Package: wireshark-dev Description-md5: 7a344f6feb13aa3b18ede52debae4fe2 Description-en: network traffic analyzer - development tools Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides idl2wrs and other files necessary for developing new packet dissectors. Package: wireshark-doc Description-md5: ed8b1896882405b928131b74c90e0b57 Description-en: network traffic analyzer - documentation Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package contains Wireshark User's guide, Wireshark Developer's Guide and the Lua Reference. Package: wireshark-gtk Description-md5: b97e4a12d4e72d8ae591a9602534c310 Description-en: network traffic analyzer - GTK+ version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the GTK+ version of Wireshark. Package: wireshark-qt Description-md5: 4aa78d5ff5497c82e96e6e723d3c5af6 Description-en: network traffic analyzer - Qt version Wireshark is a network "sniffer" - a tool that captures and analyzes packets off the wire. Wireshark can decode too many protocols to list here. . This package provides the Qt version of Wireshark. Package: woff2 Description-md5: 2e33024bf3802f9b4f853949157489b6 Description-en: utilities for converting fonts to WOFF 2.0 woff2 is a library for converting fonts from the TTF format to the WOFF 2.0 format. The library also allows decompression from WOFF 2.0 to TTF. . The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts suitable for use in CSS @font-face rules. WOFF 2.0 is a W3C Candidate Recommendation. . This package contains the woff2_compress, woff2_decompress, and woff2_info utilities. Package: wpagui Description-md5: ff6f6b78c6e933f8b6abafcd0fce9276 Description-en: graphical user interface for wpa_supplicant wpagui provides a Qt interface for choosing which configured network to connect to. It also provides a method for browsing 802.11 SSID scan results, an event history log of messages generated by wpa_supplicant, and a method to add or edit wpa_supplicant networks. Package: writer2latex Description-md5: 3682c8af6837fbfc499c94462e002f3a Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. Package: writer2latex-manual Description-md5: 0d547334a0e57eeafe65cb19a86c37b9 Description-en: OpenOffice.org Writer/Calc to LaTeX/XHTML converter -- manual Writer2LaTeX is a java utility to convert OpenOffice.org/LibreOffice documents – in particular documents containing formulas – into other formats. It is actually a collection of four converters, i.e.: 1) Writer2LaTeX converts documents into LaTeX 2e format for high quality typesetting. 2) Writer2BibTeX extracts bibliographic data from a document and stores it in BibTeX format (works together with Writer2LaTeX). 3) Writer2xhtml converts documents into XHTML 1.0 or XHTML 1.1+MathML 2.0 with CSS2. 4) Calc2xhtml is a companion to Writer2xhtml that converts Calc documents to XHTML 1.0 with CSS2 to display your spreadsheets on the web. . This package contains the manual. Package: xapian-tools Description-md5: a4e9d8b956a6ab5d2ffd8875247ee21d Description-en: Basic tools for Xapian search engine library This package contains several tools related to Xapian. - copydatabase: Copy one or more Xapian databases. - delve: Inspect the contents of a Xapian database. - quest: Command line search of a Xapian database. - xapian-check: Check the validity of a Xapian database. - xapian-compact: Compact a quartz database, or merge and compact several. - xapian-progsrv: stdin/stdout based server, for searching databases remotely. - xapian-tcpsrv: TCP based server, used for searching databases remotely. - xapian-replicate: Replication client. - xapian-replicate-server: Replication server. - xapian-metadata: Inspect or set user metadata in a database. . The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents. Package: xcftools Description-md5: 15b23f24e4b6797375e99f4cabe9dd06 Description-en: command-line tools for extracting data for XCF files This is a set of fast command-line tools for extracting information from the Gimp's native file format XCF. The tools are designed to allow efficient use of layered XCF files as sources in a build system that use 'make' and similar tools to manage automatic processing of the graphics. These tools work independently of the Gimp engine and do not require the Gimp to even be installed. . "xcf2pnm" converts XCF files to ppm, pgm or pbm format, flattening layers if necessary. If the image contains transparency, an alpha map can be written to a separate file, or a background color can be specified on the command line. . "xcf2png" converts XCF files to PNG format, flattening layers if necessary. Transparency information can be kept in the image, or a background color can be specified on the command line. . "xcfinfo" lists information about layers in an XCF file. . "xcfview" is a wrapper script that flattens an XCF image and displays it using an external PNG/PPM viewer. To use this script, you must make sure also to install an appropriate external viewer, as well as the mime-support package which provides the mailcap database. . The tools can either flatten an XCF file as given, or extract specific layers named on the command line. Package: xdmx Description-md5: 9e6fe3aa398121b6dd37b516ff31f0fc Description-en: distributed multihead X server Xdmx is a proxy X server that uses one or more other X servers as its display device(s). It provides multi-head X functionality for displays that might be located on different machines. Xdmx functions as a front-end X server that acts as a proxy to a set of back-end X servers. All of the visible rendering is passed to the back-end X servers. Clients connect to the Xdmx front-end, and everything appears as it would in a regular multi-head configuration. If Xinerama is enabled (e.g., with +xinerama on the command line), the clients see a single large screen. . More information about X.Org can be found at: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: xdmx-tools Description-md5: 7c73525ee7871b6febd440ea9a0a08b9 Description-en: Distributed Multihead X tools This package provides a collection of tools used for administration of the Xdmx server; see the xdmx package for more information. . More information about X.Org can be found at: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: xmir Description-md5: e4710b0dae734b672468e601172173bc Description-en: Xmir X server This package provides an X server running on top of Mir, using Mir input devices for input and forwarding either the root window or individual top-level windows as wayland surfaces. Package: xml-security-c-utils Description-md5: 31635658b5b50a720fa01408a0fad474 Description-en: C++ library for XML Digital Signatures (utilities) Apache XML Security for C++ is a library for the XML Digital Security specification. It provides processing and handling of XML Key Management Specifications (XKMS) messages. . This package contains the Apache XML Security for C++ utilities, which support signing and verifying XML files from the command line among other operations. Package: xmlbeans Description-md5: 94577c9b377068084fbb2feee6146b37 Description-en: Java library for accessing XML by binding it to Java types - tools XMLBeans is a technology for accessing XML by binding it to Java types. . XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo". The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model. * A cursor model through which you can traverse the full XML infoset. * Support for XML DOM. . This package provide some command-line tools: * dumpxsb: XSB File Dumper * inst2xsd: Instance to Schema Tool * scomp: Schema Compiler * sdownload: Schema Downloader * sfactor: Schema Factoring Tool * svalidate: Streaming Instance Validator * xsdvalidate: Instance Validator * xpretty: XML Pretty Printer * xsd2inst: Schema to Instance Tool * xsdtree: Schema Type Hierarchy Printer * xstc: Invoke XSTC Package: xmltooling-schemas Description-md5: 1be0c8f4b5f58fbfd2b5435eafbcb548 Description-en: XML schemas for XMLTooling The XMLTooling library contains generic XML parsing and processing classes based on the Xerces-C DOM. It adds more powerful facilities for declaring element- and type-specific API and implementation classes, as well as signing and encryption support. . This package contains the XML schema files used by the XMLTooling library. Package: xnest Description-md5: 8fb9e95ed5f9c018992a8cdc83935474 Description-en: Nested X server Xnest is a nested X server that simply relays all its requests to another X server, where it runs as a client. This means that it appears as another window in your current X session. Xnest relies upon its parent X server for font services. . Use of the Xephyr X server instead of Xnest is recommended. . More information about X.Org can be found at: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: xorg-server-source Description-md5: 6be9dae6db2bfd4321ce1a5c689cbeb4 Description-en: Xorg X server - source files This package provides original Debian (with Debian patches already applied, and autotools files updated) sources for the X.Org ('Xorg') X server shipped in a tarball. This enables other projects re-using X server codebase (e.g. VNC servers) to (re-)use officially Debian-supported version of the X xserver for their builds. . Unless you are building a software product using X server sources, you probably want xserver-xorg and/or xserver-xorg-core instead. Package: xorg-server-source-hwe-18.04 Description-md5: 6be9dae6db2bfd4321ce1a5c689cbeb4 Description-en: Xorg X server - source files This package provides original Debian (with Debian patches already applied, and autotools files updated) sources for the X.Org ('Xorg') X server shipped in a tarball. This enables other projects re-using X server codebase (e.g. VNC servers) to (re-)use officially Debian-supported version of the X xserver for their builds. . Unless you are building a software product using X server sources, you probably want xserver-xorg and/or xserver-xorg-core instead. Package: xpmutils Description-md5: ea0411509eadbac55a3fcaaded41b449 Description-en: X11 pixmap utilities The X PixMap image format is an extension of the monochrome X BitMap format specified in the X protocol, and is commonly used in traditional X applications. . This package provides two tools: cxpm (to check the integrity of an XPM file) and sxpm (to view XPM files). Package: xserver-xorg-xmir Description-md5: 701c25a1d8b425f073ac68ee21546d4b Description-en: Xmir X server (transitional package) This is a transitional package to ease upgrades to xmir. It can be safely removed. Package: xterm Description-md5: c1e47d60a01948be9aae7a2a4f63a0fe Description-en: X terminal emulator xterm is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that cannot use the window system directly. This version implements ISO/ANSI colors and most of the control sequences used by DEC VT220 terminals. . This package provides four commands: xterm, which is the traditional terminal emulator; uxterm, which is a wrapper around xterm that is intelligent about locale settings (especially those which use the UTF-8 character encoding), but which requires the luit program from the x11-utils package; koi8rxterm, a wrapper similar to uxterm for locales that use the KOI8-R character set; and lxterm, a simple wrapper that chooses which of the previous commands to execute based on the user's locale settings. . A complete list of control sequences supported by the X terminal emulator is provided in /usr/share/doc/xterm. . The xterm program uses bitmap images provided by the xbitmaps package. . Those interested in using koi8rxterm will likely want to install the xfonts-cyrillic package as well. Package: xul-ext-calendar-timezones Description-md5: aa51586667f70f4444de07214c475b6d Description-en: Calendar Extension for Thunderbird (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: xul-ext-gdata-provider Description-md5: aa51586667f70f4444de07214c475b6d Description-en: Calendar Extension for Thunderbird (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: xul-ext-lightning Description-md5: aa51586667f70f4444de07214c475b6d Description-en: Calendar Extension for Thunderbird (transitional package) This is a transitional package to ensure that upgrades work correctly. It can be safely removed Package: xvfb Description-md5: 1cd5b85acd06c23d376b7b5a7f30a0b8 Description-en: Virtual Framebuffer 'fake' X server Xvfb provides an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory. The primary use of this server was intended to be server testing, but other novel uses for it have been found, including testing clients against unusual depths and screen configurations, doing batch processing with Xvfb as a background rendering engine, load testing, as an aid to porting the X server to a new platform, and providing an unobtrusive way to run applications that don't really need an X server but insist on having one anyway. . This package also contains a convenience script called xvfb-run which simplifies the automated execution of X clients in a virtual server environment. This convenience script requires the use of the xauth program. . More information about X.Org can be found at: <URL:https://www.x.org> . This package is built from the X.org xserver module. Package: xzdec Description-md5: 30227ffce3f42144b3b624776f996bbf Description-en: XZ-format compression utilities - tiny decompressors XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . This package provides the xzdec and lzmadec utilities, which write the decompressed version of a compressed file to standard output. The binaries are very small, so they can be easily stored on small media with some compressed files, and they are linked statically against liblzma so they can be used on machines without a compatible version of liblzma installed. However, they have: . * no compression support; * no support for writing to a file other than standard output; * no translated messages; * been optimized for size rather than speed. . For a full-featured xzcat command without these limitations, use the xz-utils package instead. Package: yaws Description-md5: 4a42180ab7f74c5b48d3710d8bb249a1 Description-en: High performance HTTP 1.1 webserver written in Erlang Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a multithreaded webserver where one Erlang light weight process is used to handle each client. Two separate modes of operation are supported. . This package includes binaries and config to run Yaws in standalone mode where it works as a regular webserver daemon. Package: yaws-chat Description-md5: 040f3ec20f88136348ea0630cfca863d Description-en: Chat application for Yaws webserver Yaws-chat allows one to create a very simple web-based chatroom. Package: yaws-doc Description-md5: b5ca6822c9f717bbe6876f3ed02440ad Description-en: Documentation and examples for Yaws webserver Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a multithreaded webserver where one Erlang light weight process is used to handle each client. . This package includes Yaws documentation and examples. Package: yaws-mail Description-md5: f94fa5f86783b21ca02a2c37ec3db801 Description-en: Webmail application for Yaws webserver Yaws-mail is a small stateless webmail application. It requires SMTP and POP3 servers to operate and does not store email locally. Package: yaws-wiki Description-md5: 7b0f26173741f05475a7f9fd12aa41bb Description-en: Wiki application for Yaws webserver Yaws-wiki is a small wiki application, written in Erlang for Yaws webserver. Package: yaws-yapp Description-md5: 230e4021d21744a3f52910040a8d5a08 Description-en: Provides an easy way to deploy applications for Yaws webserver Yaws-yapp (Yaws application handler) is a helper application. It takes care of adding, and removing, the applications into a running server. When anyone access the server with an URL that matches the path for an added application, the docroot will be temporarily switched to where the web pages for that application are located. . This package provides Yapp config file which is intended to use along with fully installed Yaws webserver. Package: ykcs11 Description-md5: 43f810075d14298f1df001888b3b8b46 Description-en: PKCS#11 module for the YubiKey PIV applet The Yubico PIV tool is used for interacting with the Personal Identity Verification Card (PIV) application on a YubiKey. With it you may generate keys on the device, import keys and certificates, create certificate requests, and other operations. A shared library, a PKCS#11 module a command-line tool are included. . This package contains the PKCS#11 module. Package: yubico-piv-tool Description-md5: a35b58185a9510ef57b263a6f104a651 Description-en: Command line tool for the YubiKey PIV applet The Yubico PIV tool is used for interacting with the Personal Identity Verification Card (PIV) application on a YubiKey. With it you may generate keys on the device, import keys and certificates, create certificate requests, and other operations. A shared library, a PKCS#11 module a command-line tool are included. . This package contains the command-line tool. Package: zeroc-glacier2 Description-md5: 6d5c13f0fb248d9bc5b65bf71d1589f7 Description-en: Glacier2 router This package contains the Glacier2 router. A Glacier2 router allows you to securely route Ice communications across networks, such as the public Internet and a private network behind a firewall. With Glacier2, you only need to open one port in your firewall to make multiple back-end Ice servers reachable by remote Ice clients on the Internet. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-all-dev Description-md5: fd5a4382e6303d46142d1064499a19b5 Description-en: Ice development packages (metapackage) This is a metapackage that depends on all development packages for Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-all-runtime Description-md5: 7ee93947e84fc077c2cc143bc29c5740 Description-en: Ice run-time packages (metapackage) This is a metapackage that depends on all run-time packages for Ice. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-compilers Description-md5: 0f63ac9908f148a36e69397ebec0d2f8 Description-en: Slice compilers for developing Ice applications This package contains Slice compilers for developing Ice applications. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-slice Description-md5: 8dc75941ba50d429ff937f9d5534d3db Description-en: Slice files for Ice This package contains Slice files used by the Ice framework. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-utils Description-md5: ff214477773900d9f98861512e4c5b6b Description-en: Ice utilities and admin tools This package contains Ice utilities and admin tools. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-ice-utils-java Description-md5: 3085e2d0404156beef5b19edc6962888 Description-en: zeroc-icegridgui transitional package This is a transitional package for zeroc-icegridgui. It can safely be removed. Package: zeroc-icebox Description-md5: 0410968de5906debc8787220af9b56ba Description-en: IceBox server, a framework for Ice application services This package contains the IceBox server, an easy-to-use framework for developing and deploying application services. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icebridge Description-md5: 3b1da3c995bbec01ac10dc2a134a001c Description-en: Bridge service This package contains the Ice bridge. The Ice bridge allows you to bridge connections securely between one or multiple clients and a server. It relays requests from clients to a target server and makes every effort to be as transparent as possible. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icegrid Description-md5: 5fc2244b227d7027d35c3a26860d28c6 Description-en: Locate, deploy, and manage Ice servers This package contains the IceGrid service, the IceGrid service helps you locate, deploy and manage Ice servers. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icegridgui Description-md5: 6348b814b4c9693ea79392af1e3b598b Description-en: IceGrid Admin graphical client The IceGrid service helps you locate, deploy and manage Ice servers. . The IceGrid GUI give you complete control over your deployed applications. Activities such as starting a server or modifying a configuration setting are just a mouse click away. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zeroc-icepatch2 Description-md5: 30f07973b8ebdac37edac86c2be16911 Description-en: File distribution and patching This package contains IcePatch2 service, with IcePatch2, you can easily distribute a large set of files to many clients, and keep these files synced with your source set. . Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic. Package: zfs-dkms Description-md5: c1e6760fc57260785aae3a4a3780013b Description-en: OpenZFS filesystem kernel modules for Linux The Z file system is a pooled filesystem designed for maximum data integrity, supporting data snapshots, multiple copies, and data checksums. . This DKMS package includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS. Package: zfs-dracut Description-md5: 6056f06e0d79b6d5a6d2fc7c6d902628 Description-en: OpenZFS root filesystem capabilities for Linux - dracut The Z file system is a pooled filesystem designed for maximum data integrity, supporting data snapshots, multiple copies, and data checksums. . This package adds OpenZFS to the system initramfs with a hook for the dracut infrastructure. Package: zfs-initramfs Description-md5: 2da3ffcb87fd0459f52b130199a45347 Description-en: OpenZFS root filesystem capabilities for Linux - initramfs The Z file system is a pooled filesystem designed for maximum data integrity, supporting data snapshots, multiple copies, and data checksums. . This package adds OpenZFS to the system initramfs with a hook for the initramfs-tools infrastructure. Package: zfs-test Description-md5: cf2599b8b853267ca55a234995a24bae Description-en: OpenZFS test infrastructure an support scripts The Z file system is a pooled filesystem designed for maximum data integrity, supporting data snapshots, multiple copies, and data checksums. . This package provides the OpenZFS test infrastructure for destructively testing and validating a system using OpenZFS. It is entirely optional and should only be installed and used in test environments. Package: zipalign Description-md5: 7f578e69f3707e2a97bd1690104188b1 Description-en: Zip archive alignment tool zipalign is an archive alignment tool that provides important optimization to Android application (.apk) files. The purpose is to ensure that all uncompressed data starts with a particular alignment relative to the start of the file. Package: ziptime Description-md5: cd5fe196ce520fc753d9117721afac9f Description-en: Zip archive timestamp remover ziptime normalizes the timestamps in the header of a Zip file. It was created as part of the Android SDK to help make reproducible builds of Android application (.apk) files. It replaces all timestamps in the Zip headers with a static time (Jan 1 2008). The extra fields are not changed, so you'll need to use the -X option to zip so that it doesn't create the 'universal time' extra. Package: znc Description-md5: 9b4612c45a69774bb76ba3e438f750c7 Description-en: advanced modular IRC bouncer znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. Package: znc-dev Description-md5: 52f474b711dc1ef1b5080ac619e4daa2 Description-en: advanced modular IRC bouncer (development headers) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc development headers for developing modules. Package: znc-perl Description-md5: 3b9cef928cf90174b5c7358eb9faff82 Description-en: advanced modular IRC bouncer (Perl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Perl extension. Package: znc-python Description-md5: 7850724d985b344f626787e4324ee8e1 Description-en: advanced modular IRC bouncer (Python extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Python extension. Package: znc-tcl Description-md5: a9d7945551f2c91a0a26d0284e01f934 Description-en: advanced modular IRC bouncer (Tcl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Tcl extension. Package: zsh-static Description-md5: 23f1b767f357b2c1b99e434a26490622 Description-en: shell with lots of features (static link) Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command-line editing, built-in spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. . This is the statically-compiled version of the shell. Package: zstd Description-md5: d2e4d40bb07cc70b5a32d3b4a9b5f53d Description-en: fast lossless compression algorithm -- CLI tool Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. . This package contains the CLI program implementing zstd. Package: zziplib-bin Description-md5: 226d055c4f586cd69eb6f69325c1ca77 Description-en: library providing read access on ZIP-archives - binaries The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. . This package contains some useful binaries to extract data from zip archives. Package: cpp-7-x86-64-linux-gnu Description-md5: 19592ef74b19df819d4a3dd5bc0d7ecc Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for amd64 architecture. Package: cpp-8-x86-64-linux-gnu Description-md5: 19592ef74b19df819d4a3dd5bc0d7ecc Description-en: GNU C preprocessor A macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the compiler. . This package contains preprocessor configured for amd64 architecture. Package: cpp-x86-64-linux-gnu Description-md5: 3fbc5e8c78ef39c4933d03ea07322966 Description-en: GNU C preprocessor (cpp) for the amd64 architecture The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separated from gcc for the benefit of those who require the preprocessor but not the cross-compiler for amd64 architecture. . This is a dependency package providing the default GNU C preprocessor for the amd64 architecture. Package: g++-7-multilib-x86-64-linux-gnu Description-md5: e44e3a6ded1f1416ea9e07853c96b22d Description-en: GNU C++ compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-7-x86-64-linux-gnu Description-md5: 95c638db836528fc4cf4840ca84746fc Description-en: GNU C++ compiler (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for amd64 architecture. Package: g++-8-multilib-x86-64-linux-gnu Description-md5: e44e3a6ded1f1416ea9e07853c96b22d Description-en: GNU C++ compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: g++-8-x86-64-linux-gnu Description-md5: 95c638db836528fc4cf4840ca84746fc Description-en: GNU C++ compiler (cross compiler for amd64 architecture) This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This package contains C++ cross-compiler for amd64 architecture. Package: g++-multilib-x86-64-linux-gnu Description-md5: de3230a89a1d4f0c7d188e0e15b609df Description-en: GNU C++ compiler for the amd64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the amd64 architecture. Package: g++-x86-64-linux-gnu Description-md5: 07c4d20f560a847a660e3374549f85e8 Description-en: GNU C++ compiler for the amd64 architecture This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. . This is a dependency package providing the default GNU C++ cross-compiler for the amd64 architecture. Package: gcc-7-multilib-x86-64-linux-gnu Description-md5: 2054afcbe562603fef9d3bfde7384cc5 Description-en: GNU C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-7-plugin-dev-x86-64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-7-x86-64-linux-gnu Description-md5: 27ad2535df4dd16de394d9e004be6da7 Description-en: GNU C compiler (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for amd64 architecture. Package: gcc-7-x86-64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-8-multilib-x86-64-linux-gnu Description-md5: 2054afcbe562603fef9d3bfde7384cc5 Description-en: GNU C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gcc-8-plugin-dev-x86-64-linux-gnu Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155 Description-en: Files for GNU GCC plugin development. This package contains (header) files for GNU GCC plugin development. It is only used for the development of GCC plugins, but not needed to run plugins. Package: gcc-8-x86-64-linux-gnu Description-md5: 27ad2535df4dd16de394d9e004be6da7 Description-en: GNU C compiler (cross compiler for amd64 architecture) This is the GNU C compiler, a fairly portable optimizing compiler for C. . This package contains C cross-compiler for amd64 architecture. Package: gcc-8-x86-64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-en: GCC, the GNU Compiler Collection (base package) This package contains files common to all languages and libraries contained in the GNU Compiler Collection (GCC). Package: gcc-multilib-x86-64-linux-gnu Description-md5: 74fd7698add747ec9f3ca61030b62c40 Description-en: GNU C compiler for the amd64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the amd64 architecture. Package: gcc-x86-64-linux-gnu Description-md5: 74fd7698add747ec9f3ca61030b62c40 Description-en: GNU C compiler for the amd64 architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the amd64 architecture. Package: gccbrig-7-x86-64-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccbrig-8-x86-64-linux-gnu Description-md5: 9a28e5a1b5ddb546cea02ce7e6daf674 Description-en: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Package: gccgo-7-multilib-x86-64-linux-gnu Description-md5: 7b5921d11463dffed06bce1c21a3a9c1 Description-en: GNU Go compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-7-x86-64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-8-multilib-x86-64-linux-gnu Description-md5: 7b5921d11463dffed06bce1c21a3a9c1 Description-en: GNU Go compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gccgo-8-x86-64-linux-gnu Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d Description-en: GNU Go compiler This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gccgo-multilib-x86-64-linux-gnu Description-md5: 7d56231f49e335bcb5d334092ba8822c Description-en: Go compiler (based on GCC) for the amd64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler cross-compiler for the amd64 architecture. Package: gccgo-x86-64-linux-gnu Description-md5: f1bf5b0ea5710b5b4434e3101c58fa90 Description-en: Go compiler (based on GCC) for the amd64 architecture This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Go cross-compiler for the amd64 architecture. Package: gdc-7-multilib-x86-64-linux-gnu Description-md5: 3ef9b7affef29fd920ce8452141bcc4d Description-en: GNU D compiler (version 2, multilib support) (cross compiler for amd64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-7-x86-64-linux-gnu Description-md5: fa8af29ba6a9ce59f2f66492dac2b329 Description-en: GNU D compiler (version 2) (cross compiler for amd64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-8-multilib-x86-64-linux-gnu Description-md5: 3ef9b7affef29fd920ce8452141bcc4d Description-en: GNU D compiler (version 2, multilib support) (cross compiler for amd64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gdc-8-x86-64-linux-gnu Description-md5: fa8af29ba6a9ce59f2f66492dac2b329 Description-en: GNU D compiler (version 2) (cross compiler for amd64 architecture) This is the GNU D compiler, which compiles D on platforms supported by gcc. It uses the gcc backend to generate optimised code. . This compiler supports D language version 2. Package: gdc-multilib-x86-64-linux-gnu Description-md5: 72f851960af4e33907676d37bac4fe99 Description-en: GNU D compiler (based on GCC) for the amd64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler cross-compiler for the amd64 architecture. Package: gdc-x86-64-linux-gnu Description-md5: e89bb6902b93a30c2a7a4b9cc6527e90 Description-en: GNU D compiler (based on GCC) for the amd64 architecture This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU D cross-compiler for the amd64 architecture. Package: gfortran-7-multilib-x86-64-linux-gnu Description-md5: 7a31ffdabd43243b4133a9cf946e759c Description-en: GNU Fortran compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-7-x86-64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-8-multilib-x86-64-linux-gnu Description-md5: 7a31ffdabd43243b4133a9cf946e759c Description-en: GNU Fortran compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gfortran-8-x86-64-linux-gnu Description-md5: 5dd93c5d21d0717205bc5a3b538b0ca2 Description-en: GNU Fortran compiler This is the GNU Fortran compiler, which compiles Fortran on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gfortran-multilib-x86-64-linux-gnu Description-md5: 32b5c180e73f16721f981eb99622afad Description-en: GNU Fortran 95 compiler for the amd64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the amd64 architecture. Package: gfortran-x86-64-linux-gnu Description-md5: 32b5c180e73f16721f981eb99622afad Description-en: GNU Fortran 95 compiler for the amd64 architecture This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 cross-compiler for the amd64 architecture. Package: gnat-7-sjlj-x86-64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-7-x86-64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gnat-8-sjlj-x86-64-linux-gnu Description-md5: 38183a5764143bf77935e8455d8574ce Description-en: GNU Ada compiler (setjump/longjump runtime library) GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides an alternative runtime library that handles exceptions using the setjump/longjump mechanism (as a static library only). You can install it to supplement the normal compiler. Package: gnat-8-x86-64-linux-gnu Description-md5: 8cebde0cd6b861927a7a457cacc8851f Description-en: GNU Ada compiler GNAT is a compiler for the Ada programming language. It produces optimized code on platforms supported by the GNU Compiler Collection (GCC). . This package provides the compiler, tools and runtime library that handles exceptions using the default zero-cost mechanism. Package: gobjc++-7-multilib-x86-64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-7-x86-64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-8-multilib-x86-64-linux-gnu Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7 Description-en: GNU Objective-C++ compiler (multilib support) This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc++-8-x86-64-linux-gnu Description-md5: b9baa94c6e3efdfa23b7927008258616 Description-en: GNU Objective-C++ compiler This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc++-multilib-x86-64-linux-gnu Description-md5: 7522d1ae85b4c7943cc7bffcd42e46e0 Description-en: GNU Objective-C++ compiler for the amd64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the amd64 architecture. Package: gobjc++-x86-64-linux-gnu Description-md5: 7522d1ae85b4c7943cc7bffcd42e46e0 Description-en: GNU Objective-C++ compiler for the amd64 architecture This is the GNU Objective-C++ compiler, which compiles Objective-C++ on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C++ cross-compiler for the amd64 architecture. Package: gobjc-7-multilib-x86-64-linux-gnu Description-md5: 0c9ddc2eb25605c830a9c8d341c546b0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-7-x86-64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-8-multilib-x86-64-linux-gnu Description-md5: 0c9ddc2eb25605c830a9c8d341c546b0 Description-en: GNU Objective-C compiler (multilib support) (cross compiler for amd64 architecture) This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. . This is a dependency package, depending on development packages for the non-default multilib architecture(s). Package: gobjc-8-x86-64-linux-gnu Description-md5: ef51de6b57526dc4a161944678606486 Description-en: GNU Objective-C compiler This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. Package: gobjc-multilib-x86-64-linux-gnu Description-md5: 167877cb0d873b34edff19e77685f6e6 Description-en: GNU Objective-C compiler for the amd64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the amd64 architecture. Package: gobjc-x86-64-linux-gnu Description-md5: 167877cb0d873b34edff19e77685f6e6 Description-en: GNU Objective-C compiler for the amd64 architecture This is the GNU Objective-C compiler, which compiles Objective-C on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Objective-C cross-compiler for the amd64 architecture. 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-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-1036-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-1037-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-1038-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-1040-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-1041-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-1043-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-1044-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-1045-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-1047-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-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1111-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-1114-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-1115-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-1117-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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.18.0-1007-aws 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-1008-aws 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-1011-aws 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-1012-aws 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-1016-aws 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-1017-aws 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-1018-aws 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-1020-aws 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-5.0.0-1011-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1012-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1014-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1016-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1018-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.0.0-1019-aws Description-md5: 4251be9ea6160826083100d084b4db7a Description-en: Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.0.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1017-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1018-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1019-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1021-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1022-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1023-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1026-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1027-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1028-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1030-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1032-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1033-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1035-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1036-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1037-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1038-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1039-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1040-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1041-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1042-raspi2 Description-md5: 29f32b0e6c3fdc8c23c90249650d7d83 Description-en: Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1013-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1015-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1016-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1018-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1019-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1021-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1022-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1025-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1026-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1028-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1029-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1030-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1032-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1033-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1034-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1035-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1036-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1038-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1041-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1042-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1043-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1044-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1045-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1046-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1047-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1048-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1050-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1052-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1053-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1055-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1056-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1058-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1059-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1060-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1062-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1065-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1066-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1068-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1069-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1070-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1071-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1073-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1074-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1077-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1078-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1079-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1080-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1081-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1082-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1083-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1084-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1085-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1086-raspi Description-md5: 895d1f8c093a4a55343b0e4e44eaf902 Description-en: Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARMv8 SMP. . You likely do not want to install this package. Package: linux-cloud-tools-4.18.0-1006-aws Description-md5: d89d7ece87af70db8e74fa975229d698 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1006 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1006 on ARMv8. Package: linux-cloud-tools-4.18.0-1007-aws Description-md5: 187a7e965cbeecdc7350bb37e1a7f037 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1007 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1007 on ARMv8. Package: linux-cloud-tools-4.18.0-1008-aws Description-md5: b039404917dd070080ed5fab6b1ff132 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1008 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1008 on ARMv8. Package: linux-cloud-tools-4.18.0-1011-aws Description-md5: b8d2a98e903ad2a49701d5b35d44fd76 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1011 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1011 on ARMv8. Package: linux-cloud-tools-4.18.0-1012-aws Description-md5: f6a1bbfe1127984ccc6ff0a8f33ded2c 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 ARMv8. Package: linux-cloud-tools-4.18.0-1016-aws Description-md5: 3d423021d37936ce117fad135be5019d Description-en: Linux kernel version specific cloud tools for version 4.18.0-1016 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1016 on ARMv8. Package: linux-cloud-tools-4.18.0-1017-aws Description-md5: 9f1238288bc6d0bf0b39960c8fc3588a Description-en: Linux kernel version specific cloud tools for version 4.18.0-1017 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1017 on ARMv8. Package: linux-cloud-tools-4.18.0-1018-aws Description-md5: d924d160b89d27e00c2850db6563e217 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1018 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1018 on ARMv8. Package: linux-cloud-tools-4.18.0-1020-aws Description-md5: a5ae4d64269ccce203796eccb13d5a86 Description-en: Linux kernel version specific cloud tools for version 4.18.0-1020 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 4.18.0-1020 on ARMv8. Package: linux-cloud-tools-5.0.0-1011-aws Description-md5: 7986dda8c85ebd549369120a3aabc19b Description-en: Linux kernel version specific cloud tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1011 on ARMv8. Package: linux-cloud-tools-5.0.0-1012-aws Description-md5: 0cc5f297a8da3b1fab1f84f667958194 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1012 on ARMv8. Package: linux-cloud-tools-5.0.0-1014-aws Description-md5: becf6f04cf36b5c3b9748828a219a412 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1014 on ARMv8. Package: linux-cloud-tools-5.0.0-1016-aws Description-md5: 66bc241bc9422b87b005cb27a41e1743 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1016 on ARMv8. Package: linux-cloud-tools-5.0.0-1018-aws Description-md5: bf498d429ba1f5ce6828a30b99fa3865 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1018 on ARMv8. Package: linux-cloud-tools-5.0.0-1019-aws Description-md5: 3cf729bde0e6dda54345eddf877fb867 Description-en: Linux kernel version specific cloud tools for version 5.0.0-1019 This package provides the architecture dependant parts for kernel version locked tools for cloud for version 5.0.0-1019 on ARMv8. Package: linux-headers-4.15.0-1012-raspi2 Description-md5: bf7641b973243636a3921b1a45d370a0 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-1012/debian.README.gz for details. Package: linux-headers-4.15.0-1013-raspi2 Description-md5: 46fc501510653eb207a89b8b4fce8697 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-1013/debian.README.gz for details. Package: linux-headers-4.15.0-1017-raspi2 Description-md5: 510c1830026c5aae9f2670ae2fc0bf37 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-1017/debian.README.gz for details. Package: linux-headers-4.15.0-1018-raspi2 Description-md5: 4abb1f19929c0d72d23a4bdb7043672b 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-1018/debian.README.gz for details. Package: linux-headers-4.15.0-1020-raspi2 Description-md5: e74f8ff2e8c91611d6df32079c7a9044 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-1020/debian.README.gz for details. Package: linux-headers-4.15.0-1021-raspi2 Description-md5: 8c51a13c0adf8817fa1a701da8987167 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-1021/debian.README.gz for details. Package: linux-headers-4.15.0-1022-raspi2 Description-md5: d063bfaee804485cec6347d2751bf79c 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-1022/debian.README.gz for details. Package: linux-headers-4.15.0-1024-raspi2 Description-md5: cef181c111d44ab84485b7378ba897d6 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-1024/debian.README.gz for details. Package: linux-headers-4.15.0-1028-raspi2 Description-md5: 034af2c77a8e5bb5774c25d27303dc71 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-1028/debian.README.gz for details. Package: linux-headers-4.15.0-1029-raspi2 Description-md5: cfb8698133df78470786f1d7a89aa873 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-1029/debian.README.gz for details. 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-raspi2 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-1036-raspi2 Description-md5: 242deb8d8bb5b3c0726d852d95b74dc3 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-1036/debian.README.gz for details. Package: linux-headers-4.15.0-1037-raspi2 Description-md5: 834bf1b9442b0ddafe5b29ad4d8fbee8 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-1037/debian.README.gz for details. Package: linux-headers-4.15.0-1038-raspi2 Description-md5: b7dc6b3fb9684874cfaff14936610bad 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-1038/debian.README.gz for details. Package: linux-headers-4.15.0-1040-raspi2 Description-md5: d40a7312666c2053f62c9abaa3db3afe 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-1040/debian.README.gz for details. Package: linux-headers-4.15.0-1041-raspi2 Description-md5: 3eb511297bdf398d810c2ecc77c5593c 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-1041/debian.README.gz for details. Package: linux-headers-4.15.0-1043-raspi2 Description-md5: a6c68295182d574a49ced8c4a644fe38 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-1043/debian.README.gz for details. Package: linux-headers-4.15.0-1044-raspi2 Description-md5: 2093f04440d64c3dd18e78181ee4223d 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-1044/debian.README.gz for details. Package: linux-headers-4.15.0-1045-raspi2 Description-md5: 29e488d95a444bc841df1417ad0caa01 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-1045/debian.README.gz for details. Package: linux-headers-4.15.0-1047-raspi2 Description-md5: 87dd9ff314d245d3eb47517bfc4c1997 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-1047/debian.README.gz for details. Package: linux-headers-4.15.0-1048-raspi2 Description-md5: eb09000dd6e5fb074e9ffd9d447dcf5b 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-1048/debian.README.gz for details. Package: linux-headers-4.15.0-1049-raspi2 Description-md5: ad2d1aca13563ad6cd1a92b6b6c6b071 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-1049/debian.README.gz for details. Package: linux-headers-4.15.0-1050-raspi2 Description-md5: ef26b206f96795a75230a430c797a87e 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-1050/debian.README.gz for details. Package: linux-headers-4.15.0-1052-raspi2 Description-md5: 250a34bc7d9c9908cc4fe154bf7cb7da 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-1052/debian.README.gz for details. Package: linux-headers-4.15.0-1053-raspi2 Description-md5: d3a9e948870bcb08f7f2ed0b4e50068d 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-1053/debian.README.gz for details. Package: linux-headers-4.15.0-1054-raspi2 Description-md5: 3b2a2f2e4b4a8b90ae08f12ad2e20d4b 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-1054/debian.README.gz for details. Package: linux-headers-4.15.0-1055-raspi2 Description-md5: 137b8643559fea12650eab3a2754f642 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-1055/debian.README.gz for details. Package: linux-headers-4.15.0-1057-raspi2 Description-md5: 09e5a87c65224bfb12d16fa50ab49376 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-1057/debian.README.gz for details. Package: linux-headers-4.15.0-1060-raspi2 Description-md5: 473e99208262e0bc5e4b35e2a2ec148f 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-1060/debian.README.gz for details. Package: linux-headers-4.15.0-1061-raspi2 Description-md5: 273235c814eec559809f584de6fc0a08 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-1061/debian.README.gz for details. Package: linux-headers-4.15.0-1062-raspi2 Description-md5: 5abeb482031b091f18f6bd00b8fcfc76 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-1062/debian.README.gz for details. Package: linux-headers-4.15.0-1063-raspi2 Description-md5: 2908060ff295efd03cfff8d24a31aa4d 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-1063/debian.README.gz for details. Package: linux-headers-4.15.0-1065-raspi2 Description-md5: d53a9bf2728ca878b800465391ac8a6b 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-1065/debian.README.gz for details. Package: linux-headers-4.15.0-1067-raspi2 Description-md5: fbe9813234cc92840a3ca2dad303d781 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-1067/debian.README.gz for details. Package: linux-headers-4.15.0-1068-raspi2 Description-md5: fd48fb9a945288175fc0c2ab639133d7 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-1068/debian.README.gz for details. Package: linux-headers-4.15.0-1070-raspi2 Description-md5: 090e3233db9cdbe4036463e68afb8ef4 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-1070/debian.README.gz for details. Package: linux-headers-4.15.0-1071-raspi2 Description-md5: 9605c38b749b5a8c34de206b7045b509 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-1071/debian.README.gz for details. Package: linux-headers-4.15.0-1073-raspi2 Description-md5: dec24109e76c5f67f58f9adebe466cea 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-1073/debian.README.gz for details. Package: linux-headers-4.15.0-1076-raspi2 Description-md5: 8568941d8e71e44e7aeb1d0d7656aec4 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-1076/debian.README.gz for details. Package: linux-headers-4.15.0-1077-raspi2 Description-md5: 6b2aeb307895298a17bf12cb3692985a 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-1077/debian.README.gz for details. Package: linux-headers-4.15.0-1078-raspi2 Description-md5: 1c0c8ef1592ed46795be4df8909cf707 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-1078/debian.README.gz for details. Package: linux-headers-4.15.0-1079-raspi2 Description-md5: 232f826b84d1772e7b32613df4d11084 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-1079/debian.README.gz for details. Package: linux-headers-4.15.0-1080-raspi2 Description-md5: cca14dfdf5c1bc59636ad2e60c7ae163 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-1080/debian.README.gz for details. Package: linux-headers-4.15.0-1081-raspi2 Description-md5: 3b6684d03bc03fe33afde9d16294f65d 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-1081/debian.README.gz for details. Package: linux-headers-4.15.0-1082-raspi2 Description-md5: dc4d73d52679cf4f0c8ead95f1860b01 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-1082/debian.README.gz for details. Package: linux-headers-4.15.0-1083-raspi2 Description-md5: 65f72fc6219435d38699fc8647104de9 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-1083/debian.README.gz for details. Package: linux-headers-4.15.0-1084-raspi2 Description-md5: 1e6ff39426214da0aa09a7cf4fae36f1 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-1084/debian.README.gz for details. Package: linux-headers-4.15.0-1085-raspi2 Description-md5: 22759fa0099a2577259289170653f7c5 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-1085/debian.README.gz for details. Package: linux-headers-4.15.0-1086-raspi2 Description-md5: 79a917e040e28aa5a6c28550da0cceea 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-1086/debian.README.gz for details. Package: linux-headers-4.15.0-1089-raspi2 Description-md5: ae491f69cb2d9e3fd00efa429f9d4f0e 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-1089/debian.README.gz for details. Package: linux-headers-4.15.0-1092-raspi2 Description-md5: 06477f0788b709ed379eec011598a519 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-1092/debian.README.gz for details. Package: linux-headers-4.15.0-1093-raspi2 Description-md5: cbc41cb2eab313652a83fece3d974366 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-1093/debian.README.gz for details. Package: linux-headers-4.15.0-1094-raspi2 Description-md5: 3e00d46456fd1e37dda11bc2a0a14f0a 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-1094/debian.README.gz for details. Package: linux-headers-4.15.0-1095-raspi2 Description-md5: dd6e89686d22de8d1bf777bd6bc5ad6f 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-1095/debian.README.gz for details. Package: linux-headers-4.15.0-1096-raspi2 Description-md5: 3d2f8c1b15a3f512720cce93dcdb0fea 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-1096/debian.README.gz for details. Package: linux-headers-4.15.0-1097-raspi2 Description-md5: ca2fbc14b8d0f943047c356cb3140ca8 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-1097/debian.README.gz for details. Package: linux-headers-4.15.0-1098-raspi2 Description-md5: 1ec5b75e2b34e04cda619c4480890ba7 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-1098/debian.README.gz for details. Package: linux-headers-4.15.0-1099-raspi2 Description-md5: 45acb51b11fcaac8da0fbcd6692f1ac0 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-1099/debian.README.gz for details. Package: linux-headers-4.15.0-1101-raspi2 Description-md5: e45b6021404504dd0043c5132d92bcf9 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-1101/debian.README.gz for details. Package: linux-headers-4.15.0-1102-raspi2 Description-md5: 2bb3fef7d682d88894c677186f75aad9 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-1102/debian.README.gz for details. Package: linux-headers-4.15.0-1103-raspi2 Description-md5: acba23ec35821b1de6ad56669e6fb2b2 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-1103/debian.README.gz for details. Package: linux-headers-4.15.0-1105-raspi2 Description-md5: 52d88a15e24907c33957d1403acb63b8 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-1105/debian.README.gz for details. Package: linux-headers-4.15.0-1106-raspi2 Description-md5: 29f11aee2c607b34b9e9978ceb00c98d 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-1106/debian.README.gz for details. Package: linux-headers-4.15.0-1107-raspi2 Description-md5: 27ff14c6e9c80c2fc23973a520b591c4 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-1107/debian.README.gz for details. Package: linux-headers-4.15.0-1108-raspi2 Description-md5: d8cf891b14b07f7502a0dd14d6f268d7 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-1108/debian.README.gz for details. Package: linux-headers-4.15.0-1111-raspi2 Description-md5: f7a8e29256c46181be32a115428a8c35 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-1111/debian.README.gz for details. Package: linux-headers-4.15.0-1114-raspi2 Description-md5: 925b4bc5391d15dcde2130491ed40ff6 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-1114/debian.README.gz for details. Package: linux-headers-4.15.0-1115-raspi2 Description-md5: 066952b144afbe24f072502f5e57c72e 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-1115/debian.README.gz for details. Package: linux-headers-4.15.0-1117-raspi2 Description-md5: 984f9ef5b65802a39769e98a88ecbcf3 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-1117/debian.README.gz for details. Package: linux-headers-4.15.0-1119-raspi2 Description-md5: f5955e9e166795137d28417dbb719a98 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-1119/debian.README.gz for details. Package: linux-headers-4.15.0-1120-raspi2 Description-md5: 0b14e6bd73e03c3580097c87c372149f 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-1120/debian.README.gz for details. Package: linux-headers-4.15.0-1121-raspi2 Description-md5: 3f65e07f3520358744fb761e50b7c2a4 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-1121/debian.README.gz for details. Package: linux-headers-4.15.0-1124-raspi2 Description-md5: 31df75b709bbfc1654f501a3031c27cd 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-1124/debian.README.gz for details. Package: linux-headers-4.15.0-1125-raspi2 Description-md5: 54aab719b00d5c90449fc55cac275502 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-1125/debian.README.gz for details. Package: linux-headers-4.15.0-1126-raspi2 Description-md5: 5c8fb0d5d3464fe370572ee7fa59b695 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-1126/debian.README.gz for details. Package: linux-headers-4.15.0-1127-raspi2 Description-md5: 59ccc05d88b5174ef6c678837238a2c3 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-1127/debian.README.gz for details. Package: linux-headers-4.15.0-1128-raspi2 Description-md5: 02c32d8dbc9fdcc9f0cd40e5c0f9a0c8 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-1128/debian.README.gz for details. Package: linux-headers-4.15.0-1129-raspi2 Description-md5: 21e377535b2f9a521426d36fdcf2664d 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-1129/debian.README.gz for details. Package: linux-headers-4.15.0-1130-raspi2 Description-md5: 55d26e7cbee23ad235f6f85da71a0d2c 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-1130/debian.README.gz for details. Package: linux-headers-4.15.0-1131-raspi2 Description-md5: e308887687f9c3fb24ec7ef253390fc6 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-1131/debian.README.gz for details. Package: linux-headers-4.15.0-1132-raspi2 Description-md5: 65f575620bb1b1d90a58942a58f11698 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-1132/debian.README.gz for details. Package: linux-headers-4.15.0-1133-raspi2 Description-md5: 42a0892c1c7d2ad8ab2380ac412abc39 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-1133/debian.README.gz for details. Package: linux-headers-4.15.0-1134-raspi2 Description-md5: c3d93abadbabcfa7bc740d172730b1f9 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-1134/debian.README.gz for details. Package: linux-headers-4.18.0-1006-aws Description-md5: 62b8397dd5d34f99c7993a484db594d6 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-1006/debian.README.gz for details. Package: linux-headers-4.18.0-1007-aws Description-md5: 173d186e944e89457c98bd131127ba6b 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-1007/debian.README.gz for details. Package: linux-headers-4.18.0-1008-aws Description-md5: da18bf83d5b1f96c03273e20bfe58653 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-1008/debian.README.gz for details. Package: linux-headers-4.18.0-1011-aws Description-md5: 55e9ce0b4ca3f919476c638ed3e54ae4 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-1011/debian.README.gz for details. Package: linux-headers-4.18.0-1012-aws Description-md5: 79d9ce8a2d4779dddcd4cea62a5b33bd 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-1012/debian.README.gz for details. Package: linux-headers-4.18.0-1016-aws Description-md5: bf696e01b5a6a145a0d2e1f8f84704fb 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-1016/debian.README.gz for details. Package: linux-headers-4.18.0-1017-aws Description-md5: aa1f7dc0ca21739ebc7f71ecfc0e334b 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-1017/debian.README.gz for details. Package: linux-headers-4.18.0-1018-aws Description-md5: 75615d480cbb6e77f435562eb40075b9 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-1018/debian.README.gz for details. Package: linux-headers-4.18.0-1020-aws Description-md5: 627324f3416d55a608e49a43457e36e1 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-1020/debian.README.gz for details. Package: linux-headers-5.0.0-1011-aws Description-md5: 942b3373b010f1cf4152391202cac237 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1011/debian.README.gz for details. Package: linux-headers-5.0.0-1012-aws Description-md5: 558b25acea0c2a91dbd19f21d590df68 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1012/debian.README.gz for details. Package: linux-headers-5.0.0-1014-aws Description-md5: a30b34500e17cf2a135b2d5bcfd32e6e Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1014/debian.README.gz for details. Package: linux-headers-5.0.0-1016-aws Description-md5: bb4c166c64c5b1a11ec6c16968287d84 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1016/debian.README.gz for details. Package: linux-headers-5.0.0-1018-aws Description-md5: 2c6112fede71af53d43170d8cf32d390 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1018/debian.README.gz for details. Package: linux-headers-5.0.0-1019-aws Description-md5: de5658f97f77aa5abc5ead036cdb39e5 Description-en: Linux kernel headers for version 5.0.0 on ARMv8 SMP This package provides kernel header files for version 5.0.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.0.0-1019/debian.README.gz for details. Package: linux-headers-5.3.0-1017-raspi2 Description-md5: 1591e43bdcb4ff6a487337e4eccbe59e Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1017/debian.README.gz for details. Package: linux-headers-5.3.0-1018-raspi2 Description-md5: e41f96397a9ce25b5995d780d2fbdd13 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1018/debian.README.gz for details. Package: linux-headers-5.3.0-1019-raspi2 Description-md5: 77c1ffe7866f9347e7c3e4545435fb07 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1019/debian.README.gz for details. Package: linux-headers-5.3.0-1021-raspi2 Description-md5: 734ed1172f2a371bd216c663d10e2e58 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1021/debian.README.gz for details. Package: linux-headers-5.3.0-1022-raspi2 Description-md5: 06b872790a1dded7e1b65660c46fec44 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1022/debian.README.gz for details. Package: linux-headers-5.3.0-1023-raspi2 Description-md5: 01bb281ba8387d3390832cb198beea91 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1023/debian.README.gz for details. Package: linux-headers-5.3.0-1026-raspi2 Description-md5: f961987c60bcab1ac813dd88dedc8a69 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1026/debian.README.gz for details. Package: linux-headers-5.3.0-1027-raspi2 Description-md5: 8fc48408fb1c362f0b82757e477fa6c1 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1027/debian.README.gz for details. Package: linux-headers-5.3.0-1028-raspi2 Description-md5: 7247278720c374629de1ec258d0b549d Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1028/debian.README.gz for details. Package: linux-headers-5.3.0-1030-raspi2 Description-md5: 18147ffd07849f9c2b77999bab4963c7 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1030/debian.README.gz for details. Package: linux-headers-5.3.0-1032-raspi2 Description-md5: 1461a5ee6a839b948f8d69eb2360603d Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1032/debian.README.gz for details. Package: linux-headers-5.3.0-1033-raspi2 Description-md5: 42e0f32e37041112755ea22f6ebacc30 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1033/debian.README.gz for details. Package: linux-headers-5.3.0-1035-raspi2 Description-md5: 96735a226fe5d9736a067b86f7c57929 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1035/debian.README.gz for details. Package: linux-headers-5.3.0-1036-raspi2 Description-md5: f7c6d5ed391df7d9cafc09dcc00e4fea Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1036/debian.README.gz for details. Package: linux-headers-5.3.0-1037-raspi2 Description-md5: 4f7e9a3df0de183de69a9ad111bd8458 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1037/debian.README.gz for details. Package: linux-headers-5.3.0-1038-raspi2 Description-md5: c37af05fbe088ed024854aa363009096 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1038/debian.README.gz for details. Package: linux-headers-5.3.0-1039-raspi2 Description-md5: 7d151ff657ace0b01aa47ca388d49f86 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1039/debian.README.gz for details. Package: linux-headers-5.3.0-1040-raspi2 Description-md5: b96620320a5cdb1c06bed440efdec5e4 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1040/debian.README.gz for details. Package: linux-headers-5.3.0-1041-raspi2 Description-md5: 8d9e0fdd3839d6f097f23933718d8e91 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1041/debian.README.gz for details. Package: linux-headers-5.3.0-1042-raspi2 Description-md5: 518a421fec73734b11ffcda849a26d11 Description-en: Linux kernel headers for version 5.3.0 on ARMv8 SMP This package provides kernel header files for version 5.3.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1042/debian.README.gz for details. Package: linux-headers-5.4.0-1013-raspi Description-md5: 1310c3d8669137defd3e98f017054aa1 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1013/debian.README.gz for details. Package: linux-headers-5.4.0-1015-raspi Description-md5: 51df78bec9f76d9987cc56fff81948dd Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1015/debian.README.gz for details. Package: linux-headers-5.4.0-1016-raspi Description-md5: 93bb0fceafc10b37f7c3919ce14acb1b Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1016/debian.README.gz for details. Package: linux-headers-5.4.0-1018-raspi Description-md5: 0eec52756dbc825c81578885bd386281 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1018/debian.README.gz for details. Package: linux-headers-5.4.0-1019-raspi Description-md5: ccafb24f72223a60b41aad9bc42c3118 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1019/debian.README.gz for details. Package: linux-headers-5.4.0-1021-raspi Description-md5: fdc45e4d9c1ff8d88c2cf9130bf84473 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1021/debian.README.gz for details. Package: linux-headers-5.4.0-1022-raspi Description-md5: 901089b88e35479d775d6586f2227309 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1022/debian.README.gz for details. Package: linux-headers-5.4.0-1025-raspi Description-md5: a64e572c33f589444de54ab7fc60d791 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1025/debian.README.gz for details. Package: linux-headers-5.4.0-1026-raspi Description-md5: 300c4d88ab4863e05c3474a98f5268ff Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1026/debian.README.gz for details. Package: linux-headers-5.4.0-1028-raspi Description-md5: 0e6808b4596d4c7d962f39427f7e2e2a Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1028/debian.README.gz for details. Package: linux-headers-5.4.0-1029-raspi Description-md5: f69f12f7100b74ba1ac200f3c43a1877 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1029/debian.README.gz for details. Package: linux-headers-5.4.0-1030-raspi Description-md5: 329763fdb862c5e1fbcf321d221281dc Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1030/debian.README.gz for details. Package: linux-headers-5.4.0-1032-raspi Description-md5: 2a42f5f5e7cf300b80e47ee214bc6985 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1032/debian.README.gz for details. Package: linux-headers-5.4.0-1033-raspi Description-md5: 10e879b909d5f3363c9cb797642829f9 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1033/debian.README.gz for details. Package: linux-headers-5.4.0-1034-raspi Description-md5: 32e1c1d2378b3b58bb7dd372caf21e5a Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1034/debian.README.gz for details. Package: linux-headers-5.4.0-1035-raspi Description-md5: 89aa3c803569e1144799671db553bfdf Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1035/debian.README.gz for details. Package: linux-headers-5.4.0-1036-raspi Description-md5: 897b713bbb903d6eb9fe527d0df240ba Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1036/debian.README.gz for details. Package: linux-headers-5.4.0-1038-raspi Description-md5: 9cec8f0b1125aa5033dbc205a1dca21d Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1038/debian.README.gz for details. Package: linux-headers-5.4.0-1041-raspi Description-md5: 32e0c8f2a6b785806ad7a02bc712c6b5 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1041/debian.README.gz for details. Package: linux-headers-5.4.0-1042-raspi Description-md5: aaa433d826224ddcd1dd38d8657de2cb Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1042/debian.README.gz for details. Package: linux-headers-5.4.0-1043-raspi Description-md5: e4a69ceda3ab4b5571da24e58242b48d Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1043/debian.README.gz for details. Package: linux-headers-5.4.0-1044-raspi Description-md5: abe1a689d48fb98f557093be1e43e069 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1044/debian.README.gz for details. Package: linux-headers-5.4.0-1045-raspi Description-md5: 54a3a931b33f3cfddc5b7439fd9acb86 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1045/debian.README.gz for details. Package: linux-headers-5.4.0-1046-raspi Description-md5: 8257446fbecd3331be0b667272c5e559 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1046/debian.README.gz for details. Package: linux-headers-5.4.0-1047-raspi Description-md5: 6b4cc2f1f7613e8f407b3d1b9bab6248 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1047/debian.README.gz for details. Package: linux-headers-5.4.0-1048-raspi Description-md5: 70b75429b9c29aaaf7b9e7cbcc90feb4 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1048/debian.README.gz for details. Package: linux-headers-5.4.0-1050-raspi Description-md5: 47f2caa67cf9d869d25801fa71fa29cb Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1050/debian.README.gz for details. Package: linux-headers-5.4.0-1052-raspi Description-md5: d4a46f185a9f9b906478cad6d9e3af3b Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1052/debian.README.gz for details. Package: linux-headers-5.4.0-1053-raspi Description-md5: 629219125af44a2fc4a0b7aec0fa9ab8 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1053/debian.README.gz for details. Package: linux-headers-5.4.0-1055-raspi Description-md5: 10526f680937c7f7c56dbe084359e7de Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1055/debian.README.gz for details. Package: linux-headers-5.4.0-1056-raspi Description-md5: 67f2959c68ada62376fff6f262bc1beb Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1056/debian.README.gz for details. Package: linux-headers-5.4.0-1058-raspi Description-md5: d1e56f840ebf128cf870504387eebb61 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1058/debian.README.gz for details. Package: linux-headers-5.4.0-1059-raspi Description-md5: 10b8d0b52d82bb2d28de1f3a1ef4e805 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1059/debian.README.gz for details. Package: linux-headers-5.4.0-1060-raspi Description-md5: 4b185ad4a609259851a34ffcb1af92ad Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1060/debian.README.gz for details. Package: linux-headers-5.4.0-1062-raspi Description-md5: c02b3975df20c59add6b26b524eefe15 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1062/debian.README.gz for details. Package: linux-headers-5.4.0-1065-raspi Description-md5: 5ea4ebfd417fd2953b34cfee53e5f949 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1065/debian.README.gz for details. Package: linux-headers-5.4.0-1066-raspi Description-md5: 1e7bae873c16c6d3b4116ef080da2b84 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1066/debian.README.gz for details. Package: linux-headers-5.4.0-1068-raspi Description-md5: 1cc714306941374234ebff14b34bfaa8 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1068/debian.README.gz for details. Package: linux-headers-5.4.0-1069-raspi Description-md5: b603a514d23a12b7f319992e43e92420 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1069/debian.README.gz for details. Package: linux-headers-5.4.0-1070-raspi Description-md5: 03020367155064cfca78144fb4774193 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1070/debian.README.gz for details. Package: linux-headers-5.4.0-1071-raspi Description-md5: 78551accf8939efac7bf3181c4dda4f8 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1071/debian.README.gz for details. Package: linux-headers-5.4.0-1073-raspi Description-md5: 5f7001c8d1d2ffd97db476676d92c209 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1073/debian.README.gz for details. Package: linux-headers-5.4.0-1074-raspi Description-md5: e17bf9e59c65a8f15a54ba1ed40677cb Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1074/debian.README.gz for details. Package: linux-headers-5.4.0-1077-raspi Description-md5: 8b6f4b3ab2f034d7cad9729c58c9c7d0 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1077/debian.README.gz for details. Package: linux-headers-5.4.0-1078-raspi Description-md5: 7ca2e59b45b49bc2d35a282a45c6da27 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1078/debian.README.gz for details. Package: linux-headers-5.4.0-1079-raspi Description-md5: dbcd37cd9c6f6d97bd2ab822a6ce6ab9 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1079/debian.README.gz for details. Package: linux-headers-5.4.0-1080-raspi Description-md5: 598c4b899d86639e1362b1f659d09fa6 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1080/debian.README.gz for details. Package: linux-headers-5.4.0-1081-raspi Description-md5: a07e42cf0508b5fac4fb5c7fb5ad9818 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1081/debian.README.gz for details. Package: linux-headers-5.4.0-1082-raspi Description-md5: ad641f4d16900fe08a4da3ac52da9b57 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1082/debian.README.gz for details. Package: linux-headers-5.4.0-1083-raspi Description-md5: 0ec6d1eae5dde40321264acf015ee2f7 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1083/debian.README.gz for details. Package: linux-headers-5.4.0-1084-raspi Description-md5: 71f8dd641d76fa92dd0b5b19fd912842 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1084/debian.README.gz for details. Package: linux-headers-5.4.0-1085-raspi Description-md5: 6cdaa806ba65c00e963eff702c6b2672 Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1085/debian.README.gz for details. Package: linux-headers-5.4.0-1086-raspi Description-md5: de1b929f13166b2df2f994ebcef0996c Description-en: Linux kernel headers for version 5.4.0 on ARMv8 SMP This package provides kernel header files for version 5.4.0 on ARMv8 SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1086/debian.README.gz for details. Package: linux-headers-raspi-hwe-18.04 Description-md5: 0223bd3893bcf16c07760109963ffebd Description-en: Raspberry Pi Linux kernel headers This package will always depend on the latest Raspberry Pi Linux kernel headers available. Package: linux-headers-raspi-hwe-18.04-edge Description-md5: 0223bd3893bcf16c07760109963ffebd Description-en: Raspberry Pi Linux kernel headers This package will always depend on the latest Raspberry Pi Linux kernel headers available. Package: linux-headers-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-raspi2-hwe-18.04 Description-md5: 4705744d0399621bcc2b115b3f961332 Description-en: Linux kernel headers for Raspberry Pi systems. This package will always depend on the latest kernel headers available for Raspberry Pi systems. Package: linux-image-4.15.0-1012-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-1013-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-1017-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-1018-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-1020-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-1021-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-1022-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-1024-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-1028-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-1029-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-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-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-1036-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-1037-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-1038-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-1040-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-1041-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-1043-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-1044-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-1045-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-1047-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-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1111-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-1114-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-1115-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-1117-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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.18.0-1006-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1007-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1008-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1011-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1012-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1016-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1017-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1018-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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.18.0-1020-aws Description-md5: 231ee7504b4c81e08f3ba308444e1147 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 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-5.0.0-1011-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1012-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1014-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1016-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1018-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.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-5.0.0-1019-aws Description-md5: f54e6cf51741651f0b53b45807b73df4 Description-en: Linux kernel image for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.0.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-5.3.0-1017-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1018-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1019-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1021-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1022-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1023-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1026-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1027-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1028-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1030-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1032-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1033-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1035-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1036-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1037-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1038-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1039-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1040-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1041-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1042-raspi2 Description-md5: 29b802350ea9f00f72c4a4a81e2b9ec8 Description-en: Linux kernel image for version 5.3.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.3.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-5.4.0-1013-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1015-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1016-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1018-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1019-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1021-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1022-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1025-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1026-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1028-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1029-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1030-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1032-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1033-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1034-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1035-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1036-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1038-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1041-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1042-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1043-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1044-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1045-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1046-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1047-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1048-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1050-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1052-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1053-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1055-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1056-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1058-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1059-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1060-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1062-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1065-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1066-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1068-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1069-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1070-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1071-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1073-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1074-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1077-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1078-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1079-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1080-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1081-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1082-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1083-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1084-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1085-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1086-raspi Description-md5: 20a186b48ac212a35c68932cd425a400 Description-en: Linux kernel image for version 5.4.0 on ARMv8 SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-raspi-hwe-18.04 Description-md5: e483328aafaaedd15601d42be69d056f Description-en: Raspberry Pi Linux kernel image This package will always depend on the latest Raspberry Pi Linux kernel image available. Package: linux-image-raspi-hwe-18.04-edge Description-md5: e483328aafaaedd15601d42be69d056f Description-en: Raspberry Pi Linux kernel image This package will always depend on the latest Raspberry Pi Linux kernel image available. Package: linux-image-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-raspi2-hwe-18.04 Description-md5: fdc34a9e106fbd8a8f6b8d90e3921b74 Description-en: Linux kernel image for Raspberry Pi systems. This package will always depend on the latest kernel image available for Raspberry Pi systems. Package: linux-modules-4.15.0-1012-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-1013-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-1017-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-1018-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-1020-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-1021-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-1022-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-1024-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-1028-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-1029-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-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-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-1036-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-1037-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-1038-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-1040-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-1041-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-1043-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-1044-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-1045-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-1047-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-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1111-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-1114-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-1115-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-1117-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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.18.0-1006-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1007-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1008-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1011-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1012-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1016-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1017-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1018-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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.18.0-1020-aws Description-md5: 5bc619735ae095c9d29453480197f6c1 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 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-5.0.0-1011-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1012-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1014-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1016-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1018-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.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-5.0.0-1019-aws Description-md5: a043f53ea5548f249734a55e5bc5358f Description-en: Linux kernel extra modules for version 5.0.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-5.3.0-1017-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1018-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1019-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1021-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1022-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1023-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1026-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1027-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1028-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1030-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1032-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1033-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1035-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1036-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1037-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1038-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1039-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1040-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1041-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1042-raspi2 Description-md5: df0f1e7190745d93231e6bf8ac7fa5ef Description-en: Linux kernel extra modules for version 5.3.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-5.4.0-1013-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1015-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1016-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1018-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1019-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1021-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1022-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1025-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1026-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1028-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1029-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1030-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1032-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1033-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1034-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1035-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1036-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1038-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1041-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1042-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1043-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1044-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1045-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1046-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1047-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1048-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1050-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1052-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1053-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1055-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1056-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1058-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1059-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1060-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1062-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1065-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1066-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1068-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1069-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1070-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1071-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1073-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1074-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1077-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1078-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1079-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1080-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1081-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1082-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1083-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1084-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1085-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1086-raspi Description-md5: 2f85cb8a5f6853a2f47ee41230bc3ee9 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1012-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1014-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1016-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1018-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-extra-5.0.0-1019-aws Description-md5: 44f3cf4f89761a9e6ec9bbcc1da5bb12 Description-en: Linux kernel extra modules for version 5.0.0 on ARMv8 SMP This package contains the Linux kernel extra modules for version 5.0.0 on ARMv8 SMP. . Supports AWS processors. . Geared toward Amazon Web Services (AWS) systems. . You likely do not want to install this package directly. Instead, install the linux-modules-extra-aws meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-raspi-5.4-headers-5.4.0-1013 Description-md5: f12050e8cab2f1ac752116e00d5b260d Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1013/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1015 Description-md5: 10fbe577245676486f6513bc54d2b471 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1015/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1016 Description-md5: fad510353d813735388bb871c92dadf3 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1016/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1018 Description-md5: ba4e5a7cc26f82fe0375ded5ccbfffea Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1018/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1019 Description-md5: ec3b5c2e681c214510dd5ee787e95b3a Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1019/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1021 Description-md5: 92350f871131fa8005917fbbc9643cdb Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1021/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1022 Description-md5: 2dbecd2ae07005be32a41351ef8bd421 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1022/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1025 Description-md5: 6d5610ebee99ce06263f8a468e0ec30c Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1025/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1026 Description-md5: 326b5dbe216c7e9786de81e9ee6724ca Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1026/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1028 Description-md5: 5002524db4544917246e7eb8fec85cb9 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1028/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1029 Description-md5: 1bec5bef9737f5bc9f2c6535d47e9680 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1029/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1030 Description-md5: dbf6e60bb586972d3fa32a9d3143a720 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1030/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1032 Description-md5: 5b17ccf1a755ebdd9dd52fe8269894e2 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1032/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1033 Description-md5: d4fb2ca89cab82d2970499e9546048b4 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1033/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1034 Description-md5: becc3c66c9b63f103406a1c5a3bb2c78 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1034/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1035 Description-md5: b694a93c21b9628312639a5be5e7f1da Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1035/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1036 Description-md5: 3e8b9de92120c0c1cade9dd3c78545ba Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1036/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1038 Description-md5: 68ae8b6866e44aecbd23d345c76d945f Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1038/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1041 Description-md5: d259bea118cd33f2caf382723783eb16 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1041/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1042 Description-md5: 54393f1721a5b7e3158d8d87e8445c9c Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1042/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1043 Description-md5: 0656dd86982bf9b3e9ea2b2814463c7d Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1043/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1044 Description-md5: 994b131f6934a312a9d411d8419e9b4c Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1044/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1045 Description-md5: ab5e1c0d1877f35f12f75b6ba445c63d Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1045/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1046 Description-md5: 02f0076d8f032d44fea884ffd0083c16 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1046/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1047 Description-md5: c814a18af31b991601d1dbc0c4e601ba Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1047/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1048 Description-md5: 0f3c3ea670c01b9a8808d70524b9eb71 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1048/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1050 Description-md5: 04b7f1d05d1feb654725948699c8a13b Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1050/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1052 Description-md5: 6bd475491052ffa67a3753971be30013 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1052/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1053 Description-md5: 01a1ded34e90725679f0780b5fa3e5ac Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1053/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1055 Description-md5: 6bf01c2db0f42bccca38bc3974eed1d7 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1055/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1056 Description-md5: 390dc9e4e4a46bda188294b5d87a2072 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1056/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1058 Description-md5: 359dae2ef749a45930b276a40d457a04 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1058/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1059 Description-md5: 6eb0f1e837bc327725276058ae787445 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1059/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1060 Description-md5: e9ff01856e98b712f08e3bc77d34079e Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1060/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1062 Description-md5: 3e97f925c24c9af2cb6ed127566faff7 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1062/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1065 Description-md5: b6a1993cca645bfbd931a93ee76564c0 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1065/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1066 Description-md5: bb502a2c2b8346dbf33881d1283688ed Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1066/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1068 Description-md5: cf25b60ad918a01f8912e64b49e61eae Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1068/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1069 Description-md5: ff022d4f8a60cf5fb29ceaba67373739 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1069/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1070 Description-md5: ccc74b4d85dbc7fa0e4b0552a58d4186 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1070/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1071 Description-md5: aa957904545690b4e0d49107b92a278a Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1071/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1073 Description-md5: f7b5307faa5ef9a59bf8a11c3948122b Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1073/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1074 Description-md5: 9ba2af6b701d2a8358edfcd8ec030a76 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1074/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1077 Description-md5: 230baf0423de679167e6cc84e9df69c0 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1077/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1078 Description-md5: 21801737cfbe0d3346ba88381bc202c2 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1078/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1079 Description-md5: 6734e9caf97bd2d3c866bb3a817ff158 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1079/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1080 Description-md5: 6b137a8c3c3b1b8778d53c6e88a8402c Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1080/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1081 Description-md5: 3170327754e507966313c8ff4d698497 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1081/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1082 Description-md5: 58a4be758a4c8ed0703ab52222134ca0 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1082/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1083 Description-md5: 6be37ae33ad3e79f9b5c6f4cac6b1ca1 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1083/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1084 Description-md5: d94d694ab0b53b9d8dd64fcfc291b3cd Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1084/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1085 Description-md5: db2d1758ab3d7e2199e6da1b98905135 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1085/debian.README.gz for details Package: linux-raspi-5.4-headers-5.4.0-1086 Description-md5: 6b24154bf9fb549bf83f2ef56758f3b6 Description-en: Header files related to Linux kernel version 5.4.0 This package provides kernel header files for version 5.4.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi-5.4-headers-5.4.0-1086/debian.README.gz for details Package: linux-raspi-5.4-tools-5.4.0-1013 Description-md5: 436e9dfbdc83cd845c51efadff4a6fb8 Description-en: Linux kernel version specific tools for version 5.4.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1013 on ARMv8. You probably want to install linux-tools-5.4.0-1013-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1015 Description-md5: 82a642c9259cbe62f86e766a8aa9c59e Description-en: Linux kernel version specific tools for version 5.4.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1015 on ARMv8. You probably want to install linux-tools-5.4.0-1015-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1016 Description-md5: 93903708a214aaab190e217b3589a552 Description-en: Linux kernel version specific tools for version 5.4.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1016 on ARMv8. You probably want to install linux-tools-5.4.0-1016-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1018 Description-md5: f629d79994199c05f50ac06a3e60fcc5 Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on ARMv8. You probably want to install linux-tools-5.4.0-1018-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1019 Description-md5: c4481554ce78de4fb04ad6eb33debfa6 Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on ARMv8. You probably want to install linux-tools-5.4.0-1019-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1021 Description-md5: 9ca44e4677d1161290bae86d5278f7e8 Description-en: Linux kernel version specific tools for version 5.4.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1021 on ARMv8. You probably want to install linux-tools-5.4.0-1021-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1022 Description-md5: 0d4c5dda0d70ba17414aeff73dd676cd Description-en: Linux kernel version specific tools for version 5.4.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1022 on ARMv8. You probably want to install linux-tools-5.4.0-1022-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1025 Description-md5: e671a8d74761a8602f9173a43758874f Description-en: Linux kernel version specific tools for version 5.4.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1025 on ARMv8. You probably want to install linux-tools-5.4.0-1025-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1026 Description-md5: df3b3026d054d83117f727a84db8c638 Description-en: Linux kernel version specific tools for version 5.4.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1026 on ARMv8. You probably want to install linux-tools-5.4.0-1026-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1028 Description-md5: ba760e3475df0c39e18c37fd63c6fd1d Description-en: Linux kernel version specific tools for version 5.4.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1028 on ARMv8. You probably want to install linux-tools-5.4.0-1028-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1029 Description-md5: e2de5172d934ffb7db89ec42a9839291 Description-en: Linux kernel version specific tools for version 5.4.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1029 on ARMv8. You probably want to install linux-tools-5.4.0-1029-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1030 Description-md5: 05f2095266aae9c6d91d82b1efa56a2d Description-en: Linux kernel version specific tools for version 5.4.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1030 on ARMv8. You probably want to install linux-tools-5.4.0-1030-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1032 Description-md5: 788916bb58b01f28d074be11be758759 Description-en: Linux kernel version specific tools for version 5.4.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1032 on ARMv8. You probably want to install linux-tools-5.4.0-1032-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1033 Description-md5: e4d179c57be7c2a38b3d0705b29b0591 Description-en: Linux kernel version specific tools for version 5.4.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1033 on ARMv8. You probably want to install linux-tools-5.4.0-1033-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1034 Description-md5: fa93798160c3547532a7a258e2b6f59d Description-en: Linux kernel version specific tools for version 5.4.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1034 on ARMv8. You probably want to install linux-tools-5.4.0-1034-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1035 Description-md5: c6c8b98d05fec78140da285ad129730c Description-en: Linux kernel version specific tools for version 5.4.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1035 on ARMv8. You probably want to install linux-tools-5.4.0-1035-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1036 Description-md5: 7a468fc85f12d9579fb26f6dd9872f41 Description-en: Linux kernel version specific tools for version 5.4.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1036 on ARMv8. You probably want to install linux-tools-5.4.0-1036-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1038 Description-md5: 5a6e470108ab1ba924ea0e6bfe6068b4 Description-en: Linux kernel version specific tools for version 5.4.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1038 on ARMv8. You probably want to install linux-tools-5.4.0-1038-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1041 Description-md5: 351633c284e90e62c1de2ed54638206b Description-en: Linux kernel version specific tools for version 5.4.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1041 on ARMv8. You probably want to install linux-tools-5.4.0-1041-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1042 Description-md5: 66f1f29eb5bcfa5aa8eeaf762c3cc9e5 Description-en: Linux kernel version specific tools for version 5.4.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1042 on ARMv8. You probably want to install linux-tools-5.4.0-1042-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1043 Description-md5: bcc3562db658227e488503e53c9b1e8d Description-en: Linux kernel version specific tools for version 5.4.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1043 on ARMv8. You probably want to install linux-tools-5.4.0-1043-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1044 Description-md5: 55a8289d618862c8fa4c6898825409c3 Description-en: Linux kernel version specific tools for version 5.4.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1044 on ARMv8. You probably want to install linux-tools-5.4.0-1044-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1045 Description-md5: 4685f797a69ff0ecdbfbeb705ffc4b90 Description-en: Linux kernel version specific tools for version 5.4.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1045 on ARMv8. You probably want to install linux-tools-5.4.0-1045-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1046 Description-md5: 4280f531ca12a29dfdcc9009b2ae2ef8 Description-en: Linux kernel version specific tools for version 5.4.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1046 on ARMv8. You probably want to install linux-tools-5.4.0-1046-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1047 Description-md5: c7d34256b90aafb79802931120613f34 Description-en: Linux kernel version specific tools for version 5.4.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1047 on ARMv8. You probably want to install linux-tools-5.4.0-1047-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1048 Description-md5: 392c6f4499bd0ae6bd8d4296f1da7b02 Description-en: Linux kernel version specific tools for version 5.4.0-1048 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1048 on ARMv8. You probably want to install linux-tools-5.4.0-1048-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1050 Description-md5: 8a0bf10228d67142a2468dde86e64b91 Description-en: Linux kernel version specific tools for version 5.4.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1050 on ARMv8. You probably want to install linux-tools-5.4.0-1050-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1052 Description-md5: 701a7cfa8511bac46252daebed21edea Description-en: Linux kernel version specific tools for version 5.4.0-1052 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1052 on ARMv8. You probably want to install linux-tools-5.4.0-1052-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1053 Description-md5: 36c98afe46b8518268401ea56325e84d Description-en: Linux kernel version specific tools for version 5.4.0-1053 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1053 on ARMv8. You probably want to install linux-tools-5.4.0-1053-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1055 Description-md5: 6f8b5c91b9fddfa563fd7a7931a5671d Description-en: Linux kernel version specific tools for version 5.4.0-1055 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1055 on ARMv8. You probably want to install linux-tools-5.4.0-1055-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1056 Description-md5: c637b10bb59f662d59ace1a3062df014 Description-en: Linux kernel version specific tools for version 5.4.0-1056 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1056 on ARMv8. You probably want to install linux-tools-5.4.0-1056-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1058 Description-md5: 98027d433364494343595552460f9047 Description-en: Linux kernel version specific tools for version 5.4.0-1058 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1058 on ARMv8. You probably want to install linux-tools-5.4.0-1058-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1059 Description-md5: 50e49f8bc3d294616832dcbf96d1926c Description-en: Linux kernel version specific tools for version 5.4.0-1059 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1059 on ARMv8. You probably want to install linux-tools-5.4.0-1059-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1060 Description-md5: bc74f6f7fbe81650f2e72c4014a63606 Description-en: Linux kernel version specific tools for version 5.4.0-1060 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1060 on ARMv8. You probably want to install linux-tools-5.4.0-1060-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1062 Description-md5: 8f5735158820c3439902626c2ad16ac3 Description-en: Linux kernel version specific tools for version 5.4.0-1062 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1062 on ARMv8. You probably want to install linux-tools-5.4.0-1062-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1065 Description-md5: ab90e4a493c874c0685dfc2c833133c0 Description-en: Linux kernel version specific tools for version 5.4.0-1065 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1065 on ARMv8. You probably want to install linux-tools-5.4.0-1065-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1066 Description-md5: 448e45ed2d79eaa16f4588099d4fda2d Description-en: Linux kernel version specific tools for version 5.4.0-1066 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1066 on ARMv8. You probably want to install linux-tools-5.4.0-1066-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1068 Description-md5: 7dc4aa02f194efffef3d3ab544cd0f16 Description-en: Linux kernel version specific tools for version 5.4.0-1068 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1068 on ARMv8. You probably want to install linux-tools-5.4.0-1068-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1069 Description-md5: 78fc16b1a013f1d521a4077c4e63ac42 Description-en: Linux kernel version specific tools for version 5.4.0-1069 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1069 on ARMv8. You probably want to install linux-tools-5.4.0-1069-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1070 Description-md5: 35ff3231164d698ced9631cf6eb582b1 Description-en: Linux kernel version specific tools for version 5.4.0-1070 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1070 on ARMv8. You probably want to install linux-tools-5.4.0-1070-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1071 Description-md5: 0c12dc96c657a09817072a321e40f5a9 Description-en: Linux kernel version specific tools for version 5.4.0-1071 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1071 on ARMv8. You probably want to install linux-tools-5.4.0-1071-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1073 Description-md5: 88d23f2191e431c1163f448fcd837da1 Description-en: Linux kernel version specific tools for version 5.4.0-1073 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1073 on ARMv8. You probably want to install linux-tools-5.4.0-1073-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1074 Description-md5: 27eac7fe04b8a562524d855611a51f94 Description-en: Linux kernel version specific tools for version 5.4.0-1074 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1074 on ARMv8. You probably want to install linux-tools-5.4.0-1074-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1077 Description-md5: 3a4a0f173a15c790e83990f1d5d897f0 Description-en: Linux kernel version specific tools for version 5.4.0-1077 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1077 on ARMv8. You probably want to install linux-tools-5.4.0-1077-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1078 Description-md5: 17c126a93f9255f3ba25a0aaa9923f5f Description-en: Linux kernel version specific tools for version 5.4.0-1078 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1078 on ARMv8. You probably want to install linux-tools-5.4.0-1078-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1079 Description-md5: 205cd19abf448890ed9ef1664ff776cf Description-en: Linux kernel version specific tools for version 5.4.0-1079 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1079 on ARMv8. You probably want to install linux-tools-5.4.0-1079-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1080 Description-md5: bbf427aa0361f76251aa86ca55ac455a Description-en: Linux kernel version specific tools for version 5.4.0-1080 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1080 on ARMv8. You probably want to install linux-tools-5.4.0-1080-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1081 Description-md5: d4a549c63ddfd1cc69c09ee2a649a0b7 Description-en: Linux kernel version specific tools for version 5.4.0-1081 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1081 on ARMv8. You probably want to install linux-tools-5.4.0-1081-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1082 Description-md5: 6deaf45a42716a3ba7031a455f9c2ee8 Description-en: Linux kernel version specific tools for version 5.4.0-1082 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1082 on ARMv8. You probably want to install linux-tools-5.4.0-1082-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1083 Description-md5: 75e9b99c11115937c15d72f216253fb8 Description-en: Linux kernel version specific tools for version 5.4.0-1083 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1083 on ARMv8. You probably want to install linux-tools-5.4.0-1083-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1084 Description-md5: 7ce3d7f304c4b6ca95e161efbb2b3d01 Description-en: Linux kernel version specific tools for version 5.4.0-1084 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1084 on ARMv8. You probably want to install linux-tools-5.4.0-1084-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1085 Description-md5: 09ea3d575d00bf5645594698e4228d31 Description-en: Linux kernel version specific tools for version 5.4.0-1085 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1085 on ARMv8. You probably want to install linux-tools-5.4.0-1085-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1086 Description-md5: 4fc8702a615457f91b45e1ddef28aaaa Description-en: Linux kernel version specific tools for version 5.4.0-1086 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1086 on ARMv8. You probably want to install linux-tools-5.4.0-1086-<flavour>. Package: linux-raspi-hwe-18.04 Description-md5: 1014763f32b756bcf58c98df74203796 Description-en: Complete Raspberry Pi Linux kernel and headers This package will always depend on the latest complete Raspberry Pi Linux kernel and headers available. Package: linux-raspi-hwe-18.04-edge Description-md5: 1014763f32b756bcf58c98df74203796 Description-en: Complete Raspberry Pi Linux kernel and headers This package will always depend on the latest complete Raspberry Pi Linux kernel and headers available. Package: linux-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-5.3-headers-5.3.0-1017 Description-md5: 032e4df2b63db39862ba900ec1a08724 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1017/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1018 Description-md5: d1aa46ffc79e42ba51c58a4bfa8eeaf1 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1018/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1019 Description-md5: 1661e5b261e61aeb7524723cccd0b13b Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1019/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1021 Description-md5: b920fc98e07c0034c677ad19bba754b9 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1021/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1022 Description-md5: fc4448faa220ddbcb1b88722be4d4ab5 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1022/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1023 Description-md5: ee5d478183fc5a23acf19749e162c471 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1023/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1026 Description-md5: abf04ffb50e1200f29776d21e966872c Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1026/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1027 Description-md5: bf134a4c726d66e09c69d74967f3bfcd Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1027/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1028 Description-md5: b7dcb27efc2463d061709f164c4fefc2 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1028/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1030 Description-md5: c386fc32ff1a218f2bfe74f4f78d1222 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1030/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1032 Description-md5: e6337fcc6ed479863592eed83230c58b Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1032/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1033 Description-md5: d3ed5a3d82306d7052b73729e9166d71 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1033/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1035 Description-md5: 3ce8040cc7cf1dfba14fbcee823cc647 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1035/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1036 Description-md5: 6f7b0031518fba02d03d4cb8dfdded10 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1036/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1037 Description-md5: c83fefefc41966418a8a2dfe8ad9d859 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1037/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1038 Description-md5: 06a5919deab8175734cecb341a553ad4 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1038/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1039 Description-md5: 272b231e2704d9b13a304e341077ebd5 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1039/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1040 Description-md5: 94c5f134d137ab9c45f539b717fa2550 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1040/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1041 Description-md5: fb365a97cf49c333b147f28ac641fcb7 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1041/debian.README.gz for details Package: linux-raspi2-5.3-headers-5.3.0-1042 Description-md5: 0af49b8a78b44a04a53add94458ae983 Description-en: Header files related to Linux kernel version 5.3.0 This package provides kernel header files for version 5.3.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-raspi2-5.3-headers-5.3.0-1042/debian.README.gz for details Package: linux-raspi2-5.3-tools-5.3.0-1017 Description-md5: a209450a5be72ce6925116608a0df8ba Description-en: Linux kernel version specific tools for version 5.3.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1017 on ARMv8. You probably want to install linux-tools-5.3.0-1017-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1018 Description-md5: 3cc13b9393b1352fd8d182899f59d384 Description-en: Linux kernel version specific tools for version 5.3.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1018 on ARMv8. You probably want to install linux-tools-5.3.0-1018-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1019 Description-md5: 82164cfc59abcf56211fd409ee6757c3 Description-en: Linux kernel version specific tools for version 5.3.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1019 on ARMv8. You probably want to install linux-tools-5.3.0-1019-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1021 Description-md5: 9391f91908ae99b563d7e88c7bf6f38f Description-en: Linux kernel version specific tools for version 5.3.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1021 on ARMv8. You probably want to install linux-tools-5.3.0-1021-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1022 Description-md5: 4f1a3ca2946f40105488d5cbf5562b56 Description-en: Linux kernel version specific tools for version 5.3.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1022 on ARMv8. You probably want to install linux-tools-5.3.0-1022-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1023 Description-md5: 5644f195f7df47480a926554be7fd14d Description-en: Linux kernel version specific tools for version 5.3.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1023 on ARMv8. You probably want to install linux-tools-5.3.0-1023-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1026 Description-md5: 4d4fd250a2888e63360ae441884f1e9f Description-en: Linux kernel version specific tools for version 5.3.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1026 on ARMv8. You probably want to install linux-tools-5.3.0-1026-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1027 Description-md5: dfd47e5bde7fab1d67727f6f21b8fa26 Description-en: Linux kernel version specific tools for version 5.3.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1027 on ARMv8. You probably want to install linux-tools-5.3.0-1027-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1028 Description-md5: ee9527d39092366cf77825efc76f3157 Description-en: Linux kernel version specific tools for version 5.3.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1028 on ARMv8. You probably want to install linux-tools-5.3.0-1028-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1030 Description-md5: e398cd80532232235fc06e4cb5bd64fa Description-en: Linux kernel version specific tools for version 5.3.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1030 on ARMv8. You probably want to install linux-tools-5.3.0-1030-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1032 Description-md5: ee6e3d58d6d538a5d0058471a516f6d6 Description-en: Linux kernel version specific tools for version 5.3.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1032 on ARMv8. You probably want to install linux-tools-5.3.0-1032-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1033 Description-md5: cd57d8d719092547784ea86d03542bee Description-en: Linux kernel version specific tools for version 5.3.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1033 on ARMv8. You probably want to install linux-tools-5.3.0-1033-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1035 Description-md5: 00e3ea9c5b68c7dde59ce422d47dcc1e Description-en: Linux kernel version specific tools for version 5.3.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1035 on ARMv8. You probably want to install linux-tools-5.3.0-1035-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1036 Description-md5: 6959fbc9280de7412affd5073148c93b Description-en: Linux kernel version specific tools for version 5.3.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1036 on ARMv8. You probably want to install linux-tools-5.3.0-1036-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1037 Description-md5: 79903e3f4018b7deb162c3808e6b4f20 Description-en: Linux kernel version specific tools for version 5.3.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1037 on ARMv8. You probably want to install linux-tools-5.3.0-1037-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1038 Description-md5: 3faacc539a5dd89b01b222ff159de9c0 Description-en: Linux kernel version specific tools for version 5.3.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1038 on ARMv8. You probably want to install linux-tools-5.3.0-1038-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1039 Description-md5: 283c19164757be51349ed102f441440a Description-en: Linux kernel version specific tools for version 5.3.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1039 on ARMv8. You probably want to install linux-tools-5.3.0-1039-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1040 Description-md5: 2915b694e707e9ab09884ad329662e93 Description-en: Linux kernel version specific tools for version 5.3.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1040 on ARMv8. You probably want to install linux-tools-5.3.0-1040-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1041 Description-md5: 1fc0cb05203b3b947059f8d1ce540a93 Description-en: Linux kernel version specific tools for version 5.3.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1041 on ARMv8. You probably want to install linux-tools-5.3.0-1041-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1042 Description-md5: 5dda65fcd6fe5278bf85df5a02cdf0f4 Description-en: Linux kernel version specific tools for version 5.3.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1042 on ARMv8. You probably want to install linux-tools-5.3.0-1042-<flavour>. Package: linux-raspi2-headers-4.15.0-1012 Description-md5: c77e443b07d365aeefe4d73d13db90cf 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-1012/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1013 Description-md5: 5f5b17d02b802efe8c11f93ddcc7f807 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-1013/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1017 Description-md5: 6421e2d1c25e43b9448fa73eb0643d15 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-1017/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1018 Description-md5: 66811c201e0e84cbcaad852e5d327f3b 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-1018/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1020 Description-md5: 9c269ddf25aa2eb5229d151e4bce8900 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-1020/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1021 Description-md5: a61a96dcace91f9d362573f44f6b6349 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-1021/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1022 Description-md5: 94ee17c006594ce2c1fca5967ddc2c5c 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-1022/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1024 Description-md5: 97b8fc01638a83d1c24e3da3c53b2e05 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-1024/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1028 Description-md5: 810c1dfa1fcdfa1c0ba7fc07b22ce612 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-1028/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1029 Description-md5: dc7874c671c50fe72f0ad87685969ad6 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-1029/debian.README.gz for details 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-headers-4.15.0-1033 Description-md5: 882b47dd86eeee80375d91b6fb2fb252 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-1033/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1036 Description-md5: af61e6ab76e132d1beb5b170b82547db 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-1036/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1037 Description-md5: c36c86d2d63341160391398e8e12adba 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-1037/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1038 Description-md5: a35d47359c348c132c6a5bc0603d2160 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-1038/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1040 Description-md5: 59733e835861fadaaf277434c146fa48 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-1040/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1041 Description-md5: cb81c5ab51a3b5f02288d2fa22da2a54 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-1041/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1043 Description-md5: f98686242a6e2cfa08eb62fb252a456c 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-1043/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1044 Description-md5: f0122c0aa8d2bcce5b970cfabbb2a013 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-1044/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1045 Description-md5: 7e85bc0f1637c22a1ce745df5f61178a 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-1045/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1047 Description-md5: 67b0afe3b5c7f20700f209dfde1cb3c1 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-1047/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1048 Description-md5: 9c16235aa1a0f1df0c3c406514340834 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-1048/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1049 Description-md5: 7ff1e45df3910f9a343889ca3c57a24b 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-1049/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1050 Description-md5: 1f86fcebad8df4998bd30d6bc4100e87 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-1050/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1052 Description-md5: 355e62e8bf9ef56cfdf0188a093839a6 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-1052/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1053 Description-md5: 72ef88c55b7755f3fa472f84997a2774 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-1053/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1054 Description-md5: 3b8c99e1b45f0b6633c0e3d511b4d8e6 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-1054/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1055 Description-md5: f2acdb9cc49c679ec0fb56ddd56ccf56 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-1055/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1057 Description-md5: 83e950e76ffd051d3f900e54c8b8f550 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-1057/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1060 Description-md5: c3979d922d4c8922338a822270799287 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-1060/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1061 Description-md5: cab2502973dc38d2938353e72f27b842 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-1061/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1062 Description-md5: dd66a1ac72a57ede5405417b80e7d5b1 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-1062/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1063 Description-md5: fedad33c5c0ae21b5ded8a06fa29b37e 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-1063/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1065 Description-md5: 029c44bfb9bc8865a216e35506c539dc 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-1065/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1067 Description-md5: c99f3e04ffbbce24c6ea87b8e563d2ac 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-1067/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1068 Description-md5: 3e376dc42a42a2e6eb09b28fbceda5f7 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-1068/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1070 Description-md5: 0cdba5c2789f5a7a5a484e028d96d3f3 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-1070/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1071 Description-md5: e27b7820fa987269b9c215c77864a5e7 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-1071/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1073 Description-md5: b898f2a882c99557e7883381e84dc91c 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-1073/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1076 Description-md5: 56b69e2c64e9835e516600b45eed2918 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-1076/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1077 Description-md5: 9afd0da9d1d4315d740bb58e4aab57ae 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-1077/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1078 Description-md5: 6a3aa7cfc82a287aeac9a3298c44f56e 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-1078/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1079 Description-md5: 3b88a5dc677fdb63b9062af03ba1827d 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-1079/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1080 Description-md5: 5c3d4f57567751d2d7bad8ce00c9691a 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-1080/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1081 Description-md5: 66e37ee1e6eb2a1dc556d31ea8d0b396 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-1081/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1082 Description-md5: 59eb1e0e60d470a9897ec0a9f5cb2f15 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-1082/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1083 Description-md5: 35dc6185f68f3c82cf38f037fdf18f7f 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-1083/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1084 Description-md5: 4611b0e03b5e07b84e2ca6956c73c77e 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-1084/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1085 Description-md5: 387d49640e2269e00abc927c36885366 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-1085/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1086 Description-md5: 36e327d1dbaff159bd66eb4470913d3f 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-1086/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1089 Description-md5: 14d756ce47cfb34ad4ab3f8f477918ed 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-1089/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1092 Description-md5: b6cc3bfc59d7cbffad2c50a90b89e5dc 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-1092/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1093 Description-md5: 5678118966891952f97a40a2e6170796 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-1093/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1094 Description-md5: d2e9c873da5eae7c9d6005c455dcf290 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-1094/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1095 Description-md5: d6d810dfd0f8b73bbb676ad900ec0cae 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-1095/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1096 Description-md5: d7139c2d2a4d052d8e599a4b95eb1fd8 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-1096/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1097 Description-md5: 518944d0711fba607ec9b6dd107362b5 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-1097/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1098 Description-md5: 93f86c1a893941ded33eb9fc81012c10 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-1098/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1099 Description-md5: 555c7119ce96ca60a3c50b972bd24bb6 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-1099/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1101 Description-md5: f6883fdd2f6df012267e2ea8553484c3 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-1101/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1102 Description-md5: b28069f1e095dfb12c02d949a110cd8f 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-1102/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1103 Description-md5: 3ec780fe4a321cfeade2ba787f7b9346 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-1103/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1105 Description-md5: 5b3d6180dec349cbb033d47685b31615 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-1105/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1106 Description-md5: b38a18130d0289a8414137a8b6e3b245 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-1106/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1107 Description-md5: 6d22d64b3106835de981a5aae0653f5a 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-1107/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1108 Description-md5: 9f715e70da1480214770a48db1090706 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-1108/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1111 Description-md5: 35beb5ac4ac050fdb6b6fec78760d3d8 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-1111/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1114 Description-md5: db1f00fadbf11a9ca74636b23d189b37 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-1114/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1115 Description-md5: 79a275092e4e67d32e96ac022217f865 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-1115/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1117 Description-md5: 25f668d7fa48cb3927b70e4f7e1c3f62 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-1117/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1119 Description-md5: 381961cff33f208e59b517d518452dd5 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-1119/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1120 Description-md5: ca64a78f97f6609feaf4b417790f30e6 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-1120/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1121 Description-md5: 943cef828ebce99b538ff92626306074 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-1121/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1124 Description-md5: 16727af8677cfe26b36f9f5f8b074892 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-1124/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1125 Description-md5: 9da7f5d681cb5d9d85aec8b97c8103c0 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-1125/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1126 Description-md5: 80612101e923270cc79bc344aeff4bfb 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-1126/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1127 Description-md5: f9e7b22e2966f3048b66fd7958d64558 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-1127/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1128 Description-md5: 1dcadef42ed47cae2725de80039403b5 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-1128/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1129 Description-md5: 5e17beb2d6ae1e97f942655ad64c5010 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-1129/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1130 Description-md5: 8735cac2b3738873eb78829f80a5bbfa 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-1130/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1131 Description-md5: 089f64e24d3ad43f3c5e44014b55ae65 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-1131/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1132 Description-md5: 982f17b77a690785cfe27dbe3d08d39e 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-1132/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1133 Description-md5: 65bdbb63a3f7a389361f63fff1408d46 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-1133/debian.README.gz for details Package: linux-raspi2-headers-4.15.0-1134 Description-md5: ec88e6bda6cee90d7df4e792734ecf19 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-1134/debian.README.gz for details Package: linux-raspi2-hwe-18.04 Description-md5: 6202a3cdf5f0f9468d70b2b09e659e40 Description-en: Complete Linux kernel for Raspberry Pi systems. This package will always depend on the latest complete Linux kernel available for Raspberry Pi systems. Package: linux-raspi2-tools-4.15.0-1012 Description-md5: 59d485601cf8ed469975a67b02c2a800 Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1012 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1013 Description-md5: bfb3570aab3931a7ada88f8d5f504f72 Description-en: Linux kernel version specific tools for version 4.15.0-1013 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-1013 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1017 Description-md5: c8020cd1a4f91171e55ab660baa1ef94 Description-en: Linux kernel version specific tools for version 4.15.0-1017 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-1017 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1018 Description-md5: f97fa40f6f6eb5db1e2cbefaf7f0d4f9 Description-en: Linux kernel version specific tools for version 4.15.0-1018 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-1018 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1020 Description-md5: 56ee824a68a6fac5c14ddfdb1dfeb570 Description-en: Linux kernel version specific tools for version 4.15.0-1020 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-1020 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1021 Description-md5: ad49cd722658c581649616b2699d27bb Description-en: Linux kernel version specific tools for version 4.15.0-1021 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-1021 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1022 Description-md5: 7ca440af298616db3299558f443e23ea Description-en: Linux kernel version specific tools for version 4.15.0-1022 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-1022 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1024 Description-md5: 8f31a6fa61ff7ea3fb220b5082af98d7 Description-en: Linux kernel version specific tools for version 4.15.0-1024 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-1024 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1028 Description-md5: 1082f002293b8784392bc25e0a3ee4ce 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 ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1029 Description-md5: dfeae944a271ed50911ad21516836d22 Description-en: Linux kernel version specific tools for version 4.15.0-1029 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-1029 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. 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-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1033 Description-md5: c5512462412e37681ada549e11f49e72 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 probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1036 Description-md5: f53bea2f16082294669befbd3a0882ff Description-en: Linux kernel version specific tools for version 4.15.0-1036 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-1036 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1037 Description-md5: 6bc7ee3f678f1bc5175666eb3f5f122a Description-en: Linux kernel version specific tools for version 4.15.0-1037 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-1037 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1038 Description-md5: 4bf8604a7ae01e46328ad0002f1d2a21 Description-en: Linux kernel version specific tools for version 4.15.0-1038 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-1038 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1040 Description-md5: 802e2b6410a73fc117ff27712e816d87 Description-en: Linux kernel version specific tools for version 4.15.0-1040 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-1040 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1041 Description-md5: fde0319da821b8b9ccb3deaffddf1d31 Description-en: Linux kernel version specific tools for version 4.15.0-1041 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-1041 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1043 Description-md5: bd75dafbbf2ef3d6182e5b4dd36a730f Description-en: Linux kernel version specific tools for version 4.15.0-1043 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-1043 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1044 Description-md5: b82d7d1b1047bd6592760024eb5b9221 Description-en: Linux kernel version specific tools for version 4.15.0-1044 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-1044 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1045 Description-md5: 003d84e2e41980bc29f806f0bf3ddee1 Description-en: Linux kernel version specific tools for version 4.15.0-1045 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-1045 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1047 Description-md5: 51a43683a764b5fa8ed6aa412e692acb Description-en: Linux kernel version specific tools for version 4.15.0-1047 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-1047 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1048 Description-md5: d46f5ad3f0c58a8e882800fe389fcd3c Description-en: Linux kernel version specific tools for version 4.15.0-1048 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-1048 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1049 Description-md5: 92aea22bb4c579c63a00681f3b49c710 Description-en: Linux kernel version specific tools for version 4.15.0-1049 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-1049 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1050 Description-md5: 87571f38cde4fafa55d714560a3a32ef Description-en: Linux kernel version specific tools for version 4.15.0-1050 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-1050 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1052 Description-md5: b09c0376dbe08253e7042ad9fc01b75b Description-en: Linux kernel version specific tools for version 4.15.0-1052 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-1052 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1053 Description-md5: 47f8d0edd20b0b7e84b0b712dcbc4477 Description-en: Linux kernel version specific tools for version 4.15.0-1053 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-1053 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1054 Description-md5: cd8b29d6040f12e63cbf9577b8e324fe Description-en: Linux kernel version specific tools for version 4.15.0-1054 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-1054 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1055 Description-md5: 53708a75feb92a71c0334793927b1637 Description-en: Linux kernel version specific tools for version 4.15.0-1055 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-1055 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1057 Description-md5: faab5a761ace7be18ca4be3d3d3aa093 Description-en: Linux kernel version specific tools for version 4.15.0-1057 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-1057 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1060 Description-md5: 50b55fbbc9a1019231358c7474e6827c Description-en: Linux kernel version specific tools for version 4.15.0-1060 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-1060 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1061 Description-md5: 867b0a5991d69a80b342053752d4d816 Description-en: Linux kernel version specific tools for version 4.15.0-1061 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-1061 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1062 Description-md5: 61eeb1946797d4465f7f8390ac940ec2 Description-en: Linux kernel version specific tools for version 4.15.0-1062 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-1062 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1063 Description-md5: aacabcfa150462e00e8ea66ea0ac9225 Description-en: Linux kernel version specific tools for version 4.15.0-1063 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-1063 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1065 Description-md5: bfa6d187af660c472bb084c6412128f4 Description-en: Linux kernel version specific tools for version 4.15.0-1065 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-1065 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1067 Description-md5: 467cc61aaa4d1495906588b7abc9a866 Description-en: Linux kernel version specific tools for version 4.15.0-1067 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-1067 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1068 Description-md5: d3b0a8ded6ae95a5f788bcaa7f70320a Description-en: Linux kernel version specific tools for version 4.15.0-1068 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-1068 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1070 Description-md5: 97e728d0e84f43702ece9ce228a2e46b Description-en: Linux kernel version specific tools for version 4.15.0-1070 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-1070 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1071 Description-md5: ef47a465ea29f5e9b7ad821f0a3e84c0 Description-en: Linux kernel version specific tools for version 4.15.0-1071 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-1071 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1073 Description-md5: bd8f53a2c02f34dd1a7444a87fa410ed Description-en: Linux kernel version specific tools for version 4.15.0-1073 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-1073 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1076 Description-md5: 9138d3eec4c7282cf4dc968a358b267e Description-en: Linux kernel version specific tools for version 4.15.0-1076 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-1076 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1077 Description-md5: 650d378f9d4a9e0295dbbdd8afb2dbee Description-en: Linux kernel version specific tools for version 4.15.0-1077 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-1077 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1078 Description-md5: b913479027e7c33e2703f3b5d8fc50a1 Description-en: Linux kernel version specific tools for version 4.15.0-1078 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-1078 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1079 Description-md5: b7ef0e1f12b0d049fe374dbae53df7e4 Description-en: Linux kernel version specific tools for version 4.15.0-1079 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-1079 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1080 Description-md5: a5f01af128e1abb1148de82c5bd912fd Description-en: Linux kernel version specific tools for version 4.15.0-1080 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-1080 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1081 Description-md5: 88408b6694ddebe97ec0a84e533b5a04 Description-en: Linux kernel version specific tools for version 4.15.0-1081 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-1081 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1082 Description-md5: d31a69a9402a8939a77a8b89a8d96ff9 Description-en: Linux kernel version specific tools for version 4.15.0-1082 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-1082 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1083 Description-md5: e035e3f0ea7f037321552e73f0ef16f4 Description-en: Linux kernel version specific tools for version 4.15.0-1083 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-1083 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1084 Description-md5: 956a8c56a933c9c67d94809b7dc75711 Description-en: Linux kernel version specific tools for version 4.15.0-1084 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-1084 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1085 Description-md5: bcaffbce146be1fbd6e6d6ebbcb545b9 Description-en: Linux kernel version specific tools for version 4.15.0-1085 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-1085 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1086 Description-md5: 9e437d71b48cb4521e33ab8fc95b1704 Description-en: Linux kernel version specific tools for version 4.15.0-1086 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-1086 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1089 Description-md5: 605878daf4080bc22a3fadf8dfcc17bf Description-en: Linux kernel version specific tools for version 4.15.0-1089 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-1089 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1092 Description-md5: b369f3f228646378c0b6073bfd294f3f Description-en: Linux kernel version specific tools for version 4.15.0-1092 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-1092 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1093 Description-md5: 9ff66f3b085c077680e18baeb1516021 Description-en: Linux kernel version specific tools for version 4.15.0-1093 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-1093 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1094 Description-md5: 2245dac4a7925e6dc4cb692516e8dc1b Description-en: Linux kernel version specific tools for version 4.15.0-1094 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-1094 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1095 Description-md5: 662e5da1f3e93cbe64a5d48a0a2642e1 Description-en: Linux kernel version specific tools for version 4.15.0-1095 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-1095 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1096 Description-md5: 09a170d09618c2888874e342d620c7bb Description-en: Linux kernel version specific tools for version 4.15.0-1096 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-1096 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1097 Description-md5: 67c6907486a267094b74068b953e26cc Description-en: Linux kernel version specific tools for version 4.15.0-1097 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-1097 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1098 Description-md5: c85c3953be711807e671b89c3130443f Description-en: Linux kernel version specific tools for version 4.15.0-1098 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-1098 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1099 Description-md5: 3e8e8dcf246a32fa44b4133b41b8984c Description-en: Linux kernel version specific tools for version 4.15.0-1099 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-1099 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1101 Description-md5: 2896fda8c6da3841f69ad9c93e23fdbc Description-en: Linux kernel version specific tools for version 4.15.0-1101 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-1101 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1102 Description-md5: 8f0be1c82a0ca187b3ee4c5ed0697fd8 Description-en: Linux kernel version specific tools for version 4.15.0-1102 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-1102 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1103 Description-md5: 180520b147fd6c597d8c5182fa3f5833 Description-en: Linux kernel version specific tools for version 4.15.0-1103 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-1103 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1105 Description-md5: 7ec67ab77d44f0b75a6f6cea31df2ca8 Description-en: Linux kernel version specific tools for version 4.15.0-1105 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-1105 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1106 Description-md5: 41afc2fd2030fbb24dd89e47b946022a Description-en: Linux kernel version specific tools for version 4.15.0-1106 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-1106 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1107 Description-md5: 36fdbe3c8e12e00cac691504d1238a70 Description-en: Linux kernel version specific tools for version 4.15.0-1107 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-1107 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1108 Description-md5: 27e7600ffb4146c3d46a24473da8e7c4 Description-en: Linux kernel version specific tools for version 4.15.0-1108 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-1108 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1111 Description-md5: 8d73d5cb38421c3c1a9677fb15c3780b Description-en: Linux kernel version specific tools for version 4.15.0-1111 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-1111 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1114 Description-md5: 931d67760f03818de0a0278b43411f91 Description-en: Linux kernel version specific tools for version 4.15.0-1114 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-1114 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1115 Description-md5: 4e5334c0b226295b9e9b18ebfabb1008 Description-en: Linux kernel version specific tools for version 4.15.0-1115 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-1115 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1117 Description-md5: 3446315f42bfeaf191386df395b11366 Description-en: Linux kernel version specific tools for version 4.15.0-1117 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-1117 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1119 Description-md5: c9e59cbeeaed8cdc81c844faa465b6e1 Description-en: Linux kernel version specific tools for version 4.15.0-1119 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-1119 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1120 Description-md5: e25c02168af9bed01e3c314e50b93435 Description-en: Linux kernel version specific tools for version 4.15.0-1120 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-1120 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1121 Description-md5: 5abfb0650bb9b1f02823c55e3cf81631 Description-en: Linux kernel version specific tools for version 4.15.0-1121 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-1121 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1124 Description-md5: a394a7a4e8d450ca97d40947fcbaf4dc Description-en: Linux kernel version specific tools for version 4.15.0-1124 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-1124 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1125 Description-md5: 08024fefdc94e047e8362d7a5f7d761b Description-en: Linux kernel version specific tools for version 4.15.0-1125 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-1125 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1126 Description-md5: 23849b54a98d94208af2b78b5bf75acd Description-en: Linux kernel version specific tools for version 4.15.0-1126 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-1126 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1127 Description-md5: cad482cafdf438ee29158e87e9aa3e8a Description-en: Linux kernel version specific tools for version 4.15.0-1127 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-1127 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1128 Description-md5: feb9464b81cc391c593524076950defc Description-en: Linux kernel version specific tools for version 4.15.0-1128 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-1128 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1129 Description-md5: 5fe1530f50aa03772da7c63cd7153857 Description-en: Linux kernel version specific tools for version 4.15.0-1129 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-1129 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1130 Description-md5: 7276236d8d40e19846a7d23fc87e4f54 Description-en: Linux kernel version specific tools for version 4.15.0-1130 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-1130 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1131 Description-md5: 30d85fc14d3e1d07b8d0ee8461f9c570 Description-en: Linux kernel version specific tools for version 4.15.0-1131 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-1131 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1132 Description-md5: 8f9aa5ef8f967a524c5b70d8263b0d71 Description-en: Linux kernel version specific tools for version 4.15.0-1132 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-1132 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1133 Description-md5: 10e92dea169aa939d158764206422b14 Description-en: Linux kernel version specific tools for version 4.15.0-1133 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-1133 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1134 Description-md5: 18c5ab8c6f88a4d61fed43e8ee7b91c9 Description-en: Linux kernel version specific tools for version 4.15.0-1134 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-1134 on ARMv8. You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-tools-4.15.0-1012-raspi2 Description-md5: 347c47079f985b853b023d414c6a86fd Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1012 on ARMv8. Package: linux-tools-4.15.0-1013-raspi2 Description-md5: 477ba5aa444a50484be8c4aca95a9200 Description-en: Linux kernel version specific tools for version 4.15.0-1013 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-1013 on ARMv8. Package: linux-tools-4.15.0-1017-raspi2 Description-md5: 3a515a7c4d3751ae2fed969441e5c6cd Description-en: Linux kernel version specific tools for version 4.15.0-1017 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-1017 on ARMv8. Package: linux-tools-4.15.0-1018-raspi2 Description-md5: 170e9516cb724af47d4a9bae82c67377 Description-en: Linux kernel version specific tools for version 4.15.0-1018 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-1018 on ARMv8. Package: linux-tools-4.15.0-1020-raspi2 Description-md5: b9649374a98f918bd46350e3633020ac Description-en: Linux kernel version specific tools for version 4.15.0-1020 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-1020 on ARMv8. Package: linux-tools-4.15.0-1021-raspi2 Description-md5: 6dfc1ad03064e91e99c71b5bbc55c7a0 Description-en: Linux kernel version specific tools for version 4.15.0-1021 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-1021 on ARMv8. Package: linux-tools-4.15.0-1022-raspi2 Description-md5: 4faf0cc3ba814a7edd2133d96dce9f38 Description-en: Linux kernel version specific tools for version 4.15.0-1022 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-1022 on ARMv8. Package: linux-tools-4.15.0-1024-raspi2 Description-md5: c78802fb17eb92b67cedcc25cf11daf8 Description-en: Linux kernel version specific tools for version 4.15.0-1024 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-1024 on ARMv8. Package: linux-tools-4.15.0-1028-raspi2 Description-md5: e9f924353f6ebf28ba5d3607299793ce 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 ARMv8. Package: linux-tools-4.15.0-1029-raspi2 Description-md5: d42190ed4bfdeeb665e58aaf12d2e6d6 Description-en: Linux kernel version specific tools for version 4.15.0-1029 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-1029 on ARMv8. 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-raspi2 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-1036-raspi2 Description-md5: 533f34843b9de3f10c17a15e6176f60a Description-en: Linux kernel version specific tools for version 4.15.0-1036 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-1036 on ARMv8. Package: linux-tools-4.15.0-1037-raspi2 Description-md5: d96494c5384d75007580d0b0a8706d03 Description-en: Linux kernel version specific tools for version 4.15.0-1037 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-1037 on ARMv8. Package: linux-tools-4.15.0-1038-raspi2 Description-md5: bb2d50b80564b7a91e0a5d068786fa4f Description-en: Linux kernel version specific tools for version 4.15.0-1038 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-1038 on ARMv8. Package: linux-tools-4.15.0-1040-raspi2 Description-md5: 60d826b3e65c798f2a2bc3673f56388c Description-en: Linux kernel version specific tools for version 4.15.0-1040 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-1040 on ARMv8. Package: linux-tools-4.15.0-1041-raspi2 Description-md5: b78334059433244f9f5370a9d21ff4bc Description-en: Linux kernel version specific tools for version 4.15.0-1041 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-1041 on ARMv8. Package: linux-tools-4.15.0-1043-raspi2 Description-md5: 79dda3bdf3ca539bac356ce9e2df0fdb Description-en: Linux kernel version specific tools for version 4.15.0-1043 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-1043 on ARMv8. Package: linux-tools-4.15.0-1044-raspi2 Description-md5: 60167ada4e339bde62b17964a731800f Description-en: Linux kernel version specific tools for version 4.15.0-1044 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-1044 on ARMv8. Package: linux-tools-4.15.0-1045-raspi2 Description-md5: bed551eca47efaf1c1fc1d5a5f4d944e Description-en: Linux kernel version specific tools for version 4.15.0-1045 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-1045 on ARMv8. Package: linux-tools-4.15.0-1047-raspi2 Description-md5: 22a9b597e312efc7203dbc234c0149a7 Description-en: Linux kernel version specific tools for version 4.15.0-1047 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-1047 on ARMv8. Package: linux-tools-4.15.0-1048-raspi2 Description-md5: c365f1cb2563ccb4e70fb964d0f2ab72 Description-en: Linux kernel version specific tools for version 4.15.0-1048 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-1048 on ARMv8. Package: linux-tools-4.15.0-1049-raspi2 Description-md5: f17294bc2633b7b63f6aa351e6a19d10 Description-en: Linux kernel version specific tools for version 4.15.0-1049 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-1049 on ARMv8. Package: linux-tools-4.15.0-1050-raspi2 Description-md5: 6c26e74c26d8f6bdbb838eaa6a5181fe Description-en: Linux kernel version specific tools for version 4.15.0-1050 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-1050 on ARMv8. Package: linux-tools-4.15.0-1052-raspi2 Description-md5: feb2b8f216a64f1f9664a6f530cd75bf Description-en: Linux kernel version specific tools for version 4.15.0-1052 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-1052 on ARMv8. Package: linux-tools-4.15.0-1053-raspi2 Description-md5: bf3c5f5b4a6882e74df59d08b5e17539 Description-en: Linux kernel version specific tools for version 4.15.0-1053 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-1053 on ARMv8. Package: linux-tools-4.15.0-1054-raspi2 Description-md5: 5891a6472b78ba93274ef50d7bbc0c8d Description-en: Linux kernel version specific tools for version 4.15.0-1054 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-1054 on ARMv8. Package: linux-tools-4.15.0-1055-raspi2 Description-md5: f36d40f12b72dad97a3e8ff724c8f25d Description-en: Linux kernel version specific tools for version 4.15.0-1055 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-1055 on ARMv8. Package: linux-tools-4.15.0-1057-raspi2 Description-md5: 38b3dc0ca51717606ddb83e7357d04e1 Description-en: Linux kernel version specific tools for version 4.15.0-1057 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-1057 on ARMv8. Package: linux-tools-4.15.0-1060-raspi2 Description-md5: c90811f4fa5ae62a9fda44c5e98eb397 Description-en: Linux kernel version specific tools for version 4.15.0-1060 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-1060 on ARMv8. Package: linux-tools-4.15.0-1061-raspi2 Description-md5: 2cd26d183f729a0d73b5004cc4c46c7c Description-en: Linux kernel version specific tools for version 4.15.0-1061 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-1061 on ARMv8. Package: linux-tools-4.15.0-1062-raspi2 Description-md5: bb560a27ed44877031ac00b9aaa96fcd Description-en: Linux kernel version specific tools for version 4.15.0-1062 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-1062 on ARMv8. Package: linux-tools-4.15.0-1063-raspi2 Description-md5: 41a4083f1d6cb62852d8f10b40919f75 Description-en: Linux kernel version specific tools for version 4.15.0-1063 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-1063 on ARMv8. Package: linux-tools-4.15.0-1065-raspi2 Description-md5: 7bbdf9a553a7d0257a48319ecfff9fc1 Description-en: Linux kernel version specific tools for version 4.15.0-1065 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-1065 on ARMv8. Package: linux-tools-4.15.0-1067-raspi2 Description-md5: 7b29a1307d6ffa4698a894dd83033812 Description-en: Linux kernel version specific tools for version 4.15.0-1067 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-1067 on ARMv8. Package: linux-tools-4.15.0-1068-raspi2 Description-md5: 6e78a3ab75c648c4126b149f107329cd Description-en: Linux kernel version specific tools for version 4.15.0-1068 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-1068 on ARMv8. Package: linux-tools-4.15.0-1070-raspi2 Description-md5: ec483fe033b847c6715ed9a2e55046e6 Description-en: Linux kernel version specific tools for version 4.15.0-1070 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-1070 on ARMv8. Package: linux-tools-4.15.0-1071-raspi2 Description-md5: 7b3761eec51f9f1c06fbc57d2b4873a1 Description-en: Linux kernel version specific tools for version 4.15.0-1071 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-1071 on ARMv8. Package: linux-tools-4.15.0-1073-raspi2 Description-md5: 6558e87d4cbfc2365f94f3d29585a7f7 Description-en: Linux kernel version specific tools for version 4.15.0-1073 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-1073 on ARMv8. Package: linux-tools-4.15.0-1076-raspi2 Description-md5: 27dd3f09bc47b9531fbf54bd0ac5ee6a Description-en: Linux kernel version specific tools for version 4.15.0-1076 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-1076 on ARMv8. Package: linux-tools-4.15.0-1077-raspi2 Description-md5: 79c08153ae45b195a45ec9e7ebfec7cd Description-en: Linux kernel version specific tools for version 4.15.0-1077 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-1077 on ARMv8. Package: linux-tools-4.15.0-1078-raspi2 Description-md5: f1c2c5762a6147623888c71e7dab2b60 Description-en: Linux kernel version specific tools for version 4.15.0-1078 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-1078 on ARMv8. Package: linux-tools-4.15.0-1079-raspi2 Description-md5: 4505b8360050a1cdef9b6a477a962242 Description-en: Linux kernel version specific tools for version 4.15.0-1079 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-1079 on ARMv8. Package: linux-tools-4.15.0-1080-raspi2 Description-md5: d890a4cb1a2ecaa4b0cbb4cf02716d35 Description-en: Linux kernel version specific tools for version 4.15.0-1080 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-1080 on ARMv8. Package: linux-tools-4.15.0-1081-raspi2 Description-md5: e04f2897c2686ed547c3e13f336deffc Description-en: Linux kernel version specific tools for version 4.15.0-1081 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-1081 on ARMv8. Package: linux-tools-4.15.0-1082-raspi2 Description-md5: 05c33cb9bd8bfd2b0f1d1498465b7c6e Description-en: Linux kernel version specific tools for version 4.15.0-1082 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-1082 on ARMv8. Package: linux-tools-4.15.0-1083-raspi2 Description-md5: d1a2d81dd6f3685922974b24b101d2f9 Description-en: Linux kernel version specific tools for version 4.15.0-1083 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-1083 on ARMv8. Package: linux-tools-4.15.0-1084-raspi2 Description-md5: 520c43a96bd1b1fbe1940730b59bdf54 Description-en: Linux kernel version specific tools for version 4.15.0-1084 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-1084 on ARMv8. Package: linux-tools-4.15.0-1085-raspi2 Description-md5: 19d613028778f0a8f227468bdf7b6153 Description-en: Linux kernel version specific tools for version 4.15.0-1085 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-1085 on ARMv8. Package: linux-tools-4.15.0-1086-raspi2 Description-md5: ed37ea89c8ae318187662af87ac0074a Description-en: Linux kernel version specific tools for version 4.15.0-1086 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-1086 on ARMv8. Package: linux-tools-4.15.0-1089-raspi2 Description-md5: 2c45255e5fe34b1a77f3c72c53ac9b2f Description-en: Linux kernel version specific tools for version 4.15.0-1089 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-1089 on ARMv8. Package: linux-tools-4.15.0-1092-raspi2 Description-md5: 84b608ce9bc34257a9a50731dc409247 Description-en: Linux kernel version specific tools for version 4.15.0-1092 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-1092 on ARMv8. Package: linux-tools-4.15.0-1093-raspi2 Description-md5: a444cc042bffd31e1e357b74406a8040 Description-en: Linux kernel version specific tools for version 4.15.0-1093 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-1093 on ARMv8. Package: linux-tools-4.15.0-1094-raspi2 Description-md5: 980c09960d7b18f807042deb8250c57b Description-en: Linux kernel version specific tools for version 4.15.0-1094 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-1094 on ARMv8. Package: linux-tools-4.15.0-1095-raspi2 Description-md5: 5f6c63ac9c7aa96c6b0678342ff38eef Description-en: Linux kernel version specific tools for version 4.15.0-1095 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-1095 on ARMv8. Package: linux-tools-4.15.0-1096-raspi2 Description-md5: 0a1ffb38b7fcb88528419f783bbced6b Description-en: Linux kernel version specific tools for version 4.15.0-1096 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-1096 on ARMv8. Package: linux-tools-4.15.0-1097-raspi2 Description-md5: 1764a677ed001f3473fa2d2b263bce26 Description-en: Linux kernel version specific tools for version 4.15.0-1097 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-1097 on ARMv8. Package: linux-tools-4.15.0-1098-raspi2 Description-md5: 603fd8dc2e355bafbd1ca3943baf1e0e Description-en: Linux kernel version specific tools for version 4.15.0-1098 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-1098 on ARMv8. Package: linux-tools-4.15.0-1099-raspi2 Description-md5: 6b9d1386d5f27fb99157afdaf93ae68f Description-en: Linux kernel version specific tools for version 4.15.0-1099 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-1099 on ARMv8. Package: linux-tools-4.15.0-1101-raspi2 Description-md5: 00bcd98b16dd3e7eb629acdc662ad977 Description-en: Linux kernel version specific tools for version 4.15.0-1101 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-1101 on ARMv8. Package: linux-tools-4.15.0-1102-raspi2 Description-md5: abf37ced67a7545ea1329b110f8e3ff3 Description-en: Linux kernel version specific tools for version 4.15.0-1102 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-1102 on ARMv8. Package: linux-tools-4.15.0-1103-raspi2 Description-md5: 481b7f4d445623c50fe9dee184eaf6cb Description-en: Linux kernel version specific tools for version 4.15.0-1103 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-1103 on ARMv8. Package: linux-tools-4.15.0-1105-raspi2 Description-md5: 2fb9086ae38748669fad062735969b7e Description-en: Linux kernel version specific tools for version 4.15.0-1105 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-1105 on ARMv8. Package: linux-tools-4.15.0-1106-raspi2 Description-md5: 569cc1f9ade6923ca482374be0b07088 Description-en: Linux kernel version specific tools for version 4.15.0-1106 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-1106 on ARMv8. Package: linux-tools-4.15.0-1107-raspi2 Description-md5: faa004d3ecc4f40921ff010d2a987ee9 Description-en: Linux kernel version specific tools for version 4.15.0-1107 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-1107 on ARMv8. Package: linux-tools-4.15.0-1108-raspi2 Description-md5: 1b759505d18ece69827989a814ddf25b Description-en: Linux kernel version specific tools for version 4.15.0-1108 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-1108 on ARMv8. Package: linux-tools-4.15.0-1111-raspi2 Description-md5: 849bf043f6c77d7aea29aa3718aa5f3a Description-en: Linux kernel version specific tools for version 4.15.0-1111 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-1111 on ARMv8. Package: linux-tools-4.15.0-1114-raspi2 Description-md5: 2be53b1a284a703ec91f1cadee227550 Description-en: Linux kernel version specific tools for version 4.15.0-1114 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-1114 on ARMv8. Package: linux-tools-4.15.0-1115-raspi2 Description-md5: 04b25b4688e65be26ee484bcaeb8d999 Description-en: Linux kernel version specific tools for version 4.15.0-1115 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-1115 on ARMv8. Package: linux-tools-4.15.0-1117-raspi2 Description-md5: 1ea7305570c9e58a8c95621c9357639c Description-en: Linux kernel version specific tools for version 4.15.0-1117 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-1117 on ARMv8. Package: linux-tools-4.15.0-1119-raspi2 Description-md5: 9999df5fbde8f422f5fdda933621af83 Description-en: Linux kernel version specific tools for version 4.15.0-1119 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-1119 on ARMv8. Package: linux-tools-4.15.0-1120-raspi2 Description-md5: 62cb59acc698d33a298a565ff8431ee1 Description-en: Linux kernel version specific tools for version 4.15.0-1120 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-1120 on ARMv8. Package: linux-tools-4.15.0-1121-raspi2 Description-md5: a7df78609d54947de4272021cea771fd Description-en: Linux kernel version specific tools for version 4.15.0-1121 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-1121 on ARMv8. Package: linux-tools-4.15.0-1124-raspi2 Description-md5: c7de83fb276bb0348f23fdb94c9ee0c7 Description-en: Linux kernel version specific tools for version 4.15.0-1124 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-1124 on ARMv8. Package: linux-tools-4.15.0-1125-raspi2 Description-md5: edf37c3a113ebb89df43bac93577ab62 Description-en: Linux kernel version specific tools for version 4.15.0-1125 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-1125 on ARMv8. Package: linux-tools-4.15.0-1126-raspi2 Description-md5: 5f8925fe3e820b2f4438c1811dc3a843 Description-en: Linux kernel version specific tools for version 4.15.0-1126 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-1126 on ARMv8. Package: linux-tools-4.15.0-1127-raspi2 Description-md5: 996b51f4dba0ea6c49bd3bf0a651e7e3 Description-en: Linux kernel version specific tools for version 4.15.0-1127 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-1127 on ARMv8. Package: linux-tools-4.15.0-1128-raspi2 Description-md5: 0537e3cebf406074ed4fb1a396700b81 Description-en: Linux kernel version specific tools for version 4.15.0-1128 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-1128 on ARMv8. Package: linux-tools-4.15.0-1129-raspi2 Description-md5: 5dc6c5baebc762dd97cd0657f8278e15 Description-en: Linux kernel version specific tools for version 4.15.0-1129 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-1129 on ARMv8. Package: linux-tools-4.15.0-1130-raspi2 Description-md5: 5b1f62a6799bfa055f6e9cb74938eb09 Description-en: Linux kernel version specific tools for version 4.15.0-1130 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-1130 on ARMv8. Package: linux-tools-4.15.0-1131-raspi2 Description-md5: 81e340cebccf5910755fb5c821cef803 Description-en: Linux kernel version specific tools for version 4.15.0-1131 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-1131 on ARMv8. Package: linux-tools-4.15.0-1132-raspi2 Description-md5: a5de55548748fa45f3f672d2801ee0ee Description-en: Linux kernel version specific tools for version 4.15.0-1132 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-1132 on ARMv8. Package: linux-tools-4.15.0-1133-raspi2 Description-md5: 21078c3e17fc142dddf1dbfb79481e56 Description-en: Linux kernel version specific tools for version 4.15.0-1133 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-1133 on ARMv8. Package: linux-tools-4.15.0-1134-raspi2 Description-md5: 03019bf1aa9f669b41ae3dd3e9abf9ec Description-en: Linux kernel version specific tools for version 4.15.0-1134 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-1134 on ARMv8. Package: linux-tools-4.18.0-1006-aws Description-md5: 5edda94ba99a2f50a08d8e9e2f921546 Description-en: Linux kernel version specific tools for version 4.18.0-1006 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-1006 on ARMv8. Package: linux-tools-4.18.0-1007-aws Description-md5: bbe320dfd7e4d9e2e3439c6f147b3aeb 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 ARMv8. Package: linux-tools-4.18.0-1008-aws Description-md5: 7e0429fec39a4f30836601dd5235689f Description-en: Linux kernel version specific tools for version 4.18.0-1008 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-1008 on ARMv8. Package: linux-tools-4.18.0-1011-aws Description-md5: ab7cd8a41fa3aa44a6b48e131374a777 Description-en: Linux kernel version specific tools for version 4.18.0-1011 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-1011 on ARMv8. Package: linux-tools-4.18.0-1012-aws Description-md5: fde4abd3ad162d7310188634faf0d3dd 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 ARMv8. Package: linux-tools-4.18.0-1016-aws Description-md5: 5ad3e5c29b0375071a2e952dffb96a1e Description-en: Linux kernel version specific tools for version 4.18.0-1016 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-1016 on ARMv8. Package: linux-tools-4.18.0-1017-aws Description-md5: e04a4e09c1d00e8192e3a216f24249bf Description-en: Linux kernel version specific tools for version 4.18.0-1017 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-1017 on ARMv8. Package: linux-tools-4.18.0-1018-aws Description-md5: 174486cfa9eaf75842e68d60aa35b7e8 Description-en: Linux kernel version specific tools for version 4.18.0-1018 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-1018 on ARMv8. Package: linux-tools-4.18.0-1020-aws Description-md5: cd0369e5685a5ca95208a5e455f1c1d5 Description-en: Linux kernel version specific tools for version 4.18.0-1020 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-1020 on ARMv8. Package: linux-tools-5.0.0-1011-aws Description-md5: 63bd1a5bc74267d04fd37b4ef4af44ee Description-en: Linux kernel version specific tools for version 5.0.0-1011 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1011 on ARMv8. Package: linux-tools-5.0.0-1012-aws Description-md5: 42b40332c4a69fd26eeebbaedc5e5c24 Description-en: Linux kernel version specific tools for version 5.0.0-1012 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1012 on ARMv8. Package: linux-tools-5.0.0-1014-aws Description-md5: 09cac758fcc5f070422cec5932d6d7c3 Description-en: Linux kernel version specific tools for version 5.0.0-1014 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1014 on ARMv8. Package: linux-tools-5.0.0-1016-aws Description-md5: e28bb4322c7531d37e178b0dc96acc62 Description-en: Linux kernel version specific tools for version 5.0.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1016 on ARMv8. Package: linux-tools-5.0.0-1018-aws Description-md5: e357acc01fb044f9de0eb63d48395e4e Description-en: Linux kernel version specific tools for version 5.0.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1018 on ARMv8. Package: linux-tools-5.0.0-1019-aws Description-md5: a8aa2f544d2d3027a52387fbe24e5a34 Description-en: Linux kernel version specific tools for version 5.0.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.0.0-1019 on ARMv8. Package: linux-tools-5.3.0-1017-raspi2 Description-md5: 503f675f8b07b19e593dccff5c99acf7 Description-en: Linux kernel version specific tools for version 5.3.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1017 on ARMv8. Package: linux-tools-5.3.0-1018-raspi2 Description-md5: c6303e328add90ef120cbafd0f697d5f Description-en: Linux kernel version specific tools for version 5.3.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1018 on ARMv8. Package: linux-tools-5.3.0-1019-raspi2 Description-md5: d50b257d2e17dbd6dedfe3592349b602 Description-en: Linux kernel version specific tools for version 5.3.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1019 on ARMv8. Package: linux-tools-5.3.0-1021-raspi2 Description-md5: 7ac2de7499ecc822d9402a38e564207b Description-en: Linux kernel version specific tools for version 5.3.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1021 on ARMv8. Package: linux-tools-5.3.0-1022-raspi2 Description-md5: bf4d6d550628c142807e69ba284474af Description-en: Linux kernel version specific tools for version 5.3.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1022 on ARMv8. Package: linux-tools-5.3.0-1023-raspi2 Description-md5: 415ed5abe8ae192968c33ecf2ada4128 Description-en: Linux kernel version specific tools for version 5.3.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1023 on ARMv8. Package: linux-tools-5.3.0-1026-raspi2 Description-md5: 5dc191272299df526722b149ae8a47e2 Description-en: Linux kernel version specific tools for version 5.3.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1026 on ARMv8. Package: linux-tools-5.3.0-1027-raspi2 Description-md5: 649ea335831f48c25d81ee924946a7bb Description-en: Linux kernel version specific tools for version 5.3.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1027 on ARMv8. Package: linux-tools-5.3.0-1028-raspi2 Description-md5: 4c7d369b855183d6ab9a1c035a464120 Description-en: Linux kernel version specific tools for version 5.3.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1028 on ARMv8. Package: linux-tools-5.3.0-1030-raspi2 Description-md5: 5c849c9324f1da726126902ff1a6c357 Description-en: Linux kernel version specific tools for version 5.3.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1030 on ARMv8. Package: linux-tools-5.3.0-1032-raspi2 Description-md5: 71ec4f11988ceb53f4a2010075593bbc Description-en: Linux kernel version specific tools for version 5.3.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1032 on ARMv8. Package: linux-tools-5.3.0-1033-raspi2 Description-md5: fe874d960da5293c2556c8223d3b87c8 Description-en: Linux kernel version specific tools for version 5.3.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1033 on ARMv8. Package: linux-tools-5.3.0-1035-raspi2 Description-md5: 1ced9d9157588da05a7e7d966b017f3e Description-en: Linux kernel version specific tools for version 5.3.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1035 on ARMv8. Package: linux-tools-5.3.0-1036-raspi2 Description-md5: eceb94cb43c687956427f29012e3cad0 Description-en: Linux kernel version specific tools for version 5.3.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1036 on ARMv8. Package: linux-tools-5.3.0-1037-raspi2 Description-md5: d22593e2eb4cd51041c7c285925a5976 Description-en: Linux kernel version specific tools for version 5.3.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1037 on ARMv8. Package: linux-tools-5.3.0-1038-raspi2 Description-md5: 5990f39946b0fcd3d7cb750c5f50fbe3 Description-en: Linux kernel version specific tools for version 5.3.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1038 on ARMv8. Package: linux-tools-5.3.0-1039-raspi2 Description-md5: 744803bfc893211039e0d0ac5d89636a Description-en: Linux kernel version specific tools for version 5.3.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1039 on ARMv8. Package: linux-tools-5.3.0-1040-raspi2 Description-md5: c82a85b9746c4083f712da66a495390d Description-en: Linux kernel version specific tools for version 5.3.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1040 on ARMv8. Package: linux-tools-5.3.0-1041-raspi2 Description-md5: 6f5bda1e81dfb1904cd747e8a96c409f Description-en: Linux kernel version specific tools for version 5.3.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1041 on ARMv8. Package: linux-tools-5.3.0-1042-raspi2 Description-md5: 4ddb503982d78d2c084659626e9f8af3 Description-en: Linux kernel version specific tools for version 5.3.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1042 on ARMv8. Package: linux-tools-5.4.0-1013-raspi Description-md5: 40051691911777245586c6aa6ea16c9c Description-en: Linux kernel version specific tools for version 5.4.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1013 on ARMv8. Package: linux-tools-5.4.0-1015-raspi Description-md5: 5b2e6d7600c5bbb79d9d339aade4b9e1 Description-en: Linux kernel version specific tools for version 5.4.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1015 on ARMv8. Package: linux-tools-5.4.0-1016-raspi Description-md5: 73cec599b88a850c3d2a2c1f9755ccef Description-en: Linux kernel version specific tools for version 5.4.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1016 on ARMv8. Package: linux-tools-5.4.0-1018-raspi Description-md5: d47f6a1047cb4242b8faa65e22c0b65d Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on ARMv8. Package: linux-tools-5.4.0-1019-raspi Description-md5: 011be78a9bf9436b95ed33f4a223e229 Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on ARMv8. Package: linux-tools-5.4.0-1021-raspi Description-md5: 6631c759e232bb97a626032d1dddd5f9 Description-en: Linux kernel version specific tools for version 5.4.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1021 on ARMv8. Package: linux-tools-5.4.0-1022-raspi Description-md5: 8bf39524cc96bd35dfd42561817ed087 Description-en: Linux kernel version specific tools for version 5.4.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1022 on ARMv8. Package: linux-tools-5.4.0-1025-raspi Description-md5: 6c942a829372e3533a70ee636ffb0a41 Description-en: Linux kernel version specific tools for version 5.4.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1025 on ARMv8. Package: linux-tools-5.4.0-1026-raspi Description-md5: 60d4b96269e4023162ee1ab15213715b Description-en: Linux kernel version specific tools for version 5.4.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1026 on ARMv8. Package: linux-tools-5.4.0-1028-raspi Description-md5: 2abf108ec20613c3625f81ba2c2c8852 Description-en: Linux kernel version specific tools for version 5.4.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1028 on ARMv8. Package: linux-tools-5.4.0-1029-raspi Description-md5: 8873476f64e5e75c991e4e58fd9fa7af Description-en: Linux kernel version specific tools for version 5.4.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1029 on ARMv8. Package: linux-tools-5.4.0-1030-raspi Description-md5: 806a8d2e29f79ba54a6f8392fbac9197 Description-en: Linux kernel version specific tools for version 5.4.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1030 on ARMv8. Package: linux-tools-5.4.0-1032-raspi Description-md5: d4802134444d977b54c48e92e38fff25 Description-en: Linux kernel version specific tools for version 5.4.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1032 on ARMv8. Package: linux-tools-5.4.0-1033-raspi Description-md5: 67b02ace297a2e7b3df3f7413d123d5d Description-en: Linux kernel version specific tools for version 5.4.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1033 on ARMv8. Package: linux-tools-5.4.0-1034-raspi Description-md5: b8062afae804be99f28d6f6cc8c76f7b Description-en: Linux kernel version specific tools for version 5.4.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1034 on ARMv8. Package: linux-tools-5.4.0-1035-raspi Description-md5: 49deaf5982cd2e33abca6f60a3d18717 Description-en: Linux kernel version specific tools for version 5.4.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1035 on ARMv8. Package: linux-tools-5.4.0-1036-raspi Description-md5: cd1a0e5c5ffb57ca863bdd18c500f276 Description-en: Linux kernel version specific tools for version 5.4.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1036 on ARMv8. Package: linux-tools-5.4.0-1038-raspi Description-md5: 834c60d0e6222caceb286f681594e8c1 Description-en: Linux kernel version specific tools for version 5.4.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1038 on ARMv8. Package: linux-tools-5.4.0-1041-raspi Description-md5: c21ab10efe43c90cb0a5478313a0dda6 Description-en: Linux kernel version specific tools for version 5.4.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1041 on ARMv8. Package: linux-tools-5.4.0-1042-raspi Description-md5: 6d1f6716e14d71dc0867340dcbedcee4 Description-en: Linux kernel version specific tools for version 5.4.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1042 on ARMv8. Package: linux-tools-5.4.0-1043-raspi Description-md5: 217164ec23721db9a9fb6b4fb54059c4 Description-en: Linux kernel version specific tools for version 5.4.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1043 on ARMv8. Package: linux-tools-5.4.0-1044-raspi Description-md5: 8e40b9801a03e3af190de10e753a3760 Description-en: Linux kernel version specific tools for version 5.4.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1044 on ARMv8. Package: linux-tools-5.4.0-1045-raspi Description-md5: 2651ed48a59ca712aa999fd745e5995e Description-en: Linux kernel version specific tools for version 5.4.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1045 on ARMv8. Package: linux-tools-5.4.0-1046-raspi Description-md5: 5617f6e543ebb5564396f0b499d8c58d Description-en: Linux kernel version specific tools for version 5.4.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1046 on ARMv8. Package: linux-tools-5.4.0-1047-raspi Description-md5: 35a2d9136e65095461ebbbe6e075fc98 Description-en: Linux kernel version specific tools for version 5.4.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1047 on ARMv8. Package: linux-tools-5.4.0-1048-raspi Description-md5: def1e1bfa6878bb7ba06a6c0b7e496d1 Description-en: Linux kernel version specific tools for version 5.4.0-1048 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1048 on ARMv8. Package: linux-tools-5.4.0-1050-raspi Description-md5: 2172bdd43bbcbd15f4260d332116361b Description-en: Linux kernel version specific tools for version 5.4.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1050 on ARMv8. Package: linux-tools-5.4.0-1052-raspi Description-md5: 76741129d2e9bef3e5fe2dddbade5520 Description-en: Linux kernel version specific tools for version 5.4.0-1052 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1052 on ARMv8. Package: linux-tools-5.4.0-1053-raspi Description-md5: f3b3f9e61b3dbe19f24e34043d467e89 Description-en: Linux kernel version specific tools for version 5.4.0-1053 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1053 on ARMv8. Package: linux-tools-5.4.0-1055-raspi Description-md5: 9c2a4d54b15828c84cb6080f93f76588 Description-en: Linux kernel version specific tools for version 5.4.0-1055 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1055 on ARMv8. Package: linux-tools-5.4.0-1056-raspi Description-md5: 0975bd3b6e55f2d9f24bad0550cdcd73 Description-en: Linux kernel version specific tools for version 5.4.0-1056 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1056 on ARMv8. Package: linux-tools-5.4.0-1058-raspi Description-md5: d7e99adde03083c946f9101dd964e9c6 Description-en: Linux kernel version specific tools for version 5.4.0-1058 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1058 on ARMv8. Package: linux-tools-5.4.0-1059-raspi Description-md5: 82fe3e031c9dae7e17dffe99bf0032fe Description-en: Linux kernel version specific tools for version 5.4.0-1059 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1059 on ARMv8. Package: linux-tools-5.4.0-1060-raspi Description-md5: c0d88adf1fca13bbfea31782aa252be7 Description-en: Linux kernel version specific tools for version 5.4.0-1060 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1060 on ARMv8. Package: linux-tools-5.4.0-1062-raspi Description-md5: 4a116d1dd6152d632caed27a34b336df Description-en: Linux kernel version specific tools for version 5.4.0-1062 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1062 on ARMv8. Package: linux-tools-5.4.0-1065-raspi Description-md5: 361ea88121fc23775ddf8d2006bd8edb Description-en: Linux kernel version specific tools for version 5.4.0-1065 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1065 on ARMv8. Package: linux-tools-5.4.0-1066-raspi Description-md5: 40f728979536e7ea8aeec4259a173c20 Description-en: Linux kernel version specific tools for version 5.4.0-1066 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1066 on ARMv8. Package: linux-tools-5.4.0-1068-raspi Description-md5: 1f0390d2505d6f7cce521c008ef1351d Description-en: Linux kernel version specific tools for version 5.4.0-1068 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1068 on ARMv8. Package: linux-tools-5.4.0-1069-raspi Description-md5: 7fa9bcb763b5eb274a9c3900132f75fa Description-en: Linux kernel version specific tools for version 5.4.0-1069 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1069 on ARMv8. Package: linux-tools-5.4.0-1070-raspi Description-md5: 6fc89a1599cc8bbbc2372c956938d741 Description-en: Linux kernel version specific tools for version 5.4.0-1070 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1070 on ARMv8. Package: linux-tools-5.4.0-1071-raspi Description-md5: 0f66903968ff73666ac814365fb0781c Description-en: Linux kernel version specific tools for version 5.4.0-1071 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1071 on ARMv8. Package: linux-tools-5.4.0-1073-raspi Description-md5: d2c9dce3f40b36c58f8f676b39934acf Description-en: Linux kernel version specific tools for version 5.4.0-1073 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1073 on ARMv8. Package: linux-tools-5.4.0-1074-raspi Description-md5: fb3637ab03f4d840e01395c9009c2f15 Description-en: Linux kernel version specific tools for version 5.4.0-1074 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1074 on ARMv8. Package: linux-tools-5.4.0-1077-raspi Description-md5: 1aeb326b5332b685fb17c05d7e30a785 Description-en: Linux kernel version specific tools for version 5.4.0-1077 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1077 on ARMv8. Package: linux-tools-5.4.0-1078-raspi Description-md5: b41fe6db2a1a6d541903cb145c7d4b7b Description-en: Linux kernel version specific tools for version 5.4.0-1078 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1078 on ARMv8. Package: linux-tools-5.4.0-1079-raspi Description-md5: be182e22eb66eb1ebdb9b14e6cd9dc83 Description-en: Linux kernel version specific tools for version 5.4.0-1079 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1079 on ARMv8. Package: linux-tools-5.4.0-1080-raspi Description-md5: 6686800f77e0546092f4c373f93ede47 Description-en: Linux kernel version specific tools for version 5.4.0-1080 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1080 on ARMv8. Package: linux-tools-5.4.0-1081-raspi Description-md5: 0243798ddf9d8a7fc6aba7840dfec757 Description-en: Linux kernel version specific tools for version 5.4.0-1081 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1081 on ARMv8. Package: linux-tools-5.4.0-1082-raspi Description-md5: fdbd02f48e34c6a8d4255ead4bfed9cb Description-en: Linux kernel version specific tools for version 5.4.0-1082 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1082 on ARMv8. Package: linux-tools-5.4.0-1083-raspi Description-md5: 586f1dbecd7b6029ae8ce450bb3925c9 Description-en: Linux kernel version specific tools for version 5.4.0-1083 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1083 on ARMv8. Package: linux-tools-5.4.0-1084-raspi Description-md5: 2108ee0cc1c479946f33815d87d03e6c Description-en: Linux kernel version specific tools for version 5.4.0-1084 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1084 on ARMv8. Package: linux-tools-5.4.0-1085-raspi Description-md5: 0e65c4c1e2f6369b08280dec47a92a79 Description-en: Linux kernel version specific tools for version 5.4.0-1085 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1085 on ARMv8. Package: linux-tools-5.4.0-1086-raspi Description-md5: 1e3993027716641dace4b0ba17bb0c5b Description-en: Linux kernel version specific tools for version 5.4.0-1086 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1086 on ARMv8. Package: linux-tools-raspi-hwe-18.04 Description-md5: e30171db1195241a4736905110203a08 Description-en: Raspberry Pi Linux kernel tools This package will always depend on the latest Raspberry Pi Linux kernel tools available. Package: linux-tools-raspi-hwe-18.04-edge Description-md5: e30171db1195241a4736905110203a08 Description-en: Raspberry Pi Linux kernel tools This package will always depend on the latest Raspberry Pi Linux kernel tools available. Package: linux-tools-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-raspi2-hwe-18.04 Description-md5: 80e0914a246615a87f4b4581fe189e6b Description-en: Linux kernel versioned tools for Raspberry Pi systems. This package will always depend on the latest Linux kernel versioned tools available for Raspberry Pi systems. Package: pkg-config-x86-64-linux-gnu Description-md5: b50627084ad0f58c0b88a9e32a32bfaa Description-en: manage compile and link flags for libraries for amd64 architecture pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. . This is a dependency package providing cross pkg-config support for the amd64 architecture. Package: u-boot-rockchip Description-md5: c6854fb084ab9a53f8bd756d97043fc9 Description-en: A boot loader for rockchip systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various Rockchip platforms. . Included platforms: firefly-rk3399 pinebook-pro-rk3399 puma-rk3399 rock-pi-4-rk3399 rock64-rk3328 rockpro64-rk3399 Package: u-boot-rpi Description-md5: e2789148d779efd7a8a98ffe7cd5eb26 Description-en: A boot loader for Raspberry PI systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various Raspberry PI platforms. . Included platforms: rpi_3 rpi_4 rpi_arm64 Package: u-boot-sunxi Description-md5: d19b6ae9cb91ada739bcabbd4e244834 Description-en: A boot loader for sunxi systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various Allwinner/sunxi platforms. . Included platforms: a64-olinuxino a64-olinuxino-emmc nanopi_neo2 nanopi_neo_plus2 orangepi_zero_plus2 pine64-lts pine64_plus pinebook teres_i Package: u-boot-tegra Description-md5: ad07e7cd8fdfecdca4f558d0ad3eba70 Description-en: A boot loader for NVIDIA Tegra systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various NVIDIA Tegra platforms. . Included platforms: p2371-2180 Package: libsfgfortran-8-dev Description-md5: 74ea81c9f0670b35ce8cd3205d466b98 Description-en: Runtime library for GNU Fortran applications (soft float ABI development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: libsfgfortran5 Description-md5: 1f1e920680dffda67addfa653d51a350 Description-en: Runtime library for GNU Fortran applications (soft float ABI) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgfortran5-dbg Description-md5: 4adc4cf259b09ccf4ae311047068c96a Description-en: Runtime library for GNU Fortran applications (hard float ABI debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: libsfgphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfgphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: libsfobjc-8-dev Description-md5: a463892c3f00f5e00d2e6faa0c1a8f90 Description-en: Runtime library for GNU Objective-C applications (soft float development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: libsfobjc4-dbg Description-md5: 3897aa5d229ac2295aee1c8bec095781 Description-en: Runtime library for GNU Objective-C applications (soft float ABI debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: libsfstdc++-8-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: libsfstdc++6-8-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: libsfubsan1-dbg Description-md5: 50f67ef7549065b9390e78a483e37af9 Description-en: UBSan -- undefined behaviour sanitizer (soft float ABI debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. 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-1033-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-1036-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-1037-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-1038-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-1040-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-1041-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-1043-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-1044-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-1045-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-1047-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-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1111-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-1114-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-1115-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-1117-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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-5.3.0-1017-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1018-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1019-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1021-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1022-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1023-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1026-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1027-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1028-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1030-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1032-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1033-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1035-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1036-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1037-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1038-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1039-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1040-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1041-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.3.0-1042-raspi2 Description-md5: 4f106bbb0955cdb2983c19d5ccde4de2 Description-en: Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.3.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1013-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1015-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1016-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1018-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1019-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1021-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1022-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1025-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1026-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1028-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1029-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1030-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1032-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1033-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1034-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1035-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1036-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1038-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1041-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1042-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1043-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1044-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1045-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1046-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1047-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1048-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1050-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1052-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1053-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1055-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1056-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1058-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1059-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1060-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1062-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1065-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1066-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1068-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1069-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1070-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1071-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1073-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1074-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1077-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1078-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1079-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1080-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1081-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1082-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1083-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1084-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1085-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-buildinfo-5.4.0-1086-raspi Description-md5: 64ef4c06bf79edd0e97a666c7c4e9658 Description-en: Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel buildinfo for version 5.4.0 on ARM (hard float) SMP. . You likely do not want to install this package. Package: linux-headers-4.15.0-1012-raspi2 Description-md5: 08031ea35e5fa580b2c7c88f62eb63ca 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-1012/debian.README.gz for details. Package: linux-headers-4.15.0-1013-raspi2 Description-md5: 976f6bf629e39a9e8b9116209f1bcf9a 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-1013/debian.README.gz for details. Package: linux-headers-4.15.0-1017-raspi2 Description-md5: f622ed76938ffcf372d64033a7fd6b75 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-1017/debian.README.gz for details. Package: linux-headers-4.15.0-1018-raspi2 Description-md5: e54c76482ea36578f8d3f7b67a98a2ee 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-1018/debian.README.gz for details. Package: linux-headers-4.15.0-1020-raspi2 Description-md5: 726c3158dcf992007efdfc83a6d3ae5c 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-1020/debian.README.gz for details. Package: linux-headers-4.15.0-1021-raspi2 Description-md5: 261085c699569b9978e460bc7153288f 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-1021/debian.README.gz for details. Package: linux-headers-4.15.0-1022-raspi2 Description-md5: 8e761c282852ee36224af219d623800c 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-1022/debian.README.gz for details. Package: linux-headers-4.15.0-1024-raspi2 Description-md5: 1f13214a17a5689aaeb7598ccd97ee75 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-1024/debian.README.gz for details. Package: linux-headers-4.15.0-1028-raspi2 Description-md5: 5b025634a77a84d56cf1af276aa318a7 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-1028/debian.README.gz for details. Package: linux-headers-4.15.0-1029-raspi2 Description-md5: d57593769c9893b0a0e6b483f46e79fb 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-1029/debian.README.gz for details. 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-1033-raspi2 Description-md5: 5ee5e2317bdb07ca726b2a8b5884f127 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-1033/debian.README.gz for details. Package: linux-headers-4.15.0-1036-raspi2 Description-md5: 0151b516218c6d4c45b4581c88fef2a7 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-1036/debian.README.gz for details. Package: linux-headers-4.15.0-1037-raspi2 Description-md5: 85a9e6564a6a2439da3b43279370f8d6 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-1037/debian.README.gz for details. Package: linux-headers-4.15.0-1038-raspi2 Description-md5: 3988de9b907bb810b27fbff9745efc15 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-1038/debian.README.gz for details. Package: linux-headers-4.15.0-1040-raspi2 Description-md5: 5c71b7a8ed44dac1ed78a479e8f74c1c 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-1040/debian.README.gz for details. Package: linux-headers-4.15.0-1041-raspi2 Description-md5: 89b521c00e5c25f4eef0f18bfcdcbb72 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-1041/debian.README.gz for details. Package: linux-headers-4.15.0-1043-raspi2 Description-md5: cad87997f74a6de48e6d2e528e0c4684 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-1043/debian.README.gz for details. Package: linux-headers-4.15.0-1044-raspi2 Description-md5: d2a2f7c5179515cc0323d3fcba241467 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-1044/debian.README.gz for details. Package: linux-headers-4.15.0-1045-raspi2 Description-md5: 85f3f1e9537d177287759f26b771b004 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-1045/debian.README.gz for details. Package: linux-headers-4.15.0-1047-raspi2 Description-md5: a68bce6ebcf769d15640d83481cf53a7 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-1047/debian.README.gz for details. Package: linux-headers-4.15.0-1048-raspi2 Description-md5: bed37b6f679d6bdbb36ce0dabc61ddae 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-1048/debian.README.gz for details. Package: linux-headers-4.15.0-1049-raspi2 Description-md5: 088999574c4e3fec2d2afba41446894f 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-1049/debian.README.gz for details. Package: linux-headers-4.15.0-1050-raspi2 Description-md5: 78bc38a48cf077a24ed1492b0bbff578 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-1050/debian.README.gz for details. Package: linux-headers-4.15.0-1052-raspi2 Description-md5: 75ec3579e14a4a8457c7c1a401c15d7b 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-1052/debian.README.gz for details. Package: linux-headers-4.15.0-1053-raspi2 Description-md5: 3cce26f557ec9c5ecde21dc9e3e66ecb 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-1053/debian.README.gz for details. Package: linux-headers-4.15.0-1054-raspi2 Description-md5: 482cf1ac4cf5557859cf2284acf8e832 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-1054/debian.README.gz for details. Package: linux-headers-4.15.0-1055-raspi2 Description-md5: 777890924afaada5182966eaf6d4f65e 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-1055/debian.README.gz for details. Package: linux-headers-4.15.0-1057-raspi2 Description-md5: 8e81d9a3afb7316add6c6a222a652108 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-1057/debian.README.gz for details. Package: linux-headers-4.15.0-1060-raspi2 Description-md5: 18c9c3cdfec3b8feb91c12b58cfceff1 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-1060/debian.README.gz for details. Package: linux-headers-4.15.0-1061-raspi2 Description-md5: 59c57aa73fa2fd2307d9b3c1daf16b97 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-1061/debian.README.gz for details. Package: linux-headers-4.15.0-1062-raspi2 Description-md5: 61bc3c7a29f2ea9a91eb184d861df677 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-1062/debian.README.gz for details. Package: linux-headers-4.15.0-1063-raspi2 Description-md5: 95beb6133cf0cdb51cd07c62e31697dd 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-1063/debian.README.gz for details. Package: linux-headers-4.15.0-1065-raspi2 Description-md5: e0086332426d450a4dd70874c957d1f8 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-1065/debian.README.gz for details. Package: linux-headers-4.15.0-1067-raspi2 Description-md5: 991819e005bd2f51ee163a2c281cbaf7 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-1067/debian.README.gz for details. Package: linux-headers-4.15.0-1068-raspi2 Description-md5: cd9ec495d416a94103b140dae33dbc96 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-1068/debian.README.gz for details. Package: linux-headers-4.15.0-1070-raspi2 Description-md5: bdc9d02e7265f0e2bfe2d6e8ddb3df2a 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-1070/debian.README.gz for details. Package: linux-headers-4.15.0-1071-raspi2 Description-md5: b905955beb947ffd32a20773b7162152 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-1071/debian.README.gz for details. Package: linux-headers-4.15.0-1073-raspi2 Description-md5: 123cbf78f7e7b07beaad15bd91074d69 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-1073/debian.README.gz for details. Package: linux-headers-4.15.0-1076-raspi2 Description-md5: d41cff04ec4e0fb9e3dd8585dc82f71d 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-1076/debian.README.gz for details. Package: linux-headers-4.15.0-1077-raspi2 Description-md5: 943140533a3d4da9e10c990b336cb0a7 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-1077/debian.README.gz for details. Package: linux-headers-4.15.0-1078-raspi2 Description-md5: bd46804209f392e50a25ddc30a6a77e8 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-1078/debian.README.gz for details. Package: linux-headers-4.15.0-1079-raspi2 Description-md5: b1904d68f362b8178353906a987adf7a 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-1079/debian.README.gz for details. Package: linux-headers-4.15.0-1080-raspi2 Description-md5: 515dbb6efaaf6ac1e4f2b7b013a1c078 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-1080/debian.README.gz for details. Package: linux-headers-4.15.0-1081-raspi2 Description-md5: 1dbd3f52354efabfd6959e44adc80ace 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-1081/debian.README.gz for details. Package: linux-headers-4.15.0-1082-raspi2 Description-md5: 732ce8fbd8ee422b6d1aed8c7a60f747 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-1082/debian.README.gz for details. Package: linux-headers-4.15.0-1083-raspi2 Description-md5: 57cdabf0b30a9870ed629f0d5758370e 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-1083/debian.README.gz for details. Package: linux-headers-4.15.0-1084-raspi2 Description-md5: a754f0456b615ed166841afaa0e86a70 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-1084/debian.README.gz for details. Package: linux-headers-4.15.0-1085-raspi2 Description-md5: ee23fca095444a83803288ce73e3dcbf 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-1085/debian.README.gz for details. Package: linux-headers-4.15.0-1086-raspi2 Description-md5: 23987f771856c3f5e0b9ccdfa3f4afff 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-1086/debian.README.gz for details. Package: linux-headers-4.15.0-1089-raspi2 Description-md5: 179b7d8a3606a597bfa04cd42a3db988 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-1089/debian.README.gz for details. Package: linux-headers-4.15.0-1092-raspi2 Description-md5: 4b2b04531a230313b312c97a86f3ac06 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-1092/debian.README.gz for details. Package: linux-headers-4.15.0-1093-raspi2 Description-md5: d4ecde43d9041b514527ae686a96c041 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-1093/debian.README.gz for details. Package: linux-headers-4.15.0-1094-raspi2 Description-md5: 1683c02ed6e5af59f0b4a3016822edf7 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-1094/debian.README.gz for details. Package: linux-headers-4.15.0-1095-raspi2 Description-md5: b63776d26010d9607a0e516e5e40af44 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-1095/debian.README.gz for details. Package: linux-headers-4.15.0-1096-raspi2 Description-md5: d6a99d7a5b06fca90388f91073755649 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-1096/debian.README.gz for details. Package: linux-headers-4.15.0-1097-raspi2 Description-md5: 51e774dabf04b051b65dc2caf796a119 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-1097/debian.README.gz for details. Package: linux-headers-4.15.0-1098-raspi2 Description-md5: ee91217bb19fac4b7474a73a78004fd7 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-1098/debian.README.gz for details. Package: linux-headers-4.15.0-1099-raspi2 Description-md5: 6cff2c6b6f888e455dd36a49dc15a8d3 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-1099/debian.README.gz for details. Package: linux-headers-4.15.0-1101-raspi2 Description-md5: 0f7820acfe18a0447b5e66f128924071 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-1101/debian.README.gz for details. Package: linux-headers-4.15.0-1102-raspi2 Description-md5: b32c1853f751dd2d6f554442c87ad9dc 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-1102/debian.README.gz for details. Package: linux-headers-4.15.0-1103-raspi2 Description-md5: 7927dfb0551d0d1f2248dc8a1088cf86 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-1103/debian.README.gz for details. Package: linux-headers-4.15.0-1105-raspi2 Description-md5: 80c6b453522dfd995d1a5aaf1d4a7b97 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-1105/debian.README.gz for details. Package: linux-headers-4.15.0-1106-raspi2 Description-md5: 071e673c6aa113668c10364f6fd11e33 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-1106/debian.README.gz for details. Package: linux-headers-4.15.0-1107-raspi2 Description-md5: ac9ab56b3f9d478c6ee42406367b2e6d 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-1107/debian.README.gz for details. Package: linux-headers-4.15.0-1108-raspi2 Description-md5: c3572c0e27ce4f0c0a362f5cf3331b29 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-1108/debian.README.gz for details. Package: linux-headers-4.15.0-1111-raspi2 Description-md5: e65a4f579eb6bc56974534f2173bafb0 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-1111/debian.README.gz for details. Package: linux-headers-4.15.0-1114-raspi2 Description-md5: 1de4b93b571503c90bd8c700be2751f4 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-1114/debian.README.gz for details. Package: linux-headers-4.15.0-1115-raspi2 Description-md5: a7fd4fe7a606324d8997d6fac7383ba6 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-1115/debian.README.gz for details. Package: linux-headers-4.15.0-1117-raspi2 Description-md5: b4fb351dc3d5f1416ab973c6967f3015 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-1117/debian.README.gz for details. Package: linux-headers-4.15.0-1119-raspi2 Description-md5: 3cd536a092905cc30177f9d055303c71 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-1119/debian.README.gz for details. Package: linux-headers-4.15.0-1120-raspi2 Description-md5: 766411aed5c2670a5c06b769fc034760 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-1120/debian.README.gz for details. Package: linux-headers-4.15.0-1121-raspi2 Description-md5: 2dcfc1dcf0ac8ff5ed47732fefec0725 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-1121/debian.README.gz for details. Package: linux-headers-4.15.0-1124-raspi2 Description-md5: 7b3eeae7811be5fb168fe05e20e91ecb 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-1124/debian.README.gz for details. Package: linux-headers-4.15.0-1125-raspi2 Description-md5: fe2bd51fa3c68555805c038f53fe1518 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-1125/debian.README.gz for details. Package: linux-headers-4.15.0-1126-raspi2 Description-md5: 84066660898a1e843b1901e7731fa838 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-1126/debian.README.gz for details. Package: linux-headers-4.15.0-1127-raspi2 Description-md5: 99ab39446b6d55631ec8220f98b61c1a 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-1127/debian.README.gz for details. Package: linux-headers-4.15.0-1128-raspi2 Description-md5: 705ea33ff77e2162547099992acbf0e0 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-1128/debian.README.gz for details. Package: linux-headers-4.15.0-1129-raspi2 Description-md5: ac0e667968d9af1f1c40a0af6e019ac8 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-1129/debian.README.gz for details. Package: linux-headers-4.15.0-1130-raspi2 Description-md5: 6e7b3303acb8c1561e9deebfe3568445 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-1130/debian.README.gz for details. Package: linux-headers-4.15.0-1131-raspi2 Description-md5: de7b24be83023964906364cee3942f99 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-1131/debian.README.gz for details. Package: linux-headers-4.15.0-1132-raspi2 Description-md5: 71f9dedaace3a80fa782d09242977c15 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-1132/debian.README.gz for details. Package: linux-headers-4.15.0-1133-raspi2 Description-md5: b20cdebb3ffa6121eecde8318dc29da7 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-1133/debian.README.gz for details. Package: linux-headers-4.15.0-1134-raspi2 Description-md5: 2d4679ad42f88b2c476b50f22cb509ab 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-1134/debian.README.gz for details. Package: linux-headers-5.3.0-1017-raspi2 Description-md5: 02ebdeba23dc3304fe9b4ebb208daae0 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1017/debian.README.gz for details. Package: linux-headers-5.3.0-1018-raspi2 Description-md5: 7d425ea92e04d4a12fd2f5270eb731dc Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1018/debian.README.gz for details. Package: linux-headers-5.3.0-1019-raspi2 Description-md5: 303704bed17b6598cff7d73d0f06719b Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1019/debian.README.gz for details. Package: linux-headers-5.3.0-1021-raspi2 Description-md5: 857e73cabad86ebb5a1c537d6a2d607e Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1021/debian.README.gz for details. Package: linux-headers-5.3.0-1022-raspi2 Description-md5: 71e7138ad5d05673f1697dc6d5afe651 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1022/debian.README.gz for details. Package: linux-headers-5.3.0-1023-raspi2 Description-md5: 2472a184ae063764a5fdbe381eaeda60 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1023/debian.README.gz for details. Package: linux-headers-5.3.0-1026-raspi2 Description-md5: 935eb6330a2041e32a56c24559193c20 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1026/debian.README.gz for details. Package: linux-headers-5.3.0-1027-raspi2 Description-md5: 329c23b6432f9cefed79095ca09ea1fa Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1027/debian.README.gz for details. Package: linux-headers-5.3.0-1028-raspi2 Description-md5: 5564ae4f73a82b2e72d6ce6eac7be870 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1028/debian.README.gz for details. Package: linux-headers-5.3.0-1030-raspi2 Description-md5: 615b51c13021ff5d0e25d9a7fb6f7364 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1030/debian.README.gz for details. Package: linux-headers-5.3.0-1032-raspi2 Description-md5: 22097a5af59b3cc703e84145c3c3d133 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1032/debian.README.gz for details. Package: linux-headers-5.3.0-1033-raspi2 Description-md5: c8676fe51c18e0fe2b890b05de458a20 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1033/debian.README.gz for details. Package: linux-headers-5.3.0-1035-raspi2 Description-md5: 5cc707ac15855ebabdb43aa14cbc53df Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1035/debian.README.gz for details. Package: linux-headers-5.3.0-1036-raspi2 Description-md5: 92b8006751ed293a70aac0474683da04 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1036/debian.README.gz for details. Package: linux-headers-5.3.0-1037-raspi2 Description-md5: ac1badab5ea0c2c0cd5eb2b71efd5313 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1037/debian.README.gz for details. Package: linux-headers-5.3.0-1038-raspi2 Description-md5: 489672a94c2d94c0fbead8ee64299825 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1038/debian.README.gz for details. Package: linux-headers-5.3.0-1039-raspi2 Description-md5: 68dfd1d8f7bea9542cdb95c001cc5c96 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1039/debian.README.gz for details. Package: linux-headers-5.3.0-1040-raspi2 Description-md5: a39b3ac5c9e84bf597e03c640399c111 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1040/debian.README.gz for details. Package: linux-headers-5.3.0-1041-raspi2 Description-md5: f9cbb9aaae9711f8650bf7da20a49b30 Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1041/debian.README.gz for details. Package: linux-headers-5.3.0-1042-raspi2 Description-md5: af0b7d4e633f68ea2e3e49de8a27e1df Description-en: Linux kernel headers for version 5.3.0 on ARM (hard float) SMP This package provides kernel header files for version 5.3.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.3.0-1042/debian.README.gz for details. Package: linux-headers-5.4.0-1013-raspi Description-md5: de451757d9aaf173d6bbae6b67987578 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1013/debian.README.gz for details. Package: linux-headers-5.4.0-1015-raspi Description-md5: aace7703b28df485adf360b95828856d Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1015/debian.README.gz for details. Package: linux-headers-5.4.0-1016-raspi Description-md5: 3b72080cbdc8e30dd0b0f896d369ae1f Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1016/debian.README.gz for details. Package: linux-headers-5.4.0-1018-raspi Description-md5: 5dcbf896c1495bd320c8fe83983dc038 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1018/debian.README.gz for details. Package: linux-headers-5.4.0-1019-raspi Description-md5: ca07ea8f64aa1405caa57d93bdd5216d Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1019/debian.README.gz for details. Package: linux-headers-5.4.0-1021-raspi Description-md5: 92d5182042c7840190846daa9d8c8d1a Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1021/debian.README.gz for details. Package: linux-headers-5.4.0-1022-raspi Description-md5: bd2edc664d0358750f01bff1df8213ae Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1022/debian.README.gz for details. Package: linux-headers-5.4.0-1025-raspi Description-md5: 4c7aeccf7dbc98183734165a5e55da7a Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1025/debian.README.gz for details. Package: linux-headers-5.4.0-1026-raspi Description-md5: 34b59449f1676f00ad64350843554ec4 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1026/debian.README.gz for details. Package: linux-headers-5.4.0-1028-raspi Description-md5: 955ceedfeaa7615271f3c02db2923a2b Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1028/debian.README.gz for details. Package: linux-headers-5.4.0-1029-raspi Description-md5: a5e9230dfd0957418e84d76d28608d21 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1029/debian.README.gz for details. Package: linux-headers-5.4.0-1030-raspi Description-md5: 7713d850010da945b1c40eee796bd2b5 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1030/debian.README.gz for details. Package: linux-headers-5.4.0-1032-raspi Description-md5: e336fe9c910de70fdfaf609363c3d89f Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1032/debian.README.gz for details. Package: linux-headers-5.4.0-1033-raspi Description-md5: de9e4147fe7ff9c7619ade591f58abab Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1033/debian.README.gz for details. Package: linux-headers-5.4.0-1034-raspi Description-md5: e6aef6e805f2fa8f7ac507f425d72757 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1034/debian.README.gz for details. Package: linux-headers-5.4.0-1035-raspi Description-md5: f0a445da76497333dde53687c65573e9 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1035/debian.README.gz for details. Package: linux-headers-5.4.0-1036-raspi Description-md5: 19efe3c2513811e574ec33b879ce20a5 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1036/debian.README.gz for details. Package: linux-headers-5.4.0-1038-raspi Description-md5: 24f924605c99162aad0f637913e4309e Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1038/debian.README.gz for details. Package: linux-headers-5.4.0-1041-raspi Description-md5: 9393a81829ad8d71e336e811a07483a7 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1041/debian.README.gz for details. Package: linux-headers-5.4.0-1042-raspi Description-md5: df9b5bf3ef24e5e25661c99d533fd4f9 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1042/debian.README.gz for details. Package: linux-headers-5.4.0-1043-raspi Description-md5: 2d43f3ebe9f57a1dc650349fcc30d81a Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1043/debian.README.gz for details. Package: linux-headers-5.4.0-1044-raspi Description-md5: 09bf3e2ab1771020f38e46618d579900 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1044/debian.README.gz for details. Package: linux-headers-5.4.0-1045-raspi Description-md5: 22a41204a0117fdd7bbeaadc4cf3cd95 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1045/debian.README.gz for details. Package: linux-headers-5.4.0-1046-raspi Description-md5: 449c5a6bddb9a006a32719474d10e6a6 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1046/debian.README.gz for details. Package: linux-headers-5.4.0-1047-raspi Description-md5: db158b97539c58afaf5168c610db0dae Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1047/debian.README.gz for details. Package: linux-headers-5.4.0-1048-raspi Description-md5: 5e408ba905bd9885250b0a0411d978f8 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1048/debian.README.gz for details. Package: linux-headers-5.4.0-1050-raspi Description-md5: 4fa983db0540f92d6753416b329056e8 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1050/debian.README.gz for details. Package: linux-headers-5.4.0-1052-raspi Description-md5: 73487f607e37f2a8b27d2b9cd3e0ca3f Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1052/debian.README.gz for details. Package: linux-headers-5.4.0-1053-raspi Description-md5: 78f9a9279e7f08be0a31004dea70de45 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1053/debian.README.gz for details. Package: linux-headers-5.4.0-1055-raspi Description-md5: ee639d48775520796121c2bd24d5278d Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1055/debian.README.gz for details. Package: linux-headers-5.4.0-1056-raspi Description-md5: ee755e577da952faaa2dbba435817114 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1056/debian.README.gz for details. Package: linux-headers-5.4.0-1058-raspi Description-md5: b3ac842e2f42ecd18ea9761380a1ab86 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1058/debian.README.gz for details. Package: linux-headers-5.4.0-1059-raspi Description-md5: 9683f37024e1aea56d9ac47a339bd778 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1059/debian.README.gz for details. Package: linux-headers-5.4.0-1060-raspi Description-md5: 2f0b84ab69e2ef89dd6093946e1863ed Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1060/debian.README.gz for details. Package: linux-headers-5.4.0-1062-raspi Description-md5: 4da53387b02ab817777f56c2db4e4052 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1062/debian.README.gz for details. Package: linux-headers-5.4.0-1065-raspi Description-md5: 907d79d6d717938cc4a28a35c8cd241f Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1065/debian.README.gz for details. Package: linux-headers-5.4.0-1066-raspi Description-md5: 78329702b5682a8d16bd1312a815b236 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1066/debian.README.gz for details. Package: linux-headers-5.4.0-1068-raspi Description-md5: a2e8d1d324f6b6c847106c08f7b62e08 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1068/debian.README.gz for details. Package: linux-headers-5.4.0-1069-raspi Description-md5: 35239da93451442a05ba96fd167d3d93 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1069/debian.README.gz for details. Package: linux-headers-5.4.0-1070-raspi Description-md5: 9fd69b8efe92b191d5ad1a218b5aa86d Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1070/debian.README.gz for details. Package: linux-headers-5.4.0-1071-raspi Description-md5: 47a5d08e4d76b5a5d677852a47499304 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1071/debian.README.gz for details. Package: linux-headers-5.4.0-1073-raspi Description-md5: aa6c1e5b38179e65bb72dc6f055a407f Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1073/debian.README.gz for details. Package: linux-headers-5.4.0-1074-raspi Description-md5: 80d3b644e0650df9343fc5286e4b497f Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1074/debian.README.gz for details. Package: linux-headers-5.4.0-1077-raspi Description-md5: 9be5b9455d84853993d78b61b827dbb2 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1077/debian.README.gz for details. Package: linux-headers-5.4.0-1078-raspi Description-md5: 97e838464c77156ff93fecf85929e755 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1078/debian.README.gz for details. Package: linux-headers-5.4.0-1079-raspi Description-md5: 510550887f9328f2bacf44b8a1aff32b Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1079/debian.README.gz for details. Package: linux-headers-5.4.0-1080-raspi Description-md5: 8ee4da196d469ae488085ceb521b41b3 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1080/debian.README.gz for details. Package: linux-headers-5.4.0-1081-raspi Description-md5: 7b0b1c0617baa22b4995959139303b11 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1081/debian.README.gz for details. Package: linux-headers-5.4.0-1082-raspi Description-md5: 4756aa124a0308b97724de7efdb0a5a1 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1082/debian.README.gz for details. Package: linux-headers-5.4.0-1083-raspi Description-md5: 988d3b1c8b87097f84e0669d83e0225f Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1083/debian.README.gz for details. Package: linux-headers-5.4.0-1084-raspi Description-md5: cf9a5cd6fe9c3fdc5f00e09b7496efb6 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1084/debian.README.gz for details. Package: linux-headers-5.4.0-1085-raspi Description-md5: 6184236d3652ed1899e830c7dab11bb6 Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1085/debian.README.gz for details. Package: linux-headers-5.4.0-1086-raspi Description-md5: 4b7475ced9b1b34d64561cdac6ee091c Description-en: Linux kernel headers for version 5.4.0 on ARM (hard float) SMP This package provides kernel header files for version 5.4.0 on ARM (hard float) SMP. . This is for sites that want the latest kernel headers. Please read /usr/share/doc/linux-headers-5.4.0-1086/debian.README.gz for details. Package: linux-image-4.15.0-1012-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-1013-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-1017-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-1018-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-1020-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-1021-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-1022-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-1024-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-1028-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-1029-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-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-1033-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-1036-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-1037-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-1038-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-1040-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-1041-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-1043-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-1044-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-1045-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-1047-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-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1111-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-1114-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-1115-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-1117-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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-5.3.0-1017-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1018-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1019-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1021-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1022-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1023-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1026-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1027-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1028-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1030-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1032-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1033-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1035-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1036-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1037-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1038-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1039-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1040-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1041-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.3.0-1042-raspi2 Description-md5: 52de93c9e3c637e1dac862238483887b Description-en: Linux kernel image for version 5.3.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.3.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-5.4.0-1013-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1015-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1016-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1018-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1019-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1021-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1022-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1025-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1026-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1028-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1029-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1030-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1032-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1033-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1034-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1035-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1036-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1038-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1041-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1042-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1043-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1044-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1045-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1046-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1047-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1048-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1050-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1052-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1053-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1055-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1056-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1058-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1059-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1060-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1062-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1065-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1066-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1068-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1069-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1070-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1071-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1073-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1074-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1077-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1078-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1079-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1080-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1081-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1082-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1083-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1084-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1085-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-image-5.4.0-1086-raspi Description-md5: 4f3703aa5afcafc248ea84f5a9a3a4ec Description-en: Linux kernel image for version 5.4.0 on ARM (hard float) SMP This package contains the Linux kernel image for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-4.15.0-1012-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-1013-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-1017-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-1018-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-1020-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-1021-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-1022-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-1024-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-1028-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-1029-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-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-1033-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-1036-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-1037-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-1038-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-1040-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-1041-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-1043-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-1044-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-1045-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-1047-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-1048-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-1049-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-1050-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-1052-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-1053-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-1054-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-1055-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-1057-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-1060-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-1061-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-1062-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-1063-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-1065-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-1067-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-1068-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-1070-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-1071-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-1073-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-1076-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-1077-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-1078-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-1079-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-1080-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-1081-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-1082-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-1083-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-1084-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-1085-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-1086-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-1089-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-1092-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-1093-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-1094-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-1095-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-1096-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-1097-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-1098-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-1099-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-1101-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-1102-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-1103-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-1105-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-1106-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-1107-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-1108-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-1111-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-1114-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-1115-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-1117-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-1119-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-1120-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-1121-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-1124-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-1125-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-1126-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-1127-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-1128-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-1129-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-1130-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-1131-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-1132-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-1133-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-1134-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-5.3.0-1017-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1018-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1019-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1021-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1022-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1023-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1026-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1027-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1028-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1030-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1032-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1033-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1035-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1036-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1037-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1038-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1039-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1040-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1041-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.3.0-1042-raspi2 Description-md5: 17ac4927bd71c4028646c7987c9f11c2 Description-en: Linux kernel extra modules for version 5.3.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-5.4.0-1013-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1015-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1016-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1018-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1019-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1021-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1022-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1025-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1026-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1028-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1029-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1030-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1032-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1033-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1034-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1035-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1036-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1038-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1041-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1042-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1043-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1044-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1045-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1046-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1047-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1048-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1050-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1052-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1053-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1055-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1056-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1058-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1059-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1060-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1062-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1065-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1066-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1068-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1069-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1070-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1071-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1073-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1074-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1077-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1078-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1079-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1080-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1081-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1082-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1083-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1084-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1085-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-modules-5.4.0-1086-raspi Description-md5: 6ed40ab6062521e9926ae5b7a38582b1 Description-en: Linux kernel extra modules for version 5.4.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-raspi meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed. Package: linux-raspi-5.4-tools-5.4.0-1013 Description-md5: 5bdc29e268f723945397921155981587 Description-en: Linux kernel version specific tools for version 5.4.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1013 on ARM (hard float). You probably want to install linux-tools-5.4.0-1013-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1015 Description-md5: 9317f5d3f929c8b14f54116cd9f2d053 Description-en: Linux kernel version specific tools for version 5.4.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1015 on ARM (hard float). You probably want to install linux-tools-5.4.0-1015-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1016 Description-md5: 50a44652a62e9a07702097fe1f9214d4 Description-en: Linux kernel version specific tools for version 5.4.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1016 on ARM (hard float). You probably want to install linux-tools-5.4.0-1016-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1018 Description-md5: 8a4a6d8e56931bfafd14c06524660a8f Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on ARM (hard float). You probably want to install linux-tools-5.4.0-1018-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1019 Description-md5: 4b0f206c919c04460f771da0a53f2bed Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on ARM (hard float). You probably want to install linux-tools-5.4.0-1019-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1021 Description-md5: 61fc0eb9eca1b934ef8b27e54d1d0eb6 Description-en: Linux kernel version specific tools for version 5.4.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1021 on ARM (hard float). You probably want to install linux-tools-5.4.0-1021-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1022 Description-md5: 460d263bc1ce8ef1b39a857b59228758 Description-en: Linux kernel version specific tools for version 5.4.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1022 on ARM (hard float). You probably want to install linux-tools-5.4.0-1022-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1025 Description-md5: 6e6c6e1aca387b5f838a425b379b49ba Description-en: Linux kernel version specific tools for version 5.4.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1025 on ARM (hard float). You probably want to install linux-tools-5.4.0-1025-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1026 Description-md5: 4995217c8d3fe35329e1dd86ef554ef5 Description-en: Linux kernel version specific tools for version 5.4.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1026 on ARM (hard float). You probably want to install linux-tools-5.4.0-1026-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1028 Description-md5: e952c6c384be57e9b16224e4a7aa7987 Description-en: Linux kernel version specific tools for version 5.4.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1028 on ARM (hard float). You probably want to install linux-tools-5.4.0-1028-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1029 Description-md5: e536bd7370cb7af44bd2b1465480be6b Description-en: Linux kernel version specific tools for version 5.4.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1029 on ARM (hard float). You probably want to install linux-tools-5.4.0-1029-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1030 Description-md5: 0e574a8b298ae434ab4e0c9669cd5048 Description-en: Linux kernel version specific tools for version 5.4.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1030 on ARM (hard float). You probably want to install linux-tools-5.4.0-1030-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1032 Description-md5: 0eaa4e04eef49bb0065cbe1664a6b40c Description-en: Linux kernel version specific tools for version 5.4.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1032 on ARM (hard float). You probably want to install linux-tools-5.4.0-1032-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1033 Description-md5: 23890bd42ac604091df69c95731ddf17 Description-en: Linux kernel version specific tools for version 5.4.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1033 on ARM (hard float). You probably want to install linux-tools-5.4.0-1033-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1034 Description-md5: bd51c549a0f18ee2a00635676958c203 Description-en: Linux kernel version specific tools for version 5.4.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1034 on ARM (hard float). You probably want to install linux-tools-5.4.0-1034-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1035 Description-md5: f42fda719968e6e403026f5308c0a694 Description-en: Linux kernel version specific tools for version 5.4.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1035 on ARM (hard float). You probably want to install linux-tools-5.4.0-1035-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1036 Description-md5: b7b4b6a7da766ca3f50b3a269a72894e Description-en: Linux kernel version specific tools for version 5.4.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1036 on ARM (hard float). You probably want to install linux-tools-5.4.0-1036-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1038 Description-md5: ff029ecf25016cbbb2d24215d4b0d456 Description-en: Linux kernel version specific tools for version 5.4.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1038 on ARM (hard float). You probably want to install linux-tools-5.4.0-1038-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1041 Description-md5: 6759368858dc0393389d2b975bfa224a Description-en: Linux kernel version specific tools for version 5.4.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1041 on ARM (hard float). You probably want to install linux-tools-5.4.0-1041-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1042 Description-md5: 3b591dce20f45191743a06b8b40c85f3 Description-en: Linux kernel version specific tools for version 5.4.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1042 on ARM (hard float). You probably want to install linux-tools-5.4.0-1042-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1043 Description-md5: b9e8a7feeff72f61a0a3195a2a8d673d Description-en: Linux kernel version specific tools for version 5.4.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1043 on ARM (hard float). You probably want to install linux-tools-5.4.0-1043-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1044 Description-md5: 5b1dca05621e9e94d48b17ffd2be414f Description-en: Linux kernel version specific tools for version 5.4.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1044 on ARM (hard float). You probably want to install linux-tools-5.4.0-1044-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1045 Description-md5: bbaf2c91d4e765a5856653012ed8446f Description-en: Linux kernel version specific tools for version 5.4.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1045 on ARM (hard float). You probably want to install linux-tools-5.4.0-1045-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1046 Description-md5: e9464de62b82083fabf63b93e0782491 Description-en: Linux kernel version specific tools for version 5.4.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1046 on ARM (hard float). You probably want to install linux-tools-5.4.0-1046-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1047 Description-md5: 89678fbeba28144d8e973913ddff40c2 Description-en: Linux kernel version specific tools for version 5.4.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1047 on ARM (hard float). You probably want to install linux-tools-5.4.0-1047-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1048 Description-md5: 97c9acc454b4d0676aa317c121f7c89d Description-en: Linux kernel version specific tools for version 5.4.0-1048 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1048 on ARM (hard float). You probably want to install linux-tools-5.4.0-1048-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1050 Description-md5: 98285bc41d49b8aa2998aeeb901c985e Description-en: Linux kernel version specific tools for version 5.4.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1050 on ARM (hard float). You probably want to install linux-tools-5.4.0-1050-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1052 Description-md5: 5236d04a4e464930a795b332b051d33f Description-en: Linux kernel version specific tools for version 5.4.0-1052 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1052 on ARM (hard float). You probably want to install linux-tools-5.4.0-1052-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1053 Description-md5: 4bacf995a42e5aab75a6355da9ef1283 Description-en: Linux kernel version specific tools for version 5.4.0-1053 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1053 on ARM (hard float). You probably want to install linux-tools-5.4.0-1053-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1055 Description-md5: 0ce612753e2418407b26651fdb23c9f3 Description-en: Linux kernel version specific tools for version 5.4.0-1055 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1055 on ARM (hard float). You probably want to install linux-tools-5.4.0-1055-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1056 Description-md5: 665c7acd4617940b1285c685008cbee2 Description-en: Linux kernel version specific tools for version 5.4.0-1056 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1056 on ARM (hard float). You probably want to install linux-tools-5.4.0-1056-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1058 Description-md5: e0db55b51948588aba9c32a1a154eed9 Description-en: Linux kernel version specific tools for version 5.4.0-1058 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1058 on ARM (hard float). You probably want to install linux-tools-5.4.0-1058-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1059 Description-md5: bd2055066732638cc8e214e473568724 Description-en: Linux kernel version specific tools for version 5.4.0-1059 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1059 on ARM (hard float). You probably want to install linux-tools-5.4.0-1059-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1060 Description-md5: 8aa84df4e39e7286d7427fe06af1bfc3 Description-en: Linux kernel version specific tools for version 5.4.0-1060 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1060 on ARM (hard float). You probably want to install linux-tools-5.4.0-1060-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1062 Description-md5: 79ffd14796e073c7b8d813e3fcc71283 Description-en: Linux kernel version specific tools for version 5.4.0-1062 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1062 on ARM (hard float). You probably want to install linux-tools-5.4.0-1062-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1065 Description-md5: 2197c4346b28cab06dc2be1896c6c514 Description-en: Linux kernel version specific tools for version 5.4.0-1065 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1065 on ARM (hard float). You probably want to install linux-tools-5.4.0-1065-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1066 Description-md5: 00feb13306f641ba4987e4a02852fa4f Description-en: Linux kernel version specific tools for version 5.4.0-1066 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1066 on ARM (hard float). You probably want to install linux-tools-5.4.0-1066-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1068 Description-md5: 2cca918237420f674eaab1bded9d92ca Description-en: Linux kernel version specific tools for version 5.4.0-1068 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1068 on ARM (hard float). You probably want to install linux-tools-5.4.0-1068-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1069 Description-md5: 9342a81f1b53eb44d0ad2c93562a5ba7 Description-en: Linux kernel version specific tools for version 5.4.0-1069 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1069 on ARM (hard float). You probably want to install linux-tools-5.4.0-1069-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1070 Description-md5: b17f29c1046d23adc0e77a0309f34dbb Description-en: Linux kernel version specific tools for version 5.4.0-1070 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1070 on ARM (hard float). You probably want to install linux-tools-5.4.0-1070-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1071 Description-md5: e2cb68ae55f7f2fd1ce5c1efa7608a96 Description-en: Linux kernel version specific tools for version 5.4.0-1071 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1071 on ARM (hard float). You probably want to install linux-tools-5.4.0-1071-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1073 Description-md5: bb51652fb1e3028e0f696d7dc55512d1 Description-en: Linux kernel version specific tools for version 5.4.0-1073 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1073 on ARM (hard float). You probably want to install linux-tools-5.4.0-1073-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1074 Description-md5: 8da9c350814053020f912bafecfad928 Description-en: Linux kernel version specific tools for version 5.4.0-1074 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1074 on ARM (hard float). You probably want to install linux-tools-5.4.0-1074-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1077 Description-md5: dbf982c6861b10d31e75e25637703b57 Description-en: Linux kernel version specific tools for version 5.4.0-1077 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1077 on ARM (hard float). You probably want to install linux-tools-5.4.0-1077-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1078 Description-md5: 755a19b629bba62ec8aba2d33c1dcd6f Description-en: Linux kernel version specific tools for version 5.4.0-1078 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1078 on ARM (hard float). You probably want to install linux-tools-5.4.0-1078-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1079 Description-md5: b777ab195f7046aa4950f375df91c796 Description-en: Linux kernel version specific tools for version 5.4.0-1079 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1079 on ARM (hard float). You probably want to install linux-tools-5.4.0-1079-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1080 Description-md5: 66e9be32c924bf901c077254e8e04eb9 Description-en: Linux kernel version specific tools for version 5.4.0-1080 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1080 on ARM (hard float). You probably want to install linux-tools-5.4.0-1080-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1081 Description-md5: 3b8b7e777ccf277302d6a83d34c56ba6 Description-en: Linux kernel version specific tools for version 5.4.0-1081 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1081 on ARM (hard float). You probably want to install linux-tools-5.4.0-1081-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1082 Description-md5: e1bf40765956c85724183b23de7f185d Description-en: Linux kernel version specific tools for version 5.4.0-1082 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1082 on ARM (hard float). You probably want to install linux-tools-5.4.0-1082-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1083 Description-md5: 47d2d5aa805b7c6a24c43327a22e23c0 Description-en: Linux kernel version specific tools for version 5.4.0-1083 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1083 on ARM (hard float). You probably want to install linux-tools-5.4.0-1083-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1084 Description-md5: 38f8f8cd2ec50186596c505d3f0373b6 Description-en: Linux kernel version specific tools for version 5.4.0-1084 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1084 on ARM (hard float). You probably want to install linux-tools-5.4.0-1084-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1085 Description-md5: 1a6ebd7517d971131196f1c15f2e3c64 Description-en: Linux kernel version specific tools for version 5.4.0-1085 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1085 on ARM (hard float). You probably want to install linux-tools-5.4.0-1085-<flavour>. Package: linux-raspi-5.4-tools-5.4.0-1086 Description-md5: 33a8f028c5bec87061ed8d8d93db720a Description-en: Linux kernel version specific tools for version 5.4.0-1086 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1086 on ARM (hard float). You probably want to install linux-tools-5.4.0-1086-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1017 Description-md5: 022440d0c470cb6123ed06eeba0b0928 Description-en: Linux kernel version specific tools for version 5.3.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1017 on ARM (hard float). You probably want to install linux-tools-5.3.0-1017-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1018 Description-md5: 99054a4070dc6edd3fc8aa038d0b1898 Description-en: Linux kernel version specific tools for version 5.3.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1018 on ARM (hard float). You probably want to install linux-tools-5.3.0-1018-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1019 Description-md5: c27bafb50c2a2d883965304a4cbe06ab Description-en: Linux kernel version specific tools for version 5.3.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1019 on ARM (hard float). You probably want to install linux-tools-5.3.0-1019-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1021 Description-md5: 50748b069a57a8a5cd6f4166dcc1c487 Description-en: Linux kernel version specific tools for version 5.3.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1021 on ARM (hard float). You probably want to install linux-tools-5.3.0-1021-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1022 Description-md5: 013eaf0185c2c83b5ccbc461784a1c15 Description-en: Linux kernel version specific tools for version 5.3.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1022 on ARM (hard float). You probably want to install linux-tools-5.3.0-1022-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1023 Description-md5: 69c385a10c879aea3fbd85dfbd4e3ab7 Description-en: Linux kernel version specific tools for version 5.3.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1023 on ARM (hard float). You probably want to install linux-tools-5.3.0-1023-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1026 Description-md5: 8991e56551593b93da03e096f47be8d7 Description-en: Linux kernel version specific tools for version 5.3.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1026 on ARM (hard float). You probably want to install linux-tools-5.3.0-1026-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1027 Description-md5: cf4464ea527c94639c2ae4a7aee35107 Description-en: Linux kernel version specific tools for version 5.3.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1027 on ARM (hard float). You probably want to install linux-tools-5.3.0-1027-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1028 Description-md5: 54002bf46fee71731c8c6be90695c067 Description-en: Linux kernel version specific tools for version 5.3.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1028 on ARM (hard float). You probably want to install linux-tools-5.3.0-1028-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1030 Description-md5: 7b882f92151110fa66e41f192302f4a1 Description-en: Linux kernel version specific tools for version 5.3.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1030 on ARM (hard float). You probably want to install linux-tools-5.3.0-1030-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1032 Description-md5: 432f59c35b55027b61f7af95a676be60 Description-en: Linux kernel version specific tools for version 5.3.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1032 on ARM (hard float). You probably want to install linux-tools-5.3.0-1032-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1033 Description-md5: c3afea315a5f0a42b643223f293b5c6b Description-en: Linux kernel version specific tools for version 5.3.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1033 on ARM (hard float). You probably want to install linux-tools-5.3.0-1033-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1035 Description-md5: e0c47d64285ff88bedb1dda2a9df2987 Description-en: Linux kernel version specific tools for version 5.3.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1035 on ARM (hard float). You probably want to install linux-tools-5.3.0-1035-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1036 Description-md5: 04f84410b495f9dee6375ce131d29e26 Description-en: Linux kernel version specific tools for version 5.3.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1036 on ARM (hard float). You probably want to install linux-tools-5.3.0-1036-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1037 Description-md5: cbaee4c8084941ac23df8a2c43a8fac3 Description-en: Linux kernel version specific tools for version 5.3.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1037 on ARM (hard float). You probably want to install linux-tools-5.3.0-1037-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1038 Description-md5: c027ec10537af9f2e0e7df64182a9d6b Description-en: Linux kernel version specific tools for version 5.3.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1038 on ARM (hard float). You probably want to install linux-tools-5.3.0-1038-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1039 Description-md5: 0face38292ce6cf04e259b8aad516782 Description-en: Linux kernel version specific tools for version 5.3.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1039 on ARM (hard float). You probably want to install linux-tools-5.3.0-1039-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1040 Description-md5: 1bcf4ea96346a8eef0fc85a62de26bee Description-en: Linux kernel version specific tools for version 5.3.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1040 on ARM (hard float). You probably want to install linux-tools-5.3.0-1040-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1041 Description-md5: 442e6a6cbe95e180cdd7f0dda58812de Description-en: Linux kernel version specific tools for version 5.3.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1041 on ARM (hard float). You probably want to install linux-tools-5.3.0-1041-<flavour>. Package: linux-raspi2-5.3-tools-5.3.0-1042 Description-md5: 6779630292314c9505de3c53e2b6c6c1 Description-en: Linux kernel version specific tools for version 5.3.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1042 on ARM (hard float). You probably want to install linux-tools-5.3.0-1042-<flavour>. Package: linux-raspi2-tools-4.15.0-1012 Description-md5: 960fcb50bcc10003214f41de71f045ba Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1012 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1013 Description-md5: e8648f8711f7b237e99fef470052479a Description-en: Linux kernel version specific tools for version 4.15.0-1013 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-1013 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1017 Description-md5: b7fb09a9f9d96102e8ba322f9cc6cd1e Description-en: Linux kernel version specific tools for version 4.15.0-1017 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-1017 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1018 Description-md5: 2687aa76d11a5ad2a49b1086870e6dba Description-en: Linux kernel version specific tools for version 4.15.0-1018 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-1018 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1020 Description-md5: 3b5c71870a75dcccf32faa8891cb3a96 Description-en: Linux kernel version specific tools for version 4.15.0-1020 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-1020 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1021 Description-md5: be064ef1bf5bacc354eaa6b294017167 Description-en: Linux kernel version specific tools for version 4.15.0-1021 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-1021 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1022 Description-md5: 905b3266f4d4ca4b7882dbdc7d80f49a Description-en: Linux kernel version specific tools for version 4.15.0-1022 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-1022 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1024 Description-md5: aacd32828e8ab6a4824e7a8cbc28adce Description-en: Linux kernel version specific tools for version 4.15.0-1024 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-1024 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1028 Description-md5: b15c71b2932da8c9829bb70ee96e98e0 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 ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1029 Description-md5: 764877cf59197660cbe2a512e7ab7076 Description-en: Linux kernel version specific tools for version 4.15.0-1029 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-1029 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. 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-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1033 Description-md5: aa1649bcd53ffd6b36bc1c2cd3445845 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 ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1036 Description-md5: ea2cd503d5264b6930c0ea9f4caf4096 Description-en: Linux kernel version specific tools for version 4.15.0-1036 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-1036 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1037 Description-md5: 47a7bdf7ced08aafaa7247d4fe5a1fdd Description-en: Linux kernel version specific tools for version 4.15.0-1037 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-1037 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1038 Description-md5: 37018a1caa3062663d2bc39cd52c9e8d Description-en: Linux kernel version specific tools for version 4.15.0-1038 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-1038 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1040 Description-md5: e7abf2d63464d2008931d68424bb894e Description-en: Linux kernel version specific tools for version 4.15.0-1040 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-1040 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1041 Description-md5: 6d457c7c89830e7f61e58e9527664717 Description-en: Linux kernel version specific tools for version 4.15.0-1041 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-1041 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1043 Description-md5: 44b87d081a2f2379c3afa8baba796abc Description-en: Linux kernel version specific tools for version 4.15.0-1043 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-1043 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1044 Description-md5: 6ef03d2a745ea654fa2c34d855de85ef Description-en: Linux kernel version specific tools for version 4.15.0-1044 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-1044 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1045 Description-md5: 5e76322d7a9b641a0a0de5130abfc0b1 Description-en: Linux kernel version specific tools for version 4.15.0-1045 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-1045 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1047 Description-md5: 5ab72274f19c39df56e97e78ee87ad7d Description-en: Linux kernel version specific tools for version 4.15.0-1047 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-1047 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1048 Description-md5: 148b6898af1c7053d3231fc21fd765f1 Description-en: Linux kernel version specific tools for version 4.15.0-1048 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-1048 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1049 Description-md5: 608a37226230f0afa0e0c7fde43e886f Description-en: Linux kernel version specific tools for version 4.15.0-1049 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-1049 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1050 Description-md5: 8c811f4c16a1354a4aa0bd2f4964afe5 Description-en: Linux kernel version specific tools for version 4.15.0-1050 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-1050 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1052 Description-md5: a490bb5371d1f819f84e273155d20415 Description-en: Linux kernel version specific tools for version 4.15.0-1052 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-1052 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1053 Description-md5: e899b3697bb2a0f4a9239e6e01d91c57 Description-en: Linux kernel version specific tools for version 4.15.0-1053 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-1053 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1054 Description-md5: 091580ee596e364dcf27289d526af288 Description-en: Linux kernel version specific tools for version 4.15.0-1054 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-1054 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1055 Description-md5: 04776fb1beb69e67821fea8e848bcf92 Description-en: Linux kernel version specific tools for version 4.15.0-1055 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-1055 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1057 Description-md5: 91fd6b216797822c9dc74875ac47d9b3 Description-en: Linux kernel version specific tools for version 4.15.0-1057 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-1057 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1060 Description-md5: 3e93957f38156b265b3f0c07ea7e857d Description-en: Linux kernel version specific tools for version 4.15.0-1060 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-1060 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1061 Description-md5: 16ba8ef15aa052eeebb4651ea0125085 Description-en: Linux kernel version specific tools for version 4.15.0-1061 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-1061 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1062 Description-md5: dd12ef043be4bf8daff453f5919e9925 Description-en: Linux kernel version specific tools for version 4.15.0-1062 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-1062 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1063 Description-md5: e426b444f6a290341090c5991bb627ce Description-en: Linux kernel version specific tools for version 4.15.0-1063 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-1063 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1065 Description-md5: c9eaaab4d9e7658c45bd78aec64dc724 Description-en: Linux kernel version specific tools for version 4.15.0-1065 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-1065 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1067 Description-md5: e99403e2c795dd4c912f5f486b186ef9 Description-en: Linux kernel version specific tools for version 4.15.0-1067 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-1067 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1068 Description-md5: c3493e8e305d79a391370efdd7e670e6 Description-en: Linux kernel version specific tools for version 4.15.0-1068 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-1068 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1070 Description-md5: 2324a0f3601b6addf0125c246d55634c Description-en: Linux kernel version specific tools for version 4.15.0-1070 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-1070 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1071 Description-md5: 5ec8f1bfe26727fbfeb72a3f53447b84 Description-en: Linux kernel version specific tools for version 4.15.0-1071 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-1071 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1073 Description-md5: 3a7376abfb7728306a61e1b2987dad08 Description-en: Linux kernel version specific tools for version 4.15.0-1073 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-1073 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1076 Description-md5: 14b71fb2c3d684118f6756b4cd814b47 Description-en: Linux kernel version specific tools for version 4.15.0-1076 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-1076 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1077 Description-md5: 3392e7283cfb1b55e581bf865ef28a19 Description-en: Linux kernel version specific tools for version 4.15.0-1077 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-1077 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1078 Description-md5: 0596e9778151d0497acb75be14b8e06b Description-en: Linux kernel version specific tools for version 4.15.0-1078 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-1078 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1079 Description-md5: 3be3a882773f8fdc972ccdcd579d40e7 Description-en: Linux kernel version specific tools for version 4.15.0-1079 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-1079 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1080 Description-md5: cb7b483c524b7e0e19b94242e6a27556 Description-en: Linux kernel version specific tools for version 4.15.0-1080 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-1080 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1081 Description-md5: 66c5b434ae65e45d25a2f021c62ce99e Description-en: Linux kernel version specific tools for version 4.15.0-1081 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-1081 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1082 Description-md5: f6c9c5b6520523cbbbd7ed5d637dd824 Description-en: Linux kernel version specific tools for version 4.15.0-1082 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-1082 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1083 Description-md5: 09f0c4d2673bf42816b5df378ed0e5a6 Description-en: Linux kernel version specific tools for version 4.15.0-1083 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-1083 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1084 Description-md5: 30ad34dcde7a7e4a521c10564618fe1b Description-en: Linux kernel version specific tools for version 4.15.0-1084 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-1084 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1085 Description-md5: f5affce281c6c78e5335ee9471380ebc Description-en: Linux kernel version specific tools for version 4.15.0-1085 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-1085 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1086 Description-md5: 6aa536f7c7439f0df990004c642d26da Description-en: Linux kernel version specific tools for version 4.15.0-1086 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-1086 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1089 Description-md5: fdadefbb10af8d8431c3039ed0c77ba1 Description-en: Linux kernel version specific tools for version 4.15.0-1089 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-1089 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1092 Description-md5: e924bbf6e00e00ca42984bce94e9623e Description-en: Linux kernel version specific tools for version 4.15.0-1092 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-1092 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1093 Description-md5: faad47b48861b2c57338c6b13ae5732f Description-en: Linux kernel version specific tools for version 4.15.0-1093 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-1093 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1094 Description-md5: 118e41740818be6949235e7611666789 Description-en: Linux kernel version specific tools for version 4.15.0-1094 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-1094 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1095 Description-md5: cb63a68e5a19259e818f6c65164dba72 Description-en: Linux kernel version specific tools for version 4.15.0-1095 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-1095 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1096 Description-md5: 9248a9b31e40a47cb76ed2223d68ab8f Description-en: Linux kernel version specific tools for version 4.15.0-1096 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-1096 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1097 Description-md5: c4e5499e1764923f2628263c5350d68a Description-en: Linux kernel version specific tools for version 4.15.0-1097 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-1097 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1098 Description-md5: c8f1c7ec202669ad2b690d90edca071f Description-en: Linux kernel version specific tools for version 4.15.0-1098 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-1098 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1099 Description-md5: cc9ad7d9bc96785762379995f3a887ea Description-en: Linux kernel version specific tools for version 4.15.0-1099 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-1099 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1101 Description-md5: 47266ae756a19bae9833231e608e1b48 Description-en: Linux kernel version specific tools for version 4.15.0-1101 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-1101 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1102 Description-md5: 74e1f5852abac76d6128b56a9c3ff574 Description-en: Linux kernel version specific tools for version 4.15.0-1102 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-1102 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1103 Description-md5: 3b97b6092864b88ac75e4493d7e9617f Description-en: Linux kernel version specific tools for version 4.15.0-1103 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-1103 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1105 Description-md5: 37ff427add09de7c961ff6714f7bd13a Description-en: Linux kernel version specific tools for version 4.15.0-1105 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-1105 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1106 Description-md5: 91463b03e6078341d3461781d6ce0162 Description-en: Linux kernel version specific tools for version 4.15.0-1106 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-1106 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1107 Description-md5: 62153ce6dffb5ae2634a903de8b2aeff Description-en: Linux kernel version specific tools for version 4.15.0-1107 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-1107 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1108 Description-md5: d73597903080d00a8ddb578ade5b9ae3 Description-en: Linux kernel version specific tools for version 4.15.0-1108 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-1108 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1111 Description-md5: b8e6c8be2705e81b3ac202761259739e Description-en: Linux kernel version specific tools for version 4.15.0-1111 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-1111 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1114 Description-md5: d3a77e3703d166e681511d35ab1556d8 Description-en: Linux kernel version specific tools for version 4.15.0-1114 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-1114 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1115 Description-md5: 641a0ea3cd7eab9b9899a7725bcf9c39 Description-en: Linux kernel version specific tools for version 4.15.0-1115 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-1115 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1117 Description-md5: 90f6cc4525e30108cf472fa70c06924e Description-en: Linux kernel version specific tools for version 4.15.0-1117 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-1117 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1119 Description-md5: d621e9d427fd53e1a1b4e3a3c90f4f25 Description-en: Linux kernel version specific tools for version 4.15.0-1119 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-1119 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1120 Description-md5: 9979c2cc84ed94a29e42296dd2decd02 Description-en: Linux kernel version specific tools for version 4.15.0-1120 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-1120 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1121 Description-md5: 40f7b860699eda79dbc2fe96fef62fa9 Description-en: Linux kernel version specific tools for version 4.15.0-1121 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-1121 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1124 Description-md5: bf3444a1e143210ac01f63537cbf21f8 Description-en: Linux kernel version specific tools for version 4.15.0-1124 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-1124 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1125 Description-md5: df8502f738486cc6135e8d671a7aea27 Description-en: Linux kernel version specific tools for version 4.15.0-1125 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-1125 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1126 Description-md5: 572282ec03af1de8419d4a416a9ab517 Description-en: Linux kernel version specific tools for version 4.15.0-1126 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-1126 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1127 Description-md5: 1c29b2fe4400aede789eded88c449b15 Description-en: Linux kernel version specific tools for version 4.15.0-1127 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-1127 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1128 Description-md5: e5017da9093599b30ea1486e6d4308b5 Description-en: Linux kernel version specific tools for version 4.15.0-1128 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-1128 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1129 Description-md5: d5b086bf81b2811a64e57a9bf1eb4461 Description-en: Linux kernel version specific tools for version 4.15.0-1129 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-1129 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1130 Description-md5: 8ae503daac34d288ab864983a0007306 Description-en: Linux kernel version specific tools for version 4.15.0-1130 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-1130 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1131 Description-md5: d82bb88b094dcfdab366396785faabf7 Description-en: Linux kernel version specific tools for version 4.15.0-1131 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-1131 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1132 Description-md5: 8d42f4149140c61e368e3256b8515a1f Description-en: Linux kernel version specific tools for version 4.15.0-1132 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-1132 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1133 Description-md5: 9edbc85170cf3aaa10a7d0cc87e622ae Description-en: Linux kernel version specific tools for version 4.15.0-1133 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-1133 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-raspi2-tools-4.15.0-1134 Description-md5: 3038a8682be8cf2f4c39f83ff32d5814 Description-en: Linux kernel version specific tools for version 4.15.0-1134 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-1134 on ARM (hard float). You probabaly want to install the linux-tools-<flavour> meta package. Package: linux-tools-4.15.0-1012-raspi2 Description-md5: 4772e8daa32cdb335b00fdf6547df1cd Description-en: Linux kernel version specific tools for version 4.15.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.15.0-1012 on ARM (hard float). Package: linux-tools-4.15.0-1013-raspi2 Description-md5: 1906dbbfeb3ade6beeda7d8b0428ed64 Description-en: Linux kernel version specific tools for version 4.15.0-1013 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-1013 on ARM (hard float). Package: linux-tools-4.15.0-1017-raspi2 Description-md5: f3807bbbf29fb112fd00afc7159b8e64 Description-en: Linux kernel version specific tools for version 4.15.0-1017 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-1017 on ARM (hard float). Package: linux-tools-4.15.0-1018-raspi2 Description-md5: 9d9bda012f575571f34b783f8a8d5518 Description-en: Linux kernel version specific tools for version 4.15.0-1018 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-1018 on ARM (hard float). Package: linux-tools-4.15.0-1020-raspi2 Description-md5: 5089cc14cc63fe918cc7425dd3a2ef12 Description-en: Linux kernel version specific tools for version 4.15.0-1020 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-1020 on ARM (hard float). Package: linux-tools-4.15.0-1021-raspi2 Description-md5: 9508104b3ae99ad507c8445f804e61d0 Description-en: Linux kernel version specific tools for version 4.15.0-1021 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-1021 on ARM (hard float). Package: linux-tools-4.15.0-1022-raspi2 Description-md5: 242ffcd0636f0ccdc7ac83d9e54a09f6 Description-en: Linux kernel version specific tools for version 4.15.0-1022 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-1022 on ARM (hard float). Package: linux-tools-4.15.0-1024-raspi2 Description-md5: 254a36b0da8bbeb9ac6bf4465bc98baf Description-en: Linux kernel version specific tools for version 4.15.0-1024 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-1024 on ARM (hard float). Package: linux-tools-4.15.0-1028-raspi2 Description-md5: 439a24d0c45df573962803db6c633cbd 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 ARM (hard float). Package: linux-tools-4.15.0-1029-raspi2 Description-md5: a39579b31d112e37de54d3a76827306f Description-en: Linux kernel version specific tools for version 4.15.0-1029 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-1029 on ARM (hard float). 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-1033-raspi2 Description-md5: e9f5109d7e1ae3d3c2a79d4465e5dd33 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 ARM (hard float). Package: linux-tools-4.15.0-1036-raspi2 Description-md5: 80fd22b843612feac8fe78c074d65ee0 Description-en: Linux kernel version specific tools for version 4.15.0-1036 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-1036 on ARM (hard float). Package: linux-tools-4.15.0-1037-raspi2 Description-md5: 003987b4394d201301e7614714209ce9 Description-en: Linux kernel version specific tools for version 4.15.0-1037 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-1037 on ARM (hard float). Package: linux-tools-4.15.0-1038-raspi2 Description-md5: 77ae378a199677355c9ed39d8d4f0427 Description-en: Linux kernel version specific tools for version 4.15.0-1038 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-1038 on ARM (hard float). Package: linux-tools-4.15.0-1040-raspi2 Description-md5: f61757900a726f2408c5ad43c5ead7fa Description-en: Linux kernel version specific tools for version 4.15.0-1040 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-1040 on ARM (hard float). Package: linux-tools-4.15.0-1041-raspi2 Description-md5: 429ddcdafc4c4751a4c35f36be47ba74 Description-en: Linux kernel version specific tools for version 4.15.0-1041 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-1041 on ARM (hard float). Package: linux-tools-4.15.0-1043-raspi2 Description-md5: a47d31ff0b959f1a0d6d052f66553f9e Description-en: Linux kernel version specific tools for version 4.15.0-1043 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-1043 on ARM (hard float). Package: linux-tools-4.15.0-1044-raspi2 Description-md5: 966b2019e47f5a93103ff306e41e48ae Description-en: Linux kernel version specific tools for version 4.15.0-1044 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-1044 on ARM (hard float). Package: linux-tools-4.15.0-1045-raspi2 Description-md5: 99050d75692a4b770c2a31eac53555e1 Description-en: Linux kernel version specific tools for version 4.15.0-1045 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-1045 on ARM (hard float). Package: linux-tools-4.15.0-1047-raspi2 Description-md5: 6b5e32bdf5b9fb934271f13acc37c822 Description-en: Linux kernel version specific tools for version 4.15.0-1047 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-1047 on ARM (hard float). Package: linux-tools-4.15.0-1048-raspi2 Description-md5: f362d3295f6f677d3e53e7a92a5a9338 Description-en: Linux kernel version specific tools for version 4.15.0-1048 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-1048 on ARM (hard float). Package: linux-tools-4.15.0-1049-raspi2 Description-md5: 6e139de7027b60d09c8f7280159f8448 Description-en: Linux kernel version specific tools for version 4.15.0-1049 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-1049 on ARM (hard float). Package: linux-tools-4.15.0-1050-raspi2 Description-md5: 1fafb3ccd2d88c135b651a37d302c188 Description-en: Linux kernel version specific tools for version 4.15.0-1050 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-1050 on ARM (hard float). Package: linux-tools-4.15.0-1052-raspi2 Description-md5: c67ee71a01e00b6c1cb1833fbf09a0c8 Description-en: Linux kernel version specific tools for version 4.15.0-1052 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-1052 on ARM (hard float). Package: linux-tools-4.15.0-1053-raspi2 Description-md5: 7198c753bcf53ea537c642813868fc15 Description-en: Linux kernel version specific tools for version 4.15.0-1053 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-1053 on ARM (hard float). Package: linux-tools-4.15.0-1054-raspi2 Description-md5: f12287b96b0cb7b2b4af755868d67b49 Description-en: Linux kernel version specific tools for version 4.15.0-1054 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-1054 on ARM (hard float). Package: linux-tools-4.15.0-1055-raspi2 Description-md5: 45013808eb47ee5b71eadb12cd9d75e7 Description-en: Linux kernel version specific tools for version 4.15.0-1055 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-1055 on ARM (hard float). Package: linux-tools-4.15.0-1057-raspi2 Description-md5: 5f11258ac857b7f47df4ee30246256dc Description-en: Linux kernel version specific tools for version 4.15.0-1057 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-1057 on ARM (hard float). Package: linux-tools-4.15.0-1060-raspi2 Description-md5: cc6e94f361074e1dbcbf08a08d8fafda Description-en: Linux kernel version specific tools for version 4.15.0-1060 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-1060 on ARM (hard float). Package: linux-tools-4.15.0-1061-raspi2 Description-md5: 18b8888dc378009a243df665152cbcf1 Description-en: Linux kernel version specific tools for version 4.15.0-1061 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-1061 on ARM (hard float). Package: linux-tools-4.15.0-1062-raspi2 Description-md5: 4a74824a35f5855604d001e967e87c60 Description-en: Linux kernel version specific tools for version 4.15.0-1062 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-1062 on ARM (hard float). Package: linux-tools-4.15.0-1063-raspi2 Description-md5: 67f311e29ac4dc22165923fabba0b454 Description-en: Linux kernel version specific tools for version 4.15.0-1063 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-1063 on ARM (hard float). Package: linux-tools-4.15.0-1065-raspi2 Description-md5: c06ed832de165eee8c0eb0054bf434ae Description-en: Linux kernel version specific tools for version 4.15.0-1065 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-1065 on ARM (hard float). Package: linux-tools-4.15.0-1067-raspi2 Description-md5: 1ba4cd7fdd3b21910611b25845aa1c60 Description-en: Linux kernel version specific tools for version 4.15.0-1067 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-1067 on ARM (hard float). Package: linux-tools-4.15.0-1068-raspi2 Description-md5: ec859537eac0f9c6b655285d72323923 Description-en: Linux kernel version specific tools for version 4.15.0-1068 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-1068 on ARM (hard float). Package: linux-tools-4.15.0-1070-raspi2 Description-md5: 8ce0ca54bec0ab120cfdf389a57c0ad4 Description-en: Linux kernel version specific tools for version 4.15.0-1070 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-1070 on ARM (hard float). Package: linux-tools-4.15.0-1071-raspi2 Description-md5: 449e82141a8482fb84ad0053a88f2697 Description-en: Linux kernel version specific tools for version 4.15.0-1071 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-1071 on ARM (hard float). Package: linux-tools-4.15.0-1073-raspi2 Description-md5: 5a975f0a9c57619bd9d310eb28b99e59 Description-en: Linux kernel version specific tools for version 4.15.0-1073 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-1073 on ARM (hard float). Package: linux-tools-4.15.0-1076-raspi2 Description-md5: 1bd34f15612433255b7741abc6940f22 Description-en: Linux kernel version specific tools for version 4.15.0-1076 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-1076 on ARM (hard float). Package: linux-tools-4.15.0-1077-raspi2 Description-md5: 5fa16be4fb99c3fdef07c99392211447 Description-en: Linux kernel version specific tools for version 4.15.0-1077 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-1077 on ARM (hard float). Package: linux-tools-4.15.0-1078-raspi2 Description-md5: 47e2428197c82581dfa6d277041be2c7 Description-en: Linux kernel version specific tools for version 4.15.0-1078 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-1078 on ARM (hard float). Package: linux-tools-4.15.0-1079-raspi2 Description-md5: 47d28dfbe9391118e39149001390c20a Description-en: Linux kernel version specific tools for version 4.15.0-1079 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-1079 on ARM (hard float). Package: linux-tools-4.15.0-1080-raspi2 Description-md5: a7c9bd14bf4993ef2a71fb45641e1b0a Description-en: Linux kernel version specific tools for version 4.15.0-1080 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-1080 on ARM (hard float). Package: linux-tools-4.15.0-1081-raspi2 Description-md5: f8537ce50f212bef0fbcb28dc6b2e7b1 Description-en: Linux kernel version specific tools for version 4.15.0-1081 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-1081 on ARM (hard float). Package: linux-tools-4.15.0-1082-raspi2 Description-md5: 594683a728334918cb72901a3c486013 Description-en: Linux kernel version specific tools for version 4.15.0-1082 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-1082 on ARM (hard float). Package: linux-tools-4.15.0-1083-raspi2 Description-md5: 768b48611376da562280ba4e851b9081 Description-en: Linux kernel version specific tools for version 4.15.0-1083 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-1083 on ARM (hard float). Package: linux-tools-4.15.0-1084-raspi2 Description-md5: 41baf4608d80c9d6e4de4be203430ae2 Description-en: Linux kernel version specific tools for version 4.15.0-1084 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-1084 on ARM (hard float). Package: linux-tools-4.15.0-1085-raspi2 Description-md5: 8005d437953e0ed61f9356cef5a5a1c5 Description-en: Linux kernel version specific tools for version 4.15.0-1085 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-1085 on ARM (hard float). Package: linux-tools-4.15.0-1086-raspi2 Description-md5: 3d3722a40b6d4edf813a6261a78851ab Description-en: Linux kernel version specific tools for version 4.15.0-1086 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-1086 on ARM (hard float). Package: linux-tools-4.15.0-1089-raspi2 Description-md5: 4fd39fb67fba224ffbe0bb0782836df2 Description-en: Linux kernel version specific tools for version 4.15.0-1089 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-1089 on ARM (hard float). Package: linux-tools-4.15.0-1092-raspi2 Description-md5: 9ee4e9ba534ef805f74e59eb193d22e0 Description-en: Linux kernel version specific tools for version 4.15.0-1092 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-1092 on ARM (hard float). Package: linux-tools-4.15.0-1093-raspi2 Description-md5: b3d7171d557355733d0c0b402dd602c9 Description-en: Linux kernel version specific tools for version 4.15.0-1093 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-1093 on ARM (hard float). Package: linux-tools-4.15.0-1094-raspi2 Description-md5: c74e71edea6655bb7a29bc048c5e1a46 Description-en: Linux kernel version specific tools for version 4.15.0-1094 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-1094 on ARM (hard float). Package: linux-tools-4.15.0-1095-raspi2 Description-md5: 190e7a157c1e1839765cda6e8ad2cfb5 Description-en: Linux kernel version specific tools for version 4.15.0-1095 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-1095 on ARM (hard float). Package: linux-tools-4.15.0-1096-raspi2 Description-md5: 8008051989c884012608677a7e9a3b5f Description-en: Linux kernel version specific tools for version 4.15.0-1096 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-1096 on ARM (hard float). Package: linux-tools-4.15.0-1097-raspi2 Description-md5: 74ff3059b837040b788599b918739dcc Description-en: Linux kernel version specific tools for version 4.15.0-1097 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-1097 on ARM (hard float). Package: linux-tools-4.15.0-1098-raspi2 Description-md5: c2e80dad25ddcbdacf88dbac0e5a126f Description-en: Linux kernel version specific tools for version 4.15.0-1098 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-1098 on ARM (hard float). Package: linux-tools-4.15.0-1099-raspi2 Description-md5: 50268791f83d967bfe76e5ed4650f287 Description-en: Linux kernel version specific tools for version 4.15.0-1099 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-1099 on ARM (hard float). Package: linux-tools-4.15.0-1101-raspi2 Description-md5: 3fe4e66a63eee1720037b3514fc9174d Description-en: Linux kernel version specific tools for version 4.15.0-1101 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-1101 on ARM (hard float). Package: linux-tools-4.15.0-1102-raspi2 Description-md5: 7c0cb7f516805116034ac26e54bbbfd7 Description-en: Linux kernel version specific tools for version 4.15.0-1102 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-1102 on ARM (hard float). Package: linux-tools-4.15.0-1103-raspi2 Description-md5: 69bc9396cf92fa5b434c51c52e96d875 Description-en: Linux kernel version specific tools for version 4.15.0-1103 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-1103 on ARM (hard float). Package: linux-tools-4.15.0-1105-raspi2 Description-md5: bc2757a5993538a51ef1952120c78744 Description-en: Linux kernel version specific tools for version 4.15.0-1105 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-1105 on ARM (hard float). Package: linux-tools-4.15.0-1106-raspi2 Description-md5: cff968e037eb25d42e440d417b8db503 Description-en: Linux kernel version specific tools for version 4.15.0-1106 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-1106 on ARM (hard float). Package: linux-tools-4.15.0-1107-raspi2 Description-md5: 800c5de0b550b7384cbbcb4df82be560 Description-en: Linux kernel version specific tools for version 4.15.0-1107 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-1107 on ARM (hard float). Package: linux-tools-4.15.0-1108-raspi2 Description-md5: b2f61eeb50d6bb1c43d78a892d27ecfe Description-en: Linux kernel version specific tools for version 4.15.0-1108 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-1108 on ARM (hard float). Package: linux-tools-4.15.0-1111-raspi2 Description-md5: b32dfd06a7473f30fc9a758af044604c Description-en: Linux kernel version specific tools for version 4.15.0-1111 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-1111 on ARM (hard float). Package: linux-tools-4.15.0-1114-raspi2 Description-md5: 34b4ccdf6a0fc50ad043ef272e0273c2 Description-en: Linux kernel version specific tools for version 4.15.0-1114 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-1114 on ARM (hard float). Package: linux-tools-4.15.0-1115-raspi2 Description-md5: e015a55582ec7c41b286df61563751f8 Description-en: Linux kernel version specific tools for version 4.15.0-1115 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-1115 on ARM (hard float). Package: linux-tools-4.15.0-1117-raspi2 Description-md5: 2b83d87de5dae57537064f5f5dd37714 Description-en: Linux kernel version specific tools for version 4.15.0-1117 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-1117 on ARM (hard float). Package: linux-tools-4.15.0-1119-raspi2 Description-md5: a1c307f1bea57e7c417b06d4c2cd51c4 Description-en: Linux kernel version specific tools for version 4.15.0-1119 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-1119 on ARM (hard float). Package: linux-tools-4.15.0-1120-raspi2 Description-md5: 2639e1926277d929be32be6f2f97748c Description-en: Linux kernel version specific tools for version 4.15.0-1120 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-1120 on ARM (hard float). Package: linux-tools-4.15.0-1121-raspi2 Description-md5: 953cfab6d744253abd379fdb77c50a87 Description-en: Linux kernel version specific tools for version 4.15.0-1121 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-1121 on ARM (hard float). Package: linux-tools-4.15.0-1124-raspi2 Description-md5: ddb5563c74f2860e86f2d0335182775e Description-en: Linux kernel version specific tools for version 4.15.0-1124 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-1124 on ARM (hard float). Package: linux-tools-4.15.0-1125-raspi2 Description-md5: f850bb13d294a3bed32c9ab96af9773c Description-en: Linux kernel version specific tools for version 4.15.0-1125 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-1125 on ARM (hard float). Package: linux-tools-4.15.0-1126-raspi2 Description-md5: 324f7b65b4f3345ff1c4d04bb22ca3b9 Description-en: Linux kernel version specific tools for version 4.15.0-1126 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-1126 on ARM (hard float). Package: linux-tools-4.15.0-1127-raspi2 Description-md5: eab729f1cedb3c7d982442c5be9f08ac Description-en: Linux kernel version specific tools for version 4.15.0-1127 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-1127 on ARM (hard float). Package: linux-tools-4.15.0-1128-raspi2 Description-md5: bdc54a5834fe77df60d43fe3885352ec Description-en: Linux kernel version specific tools for version 4.15.0-1128 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-1128 on ARM (hard float). Package: linux-tools-4.15.0-1129-raspi2 Description-md5: 215d55db614c52022c4415e073e35dfe Description-en: Linux kernel version specific tools for version 4.15.0-1129 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-1129 on ARM (hard float). Package: linux-tools-4.15.0-1130-raspi2 Description-md5: c4e3a5081e69413a342eba085e687a09 Description-en: Linux kernel version specific tools for version 4.15.0-1130 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-1130 on ARM (hard float). Package: linux-tools-4.15.0-1131-raspi2 Description-md5: 7aa2a770be62f04a03560f4fa2ed6bfc Description-en: Linux kernel version specific tools for version 4.15.0-1131 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-1131 on ARM (hard float). Package: linux-tools-4.15.0-1132-raspi2 Description-md5: 3f9ad36d0f284dc95c77f5a94481136a Description-en: Linux kernel version specific tools for version 4.15.0-1132 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-1132 on ARM (hard float). Package: linux-tools-4.15.0-1133-raspi2 Description-md5: 5a5db5653137e19c7ac1db0a70a0690d Description-en: Linux kernel version specific tools for version 4.15.0-1133 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-1133 on ARM (hard float). Package: linux-tools-4.15.0-1134-raspi2 Description-md5: 09229de401c1b9231624e599bb6b8f63 Description-en: Linux kernel version specific tools for version 4.15.0-1134 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-1134 on ARM (hard float). Package: linux-tools-5.3.0-1017-raspi2 Description-md5: a99953ed6bf5253291742f074078d27f Description-en: Linux kernel version specific tools for version 5.3.0-1017 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1017 on ARM (hard float). Package: linux-tools-5.3.0-1018-raspi2 Description-md5: 2c0786259da10dcba8a517458ffbac06 Description-en: Linux kernel version specific tools for version 5.3.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1018 on ARM (hard float). Package: linux-tools-5.3.0-1019-raspi2 Description-md5: 5c4e4489de0860e8dea779e20a23d6fe Description-en: Linux kernel version specific tools for version 5.3.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1019 on ARM (hard float). Package: linux-tools-5.3.0-1021-raspi2 Description-md5: 914631b271af82646a906219a2de6114 Description-en: Linux kernel version specific tools for version 5.3.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1021 on ARM (hard float). Package: linux-tools-5.3.0-1022-raspi2 Description-md5: 8bd8992639e28f13e99e6b01ab215210 Description-en: Linux kernel version specific tools for version 5.3.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1022 on ARM (hard float). Package: linux-tools-5.3.0-1023-raspi2 Description-md5: ebcf281412ca57f450d4b04675d3a952 Description-en: Linux kernel version specific tools for version 5.3.0-1023 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1023 on ARM (hard float). Package: linux-tools-5.3.0-1026-raspi2 Description-md5: 377312ed4a73ecc39fe944854c03ce7d Description-en: Linux kernel version specific tools for version 5.3.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1026 on ARM (hard float). Package: linux-tools-5.3.0-1027-raspi2 Description-md5: 1cb2e104554f6b0fe7ac59755b5b6f87 Description-en: Linux kernel version specific tools for version 5.3.0-1027 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1027 on ARM (hard float). Package: linux-tools-5.3.0-1028-raspi2 Description-md5: 6edd66bb5c3e7dea006f81709b4a4451 Description-en: Linux kernel version specific tools for version 5.3.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1028 on ARM (hard float). Package: linux-tools-5.3.0-1030-raspi2 Description-md5: 3900d0fe5290240c848318d490916c10 Description-en: Linux kernel version specific tools for version 5.3.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1030 on ARM (hard float). Package: linux-tools-5.3.0-1032-raspi2 Description-md5: 3ffe5442c0d5126b470d6bd959c73934 Description-en: Linux kernel version specific tools for version 5.3.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1032 on ARM (hard float). Package: linux-tools-5.3.0-1033-raspi2 Description-md5: 2855fc7396e7ec17dfc9f5d6803c2f34 Description-en: Linux kernel version specific tools for version 5.3.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1033 on ARM (hard float). Package: linux-tools-5.3.0-1035-raspi2 Description-md5: 75d2706dbccb84ab575314564ab9adc5 Description-en: Linux kernel version specific tools for version 5.3.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1035 on ARM (hard float). Package: linux-tools-5.3.0-1036-raspi2 Description-md5: 4df5aec02660b34be86f7db609d7abf1 Description-en: Linux kernel version specific tools for version 5.3.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1036 on ARM (hard float). Package: linux-tools-5.3.0-1037-raspi2 Description-md5: 4e23b815fcccf948abc168f2f22a33c2 Description-en: Linux kernel version specific tools for version 5.3.0-1037 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1037 on ARM (hard float). Package: linux-tools-5.3.0-1038-raspi2 Description-md5: b27cf5d541de014917349fe0ed993ab4 Description-en: Linux kernel version specific tools for version 5.3.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1038 on ARM (hard float). Package: linux-tools-5.3.0-1039-raspi2 Description-md5: 0ce44cc745ba9bb6e30b87d733c59ee7 Description-en: Linux kernel version specific tools for version 5.3.0-1039 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1039 on ARM (hard float). Package: linux-tools-5.3.0-1040-raspi2 Description-md5: 14e1cd0d3c6f923080c77a5ec56768b4 Description-en: Linux kernel version specific tools for version 5.3.0-1040 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1040 on ARM (hard float). Package: linux-tools-5.3.0-1041-raspi2 Description-md5: d073d0e8d5803af42779fc65be2f6dfe Description-en: Linux kernel version specific tools for version 5.3.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1041 on ARM (hard float). Package: linux-tools-5.3.0-1042-raspi2 Description-md5: ad6042d6c3cd1c59d91ed04d122c6bbb Description-en: Linux kernel version specific tools for version 5.3.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.3.0-1042 on ARM (hard float). Package: linux-tools-5.4.0-1013-raspi Description-md5: 44810615fdbf25d71eb97019d6382c30 Description-en: Linux kernel version specific tools for version 5.4.0-1013 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1013 on ARM (hard float). Package: linux-tools-5.4.0-1015-raspi Description-md5: d282d2070c88b60e851bf59887684081 Description-en: Linux kernel version specific tools for version 5.4.0-1015 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1015 on ARM (hard float). Package: linux-tools-5.4.0-1016-raspi Description-md5: 7c4966c00a3c25a780a992784fcec358 Description-en: Linux kernel version specific tools for version 5.4.0-1016 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1016 on ARM (hard float). Package: linux-tools-5.4.0-1018-raspi Description-md5: 9bbe9cb11a0f67613495f5dbb13bdf4d Description-en: Linux kernel version specific tools for version 5.4.0-1018 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1018 on ARM (hard float). Package: linux-tools-5.4.0-1019-raspi Description-md5: 70c132f36f57f4cdc21d24224c249afd Description-en: Linux kernel version specific tools for version 5.4.0-1019 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1019 on ARM (hard float). Package: linux-tools-5.4.0-1021-raspi Description-md5: 15e1a2600b9b53e5612a0dd40de549bd Description-en: Linux kernel version specific tools for version 5.4.0-1021 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1021 on ARM (hard float). Package: linux-tools-5.4.0-1022-raspi Description-md5: fda1cdba698141be4b59048303d9934b Description-en: Linux kernel version specific tools for version 5.4.0-1022 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1022 on ARM (hard float). Package: linux-tools-5.4.0-1025-raspi Description-md5: 70db8a53252b4c86f748487fd3fedd74 Description-en: Linux kernel version specific tools for version 5.4.0-1025 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1025 on ARM (hard float). Package: linux-tools-5.4.0-1026-raspi Description-md5: 644045b649b0746e6febbe311631646a Description-en: Linux kernel version specific tools for version 5.4.0-1026 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1026 on ARM (hard float). Package: linux-tools-5.4.0-1028-raspi Description-md5: 6245244059276de4b84daa87e0483bf8 Description-en: Linux kernel version specific tools for version 5.4.0-1028 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1028 on ARM (hard float). Package: linux-tools-5.4.0-1029-raspi Description-md5: 5f1c0afcd26e13a3c0c640b72d67452d Description-en: Linux kernel version specific tools for version 5.4.0-1029 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1029 on ARM (hard float). Package: linux-tools-5.4.0-1030-raspi Description-md5: 10d3a00d1ef3676d70196d06a32aeef8 Description-en: Linux kernel version specific tools for version 5.4.0-1030 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1030 on ARM (hard float). Package: linux-tools-5.4.0-1032-raspi Description-md5: aec7a7c39e66bdd0a4681ee3980119a8 Description-en: Linux kernel version specific tools for version 5.4.0-1032 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1032 on ARM (hard float). Package: linux-tools-5.4.0-1033-raspi Description-md5: 1924d9e195670976f3fad5f86e518fec Description-en: Linux kernel version specific tools for version 5.4.0-1033 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1033 on ARM (hard float). Package: linux-tools-5.4.0-1034-raspi Description-md5: 0e0ba559e285540b2f5d9d32af023a73 Description-en: Linux kernel version specific tools for version 5.4.0-1034 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1034 on ARM (hard float). Package: linux-tools-5.4.0-1035-raspi Description-md5: 41153412ddf84999919ec5183996c0a8 Description-en: Linux kernel version specific tools for version 5.4.0-1035 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1035 on ARM (hard float). Package: linux-tools-5.4.0-1036-raspi Description-md5: e97bedbfecd0702aec2531a7b47ed4d7 Description-en: Linux kernel version specific tools for version 5.4.0-1036 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1036 on ARM (hard float). Package: linux-tools-5.4.0-1038-raspi Description-md5: a63c60ad011436cd8da6fbf47eb3a0de Description-en: Linux kernel version specific tools for version 5.4.0-1038 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1038 on ARM (hard float). Package: linux-tools-5.4.0-1041-raspi Description-md5: 787ce3d7ca0d737a8352561e16f28ad5 Description-en: Linux kernel version specific tools for version 5.4.0-1041 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1041 on ARM (hard float). Package: linux-tools-5.4.0-1042-raspi Description-md5: bd8f5c2a58020a0a96746db295a0da19 Description-en: Linux kernel version specific tools for version 5.4.0-1042 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1042 on ARM (hard float). Package: linux-tools-5.4.0-1043-raspi Description-md5: 4b059963df9ef86aae1409d912117ab6 Description-en: Linux kernel version specific tools for version 5.4.0-1043 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1043 on ARM (hard float). Package: linux-tools-5.4.0-1044-raspi Description-md5: 1354785dd438eece740b9956935758de Description-en: Linux kernel version specific tools for version 5.4.0-1044 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1044 on ARM (hard float). Package: linux-tools-5.4.0-1045-raspi Description-md5: d77f22d876b41f2d60827a08a2f046de Description-en: Linux kernel version specific tools for version 5.4.0-1045 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1045 on ARM (hard float). Package: linux-tools-5.4.0-1046-raspi Description-md5: b27efd9628b4ccc725f4907ccfc74a5d Description-en: Linux kernel version specific tools for version 5.4.0-1046 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1046 on ARM (hard float). Package: linux-tools-5.4.0-1047-raspi Description-md5: 795318b6626e1c6e57197b80768b9d12 Description-en: Linux kernel version specific tools for version 5.4.0-1047 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1047 on ARM (hard float). Package: linux-tools-5.4.0-1048-raspi Description-md5: 8218d530dbe2bceda809a2ed98c658b9 Description-en: Linux kernel version specific tools for version 5.4.0-1048 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1048 on ARM (hard float). Package: linux-tools-5.4.0-1050-raspi Description-md5: fb2fe4772557570f1840140dbec9fd3c Description-en: Linux kernel version specific tools for version 5.4.0-1050 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1050 on ARM (hard float). Package: linux-tools-5.4.0-1052-raspi Description-md5: fcb0dae614afbfe13ad818dad4a65974 Description-en: Linux kernel version specific tools for version 5.4.0-1052 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1052 on ARM (hard float). Package: linux-tools-5.4.0-1053-raspi Description-md5: b22a2f5b2954d40bab708f22b24ef8e8 Description-en: Linux kernel version specific tools for version 5.4.0-1053 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1053 on ARM (hard float). Package: linux-tools-5.4.0-1055-raspi Description-md5: 6b5977adf00fa808eb08b0e1469d28b4 Description-en: Linux kernel version specific tools for version 5.4.0-1055 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1055 on ARM (hard float). Package: linux-tools-5.4.0-1056-raspi Description-md5: 21b675b77392ff10c6c6894075a774ce Description-en: Linux kernel version specific tools for version 5.4.0-1056 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1056 on ARM (hard float). Package: linux-tools-5.4.0-1058-raspi Description-md5: c8dc184112e5d692deb31725b48ab1c3 Description-en: Linux kernel version specific tools for version 5.4.0-1058 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1058 on ARM (hard float). Package: linux-tools-5.4.0-1059-raspi Description-md5: 9cc42601dc8038ef9631b0fe36c1cbc5 Description-en: Linux kernel version specific tools for version 5.4.0-1059 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1059 on ARM (hard float). Package: linux-tools-5.4.0-1060-raspi Description-md5: 8eb259eaf692f078ced85d5964cb814d Description-en: Linux kernel version specific tools for version 5.4.0-1060 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1060 on ARM (hard float). Package: linux-tools-5.4.0-1062-raspi Description-md5: 54e18ae8e532dd4d733d1b17864bc540 Description-en: Linux kernel version specific tools for version 5.4.0-1062 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1062 on ARM (hard float). Package: linux-tools-5.4.0-1065-raspi Description-md5: fa273dadded9cea79bd09e0d393ac35b Description-en: Linux kernel version specific tools for version 5.4.0-1065 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1065 on ARM (hard float). Package: linux-tools-5.4.0-1066-raspi Description-md5: 69f2a97c0deedac3124b621c5731a866 Description-en: Linux kernel version specific tools for version 5.4.0-1066 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1066 on ARM (hard float). Package: linux-tools-5.4.0-1068-raspi Description-md5: a17debbb8ec1278a9f413ea077bc83ea Description-en: Linux kernel version specific tools for version 5.4.0-1068 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1068 on ARM (hard float). Package: linux-tools-5.4.0-1069-raspi Description-md5: d7b809f1e33189ba63e84810ace916b7 Description-en: Linux kernel version specific tools for version 5.4.0-1069 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1069 on ARM (hard float). Package: linux-tools-5.4.0-1070-raspi Description-md5: ad146627197bae34381ddadca610bcc1 Description-en: Linux kernel version specific tools for version 5.4.0-1070 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1070 on ARM (hard float). Package: linux-tools-5.4.0-1071-raspi Description-md5: 995021959fe5041ede4990aeb8a7c1db Description-en: Linux kernel version specific tools for version 5.4.0-1071 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1071 on ARM (hard float). Package: linux-tools-5.4.0-1073-raspi Description-md5: 4fc22cb3eb2cfc2aa613eb12eb0f1cc1 Description-en: Linux kernel version specific tools for version 5.4.0-1073 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1073 on ARM (hard float). Package: linux-tools-5.4.0-1074-raspi Description-md5: 7dadb0b0d31a2185bd1b90887316eb0a Description-en: Linux kernel version specific tools for version 5.4.0-1074 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1074 on ARM (hard float). Package: linux-tools-5.4.0-1077-raspi Description-md5: 1102974b9a8c1bad8c2a799aaf70155a Description-en: Linux kernel version specific tools for version 5.4.0-1077 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1077 on ARM (hard float). Package: linux-tools-5.4.0-1078-raspi Description-md5: 2583ed366dcc1e9c0db22fa6829e09bb Description-en: Linux kernel version specific tools for version 5.4.0-1078 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1078 on ARM (hard float). Package: linux-tools-5.4.0-1079-raspi Description-md5: ec9ac407760d61c990072d37d65a7837 Description-en: Linux kernel version specific tools for version 5.4.0-1079 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1079 on ARM (hard float). Package: linux-tools-5.4.0-1080-raspi Description-md5: 91f718b01a5de827a4be47be4fd7e76d Description-en: Linux kernel version specific tools for version 5.4.0-1080 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1080 on ARM (hard float). Package: linux-tools-5.4.0-1081-raspi Description-md5: 48c539d7bb6a3046891419185b513d7e Description-en: Linux kernel version specific tools for version 5.4.0-1081 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1081 on ARM (hard float). Package: linux-tools-5.4.0-1082-raspi Description-md5: f8397cac23b3885154454d5479acacb9 Description-en: Linux kernel version specific tools for version 5.4.0-1082 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1082 on ARM (hard float). Package: linux-tools-5.4.0-1083-raspi Description-md5: 6755598da6a577ec5dd5dfebea1f6757 Description-en: Linux kernel version specific tools for version 5.4.0-1083 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1083 on ARM (hard float). Package: linux-tools-5.4.0-1084-raspi Description-md5: b295baa97cbba0975171f33f14e327ca Description-en: Linux kernel version specific tools for version 5.4.0-1084 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1084 on ARM (hard float). Package: linux-tools-5.4.0-1085-raspi Description-md5: 4965869883385831489f48f33a017cfc Description-en: Linux kernel version specific tools for version 5.4.0-1085 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1085 on ARM (hard float). Package: linux-tools-5.4.0-1086-raspi Description-md5: 22ea39a3836ab1a6f90246fec96144ea Description-en: Linux kernel version specific tools for version 5.4.0-1086 This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for version 5.4.0-1086 on ARM (hard float). Package: u-boot Description-md5: 0711a5baa9591293612b133035d8192b Description-en: A boot loader for embedded systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. Package: u-boot-exynos Description-md5: 80a1894e409b368bcf5d7754566a4f43 Description-en: A boot loader for exynos systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various Exynos platforms. . Included platforms: arndale odroid odroid-xu3 Package: u-boot-imx Description-md5: 0dc16748048f878eb005189eea68d9cd Description-en: A boot loader for imx systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various imx platforms. . Included platforms: dh_imx6 mx53loco mx6cuboxi mx6qsabrelite nitrogen6q nitrogen6q2g novena novena-rawsd udoo usbarmory wandboard Package: u-boot-omap Description-md5: 9908314eb2e1087bb6c2f8f5314e8dd2 Description-en: A boot loader for omap systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various omap and related platforms. . Included platforms: am335x_boneblack am335x_evm am57xx_evm dra7xx_evm igep00x0 nokia_rx51 omap3_beagle omap4_panda Package: u-boot-rockchip Description-md5: 9ba1da67582e01ec6d264d55e125b5b0 Description-en: A boot loader for rockchip systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various Rockchip platforms. . Included platforms: firefly-rk3288 Package: u-boot-rpi Description-md5: e68b195bdb5012728ef7644d6ffe2cc5 Description-en: A boot loader for Raspberry PI systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various Raspberry PI platforms. . Included platforms: rpi_2 rpi_3_32b rpi_4_32b Package: u-boot-sunxi Description-md5: c31bf200b99b75803760d30eca2f7153 Description-en: A boot loader for sunxi systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various Allwinner/sunxi platforms. . Included platforms: A10-OLinuXino-Lime A10s-OLinuXino-M A20-OLinuXino-Lime A20-OLinuXino-Lime2 A20-OLinuXino-Lime2-eMMC A20-OLinuXino_MICRO A20-Olimex-SOM-EVB Bananapi Bananapi_M2_Ultra Bananapro CHIP Cubieboard Cubieboard2 Cubieboard4 Cubietruck Cubietruck_plus Lamobo_R1 Linksprite_pcDuino Linksprite_pcDuino3 Mini-X Sinovoip_BPI_M3 bananapi_m2_berry nanopi_neo nanopi_neo_air orangepi_plus orangepi_zero Package: u-boot-tegra Description-md5: 28df873780f6461926a287388069be12 Description-en: A boot loader for NVIDIA Tegra systems Das U-Boot is a cross-platform bootloader for embedded systems, used as the default boot loader by several board vendors. It is intended to be easy to port and to debug, and runs on many supported architectures, including PPC, ARM, MIPS, x86, m68k, NIOS, and Microblaze. . This package includes boot loaders for various NVIDIA Tegra platforms. . Included platforms: jetson-tk1 Package: lib64gfortran-8-dev Description-md5: 552b8ddfa55fb97fed937c39ac7c9855 Description-en: Runtime library for GNU Fortran applications (64bit development files) This package contains the headers and static library files needed to build GNU Fortran applications. Package: lib64gfortran5 Description-md5: 46b19e07ae6f07ea3757b2684cf21c0d Description-en: Runtime library for GNU Fortran applications (64bit) Library needed for GNU Fortran applications linked against the shared library. Package: lib64gfortran5-dbg Description-md5: c63c0c3ab768ea3fa5c30e961c50e5b6 Description-en: Runtime library for GNU Fortran applications (64bit debug symbols) Library needed for GNU Fortran applications linked against the shared library. Package: lib64go11 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go11-dbg Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64go13 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64go13-dbg Description-md5: 1ca0a6548ec7597551697c64085d6886 Description-en: Runtime library for GNU Go applications (64bit debug symbols) Library needed for GNU Go applications linked against the shared library. This currently is an empty package, because the library is completely unstripped. Package: lib64gphobos71-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64gphobos76-dbg Description-md5: a2d0bf2741f0f97bfb3f177b71c3435b Description-en: Phobos D standard library (debug symbols) This is the Phobos standard library that comes with the D2 compiler. . For more information check http://www.dlang.org/phobos/ Package: lib64objc-8-dev Description-md5: c0fc895d2778279155bfb6af8561da8e Description-en: Runtime library for GNU Objective-C applications (64bit development files) This package contains the headers and static library files needed to build GNU ObjC applications. Package: lib64objc4-dbg Description-md5: 7cd2b0138394ee9bd1a02f3b57b33245 Description-en: Runtime library for GNU Objective-C applications (64 bit debug symbols) Library needed for GNU ObjC applications linked against the shared library. Package: lib64stdc++-8-dev Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e Description-en: GNU Standard C++ Library v3 (development files) This package contains the headers and static library files necessary for building C++ programs which use libstdc++. . libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which was included up to g++-2.95. The first version of libstdc++-v3 appeared in g++-3.0. Package: lib64stdc++6-8-dbg Description-md5: 6d699ea4429a346bc58e56d70e561407 Description-en: GNU Standard C++ Library v3 (debugging files) This package contains the shared library of libstdc++ compiled with debugging symbols. Package: lib64ubsan1-dbg Description-md5: 3d8b12b4978389626f226568afb59f5c Description-en: UBSan -- undefined behaviour sanitizer (64bit debug symbols) UndefinedBehaviorSanitizer can be enabled via -fsanitize=undefined. Various computations will be instrumented to detect undefined behavior at runtime. Available for C and C++. Package: openjdk-8-jre Description-md5: d8844993602e4875dfbd87983091c18c Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot Zero. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jre-headless Description-md5: 501cffbd670429c46b6c73ca3974ed93 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot Zero. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openssl-ibmca Description-md5: c422d02015263e01ef761099ec8105c4 Description-en: libica based hardware acceleration engine for OpenSSL This package provides an OpenSSL engine to enable hardware acceleration of cryptographic functions in OpenSSL, and all applications that use OpenSSL.