5387,7279c Package: shim-signed Description-md5: 63adda04023831460d4623bbf5724f41 Description-en: Description: Secure Boot chain-loading bootloader - **NOT** signed This package provides a minimalist boot loader which allows verifying signatures of other UEFI binaries against either the Secure Boot DB/DBX or against a built-in signature database. Its purpose is to allow a small, infrequently-changing binary to be signed by the UEFI CA, while allowing an OS distributor to revision their main bootloader independently of the CA. . NOTICE: This package used to contain the version of the bootloader binary signed by the Microsoft UEFI CA, but significant toolchain problems on arm64 have made it impossible to reliably build a safe arm64 shim for now. See https://wiki.debian.org/SecureBoot#arm64_problems for more information. In the hope that we can resolve these problems soon, for now this package instead contains another copy of the *unsigned* shim on arm64 to maintain package dependencies. Package: shim-signed Description-md5: a481805ba65b750cfdd6438a7d8539a2 Description-en: Secure Boot chain-loading bootloader (Microsoft-signed binary) This package provides a minimalist boot loader which allows verifying signatures of other UEFI binaries against either the Secure Boot DB/DBX or against a built-in signature database. Its purpose is to allow a small, infrequently-changing binary to be signed by the UEFI CA, while allowing an OS distributor to revision their main bootloader independently of the CA. . This package contains the version of the bootloader binary signed by the Microsoft UEFI CA. Package: shim-signed-common Description-md5: fc04b9aecb14375faab7936bb3877fa3 Description-en: Secure Boot chain-loading bootloader (common helper scripts) This package provides a minimalist boot loader which allows verifying signatures of other UEFI binaries against either the Secure Boot DB/DBX or against a built-in signature database. Its purpose is to allow a small, infrequently-changing binary to be signed by the UEFI CA, while allowing an OS distributor to revision their main bootloader independently of the CA. . This package contains common helper scripts for all versions of the shim-signed package. Package: php-symfony Description-md5: 6bd880529267e45057ec9b7f9914c8cd Description-en: set of reusable components and framework for web projects The Symfony PHP framework allows one to create websites and web applications. It’s a set of tools and a development methodology. . This package depends on every component. Applications depending on Symfony should rather depend on individual components actually needed by them. Package: php-symfony-amazon-mailer Description-md5: 0c125a7fbdde02a81b728de22858d757 Description-en: Symfony Amazon Mailer Bridge The Symfony Amazon Mailer Bridge provides Amazon SES integration for Symfony Mailer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-asset Description-md5: 88a909d373c0ea1ef4bed59e6fdd1714 Description-en: manage asset URLs The Symfony Asset Component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-browser-kit Description-md5: 0178bc3a79a5f15ebcedb5c0e980d247 Description-en: simulate the behavior of a web browser The Symfony BrowserKit Component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-cache Description-md5: ec570590ae5e14a4b06ad2b2b1f4b3e0 Description-en: provides an extended PSR-6, PSR-16 (and tags) implementation The Symfony Cache Component provides an extended PSR-6 implementation for adding cache to applications. It is designed to have a low overhead so that caching is fastest. It ships with a few caching adapters for the most widespread and suited to caching backends. It also provides a `doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy adapter for greater interoperability between PSR-6 implementations. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-config Description-md5: 15f26ec519ede2b9680ba325d2402e15 Description-en: load configurations from different data sources The Symfony Config Component provides the infrastructure for loading configurations from different data sources and optionally monitoring these for changes. Additional tools for validating, normalizing and handling of defaults are provided. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-console Description-md5: 1569b7c3031ce5cf720dddb0ed7582d9 Description-en: run tasks from the command line The Symfony Console Component can be used to implement recurring or long running tasks, such as cronjobs, imports or other batch jobs. Additionally it assists the creation of nice looking command line interfaces. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-css-selector Description-md5: 116c5f752f6f8c12d73cc780f3ee9813 Description-en: convert CSS selectors to XPath expressions The Symfony CssSelector Component can be used to convert CSS selectors to XPath expressions. It basically is a port of the Python lxml library. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-debug Description-md5: b16c67b87e35d4de31cd79a17163daa5 Description-en: tools to make debugging of PHP code easier The Symfony Debug Component provides tools to ease debugging PHP code. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-debug-bundle Description-md5: 2065529ae7d1929a2fdb76f7e59a91a1 Description-en: debugging tools for the Symfony framework Symfony DebugBundle allows an application using it to dump variables from PHP or Twig in the web debug toolbar. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dependency-injection Description-md5: cb1e6f96bcc2eeb1aee8acd31b23e2fb Description-en: standardize and centralize construction of objects The Symfony DependencyInjection Component allows one to standardize and centralize the way objects are constructed in an application. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-doctrine-bridge Description-md5: 48a7e8523917c67e8bd1a092593f61b4 Description-en: integration for Doctrine with Symfony Components The Symfony Doctrine Bridge provides integration for Doctrine with various Symfony components. . The Doctrine Project provides several libraries primarily focused on database storage and object mapping. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dom-crawler Description-md5: 924f5cf04b02920148ecf212ea3cf6eb Description-en: ease DOM navigation for HTML and XML documents The Symfony DomCrawler Component provides methods to query and manipulate HTML and XML documents. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-dotenv Description-md5: 93a097f6177c2ff81767d40edb48694c Description-en: .env files parser to make environment variables accessible The Symfony Dotenv Component parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-error-handler Description-md5: fc622346af28e761b77b1c1034ad9852 Description-en: manage errors and ease debugging The Symfony ErrorHandler Component provides tools to manage errors and ease debugging PHP code. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-event-dispatcher Description-md5: e19f6f76d41e99d4860e64448d349b37 Description-en: dispatch events and listen to them The Symfony EventDispatcher Component implements the mediator pattern and thus allows individual parts of an application to communicate with each other by dispatching events and listening to them. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-expression-language Description-md5: 61eb76d07c97273dce968594b943678e Description-en: compile and evaluate expressions The Symfony ExpressionLanguage Component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans). . By default, the engine implements simple math and logic functions, method calls, property accesses, and array accesses. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-filesystem Description-md5: 8259d68e5d2b27490a550f4be2e51a70 Description-en: basic filesystem utilities The Symfony Filesystem Component provides basic utilities to work with the filesystem, like creating directories, removing files or adding symlinks. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-finder Description-md5: 66b7bfe07c34cf3c994a2e6c674c5f95 Description-en: find files and directories The Symfony Finder Component provides an intuitive interface to find files and directories. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-form Description-md5: ef776c698e81ff530a4e27727d43a105 Description-en: create HTML forms and process request data The Symfony Form Component provide tools for defining HTML forms, rendering their request data and mapping this to related models. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-framework-bundle Description-md5: 9a947d91c567199ccb78a5bf72697f1e Description-en: basic, robust and flexible MVC framework Symfony FrameworkBundle contains most of the base framework functionality and can be configured by an application using it, including settings related to sessions, translation, forms, validation, routing and more. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-google-mailer Description-md5: 5f2e51be8de6bd4974642ba06e0e753d Description-en: Symfony Google Mailer Bridge The Symfony Google Mailer Bridge provides Google Gmail integration for Symfony Mailer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-http-client Description-md5: 5e0289887a5a15eb6d84e290ad307181 Description-en: methods to fetch HTTP resources synchronously or asynchronously The Symfony HttpClient component is a low-level HTTP client with support for both PHP stream wrappers and cURL. It also provides utilities to consume APIs. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-http-foundation Description-md5: d53a90c044793b166e5b9ae8cf6b45b3 Description-en: object-oriented layer for the HTTP specification The Symfony HttpFoundation Component provides an object-oriented abstraction for dealing with requests, responses, uploaded files, cookies and sessions. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-http-kernel Description-md5: c939e66572524bf5395e9b5e6788d97b Description-en: building blocks for flexible and fast HTTP-based frameworks The Symfony HttpKernel Component provides a structured process for converting requests into responses and is flexible enough to build full-stack frameworks like Symfony as well as micro frameworks like Silex on top of it. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-inflector Description-md5: f0cf30a23d0a0200e981e81f8b6b3abf Description-en: words conversion between their singular and plural forms The Symfony Inflector Component converts words between their singular and plural forms (English only). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-intl Description-md5: e5f69f9da5edbf6c511b33a98adf8407 Description-en: limited replacement layer for the PHP extension intl The Symfony Intl Component provides a replacement layer for the PHP extension intl that is limited to the English locale and thus can not fully substitute the PHP extension it intends to replace. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-ldap Description-md5: 20a0e8ffc7c2454a293593dbe64b209f Description-en: abstraction layer for the PHP LDAP module The Symfony Ldap Component provides an abstraction layer for the functions provided by the LDAP module for PHP (php-ldap). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-lock Description-md5: 6e6df2e5f63586e04d7404ab7e933140 Description-en: create and manage locks The Symfony Lock Component creates and manages locks, a mechanism to provide exclusive access to a shared resource. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-mailchimp-mailer Description-md5: 09b37697c6b302c8905fdc1740b0c819 Description-en: Symfony Mailchimp Mailer Bridge The Symfony Mailchimp Mailer Bridge provides Mandrill integration for Symfony Mailer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-mailer Description-md5: 4025081749f53af1b72394425800796b Description-en: help sending emails The Symfony Mailer Component helps sending emails. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-mailgun-mailer Description-md5: f1a0e831846549b889aab08d67833dda Description-en: Symfony Mailgun Mailer Bridge The Symfony Mailgun Mailer Bridge provides Mailgun integration for Symfony Mailer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-messenger Description-md5: 7278cb93ab652fbcd91802004a71ae83 Description-en: send and receive messages The Symfony Messenger Component helps application send and receive messages to/from other applications or via message queues. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-mime Description-md5: 08db1c4296a1c1bf5de81efd5d756b63 Description-en: library to manipulate MIME messages The MIME Symfony component allows one to manipulate MIME messages and provides utilities related to MIME types. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-monolog-bridge Description-md5: e8af508e1bdfc95599356d67791b5d95 Description-en: integration for Monolog with Symfony Components The Symfony Monolog Bridge provides integration for Monolog with various Symfony Components. . Monolog can be used to send logs to various destination and web services. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-options-resolver Description-md5: 475754b8f3b3ae26ddd6a4fe2bb3cdc8 Description-en: configure objects with option arrays The Symfony OptionsResolver Component allows the configuration of objects with option arrays by supporting default values on different levels of class hierarchy, option constraints and lazy options whose default value depends on the value of another option. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-phpunit-bridge Description-md5: 923f4a205c820cbd6e6c70e255fda493 Description-en: integration for PHPUnit with Symfony Components The Symfony PHPUnit Bridge provides utilities for PHPUnit, especially user deprecation notices management. . PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit testing framework. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-postmark-mailer Description-md5: 5b6e250a7e086726d22b1ae7e31774b7 Description-en: Symfony Postmark Mailer Bridge The Symfony Postmark Mailer Bridge provides Postmark integration for Symfony Mailer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-process Description-md5: 59c0b81a006da12ce1ef874262e1e20b Description-en: execute commands in sub-processes The Symfony Process Component helps with executing commands in sub-processes by providing easy access to standard and error output in real-time. It is especially handy for dealing with long running sub-processes due to its feature to run them asynchronously, while still providing access to their full and incremental output. It additionally supports signals, provides the PID of a sub-process and allows the definition of process timeouts. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-property-access Description-md5: 36fcf0d0c66b36cc314f16b24b572c28 Description-en: read from and write to an object or array The Symfony PropertyAccess Component provides functions to read from and write to an object or array using a simple string notation. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-property-info Description-md5: bda4c746bb05428d6e7ac86e28dcd771 Description-en: extract information about properties of PHP classes The Symfony Property Info Component extracts information about the properties of PHP classes using metadata of popular sources like Doctrine, PHP Reflection or PHPdoc. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-proxy-manager-bridge Description-md5: 2d4c4b7b75a4dbd715408de611e41795 Description-en: integration for ProxyManager with Symfony Components The Symfony ProxyManager Bridge provides integration for ProxyManager with various Symfony Components. . ProxyManager is a library that provides abstraction for generating various kinds of proxy classes. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-routing Description-md5: c757fffcf018426da9cb7cba87a7e9b9 Description-en: associate a request with code that generates a response The Symfony Routing Component makes it easy to map HTTP requests to the code of an application that is able to process the request and generates a corresponding response. It thus serves as a router for an application, but should not be confused with a network router. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security Description-md5: 94e3d30300c308f4cd9a51790ccf140c Description-en: infrastructure for sophisticated authorization systems The Symfony Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. In addition the component contains an advanced ACL system and provides ways to authorize authenticated users based on their roles. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-bundle Description-md5: c24d30656781255a806ab744b355c79b Description-en: configurable security system for the Symfony framework Symfony SecurityBundle allows an application using it to configure security related matters like authentication and authorization within the Symfony framework. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-core Description-md5: a176c359ac7c648e5336fe605fd9b9c1 Description-en: infrastructure for authorization systems - common features The Symfony Security Component - Core Library provides all the common security features, from authentication to authorization and from encoding passwords to loading users. . The Symfony Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-csrf Description-md5: 3c0b91eafcffdef0046a3cac7122259b Description-en: infrastructure for authorization systems - CSRF protection The Symfony Security Component - CSRF Library provides a class `CsrfTokenManager` for generating and validating CSRF (cross-site request forgery) tokens. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-guard Description-md5: 4c38ff162a0bd13be1308da93093d64b Description-en: infrastructure for authorization systems - Guard features The Symfony Security Component - Guard brings many layers of authentication together, making it much easier to create complex authentication systems where you have total control. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-security-http Description-md5: b7bc72e925efb1528754645739593128 Description-en: infrastructure for authorization systems - HTTP integration The Symfony Security Component - HTTP Integration allows one to handle HTTP requests and responses. . The Security Component makes it possible to easily separate authorization logic from user providers that hold the users credentials. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login. Furthermore it optionally also allows an application to implement its own authentication strategies. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-sendgrid-mailer Description-md5: 8af8682ca2efa4103678687bff5a484e Description-en: Symfony Sendgrid Mailer Bridge The Symfony Sendgrid Mailer Bridge provides Sendgrid integration for Symfony Mailer. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-serializer Description-md5: a54d8e2131ba05cda7ee8c1b198b84b0 Description-en: convert PHP objects into specific formats and vice versa The Symfony Serializer Component can be used to serialize PHP objects into array structures or other formats like XML and JSON. It also supports deserializing of XML and JSON back to PHP objects. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-stopwatch Description-md5: 30acc09f66c2e723fc2b5c01c79d1bb0 Description-en: profile PHP code The Symfony Stopwatch Component provides an easy and consistent way to measure execution time of certain parts of PHP code. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-templating Description-md5: 9d622e976a5f8614d9c99045d3eca768 Description-en: tools needed to build a template system The Symfony Templating Component provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-translation Description-md5: aaeb9bb9d9b29bde6e7640fd354967b7 Description-en: tools to internationalize an application The Symfony Translation Component provides tools for loading translation files in order to generate translated strings from them by respecting pluralization. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-twig-bridge Description-md5: d7d6c559ac06c287bca612a328aede3c Description-en: integration for Twig with Symfony Components The Symfony Twig Bridge provides integration for Twig with various Symfony Components. . Twig is a flexible, fast, and secure template engine for PHP. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-twig-bundle Description-md5: 4f5fd8099ab438a94235e8384b314993 Description-en: configurable integration of Twig with the Symfony framework Symfony TwigBundle integrates Twig with the Symfony framework by allowing an application using it to configure the Twig environment. . Twig is a flexible, fast, and secure template engine for PHP. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-validator Description-md5: 65f84271396524f11a9395150f97e357 Description-en: tools to validate values The Symfony Validator Component validates PHP objects against validation rules defined for their classes, which can be specified using XML, YAML, PHP or annotations. It is inspired by the JSR-303. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-var-dumper Description-md5: 7a3c9f78e3279c6a35f708a6c29710fd Description-en: mechanisms for walking through any arbitrary PHP variable The Symfony VarDumper Component provides mechanisms to walk through any arbitrary PHP variable. Build on top of those, it features a dump() function as an improved alternative to the php build-in var_dump(). . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-var-exporter Description-md5: 99dd915c7c8668bbdf8cfc2a0e3049c4 Description-en: export serializable PHP data structure to plain PHP code The Symfony VarExporter allows one to export any serializable PHP data structure to plain PHP code. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-link Description-md5: abb773430ffcf10b6fd91809f3888957 Description-en: manage links between resources The Symfony WebLink Component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes. . This component implements the HTML5's Links, Preload and Resource Hints W3C's specifications. It can also be used with extensions defined in the HTML5 link type extensions wiki. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-profiler-bundle Description-md5: 204363f432ac642e05027694f91b814e Description-en: collect requests information for analysis and debugging Symfony WebProfilerBundle collects information about each request made to an application using it and stores them for later analysis. It includes a visual interface for analyzing profiling data as well as a toolbar for instant access to a lot of interesting information for debugging purposes. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-web-server-bundle Description-md5: fcdb59772498e6f3bb87c87e188b153d Description-en: provide commands for applications using the PHP built-in web server Symfony WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies local development setup, avoiding the configuration of a proper web server such as Apache or Nginx to run an application. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-workflow Description-md5: 7404984ecb15d1875d059fa222b3c046 Description-en: manage a workflow or finite state machine The Symfony Workflow Component provides tools for managing a workflow or finite state machine. . Symfony is a PHP framework, a set of tools and a development methodology. Package: php-symfony-yaml Description-md5: 53821297c9974ad1eee5a69ecdb7d9c7 Description-en: convert YAML to PHP arrays and the other way around The Symfony Yaml Component converts YAML strings into PHP arrays. It also can be used to convert PHP arrays to YAML strings. . Symfony is a PHP framework, a set of tools and a development methodology. Package: thunderbird Description-md5: 751154d79baa86dd0bb50b2b6fd36be3 Description-en: mail/news client with RSS, chat and integrated spam filter support Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. It supports different mail accounts, no matter of the used protocol like POP(s) or IMAP(s), has an integrated learning Spam filter, and offers easy organization of mails with tagging and virtual folders. Also, more features can be added by installing extensions. . Thunderbird also includes an integrated calendar for handling events, events invitations and tasks in multiple calendars. It supports local calendars, CalDAV and plain ics files on CardDAV and WebDAV. . The goal of Thunderbird is to produce a cross platform standalone mail application using the XUL user interface language. Package: thunderbird-l10n-af Description-md5: b18290c6b03b670223422b9accf259da Description-en: Africaans language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Africaans. Package: thunderbird-l10n-all Description-md5: c8ef0af31d3d956924cc1df2745f4f9a Description-en: All language packages for Thunderbird (meta) Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package is a metapackage depending on all available localization of Thunderbird. Package: thunderbird-l10n-ar Description-md5: ace8b24dc8e4c8b3997444e322face63 Description-en: Arabic language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Arabic. Package: thunderbird-l10n-ast Description-md5: 3d35b4c3eb1666f3b11a063795ea635c Description-en: Asturian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Asturian. Package: thunderbird-l10n-be Description-md5: 2f6b8aae0b162656d6425071c92ba26c Description-en: Belarusian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Belarusian. Package: thunderbird-l10n-bg Description-md5: 66132adbae43e41d3f896e9d764a5062 Description-en: Bulgarian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Bulgarian. Package: thunderbird-l10n-br Description-md5: 74276ab5a350b970c2bf0173230a17fd Description-en: Breton language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Breton. Package: thunderbird-l10n-ca Description-md5: c41cec431972576de3f3968d35a6eb68 Description-en: Catalan/Valencian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Catalan/Valencian. Package: thunderbird-l10n-cak Description-md5: 085fc9ff468b2f6298353c3a0828f9e8 Description-en: Kacqhikel language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Kacqhikel. Package: thunderbird-l10n-cs Description-md5: ad1845dca8daf569c2b08839df17a79e Description-en: Czech language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Czech. Package: thunderbird-l10n-cy Description-md5: a6c3347da4dda324048ece152d14b22b Description-en: Welsh language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Welsh. Package: thunderbird-l10n-da Description-md5: 99853049c3780ec0b7ef70e4292bbe5c Description-en: Danish language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Danish. Package: thunderbird-l10n-de Description-md5: b84355301b3680934c743f3984cf95d0 Description-en: German language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in German. Package: thunderbird-l10n-dsb Description-md5: 10d897ff52bf09ce0206ba81cce90fb2 Description-en: Lower Sorbian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Lower Sorbian. Package: thunderbird-l10n-el Description-md5: fbd5e9e25db5485d03c1947fadc29849 Description-en: Greek language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Greek. Package: thunderbird-l10n-en-ca Description-md5: 39b9f12038702062df031dce4b462960 Description-en: English (Canada) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in English (Canada). Package: thunderbird-l10n-en-gb Description-md5: 833419bd973710ac479b91d500c3cbac Description-en: English (Great Britain) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in English (Great Britain). Package: thunderbird-l10n-es-ar Description-md5: 38383f4e297bd15b9392f36aa763d916 Description-en: Spanish (Argentina) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Spanish (Argentina). Package: thunderbird-l10n-es-es Description-md5: d555d61f09b6b502c395c264e5e2e46a Description-en: Spanish (Spain) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Spanish (Spain). Package: thunderbird-l10n-es-mx Description-md5: 3a78600aea7607a9ca4c065d72e62a24 Description-en: Spanish (Mexican) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Spanish (Mexican). Package: thunderbird-l10n-et Description-md5: 86ba0d8b83d7148ad48f0d7deb046231 Description-en: Estonian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Estonian. Package: thunderbird-l10n-eu Description-md5: 12999416c3b99d21a79f5c16b4688653 Description-en: Basque language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Basque. Package: thunderbird-l10n-fi Description-md5: 912745673f365858b459b2dc8aafeae1 Description-en: Finnish language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Finnish. Package: thunderbird-l10n-fr Description-md5: a5c73c0e67f31c1a9306bc3e15e44f86 Description-en: French language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in French. Package: thunderbird-l10n-fy-nl Description-md5: 41479641c3424251d27af678a9fdadb9 Description-en: Frisian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Frisian. Package: thunderbird-l10n-ga-ie Description-md5: c3bd41eec0e685483ec87343606d8d98 Description-en: Irish (Ireland) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Irish (Ireland). Package: thunderbird-l10n-gd Description-md5: f89dbc586dc8f1005ae395c073cd1a24 Description-en: Gaelic (Scottish) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Gaelic (Scottish). Package: thunderbird-l10n-gl Description-md5: 97ff4043915656ca4ecbcdd009886955 Description-en: Galician language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Galician. Package: thunderbird-l10n-he Description-md5: abef6efd42abe5f6fc83d63c4f98dd9d Description-en: Hebrew language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Hebrew. Package: thunderbird-l10n-hr Description-md5: aa3e948902f0b071c576d5c51240f276 Description-en: Croatian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Croatian. Package: thunderbird-l10n-hsb Description-md5: 8da3c8f8102a21625fa07f8add143fed Description-en: Upper Sorbian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Upper Sorbian. Package: thunderbird-l10n-hu Description-md5: 98df94f26e0989ce3c95d2fadce5ac53 Description-en: Hungarian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Hungarian. Package: thunderbird-l10n-hy-am Description-md5: 7d5b298c9569a0d33f04ce169b67e3dd Description-en: Armenian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Armenian. Package: thunderbird-l10n-id Description-md5: c2e6af110fbf1ffb57a535bb48419318 Description-en: Indonesian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Indonesian. Package: thunderbird-l10n-is Description-md5: bd5d91259c445485d84ec50a5b932e2e Description-en: Icelandic language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Icelandic. Package: thunderbird-l10n-it Description-md5: fffae389b9571468e6baf82ecdabdfd5 Description-en: Italian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Italian. Package: thunderbird-l10n-ja Description-md5: 42b09367b719f9bc3bb7b6106cc4fc68 Description-en: Japanese language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Japanese. Package: thunderbird-l10n-ka Description-md5: 3e07c8a11c66cece90ae5456f0fbaa3c Description-en: Georgian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Georgian. Package: thunderbird-l10n-kab Description-md5: c98dfc74b0d9ba04baddca8fa7664bfe Description-en: Kabyle language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Kabyle. Package: thunderbird-l10n-kk Description-md5: 8debcd0025351f1c40d5a239796e23d2 Description-en: Kazakh language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Kazakh. Package: thunderbird-l10n-ko Description-md5: c7e11af8bfae1d1d63c09641c1be7112 Description-en: Korean language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Korean. Package: thunderbird-l10n-lt Description-md5: 541787014ec72f2967364f35afd9fd63 Description-en: Lithuanian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Lithuanian. Package: thunderbird-l10n-lv Description-md5: 535ade03c87d5d1b9d34fc710b8b4aff Description-en: Ltavian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Latvian. Package: thunderbird-l10n-ms Description-md5: ebb6244229a3846e28713028efdf5037 Description-en: Malay language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Malay. Package: thunderbird-l10n-nb-no Description-md5: f33e572853f0761c1c18e7521579473d Description-en: Bokmaal (Norway) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Bokmaal (Norway). Package: thunderbird-l10n-nl Description-md5: 9dd7406e53630eadd9bcf17154695579 Description-en: Dutch language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Dutch. Package: thunderbird-l10n-nn-no Description-md5: e4253e3568a9b35ec481df0c5d2fb4a2 Description-en: Nynorsk (Norway) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Nynorsk (Norway). Package: thunderbird-l10n-pa-in Description-md5: a71b13cac6269c4be6d02e05b903106b Description-en: Punjabi (Gurmukhi) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Punjabi (Gurmukhi). Package: thunderbird-l10n-pl Description-md5: 5c776795040beb0795f4c2e1f641f63c Description-en: Polish language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Polish. Package: thunderbird-l10n-pt-br Description-md5: 90da4f27867f59638b72f4cdf1698e97 Description-en: Portuguese (Brazil) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Portuguese (Brazil). Package: thunderbird-l10n-pt-pt Description-md5: e8b432b2f29da50363b5ccb4bdc34d09 Description-en: Portuguese (Portugal) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Portuguese (Portugal). Package: thunderbird-l10n-rm Description-md5: 827170c46121c1b0bff457c5e23ed869 Description-en: Romansh language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Romansh. Package: thunderbird-l10n-ro Description-md5: 7246f2e1d5b56d36fb7cf99672bfe434 Description-en: Romania language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Romania. Package: thunderbird-l10n-ru Description-md5: 35ceec9ad690a3a7d5494c79d1d65bf4 Description-en: Russian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Russian. Package: thunderbird-l10n-sk Description-md5: 6d6954fb4cc0ae366c42e1cd4e391c13 Description-en: Slovak language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Slovak. Package: thunderbird-l10n-sl Description-md5: 918973e5624942dabcffb17ffb8169d4 Description-en: Slovenian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Slovenian. Package: thunderbird-l10n-sq Description-md5: 1a37f067e6d6b2ee261cd1e54a473d42 Description-en: Albanian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Albanian. Package: thunderbird-l10n-sr Description-md5: 4c22a93ccaec247b4ac348d51fe19275 Description-en: Serbian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Serbian. Package: thunderbird-l10n-sv-se Description-md5: d3a726de29ef5108c1ba17fdce394dca Description-en: Swedish (Sweden) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Swedish (Sweden). Package: thunderbird-l10n-th Description-md5: 1567c5b26eeea7eac981071a2fc1c053 Description-en: Thai language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Thai. Package: thunderbird-l10n-tr Description-md5: c3ddd995183dc9b8b34c53c7acd6def9 Description-en: Turkish language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Turkish. Package: thunderbird-l10n-uk Description-md5: ce949b1a5a708d3f4e73936af3f98758 Description-en: Ukrainian language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Ukrainian. Package: thunderbird-l10n-uz Description-md5: c455f3480d10edf4ba28c4f001e970f5 Description-en: Uzbek language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Uzbek. Package: thunderbird-l10n-vi Description-md5: ce34afef97b8dbbc40d89db2b9b7ac88 Description-en: Vietnamese language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Vietnamese. Package: thunderbird-l10n-zh-cn Description-md5: df8750d559e5c148b4779163e7710963 Description-en: Chinese (China) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Chinese (China). Package: thunderbird-l10n-zh-tw Description-md5: 08795c790190e999a92869c9dd538034 Description-en: Chinese (Taiwan) language package for Thunderbird Thunderbird is an mail client suitable for free distribution. The goal of Thunderbird is to produce a cross platform stand-alone mail application using the XUL user interface language. . This package contains the localization of Thunderbird in Chinese (Taiwan). Package: trinity Description-md5: 0b66b5bef215d4a2e96be23a7eddb2e0 Description-en: system call fuzz tester As 'fuzz testing' suggests, trinity calls syscalls at random, with random arguments. Where Trinity differs is that the arguments it passes are not purely random. . If a syscall took, for example, a file descriptor as an argument, one of the first things kernels does is validate that fd, if is not valid the kernel would just reject it as -EINVAL. . So on startup, Trinity creates a list of file descriptors, by opening pipes, scanning sysfs, procfs, /dev, and creates a bunch of sockets using random network protocols. Then when a syscall needs an fd, it gets passed one of these at random. . Trinity also shares those file descriptors between multiple threads, which causes havoc sometimes. . Warning: This program may seriously corrupt your files, including any of those that may be writable on mounted network file shares. It may create network packets that may cause disruption on your local network. Run at your own risk. Package: usb.ids Description-md5: df2575bd4657190a3f96c60f7dc3d35e Description-en: USB ID Repository This package contains the usb.ids file, a public repository of all known ID's used in USB devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Package: eapoltest Description-md5: 2e45ef20c444e95df4ab4996a8713775 Description-en: EAPoL testing utility eapol_test allows testing EAP authentication methods without using a full 802.1X connection. It is frequently used to test the EAP configuration of RADIUS systems. It is an administrator tool and not required for standard 802.1X authentication. Package: hostapd Description-md5: 257c9917c3f422bfd740e723bd810814 Description-en: access point and authentication server for Wi-Fi and Ethernet IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/WPA3/EAP Authenticator . Originally, hostapd was an optional user space component for Host AP driver. It adds more features to the basic IEEE 802.11 management included in the kernel driver: using external RADIUS authentication server for MAC address based access control, IEEE 802.1X Authenticator and dynamic WEP keying, RADIUS accounting, WPA/WPA2/WPA3 (IEEE 802.11i/RSN) Authenticator and dynamic TKIP/CCMP keying. . The current version includes support for other drivers, an integrated EAP authenticator (i.e., allow full authentication without requiring an external RADIUS authentication server), and RADIUS authentication server for EAP authentication. . hostapd works with the following drivers: . * mac80211 based drivers with support for master mode [linux] * Host AP driver for Prism2/2.5/3 [linux] * Driver interface for FreeBSD net80211 layer [kfreebsd] * Any wired Ethernet driver for wired IEEE 802.1X authentication. Package: libwpa-client-dev Description-md5: 9fff365dc69c40b64342a0831b78af8f Description-en: development files for WPA/WPA2 client support (IEEE 802.11i) wpa-supplicant is a userspace daemon handling connection and authentication in wireless and wired networks, primarily secured with the WPA/WPA2/WPA3 protocols. This software provides key negotiation with the access point (WPA Authenticator), and controls association with IEEE 802.11i networks. . This package contains static libwpa_client library and header files. Package: wpagui Description-md5: ff6f6b78c6e933f8b6abafcd0fce9276 Description-en: graphical user interface for wpa_supplicant wpagui provides a Qt interface for choosing which configured network to connect to. It also provides a method for browsing 802.11 SSID scan results, an event history log of messages generated by wpa_supplicant, and a method to add or edit wpa_supplicant networks. Package: wpasupplicant Description-md5: 45df452b36e1c438641626b096751680 Description-en: client support for WPA and WPA2 (IEEE 802.11i) wpa-supplicant is a userspace daemon handling connection and authentication in wireless and wired networks, primarily secured with the WPA/WPA2/WPA3 protocols. This software provides key negotiation with the access point (WPA Authenticator), and controls association with IEEE 802.11i networks. Package: libmdc-dev Description-md5: 53a2aab93f8109ef0a25825d34ccb705 Description-en: Medical Image (DICOM, ECAT, ...) conversion tool (development) This project stands for Medical Image Conversion. Released under the (L)GPL, it comes with the full C-source code of the library, a flexible command line utility and a neat graphical front-end using the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0, Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG. . Static library, include files and documentation for developers. Package: libmdc3 Description-md5: b860f64f5e205b878e90adc7e37cbc41 Description-en: Medical Image (DICOM, ECAT, ...) conversion tool (library) This project stands for Medical Image Conversion. Released under the (L)GPL, it comes with the full C-source code of the library, a flexible command line utility and a neat graphical front-end using the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0, Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG. . This is the central library needed by medcon, xmedcon and derived programs. Package: medcon Description-md5: 06576e7dcc31c6ed74b250627939542b Description-en: Medical Image (DICOM, ECAT, ...) conversion tool This project stands for Medical Image Conversion. Released under the (L)GPL, it comes with the full C-source code of the library, a flexible command line utility and a neat graphical front-end using the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0, Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG. . The program also allows one to read unsupported files without compression, to print pixel values or to extract/reorder specified images. It is possible to retrieve the raw binary/ascii image arrays or to write PNG for desktop applications. . This is the command line tool for batch processing. Package: xmedcon Description-md5: b40c0fc98589850925479a578c1a440f Description-en: Medical Image (DICOM, ECAT, ...) conversion tool (GUI) This project stands for Medical Image Conversion. Released under the (L)GPL, it comes with the full C-source code of the library, a flexible command line utility and a neat graphical front-end using the GTK+ toolkit. The currently supported formats are: Acr/Nema 2.0, Analyze (SPM), DICOM 3.0, InterFile 3.3 and PNG. . The program also allows one to read unsupported files without compression, to print pixel values or to extract/reorder specified images. It is possible to retrieve the raw binary/ascii image arrays or to write PNG for desktop applications. . This is the program version for X based on GTK+. Processes only one file at a time. Package: znc Description-md5: 9b4612c45a69774bb76ba3e438f750c7 Description-en: advanced modular IRC bouncer znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. Package: znc-backlog Description-md5: 1af07f79413fd777e0d8b5e1ff2ff6dd Description-en: module for requesting backlog from znc bouncer znc-backlog is a third party ZNC module that makes it easy to request backlog. Its intended use is for when you have just launched your IRC client and gotten a few lines of backlog sent to you, but want to read more. Instead of having to deal with shelling into the box where you run ZNC and manually sifting through the logs, you can issue a short command in your IRC client to request any amount of the most recent lines of log. . For more information about ZNC, see the znc package. Package: znc-dev Description-md5: 52f474b711dc1ef1b5080ac619e4daa2 Description-en: advanced modular IRC bouncer (development headers) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc development headers for developing modules. Package: znc-perl Description-md5: 3b9cef928cf90174b5c7358eb9faff82 Description-en: advanced modular IRC bouncer (Perl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Perl extension. Package: znc-push Description-md5: 0946f488a8f925deb4c6d3c7e0799963 Description-en: znc plugin to send push notification to various services ZNC Push is a third party ZNC module that will send notifications to multiple push notification services, or SMS for any private message or channel highlight that matches a configurable set of conditions. . ZNC Push current supports the following services: * Boxcar * Boxcar 2 * Pushover * Pushsafer * Prowl * Supertoasty * PushBullet * Airgram * Faast * Nexmo * Pushalot * Pushjet * Telegram * Custom URL GET requests . For more information about ZNC, see the znc package. Package: znc-python Description-md5: 7850724d985b344f626787e4324ee8e1 Description-en: advanced modular IRC bouncer (Python extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Python extension. Package: znc-tcl Description-md5: a9d7945551f2c91a0a26d0284e01f934 Description-en: advanced modular IRC bouncer (Tcl extension) znc is an IRC proxy. It runs as a daemon and connects to IRC server, then allows you to connect from a workstation and work as the user that is logged in to the IRC server. After you disconnect, it maintains the connection to the server. It acts like any normal IRC server, so you can use any IRC client to connect to it. . Some of its features include support for multiple users, multiple clients, and multiple IRC servers; playback buffers to catch up with what happened while you were detached, SSL encryption, DCC proxying, and a plugin interface with many plugins supporting other features. . This package contains the znc Tcl extension. . 5143,5323c Package: plasma-workspace-wayland Description-md5: e6185a098bd97f536a993b1b264f0249 Description-en: Plasma Workspace for KF5 - Wayland integration Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. . This package contains the Wayland session. Package: sddm-theme-breeze Description-md5: fa4d30497603bc22192f0fb33827bf09 Description-en: Breeze SDDM theme Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library. . This package contains the files for the breeze SDDM theme. Package: sddm-theme-debian-breeze Description-md5: 0f91f37ff46ae23c93068df243310d4b Description-en: Debian Breeze SDDM theme Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library. . This package contains the files for the breeze SDDM theme adapted to use the active desktop-base theme for the background. Package: poe.app Description-md5: 2ec44f3223883983cc8d83f88ab68d7f Description-en: Vorbis comment editor Poe is a vorbis comment editor for GNUstep. It tries to follow the vorbis comment header specification closely, while being convenient and flexible to use. Package: libecpg-compat3 Description-md5: 66ce228306ea5636e1cb757bd540255b Description-en: older version of run-time library for ECPG programs The libecpg_compat shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libecpg-dev Description-md5: 5eb928e68d1075508e3d6a4d7fc6f514 Description-en: development files for ECPG (Embedded PostgreSQL for C) This package contains the necessary files to build ECPG (Embedded PostgreSQL for C) programs. It includes the development libraries and the preprocessor program ecpg. . PostgreSQL is an object-relational SQL database management system. . Install this package if you want to write C programs with SQL statements embedded in them (rather than run by an external process). Package: libecpg6 Description-md5: 51ed6df58b24baddae9952acb91903bd Description-en: run-time library for ECPG programs The libecpg shared library is used by programs built with ECPG (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpgtypes3 Description-md5: 63035a746ce3b5d2b573fd49e73fd5f0 Description-en: shared library libpgtypes for PostgreSQL 13 The libpgtypes shared library is used by programs built with ecpg. (Embedded PostgreSQL for C). . PostgreSQL is an object-relational SQL database management system. Package: libpq-dev Description-md5: 7f4362b106aae6b219ccc880faa1f04c Description-en: header files for libpq5 (PostgreSQL library) Header files and static library for compiling C programs to link with the libpq library in order to communicate with a PostgreSQL database backend. . PostgreSQL is an object-relational SQL database management system. Package: libpq5 Description-md5: 4109d08c168c8058d09c0cc8bf8b18b1 Description-en: PostgreSQL C client library libpq is a C library that enables user programs to communicate with the PostgreSQL database server. The server can be on another machine and accessed through TCP/IP. This version of libpq is compatible with servers from PostgreSQL 8.2 or later. . This package contains the run-time library, needed by packages using libpq. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-13 Description-md5: df9917fe1350be06d60c0b79c1c53e5a Description-en: The World's Most Advanced Open Source Relational Database PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It features transactions with Atomicity, Consistency, Isolation, Durability (ACID) properties, automatically updatable views, materialized views, triggers, foreign keys, and stored procedures. It is designed to handle a range of workloads, from single machines to data warehouses or Web services with many concurrent users. . This package provides the database server for PostgreSQL 13. Package: postgresql-client-13 Description-md5: 0f4543ce331995b0ea45b99caae17750 Description-en: front-end programs for PostgreSQL 13 This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. . This is the client package for PostgreSQL 13. If you install PostgreSQL 13 on a standalone machine, you need the server package postgresql-13, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-doc-13 Description-md5: 4db931eb9341041f4a0e072d78c5d507 Description-en: documentation for the PostgreSQL database management system This package contains all README files, user manual, and examples for PostgreSQL 13. The manual is in HTML format. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plperl-13 Description-md5: 0547b7e64b93581aedafd78f2de18b8e Description-en: PL/Perl procedural language for PostgreSQL 13 PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 13 in Perl. You need this package if you have any PostgreSQL 13 functions that use the languages plperl or plperlu. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-plpython3-13 Description-md5: cebc2933158116a5ecb4da3fdbdc8707 Description-en: PL/Python 3 procedural language for PostgreSQL 13 PL/Python 3 enables an SQL developer to write procedural language functions for PostgreSQL 13 in Python 3. You need this package if you have any PostgreSQL 13 functions that use the languages plpython3 or plpython3u. . PostgreSQL is an object-relational SQL database management system. Package: postgresql-pltcl-13 Description-md5: 6b5d5f3ead130d28794916adb75a98a8 Description-en: PL/Tcl procedural language for PostgreSQL 13 PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 13 in Tcl. You need this package if you have any PostgreSQL 13 functions that use the languages pltcl or pltclu. . PostgreSQL is an object-relational SQL database management system. 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: pterm Description-md5: 0fdfa7cada5930e860db2a7f8a244dac Description-en: PuTTY terminal emulator This is an X terminal emulator based on the popular Windows SSH client, PuTTY. It supports xterm escape sequences, plus some Linux console sequences for colour palette configuration and some DECterm sequences for title bar control, and with an appropriate font it supports the UTF-8 encoding of Unicode. It also has some nifty features like rectangular selection and NetHack keypad mode. Package: putty Description-md5: 66d775d58e68e927fea5c45675a7cf4a Description-en: Telnet/SSH client for X This is the Unix port of the popular Windows SSH client, PuTTY. It supports flexible terminal setup, mid-session reconfiguration using Ctrl-rightclick, multiple X11 authentication protocols, and various other interesting things not provided by ssh in an xterm. . Pageant is an SSH authentication agent, and a tool for communicating with an already-running agent. Package: putty-doc Description-md5: ed28516dea967b46064d63c144b74e5c Description-en: PuTTY HTML documentation Full HTML documentation for the PuTTY suite of programs (PuTTY, pterm, Plink, PSCP, PSFTP, and PuTTYgen). Package: putty-tools Description-md5: a447a1a46ed459735431fe951e14b867 Description-en: command-line tools for SSH, SCP, and SFTP This package provides four command-line tools from the PuTTY suite that allow various kinds of secure interaction with remote systems. . Plink (PuTTY Link) connects to a remote system via SSH, Telnet, or rlogin, and either starts an interactive session or runs a batch process. It supports the usual SSH features like port forwarding, X11 forwarding, SOCKS, and compression. . PSCP (PuTTY Secure Copy) transfers files securely between systems using an SSH connection. It works with both SSH protocol 1 and protocol 2. . PSFTP (PuTTY SFTP client) transfers files securely between systems using the SSH file transfer protocol, which is specific to SSH protocol 2. In interactive mode its interface is much like the traditional Unix FTP client, although it can also operate in batch mode. . PuTTYgen generates SSH public and private key pairs in any of a number of formats, including those usable by PuTTY, OpenSSH, and ssh.com. . All these utilities can make use of PuTTY's saved sessions where appropriate. Package: libriemann-client-dev Description-md5: 8c0efc85c22252e4a8d15ba28eaa88a6 Description-en: Development files for the Riemann C client library The riemann-c-client library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it . This package is needed to compile programs linked against librliemann-client0, as only this includes the header files and static libraries needed for compiling. Package: libriemann-client0 Description-md5: f862699266634bf228710b82bfc96b09 Description-en: C language client library for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it. Package: riemann-c-client Description-md5: 99c45b4e5cc55374417ffefd0d6d7c97 Description-en: Client utility for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This package provides a simple utility to send events to, or query a Riemann server. Package: roundcube Description-md5: d6553eaac17c025256cb902a265e252d Description-en: skinnable AJAX based webmail solution for IMAP servers - metapackage RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality expected from an e-mail client, including MIME support, address book, folder manipulation and message filters. . The user interface is fully skinnable using XHTML and CSS 2. . This package will install a full roundcube application. Package: roundcube-core Description-md5: 070b49746ffa5175d706c57880b405e7 Description-en: skinnable AJAX based webmail solution for IMAP servers RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality expected from an e-mail client, including MIME support, address book, folder manipulation and message filters. . The user interface is fully skinnable using XHTML and CSS 2. . This package provides the core code for roundcube. You should install it along with one of the roundcube database metapackages. Package: roundcube-mysql Description-md5: e3030807c558599393412b21babfca91 Description-en: metapackage providing MySQL dependencies for RoundCube This package provides MySQL dependencies for RoundCube Webmail, a skinnable AJAX based webmail solution for IMAP servers. Install this one if you want to use a MySQL database with RoundCube. Package: roundcube-pgsql Description-md5: 7a8d9c1ae68fcd3b5176a88c3c7750d8 Description-en: metapackage providing PostgreSQL dependencies for RoundCube This package provides PostgreSQL dependencies for RoundCube Webmail, a skinnable AJAX based webmail solution for IMAP servers. Install this one if you want to use a PostgreSQL database with RoundCube. Package: roundcube-plugins Description-md5: 9d938733bb09501e1220d825f58b84a0 Description-en: skinnable AJAX based webmail solution for IMAP servers - plugins RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality expected from an e-mail client, including MIME support, address book, folder manipulation and message filters. . The user interface is fully skinnable using XHTML and CSS 2. . This package provides several plugins for Roundcube. They should be enabled in the configuration of Roundcube. Package: roundcube-sqlite3 Description-md5: 57abc373e59353dec211093c19a195fe Description-en: metapackage providing SQLite dependencies for RoundCube This package provides SQLite dependencies for RoundCube Webmail, a skinnable AJAX based webmail solution for IMAP servers. Install this one if you want to use a SQLite database with RoundCube. Package: golang-github-opencontainers-runc-dev Description-md5: b8a1a472413b94034a70f3493cd01471 Description-en: Open Container Project - development files "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. . This package provides development files formerly known as "github.com/docker/libcontainer". Package: runc Description-md5: a681cc11f1d5cbf09bfaf6eed3f0ea95 Description-en: Open Container Project - runtime "runc" is a command line client for running applications packaged according to the Open Container Format (OCF) and is a compliant implementation of the Open Container Project specification. Package: cargo-web Description-md5: e3c7d8ff9b0415379acb83f0119168b0 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-web-doc Description-md5: 1671e36e2c70e97663f5c486db5c2495 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: libstd-rust-web-1.78 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-web-dev Description-md5: d179f786c5d3afccd5d86929b4043021 Description-en: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly in syntactic and semantic details. Its design is oriented toward concerns of "programming in the large", that is, of creating and maintaining boundaries - both abstract and operational - that preserve large-system integrity, availability and concurrency. . It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles. Rust also supports generic programming and meta-programming, in both static and dynamic styles. . This package contains development files for the standard Rust libraries, needed to compile Rust programs. It may also be installed on a system of another host architecture, for cross-compiling to this architecture. Package: libstd-rust-web-dev-windows Description-md5: 1b2c6a21504597584b49235115962c52 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 the standard Rust libraries including development files, needed to cross-compile Rust programs to the *-pc-windows-gnu target corresponding to the architecture of this package. Package: rust-web-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-web-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-web-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-web-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-web-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-web 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: rustfmt-web 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'. . 5141c This package contains the development files. . 4304,5139c Package: php-cas Description-md5: 5804581c0f38de967a25ba754c3c3089 Description-en: Central Authentication Service client library in php phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server. . Please see the phpCAS website for more information: . https://wiki.jasig.org/display/CASC/phpCAS Package: libcolorcorrect5 Description-md5: e9e5299834d00e49b98f0cc27ce7a598 Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. ColorCorrect library. . This package contains library files. Package: libkfontinst5 Description-md5: 66b4ec4c7e71a8a971b4c2d1d8842f83 Description-en: Tools and widgets for the desktop library Plasma Desktop offers a beautiful looking desktop that takes complete advantage of modern computing technology. Through the use of visual effects and scalable graphics, the desktop experience is not only smooth but also pleasant to the eye. The looks of Plasma Desktop not only provide beauty, they are also used to support and improve your computer activities effectively, without being distracting. . This package is part of the KDE Plasma. Package: libkfontinstui5 Description-md5: 66b4ec4c7e71a8a971b4c2d1d8842f83 Description-en: Tools and widgets for the desktop library Plasma Desktop offers a beautiful looking desktop that takes complete advantage of modern computing technology. Through the use of visual effects and scalable graphics, the desktop experience is not only smooth but also pleasant to the eye. The looks of Plasma Desktop not only provide beauty, they are also used to support and improve your computer activities effectively, without being distracting. . This package is part of the KDE Plasma. Package: libkworkspace5-5 Description-md5: 2b66bc842f9506411a5abae88d53e05e Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Kworkspace library. . This package contains library files. Package: libnotificationmanager1 Description-md5: f1bb4603fcff3e44ccc7366f0dcda36a Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library. . This package contains library files. Package: libplasma-geolocation-interface5 Description-md5: 4f3b0402a92ec99812086cab6e493f91 Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Interface library for geolocation. . This package contains library files. Package: libtaskmanager6abi1 Description-md5: f1bb4603fcff3e44ccc7366f0dcda36a Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Taskmanager library. . This package contains library files. Package: libweather-ion7 Description-md5: b1bc4c131733a1a5f4c157c588f97211 Description-en: Plasma Workspace for KF5 library Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. Weather_ion library. . This package contains library files. Package: plasma-workspace Description-md5: 0063778217dbe82d403158adbf5aa085 Description-en: Plasma Workspace for KF5 Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. . THIS WILL REMOVE YOUR KDE Plasma 4. Package: plasma-workspace-data Description-md5: c4cf4a5759b6bdfffe70dba0f85bb1cd Description-en: Plasma Workspace for KF5 - data files Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. . This contains the data files for the Plasma workspace. Package: plasma-workspace-dev Description-md5: 734199d7564073487b8e8744bc62b71a Description-en: Plasma Workspace for KF5 devel files Plasma Workspace for KF5. Workspaces provide support for KDE Plasma Widgets, integrated search, hardware management and a high degree of customizability. . 4279a Package: onionshare Description-md5: 63cc3bc204fe484d34a28935c4bdb26d Description-en: Share a file over Tor Hidden Services anonymously and securely OnionShare lets you securely and anonymously share a file of any size with someone. It works by starting a web server, making it accessible as a Tor hidden service, and generating an unguessable URL to access and download the file. It doesn't require setting up a server on the Internet somewhere or using a third party filesharing service. You host the file on your own computer and use a Tor hidden service to make it temporarily accessible over the Internet. The other user just needs to use the Tor Browser and to enter the URL to download the file from you. Package: openjdk-11-dbg Description-md5: d73cb0a41450fd194ce774f2b26510b8 Description-en: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. Package: openjdk-11-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-11-doc Description-md5: 4689d9c1e14d405d15f0710639599643 Description-en: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. Package: openjdk-11-jdk Description-md5: b9e7f4837238c34971e4a8b72ab7d045 Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-11-jdk-headless Description-md5: 494a52f34d707a832270d6d51a78f511 Description-en: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-11-jre Description-md5: 13097853553de1ab39cc189225a9cbaa Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. Package: openjdk-11-jre 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-11-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-11-jre-headless Description-md5: 62c2c9689e617c48cc4480926d2ca785 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. Package: openjdk-11-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-11-source Description-md5: 5e4d8bbb398daa24b05478a4a3be42bf Description-en: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. Package: 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 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-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. . 4278c This package contains the commandline tools vpxdec and vpxenc. Package: bpftool Description-md5: d7d2729d5d8a42208f787da6b434cef6 Description-en: Inspection and simple manipulation of BPF programs and maps The bpftool command allows for inspection and simple modification of Berkeley Packet Filter (BPF) objects on the system. Package: hyperv-daemons Description-md5: b516988e720642544cdf35b86b38e2df Description-en: Support daemons for Linux running on Hyper-V Suite of daemons for Linux guests running on Hyper-V, consisting of hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon. . hv_fcopy_daemon provides the file copy service, allowing the host to copy files into the guest. . hv_kvp_daemon provides the key-value pair (KVP) service, allowing the host to get and set the IP networking configuration of the guest. (This requires helper scripts which are not currently included.) . hv_vss_daemon provides the volume shadow copy service (VSS), allowing the host to freeze the guest filesystems while taking a snapshot. Package: libcpupower-dev Description-md5: e30068375f2173bf13cff561da6a8b6a Description-en: CPU frequency and voltage scaling tools for Linux (development files) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package is needed to compile programs against libcpupower. Package: libcpupower1 Description-md5: 651921d653a527bee29dc6a45156f066 Description-en: CPU frequency and voltage scaling tools for Linux (libraries) libcpupower is a library for inspecting and controlling cpufreq and cpuidle tunables. . This package contains the shared library. Package: linux-compiler-gcc-10-arm Description-md5: 5f06a83ecb952efff3bdbf32d3b9fba4 Description-en: Compiler for Linux on ARM (meta-package) This package depends on GCC of the appropriate version and architecture for Linux on armel and armhf. Package: linux-compiler-gcc-10-s390 Description-md5: a1bb04712554972e03e5add16193ffdb Description-en: Compiler for Linux on IBM zSeries (meta-package) This package depends on GCC of the appropriate version and architecture for Linux on s390 and s390x. Package: linux-compiler-gcc-10-x86 Description-md5: d65ff02100dcd7bd686ad3c272ede209 Description-en: Compiler for Linux on x86 (meta-package) This package depends on GCC of the appropriate version and architecture for Linux on amd64, i386 and x32. Package: linux-config-5.10 Description-md5: cb37f568fb1135c077dc56aacda06ea5 Description-en: Debian kernel configurations for Linux 5.10 This package contains the configuration files used to build the official Debian kernel files, but without references to Debian's signing certificates. . These can be used as a basis for configuring custom kernels. Package: linux-cpupower Description-md5: 933c0dca9da98dc3dfe1a841e12197d1 Description-en: CPU power management tools for Linux The cpupower command allows inspection and control of cpufreq and cpuidle tunables for hardware that supports these features. It replaces "cpufreq-info" and "cpufreq-set" in cpufrequtils. . The turbostat command reports topology, frequency, idle power-state statistics, temperature and power consumption information as provided by the CPU. . The x86_energy_perf_policy command sets a general policy on some Intel CPU models for the relative importance of performance versus energy savings. Package: linux-cpupower Description-md5: c20dac2579ebf18804c1bb02e476697a Description-en: CPU power management tools for Linux The cpupower command allows inspection and control of cpufreq and cpuidle tunables for hardware that supports these features. It replaces "cpufreq-info" and "cpufreq-set" in cpufrequtils. Package: linux-doc Description-md5: 00ddef8fbf27444a48a36993f9c9d823 Description-en: Linux kernel specific documentation (meta-package) This package depends on the package containing the documentation for the latest Linux kernel. Package: linux-doc-5.10 Description-md5: c6af4bf70fa7f420236c88ee7e2f6fc4 Description-en: Linux kernel specific documentation for version 5.10 This package provides the various README files and HTML documentation for the Linux kernel version 5.10. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. An index to the documentation is installed as /usr/share/doc/linux-doc-5.10/html/index.html. Package: linux-headers-4kc-malta Description-md5: c6904ec40d84cc019542bc611a9a28f9 Description-en: Header files for Linux 4kc-malta configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel 4kc-malta configuration. Package: linux-headers-5.10.0-31-4kc-malta Description-md5: 4cf9259cf8a8924e2f1c7c9b442b8228 Description-en: Header files for Linux 5.10.0-31-4kc-malta This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-4kc-malta, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-4kc-malta, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-4kc-malta package. Package: linux-headers-5.10.0-31-5kc-malta Description-md5: 302fcb7b382e9ddcb5d36cf3cc33952c Description-en: Header files for Linux 5.10.0-31-5kc-malta This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-5kc-malta, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-5kc-malta, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-5kc-malta package. Package: linux-headers-5.10.0-31-686 Description-md5: 13fc254d3b7271a0622f5b26820bad81 Description-en: Header files for Linux 5.10.0-31-686 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-686, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-686, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-686 package. Package: linux-headers-5.10.0-31-686-pae Description-md5: 180bf48283ce961d483099636ff5f5eb Description-en: Header files for Linux 5.10.0-31-686-pae This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-686-pae package. Package: linux-headers-5.10.0-31-amd64 Description-md5: 7901299473f630f5c21874e75b3028ce Description-en: Header files for Linux 5.10.0-31-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-amd64 package. Package: linux-headers-5.10.0-31-arm64 Description-md5: 1dbd9eaf63dd1b012b7462be7e2a0c23 Description-en: Header files for Linux 5.10.0-31-arm64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-arm64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-arm64 package. Package: linux-headers-5.10.0-31-armmp Description-md5: 39de16e98c4b8e000f5595135bfffa2c Description-en: Header files for Linux 5.10.0-31-armmp This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-armmp, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-armmp, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-armmp package. Package: linux-headers-5.10.0-31-armmp-lpae Description-md5: e574cef5ccdd4c2326048509d2fe0578 Description-en: Header files for Linux 5.10.0-31-armmp-lpae This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-armmp-lpae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-armmp-lpae, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-armmp-lpae package. Package: linux-headers-5.10.0-31-cloud-amd64 Description-md5: 96951c2fcdd958b67e313bcb6ff36960 Description-en: Header files for Linux 5.10.0-31-cloud-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-cloud-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-cloud-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-cloud-amd64 package. Package: linux-headers-5.10.0-31-cloud-arm64 Description-md5: cca1b955f6d2ceab1fa5b6cd5816a11f Description-en: Header files for Linux 5.10.0-31-cloud-arm64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-cloud-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-cloud-arm64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-cloud-arm64 package. Package: linux-headers-5.10.0-31-common Description-md5: 485138a5f6225c0e44a9db1b4081d777 Description-en: Common header files for Linux 5.10.0-31 This package provides the common kernel header files for Linux kernel version 5.10.0-31, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.10.0-31-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-5.10.0-31-common-rt Description-md5: 6a993fff93ab110480d9e39cd651dbb9 Description-en: Common header files for Linux 5.10.0-31-rt This package provides the common kernel header files for Linux kernel version 5.10.0-31 with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.10.0-31-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-5.10.0-31-loongson-3 Description-md5: 5ae23dafe3c7193e7f88c58c4880afe3 Description-en: Header files for Linux 5.10.0-31-loongson-3 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-loongson-3, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-loongson-3, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-loongson-3 package. Package: linux-headers-5.10.0-31-marvell Description-md5: 38cb00be4c5eb7e7e3a3a89f5066a349 Description-en: Header files for Linux 5.10.0-31-marvell This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-marvell, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-marvell, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-marvell package. Package: linux-headers-5.10.0-31-octeon Description-md5: 2484eba828a24ebe34a69fd2d12df9a3 Description-en: Header files for Linux 5.10.0-31-octeon This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-octeon, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-octeon, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-octeon package. Package: linux-headers-5.10.0-31-powerpc64le Description-md5: b6d23cba9a91a6038d48034a384e061d Description-en: Header files for Linux 5.10.0-31-powerpc64le This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-powerpc64le, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-powerpc64le, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-powerpc64le package. Package: linux-headers-5.10.0-31-rpi Description-md5: f5319b271fff0e57f2b3ad6c5c628412 Description-en: Header files for Linux 5.10.0-31-rpi This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-rpi, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-rpi, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-rpi package. Package: linux-headers-5.10.0-31-rt-686-pae Description-md5: 7a598d1934b18e4c3a65d715a6dbcc59 Description-en: Header files for Linux 5.10.0-31-rt-686-pae This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-rt-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-rt-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-rt-686-pae package. Package: linux-headers-5.10.0-31-rt-amd64 Description-md5: 5fed14d5b27b668af2bbfa74aebf5333 Description-en: Header files for Linux 5.10.0-31-rt-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-rt-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-rt-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-rt-amd64 package. Package: linux-headers-5.10.0-31-rt-arm64 Description-md5: 2b4934be2ecf03e57385e3c9b97352f3 Description-en: Header files for Linux 5.10.0-31-rt-arm64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-rt-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-rt-arm64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-rt-arm64 package. Package: linux-headers-5.10.0-31-rt-armmp Description-md5: 77ee36ed235a9af7e9b2f1bdf0df5359 Description-en: Header files for Linux 5.10.0-31-rt-armmp This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-rt-armmp, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-rt-armmp, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-rt-armmp package. Package: linux-headers-5.10.0-31-s390x Description-md5: 7aa4af9d6bf5e64a90b228d2a54f551f Description-en: Header files for Linux 5.10.0-31-s390x This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-31-s390x, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-31-s390x, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-31-s390x package. Package: linux-headers-5.10.0-32-4kc-malta Description-md5: dbeca85c47e34d5312e0143b82971530 Description-en: Header files for Linux 5.10.0-32-4kc-malta This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-4kc-malta, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-4kc-malta, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-4kc-malta package. Package: linux-headers-5.10.0-32-5kc-malta Description-md5: 4604b08a72f50b268cd145f659f35c29 Description-en: Header files for Linux 5.10.0-32-5kc-malta This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-5kc-malta, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-5kc-malta, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-5kc-malta package. Package: linux-headers-5.10.0-32-686 Description-md5: 516f875dcf88d64a6354585f3abf25d6 Description-en: Header files for Linux 5.10.0-32-686 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-686, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-686, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-686 package. Package: linux-headers-5.10.0-32-686-pae Description-md5: 6908d0bdfd9213d4b362b075c85518cc Description-en: Header files for Linux 5.10.0-32-686-pae This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-686-pae package. Package: linux-headers-5.10.0-32-amd64 Description-md5: 87b5326ffbd35e3827c73c497197636b Description-en: Header files for Linux 5.10.0-32-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-amd64 package. Package: linux-headers-5.10.0-32-arm64 Description-md5: 8c692ede82856cc640e9e38b65f09a8c Description-en: Header files for Linux 5.10.0-32-arm64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-arm64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-arm64 package. Package: linux-headers-5.10.0-32-armmp Description-md5: 2faa7c0889bb8f9c4121710d5e93cefd Description-en: Header files for Linux 5.10.0-32-armmp This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-armmp, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-armmp, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-armmp package. Package: linux-headers-5.10.0-32-armmp-lpae Description-md5: 329176ca95cd04062a0cca237ac623b7 Description-en: Header files for Linux 5.10.0-32-armmp-lpae This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-armmp-lpae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-armmp-lpae, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-armmp-lpae package. Package: linux-headers-5.10.0-32-cloud-amd64 Description-md5: 51f0ac36e1e248a7e02fb832ec09f5cc Description-en: Header files for Linux 5.10.0-32-cloud-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-cloud-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-cloud-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-cloud-amd64 package. Package: linux-headers-5.10.0-32-cloud-arm64 Description-md5: 6729413d4faf9991f2dc36dcc34f87b0 Description-en: Header files for Linux 5.10.0-32-cloud-arm64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-cloud-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-cloud-arm64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-cloud-arm64 package. Package: linux-headers-5.10.0-32-common Description-md5: 67702868811c0a21024bd756c0cde4ce Description-en: Common header files for Linux 5.10.0-32 This package provides the common kernel header files for Linux kernel version 5.10.0-32, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.10.0-32-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-5.10.0-32-common-rt Description-md5: 41d0c7314c2aa6ef86c143d1bd755e00 Description-en: Common header files for Linux 5.10.0-32-rt This package provides the common kernel header files for Linux kernel version 5.10.0-32 with the PREEMPT_RT featureset, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-5.10.0-32-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-5.10.0-32-loongson-3 Description-md5: 9b7cf8a639451f7d57e83f78ed772ae0 Description-en: Header files for Linux 5.10.0-32-loongson-3 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-loongson-3, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-loongson-3, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-loongson-3 package. Package: linux-headers-5.10.0-32-marvell Description-md5: d96e63a76e3ff3ff442c3183a4fa0260 Description-en: Header files for Linux 5.10.0-32-marvell This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-marvell, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-marvell, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-marvell package. Package: linux-headers-5.10.0-32-octeon Description-md5: 2f5180d5b0704f0c9f9b51a41c17c60a Description-en: Header files for Linux 5.10.0-32-octeon This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-octeon, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-octeon, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-octeon package. Package: linux-headers-5.10.0-32-powerpc64le Description-md5: 0c4f6549ae96af2f59e0c6529aaa445a Description-en: Header files for Linux 5.10.0-32-powerpc64le This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-powerpc64le, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-powerpc64le, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-powerpc64le package. Package: linux-headers-5.10.0-32-rpi Description-md5: 3492e126445ddffb2616ea80dd501514 Description-en: Header files for Linux 5.10.0-32-rpi This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-rpi, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-rpi, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-rpi package. Package: linux-headers-5.10.0-32-rt-686-pae Description-md5: 7f0fb83566f7f4bc0aa6551d59b9eb28 Description-en: Header files for Linux 5.10.0-32-rt-686-pae This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-rt-686-pae, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-rt-686-pae, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-rt-686-pae package. Package: linux-headers-5.10.0-32-rt-amd64 Description-md5: 11522b1705df1714c70ef1d2c07428b8 Description-en: Header files for Linux 5.10.0-32-rt-amd64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-rt-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-rt-amd64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-rt-amd64 package. Package: linux-headers-5.10.0-32-rt-arm64 Description-md5: e9f83f65c690f9e6dacd78bba7c381c9 Description-en: Header files for Linux 5.10.0-32-rt-arm64 This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-rt-arm64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-rt-arm64, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-rt-arm64 package. Package: linux-headers-5.10.0-32-rt-armmp Description-md5: 79ca0323893f06b46534394383dbc250 Description-en: Header files for Linux 5.10.0-32-rt-armmp This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-rt-armmp, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-rt-armmp, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-rt-armmp package. Package: linux-headers-5.10.0-32-s390x Description-md5: 810457041e8f2373e3394d12ee09483c Description-en: Header files for Linux 5.10.0-32-s390x This package provides the architecture-specific kernel header files for Linux kernel 5.10.0-32-s390x, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-5.10.0-32-s390x, and can be used for building modules that load into the kernel provided by the linux-image-5.10.0-32-s390x package. Package: linux-headers-5kc-malta Description-md5: 95da1305899897205a058b8033ac0d5d Description-en: Header files for Linux 5kc-malta configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel 5kc-malta configuration. Package: linux-headers-armmp Description-md5: 259e27743bc84596a626e7a27da2136a Description-en: Header files for Linux armmp configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel armmp configuration. Package: linux-headers-armmp-lpae Description-md5: 647e64cf351fcb82f1d257fae8cd8511 Description-en: Header files for Linux armmp-lpae configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel armmp-lpae configuration. Package: linux-headers-loongson-3 Description-md5: e08c6e65b3b183d2bfcfbd6619c768ff Description-en: Header files for Linux loongson-3 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel loongson-3 configuration. Package: linux-headers-marvell Description-md5: e4bc00479184b41008a64deb8a765c65 Description-en: Header files for Linux marvell configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel marvell configuration. Package: linux-headers-octeon Description-md5: 8fbaef640caf89ff7e145040fddb3cf1 Description-en: Header files for Linux octeon configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel octeon configuration. Package: linux-headers-powerpc64le Description-md5: e7680068edd9e214dff329ab40d009d5 Description-en: Header files for Linux powerpc64le configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel powerpc64le configuration. Package: linux-headers-rpi Description-md5: c0cbc569741e9f66e1df0e54abeee786 Description-en: Header files for Linux rpi configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rpi configuration. Package: linux-headers-rt-armmp Description-md5: f631a43b1c8b6013c85216e14ad2e7bf Description-en: Header files for Linux rt-armmp configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-armmp configuration. Package: linux-headers-s390x Description-md5: 23c2e11926c9566ce99171bedabeb70e Description-en: Header files for Linux s390x configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel s390x configuration. Package: linux-image-4kc-malta Description-md5: 9fbf76d27de91fd545ef610f54d78a27 Description-en: Linux for MIPS Malta (meta-package) This package depends on the latest Linux kernel and modules for use on MIPS Malta boards. Package: linux-image-4kc-malta-dbg Description-md5: 7b90341f048ac9ef421cdc63b863b33f Description-en: Debugging symbols for Linux 4kc-malta configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel 4kc-malta configuration. Package: linux-image-5.10.0-31-4kc-malta Description-md5: 6c13a857f65319e883a2a808b198591e Description-en: Linux 5.10 for MIPS Malta The Linux kernel 5.10 and modules for use on MIPS Malta boards. Package: linux-image-5.10.0-31-4kc-malta-dbg Description-md5: 2fa30a45ef1b66129495fe037f347f85 Description-en: Debug symbols for linux-image-5.10.0-31-4kc-malta This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-4kc-malta. Package: linux-image-5.10.0-31-5kc-malta Description-md5: 96e1691bd808e1820a08315178c58d79 Description-en: Linux 5.10 for MIPS Malta (64-bit) The Linux kernel 5.10 and modules for use on MIPS Malta boards (64-bit). Package: linux-image-5.10.0-31-5kc-malta-dbg Description-md5: feb5e1ab37a2e7afa388f17d340a8503 Description-en: Debug symbols for linux-image-5.10.0-31-5kc-malta This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-5kc-malta. Package: linux-image-5.10.0-31-686-dbg Description-md5: 1e647c807112aebd8372f0098d1faddb Description-en: Debug symbols for linux-image-5.10.0-31-686 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-686. Package: linux-image-5.10.0-31-686-pae-dbg Description-md5: d9d2de726dc3868bc3f02c19d244d2ca Description-en: Debug symbols for linux-image-5.10.0-31-686-pae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-686-pae. Package: linux-image-5.10.0-31-686-pae-unsigned Description-md5: 4af82bec3be7faa8897941e9ee77ddb1 Description-en: Linux 5.10 for modern PCs The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. Package: linux-image-5.10.0-31-686-unsigned Description-md5: 803206d8ec0d4da1fb4a82ea782cb6bc Description-en: Linux 5.10 for older PCs The Linux kernel 5.10 and modules for use on PCs with one or more processors not supporting PAE. Package: linux-image-5.10.0-31-amd64-dbg Description-md5: 95e0a4f2e95313c4fa255717d021724b Description-en: Debug symbols for linux-image-5.10.0-31-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-amd64. Package: linux-image-5.10.0-31-amd64-unsigned Description-md5: d551eb3307e52b85702e114422fdf05d Description-en: Linux 5.10 for 64-bit PCs The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Package: linux-image-5.10.0-31-arm64-dbg Description-md5: baeb27b74124aefa3d43125d3fe598e7 Description-en: Debug symbols for linux-image-5.10.0-31-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-arm64. Package: linux-image-5.10.0-31-arm64-unsigned Description-md5: 1483c26a2bbcb7431bb95f24961cecce Description-en: Linux 5.10 for 64-bit ARMv8 machines The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. Package: linux-image-5.10.0-31-armmp Description-md5: 91f214f5710182d7f7280af8235209b5 Description-en: Linux 5.10 for ARMv7 multiplatform compatible SoCs The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Package: linux-image-5.10.0-31-armmp-dbg Description-md5: a8783122e61209136f5c9ac828bf5d49 Description-en: Debug symbols for linux-image-5.10.0-31-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-armmp. Package: linux-image-5.10.0-31-armmp-lpae Description-md5: acf87a4a6d521ea7738d6a47e9b68319 Description-en: Linux 5.10 for ARMv7 multiplatform compatible SoCs supporting LPAE The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.. Package: linux-image-5.10.0-31-armmp-lpae-dbg Description-md5: 02de308ef76dc5af985e1372b0412f90 Description-en: Debug symbols for linux-image-5.10.0-31-armmp-lpae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-armmp-lpae. Package: linux-image-5.10.0-31-cloud-amd64-dbg Description-md5: 4f2e5b1b7a6ad8e7f5215cafcd0b97d7 Description-en: Debug symbols for linux-image-5.10.0-31-cloud-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-cloud-amd64. Package: linux-image-5.10.0-31-cloud-amd64-unsigned Description-md5: 372a18458ec32bf02947763d5df992e1 Description-en: Linux 5.10 for x86-64 cloud The Linux kernel 5.10 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Package: linux-image-5.10.0-31-cloud-arm64-dbg Description-md5: db17186e1dcd403e1a30b4d3e663abca Description-en: Debug symbols for linux-image-5.10.0-31-cloud-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-cloud-arm64. Package: linux-image-5.10.0-31-cloud-arm64-unsigned Description-md5: 9ee12b7be0c1a0da7c48d36671b49c86 Description-en: Linux 5.10 for arm64 cloud The Linux kernel 5.10 and modules for use on cloud platforms supporting arm64 virtual machines. Package: linux-image-5.10.0-31-loongson-3 Description-md5: a4d138410c1c5818a9f636f53c730f81 Description-en: Linux 5.10 for Loongson 3A/3B The Linux kernel 5.10 and modules for use on Loongson 3A or 3B based systems (e.g. from Loongson or Lemote). Package: linux-image-5.10.0-31-loongson-3-dbg Description-md5: 2508d11b2f08d05db72ea44b605fe985 Description-en: Debug symbols for linux-image-5.10.0-31-loongson-3 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-loongson-3. Package: linux-image-5.10.0-31-marvell Description-md5: 9a9f9a417d7b5347261a6e0e9e74ca43 Description-en: Linux 5.10 for Marvell Kirkwood/Orion The Linux kernel 5.10 and modules for use on Marvell Kirkwood and Orion based systems (https://wiki.debian.org/ArmEabiPort#Supported_hardware). Package: linux-image-5.10.0-31-marvell-dbg Description-md5: 595e4826bb666c62552bf86804fabf74 Description-en: Debug symbols for linux-image-5.10.0-31-marvell This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-marvell. Package: linux-image-5.10.0-31-octeon Description-md5: cfc55848c5792149ae8bab9c032c4184 Description-en: Linux 5.10 for Octeon The Linux kernel 5.10 and modules for use on Cavium Networks Octeon. Package: linux-image-5.10.0-31-octeon-dbg Description-md5: bd724dfb7610d7a01b67cfff2fe190d3 Description-en: Debug symbols for linux-image-5.10.0-31-octeon This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-octeon. Package: linux-image-5.10.0-31-powerpc64le Description-md5: ab0313ef2828db9a73941b0c9e2b6cbd Description-en: Linux 5.10 for Little-endian 64-bit PowerPC The Linux kernel 5.10 and modules for use on Little-endian 64-bit PowerPC. Package: linux-image-5.10.0-31-powerpc64le-dbg Description-md5: e900a509d413f29ce510983046eefde6 Description-en: Debug symbols for linux-image-5.10.0-31-powerpc64le This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-powerpc64le. Package: linux-image-5.10.0-31-rpi Description-md5: 700fbaad7f4d5879598f0caeed9fbd83 Description-en: Linux 5.10 for Raspberry Pi and Pi Zero The Linux kernel 5.10 and modules for use on Raspberry Pi, Raspberry Pi Zero based systems. Package: linux-image-5.10.0-31-rpi-dbg Description-md5: 5a3d08a72cdbf1f3a72eb578a522e9ad Description-en: Debug symbols for linux-image-5.10.0-31-rpi This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-rpi. Package: linux-image-5.10.0-31-rt-686-pae-dbg Description-md5: 7d2c982e3419717e27f9c7eb61bc67e5 Description-en: Debug symbols for linux-image-5.10.0-31-rt-686-pae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-rt-686-pae. Package: linux-image-5.10.0-31-rt-686-pae-unsigned Description-md5: ce1e794e9d9c5785cf32e596ef9b88e0 Description-en: Linux 5.10 for modern PCs, PREEMPT_RT The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-31-rt-amd64-dbg Description-md5: 00ed684b3631347f43cba4e4ee37434e Description-en: Debug symbols for linux-image-5.10.0-31-rt-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-rt-amd64. Package: linux-image-5.10.0-31-rt-amd64-unsigned Description-md5: cadd2f4f5feddd0841ad897c9f30d3f2 Description-en: Linux 5.10 for 64-bit PCs, PREEMPT_RT The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-31-rt-arm64-dbg Description-md5: d970b32288acfba8d5d0c8c4afff12e5 Description-en: Debug symbols for linux-image-5.10.0-31-rt-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-rt-arm64. Package: linux-image-5.10.0-31-rt-arm64-unsigned Description-md5: a4c47131536fd8dee2d0bf5967411fad Description-en: Linux 5.10 for 64-bit ARMv8 machines, PREEMPT_RT The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-31-rt-armmp Description-md5: be425eb21968ad40642ce9741eddd3f8 Description-en: Linux 5.10 for ARMv7 multiplatform compatible SoCs, PREEMPT_RT The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-31-rt-armmp-dbg Description-md5: 0b42752f26084ce42271b5ce14dc7598 Description-en: Debug symbols for linux-image-5.10.0-31-rt-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-rt-armmp. Package: linux-image-5.10.0-31-s390x Description-md5: 15df63573bd7bc593e9e6a59bfb6c427 Description-en: Linux 5.10 for IBM zSeries The Linux kernel 5.10 and modules for use on IBM zSeries. Package: linux-image-5.10.0-31-s390x-dbg Description-md5: 0876adbe2e93bea1bd983d0ae4b1c17c Description-en: Debug symbols for linux-image-5.10.0-31-s390x This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-31-s390x. Package: linux-image-5.10.0-32-4kc-malta Description-md5: 6c13a857f65319e883a2a808b198591e Description-en: Linux 5.10 for MIPS Malta The Linux kernel 5.10 and modules for use on MIPS Malta boards. Package: linux-image-5.10.0-32-4kc-malta-dbg Description-md5: 7adeed1503bcddb4e83224cfee8a0888 Description-en: Debug symbols for linux-image-5.10.0-32-4kc-malta This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-4kc-malta. Package: linux-image-5.10.0-32-5kc-malta Description-md5: 96e1691bd808e1820a08315178c58d79 Description-en: Linux 5.10 for MIPS Malta (64-bit) The Linux kernel 5.10 and modules for use on MIPS Malta boards (64-bit). Package: linux-image-5.10.0-32-5kc-malta-dbg Description-md5: a311a7fe0c8b8253b63d4c5e23f58b19 Description-en: Debug symbols for linux-image-5.10.0-32-5kc-malta This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-5kc-malta. Package: linux-image-5.10.0-32-686-dbg Description-md5: c060e781bfa7c58d64bdd72a2e907cd7 Description-en: Debug symbols for linux-image-5.10.0-32-686 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-686. Package: linux-image-5.10.0-32-686-pae-dbg Description-md5: 533c526e556fdc3c3896574213423724 Description-en: Debug symbols for linux-image-5.10.0-32-686-pae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-686-pae. Package: linux-image-5.10.0-32-686-pae-unsigned Description-md5: 4af82bec3be7faa8897941e9ee77ddb1 Description-en: Linux 5.10 for modern PCs The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. Package: linux-image-5.10.0-32-686-unsigned Description-md5: 803206d8ec0d4da1fb4a82ea782cb6bc Description-en: Linux 5.10 for older PCs The Linux kernel 5.10 and modules for use on PCs with one or more processors not supporting PAE. Package: linux-image-5.10.0-32-amd64-dbg Description-md5: f4248a414526904a61e22ccabc57080c Description-en: Debug symbols for linux-image-5.10.0-32-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-amd64. Package: linux-image-5.10.0-32-amd64-unsigned Description-md5: d551eb3307e52b85702e114422fdf05d Description-en: Linux 5.10 for 64-bit PCs The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Package: linux-image-5.10.0-32-arm64-dbg Description-md5: 9aa25dbaa5809106bcb964695b330388 Description-en: Debug symbols for linux-image-5.10.0-32-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-arm64. Package: linux-image-5.10.0-32-arm64-unsigned Description-md5: 1483c26a2bbcb7431bb95f24961cecce Description-en: Linux 5.10 for 64-bit ARMv8 machines The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. Package: linux-image-5.10.0-32-armmp Description-md5: 91f214f5710182d7f7280af8235209b5 Description-en: Linux 5.10 for ARMv7 multiplatform compatible SoCs The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Package: linux-image-5.10.0-32-armmp-dbg Description-md5: e9b7e24bcf84cc21b0996e41ec5b205f Description-en: Debug symbols for linux-image-5.10.0-32-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-armmp. Package: linux-image-5.10.0-32-armmp-lpae Description-md5: acf87a4a6d521ea7738d6a47e9b68319 Description-en: Linux 5.10 for ARMv7 multiplatform compatible SoCs supporting LPAE The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.. Package: linux-image-5.10.0-32-armmp-lpae-dbg Description-md5: 5a65f4b16d58878f164d5cb388031ad9 Description-en: Debug symbols for linux-image-5.10.0-32-armmp-lpae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-armmp-lpae. Package: linux-image-5.10.0-32-cloud-amd64-dbg Description-md5: 77f666f5b70727f7a60b8829d657f70e Description-en: Debug symbols for linux-image-5.10.0-32-cloud-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-cloud-amd64. Package: linux-image-5.10.0-32-cloud-amd64-unsigned Description-md5: 372a18458ec32bf02947763d5df992e1 Description-en: Linux 5.10 for x86-64 cloud The Linux kernel 5.10 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Package: linux-image-5.10.0-32-cloud-arm64-dbg Description-md5: 0212211e56d68826164344272d8cead4 Description-en: Debug symbols for linux-image-5.10.0-32-cloud-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-cloud-arm64. Package: linux-image-5.10.0-32-cloud-arm64-unsigned Description-md5: 9ee12b7be0c1a0da7c48d36671b49c86 Description-en: Linux 5.10 for arm64 cloud The Linux kernel 5.10 and modules for use on cloud platforms supporting arm64 virtual machines. Package: linux-image-5.10.0-32-loongson-3 Description-md5: a4d138410c1c5818a9f636f53c730f81 Description-en: Linux 5.10 for Loongson 3A/3B The Linux kernel 5.10 and modules for use on Loongson 3A or 3B based systems (e.g. from Loongson or Lemote). Package: linux-image-5.10.0-32-loongson-3-dbg Description-md5: 79d1c81654e7bde965bde31cd4322b67 Description-en: Debug symbols for linux-image-5.10.0-32-loongson-3 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-loongson-3. Package: linux-image-5.10.0-32-marvell Description-md5: 9a9f9a417d7b5347261a6e0e9e74ca43 Description-en: Linux 5.10 for Marvell Kirkwood/Orion The Linux kernel 5.10 and modules for use on Marvell Kirkwood and Orion based systems (https://wiki.debian.org/ArmEabiPort#Supported_hardware). Package: linux-image-5.10.0-32-marvell-dbg Description-md5: 0903cda625c7c1782a6c731693354edf Description-en: Debug symbols for linux-image-5.10.0-32-marvell This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-marvell. Package: linux-image-5.10.0-32-octeon Description-md5: cfc55848c5792149ae8bab9c032c4184 Description-en: Linux 5.10 for Octeon The Linux kernel 5.10 and modules for use on Cavium Networks Octeon. Package: linux-image-5.10.0-32-octeon-dbg Description-md5: b884170676bd4d206d4120b8efc0f4a9 Description-en: Debug symbols for linux-image-5.10.0-32-octeon This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-octeon. Package: linux-image-5.10.0-32-powerpc64le Description-md5: ab0313ef2828db9a73941b0c9e2b6cbd Description-en: Linux 5.10 for Little-endian 64-bit PowerPC The Linux kernel 5.10 and modules for use on Little-endian 64-bit PowerPC. Package: linux-image-5.10.0-32-powerpc64le-dbg Description-md5: a4a24d953a5d82d9d74181f2485d753c Description-en: Debug symbols for linux-image-5.10.0-32-powerpc64le This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-powerpc64le. Package: linux-image-5.10.0-32-rpi Description-md5: 700fbaad7f4d5879598f0caeed9fbd83 Description-en: Linux 5.10 for Raspberry Pi and Pi Zero The Linux kernel 5.10 and modules for use on Raspberry Pi, Raspberry Pi Zero based systems. Package: linux-image-5.10.0-32-rpi-dbg Description-md5: 6086bc535186dcf70f83241ed1ab6da2 Description-en: Debug symbols for linux-image-5.10.0-32-rpi This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-rpi. Package: linux-image-5.10.0-32-rt-686-pae-dbg Description-md5: efbb64e9bbcfd6d74c4bbafe7f399362 Description-en: Debug symbols for linux-image-5.10.0-32-rt-686-pae This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-rt-686-pae. Package: linux-image-5.10.0-32-rt-686-pae-unsigned Description-md5: ce1e794e9d9c5785cf32e596ef9b88e0 Description-en: Linux 5.10 for modern PCs, PREEMPT_RT The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-32-rt-amd64-dbg Description-md5: d6f9536c98dd9a794c577d3440c4f748 Description-en: Debug symbols for linux-image-5.10.0-32-rt-amd64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-rt-amd64. Package: linux-image-5.10.0-32-rt-amd64-unsigned Description-md5: cadd2f4f5feddd0841ad897c9f30d3f2 Description-en: Linux 5.10 for 64-bit PCs, PREEMPT_RT The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-32-rt-arm64-dbg Description-md5: 136378560fa2b606133bd899cb7ea4fa Description-en: Debug symbols for linux-image-5.10.0-32-rt-arm64 This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-rt-arm64. Package: linux-image-5.10.0-32-rt-arm64-unsigned Description-md5: a4c47131536fd8dee2d0bf5967411fad Description-en: Linux 5.10 for 64-bit ARMv8 machines, PREEMPT_RT The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-32-rt-armmp Description-md5: be425eb21968ad40642ce9741eddd3f8 Description-en: Linux 5.10 for ARMv7 multiplatform compatible SoCs, PREEMPT_RT The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-5.10.0-32-rt-armmp-dbg Description-md5: add4c927c78331165e45a13fdbf8c6c5 Description-en: Debug symbols for linux-image-5.10.0-32-rt-armmp This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-rt-armmp. Package: linux-image-5.10.0-32-s390x Description-md5: 15df63573bd7bc593e9e6a59bfb6c427 Description-en: Linux 5.10 for IBM zSeries The Linux kernel 5.10 and modules for use on IBM zSeries. Package: linux-image-5.10.0-32-s390x-dbg Description-md5: ec9075f7be9c0cd0f8a730e1dff39988 Description-en: Debug symbols for linux-image-5.10.0-32-s390x This package provides the detached debug symbols for the Linux kernel and modules in linux-image-5.10.0-32-s390x. Package: linux-image-5kc-malta Description-md5: 23dad26dad2deca0d75bb794eed8e3d4 Description-en: Linux for MIPS Malta (64-bit) (meta-package) This package depends on the latest Linux kernel and modules for use on MIPS Malta boards (64-bit). Package: linux-image-5kc-malta-dbg Description-md5: 4b2853611f4a6c9600359351df6f7963 Description-en: Debugging symbols for Linux 5kc-malta configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel 5kc-malta configuration. Package: linux-image-686-dbg Description-md5: 3a5d022650dca8033f1b413b0c93f1d5 Description-en: Debugging symbols for Linux 686 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel 686 configuration. Package: linux-image-686-pae-dbg Description-md5: 0adc8f85b89eb84650d4b4efdc0359f0 Description-en: Debugging symbols for Linux 686-pae configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel 686-pae configuration. Package: linux-image-amd64-dbg Description-md5: cef66019bff5137491f4d86a25f6417d Description-en: Debugging symbols for Linux amd64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel amd64 configuration. Package: linux-image-amd64-signed-template Description-md5: 413d038b34e3191692ff71a0b3590de1 Description-en: Template for signed linux-image packages for amd64 This package is used to control code signing by the Debian signing service. Package: linux-image-arm64-dbg Description-md5: 5a3ee41272b328cb61d3370190fcff7b Description-en: Debugging symbols for Linux arm64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel arm64 configuration. Package: linux-image-arm64-signed-template Description-md5: 6ebef62bad168e7cac2ccc27a304d32b Description-en: Template for signed linux-image packages for arm64 This package is used to control code signing by the Debian signing service. Package: linux-image-armmp Description-md5: 6e23c7da79075220d673bf3c62982c44 Description-en: Linux for ARMv7 multiplatform compatible SoCs (meta-package) This package depends on the latest Linux kernel and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Package: linux-image-armmp-dbg Description-md5: 8cba7ff5fed386a5d2e300b418462f1a Description-en: Debugging symbols for Linux armmp configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel armmp configuration. Package: linux-image-armmp-lpae Description-md5: 59756950afcd773eff5796012c114c92 Description-en: Linux for ARMv7 multiplatform compatible SoCs supporting LPAE (meta-package) This package depends on the latest Linux kernel and modules for use on ARMv7 multiplatform kernel supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms.. Package: linux-image-armmp-lpae-dbg Description-md5: 5f8020959dd590e49272ca44bff69eac Description-en: Debugging symbols for Linux armmp-lpae configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel armmp-lpae configuration. Package: linux-image-cloud-amd64-dbg Description-md5: 5480348a5b148364715ed73b4b7d00ea Description-en: Debugging symbols for Linux cloud-amd64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel cloud-amd64 configuration. Package: linux-image-cloud-arm64-dbg Description-md5: f4b5b71ce4028389a13b7e96f40f0b1c Description-en: Debugging symbols for Linux cloud-arm64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel cloud-arm64 configuration. Package: linux-image-i386-signed-template Description-md5: da116b0b2f78d305a0c06747769d0df8 Description-en: Template for signed linux-image packages for i386 This package is used to control code signing by the Debian signing service. Package: linux-image-loongson-3 Description-md5: 741bdb2544cc387cf0364dac9b96186a Description-en: Linux for Loongson 3A/3B (meta-package) This package depends on the latest Linux kernel and modules for use on Loongson 3A or 3B based systems (e.g. from Loongson or Lemote). Package: linux-image-loongson-3-dbg Description-md5: 82b74aee74d44f354a50ea11bb3f6899 Description-en: Debugging symbols for Linux loongson-3 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel loongson-3 configuration. Package: linux-image-marvell Description-md5: 79710964d053acbf5182c6579a1b3960 Description-en: Linux for Marvell Kirkwood/Orion (meta-package) This package depends on the latest Linux kernel and modules for use on Marvell Kirkwood and Orion based systems (https://wiki.debian.org/ArmEabiPort#Supported_hardware). Package: linux-image-marvell-dbg Description-md5: f9ab6345c28ff4c393b0306a1623757e Description-en: Debugging symbols for Linux marvell configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel marvell configuration. Package: linux-image-octeon Description-md5: 664214074d26839be963235735c18839 Description-en: Linux for Octeon (meta-package) This package depends on the latest Linux kernel and modules for use on Cavium Networks Octeon. Package: linux-image-octeon-dbg Description-md5: ce8d22c7cb45c46f4869acbd50883321 Description-en: Debugging symbols for Linux octeon configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel octeon configuration. Package: linux-image-powerpc64le Description-md5: 69332059f05b09fd9e81ed7f2e546653 Description-en: Linux for Little-endian 64-bit PowerPC (meta-package) This package depends on the latest Linux kernel and modules for use on Little-endian 64-bit PowerPC. Package: linux-image-powerpc64le-dbg Description-md5: 0d22278d4673d53c48b0e0d304cae97a Description-en: Debugging symbols for Linux powerpc64le configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel powerpc64le configuration. Package: linux-image-rpi Description-md5: 3023e60cdfa04cd7a2e6e5ce49a9f30c Description-en: Linux for Raspberry Pi and Pi Zero (meta-package) This package depends on the latest Linux kernel and modules for use on Raspberry Pi, Raspberry Pi Zero based systems. Package: linux-image-rpi-dbg Description-md5: 4569d9768b341e9644dafe2620511f56 Description-en: Debugging symbols for Linux rpi configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rpi configuration. Package: linux-image-rt-686-pae-dbg Description-md5: 7b84f61e296a0b59de2f292a3fb3caf8 Description-en: Debugging symbols for Linux rt-686-pae configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-686-pae configuration. Package: linux-image-rt-amd64-dbg Description-md5: 8018dd5995396d044276eb5a83634c3c Description-en: Debugging symbols for Linux rt-amd64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-amd64 configuration. Package: linux-image-rt-arm64-dbg Description-md5: b257e73f82f600acabac9e5bb675c7bf Description-en: Debugging symbols for Linux rt-arm64 configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-arm64 configuration. Package: linux-image-rt-armmp Description-md5: 6e23c7da79075220d673bf3c62982c44 Description-en: Linux for ARMv7 multiplatform compatible SoCs (meta-package) This package depends on the latest Linux kernel and modules for use on ARMv7 multiplatform kernel. See https://wiki.debian.org/DebianKernel/ARMMP for details of supported platforms. Package: linux-image-rt-armmp-dbg Description-md5: 82bebbc7ea749628f2f72e7247f52892 Description-en: Debugging symbols for Linux rt-armmp configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel rt-armmp configuration. Package: linux-image-s390x Description-md5: 834049f2b4351f4df1a6d6bd6dc8ef7e Description-en: Linux for IBM zSeries (meta-package) This package depends on the latest Linux kernel and modules for use on IBM zSeries. Package: linux-image-s390x-dbg Description-md5: 5ab7126535a9efff0c2d0b7a32c99812 Description-en: Debugging symbols for Linux s390x configuration (meta-package) This package depends on the detached debugging symbols for the latest Linux kernel s390x configuration. Package: linux-kbuild-5.10 Description-md5: bda780f376973126a7d05edb07d9cd83 Description-en: Kbuild infrastructure for Linux 5.10 This package provides the kbuild infrastructure for the headers packages for Linux kernel version 5.10. Package: linux-libc-dev Description-md5: f310daf8fb891639ee6eeeb4020a7c13 Description-en: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU libc and other system libraries. Package: linux-perf Description-md5: 38c4aee4d06e50923ab29bdd9339410e Description-en: Performance analysis tools for Linux (meta-package) This package depends on the package containing the 'perf' performance analysis tools for the latest Linux kernel. Package: linux-perf-5.10 Description-md5: f519dd323567e766b96e62c6bb5c1afb Description-en: Performance analysis tools for Linux 5.10 This package contains the 'perf' performance analysis tools for Linux kernel version 5.10. . The linux-base package contains a 'perf' command which will invoke the appropriate version for the running kernel. Package: linux-source Description-md5: 295a0aae79622b42802dfa4bda819ae6 Description-en: Linux kernel source (meta-package) This package depends on packages containing the sources of the latest Linux kernel. Package: linux-source-5.10 Description-md5: 0714588613c96d8202b564f6b9a70f64 Description-en: Linux kernel source for version 5.10 with Debian patches This package provides source code for the Linux kernel version 5.10. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Package: linux-support-5.10.0-31 Description-md5: 0e78332281af7a4fdaeebd881f549cdb Description-en: Support files for Linux 5.10 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Package: linux-support-5.10.0-32 Description-md5: 0e78332281af7a4fdaeebd881f549cdb Description-en: Support files for Linux 5.10 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Package: usbip Description-md5: 84110e083527a27b37417dcab69e5ab7 Description-en: USB device sharing system over IP network USB/IP is a system for sharing USB devices over the network. . To share USB devices between computers with their full functionality, USB/IP encapsulates "USB requests" into IP packets and transmits them between computers. . Original USB device drivers and applications can be used for remote USB devices without any modification of them. A computer can use remote USB devices as if they were directly attached. . Currently USB/IP provides no access control or encryption. It should only be used in trusted environments. . This package provides the server component 'usbipd' and the client tool 'usbip'. Package: linux-headers-amd64 Description-md5: c3bd37fd9656f71f4133642896829a35 Description-en: Header files for Linux amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel amd64 configuration. Package: linux-headers-cloud-amd64 Description-md5: 1ecc6813d72a208f2bd83ca51c00d93e Description-en: Header files for Linux cloud-amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel cloud-amd64 configuration. Package: linux-headers-rt-amd64 Description-md5: 5788a52848f7b8f9a893fb082ec4c62e Description-en: Header files for Linux rt-amd64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-amd64 configuration. Package: linux-image-5.10.0-31-amd64 Description-md5: 1af6678f9cbe4bf666a011aba66cc91f Description-en: Linux 5.10 for 64-bit PCs (signed) The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-31-cloud-amd64 Description-md5: eacbefb3d5f4c0dfb9ee42bcbd3901c2 Description-en: Linux 5.10 for x86-64 cloud (signed) The Linux kernel 5.10 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-31-rt-amd64 Description-md5: 19f9b250a2cc30446550553503bacd09 Description-en: Linux 5.10 for 64-bit PCs, PREEMPT_RT (signed) The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel includes the PREEMPT_RT realtime patch set. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-amd64 Description-md5: 1af6678f9cbe4bf666a011aba66cc91f Description-en: Linux 5.10 for 64-bit PCs (signed) The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-cloud-amd64 Description-md5: eacbefb3d5f4c0dfb9ee42bcbd3901c2 Description-en: Linux 5.10 for x86-64 cloud (signed) The Linux kernel 5.10 and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-rt-amd64 Description-md5: 19f9b250a2cc30446550553503bacd09 Description-en: Linux 5.10 for 64-bit PCs, PREEMPT_RT (signed) The Linux kernel 5.10 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel includes the PREEMPT_RT realtime patch set. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-amd64 Description-md5: 6a25122b463a5515998ee600e16b3daf Description-en: Linux for 64-bit PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Package: linux-image-cloud-amd64 Description-md5: 11b016f38b41530eec9d7e80035fed66 Description-en: Linux for x86-64 cloud (meta-package) This package depends on the latest Linux kernel and modules for use on cloud platforms including Amazon EC2, Microsoft Azure, and Google Compute Engine. Package: linux-image-rt-amd64 Description-md5: 6a25122b463a5515998ee600e16b3daf Description-en: Linux for 64-bit PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. Package: linux-headers-arm64 Description-md5: 4e17cbf21c014805036003e22aa96e1b Description-en: Header files for Linux arm64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel arm64 configuration. Package: linux-headers-cloud-arm64 Description-md5: 8ff703f4149ad65d040e839e3d1b022a Description-en: Header files for Linux cloud-arm64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel cloud-arm64 configuration. Package: linux-headers-rt-arm64 Description-md5: c8f8c51ca0f6740b878a94d5871e5db1 Description-en: Header files for Linux rt-arm64 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-arm64 configuration. Package: linux-image-5.10.0-31-arm64 Description-md5: f141c01a2b982563abde2c2ca172367f Description-en: Linux 5.10 for 64-bit ARMv8 machines (signed) The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-31-cloud-arm64 Description-md5: 444baf3b18d01a25ae3b8092552088ff Description-en: Linux 5.10 for arm64 cloud (signed) The Linux kernel 5.10 and modules for use on cloud platforms supporting arm64 virtual machines. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-31-rt-arm64 Description-md5: f9672fc3144761a7202574244a5d2f09 Description-en: Linux 5.10 for 64-bit ARMv8 machines, PREEMPT_RT (signed) The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-arm64 Description-md5: f141c01a2b982563abde2c2ca172367f Description-en: Linux 5.10 for 64-bit ARMv8 machines (signed) The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-cloud-arm64 Description-md5: 444baf3b18d01a25ae3b8092552088ff Description-en: Linux 5.10 for arm64 cloud (signed) The Linux kernel 5.10 and modules for use on cloud platforms supporting arm64 virtual machines. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-rt-arm64 Description-md5: f9672fc3144761a7202574244a5d2f09 Description-en: Linux 5.10 for 64-bit ARMv8 machines, PREEMPT_RT (signed) The Linux kernel 5.10 and modules for use on 64-bit ARMv8 machines. . This kernel includes the PREEMPT_RT realtime patch set. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-arm64 Description-md5: 698c38c9f1dc5ecfdddb55da9da05590 Description-en: Linux for 64-bit ARMv8 machines (meta-package) This package depends on the latest Linux kernel and modules for use on 64-bit ARMv8 machines. Package: linux-image-cloud-arm64 Description-md5: 266939b2cc5604a948c15783fa8f3dda Description-en: Linux for arm64 cloud (meta-package) This package depends on the latest Linux kernel and modules for use on cloud platforms supporting arm64 virtual machines. Package: linux-image-rt-arm64 Description-md5: 698c38c9f1dc5ecfdddb55da9da05590 Description-en: Linux for 64-bit ARMv8 machines (meta-package) This package depends on the latest Linux kernel and modules for use on 64-bit ARMv8 machines. Package: linux-headers-686 Description-md5: 7e9179376e4ff0a7897224fdbf105031 Description-en: Header files for Linux 686 configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel 686 configuration. Package: linux-headers-686-pae Description-md5: e83b899dce9073ec36aa649f62f40b84 Description-en: Header files for Linux 686-pae configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel 686-pae configuration. Package: linux-headers-rt-686-pae Description-md5: 0500d2ab27f04a63f7bfb24b8c40d713 Description-en: Header files for Linux rt-686-pae configuration (meta-package) This package depends on the architecture-specific header files for the latest Linux kernel rt-686-pae configuration. Package: linux-image-5.10.0-31-686 Description-md5: c0a99bdd0bb05467cc0d956f215e3e32 Description-en: Linux 5.10 for older PCs (signed) The Linux kernel 5.10 and modules for use on PCs with one or more processors not supporting PAE. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-31-686-pae Description-md5: 81cefbc23e6fe132e12052103bfd030b Description-en: Linux 5.10 for modern PCs (signed) The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-31-rt-686-pae Description-md5: cad3283806b4c7b6f074d759ee508628 Description-en: Linux 5.10 for modern PCs, PREEMPT_RT (signed) The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . This kernel includes the PREEMPT_RT realtime patch set. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-686 Description-md5: c0a99bdd0bb05467cc0d956f215e3e32 Description-en: Linux 5.10 for older PCs (signed) The Linux kernel 5.10 and modules for use on PCs with one or more processors not supporting PAE. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-686-pae Description-md5: 81cefbc23e6fe132e12052103bfd030b Description-en: Linux 5.10 for modern PCs (signed) The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-5.10.0-32-rt-686-pae Description-md5: cad3283806b4c7b6f074d759ee508628 Description-en: Linux 5.10 for modern PCs, PREEMPT_RT (signed) The Linux kernel 5.10 and modules for use on PCs with one or more processors supporting PAE. . This kernel requires PAE (Physical Address Extension). This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. . This kernel includes the PREEMPT_RT realtime patch set. . The kernel image and modules are signed for use with Secure Boot. Package: linux-image-686 Description-md5: 03f0cc206377b99f080d50c99049c16c Description-en: Linux for older PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with one or more processors not supporting PAE. Package: linux-image-686-pae Description-md5: 2cb65e17d5d21e7479414c86a7a79c22 Description-en: Linux for modern PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with one or more processors supporting PAE. Package: linux-image-rt-686-pae Description-md5: 2cb65e17d5d21e7479414c86a7a79c22 Description-en: Linux for modern PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with one or more processors supporting PAE. Package: midge Description-md5: fb9884fae75ee01b669993690559a47e Description-en: A text to MIDI program Midge generates MIDI files from text input. Most General MIDI features are supported, and there are some basic methods of randomly generating sequences. Also included is a decompiler and an emacs mode. Package: libmlpost-ocaml-dev Description-md5: 509e61867830c36e51f91be45359cc66 Description-en: OCaml interface to Metapost (library) Mlpost is an OCaml library for scientific drawing. It relies on Metapost, giving the possibility to include (La)TeX fragments. Mlpost users can use the full power of OCaml to generate their diagrams, including static typing and the possibility to use any OCaml library. Moreover, Mlpost promotes a declarative style quite different from existing tools. . This package contains the library itself. Package: libmlpost-ocaml-doc Description-md5: f36265c83c23574bbab096c6c49e1311 Description-en: Objective Caml interface to Metapost (doc) Mlpost is an OCaml library for scientific drawing. It relies on Metapost, giving the possibility to include (La)TeX fragments. Mlpost users can use the full power of OCaml to generate their diagrams, including static typing and the possibility to use any OCaml library. Moreover, Mlpost promotes a declarative style quite different from existing tools. . This package contains the API reference of the library. Package: mlpost Description-md5: 268df89c4cbe44815c5dd452f77f2a23 Description-en: OCaml interface to Metapost (command-line tool) Mlpost is an OCaml library for scientific drawing. It relies on Metapost, giving the possibility to include (La)TeX fragments. Mlpost users can use the full power of OCaml to generate their diagrams, including static typing and the possibility to use any OCaml library. Moreover, Mlpost promotes a declarative style quite different from existing tools. . This package contains a command-line tool to ease the generation of PostScript or PDF figures directly from .ml files. Package: net-tools Description-md5: 08f345ee19e62d4fd85e960d3a061a33 Description-en: NET-3 networking toolkit This package includes the important tools for controlling the network subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp, nameif and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach, mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr). . In the upstream package 'hostname' and friends are included. Those are not installed by this package, since there is a special "hostname*.deb". Package: nfs-common Description-md5: c2f5fd5a7d525f1cc35fbb49cc8628fd Description-en: NFS support files common to client and server Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs. Package: nfs-kernel-server Description-md5: 899bf536fe9edad1d8a30a8fada5180d Description-en: support for NFS kernel server The NFS kernel server is currently the recommended NFS server for use with Linux, featuring features such as NFSv3 and NFSv4, Kerberos support via GSS, and much more. It is also significantly faster and usually more reliable than the user-space NFS servers (from the unfs3 and nfs-user-server packages). However, it is more difficult to debug than the user-space servers, and has a slightly different feature set. . This package contains the user-space support needed to use the NFS kernel server. Most administrators wishing to set up an NFS server would want to install this package. Package: libntfs-3g883 Description-md5: 114ed5b6f2afb50272d8396a22d1550e Description-en: read/write NTFS driver for FUSE (runtime library) NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. . This package contains the actual library. Package: ntfs-3g Description-md5: d38b96403238266210560bdd2ee0d28c Description-en: read/write NTFS driver for FUSE NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. Package: ntfs-3g-dev Description-md5: f17752933720148edc7d3f25b03e9fee Description-en: read/write NTFS driver for FUSE (development) NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. . This package contains the development files. Package: ocsinventory-reports Description-md5: 828f52b11c31b23ecfc12ae4a16fed8c Description-en: Hardware and software inventory tool (Administration Console) Open Computer and Software Inventory Next Generation is an application designed to help a network or system administrator keep track of the computers configuration and software that are installed on the network. . Information about Hardware and Operating System are collected. OCS Inventory is also able to detect all active devices on your network, such as switch, router, network printer and unattended devices. It also allows deploying software, commands or files on client computers. . This package contains the 'Administration Console' part. Package: ocsinventory-server Description-md5: a7fb9a04b349bbab052f183add58153c Description-en: Hardware and software inventory tool (Communication Server) Open Computer and Software Inventory Next Generation is an application designed to help a network or system administrator keep track of the computers configuration and software that are installed on the network. . Information about Hardware and Operating System are collected. OCS Inventory is also able to detect all active devices on your network, such as switch, router, network printer and unattended devices. It also allows deploying software, commands or files on client computers. . This package contains the 'Communication Server' part. Note that this is the XML-RPC/SOAP server, not the web interface (which is provided in the ocsinventory-reports package). Package: odoo-14 Description-md5: d9cb5c50139907b913baa6a22d34ca41 Description-en: Open Source Apps To Grow Your Business Odoo, formerly known as OpenERP, is a suite of open-source business apps written in Python and released under the LGPLv3 license. This suite of applications covers all business needs, from Website/Ecommerce down to manufacturing, inventory and accounting, all seamlessly integrated. Odoo's technical features include a distributed server, flexible workflows, an object database, a dynamic GUI, customizable reports, and an XML-RPC interface. Odoo is the most installed business software in the world. It is used by 2.000.000 users worldwide ranging from very small companies (1 user) to very large ones (300 000 users). . 2863,4276c 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: firefox-esr Description-md5: 88ee196fd829d9218a763b4d498a6f6a Description-en: Mozilla Firefox web browser - Extended Support Release (ESR) Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. Package: firefox-esr-l10n-ach Description-md5: d5188b984c4f0df3501f954a193b9bcb Description-en: Acoli language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Acoli. Package: firefox-esr-l10n-af Description-md5: 5b77c93a9812c0c9c016530c0d0e3034 Description-en: Afrikaans language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Afrikaans. Package: firefox-esr-l10n-all Description-md5: 0510a1fd50726dce346379d22d5ac62e Description-en: All language packages for Firefox ESR (meta) Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This is a metapackage depending on all available localizations of Firefox ESR. Package: firefox-esr-l10n-an Description-md5: 9924a97ec612d6fcd54f0610a7a3e043 Description-en: Aragonese language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Aragonese. Package: firefox-esr-l10n-ar Description-md5: 187769fc81d734cf856ac016e6f40170 Description-en: Arabic language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Arabic. Package: firefox-esr-l10n-ast Description-md5: 480a52dafb8192cb706b3bf179b9862a Description-en: Asturian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Asturian. Package: firefox-esr-l10n-az Description-md5: 8606a59b109c8f1b54cab83ec2ca635a Description-en: Azerbaijani language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Azerbaijani. Package: firefox-esr-l10n-be Description-md5: 387fae80c2f0403a899472b965c142b2 Description-en: Belarusian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Belarusian. Package: firefox-esr-l10n-bg Description-md5: e9dc3372b630d540f7dbb29e05efaa94 Description-en: Bulgarian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Bulgarian. Package: firefox-esr-l10n-bn Description-md5: e1dd3358e9ecfd5499416e0c1d39b5e9 Description-en: Bengali language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Bengali. Package: firefox-esr-l10n-br Description-md5: bb7780db4d6867db8bb1444714267939 Description-en: Breton language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Breton. Package: firefox-esr-l10n-bs Description-md5: 5fea1a4ed52425b2682a4a722208ce6a Description-en: Bosnian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Bosnian. Package: firefox-esr-l10n-ca Description-md5: 39fc7a1d4b9f5fb5d75d2c85f3fe18f8 Description-en: Catalan language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Catalan. Package: firefox-esr-l10n-ca-valencia Description-md5: b3d2a7934d8ef6317240dce0c033fe72 Description-en: Catalan (Valencia) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Catalan (Valencia). Package: firefox-esr-l10n-cak Description-md5: b7d60abe64a35eb3f946d5cec1befbfe Description-en: Kaqchikel language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Kaqchikel. Package: firefox-esr-l10n-cs Description-md5: 0c1f1b9260776612632c42839d46ae61 Description-en: Czech language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Czech. Package: firefox-esr-l10n-cy Description-md5: a0b97541cfb2909dde4a6826e704de5c Description-en: Welsh language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Welsh. Package: firefox-esr-l10n-da Description-md5: b9a514cd98a26589131b97e42b7c29a6 Description-en: Danish language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Danish. Package: firefox-esr-l10n-de Description-md5: 00c26bf015520152a19c68eb31a240c5 Description-en: German language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in German. Package: firefox-esr-l10n-dsb Description-md5: 762244752cd248a402ca1a08dc2f5fbc Description-en: Lower Sorbian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Lower Sorbian. Package: firefox-esr-l10n-el Description-md5: f29c652c5733c8f7b9f1f5fcf5272678 Description-en: Modern Greek language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Modern Greek. Package: firefox-esr-l10n-en-ca Description-md5: 63583d1a2c10e914d004a5a60dfd31b7 Description-en: English (Canada) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in English (Canada). Package: firefox-esr-l10n-en-gb Description-md5: fae69f711dcd022c1331ec34c8a16f4e Description-en: English (United Kingdom) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in English (United Kingdom). Package: firefox-esr-l10n-eo Description-md5: 945baf829a8107d2a724afa283d26117 Description-en: Esperanto language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Esperanto. Package: firefox-esr-l10n-es-ar Description-md5: 6326584d7e47d99429a947e9ae2c0fdf Description-en: Spanish (Argentina) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Spanish (Argentina). Package: firefox-esr-l10n-es-cl Description-md5: 7ec0e40e29f940158ac73f60d382dd9f Description-en: Spanish (Chile) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Spanish (Chile). Package: firefox-esr-l10n-es-es Description-md5: 223eafc61a519e57a33800519688b493 Description-en: Spanish (Spain) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Spanish (Spain). Package: firefox-esr-l10n-es-mx Description-md5: aec36965ba71f3207f7024669d2a71aa Description-en: Spanish (Mexico) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Spanish (Mexico). Package: firefox-esr-l10n-et Description-md5: acae80d2ec31f72159f0cab7b8cd1af3 Description-en: Estonian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Estonian. Package: firefox-esr-l10n-eu Description-md5: 7b91ccfc8995908ef00e895e9220949e Description-en: Basque language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Basque. Package: firefox-esr-l10n-fa Description-md5: b6f751f17ccf16519d100f1e8f0117fb Description-en: Persian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Persian. Package: firefox-esr-l10n-ff Description-md5: dc691e9c1208dc2c4c090505e89add2d Description-en: Fulah language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Fulah. Package: firefox-esr-l10n-fi Description-md5: e2ab3eebf772ebeed27528fef8943bc2 Description-en: Finnish language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Finnish. Package: firefox-esr-l10n-fr Description-md5: 2853e6beeb5377d82897890c50794bb2 Description-en: French language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in French. Package: firefox-esr-l10n-fur Description-md5: cc32fa5951979451b1bbf597755462ef Description-en: Friulian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Friulian. Package: firefox-esr-l10n-fy-nl Description-md5: bc561c21dd7715b4cc81394b2b2959d4 Description-en: Western Frisian (Netherlands) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Western Frisian (Netherlands). Package: firefox-esr-l10n-ga-ie Description-md5: df80077e094c5c407d48346980fdda38 Description-en: Irish (Ireland) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Irish (Ireland). Package: firefox-esr-l10n-gd Description-md5: b29b5eb94111e47714327298f150d08b Description-en: Scottish Gaelic language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Scottish Gaelic. Package: firefox-esr-l10n-gl Description-md5: 3953015101a54301613ee48a7baa1126 Description-en: Galician language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Galician. Package: firefox-esr-l10n-gn Description-md5: 219b0f78c77d54e90b45773da16da43a Description-en: Guarani language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Guarani. Package: firefox-esr-l10n-gu-in Description-md5: 85fa76ca56a724a05142d2b8b6f4503a Description-en: Gujarati (India) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Gujarati (India). Package: firefox-esr-l10n-he Description-md5: 0d6de331cc5d85a68cf2df33cda542b1 Description-en: Hebrew language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Hebrew. Package: firefox-esr-l10n-hi-in Description-md5: 07c46cb13c9b2cfea74560ac1fd4cab9 Description-en: Hindi (India) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Hindi (India). Package: firefox-esr-l10n-hr Description-md5: ee29b6625469a2c68272f051073e1b5d Description-en: Croatian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Croatian. Package: firefox-esr-l10n-hsb Description-md5: 49e72d2033713197718ea2d7fc0f43dd Description-en: Upper Sorbian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Upper Sorbian. Package: firefox-esr-l10n-hu Description-md5: 77917341475a87753af784dc7f1a3483 Description-en: Hungarian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Hungarian. Package: firefox-esr-l10n-hy-am Description-md5: 8337932972f9eaa518ed74a7cb42d4c3 Description-en: Armenian (Armenia) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Armenian (Armenia). Package: firefox-esr-l10n-ia Description-md5: 949474e6ab1862194ded64f6c1aedb67 Description-en: Interlingua language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Interlingua. Package: firefox-esr-l10n-id Description-md5: b83dbfb0b8657df54694267db0c197e1 Description-en: Indonesian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Indonesian. Package: firefox-esr-l10n-is Description-md5: 6f17be2d462a0b0f3fcf8cc9b2099f13 Description-en: Icelandic language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Icelandic. Package: firefox-esr-l10n-it Description-md5: 1eb259ab89190e23c9a2d6c6bbcaa673 Description-en: Italian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Italian. Package: firefox-esr-l10n-ja Description-md5: dfe98a7a06a28d3c03fb211e550013f3 Description-en: Japanese language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Japanese. Package: firefox-esr-l10n-ka Description-md5: 12c4723b6cbdd691b09e976cf2b91e83 Description-en: Georgian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Georgian. Package: firefox-esr-l10n-kab Description-md5: d419dae93d1914b3fbb042e044917ec0 Description-en: Kabyle language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Kabyle. Package: firefox-esr-l10n-kk Description-md5: f525dce69931dff3a292fa8f08eaf77f Description-en: Kazakh language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Kazakh. Package: firefox-esr-l10n-km Description-md5: 78dff3772840e7626fa8bb3ac8019dd9 Description-en: Central Khmer language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Central Khmer. Package: firefox-esr-l10n-kn Description-md5: dd6f9f89e71aa55eee3f58ce5e18bf26 Description-en: Kannada language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Kannada. Package: firefox-esr-l10n-ko Description-md5: 74d15a656cc38e02bbca0f8879cbd4ac Description-en: Korean language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Korean. Package: firefox-esr-l10n-lij Description-md5: 1f4d901ea4a38b03bb14c47f27a45c91 Description-en: Ligurian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Ligurian. Package: firefox-esr-l10n-lt Description-md5: d3b5577aa40f3c5b3b5e7a966f2ce374 Description-en: Lithuanian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Lithuanian. Package: firefox-esr-l10n-lv Description-md5: fe4207dff81207ebdae8b76c36b88dba Description-en: Latvian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Latvian. Package: firefox-esr-l10n-mk Description-md5: 7819b44418c3cdeec4326d529a046aeb Description-en: Macedonian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Macedonian. Package: firefox-esr-l10n-mr Description-md5: bd58ad4aa8c67f243d47af63433cc1e8 Description-en: Marathi language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Marathi. Package: firefox-esr-l10n-ms Description-md5: b706d54f54c4199e00861f23021ffff1 Description-en: Malay language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Malay. Package: firefox-esr-l10n-my Description-md5: 136624cfdf4cb08d87c6d22dda254cdb Description-en: Burmese language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Burmese. Package: firefox-esr-l10n-nb-no Description-md5: 875fa701d40505084defa5afc8600aeb Description-en: Norwegian Bokmål (Norway) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Norwegian Bokmål (Norway). Package: firefox-esr-l10n-ne-np Description-md5: 5d41290591fddab9640fbd07d024bedf Description-en: Nepali (Nepal) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Nepali (Nepal). Package: firefox-esr-l10n-nl Description-md5: 7919d498f210c57c05c83c5b9361f40b Description-en: Dutch language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Dutch. Package: firefox-esr-l10n-nn-no Description-md5: dcb4d63727ae81d5830918342e7d4897 Description-en: Norwegian Nynorsk (Norway) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Norwegian Nynorsk (Norway). Package: firefox-esr-l10n-oc Description-md5: 326a045a0881b6d979db31cc4970ab55 Description-en: Occitan language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Occitan. Package: firefox-esr-l10n-pa-in Description-md5: 12953e3aaefbccc50948f71e44f17449 Description-en: Panjabi (India) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Panjabi (India). Package: firefox-esr-l10n-pl Description-md5: e9801fca3e7fc04c053ce8beeea8ccaf Description-en: Polish language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Polish. Package: firefox-esr-l10n-pt-br Description-md5: be095d527e7a4922caaf485c0ce32717 Description-en: Portuguese (Brazil) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Portuguese (Brazil). Package: firefox-esr-l10n-pt-pt Description-md5: c112a7cad4caddf8b10bd77b0a24ef41 Description-en: Portuguese (Portugal) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Portuguese (Portugal). Package: firefox-esr-l10n-rm Description-md5: fdc1d706c10747112d1e114dd78800a8 Description-en: Romansh language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Romansh. Package: firefox-esr-l10n-ro Description-md5: d8d1267b5730777d1784543c5d019b79 Description-en: Romanian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Romanian. Package: firefox-esr-l10n-ru Description-md5: 81a5e2d34bc0b6f77b89b2e0876ef26e Description-en: Russian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Russian. Package: firefox-esr-l10n-sc Description-md5: 399a3ab812089bc867830c0978dbc608 Description-en: Sardinian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Sardinian. Package: firefox-esr-l10n-sco Description-md5: cc9b512125a7cf9850ec86f9ea5324f3 Description-en: Scots language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Scots. Package: firefox-esr-l10n-si Description-md5: 00c75e50d870fbb579e09213362e0d62 Description-en: Sinhala language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Sinhala. Package: firefox-esr-l10n-sk Description-md5: 9982e72b07fbc88a7640a5deda3d8d08 Description-en: Slovak language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Slovak. Package: firefox-esr-l10n-sl Description-md5: 906885270ee826dbc6e0cde94503d5c2 Description-en: Slovenian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Slovenian. Package: firefox-esr-l10n-son Description-md5: 79e87469939a044cda49cd3dcc26d9d9 Description-en: Songhai languages language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Songhai languages. Package: firefox-esr-l10n-sq Description-md5: 7bcc4af584625cae2f12b4be7e68faaf Description-en: Albanian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Albanian. Package: firefox-esr-l10n-sr Description-md5: 36411d0bdd4bee135aaa0cb17a07dad1 Description-en: Serbian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Serbian. Package: firefox-esr-l10n-sv-se Description-md5: 6de19c2795efba229042da380e69d931 Description-en: Swedish (Sweden) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Swedish (Sweden). Package: firefox-esr-l10n-szl Description-md5: cee69c12df856e7733014fea4918870b Description-en: Silesian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Silesian. Package: firefox-esr-l10n-ta Description-md5: 1012f6f493f51739a6dada33a2a550f1 Description-en: Tamil language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Tamil. Package: firefox-esr-l10n-te Description-md5: b7b4860bb367b766b2a1ab848ec2df4c Description-en: Telugu language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Telugu. Package: firefox-esr-l10n-tg Description-md5: b1b71458cf209416afc1e32f5d5426a1 Description-en: Tajik language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Tajik. Package: firefox-esr-l10n-th Description-md5: b9a1229e4164d95762f510aa47b06d63 Description-en: Thai language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Thai. Package: firefox-esr-l10n-tl Description-md5: 5da676b2ce136415945371c739b43e27 Description-en: Tagalog language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Tagalog. Package: firefox-esr-l10n-tr Description-md5: 78069753c5073c8e880c91bb3322b0c0 Description-en: Turkish language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Turkish. Package: firefox-esr-l10n-trs Description-md5: b94b71932777982cdecebd6e0ba0a6d1 Description-en: Chicahuaxtla Triqui language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Chicahuaxtla Triqui. Package: firefox-esr-l10n-uk Description-md5: f6b5ebceef2b190b19cf3a0742498225 Description-en: Ukrainian language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Ukrainian. Package: firefox-esr-l10n-ur Description-md5: 9cab06f06f59cdb4e35e4bdabcfae1fe Description-en: Urdu language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Urdu. Package: firefox-esr-l10n-uz Description-md5: 3906a472d2035b9ebcb169f6f5088a95 Description-en: Uzbek language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Uzbek. Package: firefox-esr-l10n-vi Description-md5: 890c381792b5053d91ccb56a986f8b70 Description-en: Vietnamese language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Vietnamese. Package: firefox-esr-l10n-xh Description-md5: 8efaadb254622ba4ace972ffdbe4e176 Description-en: Xhosa language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Xhosa. Package: firefox-esr-l10n-zh-cn Description-md5: 60c15e38f40b1bf1da8fd99b96a8796e Description-en: Chinese (China) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Chinese (China). Package: firefox-esr-l10n-zh-tw Description-md5: 5c9838adc8bf4fb11f3ffb4bef1c40c5 Description-en: Chinese (Taiwan) language package for Firefox ESR Firefox ESR is a powerful, extensible web browser with support for modern web application technologies. . This package contains the localization of Firefox ESR in Chinese (Taiwan). Package: fusiondirectory Description-md5: 80d4ea53a23561f1fcf05a768a1d906b Description-en: Web Based LDAP Administration Program Provided is access to posix, shadow, samba, proxy, pureftp and kerberos accounts. It is able to manage the postfix/cyrus server combination and can write user adapted sieve scripts. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-alias Description-md5: ac66ccb9d75e40a0e0b7f34e7709322d Description-en: alias plugin for FusionDirectory This plugin is designed to configure mail aliases for postfix. It provide description and expiration Date . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-alias-schema Description-md5: 2f7e68f2e13459a671a4f7642ac6457c Description-en: LDAP schema for FusionDirectory alias plugin This package includes the LDAP schema needed by the FusionDirectory alias plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-applications Description-md5: 077ce5edbed698574ca5a0c641d0ed89 Description-en: Applications management plugin for FusionDirectory Application management plugin for desktop and web. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-applications-schema Description-md5: 8c2933a14228d2ce0ef1dbf2d82419ce Description-en: LDAP schema for FusionDirectory application management plugin This package includes the LDAP schema needed by the FusionDirectory application management plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-argonaut Description-md5: e7081e80cd14435201b0af6476b68b6f Description-en: Argonaut plugin for FusionDirectory Store all the configuration for the Argonaut deployment system. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-argonaut-schema Description-md5: 6957e10ad0e589538c75d4ff0e7700ee Description-en: LDAP schema for FusionDirectory Argonaut plugin This package includes the LDAP schema needed by the FusionDirectory Argonaut plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-audit Description-md5: df692a9f3bd0098964ab8d6e396ea120 Description-en: audit plugin for FusionDirectory This package contains the audit plugin for FusionDirectory . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-audit-schema Description-md5: cab5562037b723cb7c946ba75c9b0ac1 Description-en: LDAP schema for FusionDirectory audit plugin This package includes the LDAP schema needed by the FusionDirectory audit plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-autofs Description-md5: f36f200ef8a1c4edeab153309419ff1d Description-en: autofs plugin for FusionDirectory Automount management plugin for FusionDirectory . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-autofs-schema Description-md5: 75e4339a5cd4a001c5466c25788d652e Description-en: LDAP schema for FusionDirectory autofs plugin This package includes the LDAP schema needed by the FusionDirectory autofs plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-certificates Description-md5: feb6a3121a2a19468fc13e88a1acf339 Description-en: certificates plugin for FusionDirectory Allow storage of SSL certificates in the user entries. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-community Description-md5: ecec8171030150c117fe8702c5f240bd Description-en: community plugin for FusionDirectory Community and Organization management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-community-schema Description-md5: 2fcbb49a11d247f2cc6b8c527ce9aaf2 Description-en: LDAP schema for FusionDirectory community plugin This package includes the LDAP schema needed by the FusionDirectory community plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-cyrus Description-md5: 546fa8d50984e7c33ef796e81e156546 Description-en: cyrus plugin for FusionDirectory Cyrus account management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-cyrus-schema Description-md5: 5aabe410cc7b97dc0c66a2c87806c535 Description-en: LDAP schema for FusionDirectory cyrus plugin This package includes the LDAP schema needed by the FusionDirectory cyrus plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-debconf Description-md5: 24abebe712b7a674f6429dc50ef034ba Description-en: Debconf plugin for FusionDirectory Simple debconf plugin for FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-debconf-schema Description-md5: 8749d8ed80e5e2dd072331e3f27d2632 Description-en: LDAP schema for FusionDirectory Debconf Plugin This package includes the LDAP schema needed by the FusionDirectory Debconf Plugin. It is the same LDAP schema as distributed in the debconf-doc package for the Debconf's basic, built-in LDAP driver. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP-based setups. Package: fusiondirectory-plugin-developers Description-md5: 89ef517bf33e7359627968e3c8ad70b4 Description-en: Provide doc and tools for FusionDirectory development This package provides codesniffer templates for code conformity, a plugin to show reference between classes, and a simple plugin example to show the basic use of the API and a doxyfile to generate API from sourcecode. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-dhcp Description-md5: 178cf50a11e045ed34956afbeb54f2eb Description-en: dhcp plugin for FusionDirectory DHCP service management plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-dhcp-schema Description-md5: f258538d54ed9ea17808c150ce8e7448 Description-en: LDAP schema for FusionDirectory dhcp plugin This package includes the LDAP schema needed by the FusionDirectory dhcp plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-dns Description-md5: 471b8cb108fbaa3124530f8644d283dd Description-en: dns plugin for FusionDirectory DNS service management plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-dns-schema Description-md5: 0797ccc72984cc56efb4c1c100246a1b Description-en: LDAP schema for FusionDirectory dns plugin This package includes the LDAP schema needed by the FusionDirectory dns plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-dovecot Description-md5: 0cd999e5a1c45c2e1633805b527b0c82 Description-en: dovecot plugin for FusionDirectory Dovecot account management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-dovecot-schema Description-md5: 91600e571dcdb6d88c19cc8984089052 Description-en: LDAP schema for FusionDirectory dovecot plugin This package includes the LDAP schema needed by the FusionDirectory dovecot plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-dsa Description-md5: 4ce8fb925e0df7a9dd8e69ba3c62a664 Description-en: dsa plugin for FusionDirectory This plugin is designed to maintain the dsa branch of your LDAP directory. The dsa branch is the one tha contains the security account for LDAP clients . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-dsa-schema Description-md5: 85ec51160c836733fb05f661b4d3ba79 Description-en: LDAP schema for FusionDirectory dsa plugin This package includes the LDAP schema needed by the FusionDirectory dsa plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-ejbca Description-md5: 99a3f5d241a2291f27ec31bbe143ae26 Description-en: ejbca plugin for FusionDirectory This plugin is designed to show the certificates for servers and users stored by ejbca inside LDAP. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-ejbca-schema Description-md5: 58141d2d2c947ee2227c2d968d94bac5 Description-en: LDAP schema for FusionDirectory ejbca plugin This package includes the LDAP schema needed by the FusionDirectory ejbca plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-fai Description-md5: 38b2929cf41e33a2cc4fd129e55e64db Description-en: fai plugin for FusionDirectory FAI plugin for managing Linux system deployment. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-fai-schema Description-md5: 78fdca68caac250db8666ab925b569e2 Description-en: LDAP schema for FusionDirectory fai plugin This package includes the LDAP schema needed by the FusionDirectory fai plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-freeradius Description-md5: e06ebaebcfc22d9055e782c5eb114695 Description-en: freeradius plugin for FusionDirectory This package adds FreeRADIUS management to FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-freeradius-schema Description-md5: 1ee0fd0321160e6ea3c67c60850b4d89 Description-en: LDAP schema for FusionDirectory freeradius plugin This package includes the LDAP schema needed by the FusionDirectory freeradius plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-fusioninventory Description-md5: afd03a84305cfb985c0bbe93a835f065 Description-en: FusionInventory plugin for FusionDirectory This plugin allow you to manage your inventories with the fusioninventory agent. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-fusioninventory-schema Description-md5: 90d65da9b757e43eba4bc6c1230791c3 Description-en: LDAP schema for FusionDirectory fusioninventory plugin This package includes the LDAP schema needed by the FusionDirectory fusioninventory plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-gpg Description-md5: 1ef1e410aaa9976bf39406318896f4f0 Description-en: gpg plugin for FusionDirectory This plugin allow you to manage gpg key for the user in your LDAP tree. It also allow you to configure a gpg server to fetch his key from the LDAP server. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-gpg-schema Description-md5: 6f1dccd14d71ad72c54201e978528eff Description-en: LDAP schema for FusionDirectory gpg plugin This package includes the LDAP schema needed by the FusionDirectory gpg plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-ipmi Description-md5: 38bdf8b5984548a328b85664ba01d3e6 Description-en: ipmi plugin for FusionDirectory This plugin allow you to manage ipmi services. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-ipmi-schema Description-md5: 79e55d23e31d7713c78abf4de45dc105 Description-en: LDAP schema for FusionDirectory ipmi plugin This package includes the LDAP schema needed by the FusionDirectory ipmi plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-ldapdump Description-md5: 4069d8d9db09beb519786311a6dc01cc Description-en: ldapdump plugin for FusionDirectory Show raw LDAP data . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-ldapmanager Description-md5: cc492a15afebf9000575cd0c54c67c72 Description-en: ldapmanager plugin for FusionDirectory LDAP import and export management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-mail Description-md5: e8e738013f47733ad7aaf386f945de31 Description-en: base mail plugin for FusionDirectory Mail management base plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-mail-schema Description-md5: d1684d325e43a68d646ef1f024ad3c6a Description-en: LDAP schema for FusionDirectory mail plugin This package includes the LDAP schema needed by the FusionDirectory mail plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-mixedgroups Description-md5: af8942a46312e4243b274ccb06e5b89f Description-en: plugin to manage groups mixing memberuid and member Member and memberuid mixed in the same groups, this need specific modified core ldap schema . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-nagios Description-md5: 0af6e531afd6495432de18841d582534 Description-en: nagios plugin for FusionDirectory Nagios account settings management . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-nagios-schema Description-md5: 08a54b5621ea08f9972d6af53aa614a9 Description-en: LDAP schema for FusionDirectory nagios plugin This package includes the LDAP schema needed by the FusionDirectory nagios plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-netgroups Description-md5: b40d4fb3d6eec70f71e37f8d015a1555 Description-en: netgroup plugin for FusionDirectory Nis Netgroups account management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-netgroups-schema Description-md5: 4ee9163909a4bd52790027f73d2ebe8d Description-en: LDAP schema for FusionDirectory netgroups plugin This package includes the LDAP schema needed by the FusionDirectory netgroups plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-newsletter Description-md5: 4b100e559cf3c9ab1feeb9acd0b335d8 Description-en: newsletter plugin for FusionDirectory Newsletter account management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-newsletter-schema Description-md5: a0a0c8b31504fd571bbab984c8fa62c2 Description-en: LDAP schema for FusionDirectory newsletter plugin This package includes the LDAP schema needed by the FusionDirectory newsletter plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-opsi Description-md5: 0f6b6b6d9e690597262f447233386e90 Description-en: opsi plugin for FusionDirectory Opsi management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-opsi-schema Description-md5: 9fe81ebc471e934dc56238bca8ec1faf Description-en: LDAP schema for FusionDirectory opsi plugin This package includes the LDAP schema needed by the FusionDirectory opsi plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-personal Description-md5: f02abdfe9fcbeea1b2c372230e33730c Description-en: Personal plugin for FusionDirectory The personal plugin for FusionDirectory is used to stored personal data, like twitter, facebook, private email addresses and nickname. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-personal-schema Description-md5: c3f524a4bfa5010561a28722d4d876b0 Description-en: LDAP schema for FusionDirectory personal Plugin This package includes the LDAP schema needed by the FusionDirectory personal Plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP-based setups. Package: fusiondirectory-plugin-posix Description-md5: abec611cbc2b9897e4e4c64ee74718d9 Description-en: posix account and group plugin for FusionDirectory Manage the posix account and groups via FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-postfix Description-md5: 8750b1ce40c1513791c41c97c0871025 Description-en: postfix service plugin for FusionDirectory Postfix service plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-postfix-schema Description-md5: 8bc50fd3572877f9a10a24d2355a3eb8 Description-en: LDAP schema for FusionDirectory postfix plugin This package includes the LDAP schema needed by the FusionDirectory postfix plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-ppolicy Description-md5: 825a821e0fa486bb63eab9fa81457895 Description-en: ppolicy overlay module plugin for FusionDirectory Manage the LDAP ppolicy overlay via FusionDirectory. Ppolicy provides enhanced password management capabilities that are applied to non-rootdn bind attempts in OpenLDAP. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-ppolicy-schema Description-md5: 154ed27637c33622699702f5542e5202 Description-en: LDAP schema for FusionDirectory ppolicy Plugin This package includes the LDAP schema needed by the FusionDirectory ppolicy Plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP-based setups. Package: fusiondirectory-plugin-puppet Description-md5: fba39e9754296329ba90a92b11a0552b Description-en: Puppet plugin for FusionDirectory Simple puppet plugin for FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-puppet-schema Description-md5: 1a5b2aaf871cc08b007ff30240c515d1 Description-en: LDAP schema for FusionDirectory puppet Plugin This package includes the LDAP schema needed by the FusionDirectory Puppet Plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP-based setups. Package: fusiondirectory-plugin-pureftpd Description-md5: 6cb7cc7bf7bd15e10c8f67e7df4e1d17 Description-en: pureftpd plugin for FusionDirectory PureFTPD plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-pureftpd-schema Description-md5: f3403ded18d2d12d7787c68499fc5ebc Description-en: LDAP schema for FusionDirectory pureftpd plugin This package includes the LDAP schema needed by the FusionDirectory pureftpd plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-quota Description-md5: 670d7683b23c101e4b451de0ce710a5e Description-en: quota plugin for FusionDirectory Linux Quota plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-quota-schema Description-md5: 20ba093b3627e1d59d33b285306cb18e Description-en: LDAP schema for FusionDirectory quota plugin This package includes the LDAP schema needed by the FusionDirectory quota plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-renater-partage Description-md5: df56c79bc6c9348ff6f2b9fbae6a8240 Description-en: Renater partage integration plugin for FusionDirectory Renater partage plugin for https://partage.renater.fr/ . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-renater-partage-schema Description-md5: 8d5e5f7d8c59f166dbcbd22b92395971 Description-en: LDAP schema for FusionDirectory renater partage plugin This package includes the LDAP schema needed by the FusionDirectory renater partage plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-repository Description-md5: c936678cf5a3abc2f392982b2ec69b90 Description-en: repository plugin for FusionDirectory Repository plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-repository-schema Description-md5: 002c2b2dccb928293b4b4de2928e792e Description-en: LDAP schema for FusionDirectory repository plugin This package includes the LDAP schema needed by the FusionDirectory repository plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-samba Description-md5: 520a38bf3c40fd49c8108d17291be0e3 Description-en: samba3 plugin for FusionDirectory Plugin for Samba 3 management. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-samba-schema Description-md5: 9b13aec20ec8d3144d23e92d19545e41 Description-en: LDAP schema for FusionDirectory samba plugin This package includes the LDAP schema needed by the FusionDirectory samba plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-sogo Description-md5: 143fea0f385b5b2ca4e86150eee886b3 Description-en: SOGo plugin for FusionDirectory SOGo resource management plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-sogo-schema Description-md5: a99898543d39ed9e2659e9be3b36fa0a Description-en: LDAP schema for FusionDirectory SOgo plugin This package includes the LDAP schemas needed by the FusionDirectory SOGo plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-spamassassin Description-md5: 98a857c27dafc23cc4a3ef1d01998598 Description-en: spamassassin plugin for FusionDirectory spamassassin plugin . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-spamassassin-schema Description-md5: e7bf142566b11c90c6b16863bfa6dbb4 Description-en: LDAP schema for FusionDirectory spamassassin plugin This package includes the LDAP schema needed by the FusionDirectory spamassassin plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-squid Description-md5: c39f149aaad805d698d3e8704cad4ff9 Description-en: squid plugin for FusionDirectory Squid plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-squid-schema Description-md5: 2f57304469d206951aeadc676807646b Description-en: LDAP schema for FusionDirectory squid plugin This package includes the LDAP schema needed by the FusionDirectory squid plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-ssh Description-md5: 49ebe7ba5a4001be97b08240d6a68252 Description-en: ssh plugin for FusionDirectory SSH key management plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-ssh-schema Description-md5: 93df1d843427e2c0b09ebb3476b87b94 Description-en: LDAP schema for FusionDirectory ssh plugin This package includes the LDAP schema needed by the FusionDirectory ssh plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-subcontracting Description-md5: 1b6982fb66231c58746099d51a98febf Description-en: subcontracting plugin for FusionDirectory This package includes the subcontracting plugin for FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-subcontracting-schema Description-md5: c68cae12ef1e7076ea57d46ebefe1b4e Description-en: LDAP schema for FusionDirectory subcontracting plugin This package includes the LDAP schema needed by the FusionDirectory subcontracting plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-sudo Description-md5: 86eaa4faf1e68a3ddefb37d9e943e3cb Description-en: sudo plugin for FusionDirectory Sudo management plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-sudo-schema Description-md5: aadd21678905ee9eef29ff49506efc34 Description-en: LDAP schema for FusionDirectory sudo plugin This package includes the LDAP schema needed by the FusionDirectory sudo plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-supann Description-md5: 22be747e923f6dceefd9aa10094c7702 Description-en: supann plugin for FusionDirectory Supann management plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-supann-schema Description-md5: 199e38898e72cc0977981e9094c7687f Description-en: LDAP schema for FusionDirectory supann plugin This package includes the LDAP schema needed by the FusionDirectory supann plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-sympa Description-md5: 93d078e2cd519bebac2e2b18f0aadca2 Description-en: sympa plugin for FusionDirectory This plugin is designed to configure basic sympa lists. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-sympa-schema Description-md5: 8e45e77506bcd6f1d027f56b46432fae Description-en: LDAP schema for FusionDirectory sympa plugin This package includes the LDAP schema needed by the FusionDirectory sympa plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-systems Description-md5: d68420a20585b5a1ae7fc3cd69765e3d Description-en: systems plugin for FusionDirectory Systems management base plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-systems-schema Description-md5: d1a18cd56397cfc639f6344e5d4cbe05 Description-en: LDAP schema for FusionDirectory systems plugin This package includes the LDAP schema needed by the FusionDirectory systems plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-user-reminder Description-md5: d30202f9d7c81f66b9e329d798153a2d Description-en: user reminder plugin for FusionDirectory The user reminder plugin allows you to configure a reminder for expiring account to ask user if they want to keep the account open or not. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-user-reminder-schema Description-md5: 3f5d8d07fce64a56ef08811b6edf4b77 Description-en: LDAP schema for FusionDirectory user reminder plugin This package includes the LDAP schema needed by the FusionDirectory user-reminder plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-weblink Description-md5: 4217035c331d4531b14aa7f262ed0e85 Description-en: weblink plugin for FusionDirectory The weblink plugin allows you to add a link to systems pointing to their web interface. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-plugin-weblink-schema Description-md5: 6f40ca4e212eace5334d4e90fc1d3a8e Description-en: LDAP schema for FusionDirectory weblink plugin This package includes the LDAP schema needed by the FusionDirectory weblink plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-webservice Description-md5: dfb1cf9ff6afe0ac3f0ea70a92ea6019 Description-en: webservice plugin for FusionDirectory This plugin is designed to manage FusionDirectory with a webservice. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-plugin-webservice-schema Description-md5: 1b4deb74eeba3c2187badfe3cb61b7e8 Description-en: schema for the webservice plugin for FusionDirectory This package includes the LDAP schema needed by the FusionDirectory webservice plugin. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: fusiondirectory-schema Description-md5: 915f5633f1ce93592de7b1c8b4d2fd8a Description-en: LDAP schema for FusionDirectory This package includes the basics LDAP schemas needed by FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-smarty3-acl-render Description-md5: efe56bb1b8cb88292375c4cfe20528d5 Description-en: Provide FusionDirectory ACL based rendering for Smarty3 This package provides acl based rendering support for Smarty3, the popular PHP templating engine (http://smarty.php.net/). This module is mainly used by FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based network infrastructures. Package: fusiondirectory-theme-oxygen Description-md5: da5cb99f62a85b18a52e88082456c71c Description-en: Icon theme Oxygen for FusionDirectory This package makes Oxygen icon theme available in FusionDirectory. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups Package: fusiondirectory-webservice-shell Description-md5: c5d5f430b9494f4b86a06433c92033f2 Description-en: webservice shell for FusionDirectory This is the conmand line shell for the FusionDirectory with a webservice. . FusionDirectory is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. Package: libjs-gettext.js Description-md5: 37fd73fce024a2427d421fc289f98a47 Description-en: Lightweight yet complete GNU gettext port gettext.js is a lightweight (3k minified!) yet complete and accurate GNU gettext port for node and the browser. Manage your i18n translations the right way in your javascript projects. . This package contains the Javascript library. Package: node-gettext.js Description-md5: 99f1174384e56e6743fde64e91256c07 Description-en: Lightweight yet complete GNU gettext port - Node.js module gettext.js is a lightweight (3k minified!) yet complete and accurate GNU gettext port for node and the browser. Manage your i18n translations the right way in your javascript projects. . This package contains the NodeJS module. Package: glewlwyd Description-md5: d40acc0d8846e541d7939433510fd69d Description-en: Single-Sign-On server with multiple factor authentication Authentication processus supported: - OAuth2 - OpenID Connect . Allows users to authenticate via multiple factors: - Password - One-time password (TOTP/HOTP) - Webauthn (Yubikey, Android devices) - One-time password sent via e-mail - TLS Certificate - External OAuth2/OIDC providers . Users and clients can be stored and managed from various backends: - Database - LDAP service - HTTP Backend service providing Basic Authentication . Allows users to register a new account with the possibility to confirm their e-mail address or not. During the registration process, the new user may be expected to register their passwords, as well as other authentication factors: - One-time password (TOTP/HOTP) - Webauthn (Yubikey, Android devices) - TLS Certificate - External OAuth2/OIDC providers Package: glewlwyd-common Description-md5: d8d05ee2dbf3a27b83e97df4b347cbc3 Description-en: Single-Sign-On server with multiple factor authentication - common files Authentication processus supported: - OAuth2 - OpenID Connect . Allows users to authenticate via multiple factors: - Password - One-time password (TOTP/HOTP) - Webauthn (Yubikey, Android devices) - One-time password sent via e-mail - TLS Certificate - External OAuth2/OIDC providers . Users and clients can be stored and managed from various backends: - Database - LDAP service - HTTP Backend service providing Basic Authentication . Allows users to register a new account with the possibility to confirm their e-mail address or not. During the registration process, the new user may be expected to register their passwords, as well as other authentication factors: - One-time password (TOTP/HOTP) - Webauthn (Yubikey, Android devices) - TLS Certificate - External OAuth2/OIDC providers . This package contains the architecture independent files. Package: glibc-doc Description-md5: ec34f59d4398ff8ca003177c6585bf0a Description-en: GNU C Library: Documentation Contains man pages for libpthread functions and the complete GNU C Library ChangeLog. The GNU C Library Reference manual has been moved into glibc-doc-reference for licensing reasons. 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: libc-bin Description-md5: 7625903821514b57277d1bae69ec3c1a Description-en: GNU C Library: Binaries This package contains utility programs related to the GNU C Library. . * catchsegv: catch segmentation faults in programs * getconf: query system configuration variables * getent: get entries from administrative databases * iconv, iconvconfig: convert between character encodings * ldd, ldconfig: print/configure shared library dependencies * locale, localedef: show/generate locale definitions * tzselect, zdump, zic: select/dump/compile time zones Package: libc-dev-bin Description-md5: eb75d411df403df7feafbba2bf0cf5f7 Description-en: GNU C Library: Development binaries This package contains utility programs related to the GNU C Library development package. . * gencat: generate message catalogs * rpcgen: compile RPC protocols to C Package: libc-devtools Description-md5: 20d92638e9360ec19e7290046eb0d8f7 Description-en: GNU C Library: Development tools This package contains development tools shipped by the GNU C Library. . * memusage, memusagestat: profile a program's memory usage * mtrace: interpret the malloc trace log * sotruss: trace shared library calls * sprof: display shared object profiling data Package: libc-l10n Description-md5: 53ecaa40591ab16906ffe57e37f97283 Description-en: GNU C Library: localization files This package contains the translation files for the GNU C library and utility programs. Package: libc6 Description-md5: fc3001b0b90a1c8e6690b283a619d57f Description-en: GNU C Library: Shared libraries Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Package: libc6-amd64 Description-md5: 022f588c27f2c9d2908a07c0e916177e Description-en: GNU C Library: 64bit Shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for AMD64 systems. Package: libc6-dbg Description-md5: bbc98343da14bf76d4a45c2181fd8902 Description-en: GNU C Library: detached debugging symbols This package contains the detached debugging symbols for the GNU C library. Package: libc6-dev Description-md5: 1bbdc717d9acdb44db940928d570e749 Description-en: GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile and link programs which use the standard C library. Package: libc6-dev-amd64 Description-md5: 4315f28f715f5adf117fa6a131d77331 Description-en: GNU C Library: 64bit Development Libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for AMD64 systems. Package: libc6-dev-i386 Description-md5: 50cf6ae98f9a3cdef9c53b186287325f Description-en: GNU C Library: 32-bit development libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 32bit version of the library, meant for AMD64 systems. Package: libc6-dev-mips32 Description-md5: 280c2246086bea839d684d4c8bccacf0 Description-en: GNU C Library: o32 Development Libraries for MIPS Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the o32 version of the library, meant for MIPS systems. Package: libc6-dev-mips64 Description-md5: 9dd242b56f39d8acbc4555d3219d23d5 Description-en: GNU C Library: 64bit Development Libraries for MIPS64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 64bit version of the library, meant for MIPS64 systems. Package: libc6-dev-mipsn32 Description-md5: 2078e97dbf8e76c7ff82db01e80345e8 Description-en: GNU C Library: n32 Development Libraries for MIPS64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the n32 version of the library, meant for MIPS64 systems. Package: libc6-dev-s390 Description-md5: 6505482b334f48aad4d708dfb015adea Description-en: GNU C Library: 32bit Development Libraries for IBM zSeries Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the 32bit version of the library. Package: libc6-dev-x32 Description-md5: 0859bbe63e876c4ed2ca05543b5d535f Description-en: GNU C Library: X32 ABI Development Libraries for AMD64 Contains the symlinks and object files needed to compile and link programs which use the standard C library. This is the X32 ABI version of the library, meant for amd64 systems. Package: libc6-i386 Description-md5: 126bea51eae6ba3832096d4d56bfd9d2 Description-en: GNU C Library: 32-bit shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 32bit version of the library, meant for AMD64 systems. Package: libc6-mips32 Description-md5: 7beaffb5bc4ac57e26c7db9dbb3c4565 Description-en: GNU C Library: o32 Shared libraries for MIPS This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the o32 version of the library, meant for MIPS systems. Package: libc6-mips64 Description-md5: d9136446fea67b3b620340b337edd404 Description-en: GNU C Library: 64bit Shared libraries for MIPS64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 64bit version of the library, meant for MIPS64 systems. Package: libc6-mipsn32 Description-md5: 60a477000bd7077401ed31e411622a35 Description-en: GNU C Library: n32 Shared libraries for MIPS64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the n32 version of the library, meant for MIPS64 systems. Package: libc6-s390 Description-md5: 7966d976953f1915c55728d7dad96de1 Description-en: GNU C Library: 32bit Shared libraries for IBM zSeries This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the 32bit version of the library. Package: libc6-x32 Description-md5: 010abf82e546e9de191aa54ef585d592 Description-en: GNU C Library: X32 ABI Shared libraries for AMD64 This package includes shared versions of the standard C library and the standard math library, as well as many others. This is the X32 ABI version of the library, meant for AMD64 systems. Package: libc6-xen Description-md5: 8efa0c2cbdd983a8f6285be54808132f Description-en: GNU C Library: Shared libraries [Xen version] Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. . This set of libraries is optimized for the Xen hypervisor, and will be selected instead when running under Xen. Package: locales Description-md5: 68ccf846a4935e541c4a717fc0a1f3e3 Description-en: GNU C Library: National Language (locale) data [support] Machine-readable data files, shared objects and programs used by the C library for localization (l10n) and internationalization (i18n) support. . This package contains tools to generate locale definitions from source files (included in this package). It allows you to customize which definitions actually get generated. This is a space-saver over how this package used to be, with all locales generated by default. This created a package that unpacked to an excess of 30 megs. Package: locales-all Description-md5: c360552536cba624a24a347b513939dd Description-en: GNU C Library: Precompiled locale data This package contains the precompiled locale data for all supported locales. A better alternative is to install the locales package and only select desired locales, but it can be useful on a low-memory machine because some locale files take a lot of memory to be compiled. Package: 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: graphviz Description-md5: 3596bf983eb939217c51507635922cde Description-en: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Package: graphviz-doc Description-md5: f78e17da4b5250c519aa60f99d9c7a3c Description-en: additional documentation for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs HTML and PDF documentation for Graphviz, as well as examples. Package: libcdt5 Description-md5: d9902443b1aa2da91da7ca4482e5eb20 Description-en: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Package: libcgraph6 Description-md5: 3c0eff44ae2d3aa5e19d60a4384485eb Description-en: rich set of graph drawing tools - cgraph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cgraph library. Package: libgraphviz-dev Description-md5: c3a8010bf765807229fbc858755d3ad0 Description-en: graphviz libs and headers against which to build applications Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs the libraries and headers necessary to link graphviz library routines into an application. It also installs additional man pages. . Note: A graphviz user doesn't need to install this package. Package: libgv-guile Description-md5: 4d9e1cdaa267a74055c166a75ab1e8b3 Description-en: Guile bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the guile (3.0) bindings. Package: libgv-lua Description-md5: 0e64de3cb016ad670bbbb2773daf8c79 Description-en: Lua bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the lua5.2 bindings. Package: libgv-perl Description-md5: 50f9c9810e4cd1ff33ec004dadd5fd9a Description-en: Perl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Perl bindings. Package: libgv-php7 Description-md5: 73714c76b97100b9fb09a9714edb6d76 Description-en: PHP7 bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the PHP7 bindings. Package: libgv-ruby Description-md5: bc900a06ec5b5114246ccb0e255925c4 Description-en: Ruby bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Ruby bindings. Package: libgv-tcl Description-md5: 0ab2c69c3d22314448ae2cd59acadf39 Description-en: Tcl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Tcl (8.6) bindings. Package: libgvc6 Description-md5: 87da8308b382f4072b1022b48b3d7368 Description-en: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Package: libgvc6-plugins-gtk Description-md5: a2d766af1019ed41a27a7b18b86cd03e Description-en: rich set of graph drawing tools - gtk plugins Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gtk and gdk-pixbuf plugins. Package: libgvpr2 Description-md5: e7dafa90950ab7d270f04d6a2f98fc48 Description-en: rich set of graph drawing tools - gvpr library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvpr library. Package: liblab-gamut1 Description-md5: ba6687efc06a343069b17ecad0fea692 Description-en: rich set of graph drawing tools - liblab_gamut library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the liblab_gamut library. Package: libpathplan4 Description-md5: 3b349696750e1cfac5e966e847c18e9c Description-en: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Package: libxdot4 Description-md5: 5bb95dff142ccbf7ab2946dc3a7a4dc1 Description-en: rich set of graph drawing tools - xdot library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the xdot library. Package: python3-gv Description-md5: 3b4cf31a508df299de2062cf7bfdf1ba Description-en: Python3 bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Python3 bindings. Package: gir1.2-gtk-2.0 Description-md5: 0e856cde3e86eb181a419da2e80d941c Description-en: GTK graphical user interface library -- gir bindings GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gtk2-engines-pixbuf Description-md5: 7f31eea63eaa79edca73b55347f0d963 Description-en: pixbuf-based theme for GTK 2 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the pixbuf theme engine. Package: gtk2.0-examples Description-md5: 1e988dc8e8dc3cc88c70b9a70d0f53fe Description-en: example files for GTK 2 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the example files and a demonstration program for GTK 2. Package: libgail-common Description-md5: 97f579410f9d8e3edb5f60b6c06b9ef7 Description-en: GNOME Accessibility Implementation Library -- common modules Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains core shared libraries. Package: libgail-dev Description-md5: 5edeb3765ab0b94a94768d0af3525056 Description-en: GNOME Accessibility Implementation Library -- development files Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the development files for Gail. Package: libgail-doc Description-md5: 03b2e3edb9cd3a2f6e5b5a06f8d6e8cc Description-en: documentation files of the Gail library Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Package: libgail18 Description-md5: 280470c176632353e001009f5036985a Description-en: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Package: libgtk2.0-0 Description-md5: f3264372ea888336f19aee954ea0a0fc Description-en: GTK graphical user interface library - old version GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Package: libgtk2.0-bin Description-md5: 056ac7d3074cbdd205e955c8d8589cdd Description-en: programs for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Package: libgtk2.0-common Description-md5: 80ace64c76aad30366eb036871cfaf48 Description-en: common files for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Package: libgtk2.0-dev Description-md5: 27369c198da70271ed178d1415c3e8fe Description-en: development files for the GTK library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the header files and static libraries which are needed for developing GTK applications. Package: libgtk2.0-doc Description-md5: cd38dd0ae2b67a06d524e55f66d76aa4 Description-en: documentation for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the HTML documentation for the GTK library in /usr/share/doc/libgtk2.0-doc/ . Package: gir1.2-gtk-3.0 Description-md5: 0e856cde3e86eb181a419da2e80d941c Description-en: GTK graphical user interface library -- gir bindings GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. Package: gtk-3-examples Description-md5: d42b1b0d81a3e3495814814ff0293762 Description-en: example files for GTK 3 GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the example files and a demonstration program for GTK3. It also contains the installed tests. Package: gtk-update-icon-cache Description-md5: 7085c6bbe9a81adcc1cf27c74f6df2b2 Description-en: icon theme caching utility gtk-update-icon-cache creates mmap()able cache files for icon themes. . GTK can use the cache files created by gtk-update-icon-cache to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well. Package: libgail-3-0 Description-md5: 280470c176632353e001009f5036985a Description-en: GNOME Accessibility Implementation Library -- shared libraries Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the shared library. Package: libgail-3-dev Description-md5: 5edeb3765ab0b94a94768d0af3525056 Description-en: GNOME Accessibility Implementation Library -- development files Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the development files for Gail. Package: libgail-3-doc Description-md5: 03b2e3edb9cd3a2f6e5b5a06f8d6e8cc Description-en: documentation files of the Gail library Gail implements ATK interfaces for GTK widgets which are dynamically loadable at runtime by a GTK application. Once loaded, those parts of an application that use standard GTK widgets will have a basic level of accessibility, without the need to modify the application at all. . This package contains the documentation files for Gail. Package: libgtk-3-0 Description-md5: 02e4be37fe9843eb98242e33800e4fb6 Description-en: GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the shared libraries. Package: libgtk-3-bin Description-md5: 056ac7d3074cbdd205e955c8d8589cdd Description-en: programs for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the utilities which are used by the libraries and other packages. Package: libgtk-3-common Description-md5: 80ace64c76aad30366eb036871cfaf48 Description-en: common files for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the common files which the libraries need. Package: libgtk-3-dev Description-md5: 4fe57949589093654313cc79d6da8008 Description-en: development files for the GTK library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the header and development files which are needed for building GTK applications. Package: libgtk-3-doc Description-md5: 28495bcace073ee089194a1ff2abae27 Description-en: documentation for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites. . This package contains the HTML documentation for the GTK library in /usr/share/doc/libgtk-3-doc/ . Package: libhealpix-java Description-md5: 23e2c80602f16fbc523f98e896fb8630 Description-en: HEALPix representation of spherical data - Java library HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization of a sphere. As suggested in the name, this pixelization produces a subdivision of a spherical surface in which each pixel covers the same surface area as every other pixel. It is commonly used to store all-sky astronomical images, most famously maps of the cosmic microwave background. . This package provides the Java language implementation of HEALPix. Package: libhealpix-java-doc Description-md5: 0f527aed851267674766d07718d24bd7 Description-en: HEALPix representation of spherical data - Java documentation HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization of a sphere. As suggested in the name, this pixelization produces a subdivision of a spherical surface in which each pixel covers the same surface area as every other pixel. It is commonly used to store all-sky astronomical images, most famously maps of the cosmic microwave background. . This package provides documentation for the Java language implementation of HEALPix. Package: imagemagick Description-md5: 454d44b3e8d4177be027105c6c73b6f9 Description-en: image manipulation programs -- binaries ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . This package include links to channel depth specific binaries and manual pages. . This is a dummy package. You can safely purge or remove it. Package: imagemagick-6-common Description-md5: 242e9070bb8cf8876ae8723472cc8f76 Description-en: image manipulation programs -- infrastructure imagemagick-common contains the filesystem infrastructure required for further installation of imagemagick in any configuration; it does not provide a full installation of binaries, libraries, and utilities required to run imagemagick. . This package is independent of channel depth. Package: imagemagick-6-doc Description-md5: f514d30b27cec105434014153f1921ca Description-en: document files of ImageMagick This package contains the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. . Documentations includes html manuals, examples files, and doxygen generated API documentation. Package: imagemagick-6.q16 Description-md5: 47ea41425a6fb931790be5843ed7d1e7 Description-en: image manipulation programs -- quantum depth Q16 ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats, you need to install the libmagickcore-6.q16-6-extra package. . This version of imagemagick is compiled for a channel depth of 16 bits (Q16). Package: imagemagick-6.q16hdri Description-md5: 4d8c26b45b75abd3c52d5b43c7e16277 Description-en: image manipulation programs -- quantum depth Q16HDRI ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. All manipulations can be achieved through shell commands as well as through an X11 graphical interface (display). . For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats, you need to install the libmagickcore-6.q16hdri-6-extra package. . This version of imagemagick is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: imagemagick-common Description-md5: 4c746bf1d9d18dd7bd6d5f798754abc0 Description-en: image manipulation programs -- infrastructure dummy package imagemagick-common contained the filesystem infrastructure required for further installation of imagemagick in any configuration. . This is a transitional package to help migrate systems to the new imagemagick-6-common package. . This is a dummy package. You can safely purge or remove it. Package: imagemagick-doc Description-md5: b0721b7d624a0d684407c0c9ca6fc3de Description-en: document files of ImageMagick -- dummy package This package contained the document files shipped with ImageMagick, a software suite to create, edit, and compose bitmap images. . This is a transitional package to help migrate systems to the new imagemagick-6-doc package. . This is a dummy package. You can safely purge or remove it. Package: libimage-magick-perl Description-md5: 7ce8b44a017b6b1792ace5babb8a40cb Description-en: Perl interface to the ImageMagick graphics routines PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This is the compatibility (wrapper) perlmagick package that use the default channel depth. . This package provides the perl Image::Magick class. Package: libimage-magick-q16-perl Description-md5: b2b7bcf0fd3b8cca1a12186f85981002 Description-en: Perl interface to the ImageMagick graphics routines -- Q16 version PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This version of libimage-magick is compiled for a channel depth of 16 bits (Q16). . This package provides the perl Image::Magick::Q16 class. Package: libimage-magick-q16hdri-perl Description-md5: 8507376c7886a5145af7be82f371b30e Description-en: Perl interface to the ImageMagick graphics routines -- Q16HDRI version PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This version of libimage-magick is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). . This package provides the perl Image::Magick::Q16HDRI class. Package: libmagick++-6-headers Description-md5: 06ec9b73bbf347a03e40ab70696842f9 Description-en: object-oriented C++ interface to ImageMagick - header files The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package includes header files needed to compile programs using Magick++. . This package is independent of channel depth. Package: libmagick++-6.q16-8 Description-md5: 0c41c32b31e56b653148d8cf9257e740 Description-en: C++ interface to ImageMagick -- quantum depth Q16 The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package contains the C++ libraries needed to run executables that make use of libMagick++. . This version of libmagick++ is compiled for a channel depth of 16 bits (Q16). Package: libmagick++-6.q16-dev Description-md5: c3c989aa362d5214cb2ded85b4ac9299 Description-en: C++ interface to ImageMagick - development files (Q16) The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package includes header files and static libraries needed to compile programs using Magick++. . This version of libmagick++-dev is compiled for a channel depth of 16 bits (Q16). Package: libmagick++-6.q16hdri-8 Description-md5: b0c54866be90ee2a5f4037f3dfc1cdb4 Description-en: C++ interface to ImageMagick -- quantum depth Q16HDRI The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package contains the C++ libraries needed to run executables that make use of libMagick++. . This version of libmagick++ is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: libmagick++-6.q16hdri-dev Description-md5: bf2ce0cd49bc868a6c331922951dcdb3 Description-en: C++ interface to ImageMagick - development files (Q16HDRI) The Magick++ library is a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This package includes header files and static libraries needed to compile programs using Magick++. . This version of libmagick++-dev is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: libmagick++-dev Description-md5: af7ece294695041c53e6006c675283dc Description-en: object-oriented C++ interface to ImageMagick -- dummy package The Magick++ library was a set of C++ wrapper classes that provides access to the ImageMagick package functionality from within a C++ application. . This is a transitional package to help migrate systems to the new ABI of libmagick++-6 development files for default channel depth. . This is a dummy package. You can safely purge or remove it. Package: libmagickcore-6-arch-config Description-md5: 2bf5b3d73143b88a604852f9d76e6e3c Description-en: low-level image manipulation library - architecture header files The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package includes the architecture dependent part of the headers files used by MagickCore. . This package is independent of channel depth. Package: libmagickcore-6-headers Description-md5: a8db8761301b33146d93d31dc2ac97b4 Description-en: low-level image manipulation library - header files The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package includes the architecture independent header files needed to compile programs using MagickCore. . This package is independent of channel depth. Package: libmagickcore-6.q16-6 Description-md5: f688f89f9dd63da95c49e94b4496cd52 Description-en: low-level image manipulation library -- quantum depth Q16 The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. . This version of libmagickcore is compiled for a channel depth of 16 bits (Q16). Package: libmagickcore-6.q16-6-extra Description-md5: a06d4ac082de7d3d4609131eb58764ca Description-en: low-level image manipulation library - extra codecs (Q16) This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. . This version of libmagickcore-extra is compiled for a channel depth of 16 bits (Q16). Package: libmagickcore-6.q16-dev Description-md5: b3e9994222fe22a105ea09bc9fdbf60b Description-en: low-level image manipulation library - development files (Q16) The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package includes header static libraries needed to compile programs using MagickCore. . This version of libmagickcore-dev is compiled for a channel depth of 16 bits (Q16). Package: libmagickcore-6.q16hdri-6 Description-md5: 3b22716bce6596b26b5d0fe6f8a409c0 Description-en: low-level image manipulation library -- quantum depth Q16HDRI The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package contains the C libraries needed to run executables that make use of MagickCore. . This version of libmagickcore is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: libmagickcore-6.q16hdri-6-extra Description-md5: cd6b982f20932b9a3882651080cec791 Description-en: low-level image manipulation library - extra codecs (Q16HDRI) This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to MagickCore. . This version of libmagickcore-extra is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: libmagickcore-6.q16hdri-dev Description-md5: 318e99730be581bdf46a9d774b773c39 Description-en: low-level image manipulation library - development files (Q16HDRI) The MagickCore API is a low-level interface between the C programming language and the ImageMagick image processing libraries and is recommended for wizard-level programmers only. Unlike the MagickWand C API which uses only a few opaque types and accessors, with MagickCore you almost exclusively access the structure members directly. . This package includes header static libraries needed to compile programs using MagickCore. . This version of libmagickcore-dev is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: libmagickcore-dev Description-md5: f90927ba6a13e7c7f8e0886fe0476a3e Description-en: low-level image manipulation library -- dummy package This package included header files and static libraries needed to compile programs using MagickCore. . This is a transitional package to help migrate systems to the new ABI of libmagickcore-6 development files for default channel depth. . This is a dummy package. You can safely purge or remove it. Package: libmagickwand-6-headers Description-md5: 26a899f36addb78d0dfc2cc24f28ad9a Description-en: image manipulation library - headers files The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package includes header files needed to compile programs using MagickWand. . This package is independent of channel depth. Package: libmagickwand-6.q16-6 Description-md5: 0c875be0fa5c3c27073edfb377baa500 Description-en: image manipulation library -- quantum depth Q16 The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. . This version of libmagickwand is compiled for a channel depth of 16 bits (Q16). Package: libmagickwand-6.q16-dev Description-md5: 6e42d2139f5f25e467dea8208c50f942 Description-en: image manipulation library - development files (Q16) The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package the static libraries needed to compile programs using MagickWand. . This version of libmagickwand-dev is compiled for a channel depth of 16 bits (Q16). Package: libmagickwand-6.q16hdri-6 Description-md5: bb13722c05450e5cf602707c87e455ad Description-en: image manipulation library -- quantum depth Q16HDRI The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package contains the C libraries needed to run executables that make use of MagickWand. . This version of libmagickwand is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: libmagickwand-6.q16hdri-dev Description-md5: 129fb0c8f9aeae8e8d848457773b5c4e Description-en: image manipulation library - development files (Q16HDRI) The MagickWand API is the recommended interface between the C programming language and the ImageMagick image processing libraries. Unlike the MagickCore C API, MagickWand uses only a few opaque types. Accessors are available to set or get important wand properties. . This package the static libraries needed to compile programs using MagickWand. . This version of libmagickwand-dev is compiled for a channel depth of 16 bits with high dynamic range (Q16HDRI). Package: libmagickwand-dev Description-md5: 28a96f71697c26ce0682ab3e67b8c710 Description-en: image manipulation library -- dummy package This package included the static libraries needed to compile programs using MagickWand. . This is a transitional package to help migrate systems to the new ABI of libmagickwand-6 development files for default channel depth. . This is a dummy package. You can safely purge or remove it. Package: perlmagick Description-md5: 1f334da72af0f0bfe00d5b5136fed526 Description-en: Perl interface to ImageMagick -- dummy package PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. . This is a transitional package to help migrate systems to the new libimage-magick-perl perl library. . This is a dummy package. You can safely purge or remove it. Package: indent Description-md5: 89cfc962c403fb895c513c63c128c266 Description-en: C language source code formatting program The `indent' program changes the appearance of a C program by inserting or deleting whitespace. . `indent' also provides options for controlling the alignment of braces and declarations, program indenting, and other stylistic parameters, including formatting of both C and C++ comments. Package: indent-doc Description-md5: b1d6cfeff8b582dee47070d3d3ba2886 Description-en: Documentation for GNU indent This package contains the HTML documentation for GNU indent. Package: krb5-admin-server Description-md5: 768e84fbe9ad60b9ec2130a96ea21ea4 Description-en: MIT Kerberos master server (kadmind) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos master server (kadmind), which handles account creations and deletions, password changes, and other administrative commands via the Kerberos admin protocol. It also contains the command used by the master KDC to propagate its database to slave KDCs. This package is generally only used on the master KDC for a Kerberos realm. Package: krb5-doc Description-md5: 019f063fa3a2221f5019a253e0acb9bc Description-en: documentation for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the installation, administrator, and user reference manuals for MIT Kerberos and the man pages for the MIT Kerberos configuration files. Package: krb5-gss-samples Description-md5: 6e4720c194d0de7a31bbd570993cac24 Description-en: MIT Kerberos GSS Sample applications Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains bgss-sample and gss-server, programs used to test GSS-API mechanisms. These programs are most commonly used in testing newly developed GSS-API mechanisms or in testing events between Kerberos or GSS implementations. Package: krb5-k5tls Description-md5: 5699670af87b8b1548415421a790b2b8 Description-en: TLS plugin for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains a plugin for the TLS functionality used by optional functionality in MIT Kerberos. The only current consumer is client support for the MS-KKDCP protocol, which tunnels Kerberos protocol traffic through an HTTPS proxy. Package: krb5-kdc Description-md5: 0a143660c97d96b64a9766db9ef769fb Description-en: MIT Kerberos key server (KDC) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos key server (KDC). The KDC manages all authentication credentials for a Kerberos realm, holds the master keys for the realm, and responds to authentication requests. This package should be installed on both master and slave KDCs. Package: krb5-kdc-ldap Description-md5: cf27e9acb56671eabef7c903664b1b10 Description-en: MIT Kerberos key server (KDC) LDAP plugin Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the LDAP plugin for the Kerberos key server (KDC) and supporting utilities. This plugin allows the KDC data to be stored in an LDAP server rather than the default local database. It should be installed on both master and slave KDCs that use LDAP as a storage backend. Package: krb5-kpropd Description-md5: 2ba7e7dc26d29ffeba6f320923811e2b Description-en: MIT Kerberos key server (Slave KDC Support) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos slave KDC update server (kpropd). The kpropd command runs on the slave KDC server. It listens for update requests made by the kprop program, and periodically requests incremental updates from the master KDC. This package should be installed on slave KDCs. Package: krb5-locales Description-md5: 21d19741f2f6e9424950c8f1a6d5cab0 Description-en: internationalization support for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains internationalized messages for MIT Kerberos. Package: krb5-multidev Description-md5: f39b0ef69fd49cdc81c78fd16595779e Description-en: development files for MIT Kerberos without Heimdal conflict Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . Most users wishing to build applications against MIT Kerberos should install libkrb5-dev. However, that package conflicts with heimdal-dev. This package installs libraries and headers in /usr/include/mit-krb5 and /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which provides the same facilities for Heimdal. Package: krb5-otp Description-md5: 2f5dd566c16f346d882c733b4d7b1206 Description-en: OTP plugin for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains a plugin for the OTP preauthentication method (RFC 6560), which allows Kerberos tickets to be obtained using One-Time Password authentication. This plugin is for use on the KDC; the client support is built in to libkrb5. Package: krb5-pkinit Description-md5: 5b95da6e663d16f53b0cdeb2712ed0f3 Description-en: PKINIT plugin for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains a plugin for the PKINIT protocol, which allows Kerberos tickets to be obtained using public-key credentials such as X.509 certificates or a smart card. This plugin can be used by the client libraries and the KDC. Package: krb5-user Description-md5: b10599fa748131166d0b1a01617ee6ce Description-en: basic programs to authenticate using MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the basic programs to authenticate to MIT Kerberos, change passwords, and talk to the admin server (to create and delete principals, list principals, etc.). Package: libgssapi-krb5-2 Description-md5: 2dd7fe357b29d0ba6727171c01f0301c Description-en: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the MIT Kerberos implementation of GSS-API used by applications and Kerberos clients. Package: libgssrpc4 Description-md5: f18b3ce27893cc2b96de6c617dc25d94 Description-en: MIT Kerberos runtime libraries - GSS enabled ONCRPC Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an RPC library used by the Kerberos administrative programs and potentially other applications. Package: libk5crypto3 Description-md5: 4b107bcb8481fee0b8b11744a386a6b0 Description-en: MIT Kerberos runtime libraries - Crypto Library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime cryptography libraries used by applications and Kerberos clients. Package: libkadm5clnt-mit12 Description-md5: 8b2bac04328bfaffc8a1b6b57144cc9b Description-en: MIT Kerberos runtime libraries - Administration Clients Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library used by clients of the Kerberos administration protocol. Package: libkadm5srv-mit12 Description-md5: 34bc9a3bc5f24d8493ce16a753dc317d Description-en: MIT Kerberos runtime libraries - KDC and Admin Server Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library used by Kerberos administrative servers. Package: libkdb5-10 Description-md5: 339dba7d5a44f05699e73cc493c3def3 Description-en: MIT Kerberos runtime libraries - Kerberos database Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the internal Kerberos database libraries. Package: libkrad-dev Description-md5: f22135e65145d2c1d4adf7a6dc4266ad Description-en: MIT Kerberos RADIUS Library Development This package includes development headers for libkrad0, the MIT Kerberos RADIUS library. You should not use this RADIUS library in packages unrelated to MIT Kerberos. Package: libkrad0 Description-md5: 2d2f7517dcfd02118262a7f5e45301dd Description-en: MIT Kerberos runtime libraries - RADIUS library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the internal support library for RADIUS functionality. Package: libkrb5-3 Description-md5: 07bb931a85fb24c6a0ef0f62a94bb26c Description-en: MIT Kerberos runtime libraries Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the main Kerberos v5 API used by applications and Kerberos clients. Package: libkrb5-dbg Description-md5: 943dd1af23ccc316b4f620ded24f9212 Description-en: debugging files for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the debugging information for the MIT Kerberos libraries. Install this package if you need to trace problems inside the MIT Kerberos libraries with a debugger. Package: libkrb5-dev Description-md5: 2f88a00ff06db459d4a3aee80c1e2778 Description-en: headers and development libraries for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the symlinks, headers, and development libraries needed to compile and link programs that use the Kerberos libraries. Package: libkrb5support0 Description-md5: 4f3abf66dd7bfd20406fc400a05b0693 Description-en: MIT Kerberos runtime libraries - Support library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an internal runtime support library used by other Kerberos libraries. Package: fonts-opensymbol Description-md5: c976ef54f80faf44d726a46723d3fbd0 Description-en: OpenSymbol TrueType font This package contains the OpenSymbol TrueType font included in LibreOffice. This font contains symbols (like fonts as Wingdings(tm)), bullets (needed for bullets in LibreOffice) and non-latin character Package: gir1.2-lokdocview-0.1 Description-md5: 7dc30c9eaf0ca4f765d8e934afd2126b Description-en: GTK3 widget wrapping LibreOffice functionality - introspection LOKDocView is the GTK3 widget that wraps the libreoffice functionality and exposes a simple API for applications to use this widget. . This package contains the Introspection data. Package: libjuh-java Description-md5: 76226e095624d0a2fd4700a9704f6ba0 Description-en: LibreOffice UNO runtime environment -- Java Uno helper (compatibility library) The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . This package formerly contained various tools and adapters for Java Uno. . This has now been merged into liblibreoffice-java but this package still exists for compatibility with applications referencing the old library. Package: libjurt-java Description-md5: 877fb0acc8b9b23bc1e4fc9b7297d9e3 Description-en: LibreOffice UNO runtime environment -- Java Uno Runtime (compatibility library) The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . This package formerly contained the "Java Uno Runtime" and basically implements Java Uno. . This has now been merged into liblibreoffice-java but this package still exists for compatibility with applications referencing the old library. Package: liblibreoffice-java Description-md5: d71a0b67eeb476140ee5b28e32f1171a Description-en: LibreOffice UNO runtime environment -- Java library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . This package contains the public Java libraries. Package: liblibreofficekitgtk Description-md5: 52a3fee7a3b817ab39c00dba0ffe0a7f Description-en: GTK3 widget wrapping LibreOffice functionality This package contains a (basic) GTK+ document viewer widget (used by e.g. LOKDocView) Package: libofficebean-java Description-md5: 99c41b5ff709259add7f46e75fcad930 Description-en: generic Java Bean wrapper for LibreOffice components LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Java library for the the LibreOffice Office Bean for embedding LibreOffice in custom Java applications. 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-core Description-md5: 00dfbbe7bf584af5cd6d0ee0f5695390 Description-en: office productivity suite -- shared library LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains common libraries of LibreOffice Base used by Base, Writer and Calc. . If you need full Base functionality (or actual database drivers), please install libreoffice-base (and/or libreoffice-base-drivers and/o libreoffice-sdbc-*). 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 Description-md5: e809bbd7f91acfd0d9ad0f8fd5ed86a3 Description-en: office productivity suite -- spreadsheet 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. 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-common Description-md5: 304f06193ef91a740410572ff1db7174 Description-en: office productivity suite -- arch-independent files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of LibreOffice. Package: libreoffice-core Description-md5: 5464d9229de42a41fda16d9993e11570 Description-en: office productivity suite -- arch-dependent files 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. See the libreoffice package for more information. 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 Description-md5: fa13d1087845b42e8db65349b0428d09 Description-en: office productivity suite -- SDK -- architecture-dependent parts 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) files needed to build plugins/add-ons for LibreOffice (build tools, libraries, arch-dependent includes, ...). Package: libreoffice-dev-common Description-md5: 8e2f47a3629807507c30bffdf52c61ba Description-en: office productivity suite -- SDK -- architecture-independent parts LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the (architecture-independent) files needed to build plugins/add-ons for LibreOffice (includes, IDL files, ...) Package: libreoffice-dev-doc Description-md5: b4ecfbc8a8e236404d92fb39cd9ea14f Description-en: office productivity suite -- SDK documentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the documentation of the LibreOffice SDK: . * C++/Java API reference * IDL reference * C++/Java/Basic examples Package: libreoffice-dev-gui Description-md5: e56c272ff443be204f8d19b23093d9f7 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 and ui-previewer utilities which were moved from libreoffice-dev. Package: libreoffice-draw Description-md5: 48e37fe8495cb12961b923bb0b0f970f Description-en: office productivity suite -- drawing 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-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-gnome Description-md5: c468d8fd91ddd9ba3bc4401d295be6e1 Description-en: office productivity suite -- GNOME integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the GIO support. . You can extend the functionality of this by installing these packages: . * libreoffice-evolution: Evolution addressbook support * evolution Package: libreoffice-gtk3 Description-md5: 146f765cda9a463edbf2032242a5150f Description-en: office productivity suite -- GTK+ 3 integration LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the Gtk plugin for drawing LibreOffices widgets with Gtk+ 3 and Gtk/GNOMEish print dialog when running under GNOME. Package: libreoffice-help-ca Description-md5: d6b57c84305eb2009f0f7cca49b022f1 Description-en: office productivity suite -- Catalan help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Catalan. Package: libreoffice-help-common Description-md5: bb2508f2324a7b651c019aba6b2c24e9 Description-en: office productivity suite -- common files for LibreOffice help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the common files (e.g. language-independent, media) files for the LibreOffice Help. Package: libreoffice-help-cs Description-md5: ac7fea7c0a197c7b356a8223d94347ea Description-en: office productivity suite -- Czech help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Czech. Package: libreoffice-help-da Description-md5: 2eeb5c9d61409db9416d1bf688280d6e Description-en: office productivity suite -- Danish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Danish. Package: libreoffice-help-de Description-md5: 446e337ad4cf957e780c2996c41e0163 Description-en: office productivity suite -- German help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in German. Package: libreoffice-help-dz Description-md5: 831cde2511d5df0e50fca4f9545adb3b Description-en: office productivity suite -- Dzongkha help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Dzongkha. Package: libreoffice-help-el Description-md5: 27db60f82a9a1414b51ea5e553a7b9e8 Description-en: office productivity suite -- Greek help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Greek. Package: libreoffice-help-en-gb Description-md5: 6843fecfa30da7d8c3e384c4f92747ac Description-en: office productivity suite -- English_british help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in English_british. Package: libreoffice-help-en-us Description-md5: 887d1c3089d4c0e44d0b26ed6ffd9193 Description-en: office productivity suite -- English_american help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in English_american. Package: libreoffice-help-es Description-md5: 3b17681533c31b51304225ad41bc4cc9 Description-en: office productivity suite -- Spanish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Spanish. Package: libreoffice-help-et Description-md5: ee9a1b4e728ba5dd900173bfee1a731c Description-en: office productivity suite -- Estonian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Estonian. Package: libreoffice-help-eu Description-md5: 173b0972f7f0a78d8c52cb5f5045e57e Description-en: office productivity suite -- Basque help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Basque. Package: libreoffice-help-fi Description-md5: 07a9aa483488050f6541179d8987d975 Description-en: office productivity suite -- Finnish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Finnish. Package: libreoffice-help-fr Description-md5: 3f39cd0f487b1234b3b028700174aea6 Description-en: office productivity suite -- French help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in French. Package: libreoffice-help-gl Description-md5: 373bae22071a7f0286ed9ec163a95c9f Description-en: office productivity suite -- Galician help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Galician. Package: libreoffice-help-hi Description-md5: 2086330d67240d859330eccd8a050d0d Description-en: office productivity suite -- Hindi help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Hindi. Package: libreoffice-help-hu Description-md5: 61ae09c1e4ead0c3a139c61b39f763a8 Description-en: office productivity suite -- Hungarian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Hungarian. Package: libreoffice-help-id Description-md5: efd54faf7a13796ca988f291361d13f7 Description-en: office productivity suite -- Indonesian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Indonesian. Package: libreoffice-help-it Description-md5: 68017996bf772a95a5138d70db294b80 Description-en: office productivity suite -- Italian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Italian. Package: libreoffice-help-ja Description-md5: 202a13f334a5b4d912a0c725a68309d3 Description-en: office productivity suite -- Japanese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Japanese. Package: libreoffice-help-km Description-md5: 85075447fb80af12955c4e01c4a316c5 Description-en: office productivity suite -- Khmer help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Khmer. Package: libreoffice-help-ko Description-md5: d879d29f7f222fa7b6ad3b86112dcbec Description-en: office productivity suite -- Korean help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Korean. Package: libreoffice-help-nl Description-md5: 39207c43a1ac830972c4637d2d15402a Description-en: office productivity suite -- Dutch help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Dutch. Package: libreoffice-help-om Description-md5: 71d9bb0e518d702c88916fc4bcbd3fcb Description-en: office productivity suite -- Oromo help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Oromo. Package: libreoffice-help-pl Description-md5: 1ecec6865a123ab7b50509708fbd986b Description-en: office productivity suite -- Polish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Polish. Package: libreoffice-help-pt Description-md5: a995efbac2b786bee5de0e56d3a97215 Description-en: office productivity suite -- Portuguese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Portuguese. Package: libreoffice-help-pt-br Description-md5: ef429612095b5aa3dc738547af704ccb Description-en: office productivity suite -- Portuguese_brazilian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Portuguese_brazilian. Package: libreoffice-help-ru Description-md5: 26ff97e5963f7a1cdb5ca84a587aad70 Description-en: office productivity suite -- Russian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Russian. Package: libreoffice-help-sk Description-md5: d26e95b5d6c285b41315b083c88099d0 Description-en: office productivity suite -- Slovak help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Slovak. Package: libreoffice-help-sl Description-md5: 0b685103983bbccf5f421b1c697576d2 Description-en: office productivity suite -- Slovenian help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Slovenian. Package: libreoffice-help-sv Description-md5: 0f3bdd564c5f61573a0a4a42f4b54fbc Description-en: office productivity suite -- Swedish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Swedish. Package: libreoffice-help-tr Description-md5: 0e69dac1381ab919682ec9c47de5194e Description-en: office productivity suite -- Turkish help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Turkish. Package: libreoffice-help-vi Description-md5: e38510b2855a269b0484915b84687e41 Description-en: office productivity suite -- Vietnamese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Vietnamese. Package: libreoffice-help-zh-cn Description-md5: 2aa55f3147e53b54fe485b32ed13386f Description-en: office productivity suite -- Chinese_simplified help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Chinese_simplified. Package: libreoffice-help-zh-tw Description-md5: ee9697d616e7c4173187caaaecafb1b2 Description-en: office productivity suite -- Chinese_traditional help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the help of LibreOffice in Chinese_traditional. Package: libreoffice-impress Description-md5: 472668fa8a618a3bed701d2301185f86 Description-en: office productivity suite -- presentation 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-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-java-common Description-md5: 9b905cfcc13278c04580172f90e74120 Description-en: office productivity suite -- arch-independent Java support files LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of the Java support for LibreOffice (Java classes, scripts, config snippets). 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-l10n-af Description-md5: 25408426f5cceacb5ad931a04f17c27e Description-en: office productivity suite -- Afrikaans language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Afrikaans. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-am Description-md5: c82c66da2760f49995d4e8690d0f9536 Description-en: office productivity suite -- Amharic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Amharic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ar Description-md5: 587caaeee146ae2e8c3996cb98f27e14 Description-en: office productivity suite -- Arabic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Arabic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-as Description-md5: 4ac2e69fa5a27abf0c1dea94b43a4a7a Description-en: office productivity suite -- Assamese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Assamese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ast Description-md5: e881b8766739626fc2bfe3be78a504b6 Description-en: office productivity suite -- Asturian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Asturian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-be Description-md5: 4e120b250b345e0e6dc4ca4cf4767d2b Description-en: office productivity suite -- Belarusian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Belarusian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-bg Description-md5: 1e2ff5cea5d0d31b2fadc412f6046e12 Description-en: office productivity suite -- Bulgarian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bulgarian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-bn Description-md5: 00d1921e153b39622cb04e7f66795716 Description-en: office productivity suite -- Bengali language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bengali. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-br Description-md5: d16cf29a1d2c4c4ed7016afa029144be Description-en: office productivity suite -- Breton language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Breton. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-bs Description-md5: 7fc91db4c49442d4457804a807e892f1 Description-en: office productivity suite -- Bosnian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Bosnian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ca Description-md5: a91b06d5c0057582f16109658e9ac2f8 Description-en: office productivity suite -- Catalan language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Catalan. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-cs Description-md5: afead2a0313d84ddc897a8641a06a05e Description-en: office productivity suite -- Czech language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Czech. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-cy Description-md5: 05accff0a8db25ee2b5bbfa42b627da5 Description-en: office productivity suite -- Welsh language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Welsh. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-da Description-md5: 3baa4ced7ad5463e2aeedc011515df6f Description-en: office productivity suite -- Danish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Danish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-de Description-md5: 9100dc24d96f8d761ed9e9a72aaae56d Description-en: office productivity suite -- German language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in German. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-dz Description-md5: ea22c1cbc51379d92908e5e9e9fd316d Description-en: office productivity suite -- Dzongkha language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Dzongkha. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-el Description-md5: 4f78a8507785668c597339f89484e181 Description-en: office productivity suite -- Greek language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Greek. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-en-gb Description-md5: 2175d49557a4317b25abdfef0508de34 Description-en: office productivity suite -- English_british language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in English_british. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-en-za Description-md5: c94234e62f754742485de331d5cce167 Description-en: office productivity suite -- English_southafrican language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in English_southafrican. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-eo Description-md5: ceec53900ab8424d55b41ca9805f4477 Description-en: office productivity suite -- Esperanto language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Esperanto. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-es Description-md5: 9ca224f2e6cdf51887ac42db8c56be1b Description-en: office productivity suite -- Spanish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Spanish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-et Description-md5: 48b61d8af6c926ad0fc569a88eff07f2 Description-en: office productivity suite -- Estonian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Estonian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-eu Description-md5: a9ce34217df35bf42f382c34b328939c Description-en: office productivity suite -- Basque language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Basque. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-fa Description-md5: 6fb22f6ccd00a52dcb073d05bdb131d9 Description-en: office productivity suite -- Farsi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Farsi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-fi Description-md5: 3706653bf050d85e2b88029ab6b8043d Description-en: office productivity suite -- Finnish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Finnish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-fr Description-md5: be373ab6133f4822f55949baa3af6fb6 Description-en: office productivity suite -- French language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in French. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ga Description-md5: 45ee5e619b80d12047c3db358a95ece6 Description-en: office productivity suite -- Gaelic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Gaelic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-gd Description-md5: 18113968ce7e8c22cc31b05613ac922a Description-en: office productivity suite -- Scottish_gaelic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Scottish_gaelic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-gl Description-md5: 91aaf32f09c1b953e8cf6a0878954eea Description-en: office productivity suite -- Galician language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Galician. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-gu Description-md5: d33d0bf909d9ce8566c829e9e8c7958d Description-en: office productivity suite -- Gujarati language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Gujarati. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-gug Description-md5: 8a60db7a8c323661ed589467da797a53 Description-en: office productivity suite -- Guarani language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Guarani. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-he Description-md5: 162257c4fc07447259f3f6ba8311eab8 Description-en: office productivity suite -- Hebrew language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hebrew. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-hi Description-md5: c0f9f00435657eaf48161db67ec8e03d Description-en: office productivity suite -- Hindi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hindi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-hr Description-md5: c1f7ed74f344f50c39b1b97d22d34b76 Description-en: office productivity suite -- Croatian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Croatian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-hu Description-md5: 03faefa7ee83b9dbc4ee7a082d63744e Description-en: office productivity suite -- Hungarian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Hungarian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-id Description-md5: 831b063ee510059ca4447efa18a337a8 Description-en: office productivity suite -- Indonesian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Indonesian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-in Description-md5: 36e2a96a1e51778367a7324914492a84 Description-en: office productivity suite -- Indic language packages LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package is a metapackage installing l10n packages for all available indic languages. Package: libreoffice-l10n-is Description-md5: 867a82757a25dc87440a74fb74e46369 Description-en: office productivity suite -- Icelandic language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Icelandic. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-it Description-md5: e9939e05ca7fe3ecb840f7f3d6192e35 Description-en: office productivity suite -- Italian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Italian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ja Description-md5: 711d02c365f10214733d3d63a55bf474 Description-en: office productivity suite -- Japanese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Japanese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ka Description-md5: 1efb8e2732132342f73ee09022329760 Description-en: office productivity suite -- Georgian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Georgian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-kk Description-md5: 0f55a645c29d349c14ae394b15a44300 Description-en: office productivity suite -- Kazakh language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kazakh. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-km Description-md5: 8bbe73d4befdfd439c3cbc8ee6b1fcb9 Description-en: office productivity suite -- Khmer language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Khmer. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-kmr Description-md5: b118604d13c95984ec63f0e9fea14884 Description-en: office productivity suite -- Kurmanji language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kurmanji. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-kn Description-md5: 5c250ecb97123c4ac162dfd656bbe62e Description-en: office productivity suite -- Kannada language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kannada. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ko Description-md5: 959045aad72889d15ef474977f2b76c4 Description-en: office productivity suite -- Korean language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Korean. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-lt Description-md5: 034b11c582987c822f6f0f155d0a2dca Description-en: office productivity suite -- Lithuanian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Lithuanian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-lv Description-md5: 5590d50c683679292cf935268a635351 Description-en: office productivity suite -- Latvian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Latvian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-mk Description-md5: 14c69c972f6eb55814e005281db272c1 Description-en: office productivity suite -- Macedonian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Macedonian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ml Description-md5: 60f657487ccd35990900a2b5e69a0ece Description-en: office productivity suite -- Malayalam language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Malayalam. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-mn Description-md5: 4025564fcb7aef1ac127f7d38a7d89a3 Description-en: office productivity suite -- Mongolian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Mongolian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-mr Description-md5: 8222f55840ec7b6dfe5f1d5507393b3c Description-en: office productivity suite -- Marathi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Marathi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-nb Description-md5: 9ec98f81a0201acd8a280f74f7aea258 Description-en: office productivity suite -- Norwegian_bokmal language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Norwegian_bokmal. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ne Description-md5: b943bce9f69b671bef2b0962294dd15e Description-en: office productivity suite -- Nepalese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Nepalese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-nl Description-md5: 070320c4fffa196cb47074884ecf5d04 Description-en: office productivity suite -- Dutch language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Dutch. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-nn Description-md5: bbdb9d7bd3b045feb8b26450f0b1e84d Description-en: office productivity suite -- Norwegian_nynorsk language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Norwegian_nynorsk. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-nr Description-md5: 43bc32c188cfe5924ea7f2995a36995d Description-en: office productivity suite -- Ndebele language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Ndebele. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-nso Description-md5: 12301064896f2feae77bfb9b19df2b41 Description-en: office productivity suite -- Northern_sotho language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Northern_sotho. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-oc Description-md5: 33ddfe08a196f8f66e1a8e27f2d010cc Description-en: office productivity suite -- Occitan language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Occitan. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-om Description-md5: b0d2c1a766f405e3832badc1c8a5b242 Description-en: office productivity suite -- Oromo language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Oromo. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-or Description-md5: aca394fbe45768c0d7262fd88c98ebd1 Description-en: office productivity suite -- Odia language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Odia. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-pa-in Description-md5: 257cf2122f7b0d44fd1c044bf69204bb Description-en: office productivity suite -- Punjabi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Punjabi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-pl Description-md5: af3855564491f6adf7a5d23e57e3d07f Description-en: office productivity suite -- Polish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Polish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-pt Description-md5: 3ebb2c295967229068d690bf4004b6e4 Description-en: office productivity suite -- Portuguese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Portuguese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-pt-br Description-md5: bca2f0a66f444a733b61ca3bb45846ca Description-en: office productivity suite -- Portuguese_brazilian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Portuguese_brazilian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ro Description-md5: e4018d28105361bb391246001caccf0c Description-en: office productivity suite -- Romanian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Romanian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ru Description-md5: 58787e12e170fc436c645c007bfdc3a3 Description-en: office productivity suite -- Russian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Russian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-rw Description-md5: 567e17f0373585af19cb698b7c5680e9 Description-en: office productivity suite -- Kinarwanda language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Kinarwanda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-si Description-md5: 1f61af11cbbfd06c45ff93fd66708f91 Description-en: office productivity suite -- Sinhala language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Sinhala. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-sk Description-md5: 1769b72d83c3ab6d8bc16b3fda5f0a67 Description-en: office productivity suite -- Slovak language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Slovak. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-sl Description-md5: cb73e143fff5a545b5d0d0878593a2f5 Description-en: office productivity suite -- Slovenian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Slovenian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-sr Description-md5: a5246257fe1a7bc6da50c1903b447187 Description-en: office productivity suite -- Serbian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Serbian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ss Description-md5: b3cd9971feec09abdc68c846c96340a6 Description-en: office productivity suite -- Swazi language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Swazi. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-st Description-md5: 3eddf8b8a781fcc8d00658fd683751c6 Description-en: office productivity suite -- Southern_sotho language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Southern_sotho. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-sv Description-md5: 94e08d9ebf4885b6a199a8604f8e4623 Description-en: office productivity suite -- Swedish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Swedish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-szl Description-md5: 042319a52566380faa02b485ca055ca0 Description-en: office productivity suite -- Upper_silesian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Upper_silesian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ta Description-md5: f1a39c06a2dd67a9a2480ae41bbfcff0 Description-en: office productivity suite -- Tamil language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tamil. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-te Description-md5: 61e424cfb84420f8dc211c66f1b3a533 Description-en: office productivity suite -- Telugu language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Telugu. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-tg Description-md5: 20867b7b1d2eafbaca5ff6af5b2d57c9 Description-en: office productivity suite -- Tajik language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tajik. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-th Description-md5: 94a998c14aeff6049d9b90810598f1dd Description-en: office productivity suite -- Thai language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Thai. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-tn Description-md5: 7da81d27f41218d11fbd8aabceec792c Description-en: office productivity suite -- Tswana language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tswana. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-tr Description-md5: df7d8cde01531055398d2aa9010f77bc Description-en: office productivity suite -- Turkish language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Turkish. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ts Description-md5: 29ca3694d6ba2d256e546fdcdc5b65bb Description-en: office productivity suite -- Tsonga language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Tsonga. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ug Description-md5: ca1d8cb61ea8620dc7ff4ea41c7dfe12 Description-en: office productivity suite -- Uighur language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Uighur. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-uk Description-md5: 6f386a310674737ccb0fc8c3aaefc90e Description-en: office productivity suite -- Ukrainian language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Ukrainian. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-uz Description-md5: a7da1f6ae1fcdfa64f696aed12dc759d Description-en: office productivity suite -- Uzbek language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Uzbek. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-ve Description-md5: 7bb286307dfd6105c62d2c54772e83fd Description-en: office productivity suite -- Venda language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Venda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-vi Description-md5: baa160c324599bd2156dca97789a430a Description-en: office productivity suite -- Vietnamese language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Vietnamese. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-xh Description-md5: 6124cc72bfc02b25a2a78aaa09e77b01 Description-en: office productivity suite -- Xhosa language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Xhosa. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-za Description-md5: 88b25d0aaf8864e6f6b3862a477db0fe Description-en: office productivity suite -- South African language packages LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package is a metapackage installing l10n packages for all 11 South African languages. Package: libreoffice-l10n-zh-cn Description-md5: b8e748f9a21ee8996147f93a46daa148 Description-en: office productivity suite -- Chinese_simplified language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Chinese_simplified. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-zh-tw Description-md5: 166e08e5f36a4b8b8968bda48d5eb24e Description-en: office productivity suite -- Chinese_traditional language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Chinese_traditional. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. Package: libreoffice-l10n-zu Description-md5: 1826bfebd2ace6bb52d52081479ab115 Description-en: office productivity suite -- Zulu language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the localization of LibreOffice in Zulu. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system. . Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-*, hyphen-*, mythes-*, libreoffice-help-*) . If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs. 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 Description-md5: 66f3b39e514cc02ac689ec67f6ed274a Description-en: office productivity suite -- equation editor 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-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-nlpsolver Description-md5: fae46d5df372eb372a1c97e3831f88bc Description-en: "Solver for Nonlinear Programming" extension for LibreOffice By default LibreOffice Calc ships with a solver engine for linear programming only. This allows the optimization of models to a certain degree. However, if the formulas or constraints become more complex, nonlinear programming is required. That missing gap is now filled by the Solver for Nonlinear Programming extension. . Currently it incorporates two Evolutionary Algorithms which are able to handle floating point and integer variables as well as nonlinear constraints. 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-officebean Description-md5: 5a0da32be18d6e992e247ea879287e8b Description-en: transitional package for libofficebean-java LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package formerly contained binaries for the the LibreOffice Office Bean for embedding LibreOffice in custom Java applications. . This has now been merged into libofficebean-java so this package can safely be removed. 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-breeze Description-md5: b3a725e09462ccaec72c3b8bb964827b Description-en: office productivity suite -- Breeze 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 "breeze" symbol style, default style for KDE 5. Package: libreoffice-style-colibre Description-md5: 32f69eb782a3e2c24c14038e98222fbe Description-en: office productivity suite -- colibre 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 "colibre" symbol style - a icon theme which follow Microsoft(R) Offices color scheme. Package: libreoffice-style-elementary Description-md5: d68f25478a11b022507c9a7afef86095 Description-en: office productivity suite -- Elementary symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package contains the "elementary" symbol style, default style for GTK+/Gnome. 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-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-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 Description-md5: 7ddf1a7be67dc22b315f212f564325e8 Description-en: office productivity suite -- word processor 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: 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: libreofficekit-data Description-md5: fb01c7353a795aa18a541109824b6865 Description-en: common data for LOKDocView LOKDocView is the GTK3 widget that wraps the libreoffice functionality and exposes a simple API for applications to use this widget. . This package contains architecture-independent data (e.g. the selection handlers). Package: libreofficekit-dev Description-md5: 93284f0d29b8ae961670b7a6faf3d2ba Description-en: LibreOfficeKit -- headers LibreOfficeKit can be used for accessing LibreOffice functionality through C/C++, without any need to use UNO. . For now it only offers document conversion (in addition to an experimental tiled rendering API). . This package contains the headers needed for using LibreOfficeKit. Package: libridl-java Description-md5: 4fd997ac98199dc08e7a30efac2f1975 Description-en: LibreOffice UNO runtime environment -- Java Uno runtime and base types and types access library (compatibility library) The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . This package formely contained the implementation of the base types for the Java Uno typesystem, as well as a types access library. . This has now been merged into liblibreoffice-java but this package still exists for compatibility with applications referencing the old library. Package: libuno-cppu3 Description-md5: 0775b20a656f30e0dc0529445a3b2e06 Description-en: LibreOffice UNO runtime environment -- CPPU public library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains CPPU, the type definitions/implementations for the core of UNO. Package: libuno-cppuhelpergcc3-3 Description-md5: d7128bdb2e6050f1c9dde4fdafb9f411 Description-en: LibreOffice UNO runtime environment -- CPPU helper library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the cppuhelper library (helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff) Package: libuno-purpenvhelpergcc3-3 Description-md5: 1ccb141cee929bfd1997ad58ed2f4bd0 Description-en: LibreOffice UNO runtime environment -- "purpose environment" helper The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains a library which contains a helper for implementing so-called "purpose environments". Package: libuno-sal3 Description-md5: a722cbe3a15024d19e85b1a6414d583a Description-en: LibreOffice UNO runtime environment -- SAL public library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains the System Abstraction Layer (SAL) library. Package: libuno-salhelpergcc3-3 Description-md5: a180d9b4db7a3bcc2f68a7c3250456c8 Description-en: LibreOffice UNO runtime environment -- SAL helpers for C++ library The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains C++ helpers to make use of sal easier. Package: libunoil-java Description-md5: 263c831564f7adbbb2e3cea952930bdb Description-en: LibreOffice UNO runtime environment -- UNO interface library (compatibility library) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. . This package formerly contained the precompiled Java interfaces of the LibreOffice API. . This has now been merged into liblibreoffice-java but this package still exists for compatibility with applications referencing the old library. Package: libunoloader-java Description-md5: 48adba4a429bf81f6a64bbbc29cb0006 Description-en: LibreOffice UNO runtime environment -- (Java) UNO loader The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . This package contains a UNO loader library for Java. 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-uno Description-md5: f4a55d75b607baa049506ff436442fb6 Description-en: Python-UNO bridge The Python-UNO bridge allows use of the standard LibreOffice API with the Python scripting language. It additionally allows others to develop UNO components in Python, thus Python UNO components may be run within the LibreOffice process and can be called from C++ or the built in StarBasic scripting language. Package: uno-libs-private Description-md5: e2b126a07040410322c2e32e97809c88 Description-en: LibreOffice UNO runtime environment -- private libraries used by public ones The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. . This package contains some private UNO/URE libraries which are used by public ones (e.g. cppu). Package: ure Description-md5: 91a81b0bbfc8236cc5518400be4807d1 Description-en: LibreOffice UNO runtime environment The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product. . It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine. 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: libvirt-clients Description-md5: fef902cf44d3e9aa677b809e73dc3cc9 Description-en: Programs 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 libvirt shell virsh and other client binaries. Package: libvirt-daemon Description-md5: f633393919dd0d9ae0c06cf15068e5ea Description-en: Virtualization daemon 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 daemon libvirtd to manage the hypervisors. Package: libvirt-daemon-config-network Description-md5: 8ecb85cadf757a171e477d818ef5e9c1 Description-en: Libvirt daemon configuration files (default network) 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 configuration for the 'default' libvirt network. Package: libvirt-daemon-config-nwfilter Description-md5: fcb991a27db5d77a47b55841443b45a7 Description-en: Libvirt daemon configuration files (default network filters) 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 configuration for the default set of nwfilters. 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-qemu Description-md5: ccb5ee8b1a53290fdedfd923601bb4e0 Description-en: Virtualization daemon QEMU 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 QEMU. 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 Description-md5: da7cc4d36dd1ad0862cb38e713552e24 Description-en: Libvirt daemon configuration files 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 configuration files to run the libvirt daemon as a system service. Package: libvirt-daemon-system-systemd Description-md5: 39feb9843e742a2624599f333f4287ae Description-en: Libvirt daemon configuration files (systemd) 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 dependencies to make libvirt work with systemd. (this is the default). This package is useless without the libvirt-daemon-system package installed. 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-doc Description-md5: 6a786cd039fea1d6785874bfff0aac5f Description-en: documentation 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 documentation. 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: libvirt0 Description-md5: 048e37ae97123b1566015795d54596dc Description-en: library for interfacing with different virtualization systems 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. Package: libvpx-dev Description-md5: 20f177b050644bf2586164ae43baab1e Description-en: VP8 and VP9 video codec (development files) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the development libraries, header files needed by programs that want to compile with libvpx. Package: libvpx-doc Description-md5: 7f2fcb1042e02c4012bef708740fb9bd Description-en: VP8 and VP9 video codec (API documentation) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the HTML documentation for the libvpx library in /usr/share/doc/libvpx-doc. Package: libvpx6 Description-md5: 9cee3076e27a3ba8414aeb5e611c4e9f Description-en: VP8 and VP9 video codec (shared library) VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . This package contains the shared libraries. Package: vpx-tools Description-md5: 41cd6c10fc838ed5f4e38bb18b5f43df Description-en: VP8 and VP9 video codec encoding/decoding tools VP8 and VP9 are open video codecs, originally developed by On2 and released as open source by Google Inc. They are the successor of the VP3 codec, on which the Theora codec was based. . 1828,2859c 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. Description-en: generic Java Bean wrapper for LibreOffice components LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office. 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: 7c43ebdd3cb9f5ddd57446e046fa2316 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: . * Lens correction using Lensfun * 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. Description-md5: 9614e13c8592ae9a0c81c629137ef53e This package contains the development files. 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: libavresample-dev Description-md5: 532c54cce9df38a9bc1da88ef5397768 Description-en: FFmpeg compatibility library for resampling - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is provided for compatibility reasons only. The FFmpeg project advises to use libswresample instead. a near drop-in replacement for Microsoft(R) Office. . Package: libavresample4 Description-md5: eb33a13597d07846cebfd35669eb3552 Description-en: FFmpeg compatibility library for resampling - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is provided for compatibility reasons only. The FFmpeg project advises to use libswresample instead. . This package contains the runtime files. Package: libavutil-dev Description-md5: c444efda200ddbd71346c9a1d2e036cd Description-en: FFmpeg library with functions for simplifying programming - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library is a utility library to aid portable multimedia programming. It contains safe portable string functions, random number generators, data structures, additional mathematics functions, cryptography and multimedia related functionality (like enumerations for pixel and sample formats). It is not a library for code needed by both libavcodec and libavformat. The goal for this library is to be modular, small, efficient and useful. This metapackage installs all components of libreoffice: This package contains the development files. * libreoffice-calc: Spreadsheet 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: 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. - MySQL/MariaDB - PostgreSQL - MS SQL Server and Sybase 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: libswresample-dev Description-md5: 34f0c0961bf2caa9bd7bc04f11f83f53 Description-en: FFmpeg library for audio resampling, rematrixing etc. - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides performs highly optimized audio resampling, rematrixing and sample format conversion operations. Specifically, this library performs the following conversions: * Resampling is the process of changing the audio rate, for example from a high sample rate of 44100Hz to 8000Hz. Audio conversion from high to low sample rate is a lossy process. Several resampling options and algorithms are available. * Rematrixing is the process of changing the channel layout, for example from stereo to mono. When the input channels cannot be mapped to the output streams, the process is lossy, since it involves different gain factors and mixing. Various other audio conversions (e.g. stretching and padding) are enabled through dedicated options. * Format conversion is the process of converting the type of samples, for example from 16-bit signed samples to unsigned 8-bit or float samples. It also handles packing conversion, when passing from packed layout (all samples belonging to distinct channels interleaved in the same buffer), to planar layout (all samples belonging to the same channel stored in a dedicated buffer or "plane"). a near drop-in replacement for Microsoft(R) Office. . This package contains the architecture-independent files of Package: libswresample3 Description-md5: 66f4103de8764db87a02371849313a17 Description-en: FFmpeg library for audio resampling, rematrixing etc. - runtime files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library provides performs highly optimized audio resampling, rematrixing and sample format conversion operations. Specifically, this library performs the following conversions: * Resampling is the process of changing the audio rate, for example from a high sample rate of 44100Hz to 8000Hz. Audio conversion from high to low sample rate is a lossy process. Several resampling options and algorithms are available. * Rematrixing is the process of changing the channel layout, for example from stereo to mono. When the input channels cannot be mapped to the output streams, the process is lossy, since it involves different gain factors and mixing. Various other audio conversions (e.g. stretching and padding) are enabled through dedicated options. * Format conversion is the process of converting the type of samples, for example from 16-bit signed samples to unsigned 8-bit or float samples. It also handles packing conversion, when passing from packed layout (all samples belonging to distinct channels interleaved in the same buffer), to planar layout (all samples belonging to the same channel stored in a dedicated buffer or "plane"). . This package contains the runtime files. Package: libswscale-dev Description-md5: 0d8e27afb61d9773ce9b37356a71de28 Description-en: FFmpeg library for image scaling and various conversions - development files FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. . This library performs highly optimized image scaling and colorspace and pixel format conversion operations. Specifically, this library performs the following conversions: * Rescaling is the process of changing the video size. Several rescaling options and algorithms are available. This is usually a lossy process. * Pixel format conversion is the process of converting the image format and colorspace of the image, for example from planar YUV420P to RGB24 packed. It also handles packing conversion, that is converts from packed layout (all pixels belonging to distinct planes interleaved in the same buffer), to planar layout (all samples belonging to the same plane stored in a dedicated buffer or "plane"). This is usually a lossy process in case the source and destination colorspaces differ. . 1826c 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. . 1,1824c Package: ansible Description-md5: de0a87781a6b6efa86ca20d1d1c64ce8 Description-en: Configuration management, deployment, and task execution system Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically. . This package contains ansible-base 2.10.x and ansible-collections 2.10.x merged into one package. Package: apache2 Description-md5: d02426bc360345e5acd45367716dc35c Description-en: Apache HTTP Server The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . Installing this package results in a full installation, including the configuration files, init scripts and support scripts. Package: apache2-bin Description-md5: 37901ca6bbb9305b61d0920ecc08204f Description-en: Apache HTTP Server (modules and other binary files) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains the binaries only and does not set up a working web-server instance. Install the "apache2" package to get a fully working instance. Package: apache2-data Description-md5: 9f2fab36019a61312dec627d1cd80365 Description-en: Apache HTTP Server (common files) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains architecture-independent common files such as icons, error pages and static index files. Package: apache2-dev Description-md5: 8ba6f3b272c39cc7a08a802594285f02 Description-en: Apache HTTP Server (development headers) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package provides development headers and the apxs2 binary for the Apache 2 HTTP server, useful to develop and link third party additions to the Debian Apache HTTP server package. . It also provides dh_apache2 and dh sequence addons useful to install various Debian Apache2 extensions with debhelper. It supports - Apache 2 module configurations and shared objects - Site configuration files - Global configuration files Package: apache2-doc Description-md5: 04f8562fb3fd21e5886e40af9aeb7b7d Description-en: Apache HTTP Server (on-site documentation) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package provides the documentation for the Apache 2 HTTP server. The documentation is shipped in HTML format and can be accessed from a local running Apache HTTP server instance or by browsing the file system directly. Package: apache2-ssl-dev Description-md5: 160d9bdafec462b08db62740b1eb83d2 Description-en: Apache HTTP Server (mod_ssl development headers) The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package provides the development header and the dependencies for modules that interact with mod_ssl's internal openssl state. 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: apache2-utils Description-md5: f1e2440381fa90571f125990da6a52fc Description-en: Apache HTTP Server (utility programs for web servers) Provides some add-on programs useful for any web server. These include: - ab (Apache benchmark tool) - fcgistarter (Start a FastCGI program) - logresolve (Resolve IP addresses to hostnames in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - htdbm (Manipulate basic authentication files in DBM format, using APR) - htcacheclean (Clean up the disk cache) - rotatelogs (Periodically stop writing to a logfile and open a new one) - split-logfile (Split a single log including multiple vhosts) - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from Apache log files) - httxt2dbm (Generate dbm files for use with RewriteMap) 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: base-files Description-md5: 6d16337f57b84c4747f56438355b2395 Description-en: Debian base system miscellaneous files This package contains the basic filesystem hierarchy of a Debian system, and several important miscellaneous files, such as /etc/debian_version, /etc/host.conf, /etc/issue, /etc/motd, /etc/profile, and others, and the text of several common licenses in use on Debian systems. Package: bind9 Description-md5: 2cdf89d501b5ca6fe55e945de47cc047 Description-en: Internet Domain Name Server The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package provides the server and related configuration files. Package: bind9-dev Description-md5: 69797331ca76eb64604dd14b287f8572 Description-en: Static Libraries and Headers used by BIND 9 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package contains a bundle of static libraries and header files used by BIND 9. . Please be aware that the BIND 9 libraries are considered private by upstream developers and the API and ABI might break at any time. Package: bind9-dnsutils Description-md5: 41cc23046dad427af742ed10a4568530 Description-en: Clients provided with BIND 9 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package delivers various client programs related to DNS that are derived from the BIND 9 source tree. . - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136) Package: bind9-doc Description-md5: 33e946a174be0a402f3511f1d76b9a00 Description-en: Documentation for BIND 9 This package provides various documents that are useful for maintaining a working BIND 9 installation. Package: bind9-host Description-md5: 2dd2359e6a96f700ef352e6924685162 Description-en: DNS Lookup Utility This package provides the 'host' DNS lookup utility in the form that is bundled with the BIND 9 sources. Package: bind9-libs Description-md5: 5d0130b772445112be93a9bd80da10e6 Description-en: Shared Libraries used by BIND 9 The Berkeley Internet Name Domain (BIND 9) implements an Internet domain name server. BIND 9 is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. . This package contains a bundle of shared libraries used by BIND 9. Package: bind9-utils Description-md5: c30ede916daac07ed6c19887e9f7d3f2 Description-en: Utilities for BIND 9 This package provides various utilities that are useful for maintaining a working BIND 9 installation. Package: bind9utils Description-md5: 8681b0dabeb2a3fde42fdbb1f21451d2 Description-en: Transitional package for bind9-utils This is a transitional package. It can safely be removed. Package: dnsutils Description-md5: 021458b353ece6dd7b5cbef232419073 Description-en: Transitional package for bind9-dnsutils This is a transitional package. It can safely be removed. Package: calibre Description-md5: 186d9ede4fee8b62a65e3debb2c12a1e Description-en: powerful and easy to use e-book manager Calibre is a complete e-library solution. It includes library management, format conversion, news feeds to e-book conversion, e-book viewer and editor, and e-book reader sync features. . Calibre is primarily an e-book cataloging program. It manages your e-book collection for you. It is designed around the concept of the logical book, i.e. a single entry in the database that may correspond to e-books in several formats. It also supports conversion to and from a dozen different e-book formats. . Calibre supports almost every single e-Reader (e.g., Kindle, Kobo, Nook) and is compatible with more devices with every update. Calibre can transfer your e-books from one device to another in seconds, wirelessly or with a cable. It will send the best file format for your device converting it if needed, automatically. . Calibre can automatically fetch news from a number of websites/RSS feeds, format the news into a e-book and upload to a connected device. . Calibre has also a built-in e-book viewer that can display all the major e-book formats. Package: calibre-bin Description-md5: c0bdb5988e8a99c4942dba6345614ed5 Description-en: powerful and easy to use e-book manager (binary plugins) Calibre is a complete e-library solution. It includes library management, format conversion, news feeds to e-book conversion, e-book viewer and editor, and e-book reader sync features. . This package contains the compiled architecture dependent plugins, the main package is called 'calibre'. Package: libcjson-dev Description-md5: d39b046fdd2f73667c0118d66d0aabc9 Description-en: Ultralightweight JSON parser in ANSI C (development files) cJSON is a ultralightweight json parse. . It aims to be the dumbest possible parser that you can get your job done with. . It's a single file of C, and a single header file. . This package contains the header files of cJSON. Package: libcjson1 Description-md5: b70ec1dac01c769ddace4c75bd4ef426 Description-en: Ultralightweight JSON parser in ANSI C cJSON is a ultralightweight json parse. . It aims to be the dumbest possible parser that you can get your job done with. . It's a single file of C, and a single header file. . This package contains the shared libraries. Package: cups Description-md5: 757338adad655b8f7da62fcd23ed6453 Description-en: Common UNIX Printing System(tm) - PPD/driver support, web interface The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the parts of CUPS which are needed for using printer drivers. Package: cups-bsd Description-md5: 8ca999eda442e2096dafa2745e4db8de Description-en: Common UNIX Printing System(tm) - BSD commands The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpr, lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the BSD commands for interacting with CUPS. It is provided separately to allow CUPS to coexist with other printing systems (to a small degree). Package: cups-client Description-md5: 49064ce8151bc5cfbb65936322a4e2ce Description-en: Common UNIX Printing System(tm) - client programs (SysV) The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the System V style print client programs. Package: cups-common Description-md5: ae28e55960aa62a85c88769b70d73eaa Description-en: Common UNIX Printing System(tm) - common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server and client packages. Package: cups-core-drivers Description-md5: 4f9e3623496bd3c54084d9d6fbddff87 Description-en: Common UNIX Printing System(tm) - driverless printing The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the parts of CUPS which are needed for driverless printing on IPP printers with common data formats. Package: cups-daemon Description-md5: 559bf8b849cd67e4ad13a2a638aea615 Description-en: Common UNIX Printing System(tm) - daemon The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the CUPS scheduler/daemon. Package: cups-ipp-utils Description-md5: fc53f48bcd5c06c739e45e5b8b3087d2 Description-en: Common UNIX Printing System(tm) - IPP developer/admin utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides IPP utilities for developers and system administrators Package: cups-ppdc Description-md5: ba3fa27bc468a14b73280f189057f4e7 Description-en: Common UNIX Printing System(tm) - PPD manipulation utilities The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides utilities to generate and manipulate PPD files. Package: cups-server-common Description-md5: 78d6321e2b482147d6a44eac119c72bc Description-en: Common UNIX Printing System(tm) - server common files The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides common files for CUPS server. Package: libcups2 Description-md5: cce9961cb86712146cb19e1b4636f79d Description-en: Common UNIX Printing System(tm) - Core library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the base shared libraries for CUPS. Package: libcups2-dev Description-md5: bf3f385e98251c2563c3f58554d2adce Description-en: Common UNIX Printing System(tm) - Development files CUPS library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing CUPS-aware applications and CUPS drivers, as well as examples how to communicate with cups from different programming languages (Perl, Java, and PHP). Package: libcupsimage2 Description-md5: f4451fb5498322724719d7d3a8635bf4 Description-en: Common UNIX Printing System(tm) - Raster image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the image libraries for handling the CUPS raster format. Package: libcupsimage2-dev Description-md5: 419c750b3360d0933e0bbc9e17913244 Description-en: Common UNIX Printing System(tm) - Development files CUPS image library The Common UNIX Printing System (or CUPS(tm)) is a printing system and general replacement for lpd and the like. It supports the Internet Printing Protocol (IPP), and has its own filtering driver model for handling various document types. . This package provides the files necessary for developing applications that use the CUPS raster image format. Package: curl Description-md5: f83293d10df083ae6f7bb7d01642913c Description-en: command line tool for transferring data with URL syntax curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. Package: libcurl3-gnutls Description-md5: 785baf29d91f9f781677a7f569940052 Description-en: easy-to-use client-side URL transfer library (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by GnuTLS. Package: libcurl3-nss Description-md5: 459d2b4fbb16cf9975276e1d24a7ffe8 Description-en: easy-to-use client-side URL transfer library (NSS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by NSS. Package: libcurl4 Description-md5: f1c7f18aba2d8ab7a7e32acea1dc61e7 Description-en: easy-to-use client-side URL transfer library (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . SSL support is provided by OpenSSL. Package: libcurl4-doc Description-md5: 6462959fec3647baef16ff31a5f39d94 Description-en: documentation for libcurl libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the documentation files for libcurl. Package: libcurl4-gnutls-dev Description-md5: a780e9fd64d55eccc7d421f6da7dc01d Description-en: development files and documentation for libcurl (GnuTLS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by GnuTLS. Package: libcurl4-nss-dev Description-md5: b83e9196a054062dc76fc2a693802052 Description-en: development files and documentation for libcurl (NSS flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by NSS. Package: libcurl4-openssl-dev Description-md5: 133120dd689c1a9785ccd7cd427dd344 Description-en: development files and documentation for libcurl (OpenSSL flavour) libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by OpenSSL. Package: debian-installer Description-md5: 92dc35c2a5e062f616496e08f818d6fd Description-en: Debian Installer documentation This package currently only contains some documentation for the Debian installer. We welcome suggestions about what else to put in it. Package: dropbear Description-md5: 6e452e53572d4eaad28fb343855010d0 Description-en: lightweight SSH2 server and client - startup scripts dropbear is a SSH 2 server and client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use. . It implements most required features of the SSH 2 protocol, and other features such as authentication agent forwarding. Package: dropbear-bin Description-md5: c54f5ba54103eda56cc5e9da97c0c23c Description-en: lightweight SSH2 server and client - command line tools dropbear is a SSH 2 server and client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use. . It implements most required features of the SSH 2 protocol, and other features such as authentication agent forwarding. . This package provides dropbear, dbclient, dropbearkey and dropbearconvert. Package: dropbear-initramfs Description-md5: 5dd10490aa9e4ec06e1152daf8823742 Description-en: lightweight SSH2 server and client - initramfs integration dropbear is a SSH 2 server and client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use. . It implements most required features of the SSH 2 protocol, and other features such as authentication agent forwarding. . This package provides initramfs integration. Package: dropbear-run Description-md5: aa233599466f91006e93414accaf4d92 Description-en: transitional dummy package for dropbear This is a transitional dummy package to get upgrading systems to install the dropbear package. It can safely be removed once no other package depends on it. Package: emacs Description-md5: f991b22b712b84422dc583d29a7b2171 Description-en: GNU Emacs editor (metapackage) GNU Emacs is the extensible self-documenting text editor. This is a metapackage that will always depend on the latest recommended Emacs variant (currently emacs-gtk). Package: emacs-bin-common Description-md5: aca5839c665e000e012365be48ed6ddb Description-en: GNU Emacs editor's shared, architecture dependent files GNU Emacs is the extensible self-documenting text editor. This package contains the architecture dependent infrastructure that's shared by emacs-gtk, emacs-lucid, and emacs-nox. Package: emacs-common Description-md5: 6cd713b399cc25b7a950c1c84e3becfa Description-en: GNU Emacs editor's shared, architecture independent infrastructure GNU Emacs is the extensible self-documenting text editor. This package contains the architecture independent infrastructure that's shared by emacs-gtk, emacs-lucid, and emacs-nox. Package: emacs-el Description-md5: 293759cc44e4faeb7e4ad6e292cf8c63 Description-en: GNU Emacs LISP (.el) files GNU Emacs is the extensible self-documenting text editor. This package contains the elisp sources for the convenience of users, saving space in the main package for small systems. Package: emacs-gtk Description-md5: b2c7312f962a9c1f44e581022b7a026e Description-en: GNU Emacs editor (with GTK+ GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with a graphical user interface based on GTK+ (instead of the Lucid toolkit provided by the emacs-lucid package). Package: emacs-lucid Description-md5: 9d732a75402fcf8b7c270985ef008093 Description-en: GNU Emacs editor (with Lucid GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs with support for a graphical user interface based on the Lucid toolkit (instead of the GTK+ interface provided by the emacs-gtk package). Until some known GTK+ problems are fixed, this version may help avoid crashing Emacs during an emacsclient disconnect. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567934 and https://bugzilla.gnome.org/show_bug.cgi?id=85715 for more information. Package: emacs-nox Description-md5: d7627aff9867f2ba95f2b9dcfc399d6a Description-en: GNU Emacs editor (without GUI support) GNU Emacs is the extensible self-documenting text editor. This package contains a version of Emacs compiled without support for X, and provides only a text terminal interface. Package: exim4 Description-md5: 458592f74d76e446735736c1d55ce615 Description-en: metapackage to ease Exim MTA (v4) installation Exim (v4) is a mail transport agent. exim4 is the metapackage depending on the essential components for a basic exim4 installation. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-base Description-md5: ab23a802a5e7dee33641329abf2b6565 Description-en: support files for all Exim MTA (v4) packages Exim (v4) is a mail transport agent. exim4-base provides the support files needed by all exim4 daemon packages. You need an additional package containing the main executable. The available packages are: . exim4-daemon-light exim4-daemon-heavy . If you build exim4 from the source package locally, you can also build an exim4-daemon-custom package tailored to your own feature set. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-config Description-md5: 32395c972fcf7f5014c06bce8ee1c59a Description-en: configuration for the Exim MTA (v4) Exim (v4) is a mail transport agent. exim4-config provides the configuration for the exim4 daemon packages. The configuration framework has been split off the main package to allow sites to replace the configuration scheme with their own without having to change the actual exim4 packages. . Sites with special configuration needs (having a lot of identically configured machines for example) can use this to distribute their own custom configuration via the packaging system, using the magic available with dpkg's conffile handling, without having to do local changes on all of these machines. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-daemon-heavy Description-md5: 29c4b395a92bdc12932f151c3643a602 Description-en: Exim MTA (v4) daemon with extended features, including exiscan-acl Exim (v4) is a mail transport agent. This package contains the exim4 daemon with extended features. In addition to the features already supported by exim4-daemon-light, exim4-daemon-heavy includes LDAP, sqlite, PostgreSQL and MySQL data lookups, SASL and SPA SMTP authentication, embedded Perl interpreter, and the content scanning extension (formerly known as "exiscan-acl") for integration of virus scanners and spamassassin. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-daemon-light Description-md5: 3f5190a801cb3e11718c951f768c4d54 Description-en: lightweight Exim MTA (v4) daemon Exim (v4) is a mail transport agent. This package contains the exim4 daemon with only basic features enabled. It works well with the standard setups that are provided by Debian and includes support for TLS encryption and the dlopen patch to allow dynamic loading of a local_scan function. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: exim4-dev Description-md5: d5a123381ab67fa02f35533169e299d5 Description-en: header files for the Exim MTA (v4) packages Exim (v4) is a mail transport agent. This package contains header files that can be used to compile code that is then dynamically linked to exim's local_scan interface. . The Debian exim4 packages have their own web page, http://wiki.debian.org/PkgExim4. There is also a Debian-specific FAQ list. Information about the way the Debian packages are configured can be found in /usr/share/doc/exim4-base/README.Debian.gz, which additionally contains information about the way the Debian binary packages are built. The very extensive upstream documentation is shipped in /usr/share/doc/exim4-base/spec.txt.gz. To repeat the debconf-driven configuration process in a standard setup, invoke dpkg-reconfigure exim4-config. There is a Debian-centered mailing list, pkg-exim4-users@lists.alioth.debian.org. Please ask Debian-specific questions there, and only write to the upstream exim-users mailing list if you are sure that your question is not Debian-specific. You can find the subscription web page on http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users Package: eximon4 Description-md5: 9d049018af5088cbceaa2af23692d02a Description-en: monitor application for the Exim MTA (v4) (X11 interface) Eximon is a helper program for the Exim MTA (v4). It allows administrators to view the mail queue and logs, and perform a variety of actions on queued messages, such as freezing, bouncing and thawing messages. Package: 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: 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. .