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 . 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, . 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