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: 7d4d1ecbbb69f19ef336769d547d87fc Description-en: Advanced Intrusion Detection Environment - transitional package 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 is a transitional package to allow the seamless replacement of the aide-xen package with the normal aide package. The reason for aide-xen does not seem to exist any more. If you have difficulties with running aide on XEN-enabled systems in Dom0 or DomU, please file a bug. 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: 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: bind9utils Description-md5: 8681b0dabeb2a3fde42fdbb1f21451d2 Description-en: Transitional package for bind9-utils This is a transitional package. It can safely be removed. Package: bluetooth Description-md5: 9e39e616b43759f27940df27b76d2e46 Description-en: Bluetooth support (metapackage) 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-meshd Description-md5: ca06bc66a9b979e71d30c46198c95ca7 Description-en: bluetooth mesh daemon The Bluetooth Mesh network is a new Bluetooth feature that extends "Bluetooth Low Energy (BLE)". . This package provides daemon (meshd) and tools that provide Bluetooth mesh functionality. . 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: 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: 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: 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: 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: cpp-9 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-9-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-9-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-9-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-9-doc Description-md5: 22a9ba311e91d8d744a9e4df2030d2bf Description-en: Documentation for the GNU C preprocessor (cpp) Documentation for the GNU C preprocessor in info format. Package: cpp-9-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-9-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-9-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-9-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: 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: 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: 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: dnsutils Description-md5: 021458b353ece6dd7b5cbef232419073 Description-en: Transitional package for bind9-dnsutils This is a transitional package. It can safely be removed. 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: dovecot-auth-lua Description-md5: 800c615fe5c4774792fcc59581863459 Description-en: secure POP3/IMAP server - Lua authentication plugin 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 an authentication plugin allowing password and user databases to be implemented in Lua. 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-lucene Description-md5: 9e0fe0de118fadcbc542bda8dec379fe Description-en: secure POP3/IMAP server - Lucene 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 Lucene full text search support for Dovecot. Package: dovecot-managesieved Description-md5: 9c22507acd609a92f0a6377258e2d338 Description-en: secure POP3/IMAP server - ManageSieve 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 ManageSieve 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-sieve Description-md5: 70234206edc75d829fdb3617a653da24 Description-en: secure POP3/IMAP server - Sieve filters 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 Sieve filters 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: dovecot-submissiond Description-md5: b7dc853a1d902701365098db008dcd75 Description-en: secure POP3/IMAP server - mail submission agent 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 Mail Submission Agent which implements a basic SMTP submission service with BURL support. Package: dpdk-dev Description-md5: 2bac84865b00597889092d76d90f8114 Description-en: Data Plane Development Kit (dev tools) 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 tools useful to a developer and for dpdk self tests. Package: dpdk-doc Description-md5: 8460e56e632f9ddf05320944330e906b Description-en: Data Plane Development Kit (documentation) 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 complete set of documentation and guides. 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: 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: 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: ffmpeg Description-md5: 65e8a3535a2f8cd488043b49edb871b2 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 * 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: firefox-geckodriver Description-md5: f720f625e9a0770cb777ddb0c62c22e3 Description-en: Safe and easy web browser from Mozilla - geckodriver 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 geckodriver, a proxy for using W3C WebDriver-compatible clients (such as selenium) to interact with Gecko-based browsers. See https://firefox-source-docs.mozilla.org/testing/geckodriver/ for details. 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: 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: 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: 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: g++-9 Description-md5: 0a3fad3367cb994bd16c61b0e16a8b9c Description-en: GNU C++ compiler This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. Package: g++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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: gcc-9 Description-md5: 394374e688b1afb3af5f419895d29698 Description-en: GNU C compiler This is the GNU C compiler, a fairly portable optimizing compiler for C. Package: gcc-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-cross-base 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-9-doc Description-md5: bf320d6d806b62ff03b567626d36b1fb Description-en: Documentation for the GNU compilers (gcc, gobjc, g++) Documentation for the GNU compilers in info format. Package: gcc-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: gccbrig-9 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-9-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: gccgo-9 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-9-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-9-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-9-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-9-doc Description-md5: 76326180b2469131aa9547f46e5b3105 Description-en: Documentation for the GNU Go compiler (gccgo) Documentation for the GNU Go compiler in info format. Package: gccgo-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: gdc-9 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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: gfortran-9 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-9-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-9-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-9-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-9-doc Description-md5: 17a01a9ada93e104865a01e6615e2401 Description-en: Documentation for the GNU Fortran compiler (gfortran) Documentation for the GNU Fortran compiler in info format. Package: gfortran-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: 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: 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-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: 699969d903b4df59976ab85a9e250838 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. . If meld is installed, it can be used for displaying diffs and for interactive merge conflict resolution. 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-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: 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: gm2-9 Description-md5: 30035702cc3ba14baf3e36ae95a9b1c6 Description-en: GNU Modula-2 compiler This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-9-aarch64-linux-gnu Description-md5: 5cc4ff8d642850847c56aab4824ec631 Description-en: GNU Modula-2 compiler (cross compiler for arm64 architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-9-arm-linux-gnueabi Description-md5: 0caca10205b1e0cc1365e02ec82dc784 Description-en: GNU Modula-2 compiler (cross compiler for armel architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-9-arm-linux-gnueabihf Description-md5: ba9e3c569f590a7b6bbed17e4c8f0d13 Description-en: GNU Modula-2 compiler (cross compiler for armhf architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-9-i686-linux-gnu Description-md5: a8545466960b45afc181e45a875928b4 Description-en: GNU Modula-2 compiler (cross compiler for i386 architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-9-powerpc64le-linux-gnu Description-md5: 8157996c99c977ed3175a63d3a524173 Description-en: GNU Modula-2 compiler (cross compiler for ppc64el architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gm2-9-s390x-linux-gnu Description-md5: 7f27a7b93f15cf9d58207d6098f490b2 Description-en: GNU Modula-2 compiler (cross compiler for s390x architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-9 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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: gnome-orca Description-md5: 8eb70bca42553422e3049285150377e0 Description-en: Scriptable screen reader - transitional package A flexible, extensible, and powerful assistive technology that provides end-user access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). . This package is here to ensure smooth upgrades. It can be removed when you see fit. 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: gobjc++-9 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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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-9 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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: 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-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-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-snapcore-snapd-dev Description-md5: a2d3a19f6630f9476511151dac13666a Description-en: snappy development go packages. Use these to use the snappy API. Package: golang-github-ubuntu-core-snappy-dev Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. 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: gzip-win32 Description-md5: e1c784131c15eb806040dfad0caa8369 Description-en: GNU compression utility (win32 build) This package provides the standard GNU file compression utilities, which are also the default compression tools for Debian. They typically operate on files with names ending in '.gz', but can also decompress files ending in '.Z' created with 'compress'. . 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: 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.9 Description-md5: 2b6e9a2e12efd7de3c33fe2deed068cb Description-en: IDE for Python (v3.9) using Tkinter IDLE is an Integrated Development Environment for Python (v3.9). IDLE is written using Tkinter and therefore quite platform-independent. 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: 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: lib32asan5 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-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: lib32gcc-9-dev 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-9-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-9-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: lib32gfortran-9-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-9-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-9-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: lib32go-9-dev Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go-9-dev-amd64-cross Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go-9-dev-s390x-cross Description-md5: 0d206625198081e48dfdda7b339c3c73 Description-en: Runtime library for GNU Go applications (32bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib32go14 Description-md5: 7174520aedfeba49e54b8c36f55b7e95 Description-en: Runtime library for GNU Go applications (32bit) Library needed for GNU Go applications linked against the shared library. Package: lib32go14-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: lib32go14-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: lib32gphobos-9-dev 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-9-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-9-dev-s390x-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: lib32gphobos76 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-s390x-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: lib32objc-9-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-9-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-9-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: lib32stdc++-9-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++-9-dev-amd64-cross Description-md5: a39814a7b481eba9451c5a674a3ee774 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++-9-dev-s390x-cross Description-md5: 05f063371e7098e1cd64303025c6dbcc 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++6-9-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. 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: lib64gcc-9-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-9-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: lib64gfortran-9-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-9-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: lib64go-9-dev-i386-cross Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go-9-dev-powerpc-cross Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go14-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: lib64go14-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: lib64gphobos-9-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: 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: lib64objc-9-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-9-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: lib64stdc++-9-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++-9-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: libapache2-mod-md Description-md5: c2abd3d451fbe9f8b62453ebd20f7096 Description-en: transitional package This is a transitional package to apache2 for users of libapache2-mod-md. It can be safely removed after the installation is complete. Package: libapache2-mod-proxy-uwsgi Description-md5: d2fa4db85203c7bfc8bfdc64d863cf45 Description-en: transitional package This is a transitional package to apache2 for users of libapache2-mod-proxy-uwsgi. It can be safely removed after the installation is complete. 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: 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: libasan5 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-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-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: 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-extra58 Description-md5: 73a37898888b3527366d10590327b31d 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 libavcodec58 package and contains the following additional codecs: . * ARIB STD-B24 Captions (Subtitle Decoder) * 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: libavcodec58 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: libavdevice58 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-extra7 Description-md5: 34334f4b1e17195f88bea4e188c6350e 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) . 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: libavfilter7 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: libavformat-extra Description-md5: 1d19119ee9345f5700c710bfd0dc76f8 Description-en: FFmpeg library with extra (de)muxers (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 libavformat variant that offers additional (de)muxers support. Application packages can depend on it if they require or suggest this variant in a robust manner. Package: libavformat-extra58 Description-md5: 7d73ec5c99b48fe80f0f49e01de48e0a Description-en: FFmpeg library with additional (de)muxers for multimedia containers 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 replaces the libavformat58 package and contains the following additional (de)muxers: . * SMB protocol (using libsmbclient) . Because this package links against libraries that are licensed under Apache License 2.0 or GPL version 3, the resulting binaries are distributed under the GPL version 3 or later. Package: libavformat58 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: 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: libavutil56 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: 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: libcharon-extra-plugins Description-md5: bccb4bd4f58c0758c840939e56665a2b Description-en: strongSwan charon library (extra plugins) 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 extra plugins for the charon library: - addrblock (Narrow traffic selectors to RFC 3779 address blocks in X.509 certificates) - certexpire (Export expiration dates of used certificates) - eap-aka (Generic EAP-AKA protocol handler using different backends) - eap-gtc (EAP-GTC protocol handler authenticating with XAuth backends) - eap-identity (EAP-Identity identity exchange algorithm, to use with other EAP protocols) - eap-md5 (EAP-MD5 protocol handler using passwords) - eap-radius (EAP server proxy plugin forwarding EAP conversations to a RADIUS server) - eap-tls (EAP-TLS protocol handler, to authenticate with certificates in EAP) - eap-tnc (EAP-TNC protocol handler, Trusted Network Connect in a TLS tunnel) - eap-ttls (EAP-TTLS protocol handler, wraps other EAP methods securely) - error-notify (Notification about errors via UNIX socket) - ha (High-Availability clustering) - kernel-libipsec (Userspace IPsec Backend with TUN devices) - led (Let Linux LED subsystem LEDs blink on IKE activity) - lookip (Virtual IP lookup facility using a UNIX socket) - tnc (Trusted Network Connect) - unity (Cisco Unity extensions for IKEv1) - xauth-eap (XAuth backend that uses EAP methods to verify passwords) - xauth-pam (XAuth backend that uses PAM modules to verify passwords) - eap-dynamic (EAP proxy plugin that dynamically selects an EAP method requested/supported by the client (since 5.0.1)) - eap-peap (EAP-PEAP protocol handler, wraps other EAP methods securely) Package: libdpdk-dev Description-md5: 655a14a388b41ca32e9c10080c63a0ee Description-en: Data Plane Development Kit (basic development files) 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 basic headers and library files required to build external applications which will also require at least SSE3 support when running. . libdpdk.pc: note that CFLAGS might contain an -march flag higher than typical baseline. This is required for a number of static inline functions in the public headers. Package: libflatpak-dev Description-md5: 4fcaa1347e5652b1c831098f39239f04 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, and the flatpak-coredump and flatpak-bisect scripts used to debug Flatpak applications. 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: 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: libgcc-9-dev 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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: libgccjit-9-dev Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494 Description-en: GCC just-in-time compilation (development files) libgccjit provides an embeddable shared library with an API for adding compilation to existing programs using GCC. Package: libgccjit-9-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: libgfortran-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: libgm2-0 Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-0-amd64-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-0-arm64-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-0-armel-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-0-armhf-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-0-i386-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-0-ppc64el-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-0-s390x-cross Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978 Description-en: GNU Modula-2 standard library (runtime library) This is the GNU Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev-amd64-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev-arm64-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev-armel-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev-armhf-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev-i386-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev-ppc64el-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgm2-9-dev-s390x-cross Description-md5: e3610e2377e77eddbfb5ac76ab6b4834 Description-en: GNU Modula-2 standard library This is the Modula-2 standard library that comes with the gm2 compiler. Package: libgnat-9 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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: libgnatvsn9 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: libgnatvsn9-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: libgo-9-dev Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-amd64-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-arm64-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-armel-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-armhf-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-i386-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-powerpc-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-ppc64el-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo-9-dev-s390x-cross Description-md5: 20a30e1e0e326264783897d4692e3ada Description-en: Runtime library for GNU Go applications (development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libgo14 Description-md5: 9dac71a6885be90d89c8d4e0ae4b9f2c Description-en: Runtime library for GNU Go applications Library needed for GNU Go applications linked against the shared library. Package: libgo14-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: libgo14-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: libgo14-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: libgo14-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: libgo14-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: libgo14-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: libgo14-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: libgo14-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: libgphobos-9-dev 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-9-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-9-dev-arm64-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-9-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-9-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-9-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-9-dev-s390x-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: libgphobos76 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-arm64-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-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-s390x-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: libh2-java Description-md5: eb5c4f1785cf58561d6ab65d36a5af47 Description-en: H2 Database Engine H2 is a relational database management system supporting a subset of the SQL standard. The main programming APIs are SQL and JDBC, however the database also supports using the PostgreSQL ODBC driver by acting like a PostgreSQL server. . The main features of H2 are: . - Very fast, open source, JDBC API. - Embedded and server modes; in-memory databases. - Browser based Console application. - Small footprint Package: libh2-java-doc Description-md5: 58450f809a421b1cad961bef42fbcce8 Description-en: H2 Database Engine (documentation) H2 is a relational database management system supporting a subset of the SQL standard. The main programming APIs are SQL and JDBC, however the database also supports using the PostgreSQL ODBC driver by acting like a PostgreSQL server. . The main features of H2 are: . - Very fast, open source, JDBC API. - Embedded and server modes; in-memory databases. - Browser based Console application. - Small footprint . This package includes the API documentation. 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-9-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-9-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-9-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: libinput-tools Description-md5: f642a39a00586a04a50f0a346b1355d4 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 to minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. . This package includes the command line tools. Package: libjavascriptcoregtk-4.0-bin Description-md5: d63d3c5b674d87705002872786bc6cce 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: libjuh-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. Package: libjurt-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. 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: 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: libmariadb-dev Description-md5: 5147f292c112a0def76ef58780903826 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. To allow sources expecting the MariaDB Connector/C to build. Sources that expect the MySQL Client libraries should use files from the libmariadb-dev-compat package. Package: libmariadb-dev-compat Description-md5: 4e4bcacf382bb1ad738f392fb886a606 Description-en: MariaDB Connector/C, compatibility symlinks 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 compatibility symlinks to allow sources expecting the MySQL client libraries to be built against MariaDB Connector/C. Package: libmariadb3 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: libmariadbd19 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: 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-geoip Description-md5: b9336eed4064843a4bc5981a2d63799f Description-en: GeoIP HTTP module for Nginx The ngx_http_geoip module creates variables with values depending on the client IP address, using the precompiled MaxMind databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. 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-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: libnginx-mod-stream-geoip Description-md5: 39b7da5ef1607467992a06519853ebe5 Description-en: GeoIP Stream module for Nginx The ngx_stream_geoip module creates variables with values depending on the client IP address, using the precompiled MaxMind databases. . Those variables include country, region, city, latitude, longitude, postal code, etc. Package: libnss-libvirt Description-md5: 600b29d53c1dad3be832c6eca2a12669 Description-en: nss plugins providing IP address 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 two nss plugins for IP address resolution of libvirt managed virtual machines: the 'libvirt_guest' plugin uses libvirt's domain names while the 'libvirt' plugin looks at the guest's hostname. Package: libnss-myhostname Description-md5: 0bec93cc0b56ef90c11c1a7842dd8f8a Description-en: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.1.1 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname 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: libobjc-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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-9-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: libphp8.0-embed Description-md5: cc95dcfc74a76b1f62f51bb5910771f1 Description-en: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp8.0.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash json 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: 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: libpostproc55 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: libpython2.7 Description-md5: ca83a75c05dbdfe28eaeb1252ff614a4 Description-en: Shared Python runtime library (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.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: libpython2.7-dbg Description-md5: f2b41391895402a123a55c07a1d6812f Description-en: Debug Build of the Python Interpreter (version 2.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: libpython2.7-dev Description-md5: 2ef5e0390998d9ab1872bc0f6b694ff7 Description-en: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.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 python2.7-dev. Package: libpython2.7-minimal Description-md5: 703efc0a29ea636b32f475404406f7cc Description-en: Minimal subset of the Python language (version 2.7) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python2.7-minimal. Package: libpython2.7-stdlib Description-md5: f4f7d2df11420ed1433b778b1a144502 Description-en: Interactive high-level object-oriented language (standard library, version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 2.7's standard library. It is normally not used on its own, but as a dependency of python2.7. 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.9-testsuite Description-md5: 6ed9ca69c73ef494b80811cab1d900a3 Description-en: Testsuite for the Python standard library (v3.9) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.9-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.9-stdlib package). Package: libqt5concurrent5 Description-md5: e0df68f337531f2bfba6d9963eebfc16 Description-en: Qt 5 concurrent module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtConcurrent module contains functionality to support concurrent execution of program code. Package: libqt5core5a Description-md5: 75c9109eafc0c1da6d6b6ca7b292f133 Description-en: Qt 5 core module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtCore module contains core non-GUI functionality. Package: libqt5dbus5 Description-md5: 66ed2fe869611cd7a269446bd63f9400 Description-en: Qt 5 D-Bus module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtDBus module is a Unix-only library that you can use to make Inter-Process Communication using the D-Bus protocol. . Applications using the QtDBus module can provide services to other, remote applications by exporting objects, as well as use services exported by those applications by placing calls and accessing properties. Package: libqt5gui5 Description-md5: 9dadc5c1f0624a1be05b1ff4f1c6cd6d Description-en: Qt 5 GUI module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtGui module extends QtCore with GUI functionality. Package: libqt5network5 Description-md5: 267676193dcb13e33a5c3f9c219b1838 Description-en: Qt 5 network module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtNetwork module offers classes that allow you to write TCP/IP clients and servers. It provides classes to make network programming easier and portable. Package: libqt5opengl5 Description-md5: 0966e72b3545e5c76ba7176064c64965 Description-en: Qt 5 OpenGL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtOpenGL module offers classes that make it easy to use OpenGL in Qt applications. . OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D rendering and provides little or no support for GUI programming issues. Package: libqt5opengl5-dev Description-md5: 76f1fd5b0a241ef67384ff7dfbd93542 Description-en: Qt 5 OpenGL library development files 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 development files needed to build Qt 5 applications using QtOpenGL library. Package: libqt5printsupport5 Description-md5: ad2a0dcae2a6addab1c4c4b7c64b6a4e Description-en: Qt 5 print support module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtPrintSupport module provides classes to make printing easier and portable. Package: libqt5sql5 Description-md5: 0713fa3e9592ca24526ad333118f8889 Description-en: Qt 5 SQL module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtSql module helps you provide seamless database integration to your Qt applications. 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-sqlite Description-md5: f74ea3b242033484777e5a5e9fb468bc Description-en: Qt 5 SQLite 3 database driver This package contains the SQLite 3 plugin for Qt 5. . Install it if you intend to use or write Qt programs that are to access an SQLite 3 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: libqt5test5 Description-md5: 439bbed1193cb169575d82d618b4c6c1 Description-en: Qt 5 test module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtTest module provides classes for unit testing Qt applications and libraries. Package: libqt5widgets5 Description-md5: d3e73eff3b63455d65d61db3b685f693 Description-en: Qt 5 widgets module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtWidgets module extends QtGui with C++ widget functionality. Package: libqt5xml5 Description-md5: c3b1596533c67529df54c353807c6cae Description-en: Qt 5 XML module Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. . The QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM. Package: libreoffice Description-md5: 9614e13c8592ae9a0c81c629137ef53e 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-11-jre | openjdk-8-jre | java8-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-avmedia-backend-gstreamer Description-md5: ec62ab16ee0666e01ee5915457261f88 Description-en: transitional package for GStreamer backend for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package used to contain the GStreamer backend for LibreOffice. This has now been merged into the "core" package and this package thus can be safely removed once installed. 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: 95a600bf1d7e583b757fe5b8ea210d10 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 . You can extend this by installing: . * unixodbc: ODBC database support * libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | odbc-mdbtools: ODBC drivers for: - MySQL - PostgreSQL - SQLite - MS SQL / Sybase SQL - *.mdb (JET / MS Access) * libmariadb-java | libpg-java | libjtds-java: JDBC Drivers for: - MySQL/MariaDB - 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-sdbc-mysql: MySQL/MariaDB SDBC Driver Package: libreoffice-base-nogui Description-md5: e83dd6cdb7c67ccb13c0407fd6a32ebc Description-en: office productivity suite -- database (no GUI variant) 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-calc-nogui Description-md5: ed9483b973f6b2dd25d568b6ef77d8c4 Description-en: office productivity suite -- spreadsheet (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the spreadsheet component for LibreOffice for use with libreoffice-core-nogui. Package: libreoffice-core-nogui Description-md5: d16e9871c20b5b5c8f38d6d74c8dfe8e Description-en: office productivity suite -- arch-dependent files (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-dependent core files of LibreOffice without GUI support for server-based or commandline usage of LibreOffice. Package: libreoffice-dev-gui Description-md5: c7381cdfc5446c44dd4085615626c61e Description-en: office productivity suite -- "GUI" development stuff LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the gengal utility which was moved from libreoffice-dev. Package: libreoffice-draw-nogui Description-md5: c4d7d9707b31ef9344d70e006f7a27af Description-en: office productivity suite -- drawing (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the drawing component for LibreOffice. 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: 0b76cbf84e5ccbf23ddec807f4dcefbb 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: 16f95bd9c26683a4b4582a981ca1a3a2 Description-en: transitional package for LibreOffice gtk2 backend This package used to contain the LibreOffice gtk2 backend. . You can safely remove this package. Package: libreoffice-impress-nogui Description-md5: 10ce2c27d434135cd9308937c1bdb31c Description-en: office productivity suite -- presentation (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the presentation component for LibreOffice. Package: libreoffice-kde Description-md5: 6cefe70d36c253e7351b5cddd7f0664e Description-en: transitional package for LibreOffice KDE integration This package used to contain the LibreOffice KDE 4 backend. The package has been renamed to libreoffice-kdeX and this package now depends on the new libreoffice-kde5 packages. . You can safely remove this package. Package: libreoffice-kde4 Description-md5: e4e138701097a40ac3baad803dbce01d Description-en: transitional package for LibreOffice KDE integration This package used to contain the LibreOffice KDE 4 backend. . You can safely remove this package. Package: libreoffice-kde5 Description-md5: 9ba37e0af16899bba520effef300bdf2 Description-en: transitional package for LibreOffice "KDE 5" integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package used to contain the "KDE 5" integration. It was split into -kf5 (KF5 UI plugin) and -plasma (some Plasma integration). This packsge can be safely removed once installed. Package: libreoffice-kf5 Description-md5: 60a27e47a640a57cbd044cc3528831f5 Description-en: office productivity suite -- KDE Frameworks 5 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the KF5 plugin for LibreOffice and a KF5-based File Picker when running under Plasma. Package: libreoffice-librelogo Description-md5: cdaef056eb365a457e28772fa2fd9de6 Description-en: Logo-like programming 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 programming 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-math-nogui Description-md5: e104f51d572d2ee302d3c3550e97e6ff Description-en: office productivity suite -- equation editor (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the equation editor component for LibreOffice. Package: libreoffice-mysql-connector Description-md5: f67e8b039d42be412b79ebf1381a0f85 Description-en: transitional package for 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. . This package used to contain the LibreOffice MySQL/MariaDB Connector extension. This has now been added to the "main" packages (libreoffice-sdbc-mysql) and this package thus can be safely removed once installed. Package: libreoffice-nogui Description-md5: b2664061ba9641158b0a41d2c958aa3e Description-en: office productivity suite (metapackage, no GUI) 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 . WITHOUT GUI SUPPORT. . This package is intended mostly for scripting needs. Package: libreoffice-plasma Description-md5: 962e5fa862a2425941adbcdb81054cc7 Description-en: office productivity suite -- some Plasma integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains some minor Plasma integration (like AppData and "Create New..." integration) and a KDE/KF5 configuration backend. Package: libreoffice-qt5 Description-md5: 9e8b23524063dc9fd1d58b588d9f5c8e Description-en: office productivity suite -- Qt 5 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Qt 5 plugin for drawing LibreOffices widgets with Qt 5 and a Qt File Picker and print dialog. 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-report-builder-bin-nogui Description-md5: 6d5263ac65fb4d1c4c7caf8eb713944d Description-en: LibreOffice component for building database reports -- libraries (no GUI variant) 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-mysql Description-md5: 1022a8fb85f50d65847256d96ae25e4f Description-en: MariaDB/MySQL SDBC driver for LibreOffice LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . The MariaDB/MySQL driver allows one to use the MariaDB or MySQL 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-smoketest-data Description-md5: 7540f40cccbf63cb8381dca8979a0828 Description-en: data files for LibreOffices "smoketest" Data files for the LibreOffice "smoketest". Package: libreoffice-style-galaxy Description-md5: cbafee8b95c2851c166a1f1a2f92ac6c Description-en: transitional package for Galaxy symbol style You can safely remove this package. Package: libreoffice-style-hicontrast Description-md5: c975e10f61063cef8dfc736499943c67 Description-en: transitional package for Hicontrast symbol style You can safely remove this package. Package: libreoffice-style-human Description-md5: ed94ab0fc9991b77a2b9fda0a3089abb Description-en: transitional package for Human symbol style You can safely remove this package. Package: libreoffice-style-karasa-jaga Description-md5: 62dc98488a5247cbad91f4e0ec562bcf Description-en: office productivity suite -- Karasa Jaga 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 "karasa_jaga" symbol style. Package: libreoffice-style-oxygen Description-md5: 0eea86d70908d194875d1d231cf95716 Description-en: transitional package for Oxygen symbol style You can safely remove this package. 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-style-sukapura Description-md5: b9dbd94d0660dbc8a05ba918cb3fb897 Description-en: office productivity suite -- Sukapura 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 "sukapura" symbol style. Package: libreoffice-subsequentcheckbase Description-md5: cda482c5487d616e1ae7a228fce1d955 Description-en: LibreOffice java test libraries Java libraries LibreOffice subsequentchecks integration test suite Package: libreoffice-systray Description-md5: 7af566a55c39207b389151276dad569a Description-en: transitional package for removed LibreOffice "Quickstarter" You can safely remove this package. 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-writer-nogui Description-md5: 963dc225bb14f9e5974345a7995f16a7 Description-en: office productivity suite -- word processor (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the wordprocessor component for LibreOffice. Package: libridl-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. Package: librte-acl21 Description-md5: a5d2ee1c7313d4b898df1e363803f19a Description-en: Data Plane Development Kit (librte-acl runtime library) 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 runtime libraries for librte-acl. Package: librte-baseband-acc100-21 Description-md5: 4b77b37154b70e89c1385da7d9837ed3 Description-en: Data Plane Development Kit (librte-baseband-acc100 runtime library) 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 runtime libraries for librte-baseband-acc100. Package: librte-baseband-fpga-5gnr-fec21 Description-md5: da36bef4a6787fa8426dc1f2e58b3a3f Description-en: Data Plane Development Kit (librte-baseband-fpga-5gnr-fec runtime library) 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 runtime libraries for librte-baseband-fpga-5gnr-fec. Package: librte-baseband-fpga-lte-fec21 Description-md5: 35512db6bfb553d0acbf0416359c1f56 Description-en: Data Plane Development Kit (librte-baseband-fpga-lte-fec runtime library) 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 runtime libraries for librte-baseband-fpga-lte-fec. Package: librte-baseband-null21 Description-md5: 69a87dd8fffa732b04b2e251eda5f269 Description-en: Data Plane Development Kit (librte-baseband-null runtime library) 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 runtime libraries for librte-baseband-null. Package: librte-baseband-turbo-sw21 Description-md5: 5c894473e0b5d0ff0070803f6e8e470b Description-en: Data Plane Development Kit (librte-baseband-turbo-sw runtime library) 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 runtime libraries for librte-baseband-turbo-sw. Package: librte-bbdev21 Description-md5: 554c622d26ca6516fda37111ad7f82ef Description-en: Data Plane Development Kit (librte-bbdev runtime library) 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 runtime libraries for librte-bbdev. Package: librte-bitratestats21 Description-md5: 16abe8f707bd645160be36a6990b5b1a Description-en: Data Plane Development Kit (librte-bitratestats runtime library) 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 runtime libraries for librte-bitratestats. Package: librte-bpf21 Description-md5: 3c445bc6594fc0b93b49c5039cbcfd04 Description-en: Data Plane Development Kit (librte-bpf runtime library) 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 runtime libraries for librte-bpf. . The DPDK provides an BPF library that gives the ability to load and execute Enhanced Berkeley Packet Filter (eBPF) bytecode within user-space dpdk application. Package: librte-bus-dpaa21 Description-md5: af96bcc1cbad111852bffd3e09c94c4a Description-en: Data Plane Development Kit (librte-bus-dpaa runtime library) 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 runtime libraries for librte-bus-dpaa. Package: librte-bus-fslmc21 Description-md5: f70b54492d6679d9d694cc8514b99a3f Description-en: Data Plane Development Kit (librte-bus-fslmc runtime library) 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 runtime libraries for librte-bus-fslmc. Package: librte-bus-ifpga21 Description-md5: 30ad062022b683e13b3839301b544dd1 Description-en: Data Plane Development Kit (librte-bus-ifpga runtime library) 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 runtime libraries for librte-bus-ifpga. Package: librte-cfgfile21 Description-md5: 24e5f832fe233d2fb73656ffb2780016 Description-en: Data Plane Development Kit (librte-cfgfile runtime library) 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 runtime libraries for librte-cfgfile. Package: librte-cmdline21 Description-md5: d1d31d557aedb8b87066af8e68b6ea21 Description-en: Data Plane Development Kit (librte-cmdline runtime library) 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 runtime libraries for librte-cmdline. Package: librte-common-cpt21 Description-md5: 4f12012f31b5aaf2e54367a722a88adf Description-en: Data Plane Development Kit (librte-common-cpt runtime library) 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 runtime libraries for librte-common-cpt. Package: librte-common-dpaax21 Description-md5: 0d101302b964490b9633b281af19d30a Description-en: Data Plane Development Kit (librte-common-dpaax runtime library) 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 runtime libraries for librte-common-dpaax. Package: librte-common-iavf21 Description-md5: 7c29c0f0841e1ccc6e4924c67b1aa710 Description-en: Data Plane Development Kit (librte-common-iavf runtime library) 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 runtime libraries for librte-common-iavf. Package: librte-common-octeontx2-21 Description-md5: 1a2adcefd65730e079045cd26e892cd7 Description-en: Data Plane Development Kit (librte-common-octeontx2 runtime library) 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 runtime libraries for librte-common-octeontx2. Package: librte-common-octeontx21 Description-md5: 03d2898e232c8157b5a7f982d8cdd4be Description-en: Data Plane Development Kit (librte-common-octeontx library) 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 runtime libraries for librte-common-octeontx. Package: librte-common-qat21 Description-md5: c39375d2fe7c49d1d2abb6e67098a81c Description-en: Data Plane Development Kit (librte-common-qat runtime library) 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 runtime libraries for librte-common-qat. Package: librte-common-sfc-efx21 Description-md5: 3ecf4a10a476e2639b989d110832e17c Description-en: Data Plane Development Kit (librte-common-sfc-efx runtime library) 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 runtime libraries for librte-common-sfc-efx. Package: librte-compress-isal21 Description-md5: 5629f580d2300815285928611051bd26 Description-en: Data Plane Development Kit (librte-compress-isal runtime library) 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 runtime libraries for librte-compress-isal. The ISA-L PMD (librte-compress-isal-comp) provides poll mode compression & decompression driver support for utilizing Intel ISA-L library, which implements the deflate algorithm for both Deflate(compression) and Inflate(decompression). Package: librte-compress-octeontx21 Description-md5: 67575cb937305d4bf3136b00f039d7d0 Description-en: Data Plane Development Kit (librte-compress-octeontx runtime library) 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 runtime libraries for librte-compress-octeontx. Package: librte-compress-zlib21 Description-md5: a21712f04d223aba750617df39b5063d Description-en: Data Plane Development Kit (librte-compress-zlib runtime library) 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 runtime libraries for librte-compress-zlib. Package: librte-compressdev21 Description-md5: b2369556a4505ce49d82d58e0724a221 Description-en: Data Plane Development Kit (librte-compressdev runtime library) 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 runtime libraries for librte-compressdev. . Provides poll mode compression & decompression driver support. Package: librte-crypto-aesni-gcm21 Description-md5: 918f8543856b321d2f4097b4f431da00 Description-en: Data Plane Development Kit (librte-crypto-aesni-gcm runtime library) 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 runtime libraries for librte-crypto-aesni-gcm. Package: librte-crypto-aesni-mb21 Description-md5: 91d9a19b536f06dcd09c8188952ec299 Description-en: Data Plane Development Kit (librte-crypto-aesni-mb runtime library) 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 runtime libraries for librte-crypto-aesni-mb. Package: librte-crypto-bcmfs21 Description-md5: bedc2c32b6d8cef8b00b482cbc83024b Description-en: Data Plane Development Kit (librte-crypto-bcmfs runtime library) 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 runtime libraries for librte-crypto-bcmfs. Package: librte-crypto-caam-jr21 Description-md5: a5f12ee5357cf3842e6e4f47eae2695d Description-en: Data Plane Development Kit (librte-crypto-caam-jr runtime library) 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 runtime libraries for librte-crypto-caam-jr. Package: librte-crypto-ccp21 Description-md5: 24f046ef82081b5f1d502e954c4365e7 Description-en: Data Plane Development Kit (librte-crypto-ccp runtime library) 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 runtime libraries for librte-crypto-ccp. Package: librte-crypto-dpaa-sec21 Description-md5: a8f728703380f59dbc70c8cfa54bf007 Description-en: Data Plane Development Kit (librte-crypto-dpaa-sec runtime library) 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 runtime libraries for librte-crypto-dpaa-sec. Package: librte-crypto-dpaa2-sec21 Description-md5: d24620080557912172e7d798a0d30dee Description-en: Data Plane Development Kit (librte-crypto-dpaa2-sec runtime library) 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 runtime libraries for librte-crypto-dpaa2-sec. Package: librte-crypto-kasumi21 Description-md5: 7bb27ea6df109aeab840465f4744aeb2 Description-en: Data Plane Development Kit (librte-crypto-kasumi runtime library) 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 runtime libraries for librte-crypto-kasumi. Package: librte-crypto-nitrox21 Description-md5: 0d83fa746c05263658c8c2d1e3498777 Description-en: Data Plane Development Kit (librte-crypto-nitrox runtime library) 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 runtime libraries for librte-crypto-nitrox which is The Nitrox crypto poll mode driver provides support for offloading cryptographic operations to the NITROX V security processor Package: librte-crypto-null21 Description-md5: eb1ca335028833b10a6bc7cca526c95e Description-en: Data Plane Development Kit (librte-crypto-null runtime library) 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 runtime libraries for librte-crypto-null. Package: librte-crypto-octeontx2-21 Description-md5: 4bba4bc53c87075a4e775361c907263f Description-en: Data Plane Development Kit (crypto for octeontx2) 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 runtime libraries for crypto of octeontx2. Package: librte-crypto-octeontx21 Description-md5: b030557f69d3b6fa7cbe5bbd8721b429 Description-en: Data Plane Development Kit (librte-crypto-octeontx runtime library) 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 runtime libraries for librte-crypto-octeontx. Package: librte-crypto-openssl21 Description-md5: 3c7cce51bd2cdee0bb3fc55841ef2816 Description-en: Data Plane Development Kit (librte-crypto-openssl runtime library) 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 runtime libraries for librte-crypto-openssl. Package: librte-crypto-scheduler21 Description-md5: c786b32ffbc6936b59575b0a7d895651 Description-en: Data Plane Development Kit (librte-crypto-scheduler runtime library) 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 runtime libraries for librte-crypto-scheduler. Package: librte-crypto-snow3g21 Description-md5: 16288873a10eeec1aa4db399158c50ac Description-en: Data Plane Development Kit (librte-crypto-snow3g runtime library) 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 runtime libraries for librte-crypto-snow3g. Package: librte-crypto-virtio21 Description-md5: 52dcce7d550825ce3340c65251314464 Description-en: Data Plane Development Kit (librte-crypto-virtio runtime library) 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 runtime libraries for librte-crypto-virtio. Package: librte-crypto-zuc21 Description-md5: 7991179d920bf108e1b4129d3a16a1fd Description-en: Data Plane Development Kit (librte-crypto-zuc runtime library) 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 runtime libraries for librte-crypto-zuc. Package: librte-distributor21 Description-md5: da1331faf098413667bd4c98973a000e Description-en: Data Plane Development Kit (librte-distributor runtime library) 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 runtime libraries for librte-distributor. Package: librte-efd21 Description-md5: 5a046496680fbf2806c42e4e127507ea Description-en: Data Plane Development Kit (librte-efd runtime library) 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 runtime libraries for librte-efd. Package: librte-event-dlb2-21 Description-md5: 757137dff40b24e64f51ac542f3f7eb1 Description-en: Data Plane Development Kit (librte-event-dlb2 runtime library) 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 runtime libraries for librte-event-dlb2. Package: librte-event-dlb21 Description-md5: d24cc6287c13d8b311655e48857b1594 Description-en: Data Plane Development Kit (librte-event-dlb runtime library) 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 runtime libraries for librte-event-dlb. Package: librte-event-dpaa2-21 Description-md5: e6498f02f16c610e9e97f756293c5ccb Description-en: Data Plane Development Kit (librte-event-dpaa2 runtime library) 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 runtime libraries for librte-event-dpaa2. Package: librte-event-dpaa21 Description-md5: 75788392906a8a73ed281f9cb543753d Description-en: Data Plane Development Kit (librte-event-dpaa runtime library) 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 runtime libraries for librte-event-dpaa. Package: librte-event-dsw21 Description-md5: 3b9396458247b583cfa2ceb6e397b0e6 Description-en: Data Plane Development Kit (librte-event-dsw runtime library) 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 runtime libraries for librte-dsw-event. Package: librte-event-octeontx2-21 Description-md5: 863c536da1e9aabac7ba49ca42134eb6 Description-en: Data Plane Development Kit (events for octeontx2 pmd) 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 runtime libraries for events of octeontx2. Package: librte-event-octeontx21 Description-md5: b1a126011e37a5677cae1f7407169277 Description-en: Data Plane Development Kit (librte-event-octeontx runtime library) 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 runtime libraries for librte-event-octeontx. Package: librte-event-opdl21 Description-md5: b7794a2452c755cb8408f2707af7b672 Description-en: Data Plane Development Kit (librte-event-opdl runtime library) 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 runtime libraries for librte-event-opdl. Package: librte-event-skeleton21 Description-md5: 06769780e134586ddd46f57b33605590 Description-en: Data Plane Development Kit (librte-event-skeleton runtime library) 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 runtime libraries for librte-event-skeleton. Package: librte-event-sw21 Description-md5: 4030a959b9aeb9256ad95be211281f1f Description-en: Data Plane Development Kit (librte-event-sw runtime library) 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 runtime libraries for librte-event-sw. Package: librte-eventdev21 Description-md5: bceb237e2179c1d9f649ec4196bf5bed Description-en: Data Plane Development Kit (librte-eventdev runtime library) 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 runtime libraries for librte-eventdev. Package: librte-fib21 Description-md5: c735f4fd26cbe0689d311d9e189b752f Description-en: Data Plane Development Kit (libfib runtime library) 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 runtime libraries for libfib. FIB (Forwarding information base) implementation for IPv4 Longest Prefix Match Package: librte-flow-classify21 Description-md5: 9dac421c0e20f21b33a46dec26b77849 Description-en: Data Plane Development Kit (librte-flow-classify runtime library) 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 runtime libraries for librte-flow-classify. Package: librte-graph21 Description-md5: 5ecf0b3b73b33cf1257c95a941a25276 Description-en: Data Plane Development Kit (librte-graph runtime library) 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 runtime libraries for librte-graph. Package: librte-gro21 Description-md5: f43e2e3e4205df571e1e567900f8c972 Description-en: Data Plane Development Kit (librte-gro runtime library) 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 runtime libraries for librte-gro. Package: librte-ipsec21 Description-md5: aa02e7b2bd25643377fd3561794019aa Description-en: Data Plane Development Kit (librte-ipsec runtime library) 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 runtime libraries for librte-ipsec. Package: librte-jobstats21 Description-md5: e6ee4244db07a08725983b0cb8bb3caa Description-en: Data Plane Development Kit (librte-jobstats runtime library) 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 runtime libraries for librte-jobstats. Package: librte-latencystats21 Description-md5: 1fffcd4e3ce4e4d4992c914adbdddc5e Description-en: Data Plane Development Kit (librte-latencystats runtime library) 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 runtime libraries for librte-latencystats. Package: librte-lpm21 Description-md5: 408ded5de556acc64826bd7673473e36 Description-en: Data Plane Development Kit (librte-lpm runtime library) 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 runtime libraries for librte-lpm. Package: librte-member21 Description-md5: 6621f59968b6db54793c0254f73ffd72 Description-en: Data Plane Development Kit (librte-member runtime library) 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 runtime libraries for librte-member. Package: librte-mempool-bucket21 Description-md5: 981761b4e5df1d367e55d8cd64659c5b Description-en: Data Plane Development Kit (librte-mempool-bucket runtime library) 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 runtime libraries for librte-mempool-bucket. Package: librte-mempool-dpaa2-21 Description-md5: 8bf5b48ac893733a90aacd769d49e261 Description-en: Data Plane Development Kit (librte-mempool-dpaa2 runtime library) 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 runtime libraries for librte-mempool-dpaa2. Package: librte-mempool-dpaa21 Description-md5: 0297c86cc92d444d8026d1a3d0fd97aa Description-en: Data Plane Development Kit (librte-mempool-dpaa runtime library) 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 runtime libraries for librte-mempool-dpaa. Package: librte-mempool-octeontx2-21 Description-md5: d7004b834ab87bcde68b21d650266886 Description-en: Data Plane Development Kit (librte-mempool-octeontx2 runtime library) 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 runtime libraries for librte-mempool-octeontx2. Package: librte-mempool-octeontx21 Description-md5: 98a089f0e8e47a2b9142c537fc70e781 Description-en: Data Plane Development Kit (librte-mempool-octeontx runtime library) 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 runtime libraries for librte-mempool-octeontx. Package: librte-mempool-stack21 Description-md5: 19db10379a4420cee72113f52437c7e8 Description-en: Data Plane Development Kit (librte-mempool-stack runtime library) 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 runtime libraries for librte-mempool-stack. Package: librte-meta-all Description-md5: 500ceb7a8069273219c8f1fc8fb059dc Description-en: Data Plane Development Kit (all sub-libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all librte libraries produced by DPDK. Package: librte-meta-allpmds Description-md5: 765656312bba5336bd1594e32557a349 Description-en: Data Plane Development Kit (all poll mode drivers) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all poll mode drivers produced by DPDK. Package: librte-meta-baseband Description-md5: e2cc28d70939a29f985175aeba36d488 Description-en: Data Plane Development Kit (baseband libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte baseband libraries. Package: librte-meta-bus Description-md5: 258638de2a320f6076b1f490e30e8b97 Description-en: Data Plane Development Kit (bus libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte bus libraries. Package: librte-meta-compress Description-md5: c3cf8e623caf0ca9028f88d3f60fca45 Description-en: Data Plane Development Kit (compress libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte compress libraries. Package: librte-meta-crypto Description-md5: 7a90e0af829627c97ff04ced1ca4e0b4 Description-en: Data Plane Development Kit (crypto libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte crypto libraries. Package: librte-meta-event Description-md5: aeda28723b9b2eb93d42ec8661e0dfd9 Description-en: Data Plane Development Kit (event libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte event libraries. Package: librte-meta-mempool Description-md5: b69ed1e75152fd6027537be61afb7241 Description-en: Data Plane Development Kit (mempool libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte mempool libraries. Package: librte-meta-net Description-md5: a1b81595ed97f73e17b39fed64a33361 Description-en: Data Plane Development Kit (net libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte net libraries. Package: librte-meta-raw Description-md5: f295c104e38a8eacff8bb01ddb0430e6 Description-en: Data Plane Development Kit (raw libraries) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. . This is a metapackage to pull in all the librte raw libraries. Package: librte-metrics21 Description-md5: 12637f259119e227b7395f9f586b5117 Description-en: Data Plane Development Kit (librte-metrics runtime library) 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 runtime libraries for librte-metrics. Package: librte-net-af-xdp21 Description-md5: 1f308773035690d2a316beecdf557c69 Description-en: Data Plane Development Kit (librte-net-af-xdp runtime library) 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 runtime libraries for librte-net-af-xdp. AF_XDP is an address family that is optimized for high performance packet processing. AF_XDP sockets enable the possibility for XDP program to redirect packets to a memory buffer in userspace. Package: librte-net-ark21 Description-md5: e6f67600a802c9eb00b90994cc79acea Description-en: Data Plane Development Kit (librte-net-ark runtime library) 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 runtime libraries for librte-net-ark. Package: librte-net-atlantic21 Description-md5: 59afcd0d5e27304b9c81bb80658deee6 Description-en: Data Plane Development Kit (librte-net-atlantic runtime library) 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 runtime libraries for librte-net-atlantic. Package: librte-net-avp21 Description-md5: 96e188803586b87e56b7142d8a096d0b Description-en: Data Plane Development Kit (librte-net-avp runtime library) 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 runtime libraries for librte-net-avp. Package: librte-net-axgbe21 Description-md5: 3303a7322396b4a4fd6f48901596d4fe Description-en: Data Plane Development Kit (librte-net-axgbe runtime library) 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 runtime libraries for librte-net-axgbe. Package: librte-net-bnx2x21 Description-md5: dae1cc2c87172533e5061e0f6ccc13b6 Description-en: Data Plane Development Kit (librte-net-bnx2x runtime library) 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 runtime libraries for librte-net-bnx2x. Package: librte-net-bnxt21 Description-md5: dd9becf254fe57b4b2043547499dd879 Description-en: Data Plane Development Kit (librte-net-bnxt runtime library) 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 runtime libraries for librte-net-bnxt. Package: librte-net-cxgbe21 Description-md5: 8f917b3e3b9950611182c8939d79ab77 Description-en: Data Plane Development Kit (librte-net-cxgbe runtime library) 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 runtime libraries for librte-net-cxgbe. Package: librte-net-dpaa2-21 Description-md5: bda92ceb650c96ba0929ecf10397baa5 Description-en: Data Plane Development Kit (librte-net-dpaa2 runtime library) 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 runtime libraries for librte-net-dpaa2. Package: librte-net-dpaa21 Description-md5: c8e2cd66d925bbe54e9ad61dd2f5aca5 Description-en: Data Plane Development Kit (librte-net-dpaa runtime library) 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 runtime libraries for librte-net-dpaa. Package: librte-net-ena21 Description-md5: d97cd9ed3d631f8866a77f83f71338c1 Description-en: Data Plane Development Kit (librte-net-ena runtime library) 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 runtime libraries for librte-net-ena. Package: librte-net-enetc21 Description-md5: c46f100079b8a14e953a9bb23e7238ea Description-en: Data Plane Development Kit (librte-net-enetc runtime library) 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 runtime libraries for librte-net-enetc. Package: librte-net-enic21 Description-md5: aa26ba84267b77ac9ee5ecb9a487604f Description-en: Data Plane Development Kit (librte-net-enic runtime library) 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 runtime libraries for librte-net-enic. Package: librte-net-failsafe21 Description-md5: 1175f8abdcb230eeb3f45177c3bd951a Description-en: Data Plane Development Kit (librte-net-failsafe runtime library) 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 runtime libraries for librte-net-failsafe. Package: librte-net-hinic21 Description-md5: 66236e31563b141d225645c94580871f Description-en: Data Plane Development Kit (librte-net-hinic runtime library) 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 runtime libraries for librte-net-hinic. Package: librte-net-hns3-21 Description-md5: ee9ba5871cf451800f06c4445dd5e503 Description-en: Data Plane Development Kit (librte-net-hns3 runtime library) 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 runtime libraries for librte-net-hns3 which is The hns3 PMD (librte-net-hns3) provides poll mode driver support for the inbuilt Hisilicon Network Subsystem(HNS) network engine found in the Hisilicon Kunpeng 920 SoC Package: librte-net-iavf21 Description-md5: e4caae55f49af7b068f1de649476fcb3 Description-en: Data Plane Development Kit (librte-net-iavf runtime library) 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 runtime libraries for librte-net-iavf. Package: librte-net-ice21 Description-md5: 1e16853432ea0848fd521de40f8eea6b Description-en: Data Plane Development Kit (librte-net-ice runtime library) 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 runtime libraries for librte-net-ice. Package: librte-net-igc21 Description-md5: 26072124e4b82629284873e608f0f00f Description-en: Data Plane Development Kit (librte-net-igc runtime library) 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 runtime libraries for librte-net-igc. Package: librte-net-ipn3ke21 Description-md5: 4caf62b37e15cb79949c9456140a8386 Description-en: Data Plane Development Kit (librte-net-ipn3ke runtime library) 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 runtime libraries for librte-net-ipn3ke. It provides poll mode driver support for Intel FPGA PAC(Programmable Acceleration Card) N3000 based on the Intel Ethernet Controller X710/XXV710 and Intel Arria 10 FPGA. Package: librte-net-liquidio21 Description-md5: 550f6e6b760c5bd45370b056e618ff1a Description-en: Data Plane Development Kit (librte-net-liquidio runtime library) 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 runtime libraries for librte-net-liquidio. Package: librte-net-memif21 Description-md5: c1267e232b83240b2348a701c7d31714 Description-en: Data Plane Development Kit (librte-net-memif runtime library) 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 runtime libraries for librte-net-memif. Package: librte-net-nfp21 Description-md5: 8ea2f7ac05b98fba613d6c6181083143 Description-en: Data Plane Development Kit (librte-net-nfp runtime library) 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 runtime libraries for librte-net-nfp. Package: librte-net-null21 Description-md5: 163d74ebe99f50759431ecdf3fca7b8e Description-en: Data Plane Development Kit (librte-net-null runtime library) 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 runtime libraries for librte-net-null. Package: librte-net-octeontx2-21 Description-md5: 5e1a2366d1e1e224457b18da8a000846 Description-en: Data Plane Development Kit (librte-net-octeontx2 runtime library) 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 runtime libraries for librte-net-octeontx2. Package: librte-net-octeontx21 Description-md5: 8a194a957288bb682ee7bcffb00efa5d Description-en: Data Plane Development Kit (librte-net-octeontx runtime library) 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 runtime libraries for librte-net-octeontx. Package: librte-net-pfe21 Description-md5: fee4fae246bea45089c83c3946b4dace Description-en: Data Plane Development Kit (librte-net-pfe runtime library) 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 runtime libraries for librte-net-pfe which is The PFE NIC PMD (librte-net-pfe) provides poll mode driver support for the inbuilt NIC found in the NXP LS1012 SoC. Package: librte-net-qede21 Description-md5: 07f1a5c68a6f94574be8a2d0cff0577f Description-en: Data Plane Development Kit (librte-net-qede runtime library) 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 runtime libraries for librte-net-qede which is The base driver is the backend module for the QLogic FastLinQ QL4xxxx 25G/40G CNA family of adapters as well as their virtual functions (VF) in SR-IOV context. Package: librte-net-ring21 Description-md5: 1b881da32e89ca7545133c6f13d54e8b Description-en: Data Plane Development Kit (librte-net-ring runtime library) 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 runtime libraries for librte-net-ring. Package: librte-net-sfc21 Description-md5: 6cc36008fe7d31fcdb25fe5a6edf8dde Description-en: Data Plane Development Kit (librte-net-sfc runtime library) 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 runtime libraries for librte-net-sfc. Package: librte-net-softnic21 Description-md5: 9ff54da6a79e4d70964f4e0fb79c0aa1 Description-en: Data Plane Development Kit (librte-net-softnic runtime library) 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 runtime libraries for librte-net-softnic. Package: librte-net-txgbe21 Description-md5: 33b125d4482012cad409972f973edd69 Description-en: Data Plane Development Kit (librte-net-txgbe runtime library) 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 runtime libraries for librte-net-txgbe. Package: librte-node21 Description-md5: 3ff97126eae0de1a5bba78df0750b273 Description-en: Data Plane Development Kit (librte-node runtime library) 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 runtime libraries for librte-node. . The graph library provides API to enable graph framework operations such as create, lookup, dump and destroy on graph and node operations such as clone, edge update, and edge shrink, etc. The API also allows one to create the stats cluster to monitor per graph and per node stats. Package: librte-pdump21 Description-md5: 889496901115352e4b0e409e438f51c7 Description-en: Data Plane Development Kit (librte-pdump runtime library) 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 runtime libraries for librte-pdump. Package: librte-pipeline21 Description-md5: 68d0d509ca595953349b8332c677a5b5 Description-en: Data Plane Development Kit (librte-pipeline runtime library) 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 runtime libraries for librte-pipeline. Package: librte-port21 Description-md5: b7f1259fb6f50629558d09c46f11e354 Description-en: Data Plane Development Kit (librte-port runtime library) 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 runtime libraries for librte-port. Package: librte-power21 Description-md5: 0e709de74160909e47a34c24c3ff24c3 Description-en: Data Plane Development Kit (librte-power runtime library) 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 runtime libraries for librte-power. Package: librte-raw-dpaa2-cmdif21 Description-md5: e333e918bdc1c363ecaacf4729ca4ef0 Description-en: Data Plane Development Kit (librte-raw-dpaa2-cmdif runtime library) 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 runtime libraries for librte-raw-dpaa2-cmdif. Package: librte-raw-dpaa2-qdma21 Description-md5: 2aadaebbd9148b55682a132e9501d4c4 Description-en: Data Plane Development Kit (librte-raw-dpaa2-qdma runtime library) 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 runtime libraries for librte-raw-dpaa2-qdma. Package: librte-raw-ifpga21 Description-md5: 9e6bf30803d23b502e3c897fbc0dbd2d Description-en: Data Plane Development Kit (librte-raw-ifpga runtime library) 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 runtime libraries for librte-raw-ifpga. . The SW IFPGA Rawdev Driver (ifpga-raw) provides a Rawdev driver that utilizes Intel FPGA Software Stack OPAE(Open Programmable Acceleration Engine) for FPGA management. Package: librte-raw-ioat21 Description-md5: 47cdb551641dfcefd116d0909311c592 Description-en: Data Plane Development Kit (librte-raw-ioat runtime library) 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 runtime libraries for librte-raw-ioat. Package: librte-raw-ntb21 Description-md5: 4de2c9e0a75799d16a125369c73c3e74 Description-en: Data Plane Development Kit (librte-raw-ntb runtime library) 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 runtime libraries for librte-raw-ntb. Package: librte-raw-octeontx2-dma21 Description-md5: 86d49c346961c6508c265df6ad69b5e6 Description-en: Data Plane Development Kit (librte-raw-octeontx2-dma runtime library) 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 runtime libraries for librte-raw-octeontx2-dma. Package: librte-raw-octeontx2-ep21 Description-md5: 98ecb8c1038adcc6025fbcaac0996bcd Description-en: Data Plane Development Kit (librte-raw-octeontx2-ep runtime library) 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 runtime libraries for librte-raw-octeontx2-ep. Package: librte-raw-skeleton21 Description-md5: fa12fed29610bdf7e335c3f0ac5cd0e7 Description-en: Data Plane Development Kit (librte-raw-skeleton runtime library) 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 runtime libraries for librte-raw-skeleton. Package: librte-rawdev21 Description-md5: ddebb18fbea00325885e90ba076f27e6 Description-en: Data Plane Development Kit (librte-rawdev runtime library) 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 runtime libraries for librte-rawdev. Package: librte-regex-mlx5-21 Description-md5: f610d7028ee3b8ff28aa9db04391ae64 Description-en: Data Plane Development Kit (librte-regex-mlx5 runtime library) 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 runtime libraries for librte-regex-mlx5. Package: librte-regex-octeontx2-21 Description-md5: cd9cf8d5bd5d8131fec6748ff7be55c6 Description-en: Data Plane Development Kit (librte-regex-octeontx2 runtime library) 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 runtime libraries for librte-regex-octeontx2. Package: librte-regexdev21 Description-md5: 4c9246d1cad930e23615b9b5f9eb2215 Description-en: Data Plane Development Kit (librte-regexdev runtime library) 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 runtime libraries for librte-regexdev. Package: librte-reorder21 Description-md5: 1bd5f612b3b33b52891bfc6584ec9ad4 Description-en: Data Plane Development Kit (librte-reorder runtime library) 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 runtime libraries for librte-reorder. Package: librte-rib21 Description-md5: f431bd231a2ba226e7eb97f46f3b9496 Description-en: Data Plane Development Kit (librib runtime library) 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 runtime libraries for librib. RIB is a Level compressed tree implementation for IPv4 Longest Prefix Match Package: librte-stack21 Description-md5: 86892477e1beed410f63695db7706d82 Description-en: Data Plane Development Kit (librte-stack runtime library) 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 runtime libraries for librte-stack. Package: librte-table21 Description-md5: fabf0f94a3ff5d1a7ebd4ffe86892aa9 Description-en: Data Plane Development Kit (librte-table runtime library) 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 runtime libraries for librte-table. Package: librte-timer21 Description-md5: fe14de18c22808f7dd94937bda4ab506 Description-en: Data Plane Development Kit (librte-timer runtime library) 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 runtime libraries for librte-timer. Package: librte-vdpa-ifc21 Description-md5: 707bccae2ca6540dd0eb319bed2cf5cf Description-en: Data Plane Development Kit (librte-vdpa-ifc runtime library) 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 runtime libraries for librte-vdpa-ifc. Package: librte-vdpa-mlx5-21 Description-md5: 9fb3216df3907215900c510194ab56f8 Description-en: Data Plane Development Kit (librte-vdpa-mlx5 runtime library) 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 runtime libraries for librte-vdpa-mlx5. 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: 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: 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: 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-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: libstdc++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-doc Description-md5: 1a4b88b8d9f96dfb2ac2be1049b4db01 Description-en: GNU Standard C++ Library v3 (documentation files) This package contains documentation files for the GNU stdc++ library. . One set is the distribution documentation, the other set is the source documentation including a namespace list, class hierarchy, alphabetical list, compound list, file list, namespace members, compound members and file members. Package: libstdc++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++-9-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++6-9-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: libstrongswan-extra-plugins Description-md5: aadcee3bdfdcf3b5bfb74ef3a8d7c233 Description-en: strongSwan utility and crypto library (extra plugins) 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 extra plugins for the strongSwan utility and cryptographic library. . Included plugins are: - af-alg [linux] (AF_ALG Linux crypto API interface, provides ciphers/hashers/hmac/xcbc) - ccm (CCM cipher mode wrapper) - cmac (CMAC cipher mode wrapper) - ctr (CTR cipher mode wrapper) - curl (libcurl based HTTP/FTP fetcher) - curve25519 (support for Diffie-Hellman group 31 using Curve25519 and support for the Ed25519 digital signature algorithm for IKEv2) - gcrypt (Crypto backend based on libgcrypt, provides RSA/DH/ciphers/hashers/rng) - ldap (LDAP fetching plugin based on libldap) - ntru (key exchanged based on post-quantum computer NTRU) - padlock (VIA padlock crypto backend, provides AES128/SHA1) - pkcs11 (PKCS#11 smartcard backend) - rdrand (High quality / high performance random source using the Intel rdrand instruction found on Ivy Bridge processors) - test-vectors (Set of test vectors for various algorithms) . Also included is the libtpmtss library adding support for TPM plugin (https://wiki.strongswan.org/projects/strongswan/wiki/TpmPlugin) 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: libswresample-dev Description-md5: 756e0f4df4398b9100298535b7db8417 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 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: libswresample3 Description-md5: a5f44d6a5d5b1cee3363537952d0e2cb 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 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: libswscale5 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: 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: libunoil-java Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890 Description-en: transitional package for LibreOffice UNO runtime environment LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This has now been merged into liblibreoffice-java and this package thus can be safely removed once installed. Package: libvarnishapi-dev Description-md5: 9c15761c354c732b35ffb9837d7b1ea0 Description-en: development files for Varnish Development files for the Varnish HTTP accelerator. Package: libvarnishapi2 Description-md5: b62e58460782f2fccf788b20917cd377 Description-en: shared libraries for Varnish Shared libraries for the Varnish HTTP accelerator. Package: libvirt-daemon-driver-lxc Description-md5: 2cc07557cd5de83a9972e42c6de8aaa2 Description-en: Virtualization daemon LXC connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for LXC. 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-iscsi-direct Description-md5: 10acda7b12929a3c0a850b914a00cfb0 Description-en: Virtualization daemon iSCSI (libiscsi) 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 a libvirtd storage driver for iSCSI volumes implemented using libiscsi. Package: libvirt-daemon-driver-storage-rbd Description-md5: 4e2039368200982b12534d16d0792845 Description-en: Virtualization daemon RBD 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 RBD/Rados/Ceph. 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-daemon-driver-vbox Description-md5: 12b3becd7a3f100f8639457b28573a6a Description-en: Virtualization daemon VirtualBox connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for VirtualBox. Package: libvirt-daemon-driver-xen Description-md5: 4443d0d7dc3e14e6af4fa769a49871a0 Description-en: Virtualization daemon Xen connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for Xen. Package: libvirt-daemon-system-sysv Description-md5: e4ade653752f064f0e8f735bf248d504 Description-en: Libvirt daemon configuration files (sysv) 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 dependencies and init scripts to make libvirt work with sysv based init systems. Using libvirt-daemon-systemd is preferred since the init scripts are incomplete. . This package is useless without the libvirt-daemon-system package installed. Package: libvirt-dev Description-md5: 7e0bab852c890b732dbbdd941dc00165 Description-en: development files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt. Package: libvirt-login-shell Description-md5: b5e830e5771db93ed6a4c1c4f7927c4f Description-en: Isolate user sessions using LXC containers 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 virt-login-shell tool, which can be set as a user's login shell to isolate their sessions using LXC containers. 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: 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: libx32asan5 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-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: libx32gcc-9-dev 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-9-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-9-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: libx32gfortran-9-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-9-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-9-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: libx32go-9-dev Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go-9-dev-amd64-cross Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go-9-dev-i386-cross Description-md5: e36fc6f7d9da2b503ade97820475f44a Description-en: Runtime library for GNU Go applications (x32 development files) This package contains the headers and static library files needed to build GNU Go applications. Package: libx32go14 Description-md5: 274d67a4807b2168ae6370f3e1f6a565 Description-en: Runtime library for GNU Go applications (x32) Library needed for GNU Go applications linked against the shared library. Package: libx32go14-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: libx32go14-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: libx32gphobos-9-dev 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-9-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-9-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: libx32gphobos76 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-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: libx32objc-9-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-9-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-9-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: libx32stdc++-9-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++-9-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++-9-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-9-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: mariadb-backup Description-md5: 5e80c3dd009aded10c0cfe25bd682155 Description-en: Backup tool for MariaDB server This backup tool is guaranteed to be compatible with MariaDB. Based on Xtrabackup, but improved to work with MariaDB. . Please refer to the MariaDB Knowledge Base on more information on how to use this tool. Package: mariadb-client Description-md5: 6501fd3178a212adaa785da108f5aaad 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.5), 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.5 Description-md5: 82697f9416e5e5d0a4e7331c2c735591 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 mariadb-report (mysqlreport). Package: mariadb-client-core-10.5 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: b0c32a0541f8699ec53307dabf7f987b Description-en: MariaDB common configuration 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 configuration files common to all MariaDB programs. 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: e7c0c56f3b8c4b41bfb5462cd78a61a0 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. . Install and configure this to enforce stronger passwords for MariaDB users. 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-rocksdb Description-md5: 62060ced380e290f5317ab8409c6fd1a Description-en: RocksDB storage engine for MariaDB The RocksDB storage engine is a high performance storage engine, aimed at maximizing storage efficiency while maintaining InnoDB-like performance. This package contains the RocksDB plugin for MariaDB. Package: mariadb-plugin-s3 Description-md5: d88f880c6bea545db8b310745f58eaae Description-en: Amazon S3 archival storage engine for MariaDB The S3 storage engine allows one to archive MariaDB tables in Amazon S3 (or any third-party public or private cloud that implements S3 API), but still have them accessible in MariaDB in read-only mode. 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-server Description-md5: a887647d25d472f89e220ceda2b6e041 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.5), 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.5 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.5 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: mysql-router Description-md5: 68df088e13493c106d4f76a2eb4efc60 Description-en: route connections from MySQL clients to MySQL servers MySQL Router is part of InnoDB cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL servers. It can be used for a wide variety of use cases, such as providing high availability and scalability by effectively routing database traffic to appropriate back-end MySQL servers. The pluggable architecture also enables developers to extend MySQL Router for custom use cases. . Since MySQL Router is clustering software and needs to be configured and managed across an entire cluster, packaging cannot manage it for you. This package supplies the binary build only, ready for manual configuration. Package: mysql-source-8.0 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: a37f36627bd4d1ec3a167a2eae840534 Description-en: MySQL regression tests This is an empty package that depends on the current "best" version of mysql-testsuite (currently mysql-testsuite-8.0), as determined by the MySQL maintainers. Install this package if in doubt about which MySQL version you want, as this is the one we consider to be in the best shape. Package: mysql-testsuite-8.0 Description-md5: ccc32250aefb33a80993be5dab467ee4 Description-en: MySQL 8.0 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: 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: nginx-extras Description-md5: 29cf2b49f0b9a924cda3b3a67701259a 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, SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream, GeoIP, GeoIP2 . THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index, GeoIP2, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress, Upstream Fair Queue. Package: nginx-full Description-md5: a7403f9aefc7f2ecf7253a843d955a0d Description-en: nginx web/proxy server (standard version with 3rd parties) 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 metapackage provides a version of nginx with the complete set of standard modules included (but omitting some of those included in nginx-extras). . 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, GeoIP2, 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. . OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP. . OPTIONAL STREAM MODULES: Stream Core . THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions Upstream Fair Queue. Package: nginx-light Description-md5: 0cc6605a9295148de12885983f2b0c52 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, GeoIP2 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: openjdk-11-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime 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: eaff50443f15582a8beb0901034b62cf Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . The packages are built using the IcedTea build support and patches from the IcedTea project. Package: openjdk-8-jdk-headless Description-md5: d1221d55e35c3f9b061c79f97661bd96 Description-en: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . 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: openvswitch-ipsec Description-md5: 3709e379f5ca3b3d58d9b448edaefda7 Description-en: Open vSwitch IPsec tunneling support 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 provides IPsec tunneling support for OVS tunnels. 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-source Description-md5: 9c0e76c547ece8b74742dcb3cd0aadc2 Description-en: Open vSwitch source code 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 Open vSwitch source code to support use with the Open Virtual Network (OVN) build. 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: 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: php8.0-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: php8.0-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: php8.0-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: php8.0-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: php8.0-fpm Description-md5: 612a17f0aace2c500fdf3741c6caa0cb 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-php8.0 package. . The following extensions are built in: Core date filter hash json 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: php8.0-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: php8.0-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: php8.0-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: php8.0-phpdbg Description-md5: 2c5b457041329aa8ba2720447cd9600b 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 json 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: php8.0-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: php8.0-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: php8.0-xsl Description-md5: 93c8fc5e2935346a001f328e898c3cff Description-en: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php8.0-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: postgresql-server-dev-13 Description-md5: ea24835aaae1d62503279845336c6a0b Description-en: development files for PostgreSQL 13 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: python-lxml-doc Description-md5: 86c3002728b00f49dc1d8a0e4e843699 Description-en: pythonic binding for the libxml2 and libxslt libraries (documentation) lxml is a new Python binding for libxml2 and libxslt, completely independent from these existing Python bindings. . This package contains the html documentation. Package: python2.7 Description-md5: 28620f1beffd6b598125304a83bfcb87 Description-en: Interactive high-level object-oriented language (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python2.7-dbg Description-md5: 3220dd61a40cd6c408ecc3fbbcb8ef1f Description-en: Debug Build of the Python Interpreter (version 2.7) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as _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: python2.7-dev Description-md5: 0f13a410a5bbc68affef1492eee5d8e2 Description-en: Header files and a static library for Python (v2.7) Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. . Maintainers of Python packages should read README.maintainers. Package: python2.7-doc Description-md5: 427bb0bb2c7ff8d97e3a833c92820507 Description-en: Documentation for the high-level object-oriented language Python (v2.7) These is the official set of documentation for the interactive high-level object-oriented language Python (v2.7). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python2.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: python2.7-examples Description-md5: 4f24bb2b1825659042443224cf985199 Description-en: Examples for the Python language (v2.7) Examples, Demos and Tools for Python (v2.7). These are files included in the upstream Python distribution (v2.7). Package: python2.7-minimal Description-md5: 4e3d580f5374e0e392e97c8e6fedf594 Description-en: Minimal subset of the Python language (version 2.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/python2.7-minimal/README.Debian for a list of the modules contained in this package. Package: python3-access2base Description-md5: 62049593c5d96b74959809148594af38 Description-en: interface between Python and the LibreOffice Access2Base library Access2Base is a LibreOffice/OpenOffice Basic library of macros for (business or personal) application developers and advanced users. . Their syntax and their meaning are directly inspired by MSAccess. The macros are callable from - a LibreOffice / OpenOffice Base application, - any LibreOffice / OpenOffice document wanting to access data stored in databases. . This package contains an interface between Python (user) scripts and Access2Base. Package: python3-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: 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-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-subversion Description-md5: 6787081e27fc8d319a045cf72a74c6d7 Description-en: Python3 bindings for Apache Subversion This is a set of Python3 interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Python3 script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: python3.9-full Description-md5: d6c7f2de77c9206a23051e10ddc0d0a9 Description-en: Python Interpreter with complete class library (version 3.9) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv and distutils, and modules with complex dependencies, such as tk and IDLE. All batteries included. . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3.9-venv Description-md5: 51d5401a3e165197d0b07bf941749a76 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.9) Python is a high-level, interactive, object-oriented language. Its 3.9 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.9 binary. Package: qemu Description-md5: 44f7142780922102776874dd65554fb0 Description-en: fast processor emulator, dummy package QEMU is a fast processor emulator. Once upon a time there was only one package named `qemu', with all functionality included. These days, qemu become large and has been split into numerous packages. Different packages provides entirely different services, and it is very unlikely one will need all of them together. So current `qemu' package makes no sense anymore, and is becoming a dummy package. . If you want full system emulation of some architecture, install one or more of qemu-system-ARCH packages. If you want user-mode emulation, install qemu-user or qemu-user-static package. If you need utilities, use qemu-utils package. . This package can safely be removed. 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-x86-microvm Description-md5: 99a7763c267c40a79738532aac0402b1 Description-en: QEMU full system emulation binaries (x86) The microvm binaries are now part of qemu-system-x86. . This is a transitional package. You can safely remove it. Package: qemu-system-x86-xen Description-md5: 44c7302a148191180d4e29e20a3977e2 Description-en: QEMU full system emulation binaries (x86) QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides the full system emulation binaries to emulate the following x86 hardware: . . In comparison to the main qemu-system-x86 this package has xen support enabled, but is only maintained as universe package. Qemu with xen support is needed to run Xen in HVM mode. For any other use case you should install and use qemu-system-x86 instead. 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: 745cf1fdce8807e14d332ae512779b8f 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. . 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: qt5-flatpak-platformtheme Description-md5: c5afb80c1f79f97f0ac8a0d6b5fd1f84 Description-en: Qt 5 Flatpak platform theme (transitional 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 is a transitional package which can safely be removed. Package: qt5-gtk-platformtheme Description-md5: 39eaf682438c89ae84a301289473e806 Description-en: Qt 5 GTK+ 3 platform theme 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 provides the GTK+ 3 platform theme, which makes Qt use native icon themes, fonts, and dialogs on GTK-based environments. Package: qt5-qmake Description-md5: d22e820ccda7e109fc6cf2c171df093e Description-en: Qt 5 qmake Makefile generator tool 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 Qt 5 qmake, a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. . Qt 5 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. . This package contains also these platform specifications. Package: qt5-qmake-bin Description-md5: 86cdde8a3c4de9597f2460df4811e75d Description-en: Qt 5 qmake Makefile generator tool — binary file 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 binary file for qmake buildsystem. Do not install this package directly, use qt5-qmake instead. Package: qt5-xdgdesktopportal-platformtheme Description-md5: 0a5ddb5371f4cf42243bc780d020c01f Description-en: Qt 5 XDG Desktop Portal platform theme 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 provides the XDG Desktop portal platform theme, which makes Qt use native file dialogs on Flatpak/Snap based environments. Package: qtbase5-dev Description-md5: eb1a5e244bfc7327cfdf56f6aff9cab9 Description-en: Qt 5 base development files 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 header development files used for building Qt 5 applications. . If you are interested in packaging Qt 5 stuff please take a look at https://qt-kde-team.pages.debian.net/packagingqtbasedstuff.html Package: qtbase5-dev-tools Description-md5: 389ab33cc35e6afecee8a8240f83313f Description-en: Qt 5 base development programs 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 development programs used for building Qt 5 applications, such as moc, qdbuscpp2xml, qdbusxml2cpp, rcc, syncqt and uic. . We do not recommend depending on this package directly. Please depend on qtbase5-dev instead. Package: qtbase5-doc Description-md5: ca14ee36d3a7fc0206bfcbb35e2be024 Description-en: Qt 5 base 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 documentation for the Qt 5 base libraries. Package: qtbase5-doc-dev Description-md5: 5f103459e351d7b7e73520be6c3de13a Description-en: Qt 5 base tags files 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 doxygen tags files for the qtbase documentation. 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: qtbase5-examples Description-md5: ac043eae380c0dcd4bce5d40a835f3e4 Description-en: Qt 5 base examples 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 Qt base 5 examples. Package: qtbase5-private-dev Description-md5: b388fd86350adaeeb21580f32ba12fcc Description-en: Qt 5 base private development files 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 private header development files for building some Qt 5 applications like Qt Creator QML Designer plugin. . Use at your own risk. Package: redis Description-md5: 72899f2d2b6ae85236d34c82a94ea222 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 installs the main 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: 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: 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-openssl Description-md5: f4d05e7ef47ce2ae73ddcbed5a958267 Description-en: TLS protocol support for rsyslog (OpenSSL) This netstream plugin allows rsyslog to send and receive encrypted syslog messages via the syslog-transport-tls IETF standard protocol. 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-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-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: 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: 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: 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: 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: slapd-contrib Description-md5: ff6e572efbbb94ce9953af67807dabd9 Description-en: contributed plugins for OpenLDAP slapd This package contains a number of slapd overlays and plugins contributed by the OpenLDAP community. While distributed as part of OpenLDAP Software, they are not necessarily supported by the OpenLDAP Project. Package: slapd-smbk5pwd Description-md5: c3ad6e9af00b91f4237f7de732bf9c27 Description-en: transitional package for slapd-contrib This is a transitional package from slapd-smbk5pwd to slapd-contrib. It can be safely removed. 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: 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: 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: squid-cgi Description-md5: d0bf1074b507dacb37098691582296d3 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. . 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: 6b0c45a8b98e5c8365894c6c648205d7 Description-en: Full featured Web Proxy cache (HTTP proxy) - cache management utility Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . This package contains a small utility that can be used to manage the disk cache from the command line. Package: squidclient Description-md5: 50857a05e6c54a91b3123291e8661995 Description-en: Full featured Web Proxy cache (HTTP proxy) - HTTP(S) message utility Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, ICY and HTTP data objects. . This package contains a small utility that can be used to get URLs from the command line. 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: 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: 606aa217055d68550e4946170331a468 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-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: 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: 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: 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-core-snapd-units Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. 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: 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: 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: 5e32df39fe43df51571314f93f38a67b 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, and Tcl. Package: vim-gtk Description-md5: 86dc6422648bf19178561819a13be252 Description-en: Vi IMproved - enhanced vi editor (dummy package) This is a transitional package to install the vim-gtk3 package. You may remove this package if nothing depends on it. Package: vim-gtk3 Description-md5: 55a9161bf3dec9e8a999586c8e73467a Description-en: Vi IMproved - enhanced vi editor - with GTK3 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 GTK3 GUI and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl. Package: vim-gui-common Description-md5: f51060aa71b1aeaa83cfde145ca640c3 Description-en: Vi IMproved - Common GUI files Vim is an almost compatible version of the UNIX editor Vi. . This package contains files shared by all GUI-enabled vim variants available in Debian. Examples of such shared files are: gvimtutor, icons, and desktop environments settings. 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: virgl-server Description-md5: b58d25033b5d802ad9c4627099712a8b Description-en: virtual GPU for KVM virtualization - vtest server used for testing and container virtualization . Virgl is a software to separate OpenGL rendering from the host GPU The vtest server provides the means to do this without going through full virtualization Package: webkit2gtk-driver Description-md5: b1b90b3877648e44017be43c33ecc59b 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: 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: . 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: . This package is built from the X.org xserver module. 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: . 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: 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: . 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: 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: cpp-9-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: g++-9-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++-9-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: gcc-9-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-9-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-9-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-9-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: gccbrig-9-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-9-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-9-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: gdc-9-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-9-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: gfortran-9-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-9-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: gm2-9-x86-64-linux-gnu Description-md5: 0a454527044e92655678df29d064a4aa Description-en: GNU Modula-2 compiler (cross compiler for amd64 architecture) This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code. Package: gnat-9-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++-9-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++-9-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-9-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-9-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: lib64asan5 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: lib64gcc-9-dev 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: lib64gfortran-9-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: lib64go-9-dev Description-md5: a7ef5921b4b83cb852b9de565ed5fece Description-en: Runtime library for GNU Go applications (64bit development files) This package contains the headers and static library files needed to build GNU Go applications. Package: lib64go14 Description-md5: 07fa56d3e232224f82aa278bc1a968bd Description-en: Runtime library for GNU Go applications (64bit) Library needed for GNU Go applications linked against the shared library. Package: lib64gphobos-9-dev 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: lib64gphobos76 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: lib64objc-9-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: lib64stdc++-9-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-9-dbg Description-md5: 2c454c0f0591e215b1f3b1791f3e7459 Description-en: GNU Standard C++ Library v3 (debug build) This package contains a debug build of the shared libstdc++ library. The debug symbols for the default build can be found in the libstdc++6-dbgsym package. Package: openjdk-17-jre Description-md5: 5bad8f597e182fdf0635f3b9fccbce1a Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot Zero. Package: openjdk-17-jre-headless Description-md5: 125494d786a73a442968635c3a21c714 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot Zero. 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.